Releases: skypool-org/skypool-nimiq-miner
Releases · skypool-org/skypool-nimiq-miner
v1.3.4 GPU and HiveOS
Skypool Nimiq GPU miner is available now!
Custom miner package for HiveOS:
https://github.com/skypool-org/skypool-nimiq-miner/releases/download/v1.3.4/skypool_nimiq_miner-1.3.4.tar.gz
Thanks to @nazarpechka from Discord for the HiveOS scripts!
v1.3.4
- Fix a small bug
- Now if you set thread number less than 0, the miner will use max thread number
- Proxy v0.0.1 is added now
v1.3.3
- Fix connection problem. Older version may have connection problem at the start stage
- Improve compatibility. Now the miner is compatible for CentOS6 & 7
- If the system tell you '/lib64/libstdc++.so.6: version 'CXXABI_1.3.9' not found', you can move the file 'libstdc++.so.6' to the target directory, like
sudo cp ./libstdc++.so.6 /usr/lib64/libstdc++.so.6
- No hashrate improvement
v1.3.2 Auto detect CPU
v1.3.2
- Auto detect CPU (Windows and Linux)
- Add an option 'cpu' for choosing cpu in config file (default: auto)
- The mining part keeps same with v1.3.1, so it is not necessary to upgrade to this version if you are using v1.3.1.
v1.3.1 Improve hashrate
v1.3.1
- Improve hashrate
v1.3.0 Improve Linux hashrate
v1.3.0
- Improve hashrate for Linux, around 5%
- Windows & Mac can still use the v1.2.2 version
- Package is a collection of all detailed versions, you can replace the
nimiq_node.node
file of your specific CPU - Centos uws is still developing, please wait
- Thanks Blub for this version
Intel:
Name | Instuction set | CPU microarchitectures |
---|---|---|
Extreme | AVX512f | Skylake-X / Core-X |
Fast | AVX2 | Kaby Lake / Skylake / Haswell etc. |
Normal | AVX | Ivy Bridge / Sandy Bridge etc. |
Compat | Non-AVX | Westmere / Nehalem / Core2 etc. |
AMD (beta)
Name | CPU microarchitectures |
---|---|
AMD-ryzen | Zen |
AMD-normal | Bulldozer / Piledriver / Steamroller / Excavator |
AMD-compat | Bobcat / Jaguar / Puma |
v1.2.2 Multiple node servers
v1.2.2
- Support config multiple node servers as backups. Multiple node servers will be auto selected when disconnection.
- Linux version support CentOS (change uws file name)
v1.2.1 Improve hashrate
v1.2 skypool miner client is used for skypool new server side program, this is the last incompatible upgrade for skypool.
v1.2.1f1
- fix bug for odd number of threads
v1.2.1
- v1.2.1 is a tiny patch version
- Improve hashrate for high thread CPU
v1.2.0 Totally new protocol
v1.2.0 skypool miner client is used for skypool new server side program, this is the last incompatible upgrade for skypool.
- New pool mining protocol.
- More stable network.
- More stable auto restart.
- Auto setting name in config.txt .
- Open Source.
v1.1.3 Auto Restart (deprecated)
- v1.1.3 is a tiny patch version
- Auto restart miner when hashrate is zero in one minute for Linux and Mac.
- For Windows, use the auto restart script to start your miner, script will restart the miner periodically.
- Thanks to beeppool's Blub for the improve hashrate code.
v1.1.0
v1.0.0
v1.0.0 for Nimiq Mainnet 2018-04-13
- For Nimiq Mainnet !!!
- Hashrate: extreme > fast > compat.
- extreme need
AVX512F
supported CPU, fast needAVX2
supported CPU. - Optimizing network connection.
auto
server mode is more intelligent.- Default thread
0
will automatic detecting CPU max thread number, and using MAX CPU threads minus 1 as thread. - MacOS version now supports double click.
- Windows version add auto setting
UV_THREADPOOL_SIZE
environment variable script and backend mining script.