-
escapethe3ra[m]
<gingeropolous> "escapethe3ra, naw i just googled..." <- oh thought you meant responsive; I see you put `width="1000"`, just replace that with `style="width:100%"` if you want them to auto resize to the user's screen size (and get rid of the horizontal scroll)
-
boogaloo992
Is this the right channel to ask about node and RPC questions?
-
boogaloo992
If so, I read sethforprivacy's guide on a P2Pool node, and he mentioned at the end that, in order to sweep payouts, you should make an unrestricted RPC node and not forward port 18080, but in Feather wallet you connect by 18081. For an unrestricted RPC, is it safe to still forward port 18080, or do I need to stop forwarding that port?
-
boogaloo992
The cmdline arguments are " --rpc-restricted-bind-ip=0.0.0.0 --rpc-restricted-bind-port=18089 --public-node --no-igd --enable-dns-blocklist --prune-blockchain --zmq-pub=tcp://0.0.0.0:18083 --in-peers=10 --out-peers=10"
-
selsta
boogaloo992: 18080 is the P2P port
-
boogaloo992
oh
-
selsta
18081 is the default RPC port
-
boogaloo992
so i would be safe to forward 18089 if i set it via --rpc-restricted-bind-port=18089, but i should not forward 18081 because that isn't restricted?
-
selsta
yes
-
gingeropolous
word, thanks escapethe3ra[m]
-
hyc
gingeropolous: so even clearing readers every 2 minutes you've still run into that problem?
-
hyc
I'd like to see the output from one or two of those mdb_stat runs around the time things fail
-
gingeropolous
i no longer run into the problem with it running every 2 minutes
-
hyc
ah
-
gingeropolous
sure, i'll comment out the crontab tomorrow and let things run and then i'll run mdb_stat .... ?
-
gingeropolous
--rr?
-
gingeropolous
or -er
-
hyc
-err if you want all that
-
gingeropolous
its if u want all that :)
-
gingeropolous
oh wait
-
gingeropolous
one just ran
-
gingeropolous
-
hyc
ok. so you had ~50 active readers. seems plausible that you're just maxing out the reader table
-
hyc
is there no way to limit the number of processes or threads the explorer spawns?
-
gingeropolous
not as a flag that im familiar with
-
hyc
someone should look into that ;)
-
hyc
-
gingeropolous
nice, thanks
-
gingeropolous
the one from xmrchain looks liek the same size
-
hyc
-
sech1
-
sech1
minexmr and nanopool, wonderful (not)
-
hyc
they dropped f2pool?
-
hyc
seems like some of these are mining thru a pool proxy, so blocking the proxy address would be effective
-
hyc
redirecting to a p2pool proxy would be even mor eeffective :P
-
sech1
They switched to using a proxy to hide their XMR wallet addresses
-
hyc
because the addr is queryable on the pool I suppose
-
sech1
yes, the checked all pools for known addresses and found 145 XMR was paid out in total
-
sech1
*they checked
-
hyc
free money. I wonder how much they spend on servers to keep the botnet alive
-
hyc
so since p2pool payment addrs are visible, would botnet operators be more or less exposed than they are now using regular pools?
-
hyc
if the botnet folks all switched to p2pool basically they would no longer be a 51% threat.
-
sech1
If they mine through proxy, there's no link to the address
-
sech1
Everyone would just see "this address is mining at 200 kh/s" with no clue if it's a botnet or someone's farm
-
hyc
so yeah, if they all switched to p2pool it would be better for the network as well as them.
-
gingeropolous
it boggles my mind why the choose to be lazy at that component
-
gingeropolous
^they
-
gingeropolous
close
-
revuoxmr
Revuo Monero. Issue 121: May 12-19, 2022.
revuo-xmr.com/issue-121.html
-
SerHack
To Monero contributors&developer of monero-core/monero. Sorry for the question, are you using an IDE for Monero development? If so, which one is your favorite?
-
ilgatu
nvim
-
selsta
i think most use vim yes
-
apotheon
vi ftw
-
rbrunner
First I used netbeans, but switched to vscode about 1 year ago. Never looked back :)