Skip to content

5mil/Leecoin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leecoin Development Tree

Leecoin is a SHA256d Proof of Work (PoW) / Proof of Stake (PoS) based cryptocurrency.

Specifications:

  • Algo : SHA256d

  • PoW/PoS

  • PoW Blockreward - 1 LEE

  • PoS : 1.5% every 12 hours

  • Blocktime - 72 seconds

  • Diff. Retarget - Each Block

  • Minimum Stake Age : 12 Hours

  • Maximum Stake Age : Unlimited

  • Premine : 30000 LEE

  • RPCPORT : 14563

  • P2PPORT : 14564

Development process

Developers work in their own trees, then submit pull requests when they think their feature or bug fix is ready.

The patch will be accepted if there is broad consensus that it is a good thing. Developers should expect to rework and resubmit patches if they don't match the project's coding conventions (see coding.txt) or are controversial.

The master branch is regularly built and tested, but is not guaranteed to be completely stable. Tags are regularly created to indicate new stable release versions of Leecoin.

Feature branches are created when there are major new features being worked on by several people.

License

Leecoin Core is released under the terms of the MIT license. See http://opensource.org/licenses/MIT for more information.

Releases

No releases published

Packages

No packages published

Languages

  • C++ 90.2%
  • Makefile 4.0%
  • Assembly 1.8%
  • HTML 1.7%
  • C 1.1%
  • QMake 0.5%
  • Other 0.7%