zack-bitcoin/amoveo

Trying to run fullnode - died

Closed this issue · 2 comments

Thank you for sharing this report.

There are a couple of problems here.
First off, this is an invalid command: sync:start()
Instead it should be written this way: sync:start().
Commands in the erlang prompt need to end in a period. .

The next problem is that the server died, so you cannot connect to it.
This is my fault. I am glad you warned me the server had died.
I will fix this soon.

It is fixed.

The problem was that after the difficulty increased at block 2000, the miner's memory leak became an issue that eventually made the database corrupted at height 2138.
I fixed the memory leak, and re-synced from the genesis. It is working now.