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
faq [2020/02/17 10:58] – [Q: Outputs / How to optimize your Wallet?] boot2thrillfaq [2025/07/07 13:06] (current) – [Q: How to mine?] acktarius
Line 196: Line 196:
  
 ==== Q: How to mine? ==== ==== Q: How to mine? ====
-  - Run concealxd (Daemon) on a terminal.+  - Run conceald (Daemon) on a terminal.
   - Wait for the daemon to fully synchronize with the network.   - Wait for the daemon to fully synchronize with the network.
-  - Run concealxwallet & open your wallet.+  - Run concealwallet & open your wallet.
   - Type “start_mining”.   - Type “start_mining”.
  
Line 411: Line 411:
 ==== Q: How to compile a wallet on *nix? ==== ==== Q: How to compile a wallet on *nix? ====
  
-  * git clone https://github.com/TheCircleFoundation/concealx.git + * git clone https://github.com/ConcealNetwork/conceal-desktop
-  * cd concealx +
-  * mkdir build +
-  * cd build +
-  * cmake .. +
-  * cd .. +
-  * make+
  
 + * cd conceal-desktop
 +
 + * rm -rf cryptonote
 +
 + * git clone https://github.com/ConcealNetwork/conceal-core cryptonote
 +
 + * make build-release
 +
 + * mkdir bin && mv build/release/conceal-desktop bin/
 +
 + * make clean
 ==== Q: How to delete blockchain data and sync from scratch? ==== ==== Q: How to delete blockchain data and sync from scratch? ====