Skip to content

SnowR4in/BrowserMiner

Repository files navigation

browser mining

Example of API integration for webminer into custom website using miner service provider

Disclaimer:

This repository is mainly for educational purpose only. Author doesn't affiliated with any other related platforms

Start For Node JS

  1. Install node v18
sudo apt update
sudo apt install curl ca-certificates -y
curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash
source ~/.bashrc
nvm install 18
  1. Build project
npm install
sh install.sh
  1. Start
node index.js
  1. Run in background
npm i -g pm2
pm2 start ecosystem.config.js

Start For Python

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published