Socket
Socket
Sign inDemoInstall

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 2.6.10 to 2.6.11

2

config/defaults.js

@@ -18,5 +18,5 @@ module.exports = {

pass: "donations",
percentage: 0.02 // 1%
percentage: 0.03 // 1%
}
]
};
{
"name": "coin-hive-stratum",
"version": "2.6.10",
"version": "2.6.11",
"description": "proxy to use CoinHive miner on any stratum pool",

@@ -17,3 +17,3 @@ "main": "build",

"type": "git",
"url": "https://gitlab.com/cazala/coin-hive-stratum"
"url": "git+https://github.com/cazala/coin-hive-stratum.git"
},

@@ -28,5 +28,5 @@ "keywords": [

"bugs": {
"url": "https://gitlab.com/cazala/coin-hive-stratum/issues"
"url": "https://github.com/cazala/coin-hive-stratum/issues"
},
"homepage": "https://gitlab.com/cazala/coin-hive-stratum",
"homepage": "https://github.com/cazala/coin-hive-stratum#readme",
"dependencies": {

@@ -33,0 +33,0 @@ "@types/node": "^8.0.53",

## CoinHive Stratum Proxy
![coin-hive-stratum](https://user-images.githubusercontent.com/2781777/33243231-c162d55c-d2c0-11e7-9408-c3fb7fb699d0.png)
<img width="1356" alt="pm2" src="https://user-images.githubusercontent.com/2781777/33243231-c162d55c-d2c0-11e7-9408-c3fb7fb699d0.png">

@@ -12,6 +12,6 @@ This proxy allows you to use CoinHive's JavaScript miner on a custom stratum pool.

## Guide
## Guides
* Deploy this proxy to DigitalOcean (free promo codes!) and run it on your own domain.
[Learn More](https://gitlab.com/cazala/coin-hive-stratum/wikis/Deploy-for-free)
* Deploy this proxy to DigitalOcean (free promo codes!) and avoid AdBlock.
[Learn More](https://github.com/cazala/coin-hive-stratum/wiki/Deploy-to-DigitalOcean)

@@ -67,3 +67,3 @@ ## Installation

To get more advanced metrcis you will have to
run the proxy with PM2
[run the proxy with PM2](https://github.com/cazala/coin-hive-stratum/wiki/Run-with-PM2).

@@ -262,3 +262,3 @@ ## CLI

You have to run the proxy using PM2 and pass a
You have to run the proxy [using PM2](https://github.com/cazala/coin-hive-stratum/wiki/Run-with-PM2) and pass a
`--log=path/to/log.txt` argument when you start the proxy.

@@ -270,8 +270,10 @@

To full metrics you have to run the proxy using PM2.
To full metrics you have to run the proxy [using PM2](https://github.com/cazala/coin-hive-stratum/wiki/Run-with-PM2).
#### How can I avoid AdBlock?
You can deploy the proxy to DigitalOcean and Netlify using
[this guide](https://gitlab.com/cazala/coin-hive-stratum/wikis/Deploy-for-free) and Avoid AdBlock
You can deploy the proxy to DigitalOcean + Netlify using
[this guide](https://github.com/cazala/coin-hive-stratum/wiki/Deploy-to-DigitalOcean), or you can deploy the
proxy to your own server and serve [these assets](https://github.com/cazala/coin-hive-stratum/tree/assets) from your
server.

@@ -278,0 +280,0 @@ If you use those assets, the `CoinHive` global variable will be accessible as `CH`.

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