Participation

Use the machine
you already own.

Any Intel or AMD desktop with 16 GB of RAM or more. Mining runs quietly in the background alongside normal use โ€” no interference, no dedicated hardware, no special setup.

Download

memcoin v1.0.0 ยท Latest

Binaries built from a pre-release version of the source. Linux binaries require glibc 2.38+ (Debian 13+, Ubuntu 23.10+).

memcoin-v1.0.0-aarch64-linux-gnu.tar.gz
sha256:2c27236ac8aec46c0e88759caedea1dc63b4b8a980c77d262d3ed79e57412198 ยท 5.49 MB
Download โ†“
memcoin-v1.0.0-win64.zip
sha256:759774bd461e03b894dd42c791199b1f648af2394de043397004690e814cd40c ยท 13.2 MB
Download โ†“
memcoin-v1.0.0-x86_64-linux-gnu.tar.gz
sha256:d75cf4bd89789375612fe8c5a7c405a0145268d9b43bed2746548e5d031f0b2a ยท 5.96 MB
Download โ†“
Quick start

Windows, start to mining.

01

Create the config file โ€” before starting the node.

Right-click inside the folder where you extracted memcoind.exe โ†’ Open in Terminal (or PowerShell). Copy the block below as one piece, paste it in, and press Enter:

mkdir $env:APPDATA\Memcoin -Force @" rpcuser=memcoin rpcpassword=memcoinrpc listen=1 mempoolminvalue=100000 addnode=8.229.76.9:9333 addnode=34.133.1.193:9333 "@ | Out-File -Encoding ascii $env:APPDATA\Memcoin\memcoin.conf
02

Start the node.

Only after the config file above exists, run:

$ .\memcoind

This runs in the foreground and fills the window with logs โ€” leave it running, open a new terminal window for every step after this, and let initial sync finish (usually within 10 minutes) before continuing.

03

Wallet.

Open memcoin_interface.html in your browser, then save the page (Ctrl+S, keep the .html extension) and open the saved file โ€” it's a local wallet interface where you create or open a wallet and get an address.

If you changed rpcuser/rpcpassword in memcoin.conf from the defaults above, edit those same two values inside memcoin_interface.html to match โ€” otherwise the wallet page can't talk to your node. Copy your wallet address (starts with M).

04

Mine.

Download and extract memcoin-miner-v1.0.0-win64.zip. Right-click inside the extracted miner folder โ†’ Open in Terminal, then run:

$ .\memcoin_miner_solo.exe -a <your_address> -t 1

Paste your wallet address in place of <your_address>. Each thread needs 8 GiB free RAM.

Miner

memcoin-miner v1.0.0 ยท Latest

memcoin-miner-v1.0.0-aarch64-linux-gnu.tar.gz
Download โ†“
memcoin-miner-v1.0.0-win64.zip
Download โ†“
memcoin-miner-v1.0.0-x86_64-linux-gnu.tar.gz
Download โ†“

Linux binaries require glibc 2.38+ (Debian 13+, Ubuntu 23.10+) ยท other distributions: download source and compile.

Each mining thread needs its own dedicated 8 GiB of RAM. On a machine also running the node, budget RAM for both โ€” the node and the miner do not share their working sets.

Going further

Solo, or small pool.

Scale economics

Large pools gain nothing.

Each mining thread needs its own 8 GiB โ€” aggregation provides no per-unit reduction. Small pools and solo miners have identical per-thread economics. Run alone, or join any small pool you trust.

Governance

Your config is your vote.

The mempoolminvalue setting is both your spam defence and your expression of policy. When a community question is raised, changing this value is how you answer it.