Daemon and wallet for the Kredits (XKR) testnet:
https://github.com/kredits-project/kredits
Regarding dependencies, it needs libboost:
sudo apt update && sudo apt install build-essential cmake pkg-config libboost-all-dev libssl-dev libzmq3-dev libunbound-dev libsodium-dev libunwind8-dev liblzma-dev libreadline6-dev libldns-dev libexpat1-dev doxygen graphviz libpgm-dev
While running the daemon, use:
--add-exclusive-node 207.246.80.132:27003
Use 27003 as port.
For the wallet, you can run ./kredits-wallet-cli --daemon-address 207.246.80.132:27003
To start, use the --testnet flag.
Algo to use for mining: CN-heavy (no variant)
Important note: This is testnet so be prepared for things to not work right completely out of the box at the first try. That is why we test, and feedback is important to fix things before mainnet launch. Post issues, feedback and commentary in this thread.