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 Pepecoin (if does not exist) in C:\Users\%username%\AppData\Roaming\
  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).
Claiming Skin for your Node

To claim your purchased skin, follow these steps:

  1. Open pepecoin.conf
  2. Add or edit uacomment=YOUR-ORDER-ID
    • For example if your order ID was: #JiU8NQMv3MpEzTX3qSUN2R, you will place it without the hashtag
    • Optionally you can use uacomment=YOUR-ORDER-ID.I am precious frogcess (the dot after your Order ID will represent custom message which will be displayed to everyone on the map)
    • Please note that uacomment=… should not exceed 256 characters limit including your Order ID and dot after it
  3. And you are done! Your node will have custom skin in less than 48 hours. Also you should restart your node to apply new config.