0
UPDATED AND CLARIFIED AND SIMPLIFIED
I'm looking through npmjs.org - My thought is can a node.js server mine (without a graphics card just using its own possessing power?) If so (there are a lot of modules for different things to do with statum) has anyone else done this?
I'm having difficulty understanding things with these npm modules on how to get them hooked up the same as my batch file (.bat) currently using cgminner ( I don't want to use cgminner just node.js)
my .bat for cgminer looks something like this:
cgminer.exe --scrypt -u example.1 -p x -o stratum+tcp://united.wemineltc.com:3334 --gpu-platform 0 -w 256 -v 1 -I 17 -g 1 -l 1 --thread-concurrency 6496
- does anyone use node.js for this
- can someone show me which npm modules mine
- can someone show me how to add my bat details to a npm node module js script
Thanks Guys!
I recommend you clarify your question down to a single thing like "How to mine using node.js", it's hard to interpret this. – John T – 2014-03-15T23:40:09.797
I have updated and clarified.. Please unhold, thank you – Ben Muircroft – 2014-03-16T03:45:31.027
This question could be simplified down to "Is it efficient to use Node.js for mining? If so how?". All the extra info, the youtube video, mentioning your friend, is all very unnecessary and still very hard to interpret. – John T – 2014-03-16T04:26:08.757
ok I will change now... – Ben Muircroft – 2014-03-16T07:42:47.040
That's a good edit there, we have to do this because improperly worded questions will show up on all kinds of searches and confuse people who have the same question. – John T – 2014-03-16T07:52:34.063
cazala coin-hive is the only one that can mine cryptonight coins (e.g. monero) via node.js – Sun – 2017-10-07T03:11:19.433