Skip to content

joejoemister/vipercoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forked from Bitcoin reference wallet 0.8.6

Vipercoin Wallet

https://www.vipercoin.org

Blake-256(optimized) is faster than Scrypt, SHA-256D, Keccak, Groestl

The algorithm was written as a candidate for sha3, Based on round one candidate code from the sphlib 2.1 and reduced rounds 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 Vipercoin?

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

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

Building with Boost 1.58+ known issues see here for fix: https://github.com/bitcoin/bitcoin/pull/6114/files

License

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