Bitcoin Forum
July 10, 2024, 10:54:52 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 [103] 104 »
2041  Bitcoin / Pools / Re: New mining pool with proportional reward distribution on: February 27, 2011, 02:09:26 AM
I don't see such an option. I also don't understand the "Minimum value for automatic payment" option. Is there an automatic payment whenever the balance reaches this value?
Open your account page, scroll down to workers list, click on worker name and you'll see it's configuration.
After finishing tests, payments will be sent every hour if it's more than given threshold.

Also, at the top, with green letters is a "0.00 MH/s" label about "Average speed". I know that my client is calculating hashes at around 1Mh/s, but it's not reporting it to you. Is there some protocol for doing that? I can't find any good documentation for this "standard" getwork protocol. I had to read code and packet dumps.
Actually it's a luck meter, it just counts number of received shares per given time interval. If it shows, for example, 10 MH/s, then at this moment you are just as lucky as someone with 10 MH/s speed.

Currently it's set to 7 minutes, which is shorter than interval between your shares.
2042  Bitcoin / Pools / Re: New mining pool with proportional reward distribution on: February 27, 2011, 01:56:09 AM
Now you can try some new exciting feature - optional Pay-Per-Share mode is enabled in my pool.

I'm curious, being new to pooled mining--what is the motivation for choosing one mode over the other? Is it to remove some of the luck component?  I can see that maybe if the pool as a whole is really unlucky and doesn't solve a block then each share in "proportional" would be worth less than if the pool solves it faster.

Does the current pay rate you have there represent the statistical average rate we would expect in proportional mode anyway?
Depends on people. Some just like getting their cents now, some can wait. Some feel lucky and some - not.
Price is calculated as (50 / current difficulty) - 10%, exactly as other pay-per-share pools, just some nano-coins more because of higher precision :)
2043  Bitcoin / Pools / Re: New mining pool with proportional reward distribution on: February 27, 2011, 01:27:05 AM
Now you can try some new exciting feature - optional Pay-Per-Share mode is enabled in my pool. You can choose payments method for any of your workers, look at your account page for workers configuration.

Current rate is 0.0012342331201539 BTC per share.
2044  Bitcoin / Pools / Re: New mining pool with proportional reward distribution on: February 27, 2011, 01:09:28 AM
In other words, if your own miners are on the same LAN,
(or very close-by from a latency P.O.V.) your failure rate
will be much lower than that of someone who is 300ms
away.
Actually no, i'm 144 ms away from DC :)
2045  Bitcoin / Pools / Re: New mining pool with proportional reward distribution on: February 27, 2011, 12:19:30 AM
My miner logs start to show a small rate of failed RPCs ... out of curiosity,
(and unless it's a trade secret :) ) do you load balance the incoming RPC stream
to multiple instances of the C++ bitcoin daemon ? If so, can you tell us what's
your load balancing strategy (i.e. how many RPC/s do you send to each instance)
Actually i don't need load balancing at this moment. My tests showed that one instance will be enough for much more users.
I have some plans for this, but there are no problems with it yet.

I'm mining in my pool myself and don't see any RPC failures, except for some moments when pool software was updated. Are you sure it's not a problem with your connection ? You can run a ping -t deepbit.net and look if there is packet loss at the same time with RPC failures.
2046  Bitcoin / Pools / Re: New mining pool with proportional reward distribution on: February 26, 2011, 10:53:19 PM
Thanks for setting this up Tycho. Nice, simple start is good :-)
Let me know if you need any gfx/design to pimp up the deepbit.net site at any point as that is in my line.
You are welcome :)
Thanks for your offer, i'll tell if some help will be needed.
2047  Bitcoin / Pools / Re: New mining pool with proportional reward distribution on: February 26, 2011, 10:49:50 PM
This might be a noobish question, but I've been receiving shares for a while now, but my account is on 0.0000000 bitcoins still...
Your account will be credited during the first hour after finding the block (approximately every 36500 shares received by pool from all users).

Currently i'm implementing pay-per-share option, that will increase balance after each share. Will be available soon.

EDIT: Heh, two posts already appeared while i was answering :)
2048  Bitcoin / Pools / Re: New mining pool with proportional reward distribution on: February 26, 2011, 09:25:03 PM
Well, I can't get any miner to work with the CPU I'm trying to donate to your pool - m0mchil's won't work, and I can't get Diablo's to function. I'll have to wait a few more days before I'm back to my main miner to throw some hash/s your way for testing.

I didn't realize that the pool had to be configured to accept a particular miner - that's too bad. I was under the impression that I could use any miner, such as ufasoft's CPU miner (which is my current CPU miner), and connect to any pool that was around.
Oh, now i see what's your problem. ufasoft's CPU miner is the only one that is not supported by my pool because it's not fully compliant with the protocol (as i see it). I said this in the first post.

m0mchil's and Diablo's miners are mainly for GPU, not CPU miners.
2049  Bitcoin / Pools / Re: New mining pool with proportional reward distribution on: February 26, 2011, 08:29:19 PM
Same problem with authorization problems, I'm just assuming that the pool is down for right now. "username" for miner is our email address, correct?
No, the pool isn't down. In case of troubles you can look at pool speed indicator in the upper left part of webpage.
Same answer as to previous poster - try your old password.

