Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
leoaion committed Mar 12, 2020
1 parent 945cdc7 commit d91b2cc
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion aion_pool/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ For details, please refer to Java and Rust kernel guides.

## [Pool Configuration](./docs/Configuration.md)

## Miner
## Start Pool
#### Start miner
```
$ ./miner --algo aion --server <stratum_server> --port <stratum_port> --user <miner_address>.<worker_name> --pass mp=<minimum_payment>;d=<static_diff>
```
Expand All @@ -129,3 +130,11 @@ Example:
```
$ ./miner --algo aion --server localhost --port 3333 --user 0xa0f499fe8fc35c31b0c8a802d947744d765f7c555d01b2b69ef7a9d894bbbfd4.w1 --pass mp=15
```

#### Start kernel

#### Start pool
```shell
$ cd ../../build
$ dotnet Miningcore.dll -c aion_pool.json
```

0 comments on commit d91b2cc

Please sign in to comment.