| Asia | China | Europe | US | |
|---|---|---|---|---|
| Server | asia1-zcash.flypool.org | cn1-zcash.flypool.org | eu1-zcash.flypool.org | us1-zcash.flypool.org |
| Stratum Port | 3333 | |||
| Alt. Stratum Port | 13333 | |||
| Encrypted Stratum Port | 3443 (Encrypted stratum is currently only supported by the Claymore and Optiminer miner) | |||
| Username | Your Zcash Address e.g.: t1YZMnyXStuGKykkFxM6Lh8DTVJdTMx6R51 | |||
| Password | Leave empty or enter your custom share difficulty (default difficulty is 2000) | |||
ZecMiner64.exe -zpool <server> -zwal <address>.<worker> -zpsw x
ZecMiner64.exe -zpool eu1-zcash.flypool.org:3333 -zwal t1YZMnyXStuGKykkFxM6Lh8DTVJdTMx6R51.YourWorkerName -zpsw x
ZecMiner64.exe -zpool ssl://eu1-zcash.flypool.org:3443 -zwal t1YZMnyXStuGKykkFxM6Lh8DTVJdTMx6R51.YourWorkerName -zpsw x
genoil.exe -c <server> -u <address>.<worker>
genoil.exe -c eu1-zcash.flypool.org:3333 -u t1NF6yLUxAAttibU8mzfX86o8aWLcqF38DX.rig1 -p z
nheqminer.exe -od 0 -l <server> -u <address>.<worker>
nheqminer.exe -od 0 -l eu1-zcash.flypool.org:3333 -u t1NF6yLUxAAttibU8mzfX86o8aWLcqF38DX.rig1
miner.exe --server <server> --user <address>.<worker> --pass x --port <port> --cuda_devices 0 1 2 3
miner.exe --server eu1-zcash.flypool.org --user t1NF6yLUxAAttibU8mzfX86o8aWLcqF38DX.rig1 --pass x --port 3333 --cuda_devices 0 1 2 3
nheqminer.exe -cd 0 -l <server> -u <address>.<worker>
nheqminer.exe -cd 0 -l eu1-zcash.flypool.org:3333 -u t1NF6yLUxAAttibU8mzfX86o8aWLcqF38DX.rig1
nheqminer.exe -l <server> -u <address>.<worker>
nheqminer.exe -l eu1-zcash.flypool.org:3333 -u t1NF6yLUxAAttibU8mzfX86o8aWLcqF38DX.rig1
./optiminer-zcash -s <server> -u <address>.<worker> -p x
./optiminer-zcash -s eu1-zcash.flypool.org:3333 -u t1NF6yLUxAAttibU8mzfX86o8aWLcqF38DX.rig1 -p x
./optiminer-zcash -s zstratum+tls://eu1-zcash.flypool.org:3443 -u t1NF6yLUxAAttibU8mzfX86o8aWLcqF38DX.rig1 -p x
./silentarmy --use 2,5 -c stratum+tcp://<server> -u <address>.<worker>
./silentarmy --use 2,5 -c stratum+tcp://us1-zcash.flypool.org:3333 -u t1NF6yLUxAAttibU8mzfX86o8aWLcqF38DX.rig1
./src/zcash-miner -G -stratum="stratum+tcp://<server>" -user=<address>.<worker> -password=x
./src/zcash-miner -G -stratum="eu1-zcash.flypool.org:3333" -user=t1NF6yLUxAAttibU8mzfX86o8aWLcqF38DX.rig1 -password=x
./miner --server <server> --user <address>.<worker> --pass x --port <port> --cuda_devices 0 1 2 3
./miner --server eu1-zcash.flypool.org:3333 --user t1NF6yLUxAAttibU8mzfX86o8aWLcqF38DX.rig1 --pass x --port 3333 --cuda_devices 0 1 2 3
./nheqminer -cd 0 -l <server> -u <address>.<worker>
./nheqminer -cd 0 -l eu1-zcash.flypool.org:3333 -u t1NF6yLUxAAttibU8mzfX86o8aWLcqF38DX.rig1
./nheqminer -l <server:port> -u <address>.<worker>
./nheqminer -l eu1-zcash.flypool.org:3333 -u t1NF6yLUxAAttibU8mzfX86o8aWLcqF38DX.rig1