You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:[email protected]:6699
The text was updated successfully, but these errors were encountered:
Trystaero
changed the title
Restart after reboot
p2pool startup after reboot
Feb 23, 2019
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.
The text was updated successfully, but these errors were encountered: