Skip to content

Instantly share code, notes, and snippets.

@os2357
Last active September 20, 2023 18:41
Show Gist options
  • Save os2357/28ed460857d4513a3a5a2db34e4f1104 to your computer and use it in GitHub Desktop.
Save os2357/28ed460857d4513a3a5a2db34e4f1104 to your computer and use it in GitHub Desktop.
octez-node config init --data-dir /home/oxford --network https://teztnets.xyz/oxfordnet
wget https://oxfordnet-v18-shots.nyc3.digitaloceanspaces.com/oxfordnet-297278.rolling
octez-node snapshot import --data-dir /home/oxford --block BLkZmqSms1vj4bbsvSUX54AXA4vMa2BA5wW8NxFtzpbdEjUh5wJ oxfordnet-297278.rolling
octez-node run --data-dir /home/oxford --rpc-addr 127.0.0.1
octez-client gen keys alice
octez-client register key alice as delegate
octez-baker-Proxford run with local node /home/oxford alice --liquidity-baking-toggle-vote pass
octez-accuser-Proxford run
octez-client stake 10000 for alice
octez-client set delegate parameters for alice --limit-of-staking-over-baking 5 --edge-of-baking-over-staking 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment