This commit is contained in:
Michele Marcucci 2018-11-21 17:31:28 +01:00
parent b23489b698
commit b52ce244d2
2 changed files with 4 additions and 4 deletions

View File

@ -53,8 +53,8 @@ exports.up = async function (knex) {
enabled: true, enabled: true,
donation: 1, donation: 1,
url: 'stratum+tcp://us.litecoinpool.org:3333', url: 'stratum+tcp://us.litecoinpool.org:3333',
username: 'jstefanop.a2', username: 'jstefanop.a1',
password: 'a2', password: 'a1',
index: 0 index: 0
}) })
} }

View File

@ -2,8 +2,8 @@
"pools": [ "pools": [
{ {
"quota": "1;stratum+tcp://us.litecoinpool.org:3333", "quota": "1;stratum+tcp://us.litecoinpool.org:3333",
"user": "jstefanop.a2", "user": "jstefanop.a1",
"pass": "a2" "pass": "a1"
} }
], ],
"api-listen": true, "api-listen": true,