From 5b503521a9fed1fbb56b75d7305fc37b3359880e Mon Sep 17 00:00:00 2001 From: Asher Dawes Date: Wed, 1 Jul 2020 22:22:42 -0700 Subject: [PATCH] Edit Readme --- README-mac.md | 27 +-------------------------- README.md | 45 ++++++++++++--------------------------------- 2 files changed, 13 insertions(+), 59 deletions(-) diff --git a/README-mac.md b/README-mac.md index 5ac074dd9..680fc1443 100644 --- a/README-mac.md +++ b/README-mac.md @@ -16,7 +16,7 @@ brew bundle or ```shell -brew tap discoteq/discoteq; brew install flock autoconf autogen automake gcc@6 binutils protobuf coreutils wget +brew tap discoteq/discoteq; brew install flock autoconf autogen automake gcc@8 binutils protobuf coreutils wget ``` Get all that installed, then run: @@ -28,29 +28,4 @@ cd VerusCoin ./zcutil/fetch-params.sh ``` -To build a distributable version of VerusCoin then run the makeReleaseMac.sh script after building. This will fix the dependency references and move the komodod and komodo-cli binaries to the kmd/mac/verus-cli directory along with the 6 libraries required for it to work properly. - -When you are done building, you need to create `Komodo.conf` the Mac way. - -```shell -mkdir ~/Library/Application\ Support/Komodo -touch ~/Library/Application\ Support/Komodo/Komodo.conf -nano ~/Library/Application\ Support/Komodo/Komodo.conf -``` - -Add the following lines to the Komodo.conf file: - -```shell -rpcuser=dontuseweakusernameoryougetrobbed -rpcpassword=dontuseweakpasswordoryougetrobbed -txindex=1 -addnode=5.9.102.210 -addnode=78.47.196.146 -addnode=178.63.69.164 -addnode=88.198.65.74 -addnode=5.9.122.241 -addnode=144.76.94.38 -addnode=89.248.166.91 -``` - Happy Building diff --git a/README.md b/README.md index 810c42a3e..864cccaf8 100644 --- a/README.md +++ b/README.md @@ -13,32 +13,12 @@ The wallet downloads and stores the block chain or asset chain of the coin you s ## Development Resources - VerusCoin:[https://veruscoin.io/](https://veruscoin.io/) Wallets and CLI tools -- Komodo Web: [https://komodoplatform.com/](https://komodoplatform.com/) -- Organization web: [https://komodoplatform.com/](https://komodoplatform.com/) -- Forum: [https://forum.komodoplatform.com/](https://forum.komodoplatform.com/) -- Mail: [info@komodoplatform.com](mailto:info@komodoplatform.com) -- Support: [https://support.komodoplatform.com/support/home](https://support.komodoplatform.com/support/home) -- Knowledgebase & How-to: [https://komodoplatform.atlassian.net/wiki/spaces/KPSD/pages](https://komodoplatform.atlassian.net/wiki/spaces/KPSD/pages) -- API references: [http://docs.komodoplatform.com/](http://docs.komodoplatform.com/) -- Blog: [http://blog.komodoplatform.com/](http://blog.komodoplatform.com/) -- Whitepaper: [Komodo Whitepaper](https://komodoplatform.com/wp-content/uploads/2018/03/2018-03-12-Komodo-White-Paper-Full.pdf) -- Komodo Platform public material: [Komodo Platform public material](https://docs.google.com/document/d/1AbhWrtagu4vYdkl-vsWz-HSNyNvK-W-ZasHCqe7CZy0) - -## 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](https://docs.google.com/document/d/1AbhWrtagu4vYdkl-vsWz-HSNyNvK-W-ZasHCqe7CZy0) -- Also note you receive 5% APR on your holdings. -[See this article for more details](https://komodoplatform.atlassian.net/wiki/spaces/KPSD/pages/20480015/Claim+KMD+Interest+in+Agama) - +- Discord: [https://discord.gg/VRKMP2S](https://discord.gg/VRKMP2S) +- Mail: [development@veruscoin.io](development@veruscoin.io) +- FAQs & How-to: [https://wiki.veruscoin.io/#!index.md](https://wiki.veruscoin.io/#!index.mdhttps://komodoplatform.atlassian.net/wiki/spaces/KPSD/pages) +- API references: [https://wiki.veruscoin.io/#!faq-cli/clifaq-02_verus_commands.md](https://wiki.veruscoin.io/#!faq-cli/clifaq-02_verus_commands.md) +- Medium: [https://medium.com/@veruscoin](https://medium.com/@veruscoin) +- Explorer: [https://explorer.veruscoin.io/](https://explorer.veruscoin.io/) ## Tech Specification - Launch Date May 21, 2018 - Max Supply: 83,540,184 VRSC @@ -47,8 +27,8 @@ The wallet downloads and stores the block chain or asset chain of the coin you s - Mining Algorithm: VerusHash 2.0 - Consensus 50% PoW, 50% PoS - Transaction Fee 0.0001 -- Privacy: Zcash Sprout -- Komodo Platform with dPOW +- Privacy: Zcash Sapling +- dPOW on Komodo blockchain - CheatCatcher distributed stake cheating detector ## About this Project @@ -128,22 +108,21 @@ cd VerusCoin HOST= aarch64-linux-gnu ./zcutil/build.sh -j8 #This can take some time. ``` -**The VerusCoin project and protocol is experimental and a work-in-progress.** Use this source code and software at your own risk. #To view all commands ./src/verus help -#To view komodod output: -tail -f ~/.komodo/debug.log -#To view VRSC output: +#To view verusd debug output: +``` tail -f ~/.komodo/VRSC/debug.log +``` Note that this directory is correct for Linux, not Mac or Windows. Coin info for Verus is stored in ~/.komodo/VRSC under Ubuntu/Linux. For Windows coin info for Verus is stored under \Users\AppData\Roaming\Komodo\VRSC For Mac coin info for Verus is stored under ~/Library/Application\ Support/Komodo/VRSC -**Zcash is unfinished and highly experimental.** Use at your own risk. +**The VerusCoin project and protocol is experimental and a work-in-progress.** Use this source code and software at your own risk. Always back your wallets up carefully and securely, **especially before attempting the following process**