Code Monkey home page Code Monkey logo

testnet-bcna-cosmos's Introduction

Hardware Requirements

Here are the minimal hardware configs required for running a validator/sentry node

  • 8GB RAM
  • 4vCPUs
  • 200GB Disk space

Software Requirements

Install deps

sudo apt-get install build-essential jq

Compile instructions: install GoLang

Install Go 1.15.x (there are some issues with SDK keyring and 1.16.x) The official instructions can be found here: https://golang.org/doc/install

First remove any existing old Go installation as root

sudo rm -rf /usr/local/go

Download the software:

curl https://dl.google.com/go/go1.15.11.linux-amd64.tar.gz | sudo tar -C/usr/local -zxvf -

Update environment variables to include go (copy everything and paste)

cat <<'EOF' >>$HOME/.profile
export GOROOT=/usr/local/go
export GOPATH=$HOME/go
export GO111MODULE=on
export GOBIN=$HOME/go/bin
export PATH=$PATH:/usr/local/go/bin:$GOBIN
EOF
source $HOME/.profile

To verify that Go is installed:

go version

Should return go version go1.15.11 linux/amd64

Compile BCNAD source code by yourself

Download source code and compile

git clone https://github.com/BitCannaGlobal/testnet-bcna-cosmos.git
cd testnet-bcna-cosmos
git checkout v0.testnet6
make build   #it build the binary in build/ folder

To know the version:

build/bcnad version

The output must be 0.testnet6

Is the versión match, now you have two options

  • Move the binary to the /usr/local/bin path with: sudo mv build/bcnad /usr/local/bin/
  • Compile and install the binary in the $GOPATH path: make install

testnet-bcna-cosmos's People

Contributors

raulbernal avatar

Stargazers

 avatar  avatar  avatar  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.