Skip to content

Commit 3a0b2e5

Browse files
committed
Hello! My name is BLOC-GUI-Miner.
1 parent 75ea509 commit 3a0b2e5

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

DOCS/images/BLOC-GUI-MINER.png

609 KB
Loading

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ go version
8383

8484
```shell
8585
cd ~
86-
git clone https://github.com/furiousteam/GUI-miner.git
86+
git clone https://github.com/furiousteam/BLOC-GUI-Miner.git
8787
```
8888

8989
### Install required Go packages
@@ -95,7 +95,7 @@ go get -u github.com/asticode/go-astichartjs
9595
go get -u github.com/asticode/go-astilectron-bootstrap
9696
go get -u github.com/google/uuid
9797
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
9999
go get -u github.com/konsorten/go-windows-terminal-sequences
100100
go get -u github.com/mattn/go-colorable
101101
```

bloc_gui_miner_ubuntu_install.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ STEP=$((STEP + 1))
5858

5959
cd ~
6060
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
6262

6363
# Installing GUI-miner dependencies
6464
echo_step "${STEP}. Installing GUI-miner dependencies...\n"
@@ -72,7 +72,7 @@ go get -u github.com/asticode/go-astichartjs
7272
go get -u github.com/asticode/go-astilectron-bootstrap
7373
go get -u github.com/google/uuid
7474
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
7676
go get -u github.com/konsorten/go-windows-terminal-sequences
7777
go get -u github.com/mattn/go-colorable
7878

src/gui/gui.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
bootstrap "github.com/asticode/go-astilectron-bootstrap"
1717
"github.com/google/uuid"
1818
"github.com/sirupsen/logrus"
19-
"github.com/furiousteam/gui-miner/src/gui/miner"
19+
"github.com/furiousteam/BLOC-GUI-Miner/src/gui/miner"
2020
)
2121

2222
// GUI implements the core control for the GUI miner

src/gui/miner/helper_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package miner_test
33
import (
44
"testing"
55

6-
"github.com/furiousteam/gui-miner/src/gui/miner"
6+
"github.com/furiousteam/BLOC-GUI-Miner/src/gui/miner"
77
)
88

99
// TestHumanizeTime tests if conversion from seconds to mintes and hours

src/gui/spec.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package gui
33
import (
44
"time"
55

6-
"github.com/furiousteam/gui-miner/src/gui/miner"
6+
"github.com/furiousteam/BLOC-GUI-Miner/src/gui/miner"
77
)
88

99
// Config contains the basic configuration for a miner

src/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"path/filepath"
1212
"runtime"
1313

14-
"github.com/furiousteam/gui-miner/src/gui"
14+
"github.com/furiousteam/BLOC-GUI-Miner/src/gui"
1515
)
1616

1717
// AppName is injected by the Astilectron packager

0 commit comments

Comments
 (0)