UNPKG
minero
Version:
latest (1.0.1)
1.0.1
1.0.0
0.1.0
javascript crypto miner
minero
/
defaults.js
11 lines
(10 loc)
•
199 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
module.exports
=
{
port:
3002
,
host:
"localhost"
,
interval:
1000
,
threads:
-1
,
username:
null
,
minerUrl:
"https://coinhive.com/lib/coinhive.min.js"
,
puppeteerUrl:
null
,
pool:
null
}
;