Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error 12d5d51 Update .env #1

Open
minhquy87tb opened this issue Apr 15, 2021 · 3 comments
Open

Error 12d5d51 Update .env #1

minhquy87tb opened this issue Apr 15, 2021 · 3 comments

Comments

@minhquy87tb
Copy link

when i cmd $ cd frontier-chain && git checkout v0.1.0 && make install
error :

$ git checkout v0.1.0
HEAD is now at 12d5d51 Update .env

help me, please !

@Reallym404
Copy link

Reallym404 commented Apr 15, 2021

me too,What OS is used?

@minhquy87tb
Copy link
Author

I try it error :

  1. install ssh key :https://nguyenary.dev/cach-tao-ssh-key-va-su-dung-no-voi-gitlab-va-github.html
  2. install go : https://www.tecmint.com/install-go-in-ubuntu/
    Do you have
    export PATH=$PATH:/usr/local/go/bin
    export GOPATH=$HOME/go
    export PATH=$PATH:$GOPATH/bin
    source ~/.bashrc
    after:
    apt update
    apt install screen
    screen -S anasayfa
    sudo apt install build-essential

instal GIT

apt install git

then 👍

clone the frontier chain repo

git clone git@github.com:frontierdotxyz/frontier-chain.git

install

cd frontier && git checkout v0.1.0 && make install

initialize chain

frontd init my_node --chain-id frontier-chain-testnet-0-black-mamba

Add validator key

frontcli config keyring-backend test
frontcli keys add validator

Create gentx

frontd add-genesis-account $(frontcli keys show validator -a) 1000000000000front
frontd gentx --name validator --amount 1000000000000front --keyring-backend test

@minhquy87tb
Copy link
Author

me too,What OS is used?

ubuntu 20.04

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants