Download PCoin

One command per platform. Every installer checks the download against a published SHA-256 before it runs, and refuses rather than half-installing. PCoin mines on ordinary CPUs — there is no GPU or ASIC to buy.

Network mainnet P2P 9444 RPC 9443 Addresses pc1… Disk under 1 GB
Needs Windows 10 or 11, 64-bitRAM 4 GB+ (works with less in light mode)Download ~10 MB
1

Paste one line into PowerShell

Press Win, type PowerShell, press Enter to open it, then paste this line and press Enter again:

irm https://pc.am/dl/install.ps1 | iex

That single line does everything — it downloads the miner, checks the file is genuine, installs the node and miner, and starts mining. When a blue User Account Control box appears, click Yes so it can finish setting up. (Click No if you prefer — it still installs and mines, just without a couple of extras.)

You don’t have to pick how many cores to use. The miner benchmarks your CPU the first time and settles on the fastest core count by itself. With this algorithm more cores is not always faster, so it measures instead of guessing. You can still override it later from the tray window.
2

If Windows shows a blue “protected your PC” box

Click More info, then Run anyway.

That is SmartScreen, not a virus warning. It appears because the app is not signed with a paid certificate yet, and SmartScreen warns about anything it has not seen downloaded widely — it says nothing about the contents. Windows Defender, the actual antivirus, does not flag PCoin: every release is scanned on a real machine, real-time protection on, before it ships. A signing certificate is on the roadmap.
3

It is mining — open the tray to see it

A small PCoin icon appears down by the clock (click the arrow if you don’t see it). Click it and choose Open for your live hash rate, the block height, and the address your rewards are paid to. Three things worth doing:

  • Solo or pool? The window has a Mining mode panel that tells you which fits your machine: Pool pays a small, steady amount; Solo pays a whole block when your PC finds one. Smaller miners usually want pool. Pick one and click Apply — the app only suggests, it never switches on its own. Once you choose Pool, the window shows a live count of the shares the pool has accepted — that climbing number is your proof it’s working, even while your balance here stays at zero.
  • Back up your recovery phrase. Click Recovery phrase and write the twelve words on paper. If Windows is ever reinstalled, those words are the only way to recover your coins.
  • Let it sync first. Mining before the chain has finished downloading is wasted work, so the miner waits. The chain is small — it takes only a few minutes; watch your height reach the explorer’s.

Prefer to do it by hand?

The archive is a plain zip — no installer, nothing written to the registry. Unzip it anywhere and run PCoinTray.exe.

FileWhat it contains
pcoin-win64-miner.zipNode, CLI and the tray miner
pcoin-win64-wallet.zipThe wallet: node, CLI and PCoinWallet.exe — no mining
# check it before you run it
Get-FileHash .\pcoin-win64-miner.zip -Algorithm SHA256

Compare that against pc.am/dl/SHA256SUMS.txt. Inside are bitcoind.exe, bitcoin-cli.exe and PCoinTray.exe. The tray app is the only one you need to launch.

Just a wallet, no mining

PCoin Wallet is a separate program: create or restore your twelve words, receive to a QR code, send with the real fee shown before anything goes out, scroll your history, keep an address book. It runs its own node in its own folder (C:\PCoinWallet) and never mines, so it can live on a PC that also runs the miner. The same twelve words open the wallet in the Android app.

irm https://pc.am/dl/install-wallet.ps1 | iex

That downloads pcoin-win64-wallet.zip, checks its SHA-256, installs it, puts PCoin Wallet on the desktop and in Settings → Apps, and opens it. Removing it later is the ordinary Settings → Apps → Uninstall; the uninstaller copies your wallet files to your user folder before it deletes anything. Prefer to unzip by hand? Run PCoinWallet.exe from the archive above — it needs nothing else.

Removing PCoin

If you installed the Windows miner on 3 September 2026, upgrade before you uninstall.
Versions 1.3.16 to 1.4.1 — the pinned download between 03:33 and 08:49 UTC that day — shipped an uninstaller that looked for the node wallet in two places it is not on a fresh install. It rescued only the settings file, printed WALLET SAVED TO … and then removed the wallet anyway. If you never wrote your twelve-word recovery phrase down, that file was the only copy of your coins. 1.4.2 fixes it.

Settings > Apps runs the copy on your own machine, not this site’s, so the fix does not reach you by itself. Run either of these first:

irm https://pc.am/dl/install.ps1 | iex — upgrades you to 1.4.2, or
irm https://pc.am/dl/uninstall.ps1 | iex — removes PCoin with the fixed uninstaller.

Any of these three — they all run the same uninstaller:

It does not delete your wallet — true of 1.4.2 and later, and of everything before 1.3.16 (see the warning above). Your recovery phrase and wallet file are copied into a dated folder in your user profile before anything is removed, and the uninstaller prints the path. If that copy fails it stops and changes nothing, because an uninstall you can retry is better than coins nobody can reach. The chain data goes (it re-downloads in minutes); -KeepData keeps it.

If the install folder is already damaged, the uninstaller is also served on its own:

irm https://pc.am/dl/uninstall.ps1 | iex
Already running Bitcoin Core on this machine? PCoin keeps the upstream binary names, so always pass an explicit datadir (-datadir=C:\PCoin\data) to keep the two apart. The installer does this for you.

Verifying what you downloaded

Checksums are published in two places that would have to be compromised together to fool you: pc.am/dl/SHA256SUMS.txt and the GitHub release each file came from — the list names the release beside every entry, because the wallet and the miner ship separately and no longer come from one release. The two must agree.

What a checksum proves, and what it does not. It proves your copy is the file that was published — it catches a corrupted download, a truncated transfer, or a proxy that altered the bytes. It is not a signature: anyone able to replace an archive could in principle replace the list too. That is why comparing the two sources is worth the extra minute, and why building from source is the stronger answer.

Common questions

Windows says the file is dangerous. Is it a virus?

No, and two different Windows features get confused here. SmartScreen warns about any executable it has not seen widely downloaded, regardless of what is inside it — that is the blue “Windows protected your PC” box, and a paid code-signing certificate is what removes it. Defender is the antivirus, and it does not flag PCoin: every release is checked on a real machine with real-time protection on, current signatures, and a forced scan of the extracted binaries. If your antivirus does quarantine something, please tell us — a mining program is a common false-positive shape and we would rather chase it down than have you guess.

How much can I earn?

Each block pays 50 PCN and arrives roughly every ten minutes, shared among everyone mining. Your share is your hashrate over the network’s. The calculator on the front page does the arithmetic with live numbers. PCN itself is on no exchange. Its wrapped form, wPCN, trades in a small PancakeSwap pool that is steered to the rate posted at price.pc.am — the same rate the services that accept PCN use — so read that page, not the pool, for a price. Either way, treat this as a young project, not an income.

Do I need to forward a port?

No. The node makes outbound connections and finds peers by itself. Forwarding port 9444 lets others connect to you and helps the network, but nothing about mining requires it.

Can I mine with a GPU or an ASIC?

No, and that is the point. PCoin uses RandomX, which runs well on ordinary CPUs and badly on specialised hardware, so a laptop is a legitimate participant. Every SHA-256 miner is useless against this chain, and so is stock xmrig. If you already run a rig, SRBMiner-Multi 3.5.6 or newer mines PCN natively (algorithm randompcn) against the pool — CPU only, and with its own 0.85% developer fee.

Where do my coins actually go?

To an address you control. On Windows and Android the app holds a wallet and can forward to any address you set. On Linux the miner pays a bare address you supply, so the machine holds no key at all — which is what you want on a rented server.

I run a shop or a service. Can I accept PCN?

Yes — the integration guide is at docs.pc.am. It covers deposit addresses, confirmations, reorg handling and custody, with the mistakes that have already cost this project money written down so nobody repeats them.