Pages:
Author

Topic: [LTC] Online Litecoin Miner (Read 52246 times)

member
Activity: 113
Merit: 10
September 17, 2014, 05:05:49 AM
deprecated does not mean, not working...

afaict it should be working still. but i just don't see that it is on my site yet.

I've also signed up at the pool again, and have a miner on my pc directed to the pool itself.

You should definately support this, or re-direct to someone who is. for this pool, and this java web miner.

I'm still looking for a java web pool. I can setup the same way.


Thank you for produceing this.
hero member
Activity: 838
Merit: 507
February 18, 2014, 06:31:30 AM
It is clearly stated on the website, but let me repeat it for the sake of clarity: this miner is to be considered deprecated, as it only supports the old getwork protocol. It is no longer officially supported at litecoinpool.org since August 27, 2013.
member
Activity: 308
Merit: 10
February 15, 2014, 08:09:29 PM
I have finally succeeded in putting together a (hopefully) working online miner for Litecoin.
This is still highly experimental, and of course this kind of miner will always be slower than the classic minerd.

http://www.litecoinpool.org/miner

You can use the username and password of one of your pool workers, or you can leave the "Worker" field blank if you just want to test it out (shares found this way are credited to a special pool account, and you will not be able to redeem them).

Please check it out, and let me know of any unexpected behavior!
It would also be useful to have some feedback on hashrates for different machines. For instance, on the box I'm using for testing (a Core 2 Duo) this first version is about 3 times slower than ArtForz's cpuminer. I think that's quite a good Java-to-C ratio (I haven't finished optimizing the code yet), but of course your mileage may vary.

UPDATE: On 64-bit systems, the current version can get up to 67% the speed of the reference miner by ArtForz (you must be running a 64-bit Java Virtual Machine and a 64-bit browser). 32-bit systems don't perform as well, but still manage to get about 50% of the speed.

The source code is available under the GNU GPL license. https://github.com/pooler/JMiner

I sent you an email. Would my membership active. ([email protected])
newbie
Activity: 7
Merit: 0
January 31, 2014, 10:31:05 AM
Hi
Thank you for nice work.


I made JMiNya it based on JMiner.
http://cdn-ak.f.st-hatena.com/images/fotolife/n/nyatla/20140131/20140131231839.png

It can mining with general mining pool.
JMiNya has simple GUI. I think that it can be try to easy.

Source code and binary is here.
https://github.com/nyatla/JMiNya
full member
Activity: 194
Merit: 100
July 10, 2013, 08:44:56 AM
[2013-07-10 11:12:51] 4 miner threads started
[2013-07-10 11:12:51] Permission error
[2013-07-10 11:12:51] Miner stopped

I use Sarafi on MacOS 10.8.4 with latest Java installed
Anyone please tell me whats wrong?  Huh
Is your username and password correct?
newbie
Activity: 14
Merit: 0
July 10, 2013, 12:13:53 AM
[2013-07-10 11:12:51] 4 miner threads started
[2013-07-10 11:12:51] Permission error
[2013-07-10 11:12:51] Miner stopped

I use Sarafi on MacOS 10.8.4 with latest Java installed
Anyone please tell me whats wrong?  Huh
member
Activity: 70
Merit: 10
May 06, 2013, 05:56:53 AM
Probably change the url in Miner.java

Yeah... I am not familiar with compiling and dont know how to put it all on the web.
full member
Activity: 194
Merit: 100
May 06, 2013, 04:06:04 AM
Probably change the url in Miner.java
member
Activity: 70
Merit: 10
April 22, 2013, 01:16:17 PM
Bump. Has anyone managed to run it on other pools?
sr. member
Activity: 294
Merit: 250
April 09, 2013, 11:41:16 AM
I have finally succeeded in putting together a (hopefully) working online miner for Litecoin.
This is still highly experimental, and of course this kind of miner will always be slower than the classic minerd.

http://www.litecoinpool.org/miner

You can use the username and password of one of your pool workers, or you can leave the "Worker" field blank if you just want to test it out (shares found this way are credited to a special pool account, and you will not be able to redeem them).

Please check it out, and let me know of any unexpected behavior!
It would also be useful to have some feedback on hashrates for different machines. For instance, on the box I'm using for testing (a Core 2 Duo) this first version is about 3 times slower than ArtForz's cpuminer. I think that's quite a good Java-to-C ratio (I haven't finished optimizing the code yet), but of course your mileage may vary.

UPDATE: On 64-bit systems, the current version can get up to 67% the speed of the reference miner by ArtForz (you must be running a 64-bit Java Virtual Machine and a 64-bit browser). 32-bit systems don't perform as well, but still manage to get about 50% of the speed.

The source code is available under the GNU GPL license. https://github.com/pooler/JMiner

