-
m-relay<jeffro256:monero.social> Background sync PR merged!
-
m-relay<jeffro256:monero.social> Thanks luigi1111
-
luigi1111\o/
-
parazydsech1: Sorry to bother, but is there any doc on how to run p2pool just locally in a "local net"? I'm active again on finishing the DarkFi merge mining
-
parazydI'd like to run it with my local Monero daemon and not connect to anyone else, just start a chain from scratch, but I'm not fully clear on how to set up p2pool for this
-
sech1parazyd "./p2pool --config mm_test_config.json --host MONERO_TESTNET_NODE_IP --wallet MONERO_TESTNET_WALLET --merge-mine DarkFi_IP:PORT DarkFi_WALLET"
-
sech1mm_test_config.json can be found in tests/src folder
-
sech1you can edit the name in mm_test_config.json to guarantee you're mining a unique p2pool chain
-
parazydsech1: Thank you :)