MEM

A private, ASIC-friendly cryptocurrency with a fair emission curve and a hard supply cap.

18.4M
Hard supply cap
5 min
Block time
32
Ring size (CLSAG)
~11.5y
To ~90% emitted

What is Memero?

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

Specifications

ParameterValue
Proof of WorkSHA-3-256 (ASIC-friendly)
Max supply18,400,000 MEM
Block reward(18.4M − emitted) >> 19
Block time5 minutes
Difficulty algorithmLWMA-1
Range proofBulletproofs
Ring signatureCLSAG, ring size 32
Coinbase unlock60 blocks
Premine / dev taxNone

Get started

// 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

Network

mainnettestnet
P2P5070851708
RPC5070951709
Address prefix0x5d4a0x5d4c

Explore & source

explorer.memero.lol — live block explorer

github.com/memerocoin/memero — source code

Disclaimer

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.