Skip to content

Commit ab1c7cb

Browse files
update v0.5
1 parent d048a39 commit ab1c7cb

5 files changed

Lines changed: 6 additions & 7 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.22)
2-
project(luminousminer VERSION 0.4)
2+
project(luminousminer VERSION 0.5)
33

44
enable_language(C)
55
enable_language(CXX)

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ Different profiles are available:
1717
* SMART MINING
1818

1919
`STANDAR` you must set your mining session (host/algo/...) and get 0% fees.
20-
`SMART MINING` define the list coin coins need and let the system mine for you. 1% fees will be applied.
21-
20+
`SMART MINING` define the list coin coins need and let the system mine for you.
2221
## Algorithms
2322
- ethash
2423
- etchash

ROADMAP.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Roadmap
22

3-
current version `v0.4`
3+
current version `v0.5`
44

55
+ step 1
66
- [x] GPU mining Nvidia
77
- [x] GPU mining AMD
88
- [x] os Windows
99
- [x] os Linux
1010
- [x] os Hiveos
11-
- [ ] algo autolykos v2
11+
- [x] algo autolykos v2
1212
- [x] algo ethash
1313
- [x] algo etchash
1414
- [x] algo progpow

setup/config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Global variables
2-
VERSION=0.4
2+
VERSION=0.5
33
PROJECT=luminousminer
44
EXE=miner

sources/common/app.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
namespace common
77
{
88
constexpr uint8_t VERSION_MAJOR{ 0 };
9-
constexpr uint8_t VERSION_MINOR{ 4 };
9+
constexpr uint8_t VERSION_MINOR{ 5 };
1010
}

0 commit comments

Comments
 (0)