Masternode

[Masternode] 2024.2.1 EMERGENCY RELEASE (1070288 block issue)

Don’t need to do this if there’s no sysnc problem In case of sync issues with block 1070288, follow these steps: 1. Update to the new wallet version 2. Add additional nodes for synchronization: – ./PEPEPOW-cli addnode 186.12.200.15:8833 add – ./PEPEPOW-cli addnode 173.249.22.16:8833 add – ./PEPEPOW-cli addnode 167.86.80.36:8833 add – ./PEPEPOW-cli addnode 164.68.112.227:8833 add – […]

[Masternode] 2024.2.1 EMERGENCY RELEASE (1070288 block issue) Read More »

[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.6.2.12): For X64: wget -c https://github.com/MattF42/PePe-core/releases/download/v2.6.2.12/PEPEPOW-v2.6.2.12-b837f88-release-x86_64-linux-gnu.tgz -O – | tar -xz For ARM64: wget -c https://github.com/MattF42/PePe-core/releases/download/v2.6.2.12/PEPEPOW-v2.6.2.12-b837f88-release-aarch64-linux-gnu.tgz -O – | tar -xz 3. Synchronize the wallet: ./PEPEPOWd -daemon 4.

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

[Masternode] Useful Commands

In CMD window: – `PEPEPOW-cli mnsync status`: Shows masternode status during startup. – `PEPEPOW-cli masternode status`: Indicates if you need to run start-all. – `PEPEPOW-cli getbalance`: Displays wallet balance. – `PEPEPOW-cli masternodelist info 87.124`: Provides information on masternodes with the IP address 87.124 (Change IP to filter another address). – `PEPEPOW-cli stop`: Stops the masternode

[Masternode] Useful Commands Read More »

[Masternode] Free Internet Cloud Resources

I’ve set up masternodes for free on OCI (Oracle Cloud Infrastructure), AWS (Amazon Web Services), GCP (Google Cloud Platform), Vultr, and Azure (Microsoft). Here’s the information: (OCI and GCP are recommended) OCI: Always free with 4 cores and 24GB RAM (Canonical Ubuntu 22.04 Minimal aarch64) AWS: 1 year free (Ubuntu 22.04-arm64-server-arm t4g.small, 1 core OCPU,

[Masternode] Free Internet Cloud Resources Read More »