cstrat / etheroll-bot

A simple bot to play etheroll. Sadly I lost.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Etheroll Bot

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

About

A simple bot to play etheroll. Sadly I lost.


Languages

Language:JavaScript 100.0%