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
{{ message }}
This repository was archived by the owner on Jun 17, 2022. It is now read-only.
I have an application with a genesis.json and a keys.json which holds the keys for the validator. I can repeatedly delete the folder from my .lotion directory and it spins up perfectly each time.
However, if I add a second validator to the list it creates the data folder, but no requests to Tendermint on port 3000 from my web browser go through, they all fail to connect.
There is no debug message in my terminal, and logTendermint is on. localhost:3000/state gives me nothing, just fails to load.
I do not know how to begin debugging this issue.
The text was updated successfully, but these errors were encountered:
Are you also running both validators? 2/3+ of the validators (by voting power) have to be online for new blocks to be created, and Lotion waits for the first block to be created to set up all the transaction server stuff.
Lost countless hours thinking there was bugs due to not all validators being online yet. Request that connect and Lotion both log 'Waiting for validators to come online' or something similar instead of hanging.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have an application with a genesis.json and a keys.json which holds the keys for the validator. I can repeatedly delete the folder from my .lotion directory and it spins up perfectly each time.
However, if I add a second validator to the list it creates the data folder, but no requests to Tendermint on port 3000 from my web browser go through, they all fail to connect.
There is no debug message in my terminal, and logTendermint is on. localhost:3000/state gives me nothing, just fails to load.
I do not know how to begin debugging this issue.
The text was updated successfully, but these errors were encountered: