-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.json
49 lines (39 loc) · 854 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"coin": "ufo",
"debugLevel": 7,
"WalletUrl": "127.0.0.1:20002",
"WalletApiUrl": "http://127.0.0.1:10000/api/wallet",
"apikey":"aaaa1234",
"mongoDB": {
"url": "127.0.0.1:27017/ufodb",
"dbname":"ufodb",
"share":"share_t",
"block":"foundblock_t",
"miner":"minerinfo_t",
"sendtx":"sendtx_t",
"balance":"balance_t",
"user":"test",
"password":"test"
},
"levelDB": "./.ufo.lvdb",
"PoolIPPort": "0.0.0.0:8080",
"PoolId":0,
"ENonceLen":3,
"httpIPPort": "0.0.0.0:8081",
"limitHeadersSize": 1024,
"limitBodySize": 256,
"timeout": "12000s",
"SecondsPerShare":1,
"WindowSize":10,
"StartDiff":50,
"MinDiff":256,
"MaxDiff":268435456,
"RewardPeriod":900,
"OneBlockReward":500000000,
"SendMinUfo":100000000,
"SendRewardsTime":"10:00",
"ReSendTime":"16:00",
"HalveHeight":1050000,
"TxFee":100,
"PoolFeeRate":3
}