Hush Full Node software. We were censored from Github, this is where all development happens now. https://hush.is
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
ca333 3257a96688
fix makeRelease.sh
6 years ago
.github Update Github issue template 6 years ago
build-aux/m4 build: force a c++ standard to be specified 7 years ago
contrib Integrate latest Zcash fixes and update for non-latin user names 6 years ago
depends Updating package from zcash 6 years ago
doc Merge branch 'dev' of https://github.com/miketout/komodo into dev 6 years ago
qa Basic test for ac_private chains 6 years ago
share Remove OSX and Windows files from Makefile + share directory. 6 years ago
src Merge pull request #974 from jl777/jl777 6 years ago
zcutil Adding symbols back to Linux builds. 6 years ago
.gitattributes Separate protocol versioning from clientversion 10 years ago
.gitignore Major updates integration from all upstreams 6 years ago
.gitlab-ci.yml Removing redundant verus script from src. 6 years ago
.gitmodules remove cryptoconditions submodule 6 years ago
.travis.yml Revert "Merge branch 'Asher-Dev' into dev" 6 years ago
AUTH_KEY.json.enc fixing broken auth 6 years ago
Brewfile Removing unnecessary slashes 6 years ago
COPYING Major updates integration from all upstreams 6 years ago
Dockerfile curl fix 6 years ago
INSTALL Refer to Zcash wiki in INSTALL 8 years ago
Makefile.am All latest updates, smart contracts, including oracle from KMD/jl777 6 years ago
Makefile.am.patch added patch files 7 years ago
README-mac.md Updating branch (#108) 6 years ago
README.md Merge of Komodo and Verus Technologies Post Sapling, Pre-VerusPoP with Support for Time locked coinbases 6 years ago
autogen.sh Bugfix: Replace bashisms with standard sh to fix build on non-BASH systems 10 years ago
boost.mk.patch added patch files 7 years ago
code_of_conduct.md Major updates integration from all upstreams 6 years ago
configure.ac Integrate latest Zcash fixes and update for non-latin user names 6 years ago
configure.ac.patch added patch files 7 years ago
darwin.host.mk.patch Updating branch (#108) 6 years ago
darwin.mk.patch Updating branch (#108) 6 years ago
equihash.cpp.patch added patch files 7 years ago
libsnark.mk.patch Removing unnecessary slashes 6 years ago
libzcashconsensus.pc.in Rename libbitcoinconsensus to libzcashconsensus 8 years ago
makeReleaseMac.sh fix makeRelease.sh 6 years ago
migratecoin.sh shell script to document migrate process 6 years ago
packages.mk.patch added patch files 7 years ago
patches added patch files 7 years ago
resolve.sh notarization check for asset chains 6 years ago
toolchain-info.sh Updating branch (#108) 6 years ago
user-config.jam darwin 333 7 years ago

README.md

VerusCoin version 0.4.0c

VerusCoin is a new, mineable and stakeable cryptocurrency. It is a live fork of Komodo that retains its Zcash lineage and improves it. VerusCoin will leverage the Komodo platform and dPoW notarization for enhanced security and cross-chain interoperability. We have added a variation of a zawy12, lwma difficulty algorithm, a new CPU-optimized hash algorithm and a new algorithm for fair proof of stake. We describe these changes and vision going forward in a our Phase I white paper and our Vision.

Komodo with Bitcore

This version of Komodo contains Bitcore support for komodo and all its assetchains.

Komodod

This software is the VerusCoin enhanced Komodo client. Generally, you will use this if you want to mine VRSC or setup a full node. When you run the wallet it launches komodod automatically. On first launch it downloads Zcash parameters, roughly 1GB, which is mildly slow. The wallet downloads and stores the block chain or asset chain of the coin you select. It downloads and stores the entire history of the coins transactions; depending on the speed of your computer and network connection, the synchronization process could take a day or more once the blockchain has reached a significant size.

List of Komodo Platform Technologies

  • Delayed Proof of Work (dPoW) - Additional security layer and Komodos own consensus algorithm.
  • zk-SNARKs - Komodo Platform's privacy technology for shielded transactions
  • Tokens/Assets Technology - create "colored coins" on the Komodo Platform and use them as a layer for securites
  • Reward API - Komodo CC technology for securities
  • CC - Crypto Conditions to realize "smart contract" logic on top of the Komodo Platform
  • Jumblr - Decentralized tumbler for KMD and other cryptocurrencies
  • Assetchains - Create your own Blockchain that inherits all Komodo Platform functionalities and blockchain interoperability
  • Pegged Assets - Chains that maintain a peg to fiat currencies
  • Peerchains - Scalability solution where sibling chains form a network of blockchains
  • More in depth covered here
  • Also note you receive 5% APR on your holdings. See this article for more details

Tech Specification

  • Max Supply: 200 million KMD.
  • Block Time: 1M 2s
  • Block Reward: 3KMD
  • Mining Algorithm: Equihash

About this Project

Komodo is based on Zcash and has been extended by our innovative consensus algorithm called dPoW which utilizes Bitcoin's hashrate to store Komodo blockchain information into the Bitcoin blockchain. Other new and native Komodo features are the privacy technology called JUMBLR, our assetchain capabilities (one click plug and play blockchain solutions) and a set of financial decentralization and interoperability technologies. More details are available under https://komodoplatform.com/ and https://blog.komodoplatform.com.

Getting started

Dependencies

#The following packages are needed:
sudo apt-get install build-essential pkg-config libc6-dev m4 g++-multilib autoconf libtool ncurses-dev unzip git python python-zmq zlib1g-dev wget libcurl4-gnutls-dev bsdmainutils automake curl

Building

First time you'll need to get assorted startup values downloaded. This takes a moderate amount of time once but then does not need to be repeated unless you bring a new system up. The command is:

./zcutil/fetch-params.sh

Building for Ubunutu/Mint:

./zcutil/build.sh

Building for Mac OS/X (see README-MAC.md):

./zcutil/build-mac.sh

Building for Windows:

./zcutil/build-win.sh

VerusCoin

We develop on dev and some other branches and produce releases of of the master branch, using pull requests to manage what goes into master. The dev branch is considered the bleeding edge codebase, and may even be oncompatible from time to time, while the master-branch is considered tested (unit tests, runtime tests, functionality). At no point of time do the Komodo Platform developers or Verus Developers take any responsbility for any damage out of the usage of this software.

Verus builds for all operating systems out of the same codebase. Follow the OS specific instructions from below.

Linux

git clone https://github.com/VerusCoin/VerusCoin
cd VerusCoin
#you might want to: git checkout <branch>; git pull
./zcutil/fetch-params.sh
# -j8 = using 8 threads for the compilation - replace 8 with number of threads you want to use
./zcutil/build.sh -j8
#This can take some time.

The VerusCoin enhanced komodo is experimental and a work-in-progress. Use at your own risk.

#To view komodod output: tail -f ~/.komodo/debug.log #To view VRSC output: tail -f ~/.komodo/VRSC/debug.log Note that this directory is correct for Linux, not Mac or Windows #To view all command ./src/komodo-cli help Zcash is unfinished and highly experimental. Use at your own risk.

📒 Deprecation Policy

This release is considered deprecated 16 weeks after the release day. There is an automatic deprecation shutdown feature which will halt the node some time after this 16 week time period. The automatic feature is based on block height.

#Older Komodo Details The remaining text is from the komodo source we forked when creating VerusCoin/Veruscoin.

To change modes:

a) backup all privkeys (launch komodod with -exportdir=<path> and dumpwallet) b) start a totally new sync including wallet.dat, launch with same exportdir c) stop it before it gets too far and import all the privkeys from a) using komodo-cli importwallet filename d) resume sync till it gets to chaintip

For example:

./verusd -exportdir=/tmp &
./verus dumpwallet example
./verus stop
mv ~/.komodo/VRSC ~/.komodo/VRSC.old && mkdir ~/.komodo/VRSC && cp ~/.komodo/VRSC.old/VRSC.conf ~/.komodo/VRSC.old/peers.dat ~/.komodo/VRSC
./verusd -exchange -exportdir=/tmp &
./verus importwallet /tmp/example

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notices and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.