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
root@vmi1665571:~/deep-chain# deepchain start --compute-gpu=false --search-api=false --home ./testnet
10:41AM ERR WARNING: The minimum-gas-prices config in app.toml is set to the empty string. This defaults to 0 in the current version, but will error in the next version (SDK v0.45). Please explicitly put the desired minimum-gas-prices in your app.toml.
10:41AM INF Loading the brain state
10:41AM INF Cyber Consensus Supercomputer is started! duration="392.696µs"
10:41AM INF starting node with ABCI Tendermint in-process
10:41AM INF Starting multiAppConn service impl=multiAppConn module=proxy
10:41AM INF Starting localClient service connection=query impl=localClient module=abci-client
10:41AM INF Starting localClient service connection=snapshot impl=localClient module=abci-client
10:41AM INF Starting localClient service connection=mempool impl=localClient module=abci-client
10:41AM INF Starting localClient service connection=consensus impl=localClient module=abci-client
10:41AM INF Starting EventBus service impl=EventBus module=events
10:41AM INF Starting PubSub service impl=PubSub module=pubsub
10:41AM INF Starting IndexerService service impl=IndexerService module=txindex
Error: error with private validator socket client: failed to start private validator: listen tcp: lookup [email protected]: no such host
Current Behavior
Error when trying to connect to the chain:
Expected Behavior
Connecting a validator node to the chain
Reproduction
Installing new dependencies
Download go
Setting up environment variables
Clone the repository and go to it
Buildim
Initializing the validator
Delete the current one and add a new genesis.json
Change the "persistent_peers" value in the "config.toml" file
Add a validator
We launch the validator into the network
Additional Information
Additional Information
Tried to install on VPS server
The text was updated successfully, but these errors were encountered: