Pepecoin Nodes Map – Community Project

Pepecoin Nodes Map screenshot

Inspired by Dogecoin Nodes Map and brought to you by Mr Bachelor emgi.

Guide for running full node

Downloading Pepecoin Core

Setting up the Node

  1. Create new directory in: /home/your-user/.pepecoin
  2. Create new file in .pepecoin with: nano pepecoin.conf (who even uses VIM?)
  3. Copy content of this pepecoin.conf:
  1. Now you want to start Pepecoin core, for GUi users it is just double click on icon. CLI version starts: /home/your-user/pepecoin/bin/pepecoind (make sure it has executable permission) – you can put this command to crontab so it starts automatically after an reboot.
  2. You are done. Pepecoin Core does not need you to open ports as it is clever enough to communicate with other nodes. You can although enable TCP port 33874 which is default port all nodes try as first.
  1. Create new directory in C:\Users\your-user\AppData\Roaming\Pepecoin
  2. Create new file in Pepecoin directory named pepecoin.conf (for example by notepad or just drag and drop the one below)
  1. Now you are part of Pepecoin Nodes operators (look up above linux step number 5 for more information about opening ports if you want to do that).