Next Winner Every 1st of the month. Jackpot 6.21 BTC
Send 0.001 BTC or more!!!

YOU CAN WIN +6.21 BTC!

More you participate more chances of winnig


But... How?

Send 0.001 BTC or more to

bc1q5e58wz30gh92sewttzw2z7ekp330skg5zzmzfv


Your transaction address is your entry.
The BTC will contribute to the JACKPOT.
Every address has a chance to win; the more you participate, the higher your chances. Your address appears more frequently in the pool, increasing the likelihood of being chosen by the randomizer.
The jackpot goes to the winning address.
How will the winner be chosen? Click here

SHARE WITH YOUR FRIENDS!
MORE PARTICIPANTS MEAN A LARGER JACKPOT

Next drawing: Every 1st of the month.







How will the winner be chosen? The next code will incorporate all addresses in the array.
Upon execution, each address will be assigned points based on both the frequency of deposits and the sum deposited.

var address = ['example1', 'example2', 'example3'], participations = {},winner, p, c=222, max = -c
address.forEach(function (p) { participations[p] = 0 })
for (;c--;) for (p in participations) participations[p] += Math.random() * 222
for (p in participations) {
   if (participations[p] > max) {
      max = participations[p]
      winner = { [p]: participations[p] }
   }
}

console.log("---Participations points---")
console.log(participations)
console.log("Winner: ",Object.keys(winner).toString())

GOOD LUCK!



222LOTTO © 2016-2024