Skip to content

1rV1N-git/hive-pooltemplates

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pool Templates for Hive 2.0

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.

Variables

%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)

Miners

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

Pool template example

[
    {
        "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!

About

Pool templates available in Hive 2.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published