How to set up custom payout threshold on Nanopool?

On Nanopool you can set up custom payout threshold by sending a proof of identification through the mining client to Nanopool. This is done by configuring a mining client to include the e-mail address you are using on Nanopool to the worker's configuration. Use the following examples to configure your mining client in advance config editor section.

Phoenix ETC example

-worker (WORKER) -pool (POOL:NANO-ETC) -wal (WALLET:ETC).(WORKER)/(EMAIL) -pass x -coin etc -proto (AUTO)

TeamRedMiner example

--algo etchash -o (POOL:ETC-NANO)⁣ -u (WALLET:ETC)⁣.(WORKER)⁣/(EMAIL) -p x --eth_dag_slowdown=9 --watchdog_script=/home/minerstat/minerstat-os/bin/reboot.sh --eth_no_ramp_up

T-Rex example

{
"pools": [
{
"user": "(WALLET:ETC)⁣.(WORKER)⁣/(EMAIL)",
"worker": "(WORKER)⁣",
"url": "(POOL:ETC-NANO)",
"pass": "x"
}
],
"no-nvml": true,
"api-bind-http": "127.0.0.1:4068",
"json-response": true,
"pci-indexing":true,
"retries": 3,
"retry-pause": 5,
"timeout": 500,
"no-watchdog":true,
"algo": "etchash",
"exit-on-cuda-error": true,
"exit-on-connection-lost": false
}

Once you successfully connect by sending your e-mail, you will be able to change settings on your Nanopool.

Different e-mails on Nanopool and minerstat

If your e-mail on Nanopool isn't the same as on minerstat, you can use write your Nanopool e-mail instead of tag (EMAIL).

Phoenix ETC example

-worker (WORKER) -pool (POOL:NANO-ETC) -wal (WALLET:ETC).(WORKER)/myemail@myemail.com -pass x -coin etc -proto (AUTO)

TeamRedMiner example

--algo etchash -o (POOL:ETC-NANO)⁣ -u (WALLET:ETC)⁣.(WORKER)⁣/myemail@myemail.com -p x --eth_dag_slowdown=9 --watchdog_script=/home/minerstat/minerstat-os/bin/reboot.sh --eth_no_ramp_up

T-Rex example

{
"pools": [
{
"user": "(WALLET:ETC)⁣.(WORKER)⁣⁣/myemail@myemail.com",
"worker": "(WORKER)⁣",
"url": "(POOL:ETC-NANO)",
"pass": "x"
}
],
"no-nvml": true,
"api-bind-http": "127.0.0.1:4068",
"json-response": true,
"pci-indexing":true,
"retries": 3,
"retry-pause": 5,
"timeout": 500,
"no-watchdog":true,
"algo": "etchash",
"exit-on-cuda-error": true,
"exit-on-connection-lost": false
}

Incorrect password

If you are getting "incorrect password" message, you can do the following:

  1. Check if all the workers are using the same email;
  2. Ensure that workers have rating of more than 10. If you have lower hashrate it might take a day or even two to obtain such rating and provide enough shares. For higher hashrate, the rating will reach 10 much higher.