Hi, first post:
I am doing a, fednode install full master on Ubuntu1604.
First error in fednode.py was the logname which I changed to whoami.
Next error is the following:
Traceback (most recent call last):
File “/usr/lib/python3.6/configparser.py”, line 1138, in _unify_values
sectiondict = self._sections[section]
KeyError: ‘Default’
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/usr/local/bin/fednode”, line 464, in
main()
File “/usr/local/bin/fednode”, line 291, in main
build_config = config.get(‘Default’, ‘config’)
File “/usr/lib/python3.6/configparser.py”, line 781, in get
d = self._unify_values(section, vars)
File “/usr/lib/python3.6/configparser.py”, line 1141, in _unify_values
raise NoSectionError(section)
configparser.NoSectionError: No section: ‘Default’
I did a search and someone had the similar in ´16 but no resolution, any one?
TY:v:
Okay updated to 18.04 but how do I update Bitcoin core to v17.1?
I cp all blockchain data from a fully synced v17.1 node to the /volumes/federatednode_bitcoin-data/_data/ folder and I keep getting a reindex message in the log.
Inb4 I tried to change the fednode-bitcoin.conf so it could use my running 17.1 node as that is serving my external wallets, LND and are fully synced.
But the docker containers have an iptables/UFW issue. They do not want to talk to the node on the host.
I am building a full counterparty stack with my running bitcoin node, Lightning node, BTCpayserver and some minor other additions.
As the docker - UFW issue is stopping me from connecting to my running node, I now use the Counterparty bitcoin node and will see if I can connect with LND, etc.
Any ideas suggestions how to solve the container issue or what am I doing wrong? is it even an issue?
I am not a counterparty coder, I have written some Counterparty Improvement Proposals (CIPs), the xchain.io block explorer, and some other misc Counterparty projects, but I don’t actually work on the python codebase.
As far as the docker communication issues, I am not really a big docker user, so probably best to ask someone like @chiguireitor who has more experience with docker. It might be something simple like exposing a port via the EXPOSE keyword in the dockerfile.