Skip to content

Instantly share code, notes, and snippets.

View ryssroad's full-sized avatar
👾

road ryssroad

👾
View GitHub Profile
gid:9iXDKqE2GSvsEh4VoNQiUo

Keybase proof

I hereby claim:

  • I am ryssroad on github.
  • I am theryss (https://keybase.io/theryss) on keybase.
  • I have a public key ASAc5NCh5kP8c0I0nQhJczElCeLN1Fiec0kJVOiFPa3BSQo

To claim this, I am signing this object:

@ryssroad
ryssroad / killerqueen-1
Last active July 14, 2022 21:57
killerqueen-1 statesync
peers="22216a214bee06d0ba89c2a41cc9142f1d6f8e5b@135.181.88.74:11656"; \
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$peers\"/" $HOME/.quicksilverd/config/config.toml
SNAP_RPC="http://135.181.88.74:26657"; \
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 / kqcosmos-1
Created July 14, 2022 21:56
icad statesync
sudo systemctl stop icad.service
icad tendermint unsafe-reset-all --home ~/.ica/
SNAP_RPC1="http://157.90.179.182:28657" \
&& SNAP_RPC2="http://157.90.179.182:28657"
LATEST_HEIGHT=$(curl -s $SNAP_RPC2/block | jq -r .result.block.header.height) \
&& BLOCK_HEIGHT=$((LATEST_HEIGHT - 300)) \
&& TRUST_HASH=$(curl -s "$SNAP_RPC2/block?height=$BLOCK_HEIGHT" | jq -r .result.block_id.hash)
@ryssroad
ryssroad / STRIDE-1
Last active July 14, 2022 22:17
stride-1 statesync
peers="18b247adff3b1aa374f2e2fff049df89093f8013@158.101.199.10:26656"; \
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$peers\"/" $HOME/.stride/config/config.toml
SNAP_RPC="http://158.101.199.10:26657"; \
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 / atlantic-1
Last active August 2, 2022 20:01
Sei statesync
peers="be57b67269ae3464a5cb86403be7c59a25e55c1a@167.235.232.175:12656"; \
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$peers\"/" $HOME/.sei/config/config.toml
SNAP_RPC="http://167.235.232.175:12657/"; \
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 / sei.json
Last active July 22, 2022 08:24
ping.pub sei
{
"chain_name": "sei",
"api": ["https://sei-api.theamsolutions.info"],
"rpc": ["http://161.97.82.203:26457","http://158.101.209.61:12657"],
"sdk_version": "0.42.6",
"coin_type": "505",
"min_tx_fee": "800",
"assets": [{
"base": "usei",
"symbol": "SEI",
@ryssroad
ryssroad / axelar.json
Last active July 22, 2022 12:54
ping.pub axelar
{
"chain_name": "axelar",
"api": ["https://axelar-lisbon-rpc.allthatnode.com:1317"],
"rpc": ["https://axelartest-rpc.quickapi.com"],
"sdk_version": "0.42.6",
"coin_type": "118",
"min_tx_fee": "800",
"assets": [{
"base": "uaxl",
"symbol": "AXL",
@ryssroad
ryssroad / juno.json
Created July 21, 2022 22:13
ping.pub juno
{
"chain_name": "juno",
"coingecko": "juno-network",
"api": "https://api.uni.junonetwork.io",
"sdk_version": "0.42.4",
"addr_prefix": "juno",
"logo": "/logos/juno.jpg",
"assets": [{
"base": "ujuno",
"symbol": "JUNO",
@ryssroad
ryssroad / sei-2.json
Created July 22, 2022 08:23
ping.pub sei2
{
"chainId": "atlantic-1",
"chainName": "sei-testnet",
"rpc": "https://sei-api.theamsolutions.info",
"rest": ["http://161.97.82.203:26457","http://158.101.209.61:12657"],
"bip44": {
"coinType": "505"
},
"coinType": "505",
"bech32Config": {