SChernykh / p2pool

Decentralized pool for Monero mining
GNU General Public License v3.0
1.03k stars 123 forks source link

Monerod getting OOM killed even with the block_tor.txt #259

Closed Vbrawl closed 1 year ago

Vbrawl commented 1 year ago

I was running monerod and I noticed that it got killed, I didn't kill it so I searched about it.

I found that there was an issue before about this, and it's some kind of vulnerability, I did what it said (downloading and including the block_tor.txt file) but that seems to be outdated since monerod got killed again.

If you need any other info don't hesitate to inform me.

Vbrawl commented 1 year ago

I am currently addressing the problem by having a bash file with the following code, and running that:

`

while :
do
    ./monero/monerod --data-dir /mnt/block/monero_data/ --ban-list /mnt/block/monero_data/block_tor --prune-blockchain --in-peers 16 --out-peers 64
    echo >> MONERO_CRASHES

done

`

and MONERO_CRASHES will have as many lines as the times it crashed.

Not sure if it's going to work though cause I haven't tested it. I don't think that's a good practice but I'd like your opinion.

SChernykh commented 1 year ago

Not a p2pool issue, post it in http://github.com/monero-project/monero