fix
This commit is contained in:
parent
2b06ff5338
commit
533729b8bd
1 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ Basic coin settings.
|
||||||
* **min_tip** - minimum amount of coins to tip
|
* **min_tip** - minimum amount of coins to tip
|
||||||
|
|
||||||
# How to run it?
|
# How to run it?
|
||||||
Before running the bot, you have to be running your coin daemon with JSON-RPC API enabled. To enable, add this to your coin daemon configuration file (eg. `~/.dogecoin/dogecoin.conf`):
|
Before running the bot, you have to be running your coin daemon with JSON-RPC API enabled. To enable, add this to your coin daemon configuration file (eg. `~/.gameunits/gameunits.conf`):
|
||||||
```ini
|
```ini
|
||||||
server=1
|
server=1
|
||||||
daemon=1
|
daemon=1
|
||||||
|
@ -49,7 +49,7 @@ rpcallowip=<your bot's ip address or just 127.0.0.1 if hosted on the same machin
|
||||||
To run the bot simply use `node bin/tipbot` or `npm start`.
|
To run the bot simply use `node bin/tipbot` or `npm start`.
|
||||||
|
|
||||||
## Commands
|
## Commands
|
||||||
Commands are executed by placing gameunitsbot <command> <arguments> in a tweet.
|
Commands are executed by placing gameunits <command> <arguments> in a tweet.
|
||||||
|
|
||||||
| **Command** | **Arguments** | **Description**
|
| **Command** | **Arguments** | **Description**
|
||||||
|-------------|-------------------|--------------------------------------------------------------------
|
|-------------|-------------------|--------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue