diff --git a/README.md b/README.md index 6f5b2a1..23deebb 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,8 @@ IRC If your pool uses Z-NOMP let us know and we will list your website here. ##### Some pools using Z-NOMP or node-stratum-module: -* //to be added +http://zclpool.tk:8888 Currently, this pool has found over 100 blocks in just under a month! +https://pool.cryptobroker.io/zcl Running MPOS Usage @@ -79,6 +80,13 @@ npm install 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. +Solo mining? Set a port with a ridiculously high difficulty to force z-nomp to use the network difficulty, so every share finds a block. Be sure to disable payments as well. +``` +"3032": { + "diff": 999999999999999 +} +``` + ##### [Optional, recommended] Setting up blocknotify 1. In `config.json` set the port and password for `blockNotifyListener` diff --git a/pool_configs/zclassic_example.json b/pool_configs/zclassic_example.json index 7527dce..c28a81a 100644 --- a/pool_configs/zclassic_example.json +++ b/pool_configs/zclassic_example.json @@ -9,7 +9,7 @@ "_comment_zAddress": "a private address used to send coins to tAddress.", "tAddress": "tmLqYHEnCiL4dpktEKdAKeRjPdkxNtJVWfb", - "_comment_tAddress": "transparent address used to send payments", + "_comment_tAddress": "transparent address used to send payments, make this a different address, otherwise payments will not send", "walletInterval": 10, diff --git a/website/index.html b/website/index.html index ea5f476..5609db5 100644 --- a/website/index.html +++ b/website/index.html @@ -21,7 +21,7 @@ - NOMP + Z-NOMP @@ -30,7 +30,7 @@
-  NOMP +  Z-NOMP
- Community  :  #nomp IRC + Community  :  #zclassic IRC   |   - /r/nomp + /r/zclassic   |   - +