Skip to content

Releases: MattF42/PePe-core

v2.6.3.2 [OPTIONAL]

17 Dec 15:45
Compare
Choose a tag to compare

v2.6.3.2

Bugfix release

The PEPEPOW devs are excited to announce the availability of PEPEPOW v2.6.3.2 with the following new features:

  • Hardware AES support on both X64 and aarch64 - this will provide a performance boost for post HardFork (XEL2) blocks
  • Gorgeous new artwork, and logo
  • Your wallet should no longer report "Error reading wallet.dat! All keys read correctly, but transaction data or address book entires might be missing or incorrect" and then carry out a full wallet rescan on startup.
  • Your wallet will not complain about MISSING / INCORRECT FOUNDATION payment on startup

This release is strongly recommended for all users, all though it is not mandatory.

NB - Intel users with CPUs over 10 years old (lacking AES-NI support) may have to compile from source.

Checksums

MD5
643ccabaa1362f3352585190cc78e2ce PEPEPOW-v2.6.3.2-9b85415-release-aarch64-linux-gnu.tgz
c53c3ad2161c36ae3f9232cdbe8ef608 PEPEPOW-v2.6.3.2-9b85415-release-x86_64-linux-gnu.tgz
560f4811fe3891b7a4d6c7e6f0338bfd PEPEPOW-v2.6.3.2-9b85415-release-x86_64-w64-mingw32.zip

SHA256
f2782075bd88e4952daea2cd952f572123d47e9031488694e14943c21304f8b9 PEPEPOW-v2.6.3.2-9b85415-release-aarch64-linux-gnu.tgz
905cdd024e1904f72755f2c04933b5eeca24f525a16dfb7f5b131ba7da501ca3 PEPEPOW-v2.6.3.2-9b85415-release-x86_64-linux-gnu.tgz
d4e1eabb240bcba10c12e360164cd6eb8de14077454ae818451c9d6125d6920b PEPEPOW-v2.6.3.2-9b85415-release-x86_64-w64-mingw32.zip

v2.6.2.12 [OPTIONAL]

01 Sep 18:59
Compare
Choose a tag to compare

v2.6.2.12 [OPTIONAL]

This is a bugfix and performance enhancement release, all users are encouraged to upgrade, but it is not required to do so if you are not seeing any of the issues addressed below.

  • Implement sha256 optimisations for various instructions sets from DASH 0.18 upstream
  • Show initial blockheader sync progress in debug.log for IBD so it is more obvious something is happening
  • Introduce a checkpoint at blockheight 1920000
  • Code cleanups around xelisv2 and crypto in general
  • Restore the DASH copyright
  • Move mainnet seed definitions to DNS

Note - no feedback of blockheader sync is fed from the backend to the QT GUI. So if you think your QT gui has stalled, and is not updated, check debug.log as it is probably synching headers.

SHA256SUMS
2f98ae718b28d5b1d6f37cf9de253747028496786e8635ebbf434f5c001042cf PEPEPOW-v2.6.2.12-b837f88-release-aarch64-linux-gnu.tgz
19d294fb8a8b8ed45d313a7e41da352e38479668332eb0045ca941c47ece048f PEPEPOW-v2.6.2.12-b837f88-release-x86_64-linux-gnu.tgz
5d9a9585671f9f2f06c8ccd8453032d4a609985e0e6f2a4a71e2c55107db727d PEPEPOW-v2.6.2.12-b837f88-release-x86_64-w64-mingw32.zip

v2.6.2.11 [OPTIONAL]

30 Aug 11:56
Compare
Choose a tag to compare

v2.6.2.11 [ OPTIONAL ]

  1. Masternode operators MUST upgrade to this version in order to be able to raise new masternodes.
  2. This release will purge aged masternodes
  3. Build environment upgraded to gcc-7
  4. Openssl and zmq updated to more recent versions to remove build errors, and security fixes.
  5. Restore proper version releasing
  6. Non masternodes - this release is optional.

SHA256SUMS
f8b1a690ea71e1a1d5d1af4935178116fe1df4648550168ae1819f97508921b4 PEPEPOW-v2.6.2.11-06ed3bb-release-aarch64-linux-gnu.tgz
79b236aa0902001907a2936b7aef4616b511b731bee1e03d1a21c8fea82db42b PEPEPOW-v2.6.2.11-06ed3bb-release-x86_64-linux-gnu.tgz
dc1c124497c11f257c76acec907bcc491f7b27845cae6add0ad3676d995daea8 PEPEPOW-v2.6.2.11-06ed3bb-release-x86_64-w64-mingw32.zip

v2.6.2.9

29 Aug 11:01
Compare
Choose a tag to compare

Version 2.6.2.9
MANDATORY UPDATE

This version fixes the chain stall at our hardfork block height of 1929999 and allows it to roll onto XelisV2-PEPEW with immediate effect.
In enforces protocol version 70502

All uses should upgrade immediately... including 2.6.2.8 ...

If you build from source, please use the master branch.

NB _ you will get a lot of warning messages about the founders fee in block 1390000 - these can be ignored, I will fix in a later release.

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

./PEPEPOW-cli stop && sleep 15
rm PEPEPOW*
wget https://github.com/MattF42/PePe-core/releases/download/v2.6.2.9/PEPEPOW-v2.6.2.9--release-$ARCH.tgz && tar -xvzpf PEPEPOW-v2.6.2.9—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

