-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Found a small issue with the guide when setting up my Pi. After the 2 minute delay to allow for the vertcoind to get started and sync'd my node never started up. I found that the script was performing a change directory to "p2pool-vtc" instead of "p2pool-vtc-2.0.0. Below is the correction to the guide.
#!/bin/bash
#
# run p2pool with pre-configured settings
#
# network 1 = --net vertcoin
# network 2 = --net vertcoin2
#
cd p2pool-vtc-2.0.0
python run_p2pool.py --net vertcoin2 -a yourvertcoinaddressgoeshere --max-conns 8 --outgoing-conns 4
# !!! * EXPIRMENTAL NOTE: If you want to allow for merged mining please replace python run_p2pool.py --net vertcoin with...
# python run_p2pool.py --net vertcoin -a yourvertcoinaddressgoeshere --merged http://unitusnode:yourreallysecureRPCpasswordhere@127.0.0.1:6699
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels