Closed bolatovumar closed 5 years ago
If you are creating a new wallet rather than recovering an old one you get stuck at an even earlier phase:
Unfortunately Neutrino changed the way it conveys sync information in the getInfo
lnd RPC call, so we can't track sync progress the way we used to. Haven't quite come up with a replacement solution yet.
@valentinewallace what does the dev process look like in this case then? Does everyone who attempt to do dev through npm run electron-dev
run into this issue?
Oh, I think I misunderstood. If this is on simnet, you need to mine blocks yourself. It won't display as fully synced unless the total block height to sync is greater than 0.
Alright, I mined some blocks after running npm run electron-dev
and it synced. I had mined some blocks previously and thought that would be enough but I guess not.
Description
As the title says once the app launches after I run
npm run electron-dev
the app is stuck in "Syncing to chain" state. Is anything else needed besides runningnpm run electron-dev
to start developing?I went through all the steps in setup local cluster. Everything worked fine and I shut down BTCD/LND instances once I went through all the steps. Not sure if this is correct.
Steps to reproduce the behavior
npm run electron-dev
stepScreenshot and/or logs if applicable