lightning-power-users / node-launcher

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

Testnet not supported? #499

Closed coryl closed 1 year ago

coryl commented 1 year ago

Set testnet=1 in bitcoin.conf.

App launches with error message:

Wild bug appears! 
Please copy this text and [open an issue on GitHub](https://github.com/lightning-power-users/node-launcher/issues/new).
Node Launcher version 6.0.9

Error information:

[WinError 3] The system cannot find the path specified: 'F:/blockchain/bitcoin/testnet3\\testnet3'
File "run.py", line 22, in File "node_launcher\gui\application.py", line 24, in __init__ File "node_launcher\node_set\node_set.py", line 28, in __init__ File "node_launcher\node_set\bitcoin.py", line 57, in __init__ File "node_launcher\node_set\bitcoin.py", line 131, in get_wallet_paths

Set testnet=1 in bitcoin.conf and run the app

Should work?

Testing!

coryl commented 1 year ago

Resolved, testnet=1 does work, was modifying my dir to testnet3 manually via settings and that isn't needed.