m2pool_core/config/nexa/gbt/gbt.conf

46 lines
830 B
Plaintext

{
"coin": "alph",
"alph": {
"addr": "m2pool"
},
"rpc": {
"host": "18.141.161.129",
"port": "10973",
"testnet": "127.0.0.1:7229",
"type": "mainnet",
"user": "test",
"pass": "test",
"zmqsub": "tcp://127.0.0.1:21212",
"timeout": 10000
},
"zmq": {
"pub": "tcp://127.0.0.1:21213",
"sub": "tcp://127.0.0.1:21214"
},
"redis": {
"addr": "127.0.0.1:6379",
"password": "",
"db": 9
},
"profit": {
"push": "tcp://127.0.0.1:21215"
},
"zap": {
"level": "debug",
"encoding": "json",
"outputPaths": ["stdout", "/dev/null"],
"errorOutputPaths": ["stdout"],
"initialFields": {"gbt": "gbt"},
"encoderConfig": {
"messageKey": "message",
"levelKey": "level",
"levelEncoder": "lowercase"
}
},
"logrotate": {
"maxsize": 10,
"maxbackups": 100,
"maxage": 31,
"compress": true
}
}