Agama GUI Wallet FAQ - Fair-Exchange/safecoinwiki GitHub Wiki



Where Can I Get A Wallet?

We currently have GUI & Console Wallets for Windows, Mac, Linux/Ubuntu & Android. But also a Webwallet for easy access.
Agama's GUI, and Console Wallets: https://safecoin.org/wallets
Web Wallet: https://wallet.safecoin.org
Android Wallet: https://play.google.com/store/apps/details?id=org.safecoin.safecoinwallet
Paper Wallet: https://paper.safecoin.org/
Sources (For Local & Offline Usage): Web Wallet | Paper Wallet

How Do I Update My Windows Wallet?

In most cases, all you need to do is Overwrite or Install the new wallet over the old one, assuming that you have wallet.dat & Private Key's backed up.
However, For when there is Local errors. Or when large Security Patches has been made to the Network that requires a Fresh Install, please follow the guide. And note that there are 2 folders. One named "safecoin" and another "safewallet".
# Backup/Copy wallet.dat from "C:\Users\Your-Windows-Username\AppData\Roaming\Safecoin" to a safe location
# Delete the 2 folders named "safecoin" and "safewallet" in "C:\Users\Your-Windows-Username\AppData\Roaming"
# Download and extract the new wallet to where you want it to be (for instance a folder on the Desktop for easy access).
# Open the folder you just extracted and right-click Safewallet.exe and choose "Run as Administrator"
# Once the wallet is fully synced, Close it and replace the wallet.dat located at "C:\Users\Your-Windows-Username\AppData\Roaming\Safecoin" with your backup. You can now use the wallet as usual.

How Do I Backup My Wallet And Private Keys?

KEY's: Start the wallet and let it sync, then go to the Receive tab and click the "..." next to each address in the list and select "Copy Priv Key (WIF)". Paste each key into a Text document and save it/print to a couple of places for safekeeping.
wallet.dat: Close the wallet and navigate to "C:\Users\Your-Windows-Username\AppData\Roaming\Safecoin" Copy "wallet.dat" to a couple of places for safekeeping.

How Do I Import My Paperwallet To The GUI-Wallet?

First Download the latest wallet for your OS
# Open it and let it sync to 100%
# Click the Import button and scroll down to "WIF (Wallet Import Format)"
# Enter Your key(s) and flip the "Trigger Rescan" to ON
# Click the "Import and rescan" button and wait for the wallet to import Your addresses and transactions. Restart the wallet before using it

I Get This Error: "Unable to establish RPC Connection"

This usually occurs when the Firewall and/or Antivirus is blocking the traffic. To solve this you need to allow the Wallet in the Firewall, and make an exception in the Antivirus or Windows Defender and reboot the computer. If that dont solve the problem, you can disable RPC in the wallet settings. Click on Settings in the top right corner of the wallet, click on "App config (config.Json)" and then "Disable RPC". Click on "Save app config" and restart the wallet.

I get this error when sending funds: "Your wallet.dat is not matching the blockchain. Please restart the wallet with -reindex param"

This is a common issue amongst many coins and is caused by having many small transactions going to the wallet-address (like Mining to it without setting a minimum payout amount on the pool). This causes the send buffer to be reduced.
Short-Term Solution: Consolidate the wallet by sending several smaller funds to yourself, and gradually increase those amounts until you can send everything in 1 go without errors.
Long-Term Solution: Check the pool settings or ask the Pool Operator to set a higher payout threshold. Some people prefer to mine to 1 address, and then transfer the funds to address No 2 like once a week/month, and use that as their main trading/sending address to avoid this issue completely.

How to Reindex the Wallet

In some cases you need to re-index the blocks that are saved on the Hard drive. It could for instance be because of a major upgrade or fork, but also because the wallet was not closed properly.

  1. Start the Safewallet. On the first screen, Click the Activate Coin button.
  2. Select Safecoin [SAFE] in the list and Click on the Native Mode button.
  3. Select Deamon Param: Reindexing blocks from disk and click on Activate Coin
    This procedure can take several hours.
    DO NOT CLOSE THE WALLET DURING REINDEX

⚠️ **GitHub.com Fallback** ⚠️