Skip to content

Commit c155855

Browse files
committed
update with comments
1 parent 0f72b65 commit c155855

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# mantis - Scala client for Ethereum Classic
22

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/).
44

55
### Status - Beta 1
66

@@ -15,7 +15,7 @@ This version of the code supports
1515
- bootstrap sync (download a database for *mantis* preloaded with a recent version of the block chain, recommended for testing)
1616
- JSON RPC API (useful for console and Mist integration)
1717
- 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))
1919

2020
This version has been tested on Windows 10, Linux and MacOS
2121

@@ -24,6 +24,8 @@ For more details on configuration and functionality check out our [wiki](https:/
2424
### Download the client and bootstrap files
2525

2626
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)
2729

2830
### Building the client
2931

src/universal/RELEASE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ EC-269 JSON RPC network_version returns a value of 1 for morden network, correct
1212

1313
EC-270 personal_importRawKey allows the same key to be imported several times
1414

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
1616

1717
Workaround - restart the client to allow another peer to be chosen
1818

0 commit comments

Comments
 (0)