Skip to content

Releases: VerusCoin/VerusCoin

PBaaS Cross-chain Technology Preview

Pre-release

Please note that this is a test release intended to use for testing and development with public blockchains as a service (PBaaS). Although this version does also work with Verus mainnet, it does not support PBaaS on mainnet and is not an official release. As always, use at your own risk. Do not use as main wallet

Sample chain definition:

./verusd -chain=VRSCTEST definechain '{ "name":"SOMECOIN", "eras": [{"reward" : 10000000000}], "notarizationreward" : 1440000000, "billingperiod" : 1440, "nodes" : [{"nodeaddress" : "127.0.0.1:2500", "paymentaddress" : ""}, {"nodeaddress" : "127.0.0.1:2501", "paymentaddress" : "RDyDzC5JB66Y29fzBkamywqEn1PJXTzj8B"}]}'

Maximum of 3 eras
Minimum 500 blocks worth of notarizations.
Minimum of 0.01 VRSCTEST per block of notarization.
VRSCTEST are needed in wallet to make a chain.

Once a chain is made, anyone running the local VRSCTEST chain can connect to any defined chain with the command:

./verusd-chain=SOMECOIN

On first connection, a local config file is created, and VRSCTEST will not need to run to connect. However, it will be needed to merge mine.

The presence of a correct config file for any chain, which are kept in .verustest/PBAAS/CHAINNAME, which is the home directory for a PBaaS chain, enables the chain to load as an independent chain.

Disclaimer

This is experimental and unfinished software. Use at your own risk! No warranty for any kind of damage!
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 enclosed copyright notice 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.

Deprecation height update

15 May 20:22
Compare
Choose a tag to compare

Approximate release height was set too low on the last release. Please be sure to upgrade your VerusCoin daemon and/or Agama wallet to avoid disconnecting from the network

Linux Dependencies
Ubuntu 16.04/Xenial:

sudo apt install libcurl4-openssl-dev

Ubuntu 18.04/Bionic+

sudo apt install libcurl4

This is experimental and unfinished software. Use at your own risk! No warranty for any kind of damage!
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 enclosed copyright notice 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.

MacOS:
https://www.virustotal.com/#/file/a358156eaf210f594c214a309d6c201d0ccf9e7806065563b483a22e80dff791/detection
Linux: https://www.virustotal.com/#/file/e745633c99499a3cf968bc2f2c2d2fc56ecdc8d2996a2cf4fb43feff452acb71/detection
Windows:
https://www.virustotal.com/#/file/2e3cbb2b9f38bccbf49061dce480d267c35f7d7ae5172fcda2c3a5afefd86736/detection

Avast and Kaspersky may flag the software as "not-a-virus" or "PUP". These are warnings that you are installing mining software, which may be installed by a third party to exploit your PC.
To find out more about the false positives, review the following resources:
https://blog.malwarebytes.com/detections/pup-optional-bitcoinminer/
https://www.kaspersky.com/blog/not-a-virus/18015/

PBaaS Tech Preview 2

25 Apr 01:26
a5bbfba
Compare
Choose a tag to compare
PBaaS Tech Preview 2 Pre-release
Pre-release

Please note that this is a test release intended to use with test chains. We do not advise using it for main net.
Do not use as main wallet

Sample chain definition:

./komodo-cli -chain=VRSCTEST definechain '{ "name":"SOMECOIN", "eras": [{"reward" : 10000000000}], "notarizationreward" : 1440000000, "billingperiod" : 1440, "nodes" : [{"nodeaddress" : "127.0.0.1:2500", "paymentaddress" : ""}, {"nodeaddress" : "127.0.0.1:2501", "paymentaddress" : "RDyDzC5JB66Y29fzBkamywqEn1PJXTzj8B"}]}'

Maximum of 3 eras
Minimum 500 blocks worth of notarizations.
Minimum of 0.01 VRSCTEST per block of notarization.
VRSCTEST are needed in wallet to make a chain.

Once a chain is made, anyone running the local VRSCTEST chain can connect to any defined chain with the command:

./komodod -chain=SOMECOIN

On first connection, a local config file is created, and VRSCTEST will not need to run to connect. However, it will be needed to merge mine.

The presence of a correct config file for any chain, which are kept in .verustest/PBAAS/CHAINNAME, which is the home directory for a PBaaS chain, enables the chain to load as an independent chain.

Disclaimer

This is experimental and unfinished software. Use at your own risk! No warranty for any kind of damage!
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 enclosed copyright notice 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.

PBaaS Tech Preview

23 Apr 01:55
a5bbfba
Compare
Choose a tag to compare
PBaaS Tech Preview Pre-release
Pre-release

Please note that this is a test release intended to use with test chains. We do not advise using it for main net.
Do not use as main wallet

Sample chain definition:

./komodo-cli -chain=VRSCTEST definechain '{ "name":"SOMECOIN", "eras": [{"reward" : 10000000000}], "notarizationreward" : 1440000000, "billingperiod" : 1440, "nodes" : [{"nodeaddress" : "127.0.0.1:2500", "paymentaddress" : ""}, {"nodeaddress" : "127.0.0.1:2501", "paymentaddress" : "RDyDzC5JB66Y29fzBkamywqEn1PJXTzj8B"}]}'

Maximum of 3 eras
Minimum 500 blocks worth of notarizations.
Minimum of 0.01 VRSCTEST per block of notarization.
VRSCTEST are not paid out yet, but they are needed them in wallet to make a chain.

Once a chain is made, anyone running the local VRSCTEST chain can connect to any defined chain with the command:

./komodod -chain=SOMECOIN

On first connection, a local config file is created, and VRSCTEST will not need to run to connect. However, it will be needed to merge mine.

The presence of a correct config file for any chain, which are kept in .verustest/PBAAS/CHAINNAME, which is the home directory for a PBaaS chain, enables the chain to load as an independent chain.

Disclaimer

This is experimental and unfinished software. Use at your own risk! No warranty for any kind of damage!
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 enclosed copyright notice 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.

v0.5.6 Critical Security Update

18 Feb 20:03
a5bbfba
Compare
Choose a tag to compare

IMPORTANT: CRITICAL UPDATE -- UPGRADE IMMEDIATELY

This release fixes a security vulnerability discovered in a dependent library

MAKE SURE TO UPGRADE TO 0.5.6 OR GREATER ASAP.

Linux Dependencies
Ubuntu 16.04/Xenial:

sudo apt install libcurl4-openssl-dev

Ubuntu 18.04/Bionic+

sudo apt install libcurl4

This is experimental and unfinished software. Use at your own risk! No warranty for any kind of damage!
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 enclosed copyright notice 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.

MacOS:
https://www.virustotal.com/#/file/d873c1b7ccb6dc1a7df28d301c28cb810bc9df6c328f90b3165933b9985a0307/detection
Linux: https://www.virustotal.com/#/file/e5074eda5ad79e17ae766d67896d3d0e218aef6db4054b5f442be6a679f49209/detection
Windows:
https://www.virustotal.com/#/file/ebf07aacc896b4acb3aa39655f4ad370af1ccb3220199db9f01f5251d6867949/detection

Avast and Kaspersky may flag the software as "not-a-virus" or "PUP". These are warnings that you are installing mining software, which may be installed by a third party to exploit your PC.
To find out more about the false positives, review the following resources:
https://blog.malwarebytes.com/detections/pup-optional-bitcoinminer/
https://www.kaspersky.com/blog/not-a-virus/18015/

v0.5.5c Portability fix

13 Feb 08:14
f7b397d
Compare
Choose a tag to compare

v0.5.5c introduces a portability fix for a fault on some CPUs that did not support optimized mining when attempting to mine. This allows mining on CPUs that don't support optimizations, although they will be relatively slow.

