cpcdoy / koku

Our own crypto-currency made in Python/OpenCL!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

koku

Our own crypto-currency made in Python/OpenCL!

You can see the client options with

./client.py --help

First, you will need to generate a key with the command

./client --key

This will generate .Koku.pem file. Don't lose it otherwise you won't be able to spend the money sent to this key. This command will also prompt your address, you can find it again at any moment with

./client --address

About

Our own crypto-currency made in Python/OpenCL!

License:GNU Lesser General Public License v3.0


Languages

Language:Python 84.5%Language:C 15.5%