Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.44 KB

delegating.md

File metadata and controls

51 lines (31 loc) · 1.44 KB

Delegating

This document covers how to delegate your Graviton token

Delegating via Cosmostation

Community guide for Cosmostation delegation (Without Ledger)

Delegating via the command Line

Linux (Ledger)

If you are running Linux and have your keys stored in a ledger do the following

wget https://github.com/Gravity-Bridge/Gravity-Bridge/releases/download/v1.8.1/gravity-linux-amd64
chmod +x gravity-linux-amd64
mv gravity-linux-amd gravity
sudo mv gravity /usr/bin/

gravity init gravity-bridge-3

gravity keys add --ledger <your ledger key name>

# you should see your ledger address
gravity keys list

gravity tx staking delegate --from <your ledger key name> <valoper address> <amount> --node https://gravitychain.io:26657 --chain-id gravity-bridge-3

Mac (Ledger)

If you are running Mac and have your keys stored in a ledger do the following

wget https://github.com/Gravity-Bridge/Gravity-Bridge/releases/download/v1.8.1/gravity-darwin-amd64
sudo mv gravity-darwin-amd64 /usr/bin/

gravity init gravity-bridge-3

gravity keys add --ledger <your ledger key name>

# you should see your ledger address
gravity keys list

gravity tx staking delegate --from <your ledger key name> <valoper address> <amount> --node https://gravitychain.io:26657 --chain-id gravity-bridge-3

Delegating via a web interface

This is coming soon