Quiver Fullnode is a wallet and full node for arrowd that runs on Linux, Windows and macOS.
Note: Quiver Fullnode will download the entire blockchain (about 26GB), and requires some familiarity with the command line. If you don't want to download the blockchain but prefer a Lite wallet, please check out Quiver Lite.
Head over to the releases page and grab the latest installers or binary. https://github.com/Arrowchain/quiver/releases
If you are on Debian/Ubuntu, please download the '.AppImage' package and just run it.
./Quiver.Fullnode-0.9.11.AppImage
If you prefer to install a .deb
package, that is also available.
sudo dpkg -i quiver_0.9.11_amd64.deb
sudo apt install -f
Download and run the .msi
installer and follow the prompts. Alternately, you can download the release binary, unzip it and double click on quiver.exe
to start.
Double-click on the .dmg
file to open it, and drag Quiver Fullnode
on to the Applications link to install.
Quiver needs an Arrow node running arrowd. If you already have a arrowd node running, Quiver will connect to it.
If you don't have one, Quiver will start its embedded arrowd node.
Additionally, if this is the first time you're running Quiver or a arrowd daemon, Quiver will download the Arrow params (~777 MB) and configure arrow.conf
for you.
Quiver is written in Electron/Javascript and can be build from source. Note that if you are compiling from source, you won't get the embedded arrowd by default. You can either run an external arrowd, or compile arrowd as well.
You need to have the following software installed before you can build Quiver Fullnode
- Nodejs v12.16.1 or higher - https://nodejs.org
- Yarn - https://yarnpkg.com
git clone https://github.com/Arrowchain/quiver.git
cd quiver
yarn install
yarn build
To start in development mode, run
yarn dev
To start in production mode, run
yarn start
Please read the troubleshooting guide for common problems and solutions. For support or other questions, tweet at @zecwallet or file an issue.