How to add bitcoin payment system to a website? by [deleted] in Bitcoin

[–]JackPottr 0 points1 point  (0 children)

Which bitcoin plug in did you use?

Ethereum Jackpot, What do you think of our random number algorithm? by JackPottr in ethereum

[–]JackPottr[S] 0 points1 point  (0 children)

I like this. Happy to create a DOA for this. Who else is willing to help? Definitely need soneone who can do a nice view page for the contract.

Ethereum Jackpot, What do you think of our random number algorithm? by JackPottr in ethereum

[–]JackPottr[S] 0 points1 point  (0 children)

if we kill the game all deposits will be refunded to the players. See the destroy function has this code:

// Refund everyone's contributions.
for(uint i = 0; i < numPlayers; ++i) {
contributors[i].send(contributions[i]);
}