Skip to content

Instantly share code, notes, and snippets.

@faddat
Last active March 30, 2021 23:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save faddat/b9370131477c8abd81d65ed8e22174f4 to your computer and use it in GitHub Desktop.
Save faddat/b9370131477c8abd81d65ed8e22174f4 to your computer and use it in GitHub Desktop.
Helder technique to get seeds and genesis
curl -s https://liquidity.app.beta.starport.cloud/genesis | jq -r .result.genesis > genesis.json
gaiad start --p2p.persistent_peers 9e4fdb70e611038c92b6875757d7cd48ea51bd3c@liquidity.app.beta.starport.cloud:26656
@faddat
Copy link
Author

faddat commented Mar 30, 2021

pg_ctl -D /var/lib/postgres/data -l logfile start

[postgres@archlinuxx86-64cloudimg2021031517387qcow2-s-1vcpu-2gb-amd-nyc3-0 stargazer]$ exit
exit
[root@archlinuxx86-64cloudimg2021031517387qcow2-s-1vcpu-2gb-amd-nyc3-0 stargazer]# ./build/stargazer
{"level":"info","time":"2021-03-30T23:19:41Z","message":"using default db settings"}
{"level":"info","rpc-endpoint":"http://localhost:26657","grpc-address":"localhost:9091","time":"2021-03-30T23:19:41Z","message":"client settings"}
{"level":"info","time":"2021-03-30T23:19:41Z","message":"listening for new block events"}
panic: models: failed to execute a one query for sync_logs: bind failed to execute query: pq: relation "sync_logs" does not exist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment