Skip to content

clayop/sbdmm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Steem Dollar Pegging Bot

Installation

sudo apt-get install python-dev python3-pip git
sudo pip3 install requests
sudo pip3 install steem
sudo pip3 install pycrypto
git clone https://github.com/clayop/sbdmm
screen -S sbdmm
cd sbdmm

# If you want to run a bot on Bittrex
python3 sbdmm.py

# If you want to run a bot on the internal market
python3 sbdmm_internal.py

Miscellaneous

You can use your local Steem node by modifying the line 253, e.g. steem = Steem(wif=wif, node="ws://127.0.0.1:8090")

About

Steem Dollar Pegging Bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages