File tree 7 files changed +8
-8
lines changed
7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ go version
83
83
84
84
``` shell
85
85
cd ~
86
- git clone https://github.com/furiousteam/GUI-miner .git
86
+ git clone https://github.com/furiousteam/BLOC- GUI-Miner .git
87
87
```
88
88
89
89
### Install required Go packages
@@ -95,7 +95,7 @@ go get -u github.com/asticode/go-astichartjs
95
95
go get -u github.com/asticode/go-astilectron-bootstrap
96
96
go get -u github.com/google/uuid
97
97
go get -u github.com/mitchellh/go-ps
98
- go get -u github.com/furiousteam/gui-miner /src/gui
98
+ go get -u github.com/furiousteam/BLOC-GUI-Miner /src/gui
99
99
go get -u github.com/konsorten/go-windows-terminal-sequences
100
100
go get -u github.com/mattn/go-colorable
101
101
```
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ STEP=$((STEP + 1))
58
58
59
59
cd ~
60
60
rm -fr ~ /GUI-miner
61
- git clone https://github.com/furiousteam/GUI-miner .git GUI-miner
61
+ git clone https://github.com/furiousteam/BLOC- GUI-Miner .git GUI-miner
62
62
63
63
# Installing GUI-miner dependencies
64
64
echo_step " ${STEP} . Installing GUI-miner dependencies...\n"
@@ -72,7 +72,7 @@ go get -u github.com/asticode/go-astichartjs
72
72
go get -u github.com/asticode/go-astilectron-bootstrap
73
73
go get -u github.com/google/uuid
74
74
go get -u github.com/mitchellh/go-ps
75
- go get -u github.com/furiousteam/gui-miner /src/gui
75
+ go get -u github.com/furiousteam/BLOC-GUI-Miner /src/gui
76
76
go get -u github.com/konsorten/go-windows-terminal-sequences
77
77
go get -u github.com/mattn/go-colorable
78
78
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import (
16
16
bootstrap "github.com/asticode/go-astilectron-bootstrap"
17
17
"github.com/google/uuid"
18
18
"github.com/sirupsen/logrus"
19
- "github.com/furiousteam/gui-miner /src/gui/miner"
19
+ "github.com/furiousteam/BLOC-GUI-Miner /src/gui/miner"
20
20
)
21
21
22
22
// GUI implements the core control for the GUI miner
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package miner_test
3
3
import (
4
4
"testing"
5
5
6
- "github.com/furiousteam/gui-miner /src/gui/miner"
6
+ "github.com/furiousteam/BLOC-GUI-Miner /src/gui/miner"
7
7
)
8
8
9
9
// TestHumanizeTime tests if conversion from seconds to mintes and hours
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package gui
3
3
import (
4
4
"time"
5
5
6
- "github.com/furiousteam/gui-miner /src/gui/miner"
6
+ "github.com/furiousteam/BLOC-GUI-Miner /src/gui/miner"
7
7
)
8
8
9
9
// Config contains the basic configuration for a miner
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
11
11
"path/filepath"
12
12
"runtime"
13
13
14
- "github.com/furiousteam/gui-miner /src/gui"
14
+ "github.com/furiousteam/BLOC-GUI-Miner /src/gui"
15
15
)
16
16
17
17
// AppName is injected by the Astilectron packager
You can’t perform that action at this time.
0 commit comments