####START#### PROJECT LEVEL VARIABLES ####START####
########################################################################################################################
variables:
- VERSION: 0.6.0-13-PBaaS-Cross-chain-Technology-Preview
+ VERSION: 0.6.0-14-PBaaS-Cross-chain-Technology-Preview
VERUS_CLI_LINUX: Verus-CLI-Linux-v${VERSION}.tar.gz
VERUS_CLI_WINDOWS: Verus-CLI-Windows-v${VERSION}.zip
VERUS_CLI_MACOS: Verus-CLI-MacOS-v${VERSION}.tar.gz
-## VerusCoin version 0.6.0-13-PBaaS Cross-chain-Technology-Preview
+## VerusCoin version 0.6.0-14-PBaaS Cross-chain-Technology-Preview
Arguably the world's most advanced technology, zero knowledge privacy-centric blockchain, Verus Coin brings Sapling performance and zero knowledge features to an intelligent system with interchain smart contracts and a completely original, combined proof of stake/proof of work consensus algorithm that solves the nothing at stake problem. With this and its approach towards CPU mining and ASICs, Verus Coin strives to be one of the most naturally decentralizing and attack resistant blockchains in existence.
-VerusCoin Command Line Tools v0.6.0-13-PBaaS Cross-chain-Technology-Preview
+VerusCoin Command Line Tools v0.6.0-14-PBaaS Cross-chain-Technology-Preview
Contents:
verusd - VerusCoin daemon
-VerusCoin Command Line Tools v0.6.0-13-PBaaS Cross-chain-Technology-Preview
+VerusCoin Command Line Tools v0.6.0-14-PBaaS Cross-chain-Technology-Preview
Contents:
verusd - VerusCoin daemon.
verus - VerusCoin command line utility.
-VerusCoin Command Line Tools v0.6.0-13-PBaaS Cross-chain-Technology-Preview
+VerusCoin Command Line Tools v0.6.0-14-PBaaS Cross-chain-Technology-Preview
Contents:
verusd.exe - VerusCoin daemon
verus.exe - VerusCoin command line utility
ParseParameters(argc, argv);
komodo_args(argv[0]);
if (argc<2 || mapArgs.count("-?") || mapArgs.count("-h") || mapArgs.count("-help") || mapArgs.count("-version")) {
- std::string strUsage = _("Verus RPC client version 0.6.0-13-PBaaS Cross-chain-Technology-Preview") + " " + "\n" + PrivacyInfo();
+ std::string strUsage = _("Verus RPC client version 0.6.0-14-PBaaS Cross-chain-Technology-Preview") + " " + "\n" + PrivacyInfo();
if (!mapArgs.count("-version")) { strUsage += "\n" + _("Usage:") + "\n" +
" verus [options] <command> [params] " + _("Send command to Komodo") + "\n" +
" verus [options] help " + _("List commands") + "\n" +
// Process help and version before taking care about datadir
if (mapArgs.count("-?") || mapArgs.count("-h") || mapArgs.count("-help") || mapArgs.count("-version"))
{
- std::string strUsage = _("Verus Daemon") + " " + _("version") + " " + _("0.6.0-13-PBaaS Cross-chain-Technology-Preview") + "\n" + PrivacyInfo();
+ std::string strUsage = _("Verus Daemon") + " " + _("version") + " " + _("0.6.0-14-PBaaS Cross-chain-Technology-Preview") + "\n" + PrivacyInfo();
if (mapArgs.count("-version"))
{
strUsage += LicenseInfo();
int64_t komodo_coinsupply(int64_t *zfundsp,int32_t height);
int32_t notarizedtxid_height(char *dest,char *txidstr,int32_t *kmdnotarized_heightp);
#define KOMODO_VERSION "0.2.1"
-#define VERUS_VERSION "0.6.0-13-PBaaS Cross-chain-Technology-Preview"
+#define VERUS_VERSION "0.6.0-14-PBaaS Cross-chain-Technology-Preview"
extern uint16_t ASSETCHAINS_P2PPORT,ASSETCHAINS_RPCPORT;
extern uint32_t ASSETCHAINS_CC;
extern uint32_t ASSETCHAINS_MAGIC;