Skip to content

Commit

Permalink
Merge branch 'master' into dave-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Asherda authored Jun 19, 2018
2 parents b7bf3f2 + 5a2b557 commit db3d379
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ VerusCoin is a new, mineable and stakeable cryptocurrency. It is a live fork of
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 cash parameters which is mildly slow.
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.

## Development Resources
Expand Down Expand Up @@ -79,7 +79,7 @@ We develop on dev and some other branches and produce releases of of the master

```shell
git clone https://github.com/VerusCoin/VerusCoin
cd VerusCOin
cd VerusCoin
#you might want to: git checkout <branch>; git pull
./zcutil/fetch-params.sh
# -j8 uses 8 threads - replace 8 with number of threads you want to use
Expand Down

0 comments on commit db3d379

Please sign in to comment.