โ† Back to Qweercoin

Download Wallet

Get Qweercoin on your computer โ€” complete beginner's guide

What is the Qweercoin wallet?

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.

๐ŸŽ

macOS

1 Download
โฌ‡๏ธ Qweercoin v0.1.0 for macOS Apple Silicon (M1/M2/M3) & Intel ยท ~3.5 MB

Your download will appear in your Downloads folder. Once it's there, move on to Step 2.

Not sure which Mac you have? Click the Apple menu (top-left) โ†’ About This Mac. If it says "Apple M1/M2/M3" or "Apple Silicon" you're on a newer Mac. If it says "Intel" you have an older Mac. This download works for both.
2 Open Terminal

Terminal is the app you'll use to install Qweercoin. Don't worry โ€” you'll only paste a few lines.

  1. Press โŒ˜ Command + Space on your keyboard
  2. Type Terminal and press Enter

A dark window with a blinking cursor will open. That's Terminal โ€” you're ready.

Terminal โ€” zsh
yourname@Mac ~ % โ–Œ
To paste into Terminal: use โŒ˜ Command + V.
3 Install

Paste these commands into Terminal one at a time, pressing Enter after each:

โ†“ PASTE โ€” then press Enter
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/
When you run the sudo command, your Mac asks for your login password. Type it and press Enter โ€” nothing appears as you type, which is completely normal.
4 Verify & Launch

Check that installation completed successfully:

qweercoind --version
If you see Qweercoin Core v0.1.0 โ€” your wallet is installed!

Now start Qweercoin:

qweercoind -daemon

You'll see Qweercoin Core starting. Wait 30 seconds, then check it's running:

qweercoin-cli getblockchaininfo
5 Create Your Wallet & Get an Address

Create your wallet (only needs to be done once):

qweercoin-cli createwallet "main"

Generate an address to receive QWR:

qweercoin-cli getnewaddress
Terminal
% qweercoin-cli getnewaddress
qwr1qd8ufzdsrs7lkzt3llq3gj74fksmj228q28fg3g

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 wallet is set up and ready to use!
๐ŸชŸ

Windows

1 Download
โฌ‡๏ธ Qweercoin v0.1.0 for Windows Windows 10 / 11 ยท 64-bit ยท ~4 MB

Your download will appear in your Downloads folder.

2 Open PowerShell

PowerShell is the app you'll use to install and run Qweercoin.

  1. Click the Start menu and search for PowerShell
  2. Right-click Windows PowerShell and choose Run as Administrator
  3. Click Yes if a security prompt appears
Windows PowerShell (Administrator)
PS C:\Windows\system32> โ–Œ
To paste into PowerShell: right-click inside the window.
3 Extract & Install
  1. Go to your Downloads folder and right-click the .zip file
  2. Choose Extract All
  3. Change the destination folder to C:\Qweercoin and click Extract

Now 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.

4 Verify & Launch

Check that installation completed successfully:

qweercoind --version
If you see Qweercoin Core v0.1.0 โ€” your wallet is installed!

Start Qweercoin in the background:

Start-Process qweercoind.exe -WindowStyle Hidden

Wait 30 seconds, then check it's running:

qweercoin-cli getblockchaininfo
"Could not connect to server"? Wait 30 more seconds and try again.
5 Create Your Wallet & Get an Address

Create your wallet:

qweercoin-cli createwallet "main"

Generate an address to receive QWR:

qweercoin-cli getnewaddress
PowerShell
PS> qweercoin-cli getnewaddress
qwr1qd8ufzdsrs7lkzt3llq3gj74fksmj228q28fg3g

That long string starting with qwr1 is your Qweercoin address. Share it with anyone who wants to send you QWR.

Your wallet is set up and ready to use!
๐Ÿง

Linux

2 Open Terminal

Press Ctrl + Alt + T, or search for Terminal in your applications menu.

Terminal
user@linux:~$ โ–Œ
To paste into Terminal: use Ctrl + Shift + V.
3 Install

Paste these commands into Terminal one at a time, pressing Enter after each:

โ†“ PASTE โ€” then press Enter after each line
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/
The sudo command will ask for your password. Type it and press Enter.
4 Verify & Launch

Check that installation completed successfully:

qweercoind --version
If you see Qweercoin Core v0.1.0 โ€” your wallet is installed!

Start Qweercoin:

qweercoind -daemon

Wait 30 seconds, then check it's running:

qweercoin-cli getblockchaininfo
"Could not connect to server"? Wait 30 more seconds and try again.
5 Create Your Wallet & Get an Address
qweercoin-cli createwallet "main"
qweercoin-cli getnewaddress
Terminal
$ qweercoin-cli getnewaddress
qwr1qd8ufzdsrs7lkzt3llq3gj74fksmj228q28fg3g

That long string starting with qwr1 is your Qweercoin address. Share it with anyone who wants to send you QWR.

Your wallet is set up and ready to use!
Common Questions

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