qwoyn

module
v1.0.0-beta Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 2, 2022 License: Apache-2.0

README

Cosmic Horizon Network

Installing Qwoynd

Hardware Requirements

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

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

Software Requirements

Install Qwoynd, Generate Wallet and Start your Node

You have two options for installing the qwoynd binary. First, our team will be providing releases of qwoynd in our github repository, please check the releases page for the latest version of qwoynd. Secondly, you can follow the steps below to compile Qwoynd yourself.

Install Go version 1.17.1

sudo apt update
sudo apt install build-essential jq wget git -y

wget https://dl.google.com/go/go1.17.1.linux-amd64.tar.gz
tar -xvf go1.17.1.linux-amd64.tar.gz
sudo mv go /usr/local

Now add go to your bashrc -

echo "" >> ~/.bashrc
echo 'export GOPATH=$HOME/go' >> ~/.bashrc
echo 'export GOROOT=/usr/local/go' >> ~/.bashrc
echo 'export GOBIN=$GOPATH/bin' >> ~/.bashrc
echo 'export PATH=$PATH:/usr/local/go/bin:$GOBIN' >> ~/.bashrc

# use this new bashrc configuration
source ~/.bashrc

Build Qwoynd

These steps install the qwoynd binary.

# Clone the Repo
git clone https://github.com/cosmic-horizon/QWOYN.git

# Install `Qwoynd`
cd QWOYN
make install

Testnet generation

qwoynd testnet --keyring-backend=test --chain-id="qwoyn-1" --v 4 --output-dir ./testnet --starting-ip-address 192.168.10.2

Directories

Path Synopsis
app
params
Package params defines the simulation parameters in the qwoyn.
Package params defines the simulation parameters in the qwoyn.
cmd
testutil
nullify
Package nullify provides methods to init nil values structs for test assertion.
Package nullify provides methods to init nil values structs for test assertion.
x
mint/types
Package types is a reverse proxy.
Package types is a reverse proxy.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL