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 05:58] – [Q: Outputs / How to optimize your Wallet?] boot2thrillfaq [2022/10/27 17:15] (current) – [Q: How to compile a wallet on *nix?] lolitalollipop
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? ====