Conceal Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
faq [2019/08/26 06:29] matejfaq [2020/02/17 05:56] – [Q: How to mine?] boot2thrill
Line 170: Line 170:
 ===== Wallet FAQ ===== ===== Wallet FAQ =====
  
-==== How to fix “MSVCP140.dll is missing” system error ====+==== Q: How to fix “MSVCP140.dll is missing” system error ====
  
 If your CCX wallet doesn't start, you're probably seeing a “MSVCP140.dll is missing” system message. If your CCX wallet doesn't start, you're probably seeing a “MSVCP140.dll is missing” system message.
Line 183: Line 183:
   - Run CCX wallet again.   - Run CCX wallet again.
  
-==== How to create and backup a CLI Wallet? ====+==== Q: How to create and backup a CLI Wallet? ====
   - Download CLI Daemon & Wallet for your OS (or build the source code).   - Download CLI Daemon & Wallet for your OS (or build the source code).
   - Run concealxwallet on a terminal and generate a new address (**use a strong password**).   - Run concealxwallet on a terminal and generate a new address (**use a strong password**).
Line 195: Line 195:
   - **Don't forget your password as well (without the files + password you can't access your wallet).**   - **Don't forget your password as well (without the files + password you can't access your wallet).**
  
-==== How to mine? ====+==== Q: How to mine? ====
   - Run concealxd (Daemon) on a terminal.   - Run concealxd (Daemon) on a terminal.
-  - Wait the daemon to fully synchronize with the network.+  - Wait for the daemon to fully synchronize with the network.
   - Run concealxwallet & open your wallet.   - Run concealxwallet & open your wallet.
   - Type “start_mining”.   - Type “start_mining”.
Line 205: Line 205:
 That's it. Good Luck! That's it. Good Luck!
  
-==== Outputs / How to optimize your Wallet? ====+==== Q: Outputs / How to optimize your Wallet? ====
  
 Your balance is made up of outputs of various amounts which you've received in the past. Every time you send, some of those get combined together until you reach some amount, which is then sent to the destination, and some change returned to your wallet. Your balance is made up of outputs of various amounts which you've received in the past. Every time you send, some of those get combined together until you reach some amount, which is then sent to the destination, and some change returned to your wallet.
Line 419: Line 419:
   * make   * make
  
 +==== Q: How to delete blockchain data and sync from scratch? ====
 +
 +First make sure you have backup of your wallet file and seed. Then delete the blockchain data. Make sure that the wallet is closed. For different OS you can find it here:
 +
 +  * **Windows**: "C:\Users\<yourusername>\AppData\Roaming\conceal"
 +  * **Linux**, MacOS: find the "/home/<yourusername>/.conceal"
 +
 +Both folders are hidden. On Windows you can just paste **"%appdata%"** into explorer and it will take you there. When you have deleted the folder simply start the wallet again and it will sync. Also if you are connected to a remote node, please check that the remote node is fully synced. You can find a list of good nodes here: 
 +
 +https://explorer.conceal.network/index.html#nodes
 +