You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
On a clean install, running btc testnet throws an error. It creates the folder
~/.nbxplorer/TestNet
but nosettings.config
To replicate on
origin/latest
Throws
But seems to work locally on
origin/master
The text was updated successfully, but these errors were encountered: