This is a list of pools that are available in Hive for creating Flight Sheet. If you found mistake or the configuration changed please make push request. If you want your pool to be listed here then create yourpool.json and push it, we will review it and add.
%WAL%
- Wallet address
%URL%
- pool URL address:port
%URL_HOST%
- pool address
%URL_PORT%
- pool port
%WORKER_NAME%
- worker name (from rig name)
%EMAIL%
- e-mail for some pool (ex. nanopool)
Available miners:
- claymore - Claymore's DUAL ETH GPU AMD&NVidia miner
- claymore-x - Claymore's Cryptonote AMD GPU miner
- claymore-z - Claymore's AMD GPU ZCash miner
- ewbf - ewbf for equihash and new for equihash algo variants miner
- ccminer - ccminer & forks
- ethminer
- sgminer-gm - sgminer & forks
- dstm
- bminer
- lolminer
- optiminer
- xmr-stak - XMR-Stak (AMD,NVidia,CPU cryptonight variants algo)
- xmrig - XMRig (CPU cryptonight variants miner)
- cpuminer-opt - cpuminer-opt (CPU miner)
- custom - Custom miner package
[
{
"coin": "ETH", // coin name
"servers": [ // pool addresses array
{
"geo": "Europe", // geo location, maybe null if unknown or in some cases you can indicate port difficulty
"urls": [
"eu1-eth.hiveon.net:4444", // pool server URL and port
"eu1-eth.hiveon.net:14444" // another server instance
]
}
],
"miners": { // miner's settings section
"claymore": { //miner's name
"epools_tpl": "POOL: %URL%, WALLET: %WAL%.%WORKER_NAME%, PSW: x" //miner's settings
},
"ethminer": {
"cuda": 1,
"opencl": 1,
"pass": "x",
"port": "%URL_PORT%",
"server": "stratum1+tcp://%URL_HOST%",
"template": "%WAL%.%WORKER_NAME%"
},
"sgminer-gm": {
"url": "stratum+tcp://%URL%",
"algo": "ethash",
"pass": "x",
"template": "%WAL%.%WORKER_NAME%",
"user_config": "\"worksize\": \"192\"\n\"gpu-threads\": \"1\"\n\"xintensity\": \"1024\""
}
}
}
]
WARNING! Comments in this example only for helping purposes!