dogecoin / libdohj

Java library for adding altcoin support to bitcoinj
Apache License 2.0
107 stars 89 forks source link

Unable to run node #56

Open nagarwa2 opened 2 years ago

nagarwa2 commented 2 years ago

Hello, I have intgerated library with bitcoinj and libdohj. But when I am starting walletAppKit to sync chain, my syncing is stuck at

2021-09-05 22:51:10.028 INFO 4146 --- [ioClientManager] org.bitcoinj.core.PeerGroup : Not yet setting download peer because there is no clear candidate. 2021-09-05 22:51:14.656 INFO 4146 --- [andler timeouts] org.bitcoinj.core.PeerGroup : [174.88.141.32]:22556: Peer died (11 connected, 0 pending, 12 max)

Can anybody help ?

Scerini commented 2 years ago

Were you able to get this fixed?