Skip to content

blaketrader/ElectronCoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 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 for the second year then after 5 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 20.04 dependancies that are used on the Linux build machine:

git software-properties-common libqt4* libqtcore4 libqtgui4 libqtwebkit4 qt4* libqt4-dev libminiupnpc-dev mingw-w64 build-essential libboost-dev libssl-dev libdb-dev libdb++-dev openssl-1.1.1.g

To install all dependencies automatically, just run sudo bash script.sh

Running electrond: In 'Electron-ELT/src' folder, just run: make -f makefile.unix ./electrond --daemon

Running electron-qt: In 'Electron-ELT' folder, just run: qmake make sudo QT_X11_NO_MITSHM=1 ./electron-qt

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.