Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
faq [2020/02/17 10:58] – [Q: Outputs / How to optimize your Wallet?] boot2thrill | faq [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 | + | - Run conceald |
- Wait for the daemon to fully synchronize with the network. | - Wait for the daemon to fully synchronize with the network. | ||
- | - Run concealxwallet | + | - Run concealwallet |
- 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:// |
- | * cd concealx | + | |
- | * mkdir build | + | |
- | * cd build | + | |
- | * cmake .. | + | |
- | * cd .. | + | |
- | * make | + | |
+ | * cd conceal-desktop | ||
+ | |||
+ | * rm -rf cryptonote | ||
+ | |||
+ | * git clone https:// | ||
+ | |||
+ | * make build-release | ||
+ | |||
+ | * mkdir bin && mv build/ | ||
+ | |||
+ | * make clean | ||
==== Q: How to delete blockchain data and sync from scratch? ==== | ==== Q: How to delete blockchain data and sync from scratch? ==== | ||