A private, ASIC-friendly cryptocurrency with a fair emission curve and a hard supply cap.
Memero is a private cryptocurrency forked from Lolnero (itself a fork of Wownero and Monero). It keeps SHA-3-256 mining and anonymous transactions, but replaces the original flat reward with a Monero-style exponential decay toward a fixed 18.4 million MEM hard cap.
no premine no dev tax no tail emission
| Parameter | Value |
|---|---|
| Proof of Work | SHA-3-256 (ASIC-friendly) |
| Max supply | 18,400,000 MEM |
| Block reward | (18.4M − emitted) >> 19 |
| Block time | 5 minutes |
| Difficulty algorithm | LWMA-1 |
| Range proof | Bulletproofs |
| Ring signature | CLSAG, ring size 32 |
| Coinbase unlock | 60 blocks |
| Premine / dev tax | None |
// Build from source
$ mkdir build && cd build
$ CC=gcc-13 CXX=g++-13 cmake ..
$ make -j$(nproc)
// Run a node
$ ./build/bin/memerod-rpc --data-dir ~/.memero
// Connect to the seed node
$ ./build/bin/memerod-rpc --add-peer 107.172.243.15:50708
| mainnet | testnet | |
|---|---|---|
| P2P | 50708 | 51708 |
| RPC | 50709 | 51709 |
| Address prefix | 0x5d4a | 0x5d4c |
explorer.memero.lol — live block explorer
github.com/memerocoin/memero — source code
Memero is an independent, experimental revival of Lolnero (authored by fuwa) and is not affiliated with the original project. The code retains upstream Monero / Wownero / Lolnero attribution.