Bitcoin Forum
May 25, 2024, 07:21:28 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 [26] 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 »
501  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] The Litecoin PPS Pool - We pay for stale shares! on: December 09, 2012, 12:52:36 PM
Something is strange:
- I am logged in with 2 computers and mining from several hours on http://www.litecoinpool.org/miner, but the shares generated do not appear on my account http://www.litecoinpool.org/account

- I inserted the embeddable miner on a couple of websites of mine with my user.name:pass, but they do not seem to work even if I load the plugin when asked by my browser. The miners are here:
http://webabuser.blogspot.com/p/support.html
http://saveyourassetsfirst.blogspot.com

The password you provide on the second page you listed is wrong, please correct it. The embeddable miner on the first page, on the other hand, appears to be working well, and so does the online miner on the pool website. I have briefly tested both of them using your worker's credentials, and shares do show up in your account page.
Please keep in mind that share counts are not updated in real time, but only every minute.
502  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] The Litecoin PPS Pool - We pay for stale shares! on: December 05, 2012, 11:49:07 AM
Just in case of further DDos attack, how we set up for solo mining using cpuminer?

I especially want to know the string and where to enter it as command line (while using server:port and userpass)
To mine solo just tell cpuminer to connect to your local Litecoin daemon, using the local IP of the machine and the RPC username and password defined in your litecoin.conf. The default port is 9332.
If you want to set up failover pools in cpuminer, see this thread.

Oh yes, about public key, what this all about?
At present it's only used for the avatar, you don't need to worry about it.
503  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] The Litecoin PPS Pool - We pay for stale shares! on: December 02, 2012, 06:54:56 PM
DDoS attack is in progress. Sorry for the inconvenience.
504  Bitcoin / Mining software (miners) / Re: RollProxy - a bandwidth-saving mining proxy on: November 30, 2012, 10:07:20 PM
any way to log mining data like shares submitted per worker etc ? like in a text file or something?

Done. There's now a --sharelog option that allows you to specify a file for logging submissions.
505  Alternate cryptocurrencies / Mining (Altcoins) / Re: [LTC] An (even more) optimized version of cpuminer on: October 21, 2012, 03:19:22 PM
something like: total hashrate,
At present this is printed when a share is submitted. I could add an option so that it is printed every N seconds instead.

running time,
I'm curious... what for?

server ip/port,
I don't think that would make sense, since it's the user himself who supplies the information. It does make sense in cgminer as cgminer can handle multiple providers.

blocks found (if any) etc.
Could be done, but wouldn't it be a bit useless?
506  Alternate cryptocurrencies / Mining (Altcoins) / Re: [LTC] An (even more) optimized version of cpuminer on: October 20, 2012, 03:16:17 PM
I don't think I'm going to add the curses library as a dependency.

any other way to show some overall statistics, from time to time or maybe on exit

Just to get an idea, what kind of statistics would you like to see?
507  Alternate cryptocurrencies / Mining (Altcoins) / Re: [LTC] An (even more) optimized version of cpuminer on: October 20, 2012, 08:43:00 AM
any chance to implement some kind of statistic portion of the window, something like CGMiner ?

I don't think I'm going to add the curses library as a dependency.
508  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] The Litecoin PPS Pool - We pay for stale shares! on: October 19, 2012, 04:56:41 PM
Sorry guys, pool is currently down. Yes, DDoS once again.
509  Bitcoin / Mining software (miners) / Re: RollProxy - a bandwidth-saving mining proxy on: October 14, 2012, 02:15:28 PM
Rolled back to v0.5.1. On pool errors v0.5.2 started rotating over all configured pools in a endless loop...

I just had a look at the 0.5.2 commit. All I did is adding a 1-second pause between retries; I don't think I've changed anything else in the failover mechanism.
So I'd say if the problem you describe exists in 0.5.2 it should also exist in 0.5.1.
Can you please send me some logs if the issue shows up again?
510  Bitcoin / Mining software (miners) / Re: RollProxy - a bandwidth-saving mining proxy on: October 12, 2012, 10:18:31 AM
Whenever rollproxy has a connection issue between itself and a pool, CPU usage goes crazy (it's stuck in a loop, I'd imagine).  With enough rigs running against it, rollproxy can no longer keep up with providing work while this is happening.
I have added a 1-second pause between retries as a quick-and-dirty fix for this issue.

What's this "cannot decode byte"-message? Happens everytime I try to access rollproxy with a browser... the webinterface is not displayed.
After exchanging a few private messages with ShadesOfMarble, this turned out to be a OS-and-locale-dependent issue; it should be fixed now.

Version 0.5.2 should also support miners that (like Phoenix) issue long polling requests using the GET method.
511  Other / Beginners & Help / Re: Litecoin cpuminer config setup? on: October 11, 2012, 07:45:12 AM
So I created this with all my info and put it in the same folder as the cpuminer...

Create a cfg.json like so:
[...]

Did you tell cpuminer to use your configuration file?
Code:
./minerd -c cfg.json
(This is described in the --help output, by the way.)
If you don't specify arguments, cpuminer will just use the default connection settings, and will try to connect to localhost:9332 without credentials.

If that is not the problem, please post the full output given by minerd.
512  Bitcoin / Mining software (miners) / Re: RollProxy - a bandwidth-saving mining proxy on: October 03, 2012, 01:14:44 PM
Do you plan to add support for ntime rolling to the miners ? I'm asking because my config is a little odd and I have to cascade 2 rollproxy and I notice that second one does not see any support for ntime rolling from the first proxy.
If miners were allowed to do ntime rolling themselves, they could end up working on the exact same work unit, so it's not a good idea. Maybe it is possible to allow for little variations using a very low "expire" parameter, assuming of course that miners interpret that correctly, but honestly I can't see why you need the miners to roll the work themselves when they can just ask the proxy to do it.

Quote
Do you plan to support the new getblocktemplate protocol in the proxy ?
Support for additional protocols is not planned at this time. I have very limited time to dedicate to this project, so right now I can only fix bugs and maybe add a few minor features.
513  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] The Litecoin PPS Pool - We pay for stale shares! on: September 20, 2012, 06:42:41 AM
Argh!!! I want to sign-up so badly but registration is currently closed, is there any way I can get on a waiting list?

Please send me an email (address is on the homepage). I will try to notify you when registrations open again.
514  Bitcoin / Mining software (miners) / Re: RollProxy - a bandwidth-saving mining proxy on: September 19, 2012, 06:21:46 PM
pooler, looks like you're concerned about mining efficiency. Maybe you would be interested in supporting Stratum in your proxy as well? Smiley

I'm really busy with other stuff in this period, so no, or at least not any time soon.
515  Bitcoin / Mining software (miners) / Re: RollProxy - a bandwidth-saving mining proxy on: September 18, 2012, 07:14:03 PM
As I understand, this helps for situation where miner don't support ntime rolling and pool does, right? [...]
The way I understand it, a miner can only do rolling within itself. If you have several miners on different machines, this proxy will help a lot. But please correct me if this is nonsense!

Yes, macavity is right, that's the true raison d'être of this program, and why it was developed.
RollProxy allows multiple miners to reuse the same work unit. And this can bring huge bandwidth savings.
516  Alternate cryptocurrencies / Pools (Altcoins) / Re: [Pool] - Coinotron - LTC and PPC pure PPS pools with 2% fee on: September 16, 2012, 01:52:50 PM
if its a pure PPS, then it will also pay for stale, and the payputs will be instant.. so sorry no, i would not call it a pure PPS

No, no reward system intrinsically needs to pay for stale shares, as validity of shares can be checked as soon as they are submitted.
I'm not even sure payouts need to be instant for a pool to be called a "pure PPS" pool. On the other hand, if a pool really uses a pure PPS system, there should be no reason to delay payments.

It's the "doesn't pay for orphans" aspect that makes me think this cannot be considered a pure PPS system. And it isn't SMPPS either. Maybe an acronym for this system has not been devised yet.

I'm confident Coinotron's system is fair and legit, but I would like to understand better how it works, so that (if need be) we can find a proper name for it.
517  Alternate cryptocurrencies / Pools (Altcoins) / Re: [Pool] - Coinotron - LTC and PPC pure PPS pools with 2% fee on: September 16, 2012, 12:44:21 PM
Coinotron has PPS LTC and PPC pools. Fee is 2%. Coins are available for payout after 520 (PPC) or 120 (LTC) confirmations.

Sorry, I'm a bit confused. Does that mean that the pool is using a SMPPS system?

No, it doesn't use SMPPS.

Pool uses pure PPS. Pool doesn't pay for stales and orphans. Because we don't pay for orphans we must wait until block has certain amount of confirmations. 120 in case of LTC.

I still don't understand. In a pure PPS system, rewards must be completely independent of block finding, so it's not clear what you mean when you say that you "don't pay orphans".

How do you implement that? You link shares to a given block round and wait till the block is confirmed before paying the shares? So if the block gets orphaned you invalidate all the shares linked to that round?
518  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] The Litecoin PPS Pool - We pay for stale shares! on: September 16, 2012, 11:23:46 AM
Pooler, think you could use this for LTC mining for your pool?

https://mining.bitcoin.cz/mining-proxy-howto

Unless I'm mistaken, that would require adapting the pool server to directly support the Stratum protocol. I don't think there's a server-side proxy that can take care of interfacing with pushpool.

At any rate, I had a look at the official documentation for the protocol, and its main feature appears to be extranonce rolling. In the case of Litecoin, this feature is useless, since the regular nonce space is large enough for all kinds of miners, including the fastest GPUs. (Even the rollntime extension is useless, unless it is used to share the same work unit among multiple miners using a proxy.)

While I'm at it, I would like to mention that there are at least two other (older) mining protocols out there, namely pushpool's binary protocol and the Multiminer protocol (MMP), and each has its advantages. Unfortunately, no mainstream miner supports the former, and only Phoenix seems to support the latter.
519  Alternate cryptocurrencies / Pools (Altcoins) / Re: [Pool] - Coinotron - LTC and PPC pure PPS pools with 2% fee on: September 16, 2012, 10:46:05 AM
Coinotron has PPS LTC and PPC pools. Fee is 2%. Coins are available for payout after 520 (PPC) or 120 (LTC) confirmations.

Sorry, I'm a bit confused. Does that mean that the pool is using a SMPPS system?
520  Bitcoin / Mining software (miners) / Re: RollProxy - a bandwidth-saving mining proxy on: August 31, 2012, 08:43:35 AM
say, pooler, would it be possible to add support for socks proxies in addition to http? this could quite possibly be the best thing since cgminer, if only it had socks support Smiley

cgminer does:
--socks-proxy <arg> Set socks4 proxy (host:port)

Unfortunately that doesn't help. What is needed is a way for RollProxy to connect to the Internet through a SOCKS4/5 proxy, not a way for the miners to connect to RollProxy through an additional local proxy.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 [26] 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!