TylerTheFox/Monero-TipBot

REQUEST: config file for RPC.h variables.

TOGM opened this issue · 1 comments

TOGM commented

this would allow people to allow other monero-based coins to use the bot and give wider adoption.

example of Config.ini:

rpc_filename = "intense-wallet-rpc"
rpc_bind_ip = "127.0.0.1"
rpc_bind_port = "48782"
default_mixins = 4
coin_code = "ITNS"
coin_denom = 100000000.0
wallet_path = "Wallets/"

Done.