coin-hive-stratum
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "coin-hive-stratum", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "proxy to use CoinHive miner on any stratum pool", | ||
@@ -5,0 +5,0 @@ "main": "src/proxy.js", |
@@ -26,3 +26,3 @@ CoinHive Stratum Proxy | ||
// Configure CoinHive to point to your proxy | ||
CoinHive.CONFIG.WEBSOCKET_SHARDS = [["ws://localhost:8094"]]; | ||
CoinHive.CONFIG.WEBSOCKET_SHARDS = [["ws://localhost:8892"]]; | ||
@@ -38,8 +38,5 @@ // Start miner | ||
You can also use this package programatically: | ||
# CLI | ||
You can use `coin-hive-stratum` from the command line: | ||
``` | ||
@@ -93,3 +90,3 @@ Usage: 'coin-hive-stratum <port>' | ||
// Configure CoinHive to point to your proxy | ||
CoinHive.CONFIG.WEBSOCKET_SHARDS = [["ws://localhost:8094"]]; | ||
CoinHive.CONFIG.WEBSOCKET_SHARDS = [["ws://localhost:8892"]]; | ||
@@ -96,0 +93,0 @@ // Start miner |
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
8304
99