Bitcoin Forum
May 16, 2026, 11:51:10 PM *
News: Latest Bitcoin Core release: 31.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [ANN] (LMT) LMonetae - based on Kaspa, enhanced with RandomX (RandomX)  (Read 229 times)
MonetaeSP (OP)
Newbie
*
Offline

Activity: 6
Merit: 0


View Profile
May 06, 2026, 05:37:37 PM
Last edit: May 13, 2026, 01:49:30 PM by MonetaeSP
 #1

Introduce

LMonetae (LMT) is an independent cryptocurrency built on a high-performance BlockDAG consensus engine. Derived from the Kaspa Rust codebase, LMT replaces the original kHeavyHash Proof-of-Work algorithm with RandomX, enabling fair CPU-based mining accessible to anyone with a standard computer. The network starts from its own genesis block with no connection to any prior blockchain.

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 LMonetae?

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.

Honest mining
LMT is a fair launch project with no premine, no ICO, no developer tax, and no venture capital backing. Every coin is earned through mining.

Specification
Coin name: LMonetae
Coin ticker: LMT
Max supply: 100M LMT
Block reward: 500 LMT
Block time: 60 sec
Emission period: 8 years
Algo: RandomX with Kaspa codebase

Wallets and source
Source: https://github.com/monetae-chain/monetae-core
Wallet: https://github.com/monetae-chain/monetae-core/releases/tag/v1.0.1

Before download read guide "How to setup wallet and miner" - https://github.com/monetae-chain/monetae-core/blob/main/setup-guide.md
And read our whitepaper: https://github.com/monetae-chain/monetae-core/blob/main/whitepaper.md

Mining Infrastructure
LMT includes a complete mining stack out of the box:
lmtd — Full node with get_block_template and submit_block RPC methods
lmt-stratum-bridge — TCP Stratum proxy that translates between XMRig and the node's gRPC interface
XMRig fork — Modified XMRig that understands LMT-native job format (48-byte RandomX input)
Miner GUI — Desktop application for managing bridge and miner processes with real-time metrics
Wallet-GUI - Desktop wallet for manage your coins

The LMT Stratum protocol uses standard JSON-RPC framing with mining.subscribe, mining.authorize, mining.notify, and mining.submit methods. The bridge includes rate limiting, stale job detection, automatic retry with exponential backoff, and structured logging.

Roadmap
Q2 2026   Network launch, initial mining, community building
Q3 2026   Exchange listings, mining pools, third-party wallets
Q4 2026   Automatic upgrade from 1 BPS to 10 BPS at DAA 15,000,000
2027+   Smart contracts research, mobile wallet, DEX integration

Community
Discord: https://discord.gg/hyGbymgQ
MonetaeSP (OP)
Newbie
*
Offline

Activity: 6
Merit: 0


View Profile
May 06, 2026, 10:49:46 PM
 #2

How to start mining

1. Running node

  The node (lmtd.exe) must be running before you can use wallets or mine.

  STEP 1 — Open PowerShell or CMD in your LMT folder.

  STEP 2 — Start the node:

   
Code:
.\lmtd.exe --utxoindex

    Flags:
      --utxoindex          Required for wallet operations
      --rpclisten-json=default   Enable JSON wRPC (optional)
      --rpclisten-borsh=default  Enable Borsh wRPC (optional)

  STEP 3 — Wait for the node to sync with the network.
    The first sync may take a while. You will see log output showing
    block progress. The node is ready when it says "Node is synced"

  To enable mining on a fresh/local node (before it syncs):

   
Code:
.\lmtd.exe --utxoindex --enable-unsynced-mining

2. Wallet setup

  ──Wallet GUI (recommended) ──

  1. Make sure lmtd.exe is running with --utxoindex.
  2. Make sure lmt-cli-wallet.exe is in the same folder.
  3. Double-click lmt-wallet-gui.exe.
  4. The GUI will auto-detect the CLI wallet binary.
  5. Create a new wallet or import an existing one.

