Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This guide describes how to update the block height numbers on the REV issuance timer to be published on https://developer.rchain.coop/token-swap. Once the timer launches, the block height numbers will be updated on a weekly cadence.

Step-by-step guide

  1. Use the bash script shown below. Save as a .txt file to your local environment (ex blocks.txt)
  2. In the terminal make the file executable

    Code Block
    chmod 755 blocks


  3. Execute the script with the specification of 30 days before today and 90 days after today

    Code Block
    ./blocks 30 90


  4. After the script runs, find the new numbers in the log


  5. Use these numbers to update the numbers on the timer.

Example

 

Timer bash script

...