Removed doc folder
This commit is contained in:
parent
099c4010d7
commit
6422ec3783
|
@ -15,3 +15,5 @@ cmd/set_addr/*
|
||||||
|
|
||||||
# 忽略config文件夹
|
# 忽略config文件夹
|
||||||
config/*
|
config/*
|
||||||
|
|
||||||
|
doc/*
|
||||||
|
|
BIN
doc/代码设计.xlsx
BIN
doc/代码设计.xlsx
Binary file not shown.
BIN
doc/矿池部署.pptx
BIN
doc/矿池部署.pptx
Binary file not shown.
|
@ -3,7 +3,7 @@ go build -o server
|
||||||
cd cmd/gbt
|
cd cmd/gbt
|
||||||
go build -o gbt
|
go build -o gbt
|
||||||
|
|
||||||
Add the following config files to the same directory as the compiled files:
|
Add the following config files to the same directory as the compiled files
|
||||||
|
|
||||||
gbt.conf like this:
|
gbt.conf like this:
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue