-
Notifications
You must be signed in to change notification settings - Fork 18
Description
It seems opening the wallet with the testnet parameter was unable to sync the blockchain. This comes from issue #77.
I used this guide to compile it: https://steemit.com/busy/@cpol/how-to-compile-your-very-own-devcoin-wallet-in-ubuntu-18-04
First, I downloaded the current source code from git using the command: git clone https://github.com/devcoin/core.git
The resulting compiled code version was this:
- Client version: v0.8.6.0-g25a7d46-beta
- Using OpenSSL version: OpenSSL 1.1.1 11 Sep 2018
- Build date: 2019-11-05 11:00:48 -0500
- Number of connections: 0
- On testnet: checked
- Current number of blocks, Estimated total blocks and last block time: N/A
It compiled perfectly, however, as you can see in this first image, it began acquiring the blockchain at 8:21 but by 9:11 it kept stuck on 432 weeks

Then, I added my personal wallet and started it again at 9:17 but by 9:47 it remained stuck

I checked the previous compiled version (v0.8.5.1-g25a7d46-beta, 31st Oct 2019) without the testnet param and it synced properly. I waited around an hour and initiated the v0.8.6.0-g25a7d46-beta version without the testnet param and this time it synced properly. I tried also the v0.8.5.1-g25a7d46-beta version with the testnet param enabled with no blockchain syncing.
I saw that the testnet version made its own directory (testnet3) and it recreated all the files as you can see in the pictures, but it can't sync their blockchain at all. t seems there's something wrong with my testnet. I can try to compile it with docker instead but I think this has to do with something else but I'm not sure what could it be.