Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
63 views1 page

Epools Example

This document provides instructions for configuring mining pools in the PhoenixMiner ethash miner using an epools.txt file. It explains that the pools specified in epools.txt will be added to any specified on the command line. Pools should be listed one per line with the format "POOL: url, WAL: wallet_address" and optional parameters like COIN type. Comments begin with #. Examples are given for ETH and ETC pools on popular mining pools.

Uploaded by

fps moments
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
63 views1 page

Epools Example

This document provides instructions for configuring mining pools in the PhoenixMiner ethash miner using an epools.txt file. It explains that the pools specified in epools.txt will be added to any specified on the command line. Pools should be listed one per line with the format "POOL: url, WAL: wallet_address" and optional parameters like COIN type. Comments begin with #. Examples are given for ETH and ETC pools on popular mining pools.

Uploaded by

fps moments
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

#

# PhoenixMiner ethash pools list (you MUST rename this files to epools.txt in order
to use it)
#
# The pools specified in this file will be added to the pools specified with the
PhoenixMiner's
# command-line options (see -pool and -pool2 command line options).
#
# Alternatively, you can omit the -pool option on the command-line and use only the
pools in
# epools.txt file. This will give you the ability to specify more than two pools,
and to change
# the pools without restarting the miner by using the 'r' key in the PhoenixMiner
console to
# reload the epools.txt file.
#
# You must put one pool per line as specified in the examples below
# If the line starts with '#' it will be ignored as comment
#
# NOTE: PhoenixMiner also "understands" the epools.txt files from Claymore's dual
Ethereum miner
#
# IMPORTANT: Replace the ETH address with your own ETH wallet address in the WAL:
option (Rig001 is the name of the rig)
#

POOL: eu1.ethermine.org:4444, WAL:


0x008c26f3a2Ca8bdC11e5891e0278c9436B6F5d1E.Rig001
POOL: us1.ethermine.org:4444, WAL:
0x008c26f3a2Ca8bdC11e5891e0278c9436B6F5d1E.Rig001

# These are examples for ETC pools

POOL: ssl://eu1-etc.ethermine.org:5555, WAL:


0x008c26f3a2Ca8bdC11e5891e0278c9436B6F5d1E.Rig001, COIN: etc
POOL: etc-eu1.nanopool.org:19999, WAL:
0x008c26f3a2Ca8bdC11e5891e0278c9436B6F5d1E.Rig001, COIN: etc

# The following line shows all possible pool options. The values for each option
must follow the
# same rules as these specified in the Readme.txt file for the -pool, -wal, -pass,
-worker,
# -proto, -coin, and -stales command-line options

# POOL: europe.ethash-hub.miningpoolhub.com:20585, WAL: YourLoginName, WORKER:


WorkerName, PASS: x, PROTO: 1, COIN: music, STALES: 1

You might also like