From de0237252195831ac73e2b9530d70ac18e637526 Mon Sep 17 00:00:00 2001 From: Procrastinator Date: Tue, 13 Dec 2016 23:48:41 -0500 Subject: [PATCH 1/6] Update zclassic_example.json --- pool_configs/zclassic_example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, From 18d02854718c472b3a38c7acc0126ca06fb00a5e Mon Sep 17 00:00:00 2001 From: Procrastinator Date: Wed, 14 Dec 2016 18:57:04 -0500 Subject: [PATCH 2/6] Update README.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f5b2a1..35400fa 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Z-NOMP (READY FOR TESTING) +# Z-NOMP (READY FOR TESTING) (STILL IS AS OF 12/14/16) #### Zclassic - Node Open Mining Portal This is a Zclassic mining pool based off of Node Open Mining Portal. @@ -21,7 +21,7 @@ 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://91.121.77.102:8888/ Currently, this pool has found over 100 blocks in just under a month! Usage @@ -79,6 +79,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 +``` +"3032": { + "diff": 999999999999999 +} +``` + ##### [Optional, recommended] Setting up blocknotify 1. In `config.json` set the port and password for `blockNotifyListener` From 090ffc42b9aa9a6dd1b33ef9c0b04d4d04d54a4a Mon Sep 17 00:00:00 2001 From: Procrastinator Date: Wed, 14 Dec 2016 21:47:07 -0500 Subject: [PATCH 3/6] Update index.html --- website/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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
  • @@ -82,11 +82,11 @@   Support this project by donating  BTC: 1KRotMnQpxu3sePQnsVLRy3EraRFYfJQFR
- Community  :  #nomp IRC + Community  :  #zclassic IRC   |   - /r/nomp + /r/zclassic   |   - +
From 409c119b2365901119a12a4249cd0780625b70f3 Mon Sep 17 00:00:00 2001 From: Procrastinator Date: Wed, 14 Dec 2016 23:54:53 -0500 Subject: [PATCH 4/6] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 35400fa..b2199d0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Z-NOMP (READY FOR TESTING) (STILL IS AS OF 12/14/16) +# Z-NOMP (READY FOR TESTING) #### Zclassic - Node Open Mining Portal This is a Zclassic mining pool based off of Node Open Mining Portal. @@ -22,6 +22,7 @@ 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: http://91.121.77.102:8888/ Currently, this pool has found over 100 blocks in just under a month! +https://pool.cryptobroker.io/zcl Running MPOS Usage From 67ac043588ae08a6308e0018f3958ab4247a9700 Mon Sep 17 00:00:00 2001 From: Procrastinator Date: Wed, 14 Dec 2016 23:55:43 -0500 Subject: [PATCH 5/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2199d0..97c22fe 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ 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 +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 From 4dc95ce02f2d700d05bb9c4cc7c8fe7d204760fe Mon Sep 17 00:00:00 2001 From: Procrastinator Date: Thu, 15 Dec 2016 07:32:56 -0500 Subject: [PATCH 6/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97c22fe..23deebb 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ 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: -http://91.121.77.102:8888/ Currently, this pool has found over 100 blocks in just under a month! +http://zclpool.tk:8888 Currently, this pool has found over 100 blocks in just under a month! https://pool.cryptobroker.io/zcl Running MPOS