coin-hive-stratum
Advanced tools
Comparing version 1.4.2 to 1.4.3
{ | ||
"name": "coin-hive-stratum", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"description": "proxy to use CoinHive miner on any stratum pool", | ||
@@ -5,0 +5,0 @@ "main": "src/proxy.js", |
@@ -177,2 +177,3 @@ CoinHive Stratum Proxy | ||
ETH: 0xa423bfe9db2dc125dd3b56f215e09658491cc556 | ||
LTC: LeeemeZj6YL6pkTTtEGHFD6idDxHBF2HXa | ||
XMR: 46WNbmwXpYxiBpkbHjAgjC65cyzAxtaaBQjcGpAZquhBKw2r8NtPQniEgMJcwFMCZzSBrEJtmPsTR54MoGBDbjTi2W1XmgM | ||
@@ -179,0 +180,0 @@ ``` |
@@ -305,2 +305,6 @@ const WebSocket = require("ws"); | ||
} | ||
if (data.error && data.error.code === -1) { | ||
const connection = poolConnection.rpc[data.id]; | ||
destroyConnection(connection); | ||
} | ||
} | ||
@@ -307,0 +311,0 @@ if (data.id) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28747
679
182