From 9c0f41df4d74a0f0848e479876e718396ee72056 Mon Sep 17 00:00:00 2001 From: jagottsicher Date: Sat, 11 Nov 2017 03:57:31 +0100 Subject: [PATCH 1/3] Changed installation Guide, paths and names of files and daemons --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c989057..114a4720 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,8 @@ 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 fit your setup. ``` @@ -107,9 +109,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 From 8816d21dbd4c34641566cb35f30909dc82aea8fa Mon Sep 17 00:00:00 2001 From: jagottsicher Date: Sat, 11 Nov 2017 04:01:11 +0100 Subject: [PATCH 2/3] Changed installation guide(s) - paths, filesnames, daemon-names --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 114a4720..57b7af72 100644 --- a/README.md +++ b/README.md @@ -87,12 +87,9 @@ 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 fit your setup. +example fields to match your setup. ``` Please Note that: 1 Difficulty is actually 8192, 0.125 Difficulty is actually 1024. From 46214b3cc21ffdb375b429cb10a46ea302be5402 Mon Sep 17 00:00:00 2001 From: jagottsicher Date: Sat, 11 Nov 2017 04:04:30 +0100 Subject: [PATCH 3/3] Changed filesnames, paths and daemons to match actuall bitcoin gold repository --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 57b7af72..57b6d9e4 100644 --- a/README.md +++ b/README.md @@ -88,8 +88,7 @@ npm update npm install ``` ##### Pool config -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. +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.