Skip to content

A martingale bot, and a function file which allows simulating satoshidice games.

Notifications You must be signed in to change notification settings

Someguy123/satoshidice-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

### INFO
This is just some basic satoshidice simulation files in PHP to aid in simulating a large amout
of satoshidice games in order to figure out the best strategy.
They were created by Someguy123 and I would appreciated if you donated:

###     BTC: 1SomguYYsdeBFYv9ujGt1V64PwssXco5z
###     LTC: LSomguyTSwcw3hZKFts4P453sPfn4Y5Jzv

These scripts are for simulating satoshidice games using the martingale betting strategy
The simulpay() and roll_dice() functions can be used in any way, not just martingale.

### LICENSING
These files are released into the public domain under UNLICENSE,
this means you can share, modify, and even sell to your own
desires and I won't sue you or take action on such.

### FILES

- function.php
        This file contains core functions and settings needed
        in order for the simulator to work.

- simulator.php
        This file is the actual martingale simulation bot that
        uses the function simulpay() in function.php to
        simulate a satoshidice game using the martingale
        betting strategy.

- HOW TO USE

To use the simulator, simply type:
php simulator.php ROUNDS PAYAMT CHANCE
ROUNDS is the amount of rounds you want to bot to play
before stopping

PAYAMT is the amount you're willing to stake as a minimum
bet.

CHANCE is a chance defined in function.php
Check the file for more details, They're based off of the
payouts available on satoshidice.com

8k, 12k, 16k, 24k, 32k, 33k, 48k, 64k

About

A martingale bot, and a function file which allows simulating satoshidice games.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages