dogecoin: Dogecoin Memory Leak

Hello everyone,

I’ve been trying to run dogecoin full node for the development purpose and I’m facing the issue that always at around block 91223-91224 the full node itself is crashing out of nowhere. The debug.log just stops here with no error thrown (been running with -debug flag)

debug.log: https://pastebin.com/DX0wB48c

For the development reason I can’t use the bootstrap, we wanted it to sync from scratch even if it takes too much time for it.

Here is the dogecoin.conf:

rpcallowip=127.0.0.1 
listen=1 
server=1 
daemon=1 
maxconnections=64
externalip=222.23.112.49
debug=1

(the external-ip is just an example and not a real value here.)

I’m using Ubuntu 20.04 (AMD64) from docker, with 8GB RAM (+ 4GB swap), 4 cores enabled and there are plenty storage (over 100GB SDD) for dogecoin node itself. Dogecoin version is 1.14.3.

The machine itself is macBook Pro M1. I don’t have this issue on other cryptocurrency related project in docker.

Does anybody have an idea how to fix that?

Thanks,

YanDevDe

About this issue

  • Original URL
  • State: open
  • Created 3 years ago
  • Comments: 27 (4 by maintainers)

Most upvoted comments

Thank you @DeerSpotter - however nothing helped me here playing around on configurations. I also doubt this is the issue. I’m certainly sure it’s a Dogecoin issue which Bitcoin doesn’t have (or may have this issue too, but it’s not active yet - who knows lol).

Did some fork / transaction attack / something else happend at around 80-100k blocks?

I’m hoping they can work on fixing these issues. But as for this specific issue you have I am forced to admit I don’t have anything to offer you. I will keep looking for a resolution to this though.

https://github.com/dogecoin/dogecoin/issues/2329

@DeerSpotter not really, the password is always auto-generated randomly everytime I build/run new docker. So it’s not that bad 😋

in that case…good.

@AbcSxyZ thank you! I’ll def try this out! 😃

@DeerSpotter not really, the password is always auto-generated randomly everytime I build/run new docker. So it’s not that bad 😋