Post
Topic
Board Announcements (Altcoins)
Re: [ANN]Metaverse|decentralised open platform of digital assets & digital identity
by
pnbamania
on 09/10/2017, 05:34:47 UTC
any good pools? i wanna start mining some

http://cryptopoolpond.com/#/

ETP Mining Pool Based in USA / EUROPE
How To Mine
In order to mine on this pool you need to have an ethminer installation pointed to
cryptopoolpond.com:8008 / eu.cryptopoolpond.com:8008

YOUR_ETP_ADDRESS
This is your address for payouts, generate one with wallet, or mine directly to exchange like Bitfinex or Bittrex.
Example: MPVYH9GQGZkJc4rZ4ZEx9bnV1mpa3M4whw.
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
Hint: use -U for Nvidia and -G for AMD

Full example:

Mining for NVIDIA / Amd using EthMiner (Please change server to eu.cryptopoolpond.com:8008 if in Europe)

Get the latest Miner from, EthMiner github releases EthMiner. Then start your miners by putting the following commands into a bat file called start.bat (create a text file and paste the code then save it as .bat)

  
Code:
 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
  ethminer.exe -U -SP 1 -S cryptopoolpond.com:8008 -O MPVYH9GQGZkJc4rZ4ZEx9bnV1mpa3M4whw.1 --farm-recheck 1000 -v 2
 
Mining for NVIDIA / AMD using Claymore (Please change server to stratum+tcp://eu.cryptopoolpond.com:8008 if in Europe)

Get the latest miner from, Claymore's thread Claymore. Then start your miners by putting the following commands into a bat file called start.bat (create a text file and paste the code then save it as .bat)

  
  
Code:
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 stratum+tcp://cryptopoolpond.com:8008 -ewal MPVYH9GQGZkJc4rZ4ZEx9bnV1mpa3M4whw -eworker main -epsw x -ftime 10 -allcoins 1 --mode 1


Connection settings for Nicehash:

Make absolutely SURE you have set your password as # when using Nicehash!

  
Code:
 Pool host: cryptopoolpond.com
  Pool port: 3333
  Pool user: MPVYH9GQGZkJc4rZ4ZEx9bnV1mpa3M4whw
  Pool pass: #
  Algorithm: DaggerHashimoto
 
Tips

CPU mining is not recommended.

Don't forget to change your WALLET ADDRESS.