Articles

[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 »

[Wallet] Sync issue with block 1070288

If you’re experiencing sync problems with block 1070288, please follow these steps: 1. Ensure you’re using the latest wallet version (v2.4.7.1) for Windows. Download it from: [PEPEPOW-v2.4.7.1-release-x86_64-w64-mingw32.zip](https://github.com/MattF42/PePe-core/releases/download/v2.4.7.1/PEPEPOW-v2.4.7.1–release-x86_64-w64-mingw32.zip) 2. Open the wallet and navigate to `Tools` >> `Debug Console`. 3. Input the following commands: “` addnode 193.122.107.175:8833 add addnode 132.145.54.241:8833 add addnode 13.40.57.124:8833 add addnode 23.239.15.91:8833

[Wallet] Sync issue with block 1070288 Read More »

[Wallet] Transaction too large (provided by mancrimson)

How to fix “Transaction too large” error when sending coins You can refer to this method: https://coinguides.org/transaction-too-large-error-fix Key points (Fix  1): Merge Transactions Merge all small inputs into larger inputs, then send them to other addresses. 1. Open the wallet. Go to “Settings” >> “Options,” enable the “Coin Control” feature under the “Wallet” option, and

[Wallet] Transaction too large (provided by mancrimson) Read More »

[Wallet] How to Check Sync Status for QT Wallet

1. Open your QT wallet and navigate to Tool >> Debug Console. 2. Type the command: `getblockcount`. 3. Ensure that the returned block count matches or is very close to the block height displayed on one of the following explorers: https://pepew.ccore.online/, https://explorer.pepepow.org/, or https://explorer2.pepepow.org/. **Troubleshooting Sync Issues:** – If your local sync stops at a

[Wallet] How to Check Sync Status for QT Wallet Read More »