diff --git a/README.md b/README.md index 4c989057..57b6d9e4 100644 --- a/README.md +++ b/README.md @@ -87,10 +87,8 @@ cd z-nomp-bitcoin-gold npm update npm install ``` - ##### Pool config -Take a look at the example json file inside the `pool_configs` directory. Rename it to `zclassic.json` and change the -example fields to fit your setup. +You can find example json files for both Bitcoin Gold main and testnet inside the `pool_configs` directory. You need to change the example fields to match your setup. ``` Please Note that: 1 Difficulty is actually 8192, 0.125 Difficulty is actually 1024. @@ -107,9 +105,9 @@ ie: Miner 1 mines at 0.1 difficulty and finds 10 shares, the pool sees it as 1 s ``` node [path to cli.js] [coin name in config] [block hash symbol] ``` -Example: inside `zclassic.conf` add the line +Example: inside `bitcoin.conf` add the line ``` -blocknotify=node /home/user/z-nomp/scripts/cli.js blocknotify zclassic %s +blocknotify=node /home/user/z-nomp-bitcoin-gold/scripts/cli.js blocknotify btg %s ``` Alternatively, you can use a more efficient block notify script written in pure C. Build and usage instructions