You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-22Lines changed: 22 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
-
# go-randomx
1
+
# Go-randomy
2
2
3
-
This is a binding for Random-X based algorithms.
3
+
This is a binding for Random-Y based algorithms.
4
4
5
5
Do NOT use go mod import this.
6
6
7
-
**NOTICE**: For better go.mod experience, like direcly import go-randomx dep through `go get` or `go build`, check the https://github.com/core-coin/RandomY and https://github.com/core-coin/go-randomx and their github actions.
7
+
For better go.mod experience, like directly import go-randomy dep through `go get` or `go build`, check the https://github.com/core-coin/RandomY and https://github.com/core-coin/go-randomy and their GitHub actions.
8
8
9
9
## Algorithms
10
10
@@ -19,7 +19,7 @@ Do NOT use go mod import this.
19
19
20
20
### Windows
21
21
22
-
Firstly download and install the msys2, then open and install the following components:
22
+
1. Download and install the msys2, then open and install the following components:
And then run `./build.sh` to auto compile official random-x code
38
+
3. Run `./build.sh` to auto compile official random-y code
39
+
38
40
```bash
39
-
# clone and compile RandomX source code into librandomx
40
-
./build random-x# random-x can be replaced with random-xl random-arq random-wow
41
+
# clone and compile RandomY source code into librandomy
42
+
./build random-y# random-y can be replaced with random-xl random-arq random-wow
41
43
```
42
44
43
-
Finally you can using the package as your internal one.
45
+
4. You can use the package as your internal one.
44
46
45
-
Directly using it with `import "github.com/MyProject/go-randomx"` and then `randomx.AllocCache()` etc.
47
+
Directly using it with `import "github.com/MyProject/go-randomy"` and then `randomy.AllocCache()` etc.
46
48
47
49
### Linux
48
50
49
-
Take Ubuntu for example
50
-
51
-
Download the latest go from [here](https://golang.org/dl/) and then install it following [this instruction](https://golang.org/doc/install#tarball)
51
+
1. Download the latest go from [web](https://golang.org/dl/) and then install it following [this instructions](https://golang.org/doc/install#tarball).
52
52
53
53
```bash
54
54
sudo apt update && sudo apt upgrade
55
55
sudo apt install git cmake make gcc build-essential
0 commit comments