lightning-power-users / node-launcher

Easiest Bitcoin Lightning desktop app, for Windows, macOS, and Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Testnet not supported?

coryl opened this issue · comments

  • I'm submitting a ...

    • [x ] bug report
    • feature request
    • support request
  • What is the current behavior?

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
  • If the current behavior is a bug, please provide the steps to reproduce

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

  • What is the expected behavior?

Should work?

  • What is the motivation / use case for changing the behavior?

Testing!

  • Please tell us about your environment:

    • Operating System: [ Windows 10 ]
  • Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)

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