Post
Topic
Board Announcements (Altcoins)
Re: METAVERSE CROWDSALE DISCUSSION
by
deni100
on 11/10/2017, 07:27:26 UTC
http://cryptopoolpond.com/#/

ETP Mining Pool Based in USA
How To Mine
In order to mine on this pool you need to have an ethminer installation pointed to
http://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

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

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
 
Tips

CPU mining is not recommended.

Don't forget to change your WALLET ADDRESS.


i have 400 mh/s but i get only 2 ETP per day?
I mined one day and get only 2 ETP?
WHY?