Skip to content

Mantis Command Line Beta 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@mcsherrylabs mcsherrylabs released this 08 Aug 13:33
· 2012 commits to master since this release
3777925

Mantis is the name given to the new Ethereum Classic client produced by the Grothendieck Team.

Beta 1

This version of the code supports

  • fast sync (download a recent state trie snapshot and all blocks, this is the default behaviour)
  • bootstrap sync (download a database for mantis preloaded with a recent version of the block chain, highly recommended for testing)
  • regular sync (download and execute every transaction in every block in the chain, this can be very slow and error prone - not recommended)
  • JSON RPC API (useful for console and Mist integration)
  • Morden testnet and private network
  • ethminer miner integration (allows mantis to mine blocks with ethminer)
  • This version has been tested on Windows 10, Linux and MacOS
  • For more details on configuration and functionality check out our wiki (also at wiki)
  • A short blog introducing the beta release.
  • Project home page including README
  • Md5 checksum 81700a50e1387e5e231e45c9d5c9ef88
  • See RELEASE file in root of install for known issues
  • Feedback gratefully received on the Ethereum Classic Slack (#mantis_client_bug)