Bifrost | week 2
UpdateFirst of all stop bifrost-nodedocker stop bifrost docker rm bifrost Download bifrost-node:v1.0.1docker pull thebifrost/bifrost-node:v1.0.1 Change bifrost-node version on run commanddocker run -d --network host -v "/var/lib/bifrost-data:/data" --name "bifrost" thebifrost/bifrost-node:v1.0.1 \ --base-path /data \ --chain /specs/bifrost-testnet.json \ --port 30333 \ --validator \ --state-cache-size 0 \ --runtime-cache-size 64 \ --name "YOUR_CONTROLLER_ADDRESS" TASKSAdd next settings to met...
Bifrost | week 2
UpdateFirst of all stop bifrost-nodedocker stop bifrost docker rm bifrost Download bifrost-node:v1.0.1docker pull thebifrost/bifrost-node:v1.0.1 Change bifrost-node version on run commanddocker run -d --network host -v "/var/lib/bifrost-data:/data" --name "bifrost" thebifrost/bifrost-node:v1.0.1 \ --base-path /data \ --chain /specs/bifrost-testnet.json \ --port 30333 \ --validator \ --state-cache-size 0 \ --runtime-cache-size 64 \ --name "YOUR_CONTROLLER_ADDRESS" TASKSAdd next settings to met...
Hypersign [jagrat]. after genesis
Node setupIf you want to setup fullnode manually follow the steps belowSetting up varsHere you have to put name of your moniker (validator) that will be visible in explorerNODENAME=<YOUR_MONIKER_NAME_GOES_HERE> Save and import variables into systemHYPERSIGN_PORT=31 echo "export NODENAME=$NODENAME" >> $HOME/.bash_profile if [ ! $WALLET ]; then echo "export WALLET=wallet" >> $HOME/.bash_profile fi echo "export HYPERSIGN_CHAIN_ID=jagrat" >> $HOME/.bash_profile echo "export HYPERSIGN_PORT=${...
Hypersign [jagrat]. after genesis
Node setupIf you want to setup fullnode manually follow the steps belowSetting up varsHere you have to put name of your moniker (validator) that will be visible in explorerNODENAME=<YOUR_MONIKER_NAME_GOES_HERE> Save and import variables into systemHYPERSIGN_PORT=31 echo "export NODENAME=$NODENAME" >> $HOME/.bash_profile if [ ! $WALLET ]; then echo "export WALLET=wallet" >> $HOME/.bash_profile fi echo "export HYPERSIGN_CHAIN_ID=jagrat" >> $HOME/.bash_profile echo "export HYPERSIGN_PORT=${...
SOURCE. validator setup
ПодготовкаОбновляем системуsudo apt update && sudo apt upgrade -y Ставим зависимостиsudo apt install curl build-essential git wget jq make gcc -y sudo curl https://get.ignite.com/cli! | sudo bash Ставим GOver="1.18.3" # set ver. cd $HOME 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" echo "export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin" >> ~/.bash_profile source...
SOURCE. validator setup
ПодготовкаОбновляем системуsudo apt update && sudo apt upgrade -y Ставим зависимостиsudo apt install curl build-essential git wget jq make gcc -y sudo curl https://get.ignite.com/cli! | sudo bash Ставим GOver="1.18.3" # set ver. cd $HOME 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" echo "export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin" >> ~/.bash_profile source...
HYPERSIGN node install
BEFORE GENESISFirst of all u have to sign up -=> here than proceedPrepareupgrade systemsudo apt update && sudo apt upgrade -y install dependenciessudo apt install curl build-essential git wget jq make gcc -y install gover="1.18.3" # set ver. cd $HOME 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" echo "export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin" >> ~/.bash_p...
HYPERSIGN node install
BEFORE GENESISFirst of all u have to sign up -=> here than proceedPrepareupgrade systemsudo apt update && sudo apt upgrade -y install dependenciessudo apt install curl build-essential git wget jq make gcc -y install gover="1.18.3" # set ver. cd $HOME 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" echo "export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin" >> ~/.bash_p...