MAKE SURE TO UPGRADE TO 0.5.5 OR GREATER ASAP. See 0.5.5 release for details

This is experimental and unfinished software. Use at your own risk! No warranty for any kind of damage!
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 enclosed copyright notice 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.

MacOS:
https://www.virustotal.com/#/file/bb689d033f8cd9c6c5a81d0f5aa473cbd47956e56faff3ba31488f76c9d1d638/detection
Linux: https://www.virustotal.com/#/file/9e42f4313be2b03eaaef4d8add50766663dc53caff7953d02ddffff92cc344b4/detection
Windows:
https://www.virustotal.com/#/file/370b69673e6f6226dcf4ecd262aa62c859b7d2f2d8466afe5f4f6fe8cc0f7313/detection

Avast and Kaspersky may flag the software as "not-a-virus" or "PUP". These are warnings that you are installing mining software, which may be installed by a third party to exploit your PC.
To find out more about the false positives, review the following resources:
https://blog.malwarebytes.com/detections/pup-optional-bitcoinminer/
https://www.kaspersky.com/blog/not-a-virus/18015/

v0.5.5b Minor bug fix

04 Feb 04:00
d5b301e
Compare
Choose a tag to compare

v0.5.5b introduces bug fixes for staking status not reverting to true after performing a z-transaction..

MAKE SURE TO UPGRADE TO 0.5.5 OR GREATER ASAP. See 0.5.5 release for details

This is experimental and unfinished software. Use at your own risk! No warranty for any kind of damage!
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 enclosed copyright notice 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.

MacOS: https://www.virustotal.com/#/file/d96bd2afb5db178dbc07cbe1708892e3d08c6b7984c32a0064a3dcfb2d2943dc/detection
Linux: https://www.virustotal.com/#/file/1b08617478b2b84c3d1181a6f93f9bc6359ac57e2c434acd8e57d8b603988a9f/detection
Windows:
https://www.virustotal.com/#/file/040fa02e57c2e55fd0f5fc70ef8b8ea7c38e54c10fa16e967a147c9614d1fe50/detection

Avast and Kaspersky may flag the software as "not-a-virus" or "PUP". These are warnings that you are installing mining software, which may be installed by a third party to exploit your PC.
To find out more about the false positives, review the following resources:
https://blog.malwarebytes.com/detections/pup-optional-bitcoinminer/
https://www.kaspersky.com/blog/not-a-virus/18015/

v0.5.5 - CRITICAL UPDATE FOR IMMEDIATE UPGRADE

31 Jan 09:04
1f7a082
Compare
Choose a tag to compare

IMPORTANT: CRITICAL UPDATE -- UPGRADE IMMEDIATELY

COMBINATION SECURITY FIX AND INITIAL PBaaS PREPARATION

During an audit, a potential security issue was recently identified and fixed. This version both fixes the security issue in question immediately, and also uses this as an opportunity to include some early PBaaS functionality that while not fully enabled, will allow us to test future PBaaS functionality on the main Verus chain in the near future. There is no activation date for these fixes. They are important and immediate. There has been no exploitation of this issue yet, and to our knowledge, details are not known outside of core developers. We recommend immediate upgrade of all Verus wallets.

v0.5.4 Minor optimizations, display bug fixes, and Mac mining enhancements

29 Jan 06:15
160e7cd
Compare
Choose a tag to compare

Increased number of outbound connections from 4 to 5.
Fixed CLI bug displaying 0 mega hashes done when it was hashing just fine.
Fixed zfunds calculation on coinsupply RPC
Fixed bug preventing Mac builds from mining with the enhancements introduced in v0.5.3

v0.5.3 Mining Enhancements

04 Jan 22:22
bc0232a
Compare
Choose a tag to compare

Linux and Windows only release, MacOS on the way, Mac users should remain on version 5.1
To upgrade your wallet, run the agama-upgrade script included and enter the directory of your Verus Enhanced Agama app