File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
# mantis - Scala client for Ethereum Classic
2
2
3
- * Mantis* is the name given to the new Ethereum Classic client produced by the Grothendieck Team.
3
+ * Mantis* is the name given to the new Ethereum Classic client produced by the [ Grothendieck Team] ( https://iohk.io/projects/ethereum-classic/ ) .
4
4
5
5
### Status - Beta 1
6
6
@@ -15,7 +15,7 @@ This version of the code supports
15
15
- bootstrap sync (download a database for * mantis* preloaded with a recent version of the block chain, recommended for testing)
16
16
- JSON RPC API (useful for console and Mist integration)
17
17
- Morden testnet and private network
18
- - ` ethminer ` miner integration (allows * mantis* to mine blocks with ` ethminer ` )
18
+ - ` ethminer ` miner integration (allows * mantis* to mine blocks with [ ethminer] ( https://github.com/Genoil/cpp-ethereum ) )
19
19
20
20
This version has been tested on Windows 10, Linux and MacOS
21
21
@@ -24,6 +24,8 @@ For more details on configuration and functionality check out our [wiki](https:/
24
24
### Download the client and bootstrap files
25
25
26
26
The latest release can be downloaded from [ here] ( https://github.com/input-output-hk/etc-client/releases )
27
+
28
+ The bootstrap database files can be downloaded from [ here] ( https://github.com/input-output-hk/etc-client/wiki/Bootstrap-Database-Download-Links )
27
29
28
30
### Building the client
29
31
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ EC-269 JSON RPC network_version returns a value of 1 for morden network, correct
12
12
13
13
EC-270 personal_importRawKey allows the same key to be imported several times
14
14
15
- EC-282 download gets stuck in a loop when downloading block headers from a single peer whichdoen 't have those block headers
15
+ EC-282 download gets stuck in a loop when downloading block headers from a single peer which doesn 't have those block headers
16
16
17
17
Workaround - restart the client to allow another peer to be chosen
18
18
You can’t perform that action at this time.
0 commit comments