8000 GitHub - RPCdotcom/Initia
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

RPCdotcom/Initia

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

Initia Weave CLI

image

Run the following command to update and upgrade system packages:

sudo apt update -y && sudo apt upgrade -y

2. Install Packages:

sudo apt install htop ca-certificates zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev tmux iptables curl nvme-cli git wget make jq libleveldb-dev build-essential pkg-config ncdu tar clang bsdmainutils lsb-release libssl-dev libreadline-dev libffi-dev jq gcc screen unzip lz4 -y

Install GO :

cd $HOME
VER="1.23.0"
wget "https://golang.org/dl/go$VER.linux-amd64.tar.gz"
sudo rm -rf /usr/local/go
sudo tar -C /usr/local -xzf "go$VER.linux-amd64.tar.gz"
rm "go$VER.linux-amd64.tar.gz"
[ ! -f ~/.bash_profile ] && touch ~/.bash_profile
echo "export PATH=$PATH:/usr/local/go/bin:~/go/bin" >> ~/.bash_profile
source $HOME/.bash_profile
[ ! -d ~/go/bin ] && mkdir -p ~/go/bin

Install CLI :

git clone https://github.com/initia-labs/weave.git
cd weave
git checkout tags/v0.1.1
make install

Create Gas Station Wallet :

weave gas-station setup

image

  • Save Your Mnemonic and Write Contine - Enter.

image

Example :

image

Faucet :

INIT Test Faucet: Initia Faucet TIA Test Faucet : Celestia Faucet

  • Claim Faucet And Check Youer Wallets :
weave gas-station show

image

Start :

weave init

image

Run L1 Node :

image

  • Enter

Write Your Moniker :

image

Chouse Your Options

Space : Select - Enter : Sumbit

image

Seeds :

  • If you want Specify seed paste your seed - i want initia offical seed press TAB and enter.

image

  • Tab for Polkachu and enter.

image

Pruning :

  • Default.

image

Automatic Upgrade :

  • Yes - Enter.

image

Snapshot :

  • I chose state sync. you can install snapshot if you want.

image

  • Tab for Polkachu State SYNC :

image

Additional Peers :

  • Tab for Polkachu Peers. Enter.

image

Succsess :

image

Start :

  • Screen :
screen -S initia
  • Start :
weave initia start

Repo / Profile Views

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0