Skip to content

rhernaus/mmx-node

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3,189 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 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 of full access to your wallet.

Login password is auto-generated at first launch, located in $MMX_HOME/PASSWD file.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C++ 97.8%
  • JavaScript 1.8%
  • CMake 0.2%
  • EJS 0.1%
  • Shell 0.1%
  • C 0.0%