Move coin specs to a separate module, and make a monero module

This commit is contained in:
moneromooo 2014-12-28 10:23:17 +00:00
parent 39b2e64516
commit 2dda53240c
3 changed files with 37 additions and 7 deletions

5
README
View file

@ -12,6 +12,11 @@ for these in tipbot.py.
Before starting, read the configuration parameters at the top of tipbot.py and change
as appropriate.
Start the bot with the coin name as parameter (eg, python tipbot.py monero). Coin specs
are defined in a file called tipbot_<coin-name>.py. If you want to add a coin that the
tipbot does not support yet, simply copy an existing spec module and adapt to that coin's
particular specs.
The tipbot will need a wallet. Any wallet can do, but it is recommended to use a separate
wallet. This wallet should be loaded in the simplewallet the tipbot connects to.