Satoshi Mines - The Original Bitcoin Minesweeper
What is Satoshi Mines?
Satoshi Mines is a game of chance played on a 5x5 minefield grid.
The object of the game is to uncover as many green tiles as you can without uncovering any red mines.
You win an increasing reward for each green tile you uncover.
The game requires bitcoins to deposit/withdraw balance.
If you don't have a bitcoin wallet you can create one here
For more info, visit their help page
----------------------------------------------------------------------------------------------------------------------
About the bot/script
The bot will auto play, click tile, and cashout.
It will also auto adjust the bet in case it will land a mine to compensate the loss.
It will set the bet to the original value on the next round.
The bot is using the safest option of the game. 1 click per round and the difficulty is 1 mine (but you can freely adjust the difficulty).
Earnings is a bit slow with this option but it is the safest. You have the option though to change the number of clicks but it will be a bit risky.
We're planning to add more feature/options on future versions.
Here's a teaser of our script
Price: 0.025 bitcoins or 350 pesos (if you prefer in pesos).Code:var bet = 100; // place your bet here. minimum is 30. /* in case the bot will click a bomb, bet will be adjusted on the next round to compensate the loss. the bot will set the bet again to the original value on the next next round.*/ var betHigh = bet/.039; betHigh = Math.ceil(betHigh); /* click sequence interval in milliseconds. equivalent to 2 seconds. You can change it to longer than 2 seconds but please don't change it to a lower value because it can mess up the timings if you have a slow internet. If you have a very slow internet connection, I recommend setting it up to 3 seconds or higher. */ var interval = 2000; var restart, tile1, timeout1, timeout2, timeout3; // force the difficulty to 1 mine at the start of the game. $('.quarter').first().find('button').click(); start_game();
payment options/method: bitcoin, paypal, unionbank.
PM me if you're interested with our script.





Reply With Quote