Skip to content

photonproject/Electron-ELT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forked from Bitcoin reference wallet 0.8.5, BlakeCoin, and Photon

Electron is a cryptocurrency designed to use the Blake 256 algorithm cloned from BlakeCoin.

What is Blake?

Blake-256(optimized) faster than scrypt and faster than sha256 in C (asm is still faster for sha256d)

The algorithm was written as a candidate for sha3, Based on round one candidate code from the sphlib 2.1 and reduced the compression function to 8.

Tweaks Removed some of the double hashing from the wallet as it is wasteful on compute, No changes to the ecdsa public/private function as that has proven to be secure so far on bitcoin.

What is Blakecoin?

Blakecoin is an experimental new digital currency that enables instant payments to anyone, anywhere in the world. Blakecoin uses peer-to-peer technology to operate with no central authority: managing transactions and issuing of coins are carried out collectively by the network.

What is Photon ?

A clone of Blakecoin with a few changes. The standard block award of Photon is 32,768 BUT as the block chain grows the award will increase. The amount it increases is directly related to the current difficulty and height of the blockchain. Miners will get 32,768 coins plus the square root of blockchain height multiplied by the current difficulty. Still as Photon's are plentiful in the universe the max money is set to 90,000,000,000 That is 90 Billion Photons. Difficulty retargets every 20 blocks with a target of a new block to be produced every 3 minutes. Up to block 3500 the max adjustment is 15% up each retarget. After block 3500 the max adjustment is 3% up each retarget.

What is Electron?

Goal of the coin is to allow faster transactions.
Block reward is 20 coins per block for the first 525,600 blocks (~1 year), After that 10 coins per block with no further reduction of block reward Cap in place to reduce the difficulty jumps upwards Block target time is 60 seconds and retargets every 30 blocks Total of 7 Billion coins Block maturity 460 (+20 buffer, 480 total)

Ubuntu 12.04 dependancies that are used on the Linux build machine:

git-core build-essential libssl-dev libboost-all-dev libdb5.1-dev libdb5.1++-dev libgtk2.0-dev libminiupnpc-dev qt4-qmake mingw32 synaptic qt-sdk qt4-dev-tools libqt4-dev libqt4-core libqt4-gui libdb++-dev

License

Electron is released under the terms of the MIT license. See COPYING for more information or see http://opensource.org/licenses/MIT.

Photon is released under the terms of the MIT license. See COPYING for more information or see http://opensource.org/licenses/MIT.

Blakecoin is released under the terms of the MIT license. See COPYING for more information or see http://opensource.org/licenses/MIT.

About

Blake256 coin Electron ELT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 67.9%
  • C++ 29.2%
  • C 2.3%
  • Python 0.5%
  • Shell 0.1%
  • Objective-C++ 0.0%