JFrankfurt / To-The-Moon-Bitcoin-Game

A Bitcoin Faucet Game
7 stars 7 forks source link

Integrate bitcoin payouts with node api call from client #6

Closed JFrankfurt closed 9 years ago

JFrankfurt commented 9 years ago

At the end of every round, once a point threshhold is reached (miner transaction cost ($0.04?)), the player will be presented with the choice to either continue playing to the next level (and gain more satoshis) or quit and cash out.

To cash out the player should input a bitcoin address and click a "cash out" button that sends a call to node, where we process the payment.

JFrankfurt commented 9 years ago

We need to integrate the cash out feature with the end game state.