-
Mysterion
wait moneromoooo are you the author of primo?
-
Mysterion
just noticed you commenting on github on the monero PR
-
sech1
The test is going smooth so far. I've prepared pull-requests for master and release-v0.17 branches to support p2pool.
-
sech1
I think it doesn't make much sense to continue with testnet, I'll start mainnet testing tomorrow. We've already confirmed that p2pool can mine blocks and payouts are spendable, mainnet testing will be focused on how stratum server performs
-
hyc
sounds good
-
hyc
and agreed, I don't see what else we can get out of testnet testing
-
hyc
we need to see how things work under real load
-
hyc
is there any way 3rd parties can observe a p2pool operation and see how many wallets it's paying out to, or when it will be maxed out in terms of txn size?
-
hyc
just to avoid trying to use a maxed out pool
-
selsta
sech1: I think the zmq changes won't be included in the next release
-
selsta
too large to get reviewed quickly
-
hyc
yeah I had a feeling it was too large as well
-
hyc
but would be nice to get soon. perhaps the following point release, if there is one?
-
selsta
sure
-
hyc
at the same time, I can see omitting it as just prompting a lot of people to roll their own until an official release is available
-
hyc
I mean, I'd switch my solo miners to p2pool immediately
-
sech1
I didn't expect it to be included in the next release. Wallet fixes would be nice though
-
hyc
yeah the wallet patches were trivial
-
selsta
yes the wallet patch can be included
-
moneromoooo
Just to see what'd happen, I ran monerod, then p2pool, then xmrig, right after one another. moenrod had been down for 2.5 hours, so it took a bit to sync.
-
moneromoooo
Nothing's happening. xmrig not mining, p2pool not logging anything after startup.
-
moneromoooo
(but monerod synced and is ready)
-
moneromoooo
Ah, p2pool just logged a new block. Still no mining happening.
-
moneromoooo
Restarting xmrig: connection refused
-
moneromoooo
netstat shows p2pool is listening on 37891
-
moneromoooo
No 3333, but p2pool is set up to listen to this with stratum via command line.
-
sech1
did you get latest?
-
sech1
I changed ZMQ RPC name, you need to recompile monerod using p2pool-api branch
-
moneromoooo
The only "weird" thing I see is: P2Pool get_miner_data RPC response is invalid, skipping it
-
moneromoooo
Same binaries that were working fine before I stopped eveything 2.5 hours ago.
-
moneromoooo
get_miner_data was probably erroring out due to busy while syncing
-
sech1
if get_miner_data fails then p2pool fails to start
-
moneromoooo
Well, it started, and logging when monerod finds a new block.
-
moneromoooo
I restarted p2pool now, and it seems to be fine.
-
moneromoooo
ie, xmrig can connect to it and mine, and got one share accepted.
-
sech1
yeah, it doesn't handle errors at startup well. It should've stopped on that error and exited instead of trying to do something
-
moneromoooo
This is fa3146a8f3ad13a6211a98ee4f35bbe18b618ce3 on p2pool.
-
sech1
p2pool could probably keep trying to call that RPC until it succeeds