Felix
Felix
Not sure how to install them.
"sudo apt-get install raspberrypi-kernel-headers" ?
That solved it thanks.
Yes > On Dec 14, 2017, at 1:36 PM, Juan Cazala wrote: > > have you tried this? https://github.com/cazala/coin-hive#troubleshooting > > — > You are receiving this because you authored...
The way I did it was by downloading the chromium build from this url https://drive.google.com/a/chromium.org/uc?id=0B7RLEApsOKBLZUZuQl9JR3dXS2c&export=download Then set executablePath to where you extracted it to. For example: ` const miner =...
No problem. Glad it worked for you too. > On Dec 23, 2017, at 2:37 AM, Antonio Gomez wrote: > > @felixgalindo Thanks for that man, it worked! I was...
Nothing to write home about.... I am getting around 3-5 hashes per second. On Tue, Jan 2, 2018 at 9:56 PM, tejanous wrote: > Just to know, how many hashrate...
const CoinHive = require('coin-hive'); (async() => { const miner = await CoinHive('etnKey', { pool: { host: 'etnpool.minekitten.io', port: 3333 } }); await miner.start(); miner.on('found', () => console.log('Found!')) miner.on('accepted', () =>...
Yes I tried that. It doesn’t work because the wrong version of chromium gets installed. I had to install a different version manually and point it to it. > On...
Well I resolved it on my own using a work-around but anyone who tries to use the coin-hive library will experience the same issue.