proxy test ver
This commit is contained in:
6
cmd/config.json
Normal file
6
cmd/config.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"coin": "alph",
|
||||
"zmqAddr": "tcp://127.0.0.1:39001",
|
||||
"tcpAddr": "0.0.0.0:39002",
|
||||
"proxyAddr": "stratum+tcp://alph.m2pool.com:33390"
|
||||
}
|
||||
9
cmd/proxy.go
Normal file
9
cmd/proxy.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
server "proxy/internal"
|
||||
)
|
||||
|
||||
func main() {
|
||||
server.StartProxy()
|
||||
}
|
||||
Reference in New Issue
Block a user