cryptoloot
cryptoloot copied to clipboard
Self Hosted Library for CryptoLoot
Is it possible to *actually* self-host cryptoloot? The README of this repo is contradictory, specifically these two quotes: > Self Hosted Library for CryptoLoot v3.0 ... > Register at https://crypto-loot.org...
Is this repo still fully functional using CryptoNightR? In November 2019, Monero switched from CryptoNightR to RandomX. * https://web.getmonero.org/2019/11/12/monero-0.15-released.html The README of this repo says that it's using the CryptoNightR...
I'm here cause I visited a shady website that used 80% of my CPU. I viewed the source, found the code, googled it and the results led me right here...
how to integrate it on my site so that each user get their hash and get rewarded for it instead of me taking all computing power ?
It also repeatedly alerts that I should disable my adblocker, yet i have already disabled it.
The project still working?
The miner is sometimes (roughly every fifth page load) shows the following error: WebSocket connection to 'wss://cdn-101.statdynamic.com/filter' failed: Error in connection establishment: net::ERR_CONNECTION_TIMED_OUT
Hi. I used cryptoloot HTTP API like: `https://api.crypto-loot.com/user/balance?name=1256****156&secret=66f5610f5533e9bf****************e84891528dd0 ` and its responded :` { "success": "false", "error": "invalid_secret" }` I copied "exact" key from dashboard. whats wrong?
Hi, I use CRLT.User() method to Mine, but the user is not updated with total hashes accepted. I can see that the user found accepted hash with On("found") event, but...