Skip to content

Commit

Permalink
Minimum 'spectrex>=0.3.17':
Browse files Browse the repository at this point in the history
- Up to 200% better mining performance
- Version bump
  • Loading branch information
0xA001113 committed Jun 13, 2024
1 parent 4de0549 commit 839e874
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spectre-miner"
version = "0.3.14"
version = "0.3.15"
edition = "2021"
license = "MIT/Apache-2.0"
authors = ["Spectre developers"]
Expand Down Expand Up @@ -36,7 +36,7 @@ keccak = { version = "0.1", optional = true }
parking = { package = "parking_lot", version = "0.12", optional = true }
shuttle = { version = "0.6", optional = true }
chrono = "0.4"
spectrex = "0.3.15"
spectrex = ">=0.3.17"

[features]
default = ["keccak?/asm"]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ following flags:
./spectre-miner --mining-address=<spectre:XXXXX> --devfund=spectre:qrxf48dgrdkjxllxczek3uweuldtan9nanzjsavk0ak9ynwn0zsayjjh7upez
```

Without specifying `--devfund-precent` it will default to 1%. If you
Without specifying `--devfund-percent` it will default to 1%. If you
want to change the percentage, you can pass the option
`--devfund-precent=XX.YY` to mine only XX.YY% of the blocks into the
`--devfund-percent=XX.YY` to mine only XX.YY% of the blocks into the
devfund.

## License
Expand Down

0 comments on commit 839e874

Please sign in to comment.