Can't create coins, can also not debug

That’s local, like I said in post 18, it works.
I’m trying to reach a “shared network”.
I was under the impression that the ‘next version’ would have this working.

I was hoping the node contact adresses only count for node joining, but I suppose this blocks the safe authenticator of reaching nodes as well?

...
$ safe node run-baby-fleming
Creating '/home/folaht/.safe/node/baby-fleming-nodes' folder
Storing nodes' generated data at /home/folaht/.safe/node/baby-fleming-nodes
Launching local Safe network...
Launching with node executable from: /home/folaht/.safe/node/sn_node
Network size: 8 nodes
Launching genesis node (#1)...
Genesis node contact info: ["127.0.0.1:57939"]
...
$safe networks add shared
Creating '/home/folaht/.safe/cli/networks' folder for networks connection info cache
Caching current network connection information into: /home/folaht/.safe/cli/networks/shared_node_connection_info.config
Network 'shared' was added to the list. Connection information is located at '/home/folaht/.safe/cli/networks/shared_node_connection_info.config'
$ vim /home/folaht/.safe/cli/networks/shared_node_connection_info.config
$ $ cat shared_node_connection_info.config
"192.168.178.23:57939"
$ safe networks switch shared
...
$ safe auth start
...
$ safe auth create --test-coins
...
2020-12-18T16:06:06Z ERROR safe] sn_cli error: [Error] AuthdError - [Error] ClientError - QuicP2P error: BootstrapFailure
1 Like