Skip to content

jarvisnn/etheroll-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 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 (if needed)
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

License

Stars

Watchers

Forks

Packages

No packages published