From a98b38cd0b9bb7eaffe69385940a52017fcad191 Mon Sep 17 00:00:00 2001 From: heshuchao Date: Sat, 30 Mar 2024 21:16:31 +0800 Subject: [PATCH] support v0.2.0.0 --- README.md | 11 ++++++++--- install.sh | 4 ++-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 32c3e76..9d79a15 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ rm -rf bin ``` * Get the latest version of the binary file - [v0.1.4.0](https://github.com/mvc-labs/mvc-mining-instruction/releases/download/v0.1.4.0/mvc.tar.gz) + [v0.2.0.0](https://github.com/mvc-labs/mvc-mining-instruction/releases/download/v0.2.0.0/mvc.tar.gz) * Unzip the node binary to user's directory ``` @@ -157,11 +157,14 @@ sudo apt-get install libczmq-dev ### node `latest version`: - [v0.1.4.0](https://github.com/mvc-labs/mvc-mining-instruction/releases/download/v0.1.4.0/mvc.tar.gz) + +[v0.2.0.0](https://github.com/mvc-labs/mvc-mining-instruction/releases/download/v0.2.0.0/mvc.tar.gz) `earlier version`: +[v0.1.4.0](https://github.com/mvc-labs/mvc-mining-instruction/releases/download/v0.1.4.0/mvc.tar.gz) + [v0.1.3.1](https://github.com/mvc-labs/mvc-mining-instruction/releases/download/v0.1.3.1/mvc.tar.gz) [v0.1.3.0](https://github.com/mvc-labs/mvc-mining-instruction/releases/download/v0.1.3.0/mvc.tar.gz) @@ -173,12 +176,14 @@ sudo apt-get install libczmq-dev --- ### mining program -[cpuminer](https://github.com/mvc-labs/mvc-mining-instruction/releases/download/v0.1.3.0/cpuminer.tar.gz) +[cpuminer](https://github.com/mvc-labs/mvc-mining-instruction/releases/download/v0.2.0.0/cpuminer.tar.gz) --- ### configuration file +[mvc.conf](https://github.com/mvc-labs/mvc-mining-instruction/releases/download/v0.2.0.0/mvc.conf)(for v0.2.0.0) + [mvc.conf](https://github.com/mvc-labs/mvc-mining-instruction/releases/download/v0.1.4.0/mvc.conf)(for v0.1.4.0) [mvc.conf](https://github.com/mvc-labs/mvc-mining-instruction/releases/download/v0.1.3.0/mvc.conf)(for v0.1.3.0) diff --git a/install.sh b/install.sh index 0959f87..1503607 100644 --- a/install.sh +++ b/install.sh @@ -8,12 +8,12 @@ NODE_DATA_DIR="node_data_dir" NET_CHOOSE= INIT_PARAMS= VERSION_CHOOSE= -VERSION_LATEST="v0.1.4.0" +VERSION_LATEST="v0.2.0.0" TEMP_DIR= RPC_USERNAME="" RPC_PASSWORD="" dependencies_array=("build-essential" "libtool" "autotools-dev" "automake" "pkg-config" "libssl-dev" "libevent-dev" "bsdmainutils" "libboost-system-dev" "libboost-filesystem-dev" "libboost-chrono-dev" "libboost-program-options-dev" "libboost-test-dev" "libboost-thread-dev" "libdb-dev" "libdb++-dev" "libczmq-dev") -version_history=("v0.1.4.0" "v0.1.3.1" "v0.1.3.0" "v0.1.2.0") +version_history=("v0.2.0.0" "v0.1.4.0" "v0.1.3.1" "v0.1.3.0" "v0.1.2.0") ensure() { if ! "$@"; then err "command $*" "failed" ; fi