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
I Have two instances (instance A and instance B) both are Ubuntu 20.04. I am trying to connect the Instance A node to Instance B using the Genesis file. when I try to connect. This error occurred.
Error opening pool ledger connection
I am using this command to start GENESIS_URL=file:///home/ubuntu/genises/genesis.txt LEDGER_SEED=000000000000000000000000SomeSeed PORT=9000 python -m server.server
The text was updated successfully, but these errors were encountered:
von-network was designed as a provisional ledger for development and testing purposes. It is not designed to be used in a production scenario. The Setting up a New Network documentation will give you a better idea of how a network is formed. von-network automates the genesis process and that process has been designed to connect four nodes together that are running on the same machine.
The GENESIS_URL option in von-network is only designed to connect the web server (ledger browser) to a remote network, it is not meant to be used to inject a genesis file into the nodes for initialization.
Describes how to setup a new network from scratch (on Ubuntu 16.04). Regardless of the approach you ultimately decide to take, you should read through this documentation to understand how the network is initiated and how nodes are added afterward.
I Have two instances (instance A and instance B) both are Ubuntu 20.04. I am trying to connect the Instance A node to Instance B using the Genesis file. when I try to connect. This error occurred.
Error opening pool ledger connection
I am using this command to start
GENESIS_URL=file:///home/ubuntu/genises/genesis.txt LEDGER_SEED=000000000000000000000000SomeSeed PORT=9000 python -m server.server
The text was updated successfully, but these errors were encountered: