tippero/README

30 lines
1.1 KiB
Plaintext
Raw Normal View History

This is a monero IRC tipbot.
Installation requirements:
- monero
- python
- redis
- python-redis
The daemon needs a running redis, bitmonerod and simplewallet. Set the connection parameters
for these in tipbot.py.
2014-12-22 13:40:33 +00:00
Before starting, read the configuration parameters at the top of tipbot.py and change
as appropriate.
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.
2014-12-22 16:44:32 +00:00
A file called tipbot-password.txt shall be created where the tpibot runs, containing the
Freenode account password for the tipbot. This is so the tipbot can identify, to avoid
others passing off for the tipbot.
Tipbot commands are prefix with "!". Try !help to get a list of available commands.
The withdrawal fee is currently set to the default network fee. If a withdraw transaction
happens to be larger than 1 kB, more will be charged by simplewallet. The withdrawal fee
can be set higher to guard against this.
If a withdrawal error happens, withdrawals are disabled until enabled again by the operator,
to avoid possible exploits.