Skip to content

Commit

Permalink
Add go reference and update update_address description
Browse files Browse the repository at this point in the history
  • Loading branch information
AstaFrode authored Oct 31, 2022
1 parent cfec59f commit a468d9f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <h1 align="center">CESS-BUCKET &middot; [![GitHub license](https://img.shields.io/badge/license-Apache2-blue)](#LICENSE) <a href=""><img src="https://img.shields.io/badge/golang-%3E%3D1.19-blue.svg" /></a></h1>
# <h1 align="center">CESS-BUCKET &middot; [![GitHub license](https://img.shields.io/badge/license-Apache2-blue)](#LICENSE) <a href=""><img src="https://img.shields.io/badge/golang-%3E%3D1.19-blue.svg" /></a> [![Go Reference](https://pkg.go.dev/badge/github.com/CESSProject/cess-bucket/edit/main/README.md.svg)](https://pkg.go.dev/github.com/CESSProject/cess-bucket/edit/main/README.md)</h1>

CESS-Bucket is a mining program provided by cess platform for storage miners.

Expand Down Expand Up @@ -220,9 +220,7 @@ sudo ./bucket withdraw

- Update the miner's access address
```shell
sudo ./bucket update_address 127.0.0.1:15001
or
sudo ./bucket update_address http://<your domain name>
sudo ./bucket update_address <ipv4>:<port>
```

- Update the miner's income account
Expand Down

0 comments on commit a468d9f

Please sign in to comment.