# PCoin release checksums — https://pc.am/dl/SHA256SUMS.txt # # Verify a download before you run it: # Linux sha256sum -c SHA256SUMS.txt --ignore-missing # Windows (Get-FileHash .\pcoin-win64-miner.zip -Algorithm SHA256).Hash # Android sha256sum pcoin-android-miner.apk # # Assets are pinned per release tag, so a component that has not shipped # recently keeps working rather than 404ing. Each line says which tag. # v1.4.4 — Linux node + miner. The first Linux release since v1.3.2 whose node # binaries are current: the pool miner reconnects when its job has gone stale # (instead of reporting "mining" while every share is rejected), large pages # are available opt-in, "all cores" means the L3/HT peak rather than every # logical core, and the dead fixed seed 35.238.47.14 is gone. Solo stays the # default; an existing install keeps its own POOL_URL. An UPGRADE restarts # pcoind and then the miner. Requires glibc >= 2.38 (Ubuntu 24.04+, Debian 13+), # the same floor as v1.3.2. Install or upgrade with # curl -fsSL https://pc.am/dl/install.sh | sudo sh e42333c6ccd53911da82c1dc60d539e1adf101ac0d66bf7f8e7dcf345b6ce0c1 pcoin-linux-amd64-miner.deb # v1.4.4 78a396365a67faba253dc780c0870f6f08f0eafab065d51f1215494f3e4718c4 pcoin-linux-x86_64-miner.tar.gz # v1.4.4 # v1.4.8 — Windows: PCoin Wallet, a separate app. PCoinWallet.exe with its own # node (C:\PCoinWallet, RPC 9543, no mining): twelve words, receive by QR, # send with the real fee shown first, history with search, who was on the # other side of a transaction, payment links (pcoin:/pcn:/bitcoin:), an # address book and a remembered fee rate. Coexists with the miner. Install # with irm https://pc.am/dl/install-wallet.ps1 | iex ; remove from # Settings > Apps (the uninstaller copies the wallet files out first). # Upgrading keeps your phrase, address book and settings. # Node binaries are the v1.4.6 ones. 31465a0cc80c11fd0b1848cb295d337b8912b20a4cbf74625ac70cfc95c4daf2 pcoin-win64-wallet.zip # v1.4.8 # v1.4.6 — Windows miner. Solo mining now waits for three consecutive checks # that the chain is current before it starts. v1.4.5 could be fooled by the way # a node syncs — headers arrive in batches, so it briefly looks caught up — and # on a real machine it started and stopped four times in ninety seconds, mining # each time on a tip thousands of blocks behind. Pool mining is unaffected. # Carries v1.4.5's solo fixes and v1.4.3's wider gates (7 days, floor 300 H/s). # Install with irm https://pc.am/dl/install.ps1 | iex # Node binaries unchanged from v1.3.8. da99172d2a92fda073251de3a67ff32d7fb1ebc7bb4dd313f8d56f4a3c65acb0 pcoin-win64-miner.zip # v1.4.6 # v1.4.7 — Android miner. Adds a setup path that keeps every key off the phone: # the app mines for a pool, and a pool pays each miner directly in the coinbase, # so the address is an identity at the pool rather than something the phone # spends from. You can now paste an address you already hold instead of being # made to create a wallet here. The node checks the address; a node it cannot # reach is neither a yes nor a no. Same signing certificate, version code 8 -> 9. 15dcd52f970d5a69ff2b451ec386d6d0068edc267635ed88d6625d6aecf3f326 pcoin-android-miner.apk # v1.4.7 # v1.2.8 — Android wallet (am.pc.pcoinwallet): node and wallet, no mining. # Newest release that ships a wallet APK; every later tag is miner-only. 8eb11ea8bcc405d34498f56fd8c181776b51ee6354184923bec9a3d72780d955 pcoin-android-wallet.apk # v1.2.8 # The uninstaller, also served standalone so an install that predates it (or one # whose folder was damaged) can still be removed cleanly: # irm https://pc.am/dl/uninstall.ps1 | iex