File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ Unit Test Code Coverage Status [
14
- - regular sync (download and execute every transaction in every block in the chain, this can be very slow )
15
- - bootstrap sync (download a database for * mantis * preloaded with a recent version of the block chain, ** highly recommended ** for testing )
13
+ - fast sync (download a recent state trie snapshot and all blocks, this is the default behaviour)
14
+ - bootstrap sync (download a database for * mantis * preloaded with a recent version of the block chain, ** highly recommended ** for testing )
15
+ - regular sync (download and execute every transaction in every block in the chain, this can be very slow and error prone - not recommended )
16
16
- JSON RPC API (useful for console and Mist integration)
17
17
- Morden testnet and private network
18
18
- ` ethminer ` miner integration (allows * mantis* to mine blocks with [ ethminer] ( https://github.com/Genoil/cpp-ethereum ) )
You can’t perform that action at this time.
0 commit comments