Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BTC Testnet seems to be broken #260

Open
bitcoinbrisbane opened this issue May 19, 2020 · 2 comments
Open

BTC Testnet seems to be broken #260

bitcoinbrisbane opened this issue May 19, 2020 · 2 comments

Comments

@bitcoinbrisbane
Copy link
Contributor

bitcoinbrisbane commented May 19, 2020

On a clean install, running btc testnet throws an error. It creates the folder ~/.nbxplorer/TestNet but no settings.config

To replicate on origin/latest

On branch latest
Your branch is up to date with 'origin/latest'.

nothing to commit, working tree clean
./build
./run.sh --chains=btc --network=testnet

Throws

info: Configuration:  Configuration File: /root/.nbxplorer/TestNet/settings.config
Unhandled exception. System.ArgumentNullException: Value cannot be null. (Parameter 'network')
   at NBXplorer.DerivationStrategy.DerivationStrategyFactory..ctor(Network network) in /root/NBXplorer/NBXplorer.Client/DerivationStrategy/DerivationStrategy.cs:line 39
   at NBXplorer.NBXplorerNetworkProvider..ctor(NetworkType networkType) in /root/NBXplorer/NBXplorer.Client/NBXplorerNetworkProvider.cs:line 33
   at NBXplorer.Configuration.ExplorerConfiguration.LoadArgs(IConfiguration config) in /root/NBXplorer/NBXplorer/Configuration/ExplorerConfiguration.cs:line 91
   at NBXplorer.Program.Main(String[] args) in /root/NBXplorer/NBXplorer/Program.cs:line 42

But seems to work locally on origin/master

lucascullen@SubZero:~/GitHub/NBXplorer/NBXplorer$ git status
On branch master
Your branch is up to date with 'origin/master'.

nothing to commit, working tree clean
git pull
dotnet run --chains=btc --network=testnet
@NicolasDorier
Copy link
Member

wow that's strange. I don't remember touching anything there in latest commits.

@bitcoinbrisbane
Copy link
Contributor Author

If I have a chance this weekend I’ll try make a PR. Going down the stack it looks right

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants