You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Smartpool](http://smartpool.io) is [live on Kovan testnet](https://kovan.etherscan.io/address/0x0398ae5a974fe8179b6b0ab9baf4d5f366e932bf).
4
+
## Ropsten testnet
5
+
[Smartpool](http://smartpool.io) is [live on Ropsten testnet](https://ropsten.etherscan.io/address/0xf7d93bcb8e4372f46383ecee82f9adf1aa397ba9).
5
6
This repository consists of the client software.
6
7
The smart contract repository is [here](https://github.com/SmartPool/contracts).
7
8
8
-
## Requirements
9
-
### OS
9
+
###Requirements
10
+
####OS
10
11
The client is currently tested only on Mac OS and Ubuntu.
11
12
12
-
### Golang compiler
13
-
[Golang compiler](https://golang.org/) version 1.6.2 or higher.
13
+
####Golang compiler
14
+
[Golang compiler](https://golang.org/) version 1.7 or higher.
14
15
15
-
### Parity client
16
+
####Parity client
16
17
[Ethereum Parity client](https://github.com/paritytech/parity/releases) version 1.5.9 or higher.
17
18
18
-
### Ethminer
19
+
#### Geth client
20
+
[Ethereum Geth client](https://github.com/ethereum/go-ethereum) needs to be compiled from source.
21
+
22
+
#### Ethminer
19
23
We support CPU and GPU mining with [ethminer](https://github.com/ethereum/cpp-ethereum) version 1.2.9 or higher.
20
24
21
-
### ETH balance
22
-
To run smartpool you must have a testnet Kovan account with least 0.5 Ether. You can get testnet Ethers from [faucets](https://github.com/kovan-testnet/faucet).
25
+
#### ETH balance
26
+
To run smartpool you must have a Ropsten testnet account with least 0.5 Ether. You can get testnet Ethers from [metamask faucets](https://faucet.metamask.io/) or ping us on our [gitter channel](https://gitter.im/SmartPool/Lobby).
27
+
28
+
*Note:* To get Ether from metamask faucet, you need to install metamask browser add-on.
4. Run `ethminer -F localhost:1633` or `ethminer -G -F localhost:1633` if you mine with your GPU.
45
+
46
+
## Kovan testnet
47
+
48
+
[Smartpool](http://smartpool.io) is also [live on Kovan testnet](https://kovan.etherscan.io/address/0x0398ae5a974fe8179b6b0ab9baf4d5f366e932bf).
49
+
50
+
### Parity client
51
+
[Ethereum Parity client](https://github.com/paritytech/parity/releases) version 1.5.9 or higher.
52
+
53
+
### ETH balance
54
+
To run smartpool you must have a testnet Kovan account with least 0.5 Ether. You can get testnet Ethers from [faucets](https://github.com/kovan-testnet/faucet).
0 commit comments