Socket
Socket
Sign inDemoInstall

react-captcha-coinhive

Package Overview
Dependencies
254
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-captcha-coinhive

Mine cryptocurrency when you want to verify your users are not bots.


Version published
Maintainers
1
0

Weekly downloads

Readme

Source

React Coinhive Captcha

React Component for coinhive captcha, mine cryptocurrency when you want to verify your users are not bots.

This uses Coin-Hive to mine Monero (XMR).

Installation

npm install --save react-coinhive-captcha

Usage

// Anywhere in your app as long as it gets mounted
<CoinhiveCaptcha siteKey='EiQYufg9i1OKaZ8mSoSZrjui9ahcbfjG' onComplete={() => console.log('mining completed')} />

Props

  • siteKey: Your Coin-Hive Site Key.

  • userName: If used, the miner will be created with CoinHive.User(siteKey, userName). By default the miner is created with CoinHive.Anonymous(siteKey).

  • threads: The number of threads the miner should start with. Default is 2.

  • maxHash: The number of maximum hash the miner should mine. Default is 1024.

  • throttle: The fraction of time that threads should be idle. Default is 0.

  • onComplete: A function that is called when the miner instance is completed.

Disclaimer

I have nothing to do with coin-hive.com

FAQs

Last updated on 08 Oct 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc