Git Product home page Git Product logo

temporal-testnet's Introduction

Temporal Public Testnet

Generate a gentx on a server that has never run a Temporal node before:

Clone and install the node:

git clone https://github.com/temporal-zone/temporal.git
cd temporal
git checkout v0.2.1
make install

Restore your keys:

temporald keys add NAME_OF_KEY
temporald keys list

Copy your new temporal address

Init the node, add a genesis account and generate the gentx:

temporald init NODE_NAME --chain-id temporal-test-1 --default-denom utprl
temporald add-genesis-account TEMPORAL_ADDRESS 1000000000000utprl

Note: if you get an error that it failed to to get address from Keybase, try adding --keyring-backend os, unless when you restored your keys you explicitly specificed a different keyring-backend, then use that one.

temporald gentx NAME_OF_KEY 1000000000000utprl \
--chain-id temporal-test-1 \
--moniker="YOUR_VALIDATOR_NAME" \
--commission-rate 0.05 \
--commission-max-rate 0.10 \
--commission-max-change-rate 0.05 \
--details="XXXXXXXX" \
--identity YOUR_KEYBASE_ID \
--security-contact="XXXXXXXX" \
--website="XXXXXXXX"

Please then submit the gentx-VALIDATOR-NAME.json file to the gentx folder in this repo.

Generate a gentx on a server that has run a Temporal node before:

Update the node to the newest version and install the new binary:

cd temporal
git fetch && git pull
git checkout v0.2.1
make install

Copy your temporal address:

temporald keys list

Init the node, add a genesis account and generate the gentx:

temporald init NODE_NAME --chain-id temporal-test-1 --default-denom utprl --overwrite
temporald add-genesis-account TEMPORAL_ADDRESS 1000000000000utprl

Note: if you get an error that it failed to to get address from Keybase, try adding --keyring-backend os, unless when you restored your keys you explicitly specificed a different keyring-backend, then use that one.

temporald gentx NAME_OF_KEY 1000000000000utprl \
--chain-id temporal-test-1 \
--moniker="YOUR_VALIDATOR_NAME" \
--commission-rate 0.05 \
--commission-max-rate 0.10 \
--commission-max-change-rate 0.05 \
--details="XXXXXXXX" \
--identity YOUR_KEYBASE_ID \
--security-contact="XXXXXXXX" \
--website="XXXXXXXX"

Please then submit the gentx-VALIDATOR-NAME.json file to the gentx folder in this repo.

temporal-testnet's People

Contributors

george-aj avatar effofxprime avatar meowmenot avatar kinrokinro avatar aalahyane95 avatar aditya-manit avatar bosco-2019 avatar chillyvee avatar clydedevv avatar cordtus avatar daicers avatar ericjohncarlson avatar leonoorscryptoman avatar nochanc3 avatar santosdios avatar boobcactus avatar polkachuintern avatar pramonoutomo avatar freak12techno avatar brendan-whispernode avatar reversesigh avatar kjincgroup avatar nullmames avatar xbdyhh avatar richard-stakingcabin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.