Skip to content

Instantly share code, notes, and snippets.

View ryssroad's full-sized avatar
👾

road ryssroad

👾
View GitHub Profile
@ryssroad
ryssroad / atlantic.json
Last active August 12, 2022 14:35
sei atlantic rly
{
"type": "cosmos",
"value": {
"key": "seiryss",
"chain-id": "atlantic-1",
"rpc-addr": "http://167.235.232.175:12657",
"account-prefix": "sei",
"keyring-backend": "test",
"gas-adjustment": 1.2,
"gas-prices": "0.001usei",
@ryssroad
ryssroad / osmotest.json
Last active September 11, 2022 20:16
osmosis test rly
{
"type": "cosmos",
"value": {
"key": "osmoryss",
"chain-id": "osmo-test-4",
"rpc-addr": "https://osmosis-testnet-rpc.allthatnode.com:26657",
"account-prefix": "osmo",
"keyring-backend": "test",
"gas-adjustment": 1.2,
"gas-prices": "0.001uosmo",
@ryssroad
ryssroad / stride.json
Created August 13, 2022 07:15
stride-estnet-2
{
"type": "cosmos",
"value": {
"key": "default",
"chain-id": "STRIDE-TESTNET-2",
"rpc-addr": "https://stride-testnet-rpc.polkachu.com:443",
"account-prefix": "stride",
"keyring-backend": "test",
"gas-adjustment": 1.2,
"gas-prices": "0.001ustrd",
@ryssroad
ryssroad / uni-3.json
Created August 13, 2022 07:28
juno testnet
{
"type": "cosmos",
"value": {
"key": "default",
"chain-id": "uni-3",
"rpc-addr": "https://juno-testnet-rpc.polkachu.com:443",
"account-prefix": "juno",
"keyring-backend": "test",
"gas-adjustment": 1.2,
"gas-prices": "0.001ujunox",
@ryssroad
ryssroad / haqqd_state
Last active April 16, 2023 15:17
haqqd statesync (upd 31.01.23)
peers="ce0942b9676206400a68ce8fcdb1b1bb76f88226@155.133.27.197:36656"; \
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$peers\"/" $HOME/.haqqd/config/config.toml
SNAP_RPC="http://155.133.27.197:36657"; \
LATEST_HEIGHT=$(curl -s $SNAP_RPC/block | jq -r .result.block.header.height); \
BLOCK_HEIGHT=$((LATEST_HEIGHT - 500)); \
TRUST_HASH=$(curl -s "$SNAP_RPC/block?height=$BLOCK_HEIGHT" | jq -r .result.block_id.hash); \
echo $LATEST_HEIGHT $BLOCK_HEIGHT $TRUST_HASH
sed -i -E "s|^(enable[[:space:]]+=[[:space:]]+).*$|\1true| ; \
@ryssroad
ryssroad / gaia.json
Last active August 20, 2022 07:28
gaia rpc
{
"type": "cosmos",
"value": {
"key": "default",
"chain-id": "GAIA",
"rpc-addr": "http://78.107.234.44:36657",
"account-prefix": "cosmos",
"keyring-backend": "test",
"gas-adjustment": 1.2,
"gas-prices": "0.000uatom",
@ryssroad
ryssroad / noisd_state
Last active December 8, 2022 09:57
noisd state | roadz
peers="8073bd66d5fa581c7b3d0a08d0df1fe318d70d99@135.181.35.46:55656"; \
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$peers\"/" $HOME/.noisd/config/config.toml
SNAP_RPC="https://xp.systemd.run:55657"; \
LATEST_HEIGHT=$(curl -s $SNAP_RPC/block | jq -r .result.block.header.height); \
BLOCK_HEIGHT=$((LATEST_HEIGHT - 1000)); \
TRUST_HASH=$(curl -s "$SNAP_RPC/block?height=$BLOCK_HEIGHT" | jq -r .result.block_id.hash); \
echo $LATEST_HEIGHT $BLOCK_HEIGHT $TRUST_HASH
sed -i -E "s|^(enable[[:space:]]+=[[:space:]]+).*$|\1true| ; \
@ryssroad
ryssroad / terpd_state
Last active December 8, 2022 09:57
terpd_state
peers="52d58d90c9456f4bf0a2c9c871d82ab49ee15992@135.181.35.46:26656"; \
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$peers\"/" $HOME/.terp/config/config.toml
SNAP_RPC="http://135.181.35.46:26657"; \
LATEST_HEIGHT=$(curl -s $SNAP_RPC/block | jq -r .result.block.header.height); \
BLOCK_HEIGHT=$((LATEST_HEIGHT - 500)); \
TRUST_HASH=$(curl -s "$SNAP_RPC/block?height=$BLOCK_HEIGHT" | jq -r .result.block_id.hash); \
echo $LATEST_HEIGHT $BLOCK_HEIGHT $TRUST_HASH
sed -i -E "s|^(enable[[:space:]]+=[[:space:]]+).*$|\1true| ; \
@ryssroad
ryssroad / defund_statesync
Last active December 8, 2022 09:57
defundd_state
peers="5858d6de7c98fea174b60c6f6af9a6ce1b997bee@185.207.250.233:40656"; \
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$peers\"/" $HOME/.defund/config/config.toml
SNAP_RPC="http://185.207.250.233:40657"; \
LATEST_HEIGHT=$(curl -s $SNAP_RPC/block | jq -r .result.block.header.height); \
BLOCK_HEIGHT=$((LATEST_HEIGHT - 500)); \
TRUST_HASH=$(curl -s "$SNAP_RPC/block?height=$BLOCK_HEIGHT" | jq -r .result.block_id.hash); \
echo $LATEST_HEIGHT $BLOCK_HEIGHT $TRUST_HASH
sed -i -E "s|^(enable[[:space:]]+=[[:space:]]+).*$|\1true| ; \
@ryssroad
ryssroad / okp4d_state
Created December 22, 2022 05:20
okp4d state | roadz
peers="800d696f14bad274bcaa643490db2ab18b0986fc@155.133.27.197:26656"
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$peers\"/" $HOME/.okp4d/config/config.toml
SNAP_RPC="http://155.133.27.197:26657"; \
LATEST_HEIGHT=$(curl -s $SNAP_RPC/block | jq -r .result.block.header.height); \
BLOCK_HEIGHT=$((LATEST_HEIGHT - 500)); \
TRUST_HASH=$(curl -s "$SNAP_RPC/block?height=$BLOCK_HEIGHT" | jq -r .result.block_id.hash); \
echo $LATEST_HEIGHT $BLOCK_HEIGHT $TRUST_HASH
sed -i -E "s|^(enable[[:space:]]+=[[:space:]]+).*$|\1true| ; \