Worker management page will be added in less than a hour, then you'll be able to set worker password and change reward scheme.
2050  Bitcoin / Pools / Re: New mining pool with proportional reward distribution on: February 26, 2011, 05:16:02 PM
already tried "hallo", didnt work either.
Looks like i know what's wrong with your auth.
When you change your password on the site, it changes only your account password, not the worker's one.
So if you created your account and then changed your pw, then you need to use your OLD password in miner.

It's temporary condition while i'm implementing workers management, but if you give me your account name, i can clone your password to worker's one. Or just create new account.
2051  Bitcoin / Pools / Re: New mining pool with proportional reward distribution on: February 26, 2011, 05:10:33 PM
tycho, you have any idea why i get auth errors?
the login and password work for the homepage... ???
I'll look into resolving this. Try changing your password to one containing only letters and numbers.
2052  Bitcoin / Pools / Re: New mining pool with proportional reward distribution on: February 26, 2011, 03:36:12 PM
what could contributors lie about?
the only way of "cheating" is the same you mentioned above, legitimately contribute work to the pool and "pool-hopping" as discussed in other threads.

About completing a share...  Without verification, what stops someone from just making up answers?  "Yup, found a hash.  Yup, found a hash.  Yup, found a hash".

I can appreciate that checking those from hundreds of clients puts a bit of a load on the server, but it seems just plain necessary to keep the scum out of the pool.
Of course every share is checked by pool. Why do you think that it doesn't ?
2053  Bitcoin / Pools / Re: New mining pool with proportional reward distribution on: February 26, 2011, 03:35:13 PM
[Tycho]: I think your calculation of "Average speed in last 5 minutes" is wrong. It shows that I have 14.20 MH/s with my CPU (which I wish I had) whereas I have ~1.4 MH/s now.
your "Average speed in last 5 minutes" is calculated by the number of shares you submitted,
in lucky times (were you find lots of diff1 hashes in a very short time) you might see much more speed than you actually do, in unlucky times, you see less speed.
overall it seems pretty accurate, an increased timeframe for calculation might improve accuracy a bit though.
Yes, it's like "luck meter" because when it shows 14 MH/s, you have same luck as someone with 14 MH/s :)
May be i'll change it to 10 minutes, but it's initial purpose was to show the variation.

Which timezone is used for datetimes on the website, please?
GMT it seems, correct me if i'm wrong.
Should be UTC, but it's almost the same.

Thanks for helping people :)
2054  Bitcoin / Pools / Re: New minig pool with fair reward distribution on: February 26, 2011, 04:44:30 AM
Please remove the word "fair" from your thread title. Implying that Slush is purposefully "unfair" is an offensive patently false lie propagated through an unwillingness to understand statistics. (and pure malice by some)
I didn't said anything about Slush, it's just you.
2055  Bitcoin / Mining / Re: Looking for used hardware, or advice, for a 2 or 3 card miner, on: February 23, 2011, 12:52:16 AM
Edit: Also, what about running headless? I've heard there's problems surrounding this but I really don't have a spare monitor to use. Am I going to have to get one, or what?
I just plugged in VGA-to-Composite converter so it detected presence of "monitor" and allowed using OpenCL Smiley
2056  Bitcoin / Development & Technical Discussion / Re: BTC addresses per second on: February 21, 2011, 05:16:37 AM
May be he wants to create bitcoin addresses containing specific letter combinations in it.
Will be nice to have some with human-readable portion :)
2057  Bitcoin / Development & Technical Discussion / Re: Very portable Bitcoin on: February 21, 2011, 05:13:16 AM
I see this like QR-code-based systems.
When you order, for example, a hamburger in your starbucks, a waitress gives you your bill with QR-code containing bitcoin address, amount and description. You point your smartphone camera at this code and bc client sends money to the shop. After seeing that this transaction is confirmed, they can let you go Smiley
2058  Bitcoin / Development & Technical Discussion / Re: Prize for importing private key on: February 21, 2011, 05:06:55 AM
Though fun I don't really understand the point of this. For backing your wallet you can just shut down the software and make a copy of wallet.dat. For moving coins between different wallets you can just send them as regular transactions.

Is there a use case for exporting private keys I haven't grokked yet?
It would be funny to have the possibility of taking bitcoins to base reality.
Like printing on a paper and giving to someone or making a QR-code.
Also they can be embedded in files like pictures and so on - mostly for fun, but not only.

P.S.: After Wolrd War III, when there will be no internet, we will have to consider other ways of bitcoin exchange.
2059  Local / Новички / Re: Кражи кошельков on: February 20, 2011, 12:19:09 PM
Круто. Сам, признаться думал о подобном, но считал что уже не осталось идиотов, ставящих на комп с деньгами левые бинарники без исходников.
Исходники там внутри нашли, это была джава Smiley
2060  Local / Новички / Re: Кражи кошельков on: February 19, 2011, 07:28:24 PM
Вы себя ведете, словно и вправду виновны. Я пока не видел никаких доказательств Вашей вины.
Вы действительно думаете что он может быть невиновен ?
Pages: « 1 ... 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 [103] 104 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!