How to send QWR from your desktop to your phone wallet
Sending QWR to your phone wallet is done from the command line on your desktop computer. It takes about 60 seconds. Pick your operating system below for the exact commands to paste.
Before you send anything, you need your phone wallet's Q address. Do this on your phone:
QQx1wN5LVfGXmotsC8Tvgo8sQ582VYswcdNow go to your desktop and follow the steps for your operating system below.
Press Cmd + Space, type Terminal, and press Enter to open it.
Paste this command and press Enter:
PASTE INTO TERMINALqweercoin-cli -datadir="$HOME/Library/Application Support/Qweercoin" getbalance
It will print a number — your spendable QWR balance.
Paste the command below, but first replace YOUR_Q_ADDRESS with your phone wallet address and AMOUNT with how much QWR you want to send (e.g. 10 for 10 QWR):
qweercoin-cli -datadir="$HOME/Library/Application Support/Qweercoin" sendtoaddress "YOUR_Q_ADDRESS" AMOUNT
If it works, it prints a long string of letters and numbers — that is your transaction ID, confirming your send is on its way.
qweercoin-cli -datadir="$HOME/Library/Application Support/Qweercoin" sendtoaddress "QQx1wN5LVfGXmotsC8Tvgo8sQ582VYswcd" 10Press Windows Key + R, type cmd, and press Enter to open the Command Prompt.
Paste this command and press Enter:
PASTE INTO COMMAND PROMPTqweercoin-cli.exe -datadir="%APPDATA%\Qweercoin" getbalance
It will print a number — your spendable QWR balance.
Paste the command below, replacing YOUR_Q_ADDRESS with your phone wallet address and AMOUNT with how much QWR you want to send:
qweercoin-cli.exe -datadir="%APPDATA%\Qweercoin" sendtoaddress "YOUR_Q_ADDRESS" AMOUNT
If it works, it prints a long string of letters and numbers — that is your transaction ID, confirming your send is on its way.
qweercoin-cli.exe -datadir="%APPDATA%\Qweercoin" sendtoaddress "QQx1wN5LVfGXmotsC8Tvgo8sQ582VYswcd" 10cd "C:\Program Files\Qweercoin"Open your terminal application (e.g. GNOME Terminal, Konsole, or xterm).
Paste this command and press Enter:
PASTE INTO TERMINALqweercoin-cli -datadir="$HOME/.qweercoin" getbalance
It will print a number — your spendable QWR balance.
Paste the command below, replacing YOUR_Q_ADDRESS with your phone wallet address and AMOUNT with how much QWR you want to send:
qweercoin-cli -datadir="$HOME/.qweercoin" sendtoaddress "YOUR_Q_ADDRESS" AMOUNT
If it works, it prints a long string of letters and numbers — that is your transaction ID, confirming your send is on its way.
qweercoin-cli -datadir="$HOME/.qweercoin" sendtoaddress "QQx1wN5LVfGXmotsC8Tvgo8sQ582VYswcd" 10