Compare commits
2 Commits
152b4318c3
...
e16db3a835
Author | SHA1 | Date |
---|---|---|
|
e16db3a835 | |
|
7f83bf4b2d |
|
@ -0,0 +1 @@
|
|||
config/*.conf
|
129
config/alph.conf
129
config/alph.conf
|
@ -1,129 +0,0 @@
|
|||
{
|
||||
"master":{
|
||||
"pooldb":{
|
||||
"host": "127.0.0.1",
|
||||
"user": "m2pool",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "alphpooldb",
|
||||
"port":3306,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"sharesdb":{
|
||||
"host": "127.0.0.1",
|
||||
"user": "m2pool",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "alphsharesdb",
|
||||
"port":3306,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"distribution":{
|
||||
"host": "13.213.4.56",
|
||||
"user": "pool190",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "distribution",
|
||||
"port":6789,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"hashrate":{
|
||||
"host": "13.213.4.56",
|
||||
"user": "pool190",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "hashrate",
|
||||
"port":6789,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"users_addresses":{
|
||||
"host": "13.214.175.13",
|
||||
"user": "root",
|
||||
"password": "m2Pool2024@!",
|
||||
"database": "pool",
|
||||
"port":3123,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"balance":{
|
||||
"host": "18.143.153.132",
|
||||
"user": "app_user",
|
||||
"password": "8xdZ3~FR$c1mqcxwmLs",
|
||||
"database": "mydb",
|
||||
"port":3306,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
}
|
||||
},
|
||||
"slave":{
|
||||
"pooldb_slave":{
|
||||
"host": "13.213.4.56",
|
||||
"user": "pool190",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "distribution",
|
||||
"port":6789,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"sharesdb_slave":{
|
||||
"host": "13.214.176.64",
|
||||
"user": "m2pool",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "dgbosharesdb",
|
||||
"port":3306,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
}
|
||||
},
|
||||
"redis_options":{
|
||||
"redis1":{
|
||||
"host":"localhost",
|
||||
"port":6379,
|
||||
"db":9,
|
||||
"connectTimeout":10000
|
||||
}
|
||||
},
|
||||
"node_options":{
|
||||
"node1":{
|
||||
"rpcUser":"test",
|
||||
"rpcPassword":"0x09e220e226f2feb7a971a2b6f958e7d4b1c187c8",
|
||||
"rpcPort":12973,
|
||||
"rpcHost":"127.0.0.1"
|
||||
},
|
||||
"node2":{
|
||||
"rpcUser":"test",
|
||||
"rpcPassword":"0x09e220e226f2feb7a971a2b6f958e7d4b1c187c8",
|
||||
"rpcPort":12973,
|
||||
"rpcHost":"127.0.0.1"
|
||||
}
|
||||
},
|
||||
"retry_options":{
|
||||
"node":{
|
||||
"max_retries":10,
|
||||
"retry_delay":10000
|
||||
}
|
||||
},
|
||||
"REPORT_ADDRESS":"1CYKPymfTVex9KZ2i48S3v5cAE7xT6hERG1P6GJiHgWJu",
|
||||
"MAX_MATURE":500,
|
||||
"distribution_conf":{
|
||||
"PPLNS_SIZE":20000,
|
||||
"MODEL_PERCENT":{
|
||||
"SCORE":0,
|
||||
"PPLNS":0.7,
|
||||
"PROPDIF":0.3
|
||||
},
|
||||
"SCORE_PERCENT":{
|
||||
"HASHRATE":1,
|
||||
"STDDEVS":0
|
||||
},
|
||||
"POOL_FEE":0.025
|
||||
}
|
||||
}
|
128
config/dgbo.conf
128
config/dgbo.conf
|
@ -1,128 +0,0 @@
|
|||
{
|
||||
"master":{
|
||||
"pooldb":{
|
||||
"host": "127.0.0.1",
|
||||
"user": "m2pool",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "dgbopooldb",
|
||||
"port":3306,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"sharesdb":{
|
||||
"host": "127.0.0.1",
|
||||
"user": "m2pool",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "dgbosharesdb",
|
||||
"port":3306,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"distribution":{
|
||||
"host": "13.213.4.56",
|
||||
"user": "pool190",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "distribution",
|
||||
"port":6789,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"hashrate":{
|
||||
"host": "13.213.4.56",
|
||||
"user": "pool190",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "hashrate",
|
||||
"port":6789,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"users_addresses":{
|
||||
"host": "13.214.175.13",
|
||||
"user": "root",
|
||||
"password": "m2Pool2024@!",
|
||||
"database": "pool",
|
||||
"port":3123,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"balance":{
|
||||
"host": "18.143.153.132",
|
||||
"user": "app_user",
|
||||
"password": "8xdZ3~FR$c1mqcxwmLs",
|
||||
"database": "mydb",
|
||||
"port":3306,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
}
|
||||
},
|
||||
"slave":{
|
||||
"pooldb_slave":{
|
||||
"host": "13.214.176.64",
|
||||
"user": "m2pool",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "dgbopooldb",
|
||||
"port":3306,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"sharesdb_slave":{
|
||||
"host": "13.214.176.64",
|
||||
"user": "m2pool",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "dgbosharesdb",
|
||||
"port":3306,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
}
|
||||
},
|
||||
"redis_options":{
|
||||
"redis1":{
|
||||
"host":"localhost",
|
||||
"port":6379,
|
||||
"connectTimeout":10000
|
||||
}
|
||||
},
|
||||
"node_options":{
|
||||
"node1":{
|
||||
"rpcUser":"test",
|
||||
"rpcPassword":"test",
|
||||
"rpcPort":14022,
|
||||
"rpcHost":"127.0.0.1"
|
||||
},
|
||||
"node2":{
|
||||
"rpcUser":"test",
|
||||
"rpcPassword":"test",
|
||||
"rpcPort":14022,
|
||||
"rpcHost":"13.214.176.64"
|
||||
}
|
||||
},
|
||||
"retry_options":{
|
||||
"node":{
|
||||
"max_retries":10,
|
||||
"retry_delay":10000
|
||||
}
|
||||
},
|
||||
"REPORT_ADDRESS":"DSdh4rXmRZizpZh7zKGSsyMqHmFE137G96",
|
||||
"MAX_MATURE":50,
|
||||
"distribution_conf":{
|
||||
"PPLNS_SIZE":20000,
|
||||
"MODEL_PERCENT":{
|
||||
"SCORE":0,
|
||||
"PPLNS":0.7,
|
||||
"PROPDIF":0.3
|
||||
},
|
||||
"SCORE_PERCENT":{
|
||||
"HASHRATE":1,
|
||||
"STDDEVS":0
|
||||
},
|
||||
"POOL_FEE":0.025
|
||||
}
|
||||
}
|
128
config/dgbq.conf
128
config/dgbq.conf
|
@ -1,128 +0,0 @@
|
|||
{
|
||||
"master":{
|
||||
"pooldb":{
|
||||
"host": "127.0.0.1",
|
||||
"user": "m2pool",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "dgbqpooldb",
|
||||
"port":3306,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"sharesdb":{
|
||||
"host": "127.0.0.1",
|
||||
"user": "m2pool",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "dgbqsharesdb",
|
||||
"port":3306,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"distribution":{
|
||||
"host": "13.213.4.56",
|
||||
"user": "pool190",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "distribution",
|
||||
"port":6789,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"hashrate":{
|
||||
"host": "13.213.4.56",
|
||||
"user": "pool190",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "hashrate",
|
||||
"port":6789,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"users_addresses":{
|
||||
"host": "13.214.175.13",
|
||||
"user": "root",
|
||||
"password": "m2Pool2024@!",
|
||||
"database": "pool",
|
||||
"port":3123,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"balance":{
|
||||
"host": "18.143.153.132",
|
||||
"user": "app_user",
|
||||
"password": "8xdZ3~FR$c1mqcxwmLs",
|
||||
"database": "mydb",
|
||||
"port":3306,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
}
|
||||
},
|
||||
"slave":{
|
||||
"pooldb_slave":{
|
||||
"host": "13.214.176.64",
|
||||
"user": "m2pool",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "dgbqpooldb",
|
||||
"port":3306,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"sharesdb_slave":{
|
||||
"host": "13.214.176.64",
|
||||
"user": "m2pool",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "dgbqsharesdb",
|
||||
"port":3306,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
}
|
||||
},
|
||||
"redis_options":{
|
||||
"redis1":{
|
||||
"host":"localhost",
|
||||
"port":6379,
|
||||
"connectTimeout":10000
|
||||
}
|
||||
},
|
||||
"node_options":{
|
||||
"node1":{
|
||||
"rpcUser":"test",
|
||||
"rpcPassword":"test",
|
||||
"rpcPort":14022,
|
||||
"rpcHost":"127.0.0.1"
|
||||
},
|
||||
"node2":{
|
||||
"rpcUser":"test",
|
||||
"rpcPassword":"test",
|
||||
"rpcPort":14022,
|
||||
"rpcHost":"13.214.176.64"
|
||||
}
|
||||
},
|
||||
"retry_options":{
|
||||
"node":{
|
||||
"max_retries":10,
|
||||
"retry_delay":10000
|
||||
}
|
||||
},
|
||||
"REPORT_ADDRESS":"DK8ZTp89aahJpmnwdZ8LNsAUNoGA6qS43G",
|
||||
"MAX_MATURE":50,
|
||||
"distribution_conf":{
|
||||
"PPLNS_SIZE":20000,
|
||||
"MODEL_PERCENT":{
|
||||
"SCORE":0,
|
||||
"PPLNS":0.7,
|
||||
"PROPDIF":0.3
|
||||
},
|
||||
"SCORE_PERCENT":{
|
||||
"HASHRATE":1,
|
||||
"STDDEVS":0
|
||||
},
|
||||
"POOL_FEE":0.025
|
||||
}
|
||||
}
|
128
config/dgbs.conf
128
config/dgbs.conf
|
@ -1,128 +0,0 @@
|
|||
{
|
||||
"master":{
|
||||
"pooldb":{
|
||||
"host": "127.0.0.1",
|
||||
"user": "m2pool",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "dgbspooldb",
|
||||
"port":3306,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"sharesdb":{
|
||||
"host": "127.0.0.1",
|
||||
"user": "m2pool",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "dgbssharesdb",
|
||||
"port":3306,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"distribution":{
|
||||
"host": "13.213.4.56",
|
||||
"user": "pool190",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "distribution",
|
||||
"port":6789,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"hashrate":{
|
||||
"host": "13.213.4.56",
|
||||
"user": "pool190",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "hashrate",
|
||||
"port":6789,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"users_addresses":{
|
||||
"host": "13.214.175.13",
|
||||
"user": "root",
|
||||
"password": "m2Pool2024@!",
|
||||
"database": "pool",
|
||||
"port":3123,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"balance":{
|
||||
"host": "18.143.153.132",
|
||||
"user": "app_user",
|
||||
"password": "8xdZ3~FR$c1mqcxwmLs",
|
||||
"database": "mydb",
|
||||
"port":3306,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
}
|
||||
},
|
||||
"slave":{
|
||||
"pooldb_slave":{
|
||||
"host": "13.214.176.64",
|
||||
"user": "m2pool",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "dgbspooldb",
|
||||
"port":3306,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"sharesdb_slave":{
|
||||
"host": "13.214.176.64",
|
||||
"user": "m2pool",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "dgbssharesdb",
|
||||
"port":3306,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
}
|
||||
},
|
||||
"redis_options":{
|
||||
"redis1":{
|
||||
"host":"localhost",
|
||||
"port":6379,
|
||||
"connectTimeout":10000
|
||||
}
|
||||
},
|
||||
"node_options":{
|
||||
"node1":{
|
||||
"rpcUser":"test",
|
||||
"rpcPassword":"test",
|
||||
"rpcPort":14022,
|
||||
"rpcHost":"127.0.0.1"
|
||||
},
|
||||
"node2":{
|
||||
"rpcUser":"test",
|
||||
"rpcPassword":"test",
|
||||
"rpcPort":14022,
|
||||
"rpcHost":"13.214.176.64"
|
||||
}
|
||||
},
|
||||
"retry_options":{
|
||||
"node":{
|
||||
"max_retries":10,
|
||||
"retry_delay":10000
|
||||
}
|
||||
},
|
||||
"REPORT_ADDRESS":"DDQVUDkCNfF5TKjJ5n6jh7BG2wZxr9SNnq",
|
||||
"MAX_MATURE":50,
|
||||
"distribution_conf":{
|
||||
"PPLNS_SIZE":20000,
|
||||
"MODEL_PERCENT":{
|
||||
"SCORE":0,
|
||||
"PPLNS":0.7,
|
||||
"PROPDIF":0.3
|
||||
},
|
||||
"SCORE_PERCENT":{
|
||||
"HASHRATE":1,
|
||||
"STDDEVS":0
|
||||
},
|
||||
"POOL_FEE":0.025
|
||||
}
|
||||
}
|
128
config/enx.conf
128
config/enx.conf
|
@ -1,128 +0,0 @@
|
|||
{
|
||||
"master":{
|
||||
"pooldb":{
|
||||
"host": "127.0.0.1",
|
||||
"user": "m2pool",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "enxpooldb",
|
||||
"port":3306,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"sharesdb":{
|
||||
"host": "127.0.0.1",
|
||||
"user": "m2pool",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "enxsharesdb",
|
||||
"port":3306,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"distribution":{
|
||||
"host": "13.213.4.56",
|
||||
"user": "pool190",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "distribution",
|
||||
"port":6789,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"hashrate":{
|
||||
"host": "13.213.4.56",
|
||||
"user": "pool190",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "hashrate",
|
||||
"port":6789,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"users_addresses":{
|
||||
"host": "13.214.175.13",
|
||||
"user": "root",
|
||||
"password": "m2Pool2024@!",
|
||||
"database": "pool",
|
||||
"port":3123,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"balance":{
|
||||
"host": "18.143.153.132",
|
||||
"user": "app_user",
|
||||
"password": "8xdZ3~FR$c1mqcxwmLs",
|
||||
"database": "mydb",
|
||||
"port":3306,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
}
|
||||
},
|
||||
"slave":{
|
||||
"pooldb_slave":{
|
||||
"host": "13.214.176.64",
|
||||
"user": "m2pool",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "dgbopooldb",
|
||||
"port":3306,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"sharesdb_slave":{
|
||||
"host": "13.214.176.64",
|
||||
"user": "m2pool",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "dgbosharesdb",
|
||||
"port":3306,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
}
|
||||
},
|
||||
"redis_options":{
|
||||
"redis1":{
|
||||
"host":"localhost",
|
||||
"port":6379,
|
||||
"connectTimeout":10000
|
||||
}
|
||||
},
|
||||
"node_options":{
|
||||
"node1":{
|
||||
"rpcUser":"test",
|
||||
"rpcPassword":"test",
|
||||
"rpcPort":16110,
|
||||
"rpcHost":"10.168.1.162"
|
||||
},
|
||||
"node2":{
|
||||
"rpcUser":"test",
|
||||
"rpcPassword":"test",
|
||||
"rpcPort":16110,
|
||||
"rpcHost":"10.168.1.162"
|
||||
}
|
||||
},
|
||||
"retry_options":{
|
||||
"node":{
|
||||
"max_retries":10,
|
||||
"retry_delay":10000
|
||||
}
|
||||
},
|
||||
"REPORT_ADDRESS":"entropyx:qpe7q43ajzuv42az6kjdu84yrzdhzj33w03kpytfg5lx5yk3x0pd6x0r87hhr",
|
||||
"MAX_MATURE":1000,
|
||||
"distribution_conf":{
|
||||
"PPLNS_SIZE":20000,
|
||||
"MODEL_PERCENT":{
|
||||
"SCORE":0,
|
||||
"PPLNS":0.7,
|
||||
"PROPDIF":0.3
|
||||
},
|
||||
"SCORE_PERCENT":{
|
||||
"HASHRATE":1,
|
||||
"STDDEVS":0
|
||||
},
|
||||
"POOL_FEE":0
|
||||
}
|
||||
}
|
128
config/grs.conf
128
config/grs.conf
|
@ -1,128 +0,0 @@
|
|||
{
|
||||
"master":{
|
||||
"pooldb":{
|
||||
"host": "127.0.0.1",
|
||||
"user": "m2pool",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "grspooldb",
|
||||
"port":3306,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"sharesdb":{
|
||||
"host": "127.0.0.1",
|
||||
"user": "m2pool",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "grssharesdb",
|
||||
"port":3306,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"distribution":{
|
||||
"host": "13.213.4.56",
|
||||
"user": "pool190",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "distribution",
|
||||
"port":6789,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"hashrate":{
|
||||
"host": "13.213.4.56",
|
||||
"user": "pool190",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "hashrate",
|
||||
"port":6789,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"users_addresses":{
|
||||
"host": "13.214.175.13",
|
||||
"user": "root",
|
||||
"password": "m2Pool2024@!",
|
||||
"database": "pool",
|
||||
"port":3123,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"balance":{
|
||||
"host": "18.143.153.132",
|
||||
"user": "app_user",
|
||||
"password": "8xdZ3~FR$c1mqcxwmLs",
|
||||
"database": "mydb",
|
||||
"port":3306,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
}
|
||||
},
|
||||
"slave":{
|
||||
"pooldb_slave":{
|
||||
"host": "172.17.0.1",
|
||||
"user": "m2pool",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "grspooldb",
|
||||
"port":3307,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"sharesdb_slave":{
|
||||
"host": "172.17.0.1",
|
||||
"user": "m2pool",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "grssharesdb",
|
||||
"port":3307,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
}
|
||||
},
|
||||
"redis_options":{
|
||||
"redis1":{
|
||||
"host":"localhost",
|
||||
"port":6379,
|
||||
"connectTimeout":10000
|
||||
}
|
||||
},
|
||||
"node_options":{
|
||||
"node1":{
|
||||
"rpcUser":"test",
|
||||
"rpcPassword":"test",
|
||||
"rpcPort":1441,
|
||||
"rpcHost":"127.0.0.1"
|
||||
},
|
||||
"node2":{
|
||||
"rpcUser":"test",
|
||||
"rpcPassword":"test",
|
||||
"rpcPort":1441,
|
||||
"rpcHost":"13.213.4.56"
|
||||
}
|
||||
},
|
||||
"retry_options":{
|
||||
"node":{
|
||||
"max_retries":10,
|
||||
"retry_delay":10000
|
||||
}
|
||||
},
|
||||
"REPORT_ADDRESS":"3BZgQAB1tAN6zRcseavQ6vcMtXXiwThTvL",
|
||||
"MAX_MATURE":20,
|
||||
"distribution_conf":{
|
||||
"PPLNS_SIZE":20000,
|
||||
"MODEL_PERCENT":{
|
||||
"SCORE":0,
|
||||
"PPLNS":0.7,
|
||||
"PROPDIF":0.3
|
||||
},
|
||||
"SCORE_PERCENT":{
|
||||
"HASHRATE":1,
|
||||
"STDDEVS":0
|
||||
},
|
||||
"POOL_FEE":0.025
|
||||
}
|
||||
}
|
128
config/mona.conf
128
config/mona.conf
|
@ -1,128 +0,0 @@
|
|||
{
|
||||
"master":{
|
||||
"pooldb":{
|
||||
"host": "127.0.0.1",
|
||||
"user": "m2pool",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "monapooldb",
|
||||
"port":3306,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"sharesdb":{
|
||||
"host": "127.0.0.1",
|
||||
"user": "m2pool",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "monasharesdb",
|
||||
"port":3306,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"distribution":{
|
||||
"host": "13.213.4.56",
|
||||
"user": "pool190",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "distribution",
|
||||
"port":6789,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"hashrate":{
|
||||
"host": "13.213.4.56",
|
||||
"user": "pool190",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "hashrate",
|
||||
"port":6789,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"users_addresses":{
|
||||
"host": "13.214.175.13",
|
||||
"user": "root",
|
||||
"password": "m2Pool2024@!",
|
||||
"database": "pool",
|
||||
"port":3123,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"balance":{
|
||||
"host": "18.143.153.132",
|
||||
"user": "app_user",
|
||||
"password": "8xdZ3~FR$c1mqcxwmLs",
|
||||
"database": "mydb",
|
||||
"port":3306,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
}
|
||||
},
|
||||
"slave":{
|
||||
"pooldb_slave":{
|
||||
"host": "172.17.0.1",
|
||||
"user": "m2pool",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "monapooldb",
|
||||
"port":3307,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"sharesdb_slave":{
|
||||
"host": "172.17.0.1",
|
||||
"user": "m2pool",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "monasharesdb",
|
||||
"port":3307,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
}
|
||||
},
|
||||
"redis_options":{
|
||||
"redis1":{
|
||||
"host":"localhost",
|
||||
"port":6379,
|
||||
"connectTimeout":10000
|
||||
}
|
||||
},
|
||||
"node_options":{
|
||||
"node1":{
|
||||
"rpcUser":"test",
|
||||
"rpcPassword":"test",
|
||||
"rpcPort":9402,
|
||||
"rpcHost":"127.0.0.1"
|
||||
},
|
||||
"node2":{
|
||||
"rpcUser":"test",
|
||||
"rpcPassword":"test",
|
||||
"rpcPort":9402,
|
||||
"rpcHost":"13.213.4.56"
|
||||
}
|
||||
},
|
||||
"retry_options":{
|
||||
"node":{
|
||||
"max_retries":10,
|
||||
"retry_delay":10000
|
||||
}
|
||||
},
|
||||
"REPORT_ADDRESS":"PSq64UuybtHykZvV9eQa77bkkAZyLgLkcG",
|
||||
"MAX_MATURE":20,
|
||||
"distribution_conf":{
|
||||
"PPLNS_SIZE":20000,
|
||||
"MODEL_PERCENT":{
|
||||
"SCORE":0,
|
||||
"PPLNS":0.7,
|
||||
"PROPDIF":0.3
|
||||
},
|
||||
"SCORE_PERCENT":{
|
||||
"HASHRATE":1,
|
||||
"STDDEVS":0
|
||||
},
|
||||
"POOL_FEE":0.025
|
||||
}
|
||||
}
|
128
config/nexa.conf
128
config/nexa.conf
|
@ -1,128 +0,0 @@
|
|||
{
|
||||
"master":{
|
||||
"pooldb":{
|
||||
"host": "127.0.0.1",
|
||||
"user": "m2pool",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "m2pooldb",
|
||||
"port":3306,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"sharesdb":{
|
||||
"host": "127.0.0.1",
|
||||
"user": "m2pool",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "sharesdb",
|
||||
"port":3306,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"distribution":{
|
||||
"host": "127.0.0.1",
|
||||
"user": "root",
|
||||
"password": "123456",
|
||||
"database": "distribution",
|
||||
"port":6789,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"hashrate":{
|
||||
"host": "127.0.0.1",
|
||||
"user": "root",
|
||||
"password": "123456",
|
||||
"database": "test",
|
||||
"port":6789,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"users_addresses":{
|
||||
"host": "13.214.175.13",
|
||||
"user": "root",
|
||||
"password": "m2Pool2024@!",
|
||||
"database": "pool",
|
||||
"port":3123,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"balance":{
|
||||
"host": "18.143.153.132",
|
||||
"user": "app_user",
|
||||
"password": "8xdZ3~FR$c1mqcxwmLs",
|
||||
"database": "mydb",
|
||||
"port":3306,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
}
|
||||
},
|
||||
"slave":{
|
||||
"pooldb_slave":{
|
||||
"host": "172.17.0.1",
|
||||
"user": "m2pool",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "m2pooldb",
|
||||
"port":3307,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"sharesdb_slave":{
|
||||
"host": "172.17.0.1",
|
||||
"user": "m2pool",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "sharesdb",
|
||||
"port":3307,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
}
|
||||
},
|
||||
"redis_options":{
|
||||
"redis1":{
|
||||
"host":"localhost",
|
||||
"port":6379,
|
||||
"connectTimeout":10000
|
||||
}
|
||||
},
|
||||
"node_options":{
|
||||
"node1":{
|
||||
"rpcUser":"test",
|
||||
"rpcPassword":"test",
|
||||
"rpcPort":7227,
|
||||
"rpcHost":"127.0.0.1"
|
||||
},
|
||||
"node2":{
|
||||
"rpcUser":"test",
|
||||
"rpcPassword":"test",
|
||||
"rpcPort":7227,
|
||||
"rpcHost":"18.139.85.190"
|
||||
}
|
||||
},
|
||||
"retry_options":{
|
||||
"node":{
|
||||
"max_retries":10,
|
||||
"retry_delay":10000
|
||||
}
|
||||
},
|
||||
"REPORT_ADDRESS":"nexa:nqtsq5g54692xaxstwa8je7u6g83uy2x0mlgl52w75uvrsg4",
|
||||
"MAX_MATURE":20,
|
||||
"distribution_conf":{
|
||||
"PPLNS_SIZE":20000,
|
||||
"MODEL_PERCENT":{
|
||||
"SCORE":0,
|
||||
"PPLNS":0.7,
|
||||
"PROPDIF":0.3
|
||||
},
|
||||
"SCORE_PERCENT":{
|
||||
"HASHRATE":1,
|
||||
"STDDEVS":0
|
||||
},
|
||||
"POOL_FEE":0.025
|
||||
}
|
||||
}
|
128
config/rxd.conf
128
config/rxd.conf
|
@ -1,128 +0,0 @@
|
|||
{
|
||||
"master":{
|
||||
"pooldb":{
|
||||
"host": "127.0.0.1",
|
||||
"user": "m2pool",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "rxdpooldb",
|
||||
"port":3306,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"sharesdb":{
|
||||
"host": "127.0.0.1",
|
||||
"user": "m2pool",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "rxdsharesdb",
|
||||
"port":3306,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"distribution":{
|
||||
"host": "13.213.4.56",
|
||||
"user": "pool190",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "distribution",
|
||||
"port":6789,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"hashrate":{
|
||||
"host": "13.213.4.56",
|
||||
"user": "pool190",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "hashrate",
|
||||
"port":6789,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"users_addresses":{
|
||||
"host": "13.214.175.13",
|
||||
"user": "root",
|
||||
"password": "m2Pool2024@!",
|
||||
"database": "pool",
|
||||
"port":3123,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"balance":{
|
||||
"host": "18.143.153.132",
|
||||
"user": "app_user",
|
||||
"password": "8xdZ3~FR$c1mqcxwmLs",
|
||||
"database": "mydb",
|
||||
"port":3306,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
}
|
||||
},
|
||||
"slave":{
|
||||
"pooldb_slave":{
|
||||
"host": "172.17.0.1",
|
||||
"user": "m2pool",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "dgbopooldb",
|
||||
"port":3307,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"sharesdb_slave":{
|
||||
"host": "172.17.0.1",
|
||||
"user": "m2pool",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "dgbosharesdb",
|
||||
"port":3307,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
}
|
||||
},
|
||||
"redis_options":{
|
||||
"redis1":{
|
||||
"host":"localhost",
|
||||
"port":6379,
|
||||
"connectTimeout":10000
|
||||
}
|
||||
},
|
||||
"node_options":{
|
||||
"node1":{
|
||||
"rpcUser":"test",
|
||||
"rpcPassword":"test",
|
||||
"rpcPort":7332,
|
||||
"rpcHost":"127.0.0.1"
|
||||
},
|
||||
"node2":{
|
||||
"rpcUser":"test",
|
||||
"rpcPassword":"test",
|
||||
"rpcPort":7332,
|
||||
"rpcHost":"18.141.161.129"
|
||||
}
|
||||
},
|
||||
"retry_options":{
|
||||
"node":{
|
||||
"max_retries":10,
|
||||
"retry_delay":10000
|
||||
}
|
||||
},
|
||||
"REPORT_ADDRESS":"1MBm1CZGSxa8DbDRjNVigyYXo24gU3AEfv",
|
||||
"MAX_MATURE":10,
|
||||
"distribution_conf":{
|
||||
"PPLNS_SIZE":20000,
|
||||
"MODEL_PERCENT":{
|
||||
"SCORE":0,
|
||||
"PPLNS":0.7,
|
||||
"PROPDIF":0.3
|
||||
},
|
||||
"SCORE_PERCENT":{
|
||||
"HASHRATE":1,
|
||||
"STDDEVS":0
|
||||
},
|
||||
"POOL_FEE":0.025
|
||||
}
|
||||
}
|
128
config/test.conf
128
config/test.conf
|
@ -1,128 +0,0 @@
|
|||
{
|
||||
"master":{
|
||||
"pooldb":{
|
||||
"host": "127.0.0.1",
|
||||
"user": "m2pool",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "m2pooldb",
|
||||
"port":3306,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"sharesdb":{
|
||||
"host": "127.0.0.1",
|
||||
"user": "m2pool",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "sharesdb",
|
||||
"port":3306,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"distribution":{
|
||||
"host": "127.0.0.1",
|
||||
"user": "root",
|
||||
"password": "123456",
|
||||
"database": "distribution",
|
||||
"port":6789,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"hashrate":{
|
||||
"host": "127.0.0.1",
|
||||
"user": "root",
|
||||
"password": "123456",
|
||||
"database": "test",
|
||||
"port":6789,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"users_addresses":{
|
||||
"host": "13.214.175.13",
|
||||
"user": "root",
|
||||
"password": "m2Pool2024@!",
|
||||
"database": "pool",
|
||||
"port":3123,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"balance":{
|
||||
"host": "18.143.153.132",
|
||||
"user": "app_user",
|
||||
"password": "8xdZ3~FR$c1mqcxwmLs",
|
||||
"database": "mydb",
|
||||
"port":3306,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
}
|
||||
},
|
||||
"slave":{
|
||||
"pooldb_slave":{
|
||||
"host": "172.17.0.1",
|
||||
"user": "m2pool",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "m2pooldb",
|
||||
"port":3307,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
},
|
||||
"sharesdb_slave":{
|
||||
"host": "172.17.0.1",
|
||||
"user": "m2pool",
|
||||
"password": "pMJzgwrg@Frt8aDXkQAsTGhG!zy!H8Jd",
|
||||
"database": "sharesdb",
|
||||
"port":3307,
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 20,
|
||||
"queueLimit": 0
|
||||
}
|
||||
},
|
||||
"redis_options":{
|
||||
"redis1":{
|
||||
"host":"localhost",
|
||||
"port":6379,
|
||||
"connectTimeout":10000
|
||||
}
|
||||
},
|
||||
"node_options":{
|
||||
"node1":{
|
||||
"rpcUser":"test",
|
||||
"rpcPassword":"test",
|
||||
"rpcPort":7227,
|
||||
"rpcHost":"127.0.0.1"
|
||||
},
|
||||
"node2":{
|
||||
"rpcUser":"test",
|
||||
"rpcPassword":"test",
|
||||
"rpcPort":7227,
|
||||
"rpcHost":"18.139.85.190"
|
||||
}
|
||||
},
|
||||
"retry_options":{
|
||||
"node":{
|
||||
"max_retries":10,
|
||||
"retry_delay":10000
|
||||
}
|
||||
},
|
||||
"REPORT_ADDRESS":"nexa:nqtsq5g54692xaxstwa8je7u6g83uy2x0mlgl52w75uvrsg4",
|
||||
"MAX_MATURE":20,
|
||||
"distribution_conf":{
|
||||
"PPLNS_SIZE":20000,
|
||||
"MODEL_PERCENT":{
|
||||
"SCORE":0,
|
||||
"PPLNS":0.7,
|
||||
"PROPDIF":0.3
|
||||
},
|
||||
"SCORE_PERCENT":{
|
||||
"HASHRATE":1,
|
||||
"STDDEVS":0
|
||||
},
|
||||
"POOL_FEE":0.025
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue