MMX is a blockchain written from scratch, using proven logic from Chia's Proof of Space and improved SHA256 VDF similar to Solana.
Design
- High transaction capacity, with low and consistent block times
- Energy efficient Proof of Space, future transition to virtual storage
- Rich compatible feature set, built into base blockchain
- Balanced hardware requirements, with nodes in home networks
- Native MMX is designed with the properties and usage of an actual currency
- Variable supply stabilizes the price, a key property of any currency
- Efficient implementation provides low transaction fees, at high throughput
Features
- 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, governed by VDF)
- Native token and NFT support (atomic swaps with standard transactions)
- Smart contract offers for on-chain trading (bids locked into contract)
- Energy efficient Proof of Space (same as Chia)
- Standard ECDSA signatures for seamless integration (same as Bitcoin)
Roadmap
Release | Planned | Description |
---|---|---|
testnet7 | Sep 2022 | Finished. [1] |
testnet8 | Oct 2022 | Finished. Incentivized testnet, until height 425k. [2] |
testnet9 | Dec 2022 | Active. Incentivized testnet. [2] |
testnetX | tbd | As needed. [2] |
mainnet | tbd | Expected Q1 2023. |
[1] Coins farmed on testnet7 and earlier are not worth anything, now or later.
[2] A fixed reward of 0.25 MMX per block win (starting at height 25k) will be given on mainnet genesis.
See #mmx-news
and #mmx-general
on Discord: https://discord.gg/BswFhNkMzY
Please take a look at the Wiki:
To access WebGUI, go to: http://localhost:11380/gui/
Only available on localhost, because it has full access to your wallet.
Login password is auto-generated at first launch, located in $MMX_HOME/PASSWD
file.
- New
Swap
contract, to trade via liquidity pools (similar to UniSwap, anyone can provide liquidity and earn fees) - Improved
Offer
contract: partial trades and extending offers are now possible - Re-designed
Virtual Plots
: withdrawal is now possible with a 10% fee (no lock duration, fee is burned), also there is no more expiration - Network traffic is now compressed via
deflate
level 1 - Second best farmer will now create an empty block (just to get the reward), in case the first farmer fails or is too slow