I have some questions -!
1) I'm trying to use JSON-RPC for all connections -downloading the blocks etc. and `bitcoinplusd -help` says default RPC port is 8885 while this page (https://github.com/bitcoinplusorg/xbcwalletsource) says it's 8884. Could someone tell me the right one for JSON-RPC?
2) When I start bitcoinplusd, it says
```
[warn] Error creating directory /root/.bitcoinplus/tor: No such file or directory
[warn] Failed to parse/validate config: Couldn't access/create private data directory "/root/.bitcoinplus/tor"
[err] Reading config failed--see warnings above.
```
So unless I have /root/.bitcoinplus in place, the service doesn't start.. I'm running this on a docker container as a non-root user - would there be a way to bypass (e.g. add another config etc..) this error?
Thanks in advance!
Try 8884 for now.I will take a look at the other stuff and get back to you.