Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

p2pool startup after reboot #83

Open
Trystaero opened this issue Feb 23, 2019 · 0 comments
Open

p2pool startup after reboot #83

Trystaero opened this issue Feb 23, 2019 · 0 comments

Comments

@Trystaero
Copy link

Trystaero commented 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.

#!/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
@Trystaero Trystaero changed the title Restart after reboot p2pool startup after reboot Feb 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant