Skip to content

Releases: MattF42/PePe-core

v2.4.7.1

28 Feb 18:46
006ba34
Compare
Choose a tag to compare

v2.4.7.1

THIS IS A MANDATORY UPDATE FOR ALL USERS

  • You MUST upgrade before 19:00 UTC on Mar 11th 2024, or you WILL be SPORK'd off the main chain.
  • This release fixes, properly the bug in v2.4.4.X which causes a blockchain height stall relating to orphans and superblocks and was fixed temporarily in v2.4.5.Xm (2.4.6.X was a testing only release)
  • This release enables the classic SPORK8 from Dash which enforces masternode payments in every block. It will activate on Mar 11th 2024 19:00 UTC. In preparation for this time, getblocktemplate() has been updated in advance to set "masternode_payments_enforced": true in the masternode stanza - consensus checks will only be enforced on SPORK8 activation
  • This release also bumps the protocol version to 70313 - nodes/wallets running versions of the code less than this will be SPORK'd off from the main chain when the SPORK activates.
  • Masternode timers have been relaxed, WATCHDOG_TIMER_EXPIRED is confirmed to be functionally equivalent to ENABLED for our masternodes to be in, for the avoidance of confusion, once the network settles on a consensus of protocol verison 70313 no nodes will enter a state of WATCHDOG_TIMER_EXPIRED DO NOT WORRY ABOUT IT this is the last time you will see it :)
  • Some updates to seed node definitions, which are still hard coded into the binaries, rather than queried from DNS.........

All wallet holders / node operators / mining pool operators / Masternode operators / Exchange operators start to upgrade from today. This will upgrade the network to protocol version 70313, whilst continuing to process blocks as normal.

MN upgrade instructions

This assumes that you are on Linux, and have bash available, and indeed are in a bash compatible shell at the time.
It should work on pretty much anything, but do let me know if it doesn't.

ARCH=`bash --version | head -1 | awk '{print $NF}' | tr -d '(|)'`
echo “We are running on $ARCH - if this is not correct please hit Ctrl-C now”
sleep 20
if [ $ARCH -eq "x86_64-linux-gnu" ]
then
  ARCH=cli-x86_64-linux-gnu
fi

./PEPEPOW-cli stop && sleep 15
rm PEPEPOW*
wget https://github.com/MattF42/PePe-core/releases/download/v2.4.7.1/PEPEPOW-v2.4.7.1--release-$ARCH.tgz && tar -xvzpf PEPEPOW-v2.4.7.1—release-$ARCH.tgz
./PEPEPOWd -daemon && sleep 60 && ./PEPEPOW-cli masternode start-all && sleep 60
./PEPEPOW-cli masternode status
./PEPEPOW-cli mnsync status && sleep 30 && ./PEPEPOW-cli mnsync reset
sleep 10 && ./PEPEPOW-cli mnsync status && sleep 30 && ./PEPEPOW-cli mnsync status &&  sleep 60 && ./PEPEPOW-cli mnsync status

At the end, you want to see

"AssetName": "MASTERNODE_SYNC_FINISHED",
"IsBlockchainSynced": true,
"IsMasternodeListSynced": true,
"IsWinnersListSynced": true,
"IsSynced": true,
"IsFailed": false

Error Reading wallet.dat

image

If you get this error, don't panic - the message is not as serious as it looks/sounds. It can also happen the the CLI.
Follow these steps to restore normality (backup wallet.dat, as is always good practice before doing anything)

0: Resync the wallet from scratch (optional, but you'll probably end up coming back here)
1: Restart the wallet with -rescan
2: Restart the wallet again with -zapwallettxes=2

For all these steps check the log to make sure it's finished doing it and is in a normal sync routine before moving on to the next step.

Checksums
MD5 (PEPEPOW-v2.4.7.1--release-aarch64-linux-gnu.tgz) = 8ca0a3ffe4da0a931891276ad140aad4
MD5 (PEPEPOW-v2.4.7.1--release-arm-linux-gnueabihf.tgz) = a2e98be47ac587f2cee1566373978b23
MD5 (PEPEPOW-v2.4.7.1--release-cli-x86_64-linux-gnu.tgz) = e017b6b15e2e7cbbd428e0cc530576de
MD5 (PEPEPOW-v2.4.7.1--release-x86_64-linux-gnu.tgz) = a118858bcbbd6abf6a8a7335627bb9a5
MD5 (PEPEPOW-v2.4.7.1--release-x86_64-w64-mingw32.zip) = c95ea8628f07467e36b36ec7c0dd5dfb

SHA256
964bc4a876c1a155d4d629d539c2be3b05ebeed0ceaba8d78dcdc07816ebdafa PEPEPOW-v2.4.7.1--release-aarch64-linux-gnu.tgz
ead62f13f7e8d3114c32fb9b97f3391889eb3bf7b10d07eab6b62a535cce8f18 PEPEPOW-v2.4.7.1--release-arm-linux-gnueabihf.tgz
02afd3722da711dc57e8ffd42a191ac85517f725ec8a8b44fc123b8b20b3d2b0 PEPEPOW-v2.4.7.1--release-cli-x86_64-linux-gnu.tgz
b57399907d2be5b06c2caf6ed56b07ce69f188f748406f4c34ca43d99f3dcfbb PEPEPOW-v2.4.7.1--release-x86_64-linux-gnu.tgz
f244471196dea8e460c17649a99bb2a1349c9f4f1fa598676ace06fbda24aa4b PEPEPOW-v2.4.7.1--release-x86_64-w64-mingw32.zip

v2.4.5.3

01 Feb 21:18
de90e92
Compare
Choose a tag to compare

v2.5.4.3

Emergency bugfix

This version is required to continue past blockheight 1070287

Please upgrade immediatley.

Apologies for the bug :(

MD5 (PEPEPOW-v2.4.5.3--release-aarch64-linux-gnu.tgz) = 53c4756a8814dd6038a1eb409145e1e7
MD5 (PEPEPOW-v2.4.5.3--release-arm-linux-gnueabihf.tgz) = a1cf60b229a67f61cdd4bda52b9988bc
MD5 (PEPEPOW-v2.4.5.3--release-cli-x86_64-linux-gnu.tgz) = dd6ea447ab7f7d08ae3f492ee3b65979
MD5 (PEPEPOW-v2.4.5.3--release-x86_64-linux-gnu.tgz) = b3b91737fcfa026a0a263aa7913ccb32
MD5 (PEPEPOW-v2.4.5.3--release-x86_64-w64-mingw32.zip) = c69caf0628babbe9fdab0fff0a614182

SHA256

95a05253ba3f012355234dad9ff2b4fa12bab8e395fe20f5597adcf7acac93ce PEPEPOW-v2.4.5.3--release-aarch64-linux-gnu.tgz
aa693163aca02d9addab86ba7093800202975035dfa40e1e62e3721c18e1884b PEPEPOW-v2.4.5.3--release-arm-linux-gnueabihf.tgz
fe9da58ac406498835f59c0a4b89c1d3b18c424ab23e41bb537cf67cbc37f8cd PEPEPOW-v2.4.5.3--release-cli-x86_64-linux-gnu.tgz
124eb529fb1f6ef509d4b2065872ee32a30d79979825b4d3d0cac9e91f6bebb1 PEPEPOW-v2.4.5.3--release-x86_64-linux-gnu.tgz
6641d1be409c21421737cc4309dcfef1505e52fd2c08a30de1da8a90482b5649 PEPEPOW-v2.4.5.3--release-x86_64-w64-mingw32.zip

v2.4.4.2

16 Jan 14:00
076f3a8
Compare
Choose a tag to compare

v2.4.4.2

This version introduces a DevFee at 5% as voted on by the Discord community in Jan 2024.

THIS IS A MANDATORY UPDATE FOR ALL USERS

Implementing a DevFee changes the block reward outputs, and thus creates a consensus change. In order to permit a smooth introduction of this change we will deploy via a 2 phased SPORK approach. This consensus change is reflected in an incremental increase of the protocol version to 70312, implemented in this and subsequent releases.

  1. All wallet holders / node operators / mining pool operators / Masternode operators / Exchange operators start to upgrade from today, Jan 16th 2024. This will upgrade the network to protocol version 70312, whilst continuing to process blocks as normal prior to height 1065649 (this has been validated to work on the community pool)

  2. The DevFee will implement after Block Height 1065649 - roughly 19:00 UTC on Tuesday Jan 30th 2024.
    getblocktemplate() will introduce a foundation stanza, which pools should use to fill the block correctly:

"foundation": [ { "payee": "PHjJrmyDGCAjQFsbiucsC1Ex1nPbu8hgiC", "script": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", "amount": 25000000000 }

Superblocks will carry a proportionally higher DevFee reward.

Mining pools which DO NOT support/use getblocktemplate MUST implement a payment of 250 PEPEW to PHjJrmyDGCAjQFsbiucsC1Ex1nPbu8hgiC for regular blocks, scaled up for super blocks, or their blocks WILL fail to validate through consensus.

  1. at 19:00 UTC on Feb 1st 2024 SPORK_15 will activate. This will disconnect nodes/wallets running lower versions of the code than 2.4.4.2 - the first public release to implement protocol version 70312.

Mining Pool operators who wish to test our their functionality should contact Foztor on Discord to arrange to join a REGTEST network which has this functionality already active.

Steps 1) and 2) have been validated on a REGTEST network.

**The chain is not broken, however we are SPORK'ing with this release, so please upgrade if you wish to continue to participate in the chain **

Other fixes
Numerous other small bug-fixes are included in this release. Interested readers should refer to the individual commits.

X64 Linux users should use the oldlibc version (built on Ubuntu 18.04) if your glibc is older that 2.29

MD5 CHECKSUMS:
MD5 (PEPEPOW-v2.4.4.2--release-aarch64-linux-gnu.tgz) = 6dfe49097f649cea97c8e8c353c9daa9
MD5 (PEPEPOW-v2.4.4.2--release-arm-linux-gnueabihf.tgz) = 25cec0c740ce3052e7d19a83ce46e8be
MD5 (PEPEPOW-v2.4.4.2--release-cli-x86_64-linux-gnu.tar.gz) = 0f6561bdbdef9233fc1fdc4b1ffcfb75
MD5 (PEPEPOW-v2.4.4.2--release-x86_64-linux-gnu.tgz) = 609c4d5df79dfff1f4592a55c0f7c1db
MD5 (PEPEPOW-v2.4.4.2--release-x86_64-w64-mingw32.zip) = 302d49f6d59ac170661264c36ba6dbd9
MD5 (PEPEPOW-v2.4.4.2--release-cli-x86_64-x86_64-linux-gnu-oldlibc.tgz) = 4d4ee3db9550b387e658e723546b02c7
MD5 (PEPEPOW-v2.4.4.2--release-x86_64-x86_64-linux-gnu-oldlibc.tgz) = 7879c2af9ca6b164bb9e37729a2f9b23

SHA256 CHECKSUMS:
14a3a715f109a982684494a9a01a09f7294bb38a7eb9ff21ebc465ab0e5e48db PEPEPOW-v2.4.4.2--release-aarch64-linux-gnu.tgz
38a4e448b29b2b93052fed31e8d6dda2fdb19b513db0766b7a72ba40daf9e403 PEPEPOW-v2.4.4.2--release-arm-linux-gnueabihf.tgz
fc0645a1cbbb2514eb5a1f3c9a412c2413f5abf8e0c168637b140d2e77ca741d PEPEPOW-v2.4.4.2--release-cli-x86_64-linux-gnu.tar.gz
0d395d14bc438ac9ed7386f3e0df70fe7eb9db2a75b854e120d4e7bb35df5fd1 PEPEPOW-v2.4.4.2--release-x86_64-linux-gnu.tgz
73510db22a66e84aa56fe2127dc19fe9b1281d343ecfb04ae0abcdc3eeffec33 PEPEPOW-v2.4.4.2--release-x86_64-w64-mingw32.zip
cec7ec85a438138711cc2beee65d3c244381e84f9d8d07399b670213ab7afdd6 PEPEPOW-v2.4.4.2--release-cli-x86_64-x86_64-linux-gnu-oldlibc.tgz
eb02bf6f582f67700bd9e0037795c592346e3fe8c006124e795309cff6bd52cd PEPEPOW-v2.4.4.2--release-x86_64-x86_64-linux-gnu-oldlibc.tgz

v2.3.1.3

22 Sep 11:17
0672fe9
Compare
Choose a tag to compare

v2.3.1.3

Bugfix.

This release re-enables SPORK8 (disabled in 2.3.1.2) and implements a fix which should prevent MasterNodes from locking up if they validate/vote on a block that is missing the MN reward, they should now correctly orphan the block.

All MN owners SHOULD upgrade to this version. It will not reset your place in the MN queue if you are upgrading from 2.3.1.1 or 2.3.1.2.
If you are upgrading from versions prior to 2.3.1.1 then YOU WILL NEED TO ISSUE PEPEPOW-cli masternode start-all and your node WILL lose it's place in the queue, and have to wait 24 hours to start gaining rewards again. This remains better than locking up and receiving no rewards at all in your own little fork should the bug this fixes get triggered.........

MD5:
MD5 (PEPEPOW-v2.3.1.3--release-aarch64-linux-gnu.tar.gz) = fcb44191360147e1d01d0aa6501c5fb3
MD5 (PEPEPOW-v2.3.1.3--release-arm-linux-gnueabihf.tar.gz) = 86014e978aae5dac125ff7c4b5d29802
MD5 (PEPEPOW-v2.3.1.3--release-cli-x86_64-linux-gnu.tar.gz) = ac758e2e3de9306ae9c879effe5d5414
MD5 (PEPEPOW-v2.3.1.3--release-x86_64-linux-gnu.tar.gz) = 5a3bdc412dc074dc9d394cc590e0b808
MD5 (PEPEPOW-v2.3.1.3--release-x86_64-w64-mingw32.zip) = c602acc129c2420a5c423acefbf3f00a

SHA256:

fc6dbf04d7975d24865280aed0455e6f4af72b071b733395d91044a626cbb598 PEPEPOW-v2.3.1.3--release-aarch64-linux-gnu.tar.gz
693aeb6d01e747d1919ddeb11b993ef5816804729ae560a2970d232937f226b7 PEPEPOW-v2.3.1.3--release-arm-linux-gnueabihf.tar.gz
81acfe8af39893c344243810d5597d0c3ea95f31808de263790fda56f42e651c PEPEPOW-v2.3.1.3--release-cli-x86_64-linux-gnu.tar.gz
11f4ca81e1807ad9bd3dfcd21f2537f00951d3166c9b702498ca69d4fd6d2e7e PEPEPOW-v2.3.1.3--release-x86_64-linux-gnu.tar.gz
05c8f5d9cd213543ecc39d986666fd817c51b82164adf53840b0614613a034c5 PEPEPOW-v2.3.1.3--release-x86_64-w64-mingw32.zip

v2.3.1.2

20 Sep 19:55
1d2d085
Compare
Choose a tag to compare

v2.3.1.2

This update disables SPORK_8 temporarily until a better fix can be found.
Some blocks are being generated with the masternode payment section missing (which should be impossible - even if a pool/node generates such a block, it SHOULD get rejected by consensus. What actually happens is the MNs voting seem to self orphan :( )
Someone who undertands consensus and MN voting better needs to fix this properly.

ALL MASTERNODE owners should upgrade. Failure to do so puts your node at risk of randomly getting stuck in NEW_START_REQUIRED and ceasing to receive rewards.

MD5 (PEPEPOW-v2.3.1.2--release-aarch64-linux-gnu.tar.gz) = 63cb2fb176353c1b11ff67535a9c148d
MD5 (PEPEPOW-v2.3.1.2--release-arm-linux-gnueabihf.tar.gz) = 95a36643669521b9785bae9a9ec7cb17
MD5 (PEPEPOW-v2.3.1.2--release-cli-x86_64-linux-gnu.tar.gz) = 86d64b2a7ec1f53ce0657512e0f00dad
MD5 (PEPEPOW-v2.3.1.2--release-x86_64-linux-gnu.tar.gz) = a03b6befe6718bc115e9e3397c1a25ac
MD5 (PEPEPOW-v2.3.1.2--release-x86_64-w64-mingw32.zip) = 00ff8ad714eb42ce67e94e8bae660f45

SHA256:
be04963ac1394151664df79dbfc003dc43e2137ba75050a48522a15c795a622c PEPEPOW-v2.3.1.2--release-aarch64-linux-gnu.tar.gz
30696b0e01e75b9fbedd67d74ba659392fd1ec73bb4bc0e5d86a967639dcfd78 PEPEPOW-v2.3.1.2--release-arm-linux-gnueabihf.tar.gz
cc73a84a10abbdfff02f78968f10cac53a3bcb370dad73691b2cdbecd47e3cd3 PEPEPOW-v2.3.1.2--release-cli-x86_64-linux-gnu.tar.gz
9913b778c884850752d10e88c75e7f4dfc1f6113b96258c4a51b795a03938d0b PEPEPOW-v2.3.1.2--release-x86_64-linux-gnu.tar.gz
3c1d5a509fa6e98d644de3291baab715ce8dd5061ae86a0134452f7905dd4a98 PEPEPOW-v2.3.1.2--release-x86_64-w64-mingw32.zip

v2.3.1.1

02 Sep 18:16
007ee38
Compare
Choose a tag to compare

v2.3.1.1

This release increases the protocol version to 70311 which is enforced for private send mixing only.
Mixing now supports up to 1000000 PEPEW and should be considered a beta feature.

All other features of the network are unaffected.

Masternode operators should upgrade in order to participate in mixing.
MASTERNODE OPERATORS AFER UPGRADING YOU WILL NEED TO ISSUE PEPEPOW-cli masternode start-all
Check your status carefully both locally and on the explorers

Custodial wallet holders who wish to utilise private send need to upgrade

MD5 (PEPEPOW-v2.3.1.1--release-aarch64-linux-gnu.tar.gz) = 71eb44af69b4647cb0e3b377013e0d7d
MD5 (PEPEPOW-v2.3.1.1--release-arm-linux-gnueabihf.tar.gz) = a6c1436b9307633a1fdf406157e59156
MD5 (PEPEPOW-v2.3.1.1--release-cli-x86_64-linux-gnu.tar.gz) = bfc13173a395adfbd0743cb2c995d34f
MD5 (PEPEPOW-v2.3.1.1--release-x86_64-linux-gnu.tar.gz) = 0a76ae792143b81d15847c33c7ef8127
MD5 (PEPEPOW-v2.3.1.1--release-x86_64-w64-mingw32.zip) = 30b1c6214875a73cedb8d23d68cb663f

SHA256:
874f97fe8b820aa649132a23603b4c7aac7afbebae20ce22ac8f0ca53f3c26ed PEPEPOW-v2.3.1.1--release-aarch64-linux-gnu.tar.gz
5b7d024782cf8abbec9416dea1421e7e11d960064c6f202e4e39ec69cb278ad0 PEPEPOW-v2.3.1.1--release-arm-linux-gnueabihf.tar.gz
d2399d573c387092f00e7eafca42daf49e0f1b3dd72e1f1c8b66b51ac9dc4e1d PEPEPOW-v2.3.1.1--release-cli-x86_64-linux-gnu.tar.gz
7961db48662f32f188a0974e3d0b14f1746b4858a5628fe5a3712b52b04501a2 PEPEPOW-v2.3.1.1--release-x86_64-linux-gnu.tar.gz
02b25e22eac3f565cc6d314123a3450abae9ac98db603b23fd5de08415ec8cbc PEPEPOW-v2.3.1.1--release-x86_64-w64-mingw32.zip

v2.2.1.6

25 Aug 20:45
98bf4ae
Compare
Choose a tag to compare

Version 2.2.1.6

This is a bugfix release:

  • Removal of Foundation fee structures from getblocktemplate()
  • Credit to pinpin from zergpool for highlighting the issue.
  • Credit to mancrimson for hunting through the blockchain to correlate and confirm.

Pool operators in particular should apply this update if they in any way rely on getblocktemplate()
Masternode operators should upgrade as well

Linux X64 Users a release without the QT GUI included is now provided as PEPEPOW-v2.2.1.6--release-cli-x86_64-linux-gnu.tar.gz. If you want/need the graphical UI, please continue to download and use PEPEPOW-v2.2.1.6--release-x86_64-linux-gnu.tar.gz

SHA256:
043b17722b66cc8c05c56140abed887568559d8eb9af1f372de27f2176873fa4 PEPEPOW-v2.2.1.6--release-aarch64-linux-gnu.tar.gz
c15c2a6ddf74062f6adc2866d27a0099d3cb1d36a58e9bf382dff76dd25190f5 PEPEPOW-v2.2.1.6--release-arm-linux-gnueabihf.tar.gz
0a373b781f25c4deef664f5d8d32ee74f6f85d21091062c1e6844008bad5b56e PEPEPOW-v2.2.1.6--release-cli-x86_64-linux-gnu.tar.gz
496a10c54d0c7d47bd964f9c1e2548fa8340c7adebae0cf6797df57f06827a69 PEPEPOW-v2.2.1.6--release-x86_64-linux-gnu.tar.gz
e47e4d4e433391ceb49b3c0acdb12864e9d1450605a7efeb639229e67c4496f8 PEPEPOW-v2.2.1.6--release-x86_64-w64-mingw32.zip

MD5 (PEPEPOW-v2.2.1.6--release-aarch64-linux-gnu.tar.gz) = c8262c9c729f3c9c6a51d7b79a5550ae
MD5 (PEPEPOW-v2.2.1.6--release-arm-linux-gnueabihf.tar.gz) = 651aaad0399b6609453506449bc59afd
MD5 (PEPEPOW-v2.2.1.6--release-cli-x86_64-linux-gnu.tar.gz) = 9a1faae343a49409d2ece3527cdbee04
MD5 (PEPEPOW-v2.2.1.6--release-x86_64-linux-gnu.tar.gz) = 27083ccee2d2caa54459d8b5cdd302c0
MD5 (PEPEPOW-v2.2.1.6--release-x86_64-w64-mingw32.zip) = 7fe1ef5b2d902edbb9f93426593cb918

v2.2.1.5

24 Aug 19:45
Compare
Choose a tag to compare

Bugfix release

All users are encouraged to upgrade. There is no protocol version uplift in this release. It is fully compatible with earlier 2.2.X.X releases

MASTERNODE OPERATORS in particular should upgrade to this version.

This version fixes:

  • Correct loading of the seed data (sigh, the normal way had been hacked out, and this will have had other side effects)
  • Additional debug information regarding masternode reward voting and masternode maturity
  • More aggressive PoSe banning of fake masternodes
  • Re-introduction of (much lower) penalty for incorrectly voting masternodes

Checksums
shasum -a 256 PEPE5
f8cdbb3ce740cf79a4c4af44694f6dd60f0de199ee1b077bbd6c5fa1c822f51c PEPEPOW-v2.2.1.5--release-aarch64-linux-gnu.tar.gz
636d936bf5a10a247fc3a1cb24c09c96a99c161751f5ce0a17ba063c715aec21 PEPEPOW-v2.2.1.5--release-arm-linux-gnueabihf.tar.gz
7881515099032274555544c7b43fe31cee4a7ad3f7cd848ac319124f144ac9f6 PEPEPOW-v2.2.1.5--release-x86_64-linux-gnu.tar.gz
e08ac359cba2ef9e15b973a195b4d26dae755245b0fba9c778b0ed84f7f969cd PEPEPOW-v2.2.1.5--release-x86_64-w64-mingw32.zip

md5 PEPE5
MD5 (PEPEPOW-v2.2.1.5--release-aarch64-linux-gnu.tar.gz) = 6bdc53bbe5a54cdcfc00c6abfcdf099a
MD5 (PEPEPOW-v2.2.1.5--release-arm-linux-gnueabihf.tar.gz) = ef9ca41938d82a36e6164e8fb6a9e987
MD5 (PEPEPOW-v2.2.1.5--release-x86_64-linux-gnu.tar.gz) = da0f628da89dcffca383ac7274acbeb2
MD5 (PEPEPOW-v2.2.1.5--release-x86_64-w64-mingw32.zip) = 0061d15cf47b4b413de81ce951b5b3d3

2.2.1.3

20 Aug 07:47
36f0bb2
Compare
Choose a tag to compare

BUGFIX RELEASE

This release is compatible with 2.2.1.2. The protocol version remains the same.
It is particularly recommended for masternodes or any regular node that is permanently running.
For regular wallet users it is an optional upgrade, recommended if you are having sync problems.

  • Removed a check that has a tendency to cause masternodes, in particular, to partition through excessive banning over time
  • Updated Seed Nodes

Instructions

  • Stop wallet/daemon.
  • Install new binaries.
  • Optionally, remove banlist.dat & peers.dat - this step is particularly recommended if you have been having sync challenges
  • Start new wallet/daemon

CHECKSUMS

shasum -a 256 PEPE*
23e9cc34c38fff0ecd56e45d0ba76c464119cee24bfa5b79cecfc13a4660ca74 PEPEPOW-v2.2.1.3--release-aarch64-linux-gnu.tar.gz
6dc3a0bbd14c0be2a7a083963cdd724261fd7661838ba7dae2ea51aff6ea6d8a PEPEPOW-v2.2.1.3--release-arm-linux-gnueabihf.tar.gz
91017053512646449c3675fda31d8c5b339c2bfde789eed5976f6b31455d0e06 PEPEPOW-v2.2.1.3--release-x86_64-linux-gnu.tar.gz
5d398b75798d47f08e05247edd2ae5f9d45dd17d30e7e291fb33ad1ace592318 PEPEPOW-v2.2.1.3--release-x86_64-w64-mingw32.zip

md5 PEPE*
MD5 (PEPEPOW-v2.2.1.3--release-aarch64-linux-gnu.tar.gz) = 7a151c3c2dd75e506b98e44e8cd58cf3
MD5 (PEPEPOW-v2.2.1.3--release-arm-linux-gnueabihf.tar.gz) = 703dace2311ea6af9e0ed00d6fa68c67
MD5 (PEPEPOW-v2.2.1.3--release-x86_64-linux-gnu.tar.gz) = 1f67d6730ec5998e012b4a275d293447
MD5 (PEPEPOW-v2.2.1.3--release-x86_64-w64-mingw32.zip) = 78d840f4fdc916240ed2450ec01caf29

2.2.1.2

18 Aug 17:45
38023fd
Compare
Choose a tag to compare

v2.2.1.2 Hard Fork 18th August 2023 18:00 UTC

  • Protocol Version 70301 which is enforced as the minimum protocol version - this will NOT talk to lower version wallets/nodes
  • Removal of Foundation Fee (Pool Operators please update coin.json file with "hasFounderFee": false,)
  • Reward structure 65% miners 35% MasterNode
  • Masternode Maturity time reduced to 24 Hours
  • Existing blockchain height (from 1.4.1.1 fork) maintained
  • New community branding
  • Linux ARM64 & ARM32 binaries (CLI only)
  • Linux X64 and Windows X64 binaries (GUI & CLI)
  • Updated seed nodes to remove 1.5 network fork
  • Compatible with all previous wallets - DO NOT DELETE your wallet.dat
  • This release is for MAINNET only. Devnet remains on 2.0.X for the time being

Installation

  • Stop your existing node/wallet
  • Install the new binaries
  • Start your new node/wallet

In case of issues/sync failure, please restart with -reindex
A full clean synchronisation from scratch is NOT required. Only carry this out if you are unable to sync or fix with -reindex.
A full clean sync on Linux is achieved by removing all files from ~/.PEPEPOWcore/ APART FROM wallet.dat and masternode.dat and then starting the wallet
A full clean sync on Windows is achieved by removing all files from C:\Users\ your user \AppData\Roaming\PEPEPOWCore APART FROM wallet.dat and masternode.dat and then starting the wallet
Do NOT addnode unless instructed to do so in the community Discord. Seed nodes for this release are pre-built into the release

MASTERNODES
The process for Masternodes is unchanged. If you have an existing masternode please check that it starts again properly post the sync to the new network completing "masternode status" and "masternode start all" as required.

Emission Schedule

Blocks Reward
1-129600 100000
129601-259200 50000
259201-385000 5000
385000-514600 25000
514600-644200 12500
644200-773800 6250
773800+ 5000

DONATIONS

Foztor : PMqJemuUn1jNAyLQRckLykYhcUfSLM9izq

Setvin : PNT3qZ2sshPvyS5egaCpfEQZmfHoZEA1Bu

Mining4People : PNb6mBbGdudbM7UXGouazzUQZZTf9kzReW