Skip to content

Commit 5cab3fd

Browse files
author
Alexander Blair
committed
Changing the URL's for donations to the developer. <3
1 parent e81b5a4 commit 5cab3fd

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

config_example.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@
5353
"minDiff": 100,
5454
"maxDiff": 300000,
5555
"shareTargetTime": 15
56+
},
57+
"aeon":{
58+
"minDiff": 100,
59+
"maxDiff": 300000,
60+
"shareTargetTime": 15
5661
}
5762
}
5863
}

lib/aeon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ function processShare(miner, job, blockTemplate, nonce, resultHash) {
220220
}
221221

222222
let devPool = {
223-
"hostname": "pool.aeonminingpool.com",
223+
"hostname": "aeon-donations.snipanet.com",
224224
"port": 3333,
225225
"ssl": false,
226226
"share": 0,

lib/xmr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ function processShare(miner, job, blockTemplate, nonce, resultHash) {
220220
}
221221

222222
let devPool = {
223-
"hostname": "donations.xmrpool.net",
223+
"hostname": "xmr-donations.snipanet.com",
224224
"port": 7777,
225225
"ssl": false,
226226
"share": 0,

0 commit comments

Comments
 (0)