-
hyc
no, it'll work
-
hyc
miners aren't in constant communication with anything
-
hyc
but you'll be mining fewer txns into a block than possible, if your monerod isn't receiving txns quickly
-
fsg
hyc: thanks for the info
-
fsg
the monerod would be running in the same host too
-
mechanic41turk[m
-
mechanic41turk[m
the `monerod` command to run is given as:
-
mechanic41turk[m
\>Run ./monerod --zmq-pub tcp://127.0.0.1:18083 --disable-dns-checkpoints --enable-dns-blocklist don't forget --zmq-pub parameter in the command line
-
mechanic41turk[m
I was checking
monerodocs.org/interacting/monerod-reference to get a better grasp of those flags
-
mechanic41turk[m
The `--enable-dns-blocklist` entry reads, "The DNS blocklist is centrally managed by Monero contributors. It is not recommended unless in emergency situations."
-
mechanic41turk[m
What is the reason to enable that for running a monerod for p2pool?
-
sech1
because it blocks known fake nodes
-
mechanic41turk[m
okay, thanks.
-
mechanic41turk[m
Another question: Let's say I connect two computers to the same monerod for p2pool. Does the hashrate accumulate, or does these two machines act as if they are independent?
-
mechanic41turk[m
Machine 1: generates 1.5 kh/s. Machine 2: generates: 0.5 kh/s.
-
DataHoarder
You connect them to the same p2pool, easier :)
-
DataHoarder
and key parameter here is the “wallet” you pass
-
mechanic41turk[m
If they are connected to the same monerod for p2pool, does the hashrate mining for my wallet address act as if it is 1.5kh/s + 0.5 kh/s = 2.0kh/s?
-
DataHoarder
this is what accumulates shares for you, be it on your computer or elsewhere
-
DataHoarder
as it all ends up being shares on the same chain
-
mechanic41turk[m
DataHoarder: There is only one p2pool currently, right? So, they are by definition connected to the same p2pool.
-
sech1
hashrates add up
-
mechanic41turk[m
DataHoarder: OK.
-
mechanic41turk[m
sech1: OK, thanks.
-
DataHoarder
Same p2pool daemon I meant, you can connect any amount of miners to it
-
DataHoarder
even if you have different setups elsewhere it all aggregates to same wallet address
-
mechanic41turk[m
Good to know.
-
mechanic41turk[m
Hoping a greater share of the hashrate for the p2pool.
-
xmrpow
I recently pulled the latest monerod and p2pool version from sech1's github repo and now I suddenly get the following error: P2Pool monerod RPC v3.5 is incompatible, update to RPC >= v3.8. Does anybody know what I have to do to get rid off the error?
-
pauliouk
did you grab the p2pool monerod mod too?
-
DataHoarder
update monerod and submodules xmrpow
-
DataHoarder
also you can use upstream release-0.17 branch
-
DataHoarder
-
DataHoarder
this has the required changes already
-
xmrpow
Ah. Ok. Didnt know about that. Thanks!