Skip to content
Max edited this page Sep 29, 2022 · 15 revisions

MMX is a blockchain written from scratch using proven logic from Chia's Proof of Space and SHA256 VDF similar to Solana.

Main features are:

  • High performance code (1000 transactions per second or more)
  • Custom high-level VM for smart contracts (similar to JavaScript)
  • Variable supply (block reward scales with netspace, but also capped by TX fees)
  • Consistent block times (created every 10 seconds)
  • Native token and NFT support (atomic swaps with standard transactions)
  • Smart contract offers for on-chain trading
  • Energy efficient Proof of Space (same as Chia)
  • Standard ECDSA signatures for seamless integration (same as Bitcoin)

MMX is designed to be a blockchain that can be used as an actual currency.

Variable supply will stabilize the price, one of the key properties of any currency.

Thanks to an efficient implementation, it will provide low transaction fees, even at high throughput.

Launch of mainnet is planned for end of Q4 2022. Currently testnet7 is running. Coins farmed on testnet are not worth anything, now or in the future.

See #mmx-news and #mmx-general on discord: https://discord.gg/BswFhNkMzY

Access WebGUI

To access WebGUI, go to: http://localhost:11380/gui/

Check $MMX_HOME/PASSWD for the login password, it's automatically generated at first launch.

Only available on localhost, because of full access to your wallet.

Clone this wiki locally