Skip to content

Picaresque99/mmx-node

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mmx-node

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

Installation / Setup / Usage

Please take a look at the Wiki:

WebGUI

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.

Release Notes

Testnet9

  • 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.6%
  • JavaScript 2.0%
  • CMake 0.2%
  • EJS 0.1%
  • Shell 0.1%
  • C 0.0%