-
Notifications
You must be signed in to change notification settings - Fork 20
Description
The MasterNode service is failing to start due to incompatibility with the latest BitCoin Core 0.16.0
As per bitcoin Core 0.16
This call was removed in version 0.16.0. Use the appropriate fields from: - getblockchaininfo: blocks, difficulty, chain - getnetworkinfo: version, protocolversion, timeoffset, connections, proxy, relayfee, warnings - getwalletinfo: balance, keypoololdest, keypoolsize, paytxfee, unlocked_until, walletversion bitcoin-cli has the option -getinfo to collect and format these in the old format. (code -32601)
Exception
[18-04-04 12:37:03] info: Configuration: Testing RPC connection to http://localhost:8332/
[18-04-04 12:37:03] info: Configuration: RPC connection successfull
Unhandled Exception: NTumbleBit.Configuration.ConfigException: Please, fix rpc settings in /Users/paskud/.ntumblebitserver/Main/server.config
at NTumbleBit.ClassicTumbler.Server.TumblerConfiguration.LoadArgs(String[] args) in /Users/paskud/Code/MasterNode/BreezeProject/NTumbleBit/ClassicTumbler/Server/TumblerConfiguration.cs:line 197
at Breeze.BreezeServer.Services.TumblerService.StartTumbler(BreezeConfiguration breezeConfig, Boolean getConfigOnly, String ntumblebitServerConf, String datadir, Boolean torMandatory) in /Users/paskud/Code/MasterNode/BreezeProject/Breeze.BreezeServer/Services/TumblerService.cs:line 53
at Breeze.BreezeServer.Program.Main(String[] args) in /Users/paskud/Code/MasterNode/BreezeProject/Breeze.BreezeServer/Program.cs:line 44