3. Mining setup

  Mining requires 3 components running simultaneously:
    1. The node (lmtd.exe)
    2. The Stratum Bridge (lmt-stratum-bridge.exe)
    3. The XMRig miner (xmrig.exe)

  ── Miner GUI ──

  1. Make sure lmtd.exe is running.
  2. Double-click lmt-miner-gui.exe.
  3. In the GUI, configure:
     • Bridge binary path:  (browse to lmt-stratum-bridge.exe)
     • XMRig binary path:   (browse to xmrig.exe)
     • RPC URL:             grpc://127.0.0.1:26110
     • XMRig URL:           stratum+tcp://127.0.0.1:3333
     • Pay address:         your lmt: address
  4. Click Start..
MonetaeSP (OP)
Newbie
*
Offline

Activity: 6
Merit: 0


View Profile
May 09, 2026, 01:57:09 PM
Last edit: May 09, 2026, 02:19:47 PM by Welsh
 #3

LMT inherits the proven security model of the GHOSTDAG consensus protocol and strengthens it with:

    RandomX Proof-of-Work provides ASIC resistance, ensuring no single entity can dominate mining
    The GHOSTDAG ordering protocol is proven secure under the honest-majority assumption
    Pruning proof validation ensures new nodes can securely sync from any state
    Transaction scripts use a stack-based virtual machine with BIP-62 compliant encoding
    Wallet encryption uses XChaCha20-Poly1305 with Argon2id key derivation (memory-hard)


We are currently working on restoring nodes for blockchain synchronization. For faster information, join our community on Discord.

In addition to nodes, it also works on the entire infrastructure. A full launch will be available within 24 hours

The cryptocurrency landscape is dominated by networks that favor specialized hardware (ASICs) or large GPU farms, concentrating mining power in the hands of well-funded operations. This undermines the decentralization that cryptocurrencies were designed to provide.

Lapis Monetae addresses this by using RandomX, a Proof-of-Work algorithm specifically designed to be efficient on general-purpose CPUs and resistant to ASIC and GPU optimization. Combined with the high-throughput BlockDAG consensus from the Kaspa research lineage, LMT offers fast confirmations, high transaction capacity, and genuinely decentralized mining.

LMT is a fair launch project with no premine, no ICO, no developer tax, and no venture capital backing. Every coin is earned through mining.
MonetaeSP (OP)
Newbie
*
Offline

Activity: 6
Merit: 0


View Profile
May 09, 2026, 07:29:56 PM
 #4

We're currently working on the following:
- A fully functional blockchain explorer
- A website
- Setting up a sufficient number of nodes to synchronize with the blockchain.
- An internal DEX

Before mining
As a reminder, before you start mining, you must download ALL files and place them in one folder. Only then launch the LMTD node, and then the wallet and miner.
The updated node will be released tomorrow for a full launch and the start of mining.
Its Mainnet, not testnet

Right now, you can create and save a wallet for future use.

You can also join our community for a faster response.
MonetaeSP (OP)
Newbie
*
Offline

Activity: 6
Merit: 0


View Profile
May 13, 2026, 01:47:29 PM
 #5

LMT full node release with v1.0.1

Source: https://github.com/monetae-chain/monetae-core/releases/tag/v1.0.1

Full node .zip file include next important files:
-lmtd.exe (connections to nodes)
-lmt-cli-wallet.exe (console wallet)
-lmt-gui-wallet.exe (GUI wallet)
-lmt-miner-gui.exe (GUI miner for LMT)
-randomx.dll (dll for xmrig miner)
-xmrig.exe (miner for LMT)
-lmt-stratum-bridge.exe

What new in v1.0.1 for LMonetae:
-Fast nodes for connecting and synchronizing with the blockchain
-A blockchain explorer built into the console wallet (command "lmt-cli-wallet current-block-height")
-The entire blockchain system has been improved, miner efficiency has been increased, and console wallet logic has been improved.

How to start mining
1. Download the full node and make sure all files are in one folder
2. Run the "lmtd.exe" file to connect to the nodes and wait a few minutes
3. Then launch the console wallet, create or corrupt your previously created wallet
4. Make sure the node is connected and start the miner using your wallet address.
MonetaeSP (OP)
Newbie
*
Offline

Activity: 6
Merit: 0


View Profile
May 14, 2026, 12:17:55 PM
 #6

We continue building the foundation for the next stage of the LMonetae ecosystem.

Current roadmap priorities:
• DEX integration to improve decentralized trading access and liquidity
• Listings on centralized exchanges
• Launch of the official website with updated project information
• Release of a blockchain web explorer for transparent network tracking
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!