Hardware Requirements
These are the suggested specs. Given we are still in the testnet phase, you may decide to cut down a little.
- 4 or more physical CPU cores
- At least 500GB of SSD disk storage
- At least 16GB of memory
- At least 100mbps network bandwidth
How to Install Quasar
Compile from sources:
- Clone quasar preview repository: https://github.com/quasar-finance/quasar-preview/
- Run
make build-reproducible-amd64
- Put the compiled binary from
build
folder it in your desired location (it is useful to have it in your PATH)
Binary installation
- Download latest binary from here: https://github.com/quasar-finance/quasar-preview/releases/
- Put it in your desired folder (it is useful to have it in your PATH)
Creating your keys
NOTE: This will use the testing backend (only for testing purposes). Do not use it in prod!
- Create the keys with the command:
quasarnoded keys add < my_new_testing_key > --keyring-backend test
(replace< my_new_testing_key >
with whatever you like)
Cleanup environment
WARNING: Use at your own risk!
If you have pre-existing keys and a previous environment, you can remove them using:
quasarnoded tendermint unsafe-reset-all
quasarnoded keys list --keyring-backend test
quasarnoded keys delete < my_old_key > --keyring-backend test
(replace < my_old_key > accordingly.)