SyncIssue

[Masternode] Wallet Update Process

1. Stop the wallet program on Ubuntu: ./PEPEPOW-cli stop 2. Download and extract the wallet, ensuring the correct working path: For ARM64: wget -c https://github.com/MattF42/PePe-core/releases/download/v2.4.7.1/PEPEPOW-v2.4.7.1–release-aarch64-linux-gnu.tgz -O – | tar -xz For X64 (QT-gui): wget -c https://github.com/MattF42/PePe-core/releases/download/v2.4.7.1/PEPEPOW-v2.4.7.1–release-x86_64-linux-gnu.tgz -O – | tar -xz X64 (non-QT-gui, smaller download): wget -c https://github.com/MattF42/PePe-core/releases/download/v2.4.7.1/PEPEPOW-v2.4.7.1–release-cli-x86_64-linux-gnu.tgz -O – | tar -xz 3. Restart […]

[Masternode] Wallet Update Process Read More »

[Masternode] Masternode Setup Guide (Ubuntu/Linux)

1. Establish SSH connection to the virtual machine using the private key obtained during creation: ssh -i XXXXX.key user@ip 2. Download and extract the latest wallet files (v2.4.7.1): For ARM64: wget -c https://github.com/MattF42/PePe-core/releases/download/v2.4.7.1/PEPEPOW-v2.4.7.1–release-aarch64-linux-gnu.tgz -O – | tar -xz For X64 (QT-gui): wget -c https://github.com/MattF42/PePe-core/releases/download/v2.4.7.1/PEPEPOW-v2.4.7.1–release-x86_64-linux-gnu.tgz -O – | tar -xz For X64 (non-QT-gui, smaller download): wget

[Masternode] Masternode Setup Guide (Ubuntu/Linux) Read More »