Adamnite-Testnet-Beta
Instalation
sudo apt update && sudo apt upgrade -y
We download the libraries we will use in the installation
sudo apt install make clang pkg-config libssl-dev libclang-dev build-essential git curl ntp jq llvm tmux htop screen unzip cmake -y
Since the repo is private, we need access tokens, for this;
settings -> developer settings -> personal access tokens -> tokens classic -> generate new token
git clone https://"access-token"@github.com/Adamnite/goAdamnite.git
cd goAdamnite/Ubuntu
chmod +x gnite
chmod +x gnite-test
./gnite account new
screen -S adamnite
./gnite
Sending Transactions
Make sure your are in goAdamnite/Ubuntu directory and have test NITE.
Check your balance by running ./gnite-test --balance "your public address"
./gnite-test --sendaddr "the address you want to send coins to" --recaddr "your public address" --amount "the amount you want to send"
Staking
./gnite-test --sendaddr "your address" --recaddr "the account you want to stake your coins to (can be one of the public accounts listed in the beta testing channel)" --amount "the amount you want to send" --txtype true
Run ./gnite-test -h
for help and additional commands.