Releases: mimblewimble/grin-miner
Releases · mimblewimble/grin-miner
v4.0.0
v3.0.0
Changes:
- 28f3953 support CUDA C32 mining (#237)
- 2584abd Cargo update (#234)
- 9c60f4e 3.0.0-beta.1 versioning (#233)
- 977cd64 Cuckaroom (#231)
- 846ff1d Fix compiler warning and rustfmt (#230)
- 10afbc1 Single Stage Seeding and gpu cycle finding in cuckatoo mean cuda (#229)
- 8014bb1 add GPU cycle finding (#228)
- 018caf9 update submodule
- f4afa5c make kernel.cu a header file (#227)
- 17185f4 make all compat miners use sse2, bump version to 2.1.0 (#224)
- 1c1e163 replace C29 CUDA miner by rewrite of photon's miner (#225)
v3.0.0-beta.1
Changes:
- 2584abd Cargo update (#234)
- 9c60f4e 3.0.0-beta.1 versioning (#233)
- 977cd64 Cuckaroom (#231)
- 846ff1d Fix compiler warning and rustfmt (#230)
- 10afbc1 Single Stage Seeding and gpu cycle finding in cuckatoo mean cuda (#229)
- 8014bb1 add GPU cycle finding (#228)
- 018caf9 update submodule
- f4afa5c make kernel.cu a header file (#227)
- 17185f4 make all compat miners use sse2, bump version to 2.1.0 (#224)
- 1c1e163 replace C29 CUDA miner by rewrite of photon's miner (#225)
v2.0.0
Changes:
- 9101e58 Add plugins and config in release (#221)
- 71f2819 Bump to version 2.0 (#220)
- 535c944 update cuckoo submodule to latest (#218)
- e987b26 Improve CI: fix rustflags, remove unnecessary Rust Linux install and update macOS image (#215)
- edf4864 PoW HardFork (#214)
- 5c9417e Remove Travis YML (#213)
- 8e1e8dc Merge pull request #212 from quentinlesceller/azure-pipeline
- 345e56d Fix connection name and repo name
- 3165d65 Fix for Grin repo
- 15cda3b Remove CUDA from macOS and test only on Linux
See more
- 5134d59 test --release instead of test --all
- 898b34c Add opencl feature for release
- 14051e3 Remove duplicate task
- 9e13e80 Remove windows build and test only cuckoo-miner directory
- 97509ef Merge branch 'master' into azure-pipeline
- f179f02 Merge pull request #210 from quentinlesceller/fixtest
- 4cccd97 Fix typo in Cuckaroo CUDA 29 Test
- 0491096 Add libnucrses
- 237c3d8 Add linux opencl
- fddf24e Merge branch 'master' into azure-pipeline
- 2e3d089 Merge pull request #209 from quentinlesceller/latest
- b7b2432 Update cuckoo to latest commit
- c3c73b8 Merge branch 'master' into azure-pipeline
- b4cf434 Merge pull request #208 from quentinlesceller/warnings
- 0e9c5fa Remove unused Finder import
- 08921e7 Remove build warnings
- 48e88b8 CMake is already installed
- 9b9b537 Merge branch 'master' into azure-pipeline
- d43c000 Merge pull request #207 from quentinlesceller/fix
- 77325fd Update Cuckoo to latest commit
- 25509fd Add cmake
- 38b2654 Fix windows build with cursive
- ff04cf1 Merge branch 'master' of git://github.com/mimblewimble/grin-miner into azure-pipeline
- ab71f61 Merge pull request #206 from quentinlesceller/cursive
- fc0ca7b Add submodules
- 9fc998d Update cursive to 0.12
- 63e382c Fix macos build and name of task
- 76c67c2 Fix macOS build
- a1f18c6 Fix broken yml
- 6555dfe Fix connection name
- 8782cf8 Fix release yml
- a4e8aaa Fix malformed CI
- 42f1cc0 Add Azure Pipelines
- 143db3b Merge pull request #194 from cyclefortytwo/remove-unwraps
- f441d05 Reduce usage of unwrap [ #190, #193 ]
- e84a36b Merge pull request #192 from liamaharon/feature/stratum-protocol-job-bug-fix
- 3ee5cfb Fix miner sometimes failing to accept "job" requests
- 70fe529 Merge pull request #185 from LuckyX2/master [ #163 ]
- da6cb2c change default rounds
- 923cf97 Update trimmer.rs [ #163 ]
- 42e2804 Set the log file to be truncated every time when 'log_file_append=false' (#177)
- 8a9793c update submodules from master
- 79f97c8 Update grin-miner.toml (#153)
- 2c5942b feat: add OpenCL device compatibility check + fix typo (#169)
- 8f73783 Merge pull request #171 from james-lim/bugfix/zsh-compatibility
- 6522d5e Fix script to use = instead of == for compatibility
- 8a2c2d7 Fix install_ocl_plugin.sh to point release directory by default (#132)
This list of changes was auto generated.
v1.0.2
- Fixed issue with difficulty check preventing valid solutions from being returned
v1.0.1 Release
- Fix for connections being dropped and not automatically reconnecting
- Miners now take difficulty value passed in from job request into consideration, and will only submit solutions above the given (unscaled) difficulty
v1.0.0
Mainnet launch
v0.5.2
v0.5.2 - Pre Mainnet Release
0.5.1
bump version to 0.5.1
v0.5.0
small packaging fix