The Stone of
Digital Currency

Lapis Monetae (LMT) — a fast, fair, and community-driven cryptocurrency powered by RandomX Proof-of-Work. Mine with your CPU, run a node, join the network.

Why Lapis Monetae?

CPU-Mineable

RandomX PoW ensures fair mining with any modern CPU. No ASICs, no GPU farms — just your hardware.

Fast BlockDAG

Built on a DAG-based consensus for high throughput and rapid confirmation times.

🔒

Fair Launch

No premine, no ICO. 100M LMT distributed purely through mining over ~8 years.

🛠

Full Tooling

Desktop wallet GUI, CLI wallet, Stratum bridge, XMRig miner — everything you need in one place.

🌐

Open Source

100% open source under the ISC license. Audit, contribute, and build on top of the LMT network.

🤝

Community Driven

Built by the community, for the community. No corporate backing — just passionate developers and miners.

100M
Max Supply
~8 yr
Emission Period
RandomX
PoW Algorithm
CPU
Mining Friendly

Quick Start

# Clone the repository
$ git clone https://github.com/cadaritre/Lapis-monetae.git
$ cd lapis-monetae

# Run a mainnet node
$ cargo run --release --bin lmtd -- --utxoindex

# Start mining (in another terminal)
$ cd tools/xmrig-lmt/gui
$ python app.py

Downloads

Everything you need in a single release — Windows x64.

📦

Lapis Monetae v1.0 — Windows x64

Node, wallet, miner — all 8 files in one release. Download, extract to a folder, and you're ready.

Download from GitHub Releases Setup Guide
🖥

Node Run the LMT network infrastructure

Required LMT Daemon

lmtd.exe

The full node. Connects to the LMT P2P network, validates blocks and transactions. Required for everything else to work.

💰

Wallet Manage your LMT funds

GUI Wallet GUI

lmt-wallet-gui.exe

Desktop wallet with a dark-themed interface. Create wallets, manage addresses, send transactions. Requires CLI Wallet to function.

Required CLI Wallet

lmt-cli-wallet.exe

Terminal wallet and RPC interface. Also serves as the backend engine for the Wallet GUI. Must be in the same folder as the GUI.

Mining Mine LMT with your CPU

GUI Miner GUI

lmt-miner-gui.exe

Graphical launcher that manages the Stratum Bridge and XMRig miner. The easiest way to start mining.

Required Stratum Bridge

lmt-stratum-bridge.exe

Connects the node's RPC to XMRig via the LMT-native Stratum protocol. Required for mining.

Required XMRig Miner

xmrig.exe

XMRig fork adapted for LMT RandomX mining. Connects to the Stratum Bridge to receive jobs and submit shares.

Config Miner Config

config.json

Default XMRig configuration. Adjust threads, CPU priority, and pool settings to optimize your mining performance.