Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
s3://injective-snapshots/mainnet/subnode
/0073
/6068
/7380
/8088
/8896
/8898
/98106
/98107
/66101
/105116
/113127
/119143
/138150
aws s3 cp --recursive s3://injective-snapshots/mainnet/subnode/<SNAPSHOT_DIR> $INJ_HOME
injectived init $MONIKER --chain-id injective-1 --home $INJ_HOME --overwrite
sed -i 's/^pruning *= *.*/pruning = "nothing"/' $INJ_HOME/config/app.toml sed -i 's/^log_level *= *.*/log_level = "error"/' $INJ_HOME/config/app.toml
injectived start --home $INJ_HOME
git clone https://github.com/decentrio/gateway make build
upstream: - rpc: "http://$NODE1:$RPC_PORT" grpc: "$NODE1:$GRPC_PORT" api: "http://$NODE1:$API_PORT" blocks: [0,80000000] ports: rpc: $RPC_PORT api: $API_PORT grpc: $GRPC_PORT jsonrpc: 0 jsonrpc_ws: 0
gateway start --config $CONFIG_FILE