lightning-power-users / node-launcher

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

Writing in the bitcoin.conf file fails #275

Open dace5215 opened 5 years ago

dace5215 commented 5 years ago

pop index out of range File "node_launcher\gui\system_tray_widgets\settings\bitcoin_tab.py", line 31, in File "node_launcher\gui\system_tray_widgets\settings\bitcoin_tab.py", line 64, in update_config File "node_launcher\services\configuration_file.py", line 112, in setitem File "node_launcher\services\configuration_file.py", line 121, in write_property

'LndOutputWidget' object has no attribute 'error_message' File "node_launcher\gui\system_tray_widgets\lnd_output_widget.py", line 151, in handle_unlock_wallet File "node_launcher\gui\system_tray_widgets\lnd_output_widget.py", line 103, in generate_seed

opened up node launcher and would run BTC Node

BTC starts running

watwood commented 5 years ago

This same bug queered my Bitcoin node. I had to trash it and start over. There may have been an easier way but not for this non-programmer. Two days later I'm still reloading the blockchain :-(

PierreRochard commented 5 years ago

Hi @dace5215, it looks like the Node Launcher wasn't happy with your bitcoin.conf file! Was that file created / manually edited before the Node Launcher was used?

PierreRochard commented 5 years ago

Sorry to hear that @watwood! I am trying to make the Node Launcher compatible with existing full nodes, I'm happy to get on a google hangout to solve issues!

dace5215 commented 5 years ago

Brand new computer simply just used for a btc and lnd node. it worked fine before I updated to the latest and greatest version of the node launcher. That’s when I ran into issues. Needed to reindex the blockchain, then it just stopped working and those errors started popping up.

On Fri, Apr 12, 2019 at 11:45 Pierre Rochard notifications@github.com wrote:

Hi @dace5215 https://github.com/dace5215, it looks like the Node Launcher wasn't happy with your bitcoin.conf file! Was that file created / manually edited before the Node Launcher was used?

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/lightning-power-users/node-launcher/issues/275#issuecomment-482624020, or mute the thread https://github.com/notifications/unsubscribe-auth/AvNqSUWeJlZ8SXOktU5H3hlHU5DEVqdmks5vgKovgaJpZM4corjt .

dace5215 commented 5 years ago

I got a different error when I downloaded the updated version.

Wild bug appears! Please copy this text and open an issue on GitHub. Node Launcher version 6.0.4

Error information:

File "node_launcher\gui\system_tray_widgets\lnd_output_widget.py", line 147, in handle_unlock_wallet File "node_launcher\gui\system_tray_widgets\lnd_output_widget.py", line 96, in generate_seed File "node_launcher\node_set\lnd_client\lnd_client.py", line 144, in generate_seed File "site-packages\grpc_channel.py", line 549, in call File "site-packages\grpc_channel.py", line 466, in _end_unary_response_blocking

PierreRochard commented 5 years ago

@dace5215 what does your LND Output say?

Should be in /Users/YOU/Library/Application Support/Lnd/logs/bitcoin/mainnet

dace5215 commented 5 years ago

2019-04-13 15:26:16.123 [INF] LTND: Version: 0.6.0-beta commit=v0.6-beta-rc3, build=production, logging=default 2019-04-13 15:26:16.123 [INF] LTND: Active chain: Bitcoin (network=mainnet) 2019-04-13 15:26:16.125 [INF] CHDB: Checking for schema update: latest_version=8, db_version=8 2019-04-13 15:26:16.150 [INF] RPCS: password gRPC proxy started at 127.0.0.1:8080 2019-04-13 15:26:16.150 [INF] RPCS: password RPC server listening on 127.0.0.1:10009 2019-04-13 15:26:16.150 [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.

Just copied the above.

shrimpfi commented 5 years ago

Is that the only output from your LND output? looks like your LND wallet is not unlocked