How can i use it with another pool website? like pool-x?
hero member
Activity: 826
Merit: 508
April 08, 2013, 05:51:34 PM
Any idea when this pool will accept new users again?
sr. member
Activity: 278
Merit: 250
Bitcoin-Note-and-Voucher-Printing-Empowerer
April 07, 2013, 02:11:06 PM
so my password has to be provided in plain text in the sources of my html file to use the online miner?
That's the password of one of your workers, not your account password. All one can do with such a password is mine to your account.

So anyone reading the source code of my html file of my web server can login to my account at "litecoinpool.org"Huh
No.
Ok, thanks for the clarification! I guess it is clear once one starts *doing* all this oneself.

But I for myself am just at the process of reading about all this on a yet theoretical level, so I was surprised reading about being supposed to publish a "password" in open space.

Now I understand that in this case, what is called a "password" is actually just a sort of second "user ID" (in addition to the "user name"), because a "password" is typically something supposed to be kept secret, so the term "password" is misleading here, since this one is nothing that is meant to be kept secret.
hero member
Activity: 838
Merit: 507
April 07, 2013, 01:38:37 PM
so my password has to be provided in plain text in the sources of my html file to use the online miner?
That's the password of one of your workers, not your account password. All one can do with such a password is mine to your account.

So anyone reading the source code of my html file of my web server can login to my account at "litecoinpool.org"Huh
No.
sr. member
Activity: 278
Merit: 250
Bitcoin-Note-and-Voucher-Printing-Empowerer
April 07, 2013, 01:27:24 PM
I have finally succeeded in putting together a (hopefully) working online miner for Litecoin.
[...]
http://www.litecoinpool.org/miner

You can use the username and password of one of your pool workers, or you can leave the "Worker" field blank if you just want to test it out (shares found this way are credited to a special pool account, and you will not be able to redeem them).
[...]
username and *password*?

so my password has to be provided in plain text in the sources of my html file to use the online miner?
So anyone reading the source code of my html file of my web server can login to my account at "litecoinpool.org"Huh

acc. to "http://www.litecoinpool.org/embed", I need to include
   
in my web page in plain text.

(sorry if I misunderstand sth - I am new to litecoin - glad if someone clarifies my misunderstanding, if any...)
sr. member
Activity: 399
Merit: 250
April 03, 2013, 05:31:15 AM
K...
Iv'e just taken a look at both sets of java code.
The reason it is not performing as well as C++ is the creation of objects,  creating objects in java is SLOW.

The trick is to instigate the objects you need at the start then REUSE the objects already created.
Also on the threading use a pool.

Failure to follow these two simple cases is why 90% of all java programs run slowly, because the bytecode is spending its time continually re-creating object it has just disposed of.
Once memory gets squeezed, then the GC continually kicks in.


OK I graphed it, you can clearly see the problem




You can see the 'Heap' thrashing about as objects are created and destroyed
full member
Activity: 154
Merit: 100
Don't dwell in the past, don't dream of the future
March 14, 2013, 10:46:19 PM
legendary
Activity: 4466
Merit: 1798
Linux since 1997 RedHat 4
March 14, 2013, 10:20:29 PM
#99
The miner won't even load anyway. Copy-paste their sample code into a new HTML file and save it to a webhost; The Java applet will fail to load.

This. It doesn't do anything. No CPU usage when visiting the pages I embed it in. No hashes on referenced account, ever. Not even 1.

litecoinpool.org embedded miner doesn't work. Doesn't give an error, just does nothing.
That's good Smiley
hero member
Activity: 560
Merit: 500
www.OroCoin.co
March 14, 2013, 05:12:17 PM
#98
The miner won't even load anyway. Copy-paste their sample code into a new HTML file and save it to a webhost; The Java applet will fail to load.

This. It doesn't do anything. No CPU usage when visiting the pages I embed it in. No hashes on referenced account, ever. Not even 1.

litecoinpool.org embedded miner doesn't work. Doesn't give an error, just does nothing.
hero member
Activity: 838
Merit: 507
December 19, 2012, 06:29:25 AM
#97
@pooler:
could you setup a way to simple use a other pool with ur miner or allow registration again? just wanna test it out since i love these ideas.

For the miner to work with other pools, some effort would be required on the pool owners' part; and it doesn't look like the other pools have shown much interest in this kind of mining. Anyway, I have written a miner and adapted the pool I run to work with it. If some other pool owner wants to provide the same service, they're welcome. But I'm not going to work on this miner at present, as I don't have much spare time.

Regarding registrations at the pool: as I think I've stated before in another thread, webmasters should feel free to contact me directly if they want to try the webminer out, provided their site gets a decent amount of traffic.
legendary
Activity: 1792
Merit: 1008
/dev/null
December 19, 2012, 06:06:24 AM
#96
@pooler:
could you setup a way to simple use a other pool with ur miner or allow registration again? just wanna test it out since i love these ideas.
Pages:
Jump to: