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
-**goblinpool**: nbminer -a cuckatoo32 -o stratum+tcp://grin32.goblinpool.com:3344 -u username.worker:passwd
95
-
-**f2pool:** nbminer -a cuckatoo32 -o stratum+tcp://grin32.f2pool.com:13654 -u username.worker:passwd
96
-
-**herominers:** nbminer -a cuckatoo32 -o stratum+tcp://grin.herominers.com:10301 -u username.worker:passwd
97
-
-**nicehash:** nbminer -a cuckatoo32 -o nicehash+tcp://grincuckatoo32.hk.nicehash.com:3383 -u btc_address.worker
98
-
99
86
#### AE
100
87
101
88
-**f2pool**: nbminer -a cuckoo_ae -o stratum+tcp://ae.f2pool.com:7898 -u ak_xxxxxxx.worker:passwd
102
-
-**beepool**: nbminer -a cuckoo_ae -o stratum+tcp://ae-pool.beepool.org:9505 -u ak_xxxx.worker:passwd
103
89
-**nicehash**: nbminer -a cuckoo_ae -o nicehash+tcp://cuckoocycle.eu.nicehash.com:3376 -u btc_address.test
104
90
105
91
#### SERO
106
92
107
-
-**beepool**: nbminer -a progpow_sero -o stratum+tcp://sero-pool.beepool.org:9515 -u wallet_address.worker:pswd
108
93
-**f2pool**: nbminer -a progpow_sero -o stratum+tcp//sero.f2pool.com:4200 -u wallet_address.worker:pswd
109
94
110
95
#### RVN
111
96
112
-
-**beepool**: nbminer -a kawpow -o stratum+tcp://rvn-pool.beepool.org:9531 -u wallet.worker:passwd
113
97
-**f2pool**: nbminer -a kawpow -o stratum+tcp://raven.f2pool.com:3636 -u wallet.worker:passwd
114
98
-**minermore**: nbminer -a kawpow -o stratum+tcp://us.rvn.minermore.com:4501 -u wallet.worker:paswd
115
99
-**bsod**: nbminer -a kawpow -o stratum+tcp://pool.bsod.pw:2640 -u wallet.worker:passwd
116
100
-**woolypooly**: nbminer -a kawpow -o stratum+tcp://rvn.woolypooly.com:55555 -u wallet.worker:passwd
117
101
118
102
#### BEAM
119
103
120
-
-**sparkpool**: nbminer -a beamv3 -o stratum+ssl://beam.sparkpool.com:2222 -u wallet.worker:passwd
121
-
-**beepool**: nbminer -a beamv3 -o stratum+ssl://beam-pool.beepool.org:9507 -u wallet.worker:passwd
122
104
-**leafpool**: nbminer -a beamv3 -o stratum+ssl://beam-eu.leafpool.com:3333 -u wallet.worker:passwd
123
105
-**herominers**: nbminer -a beamv3 -o stratum+ssl://beam.herominers.com:10231 -u wallet.worker:passwd
124
106
-**nicehash**: nbminer -a beamv3 -o stratum+tcp://beamv3.eu.nicehash.com:3387 -u btc_address.worker
125
107
126
108
#### CONFLUX
127
109
128
-
-**beepool**: nbminer -a octopus -o stratum+tcp://cfx-pool.beepool.org:9555 -u wallet.worker
129
110
-**poolflare**: nbminer -a octopus -o stratum+tcp://cfx.ss.poolflare.com:3366 -u wallet.worker
130
111
-**f2pool**: nbminer -a octopus -o stratum+tcp://cfx.f2pool.com:6800 -u username.worker
131
112
-**woolypooly**: nbminer -a octopus -o stratum+tcp://cfx.woolypooly.com:3094 -u wallet.worker
@@ -162,7 +143,6 @@ Be aware when you download NBMiner binaries from other sources.
162
143
* --strict-ssl Check validity of certificate when use SSL connection.
163
144
* --proxy Socks5 proxy used to eastablish connection with pool, E.g. 127.0.0.1:1080
164
145
* --cuckoo-intensity \<intensity> Set intensity of cuckoo, cuckaroo, cuckatoo, [1, 12]. Smaller value means higher CPU usage to gain more hashrate. Set to 0 means autumatically adapt. Default: 0.
165
-
* --cuckatoo-power-optimize Set this option to reduce the range of power consumed by rig when minining with algo cuckatoo. This feature can reduce the chance of power supply shutdown caused by overpowered. Warning: Setting this option may cause drop on minining performance.
166
146
* --temperature-limit, --tl \<temp-limit> Set temperature limit of GPU, if exceeds, stop GPU.
167
147
* --temperature-start, --ts \<temp-start> Set cool-down temperature target if GPU is stopped by `temperature-limit`, default to \<temp-limit> - 5.
168
148
* --log Generate log file named `logs/log_<timestamp>.txt`.
@@ -276,6 +256,22 @@ GET http://api_host:port/api/v1/status
- added 3 new options for LHR auto-tuning control, at most cases you don't need to change:
266
+
-`-lhr-reduce-value`: the amount to reduce `-lhr` value on a single `-lhr` tuning. defaults to `0.5`.
267
+
-`-lhr-reduce-time`: When LHR lock is detected, and the time since the last lock exceeds this value, the `-lhr` reduce will not perform. defaults to `15`, which means 15 minutes.
268
+
-`-lhr-reduce-limit`: the maximum number of times to reduce `-lhr` value, defaults to `6`.
0 commit comments