Go to file
J62 a4d85ceec2
Update README.md
2018-04-08 20:25:18 -07:00
.gitignore remove !bal cmd from DM only 2018-04-08 16:37:38 -07:00
README.md Update README.md 2018-04-08 20:25:18 -07:00
bot.js remove !bal cmd from DM only 2018-04-08 16:37:38 -07:00
config_sample.json updates 2018-03-19 23:20:22 -07:00
package-lock.json added packages 2018-03-20 01:27:39 -07:00
package.json added packages 2018-03-20 01:27:39 -07:00

README.md

discord-btcp-tipbot

Discord bot for tipping with Bitcoin Private

rename config_sample.json to config.json and place valid discord auth token inside config.json along with config info for the node (ipaddress, port, rpcusername, rpcpassword)

Initial way this was setup and tested was on a server with access to the full node daemon, and uses ( node-altcoin ) to interact with the daemon via RPC.