Author

Topic: Free Raffle for Ballet PRO Series Wallet promo code (Read 250 times)

legendary
Activity: 2746
Merit: 1181
Oh Nice!

thanks @cwil

I do like these ballet wallets Smiley
sr. member
Activity: 2085
Merit: 406
Cryptoshi Blockomoto
congrats buckrogers !
nice win!  Smiley
legendary
Activity: 1456
Merit: 1242
0 - anonymousminer

thank you


edit:

Last spot?


0 - yeosaga

Good luck!
member
Activity: 224
Merit: 14
Last spot?
legendary
Activity: 1244
Merit: 1075
2- geophphreigh
sr. member
Activity: 2085
Merit: 406
Cryptoshi Blockomoto
8 - tweetious

edit: thank you very much!
legendary
Activity: 3570
Merit: 1959
3 owlcatz

thank you sir! Cheesy
legendary
Activity: 2590
Merit: 1089
9 Jcga, thanks
legendary
Activity: 2520
Merit: 3238
The Stone the masons rejected was the cornerstone.
7 krogothmanhattan

Thanks
hero member
Activity: 2744
Merit: 702
Dimon69
5 - Dimonstration

Thanks
copper member
Activity: 335
Merit: 35
4 please, thank you!
legendary
Activity: 2746
Merit: 1181
6 - buckrogers
copper member
Activity: 2380
Merit: 1302
Playbet.io - Crypto Casino and Sportsbook
1-shasan
thank you.
sr. member
Activity: 285
Merit: 262
There are 10 slots. 1 slot per user. No newbies. The first block mined after the timestamp of the last spot to be filled plus 10 minutes will be used to determine winner. The following script will determine winner. If no winner is found, subsequent blocks will be used until a winner is found.

Code:
const findWinner = (hash, participants) => {
let hashArr = hash.split('');
let curNum = 0;
while(hashArr && (curNum == 0 || curNum > participants * 10)) {
curNum = parseInt(hashArr.splice(hashArr.length - 2, 2).join(''), 16);
console.log(curNum);
}
if(curNum != 0 && curNum <= participants * 10) {
console.log(`Winner: ${curNum % participants}`);
} else {
console.log('No winner');
}
}

I will PM the winner the promo code. Winner will have to pay $18 for shipping.

1-shasan
thank you.
6 - buckrogers
4 please, thank you!
5 - Dimonstration

Thanks
7 krogothmanhattan

Thanks
9 Jcga, thanks
3 owlcatz

thank you sir! Cheesy
8 - tweetious

edit: thank you very much!
2- geophphreigh
Last spot?

SpotUser
0yeosaga
1shasan
2geophphreigh
3owlcatz
4kryme
5dimonstration
6buckrogers - Winner
7krogothmanhattan
8tweetious
9Jcga

Code:
findWinner('00000000000000000000aca7374fd328f8dbf97ecc9555f5a9af25139e6456f8', 10)
Winner: 6
Jump to: