Giter Site home page Giter Site logo

sirvon / kobocoin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kobocoin/kobocoin

0.0 1.0 0.0 4.05 MB

Kobocoin is an African peer-to-peer micropayment system and digital currency similar to Bitcoin.

License: MIT License

QMake 0.29% Shell 0.14% Python 0.04% NSIS 0.09% C++ 44.66% C 52.84% Makefile 0.18% HTML 0.81% CSS 0.02% Objective-C 0.01% Objective-C++ 0.09% Assembly 0.82%

kobocoin's Introduction

Kobocoin

A micropayment system and digitial currency similar to Bitcoin.

Kobocoin is PoS, optimised for mobile phone usage, and has an African heritage.

  • Ticker : KOBO
  • RPC Port : 3341
  • P2P Port : 9011
  • Algorithm : X15 PoW/PoS
  • PoS Started on block 43,200 (PoW end - 25th February, 2015)
  • Approx number of coins in circulation after PoW end : 23,500,000
  • Max Coins : 350,000,000
  • PoS currency growth per year : 10%
  • Max stake age : No max
  • Min stake age : 24 hrs
  • Timings of block (in seconds) : 60
  • Coins per Block : 1,000
  • 50 confirmations required for mined blocks
  • No premine

Building Kobocoind (daemon) and kobocoin-qt (wallet/GUI)

1. Install dependencies and download source code

sudo apt-get update
sudo apt-get install git
sudo apt-get install qt4-qmake libqt4-dev build-essential libssl-dev libdb++-dev libminiupnpc-dev libqrencode-dev
sudo apt-get install libboost-all-dev
git clone git://github.com/kobocoin/Kobocoin
sudo chmod -R 775 Kobocoin

2. Build Kobocoind (daemon)

goto <installDirectory>/Kobocoin/src/
cp makefile.unix Makefile
make
strip Kobocoind

3. Build kobocoin-qt (wallet/GUI)

goto <installDirectory>/Kobocoin/
qmake
make
strip kobocoin-qt

kobocoin's People

Contributors

bushstar avatar leandrogomesmachado avatar thetribesman avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.