Skip to content

Here is the instruction for launching the Initia project node

License

Notifications You must be signed in to change notification settings

TempGROX/Initia-Install-Node-Guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Initia-Install-Node-Guide

Here is the instruction for launching the Initia project node

Testnet Information

KEY VALUE
Chain-ID initiation-1
actual initia Version v0.2.15
Genesis file https://initia.s3.ap-southeast-1.amazonaws.com/initiation-1/genesis.json
Known Peers [email protected]:26656,[email protected]:26019
Known Seed [email protected]:26656,c28827cb96c14c905b127b92065a3fb4cd77d7f6@testnet-seeds.whispernode.com:25756
Address Book https://initia.s3.ap-southeast-1.amazonaws.com/initiation-1/addrbook.json

Clone the initia repository

Now we just need to clone the repository to our computer and select the current branch. See the current version of the branch above.

git clone https://github.com/initia-labs/initia
cd initia

git checkout [version]

Build initia

Now we are building a project.

make install

Confirmation

In order to make sure that the previous steps are correct, we can try to output the full version of initia.

initiad version --long

Configuration

After we have fully installed initia and made sure of this, we should make a basic configuration of the node!

# init initiad with default setting
initiad init local --chain-id testnet

# modify node section to the remote full node rpc address.
vim ~/.initia/config/client.toml

Add keys

Now we can create the keys ourselves. This is done with the following command:

initiad keys add <your-key-name>

The end!

If you liked this guide, please go to all my social networks)


About

Here is the instruction for launching the Initia project node

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published