Skip to content

Commit

Permalink
update v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
luminousmining committed Dec 28, 2024
1 parent d048a39 commit ab1c7cb
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.22)
project(luminousminer VERSION 0.4)
project(luminousminer VERSION 0.5)

enable_language(C)
enable_language(CXX)
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ Different profiles are available:
* SMART MINING

`STANDAR` you must set your mining session (host/algo/...) and get 0% fees.
`SMART MINING` define the list coin coins need and let the system mine for you. 1% fees will be applied.

`SMART MINING` define the list coin coins need and let the system mine for you.
## Algorithms
- ethash
- etchash
Expand Down
4 changes: 2 additions & 2 deletions ROADMAP.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Roadmap

current version `v0.4`
current version `v0.5`

+ step 1
- [x] GPU mining Nvidia
- [x] GPU mining AMD
- [x] os Windows
- [x] os Linux
- [x] os Hiveos
- [ ] algo autolykos v2
- [x] algo autolykos v2
- [x] algo ethash
- [x] algo etchash
- [x] algo progpow
Expand Down
2 changes: 1 addition & 1 deletion setup/config.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Global variables
VERSION=0.4
VERSION=0.5
PROJECT=luminousminer
EXE=miner
2 changes: 1 addition & 1 deletion sources/common/app.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
namespace common
{
constexpr uint8_t VERSION_MAJOR{ 0 };
constexpr uint8_t VERSION_MINOR{ 4 };
constexpr uint8_t VERSION_MINOR{ 5 };
}

0 comments on commit ab1c7cb

Please sign in to comment.