Skip to content

p2pool startup after reboot #83

@Trystaero

Description

@Trystaero

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions