Skip to content

Commit

Permalink
Add ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
ubuygold committed Jan 8, 2024
1 parent 39eef58 commit d7ce15d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
2 changes: 2 additions & 0 deletions addresses.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
0x000,0.005
0x111,0.005
15 changes: 15 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## 用途
用于批量向不同地址提币,通过**同一网络**提取**同一币种**,但可以对每个地址提取**不同数量**

## 使用方法
1. 去币安开通API,需要绑定IP,开通提币权限
2. 将向安API的API_KEY和SECRET_KEY填写到.env文件中
3. 在.env文件中配置需要提取的币种以及使用的网络,默认案例为BNB币种和OPBNB网络
4. 在addresses.csv文件中配置提币目标地址和每个地址的数量,格式在csv文件中
5. 运行可执行文件(可以直接go run main.go)或者下载编译好的执行文件

## 注意事项(主要是网络问题)
1. 国内IP无法裸连币安API,可能需要海外服务器
2. 无法使用梯子的原因:币安API提币需要绑定IP,使用梯子后会改变IP
3. 配置服务器后,币安API需要绑定服务器IP
4. 服务器不能选用美国IP,因为美国是币安的限制地区

0 comments on commit d7ce15d

Please sign in to comment.