PEPEW (PEPEPOW) is a cryptocurrency based on memes and utilizes the Dash hybrid PoW / Masternode consensus algorithm for network security and decentralization. The coin is named after a popular internet meme that represents a frog, hence its mascot is also a frog who wants to dig for coins. Originally - this coin was created by a developer who clearly did not have the communities best interest in mind. An update was released which broke the consensus and then the developer abandoned the project.
Following the initial release and the results of developer abandonment - the community combined with a new dev hard forked this coin to take over the project for the people. This project is now owned and maintained through a collaborative community effort.
With enough support - PEPEPOW is set to become the second most popular proof-of-work (PoW) driven meme coin, behind DogeCoin!
- Website PEPEPOW
- Community Block Explorer PEPEPOW-EXPLORER
- M4P Block Explorer PEPEPOW-EXPLORER
- Join the Community in DISCORD
- Github GITHUB
- Twitter - TWITTER
Coin Name | PEPEPOW [PEPEW] | |
Algorithm | memehash | |
Block Time | 20 Sec | |
Max Supply | 90B | |
Network Port | 8832 | |
RPC Port | 8833 | |
Subsidy halving interval | See table below | |
Block initial reward | 100,000 PEPEW | |
Super block reward | Randomly appearing 2x reward and 5x reward within 1000 blocks | |
Block reward structure | After block 129601 Pow-75%, Masternode-20% Dev-5% | After v2.2 HardFork (c block 384000) Pow-65%, Masternode-35% |
## HARD FORK on 18th August 2023 to version 2.2.0.1 Protocol version 70301
Future and Historical Reward Structure:
Blocks | Reward |
1-129600 | 100000 |
129601-259200 | 50000 |
259201-385000 | 5000 |
>385000-514600 | 25000 |
>514600-644200 | 12500 |
>644200-773800 | 6250 |
>773800+ | 5000 |
The original dev fee was removed from this chain and it is now entirely community-maintained / run. To thank or support those who contribute to this project please consider making a contribution. Any amount helps!
Foztor : PMqJemuUn1jNAyLQRckLykYhcUfSLM9izq
Setvin : PNT3qZ2sshPvyS5egaCpfEQZmfHoZEA1Bu
Mining4People : PNb6mBbGdudbM7UXGouazzUQZZTf9kzReW
Once you have accumulated 10,000,000 PEPEW you are eligible to become a participant in the network governance - and earn part of the block reward.
1) Create a new wallet and transfer an exact total of 10,000,000 PEPEW! (Note: It has to be 10M no more or less! You must also wait for the Block confirmation to be greater than 15) You may us the GUI to recieve your coins, but then you need to run the "PEPEWd" bfore proceeding. You can do so in the terminal with the following command
./PEPEWd
2) From a terminal within the wallet directory (Note: On GUI GNOME you can right-click within the folder and select "open in terminal")
./PEPEPOW-cli masternode outputs &&
./PEPEPOW-cli masternode genkey
3) Open the PEPEPOW.conf file and write to it:
Example:
masternode=1
masternodeprivkey=PUTHEREHTHESTRING_YOU_GET_FROM_GENKEY_NOT_THIS_ACTUAL_STRING
externalip=YOUR.IP.ADDR.RESS_NOT_THIS_ACTUAL_STRING
(Note: The IP address of the node server must be a public IP address, and port 8833 must be enabled on the server!)
4)Open the masternode.conf file and write to it:
Example:
mynodename ip:8833 masternodeprivkey masternode outputs[1] masternode outputs[2]
pepepow YOUR.IP.ADDR.RESS:8833 PUTHEREHTHESTRING_YOU_GET_FROM_GENKEY_NOT_THIS_ACTUAL_STRING THE_FIRST_LONG_HEX_STRING_YOU_GET_FROM_MASTERNODEOUPUTS THE_NUMBER_YOU_GET_FROM_OUTPUTS
5)Restart wallet
6)Start master node:
./PEPEPOW-cli masternode start-all
7)Check Status
./PEPEPOW-cli masternode status