当前位置: 首页 > 软件库 > Web3 > 开源货币/比特币 >

monero-web-miner

Monero Web Miner source code repository.
授权协议 BSD-3-Clause License
开发语言 JavaScript
所属分类 Web3、 开源货币/比特币
软件类型 开源软件
地区 不详
投 递 者 令狐烨烨
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Monero Web Miner

An online fee free, CPU based Monero miner that allows you to mine Monero in your web browser!

Requirements

Setup

Currently this software is setup to run on Linux servers, tho it can be ran on any operating system...

Installing required dependencies

sudo apt-get update
sudo apt-get install python

wget "https://bootstrap.pypa.io/get-pip.py"
python get-pip.py
rm get-pip.py
pip install tornado

sudo apt-get install nodejs
sudo apt-get install nodejs-legacy
sudo apt-get install npm

git clone https://github.com/cazala/coin-hive-stratum.git
cd coin-hive-stratum
npm install -g coin-hive-stratum
cd ..
rm -r coin-hive-stratum

git clone https://github.com/AnythingTechPro/monero-web-miner.git
cd monero-web-miner

Running the Monero Web Miner software

screen python main.py
ctrl-a + ctrl-d

bash run_proxy.sh

License

Monero Web Miner is licensed under the "BSD 3-Clause License", for more info refer to the "LICENSE" file.

Donate

Want to help me maintain the project, consider donating a few dollars; maybe buy me a coffee :D

1N1kaGda8P6RxGUqpDYSRUcX9ob6G5BXq2 (BTC)

0x1c568D5D106a8b4600e088a87c06548dB489Cb02 (ETH)

Lg2abWKCEyGAvZnyCWFt21vF5JhGb3jHbx (LTC)

 相关资料
  • Monero Copyright (c) 2014-2021 The Monero Project. Portions Copyright (c) 2012-2013 The Cryptonote developers. Table of Contents Development resources Vulnerability response Research Announcements Tra

  • monero-regex Regular expression for matching Monero (XMR) addresses Install ~ ❯❯❯ npm install monero-regex Usage const moneroRegex = require('monero-regex');moneroRegex().test('nodejsrocks 47BnvD18P45

  • Monero JavaScript Library A Node.js library for creating Monero applications using RPC and WebAssembly bindings to monero v0.17.2.3 'Oxygen Orion'. Supports wallet and daemon RPC clients. Supports cli

  • JavaScript miner for the cryptocurrency Monero Blockchain (XMR) using Coin-Hive �� Use Client's CPU Power Monero is different. To mine Monero, you have to calculate hashes with an algorithm called Cry

  • Monero Ban List This is my personal, daily updating, mirror of the blocklists at gui.xmr.pm Upstream https://gui.xmr.pm/files/block.txt https://gui.xmr.pm/files/block_tor.txt To use, download the bloc

  • docker-monero Built from source monero Docker images based on Alpine Linux Pulling docker pull cornfeedhobo/monero Running the Daemon docker run -dit --name monero \ -v $HOME/.bitmonero:/root/.bitmon