Skip to content
This repository was archived by the owner on Jul 7, 2026. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Bitcanna node setup

  • Install Prerequesits
sudo apt-get update && sudo apt-get upgrade -y
sudo apt-get install build-essential curl wget jq snapd -y
  • Create user account
useradd -U -s /bin/bash -m -d /home/bitcanna bitcanna
  • Increase open files limit
sudo su -c "echo 'fs.file-max = 65536' >> /etc/sysctl.conf"
sudo sysctl -p
  • Install go
snap install go --classic
echo "export PATH=\$PATH:/usr/local/go/bin:/home/bitcanna/go/bin" >> /home/bitcanna/.bashrc
su bitcanna
go version
  • Build binary
git clone https://github.com/BitCannaGlobal/bcna.git
cd bcna
git checkout v2.0.3
make build
make install

About

Node Setup

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors