diff --git a/README.md b/README.md index 0e2df34..82cb55e 100644 --- a/README.md +++ b/README.md @@ -82,11 +82,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. -###### Note: 1 Difficulty is actually 8192, 0.125 Difficulty is actually 1024. +``` +Please Note that: 1 Difficulty is actually 8192, 0.125 Difficulty is actually 1024. -###### Whenever a miner submits a share, the pool counts the difficulty and keeps adding them as the shares. +Whenever a miner submits a share, the pool counts the difficulty and keeps adding them as the shares. -###### 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. +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. ```