Conceal Wiki

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
faq [2020/02/17 05:58] – [Q: Outputs / How to optimize your Wallet?] boot2thrillfaq [2022/10/27 17:13] – [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 + * cd conceal-desktop 
-  mkdir build + rm -rf cryptonote 
-  cd build + git clone https://github.com/ConcealNetwork/conceal-core cryptonote 
-  cmake .. + make build-release 
-  cd .. + mkdir bin && mv build/release/conceal-desktop bin/ 
-  * make + * make clean
 ==== Q: How to delete blockchain data and sync from scratch? ==== ==== Q: How to delete blockchain data and sync from scratch? ====