HowTo run and connect to PoW Miner pool

From Veriblock Wiki
Revision as of 18:45, 5 April 2018 by TimStall (talk | contribs) (Created page with "See: Main_Page __TOC__ == Setup a Pool == Modify the nodecore.properties file: <pre> #Allow the pool statistics page to be reachable from any remote host pool.stats.bi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

See: Main_Page

Setup a Pool

Modify the nodecore.properties file:

#Allow the pool statistics page to be reachable from any remote host
pool.stats.bind.address=0.0.0.0

#Allow the UCP pool server to be reachable from any remote host
ucp.mining.bind.address=0.0.0.0
  1. Run an instance of NodeCore
  2. In the NodeCore_CommandLine, run startpool
  3. Make note of the public IP (pool miners will connect to this)

Connect to an Existing Pool

  1. Run the PoW Miner
  2. Specify thread count to mine on
  3. Connect to the IP and port provided by the pool owner (Note that pools generally want to maximize users, to pools binding to 0.0.0.0 allow connections from any IP)
  4. Enter the address to mine to (run getinfo from the NodeCore_CommandLine)

You can see pool results by viewing the web page:

http://<IP_Address>:8500

NC Pool 1b.png

Troubleshooting

Cannot see the pool web page

Check for http (as in http://<IP_Address>:8500), not https

Ensure that the nodecore.properties file has been updated per above steps (and NodeCore was restarted).