Author

Topic: bitcoind 0.14.0 keeps dying :( (Read 753 times)

legendary
Activity: 1512
Merit: 1057
SpacePirate.io
March 28, 2017, 01:21:07 PM
#4
Just an update and probably a marker in for someone else in the future, the server was under-powered with cpu and memory. Adding an additional cpu (2) and doubling the memory to 4gb solved the issue.
legendary
Activity: 1512
Merit: 1057
SpacePirate.io
March 27, 2017, 05:19:11 PM
#3
Ill give it a shot, if not, I'll upgrade up :/

thanks achow  Smiley

-C
staff
Activity: 3458
Merit: 6793
Just writing some code
March 27, 2017, 05:13:20 PM
#2
Server 2: - The one with the problem
-2gb memory
-1 cpu
-mainnet
-prune to 8gb

I figure if bitcoind ran out of memory or hit some major issue, it would log in debug.log, but there's nothing to suggest the cause of it dying.
It's an out of memory crash. 2 GB is not enough to support Bitcoin Core on mainnet. In fact, I don't think any of the normal memory reduction methods will work, but you can try them anyways. Add (or change) the following to your bitcoin.conf
Code:
dbcache=100
maxmempool=100

Also, I think the 1 core (I assume 1 CPU = 1 core) may be causing some issues as that does not seem like enough power to keep Bitcoin Core running.
legendary
Activity: 1512
Merit: 1057
SpacePirate.io
March 27, 2017, 04:28:02 PM
#1
I'm running bitcoind v14 on linux on 2 servers, but bitcoind keeps dying on one server. I have another server running the same version and it's fine. It will run for several hours and then just die. No causes in the debug.log, it just... stops.  Huh  I'm thinking it might be running out

Server 1: ok
-4gb memory
-2 cpu
-testnet

Server 2: - The one with the problem
-2gb memory
-1 cpu
-mainnet
-prune to 8gb

I figure if bitcoind ran out of memory or hit some major issue, it would log in debug.log, but there's nothing to suggest the cause of it dying.
Jump to: