Post
Topic
Board Mining (Altcoins)
Re: What to mine with Blake 2b?
by
Nestade
on 13/02/2018, 14:13:01 UTC
where are the verge blake2s pools Huh?

Verge (Blake2s):
ZPool: http://www.zpool.ca/site/mining   (Seems to have high fee! Better avoid it.)
UniMining: https://pool.unimining.net/site/mining   (some reported it as unstable)
AntMinePool: http://antminepool.com/    (sometimes full, but fees seem to be okay and no rejected shares)

Source: https://vergecurrency.com/pools/

Your batchfile could look like this:

Pools:
ETH: ethermine
XVG: antminepool

Batch-File:

setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
EthDcrMiner64.exe -epool eu1.ethermine.org:4444 -ewal 0x54abE209A969A9f3B0BF07D54647b786F09753b4.W1RX480 -epsw x -dpool stratum+tcp://s.antminepool.com:9009 -dwal D9dMdBssQZRDueBzVeRUsEFzmA5smW1kQA -dcoin blake2s -dpsw c=XVG -dcri 40



-ewal ethaddress.worker
-dwal xvgaddress
-dcoin blake2s (Algorithm)
-dpsw c=XVG (psw is used to select the coin you want to mine - in this case c=XVG means you want to mine Verge)
stratum+tcp://s.antminepool.com:9009  (You can use Port 9008 or 9009 for XVG mining)
-dcri 40 (seems to be stable for RX480 - but you'll have adjust it by yourself)