lightning-power-users / node-launcher

Easiest Bitcoin Lightning desktop app, for Windows, macOS, and Linux
MIT License
359 stars 68 forks source link

new node launcher 6.0.1 Won't Load (nothing happens) #238

Closed robbie2121 closed 5 years ago

robbie2121 commented 5 years ago

Seems to get stuck on "waiting for wallet encryption password" step:

2019-04-02 19:15:30.708 [INF] LTND: Version: 0.5.2-beta commit=v0.5.2-beta, build=production, logging=default 2019-04-02 19:15:30.709 [INF] LTND: Active chain: Bitcoin (network=mainnet) 2019-04-02 19:15:30.712 [INF] CHDB: Checking for schema update: latest_version=7, db_version=7 2019-04-02 19:15:30.732 [INF] RPCS: password RPC server listening on 127.0.0.1:10009 2019-04-02 19:15:30.733 [INF] RPCS: password gRPC proxy started at 127.0.0.1:8080 2019-04-02 19:15:30.733 [INF] LTND: Waiting for wallet encryption password. Use lncli create to create a wallet, lncli unlock to unlock an existing wallet, or lncli changepassword to change the password of an existing wallet and unlock it. 2019-04-02 19:16:11.852 [INF] LTND: Version: 0.5.2-beta commit=v0.5.2-beta, build=production, logging=default 2019-04-02 19:16:11.853 [INF] LTND: Active chain: Bitcoin (network=mainnet) 2019-04-02 19:16:11.854 [INF] CHDB: Checking for schema update: latest_version=7, db_version=7 2019-04-02 19:16:11.866 [INF] RPCS: password RPC server listening on 127.0.0.1:10009 2019-04-02 19:16:11.867 [INF] RPCS: password gRPC proxy started at 127.0.0.1:8080 2019-04-02 19:16:11.867 [INF] LTND: Waiting for wallet encryption password. Use lncli create to create a wallet, lncli unlock to unlock an existing wallet, or lncli changepassword to change the password of an existing wallet and unlock it. 2019-04-02 19:20:48.781 [INF] LTND: Version: 0.5.2-beta commit=v0.5.2-beta, build=production, logging=default 2019-04-02 19:20:48.784 [INF] LTND: Active chain: Bitcoin (network=mainnet) 2019-04-02 19:20:48.788 [INF] CHDB: Checking for schema update: latest_version=7, db_version=7 2019-04-02 19:20:48.800 [INF] RPCS: password RPC server listening on 127.0.0.1:10009 2019-04-02 19:20:48.800 [INF] RPCS: password gRPC proxy started at 127.0.0.1:8080 2019-04-02 19:20:48.800 [INF] LTND: Waiting for wallet encryption password. Use lncli create to create a wallet, lncli unlock to unlock an existing wallet, or lncli changepassword to change the password of an existing wallet and unlock it.

PierreRochard commented 5 years ago

Hi @robbie2121, I figured out what causes the "nothing happens" - there's supposed to be an error message explaining but I had it disabled. I've reenabled it for the next release which will allow us to debug this issue.

robbie2121 commented 5 years ago

Hi Pierre, I just rebuilt my VM and it's working now. Thanks!