mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2024-12-22 22:59:27 +00:00
feat: update p2pool version bundled to 4.1.1
Some checks are pending
CI / ci (macos-12) (push) Waiting to run
CI / ci (ubuntu-latest) (push) Waiting to run
Rust / fmt (push) Waiting to run
Rust / test (macos-latest) (push) Waiting to run
Rust / test (ubuntu-latest) (push) Waiting to run
Rust / typo (push) Waiting to run
Rust / clippy (macos-latest) (push) Waiting to run
Rust / clippy (ubuntu-latest) (push) Waiting to run
Rust / check (macos-latest) (push) Waiting to run
Rust / check (ubuntu-latest) (push) Waiting to run
Rust / doc (macos-latest) (push) Waiting to run
Rust / doc (ubuntu-latest) (push) Waiting to run
Typo / typo (push) Waiting to run
Some checks are pending
CI / ci (macos-12) (push) Waiting to run
CI / ci (ubuntu-latest) (push) Waiting to run
Rust / fmt (push) Waiting to run
Rust / test (macos-latest) (push) Waiting to run
Rust / test (ubuntu-latest) (push) Waiting to run
Rust / typo (push) Waiting to run
Rust / clippy (macos-latest) (push) Waiting to run
Rust / clippy (ubuntu-latest) (push) Waiting to run
Rust / check (macos-latest) (push) Waiting to run
Rust / check (ubuntu-latest) (push) Waiting to run
Rust / doc (macos-latest) (push) Waiting to run
Rust / doc (ubuntu-latest) (push) Waiting to run
Typo / typo (push) Waiting to run
This commit is contained in:
parent
4eaac03205
commit
5bf9dca79e
2 changed files with 21 additions and 21 deletions
|
@ -16,7 +16,7 @@
|
||||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
pub const GUPAX_VERSION: &str = concat!("v", env!("CARGO_PKG_VERSION")); // e.g: v1.0.0
|
pub const GUPAX_VERSION: &str = concat!("v", env!("CARGO_PKG_VERSION")); // e.g: v1.0.0
|
||||||
pub const P2POOL_VERSION: &str = "v4.1";
|
pub const P2POOL_VERSION: &str = "v4.1.1";
|
||||||
pub const XMRIG_VERSION: &str = "v6.21.1";
|
pub const XMRIG_VERSION: &str = "v6.21.1";
|
||||||
pub const XMRIG_PROXY_VERSION: &str = "v6.21.1";
|
pub const XMRIG_PROXY_VERSION: &str = "v6.21.1";
|
||||||
pub const NODE_VERSION: &str = "v18.3.4";
|
pub const NODE_VERSION: &str = "v18.3.4";
|
||||||
|
|
|
@ -69,29 +69,29 @@ rm xmrig-proxy-6.21.1-msvc-win64.zip
|
||||||
|
|
||||||
## Download P2Pool Binaries
|
## Download P2Pool Binaries
|
||||||
# download p2pool into directory linux
|
# download p2pool into directory linux
|
||||||
wget https://github.com/SChernykh/p2pool/releases/download/v4.1/p2pool-v4.1-linux-x64.tar.gz
|
wget https://github.com/SChernykh/p2pool/releases/download/v4.1.1/p2pool-v4.1.1-linux-x64.tar.gz
|
||||||
tar -xf p2pool-v4.1-linux-x64.tar.gz
|
tar -xf p2pool-v4.1.1-linux-x64.tar.gz
|
||||||
mv p2pool-v4.1-linux-x64/p2pool /tmp/${FOLDER}/skel/linux_b/p2pool/p2pool
|
mv p2pool-v4.1.1-linux-x64/p2pool /tmp/${FOLDER}/skel/linux_b/p2pool/p2pool
|
||||||
rm -r p2pool-v4.1-linux-x64
|
rm -r p2pool-v4.1.1-linux-x64
|
||||||
rm p2pool-v4.1-linux-x64.tar.gz
|
rm p2pool-v4.1.1-linux-x64.tar.gz
|
||||||
# download p2pool into directory macos-arm64
|
# download p2pool into directory macos-arm64
|
||||||
wget https://github.com/SChernykh/p2pool/releases/download/v4.1/p2pool-v4.1-macos-aarch64.tar.gz
|
wget https://github.com/SChernykh/p2pool/releases/download/v4.1.1/p2pool-v4.1.1-macos-aarch64.tar.gz
|
||||||
tar -xf p2pool-v4.1-macos-aarch64.tar.gz
|
tar -xf p2pool-v4.1.1-macos-aarch64.tar.gz
|
||||||
mv p2pool-v4.1-macos-aarch64/p2pool /tmp/${FOLDER}/skel/macos-arm64_b/Gupaxx.app/Contents/MacOS/p2pool/p2pool
|
mv p2pool-v4.1.1-macos-aarch64/p2pool /tmp/${FOLDER}/skel/macos-arm64_b/Gupaxx.app/Contents/MacOS/p2pool/p2pool
|
||||||
rm -r p2pool-v4.1-macos-aarch64
|
rm -r p2pool-v4.1.1-macos-aarch64
|
||||||
rm p2pool-v4.1-macos-aarch64.tar.gz
|
rm p2pool-v4.1.1-macos-aarch64.tar.gz
|
||||||
# download p2pool into directory macos-x64
|
# download p2pool into directory macos-x64
|
||||||
wget https://github.com/SChernykh/p2pool/releases/download/v4.1/p2pool-v4.1-macos-x64.tar.gz
|
wget https://github.com/SChernykh/p2pool/releases/download/v4.1.1/p2pool-v4.1.1-macos-x64.tar.gz
|
||||||
tar -xf p2pool-v4.1-macos-x64.tar.gz
|
tar -xf p2pool-v4.1.1-macos-x64.tar.gz
|
||||||
mv p2pool-v4.1-macos-x64/p2pool /tmp/${FOLDER}/skel/macos-x64_b/Gupaxx.app/Contents/MacOS/p2pool/p2pool
|
mv p2pool-v4.1.1-macos-x64/p2pool /tmp/${FOLDER}/skel/macos-x64_b/Gupaxx.app/Contents/MacOS/p2pool/p2pool
|
||||||
rm -r p2pool-v4.1-macos-x64
|
rm -r p2pool-v4.1.1-macos-x64
|
||||||
rm p2pool-v4.1-macos-x64.tar.gz
|
rm p2pool-v4.1.1-macos-x64.tar.gz
|
||||||
# download p2pool into directory windows
|
# download p2pool into directory windows
|
||||||
wget https://github.com/SChernykh/p2pool/releases/download/v4.1/p2pool-v4.1-windows-x64.zip
|
wget https://github.com/SChernykh/p2pool/releases/download/v4.1.1/p2pool-v4.1.1-windows-x64.zip
|
||||||
unzip p2pool-v4.1-windows-x64.zip
|
unzip p2pool-v4.1.1-windows-x64.zip
|
||||||
mv p2pool-v4.1-windows-x64/p2pool.exe /tmp/${FOLDER}/skel/windows_b/P2Pool/p2pool.exe
|
mv p2pool-v4.1.1-windows-x64/p2pool.exe /tmp/${FOLDER}/skel/windows_b/P2Pool/p2pool.exe
|
||||||
rm -r p2pool-v4.1-windows-x64
|
rm -r p2pool-v4.1.1-windows-x64
|
||||||
rm p2pool-v4.1-windows-x64.zip
|
rm p2pool-v4.1.1-windows-x64.zip
|
||||||
|
|
||||||
## Download Monero Binaries
|
## Download Monero Binaries
|
||||||
# download monero into directory linux
|
# download monero into directory linux
|
||||||
|
|
Loading…
Reference in a new issue