-
mechanic41turk[m
<hyc> "sinec raspbian was based on..." <- I honestly don't know.
-
karce[m]
Now that monerod has been officially released with p2pool support I'm back to running it permanently. Excited to start getting shares.
-
pauliouk
welcome to the fun house karce :)
-
karce[m]
I have everything running as systemd services so I no longer have to worry about running it manually or at startup, feels good.
-
pauliouk
xmrvsbeast has a nice script for restarting monerod and checking its all running as it should be :)
-
jaska087
RandomX_Hasher RPC calc_pow: invalid JSON response (parse error)
-
gingeropolous
is there a way to access a daemonized p2pool via the p2pool binary, much like I can access a daemonized monerod using the monerod binary?
-
gingeropolous
or do I have to figure out these api things
-
pauliouk
well...
-
gingeropolous
i guess i could get a p2pool observer instance going
-
pauliouk
no, not yet - it might be a feature in later versions. However what info are you looking for? :)
-
gingeropolous
well basically i use the status command in p2pool to check if all my miners are on and running
-
gingeropolous
but i guess i could use the stratum proxy thing
-
pauliouk
there's a couple of options :)
-
gingeropolous
though if thats daemonized....
-
pauliouk
xmrig-proxy will give you worker stats
-
pauliouk
however, if you fire p2pool into a screen session, you can call a script into the screen session to check on it and get the data from the logs
-
pauliouk
there's also the ---data-dir API option that'll give you some details
-
gingeropolous
yeah. im trying to move it to systemd management ... i think xmrig-proxy with a web interface is the best way.
-
mechanic41turk[m
Hey, these two news are very good:
-
mechanic41turk[m
-
mechanic41turk[m
-
mechanic41turk[m
so now, I will just get the latest monerod binaries
-
mechanic41turk[m
and run it
-
mechanic41turk[m
I don't have to compile monerod from the source, right?
-
jaska087
I did it and worked fine
-
mechanic41turk[m
nice. thanks.
-
jaska087
though the rpc call for calcpow does not work for me
-
jaska087
which you don't probably even need :D
-
mechanic41turk[m
what does it do?
-
jaska087
reduces memory usage for p2pool, basically
-
mechanic41turk[m
<jaska087> "reduces memory usage for p2pool,..." <- what's the catch? what do you have to give, in order to get rediced memory usage than normal?
-
jaska087
alot
-
jaska087
:D
-
jaska087
You don't want this, I run multiple p2pool nodes on same server, so it's only useful for me
-
jaska087
it adds extra delay for block verification
-
mechanic41turk[m
Got it. Thanks for some explanation.
-
jaska087
slower block/share verification, which will results in uncles
-
mechanic41turk[m
Just to double check sech1's gpg fingerprint, can someone else verify what I am getting on my terminal:
-
mechanic41turk[m
`Primary key fingerprint: 1FCA AB4D 3DC3 310D 16CB D508 C47F 82B5 4DA8 7ADF`
-
pauliouk
I've been wondering what the limit is for how many p2pool nodes can be run with 4 codes and 8gb of memory :P
-
pauliouk
with a monerod running on the same host
-
jaska087
with --no-randomx i see 20MB~ usage per node
-
jaska087
though it does not work for me, could be restricted rpc causing it
-
pauliouk
ah, I have restricted for my public monerod node, but unrestricted for the locked down internal
-
mechanic41turk[m
<mechanic41turk[m> "`Primary key fingerprint: 1FCA..." <- cc: sech1
-
mechanic41turk[m
<hyc> "sinec raspbian was based on..." <- Afaik raspbian got letgo of, in favor of raspberry pi os now
-
mechanic41turk[m
and raspberry pi os is 32-bit OS or something
-
mechanic41turk[m
here, faq gives some better answer:
raspi.debian.net/faq
-
mechanic41turk[m
now with debian in raspi4, I get 64-OS aarch64
-
pauliouk
to be fair, I'd probably go for the aarch64 image on my pi's
-
epemullen[m]
setting up mining is hard
-
epemullen[m]
i'm completely stupid haha
-
epemullen[m]
why i'm denied accessing ./p2pool from terminal (i'm on mac) and i don't have any coding background
-
epemullen[m]
i'm trying to mine on p2pool i have monero GUI wallet on portable
-
epemullen[m]
i built the binary copy pasted the code
-
pauliouk
mac?
-
epemullen[m]
and i have no idea after, trying
-
epemullen[m]
yes sir mac
-
sech1
jaska087 --no-randomx works fine for me
-
pauliouk
hmm, is it executable? chmod +x p2pool
-
epemullen[m]
no reaction
-
pauliouk
mac is not my forte I'm afraid
-
epemullen[m]
no probs sir
-
hyc
calcpow requires the unrestricted rpc port
-
hyc
works fine here
-
hyc
and it only affects share verification. block verification is unchanged