Skip to content

A simple bot to play etheroll. Sadly I lost.

Notifications You must be signed in to change notification settings

cstrat/etheroll-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%