We are also adding new pools shortly to the lineup. Right now we are currently mining ETC using the following pool info below.
We currenly have 3 regions supporting etc.
US - United States
EU - Eurpoe
CN - China Mainland
We will be adding the following additional pools shortly ETH and EXP.
If there is another project you would like us to support please send me a private pm and we will consider adding it to the site.
If you are using ethminer:
http://us1.minerhub.io:8888/YOUR_ETH_ADDRESS/RIG_ID
ETC_ADDRESS
This is your address for payouts, generate one with geth, or mine directly to exchange like Poloniex or Bittrex.
Example: 0xFC73767193A3FfD0823325976e04365DFFbc3C92.
RIG_ID
ID of your farm to distinguish it from your other rig. If you have just one rig, feel free to omit this param. This param must be short alphanumeric string with optional dashes and underscores.
Example: rig-1
Linux
#!/bin/bash
export GPU_FORCE_64BIT_PTR=0
export GPU_MAX_HEAP_SIZE=100
export GPU_USE_SYNC_OBJECTS=1
export GPU_MAX_ALLOC_PERCENT=100
export GPU_SINGLE_ALLOC_PERCENT=100
Windows
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
Full example: ethminer -F http://us1.minerhub.io:8888/0xFC73767193A3FfD0823325976e04365DFFbc3C92/myfarm -G --farm-recheck 500.
Hint: If you are compiling ethminer from latest source, please also use extra --disable-submit-hashrate option.
Merge Mine with SIA: ethdcrminer64 -mport 0 -epool us1.epool.io:8008 -eworker 0 -ewal YourETCAddress -epsw x -dpool stratum+tcp://siamining.com:7777 -dwal YourSiacoinAddress.YourWorkerName -dcoin sia
Merge Mine with Decred: ethdcrminer64 -mport 0 -mode 1 -epool us1.epool.io:8008 -eworker 0 -ewal 0xFC73767193A3FfD0823325976e04365DFFbc3C92 -epsw x -esm 3 -allpools 1 -estale 0 -dpool stratum+tcp://decred.eu.nicehash.com:3354 -dwal 1LmMNkiEvjapn5PRY8A9wypcWJveRrRGWr
OP Updated