/etheroll-bot

A simple bot to play etheroll. Sadly I lost.

Primary LanguageJavaScript

A simple bot to simulate Rolling-Under in Etheroll, using Martingale strategy. Some using this strategy and won a few thousands. Unfortunately I lost.

Doing a quick analyze on the past rolls, the most effective rolls are 32 and 48 (don't know why, you can check it yourself).

Fell free to edit the bot in your way. Good luck & have fun to all gamblers :D.

Set up

npm install

Run

  • Config your address and nodes in .env
  • Generate Ethereum Accounts
node gen.js <number_of_accounts>
>>> E.g node gen.js 1
  • Run bot
node roll_under.js <number_of_bets> <bet_number>
>>> E.g node roll_under.js 100 48