From 0f2250e3dec3e46fb736c540bde3619bd0eab61f Mon Sep 17 00:00:00 2001 From: joshuayabut Date: Tue, 27 Dec 2016 08:36:05 +0000 Subject: [PATCH] Update README.md --- README.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 17f8133..33e51be 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ -# Z-NOMP -#### Zclassic - Node Open Mining Portal +# Zcash and Zclassic - Node Open Mining Portal + +**[Click here for the Unofficial - Zcash and Zclassic Stratum Mining Pool Installation Guide](https://zdeveloper.org/wiki:z-nomp_install)** This is a Zclassic mining pool based off of Node Open Mining Portal. @@ -8,7 +9,7 @@ Donations for development are greatly appreciated! * ZCL: zcXDWbgReztLLXSTUMT2nEumiDM6zTzUXFb7vUnx9JNfJDVqbodyxwEQwgDkFw7Dp128tBU8n8rmVxT43DshmeTEM4LHcdz #### Production Usage Notice -This is beta software. All of the following are things that can change and break an existing Z-NOMP setup: functionality of any feature, structure of configuration files and structure of redis data. If you use this software in production then *DO NOT* pull new code straight into production usage because it can and often will break your setup and require you to tweak things like config files or redis data. +This is beta software. All of the following are things that can change and break an existing Z-NOMP setup: functionality of any feature, structure of configuration files and structure of redis data. If you use this software in production then *DO NOT* pull new code straight into production usage because it can and often will break your setup and require you to tweak things like config files or redis data. *Only tagged releases are considered stable.* #### Paid Solution Usage of this software requires abilities with sysadmin, database admin, coin daemons, and sometimes a bit of programming. Running a production pool can literally be more work than a full-time job. @@ -90,13 +91,6 @@ Whenever a miner submits a share, the pool counts the difficulty and keeps addin ie: Miner 1 mines at 0.1 difficulty and finds 10 shares, the pool sees it as 1 share. Miner 2 mines at 0.5 difficulty and finds 5 shares, the pool sees it as 2.5 shares. ``` -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`