Geth not fully synching timed out DAO fork-check dropping

EthereumMinereuEthereumMinereu Member Posts: 42
edited October 2016 in Geth - Go Implementation
I am starting to become a little angry with my linux geth node wich i am using for a couple of private projects, the situation is this;

Since the memory leak bug the geth is messed up, i updated to the latest stable build (1.4.15) removed database and started synching with fast (couple of times), now it is always at the end it starts slow synch (6 blocks every 10 minutes) so i am getting further behind.

There geth is still eating 7GB of memory!

Am having enough peers, tried with and without cache, with and without jitvm

My line : geth --rpc --maxpeers 99 --fast --cache=2048 --jitvm --support-dao-fork --rpcaddr xxx --rpcport xxx--rpcapi "db,eth,net,web3,personal" --rpccorsdomain "http://xxxx" 2>> eth.log

The log;

I1006 08:54:36.986003 eth/handler.go:290] Peer 95f698d6dbf4af13 [eth/63]: timed out DAO fork-check, dropping
I1006 08:56:50.200348 eth/handler.go:290] Peer 87f5ddcef9cfd71b [eth/63]: timed out DAO fork-check, dropping
I1006 08:58:02.637799 eth/handler.go:290] Peer 4d49527f30b4ef10 [eth/63]: timed out DAO fork-check, dropping
I1006 09:02:04.243613 eth/handler.go:290] Peer 1b7b67b06425da03 [eth/63]: timed out DAO fork-check, dropping
I1006 09:02:10.455838 eth/handler.go:290] Peer d160f16093b4399d [eth/63]: timed out DAO fork-check, dropping
I1006 09:03:41.957859 eth/handler.go:290] Peer 7e9b48f935e8e90e [eth/63]: timed out DAO fork-check, dropping
I1006 09:04:55.416151 eth/handler.go:290] Peer cad7474abd50c7a7 [eth/63]: timed out DAO fork-check, dropping
I1006 09:05:56.332160 eth/handler.go:290] Peer edf92860512a75de [eth/63]: timed out DAO fork-check, dropping
I1006 09:06:20.168754 eth/handler.go:290] Peer 4901c805a3c2e0ee [eth/63]: timed out DAO fork-check, dropping
I1006 09:11:39.330928 eth/handler.go:290] Peer 500443eba62cddef [eth/63]: timed out DAO fork-check, dropping
I1006 09:11:53.275799 eth/handler.go:290] Peer b4267125d24ae03b [eth/63]: timed out DAO fork-check, dropping
I1006 09:12:06.988463 eth/handler.go:290] Peer 4901c805a3c2e0ee [eth/63]: timed out DAO fork-check, dropping
I1006 09:12:09.976211 eth/handler.go:290] Peer 6b2a1fbb95f0bbd3 [eth/63]: timed out DAO fork-check, dropping
I1006 09:12:21.672911 eth/handler.go:290] Peer bd5954067537bf90 [eth/63]: timed out DAO fork-check, dropping
I1006 09:15:30.014813 eth/handler.go:290] Peer 4901c805a3c2e0ee [eth/63]: timed out DAO fork-check, dropping
I1006 09:15:50.400806 eth/handler.go:290] Peer 87f5ddcef9cfd71b [eth/63]: timed out DAO fork-check, dropping
I1006 09:16:04.205333 eth/handler.go:290] Peer 56cdd630e8f1c71e [eth/63]: timed out DAO fork-check, dropping
I1006 09:16:55.719999 eth/handler.go:290] Peer 464f0a19dd996490 [eth/63]: timed out DAO fork-check, dropping
I1006 09:20:08.147568 eth/handler.go:290] Peer 4a3b8690c2ba9bb7 [eth/63]: timed out DAO fork-check, dropping
I1006 09:22:19.885138 eth/handler.go:290] Peer 87f5ddcef9cfd71b [eth/63]: timed out DAO fork-check, dropping



Comments

Sign In or Register to comment.