SHASUMS
d16336ad4fdf9357ea6db27c4dcbbb6e43922a6305878a1dc7bdc6e75a0b6a64 PEPEPOW-v2.6.2.9--release-aarch64-linux-gnu.tgz
6ef55693e52dd393eb820c335c6b5a7e91ea3e1af1a60457aee69d955a2598f0 PEPEPOW-v2.6.2.9--release-x86_64-linux-gnu.tgz
ba722fe63c84dbe5b7c1c2a16a2705874a457dfb05449705280adae990aec575 PEPEPOW-v2.6.2.9--release-x86_64-w64-mingw32.zip

v2.6.2.10

29 Aug 19:55
Compare
Choose a tag to compare

Version 2.6.2.10

Fixes an off by one error which sometimes made it hard to get past block 130000

Truly optional update, but if you are having problems syncing, use this version :)

If you see this in your debug.log you probably need to upgrade:

ERROR: BlockValidationResult::BLOCK_INVALID_HEADER invalid-version at height 1929999 version 536870912

SHASUMS
718fb177460148bc6f541b2e7eaac832f2f5772510320c4a82c33b1f6c0c8d03 PEPEPOW-v2.6.2.10--release-aarch64-linux-gnu.tgz
991ed5d64e8336b7326914d5a85dfa14ff69a998ac07315ec1cbf74b40183a7d PEPEPOW-v2.6.2.10--release-x86_64-linux-gnu.tgz
5d92cb887de3d3a416412d989881ec5d918d5dba54211a8f64b25032848218ae PEPEPOW-v2.6.2.10--release-x86_64-w64-mingw32.zip

v2.6.2.8

29 Aug 10:11
Compare
Choose a tag to compare

Version 2.6.2.8

MANDATORY UPDATE

This version fixes the chain stall at our hardfork block height of 1929999 and allows it to roll onto XelisV2-PEPEW with immediate effect.
In enforces protocol version 70502

All uses should upgrade immediately...

If you build from source, please use the master branch.

NB _ you will get a lot of warning messages about the founders fee in block 1390000 - these can be ignored, I will fix in a later release.

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


./PEPEPOW-cli stop && sleep 15
rm PEPEPOW*
wget https://github.com/MattF42/PePe-core/releases/download/v2.6.2.8/PEPEPOW-v2.6.2.8--release-$ARCH.tgz && tar -xvzpf PEPEPOW-v2.6.2.8—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

SHASUMS

8d43c6e11b651ab761d3853b5051c54dee669cc21649e349edbbb0304bd5b5e1 PEPEPOW-v2.6.2.8--release-aarch64-linux-gnu.tgz
593b669781d0b5b8e28372db63c7d1e6c7c21587a092d0c989a04c2206dc0264 PEPEPOW-v2.6.2.8--release-x86_64-linux-gnu.tgz
fbe1f08799314de2c66356fc8a282b42064963f990cd1fbdf93595897ae6179b PEPEPOW-v2.6.2.8--release-x86_64-w64-mingw32.zip

v2.6.1.1

14 Aug 20:07
Compare
Choose a tag to compare

v2.6.1.1

THIS IS A MANDATORY UPDATE FOR ALL USERS

You MUST upgrade before 10:00 UTC 29th August 2024 when SPORK 16 will activate - which introduces introduces Protocol Version 70501 - you must be upgraded to version 2.6.1.X by then (2.6.6.1 minimum).

At block height 1930001 our hash algorithm will change to XelisV2. Block rewards will also be subject to a bonus 24 months to celebrate our adoption of XelishashV2. The block reward will increase to 17000 from the current 5000
This will reduce every 129600 blocks (or roughly 30 days) by 500 until the reward has reduced back to 5000 per block.

Superblocks remain, and the split between miners, masternodes and the devfee is unchanged.

Support is (currently) dropped for 32 bit ARM/Linux due to our newly adopted hashing algorithm.
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 70501, whilst continuing to process blocks as normal.

The reference CPU miner for PepePOW/XelisV2 is available at https://github.com/MattF42/pepew-cpu-miner
Other miners (including GPU support) are expected to become available prior to our hardfork.
Existing XEL / XelisV2 miners will NOT work until their dev has explicitly stated it is supported.

You may mine against testnet at stratum+tcp://stratum-eu.pepepow.foztor.net:3095 with a username of yY3zVU5LcEuFskVoxhtmbXyoWEQmjUbW1j. (or any other valid testnet address)

PEPEPOW XelisV2 Stratum has chosen to implement a multipler of 65536, please respect this in your stratum/miner implementations

Testnet

Testnet is now live, and available to join by starting PEPEPOWd / PEPEPOW_qt with the -testnet flag. Duffs on testnet have zero value.

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


./PEPEPOW-cli stop && sleep 15
rm PEPEPOW*
wget https://github.com/MattF42/PePe-core/releases/download/v2.6.1.1/PEPEPOW-v2.6.1.1--release-$ARCH.tgz && tar -xvzpf PEPEPOW-v2.6.1.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

SHA256SUMS:

fc97e2f5f472cdd6da5928c213cea9740e5c48e650d45a67f2b8d35d573e24d7 PEPEPOW-v2.6.1.1--release-aarch64-linux-gnu.tgz
c1585da804b38a8187cf106340a17bf55c6bf7932f887cbae0848fea8abbe91f PEPEPOW-v2.6.1.1--release-x86_64-linux-gnu.tgz
de3eabbf50fc0e1260180885dbf57d865b5ca049b3efd4632805b622a8706da9 PEPEPOW-v2.6.1.1--release-x86_64-w64-mingw32.zip

NB - this code is currently built from the newhash branch, which will be merged shortly.

v2.4.7.1

28 Feb 18:46
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
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
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