I've already written about Duino-Coin (DUCO), but I only gave windows start guide. So in this article, I'll give CLI way.
Don't say "but there isn't screenshot...", it is normal.
The tutorial starts NOW
Requirements
- A computer with linux installed (it will also run on Android with termux)
- Python3 tools
- Git (if you clone git repository)
Ok, it was a fake start. This time, It really starts
1 - Download latest version of Duino-Coin
You've 2 ways :
- If you want to use latest patches from git repository, use "git clone https://github.com/revoxhere/duino-coin.git.
- If you prefer using the last stable release, you can find it here : "https://github.com/revoxhere/duino-coin/releases/latest" and unzip it.
information : CLI wallet isn't integrated in this release, but it will be in the 1.6 (the next)
2 - Launch CLI wallet
It might say things like "colorama isn't installed...". It is normal : just install python dependency.
Then, just run it with python3 (python3 ./CLI_Wallet.py) and register an account (username, password...).
3 - Mining
Because DUCO can be mined with... anything (computers, arduino boards, phones...), just run "PC_Miner.py" (computer mining) or "Arduino_Miner.py" and log in. For arduino, you'll have to select arduino COM port.
Then, just let it run and do something else (like tipping and sharing this article)