Get Qweercoin on your computer โ complete beginner's guide
The Qweercoin wallet is the software that lets you send, receive, and store QWR. It also runs a full node, meaning your computer helps verify transactions and support the network โ just by having it open.
It's free, open source, and you are always in full control of your own coins. No company holds your funds. No accounts to create. No identity required.
Pick your operating system above to jump straight to your download and install guide.
Your download will appear in your Downloads folder. Once it's there, move on to Step 2.
Terminal is the app you'll use to install Qweercoin. Don't worry โ you'll only paste a few lines.
โ Command + Space on your keyboardEnterA dark window with a blinking cursor will open. That's Terminal โ you're ready.
โ Command + V.Paste these commands into Terminal one at a time, pressing Enter after each:
cd ~/Downloadsโ PASTE โ then press Enter
tar xzf qweercoin-v0.1.0-macos-arm64.tar.gzโ PASTE โ then press Enter (your Mac will ask for your password)
sudo cp qwr-v0.1.0-macos/qweercoind qwr-v0.1.0-macos/qweercoin-cli /usr/local/bin/
sudo command, your Mac asks for your login password. Type it and press Enter โ nothing appears as you type, which is completely normal.Check that installation completed successfully:
qweercoind --version
Now start Qweercoin:
qweercoind -daemon
You'll see Qweercoin Core starting. Wait 30 seconds, then check it's running:
qweercoin-cli getblockchaininfo
Create your wallet (only needs to be done once):
qweercoin-cli createwallet "main"
Generate an address to receive QWR:
qweercoin-cli getnewaddress
That long string starting with qwr1 is your Qweercoin address โ like your account number. Share it with anyone who wants to send you QWR.
Your download will appear in your Downloads folder.
PowerShell is the app you'll use to install and run Qweercoin.
.zip fileC:\Qweercoin and click ExtractNow tell Windows where to find Qweercoin. Paste this into PowerShell and press Enter:
โ PASTE INTO POWERSHELL โ press Enter[Environment]::SetEnvironmentVariable("Path", $env:Path + ";C:\Qweercoin", "Machine")
Close PowerShell completely and open it again as Administrator before continuing.
Check that installation completed successfully:
qweercoind --version
Start Qweercoin in the background:
Start-Process qweercoind.exe -WindowStyle Hidden
Wait 30 seconds, then check it's running:
qweercoin-cli getblockchaininfo
Create your wallet:
qweercoin-cli createwallet "main"
Generate an address to receive QWR:
qweercoin-cli getnewaddress
That long string starting with qwr1 is your Qweercoin address. Share it with anyone who wants to send you QWR.
Press Ctrl + Alt + T, or search for Terminal in your applications menu.
Ctrl + Shift + V.Paste these commands into Terminal one at a time, pressing Enter after each:
cd ~/Downloads tar xzf qweercoin-v0.1.0-linux-x64.tar.gz sudo cp qwr-v0.1.0-linux/qweercoind qwr-v0.1.0-linux/qweercoin-cli /usr/local/bin/
sudo command will ask for your password. Type it and press Enter.Check that installation completed successfully:
qweercoind --version
Start Qweercoin:
qweercoind -daemon
Wait 30 seconds, then check it's running:
qweercoin-cli getblockchaininfo
qweercoin-cli createwallet "main"
qweercoin-cli getnewaddress
That long string starting with qwr1 is your Qweercoin address. Share it with anyone who wants to send you QWR.
Is Qweercoin safe to download?
Yes โ Qweercoin is fully open source. You can inspect every line of code on GitHub. It's based on the battle-tested Litecoin codebase.
Do I need to create an account?
No. There are no accounts, no sign-ups, no email addresses. You are in full control of your wallet from the moment it's created.
What if I lose my computer โ do I lose my QWR?
Your wallet file contains your private keys. Back it up by copying the wallet.dat file from your Qweercoin data folder to a safe place (a USB drive, for example). On Mac it's in ~/Library/Application Support/Qweercoin/wallets/, on Linux in ~/.qweercoin/wallets/, on Windows in %APPDATA%\Qweercoin\wallets\.
Terminal says "command not found" after installing
On Mac/Linux โ re-run the sudo cp command in Step 3. On Windows โ make sure you added Qweercoin to PATH and closed and reopened PowerShell.
How do I send QWR to someone?
Use this command, replacing the address and amount: qweercoin-cli sendtoaddress "qwr1their_address" 10