You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ https://dash.easymine.rocks
10
10
11
11
### Features
12
12
13
+
- Zeronode support
13
14
- Supports clusters of pools each running individual currencies
14
15
- Ultra-low-latency, multi-threaded Stratum implementation using asynchronous I/O
15
16
- Adaptive share difficulty ("vardiff")
@@ -30,6 +31,12 @@ https://dash.easymine.rocks
30
31
- To increase the share processing throughput it is advisable to increase the maximum number of concurrent equihash solvers through the new configuration property "equihashMaxThreads" of the cluster configuration element. Increasing this value by one increases the peak memory consumption of the pool cluster by 1 GB.
31
32
- Miners may use both t-addresses and z-addresses when connecting to the pool
32
33
34
+
35
+
### Zeronode Enforcement
36
+
- When zeronodes are enabled a the block subsity for masternodes will be a trickle. Less than one day before the masternode enforcement blockheight a spork will be enabled on the zeronode network changing the Miner Reward to 7.83POW 2.16ZN(MN-POS).
37
+
- Due the spork zeronodes will receive reward according to the live zero 3.0x daemon blocktemplate used on the cummunity pool.
38
+
- If you are using this privately and don't wish to pay any amount to zeronodes until enforcement is enabled change src/Miningcore/Blockchain/Equihash/Equihashjob.cs @line 128 to "if (coin.HasZeroNodes && BlockTemplate.ZeroNodePaymentsEnabled && BlockTemplate.ZeroNodePaymentsEnforced)"
0 commit comments