Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

coin-hive-stratum

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coin-hive-stratum - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc