Bitcoin Forum
May 27, 2024, 06:34:14 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 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 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 ... 155 »
1501  Bitcoin / Mining software (miners) / Re: BitMinter.com * Optional Custom Miner, PPLNS, Merged mining, Newbie-Friendly! * on: July 22, 2013, 09:47:48 PM
Is it possible to attach several computers to one worker at once or should I use a different worker for different computers?

That's up to you. You can use multiple workers if you want separate statistics for them. If you don't need that, just use the same worker.
1502  Bitcoin / Mining software (miners) / Re: BitMinter.com * Optional Custom Miner, PPLNS, Merged mining, Newbie-Friendly! * on: July 22, 2013, 01:01:08 PM
I have several bitcoin addresses and I would like to have different workers for them:
- worker_1: bitcoin_address_1
- worker_2: bitcoin_address_2
- worker_3: bitcoin_address_3
and so on.

Is this possible to implement without creating several user accounts?

This is not possible currently. I am thinking about some ideas along those lines though, for the future.
1503  Bitcoin / Mining software (miners) / Re: BitMinter.com * Optional Custom Miner, PPLNS, Merged mining, Newbie-Friendly! * on: July 22, 2013, 11:34:40 AM
- Can I use BitMinter without registering an account (only using bitcoin address as a username)? If not, will this feature be implemented in the future?

No, and it probably won't be implemented either. Just use some random words/characters as user name if you want to be anonymous.

Quote
- Can I make a webpage with a link/button "Start mining bitcoins for (bitcoin address)" and after clicking that link/button the BitMinter will start without asking further questions or needing to change any settings?

This is planned, but not ready yet.
1504  Bitcoin / Pools / Re: [12 TH/s] BitMinter.com [ASIC support: var diff, Stratum, GBT, rollntime] on: July 21, 2013, 06:07:27 PM
Is there a glitch in the matrix?  What happened to shift 17139?

Sometimes there is a conflict between database transactions and one of them has to start over. But sequence numbers are never reused. This way sequence numbers end up with "holes" in the sequences. I may remove shift numbers from the shifts list, but they are sometimes useful to be able to easily refer to a specific shift.

TL;DR: Yes, it's a glitch in the Matrix. Smiley
1505  Bitcoin / Mining software (miners) / Re: BitMinter client (Win/Linux/Mac, NEW: BFL ASIC and Block Erupter USB supported) on: July 21, 2013, 07:10:55 AM
I can't get the btminter mining button to work on firefox, nor chrome. I'm running ubuntu 11.10, and have OpenJDK Java 7 Runtime and Iced Tea Java Web Start 6 installed. When I click on the button in chrome, it just downloads the bitminter.jnlp file. In Firefox, it tries to run it, but running it in Firefox isn't right as it just opens an empty window. The button ran fine on the Windows 7 PC. any ideas?

Sounds like the java plugin is not working in your browser. Could you try starting from command line instead?

Code:
javaws http://bitminter.com/client/bitminter.jnlp

I have been trying to get bitminter up and running on my Pi for quite a while now. I have managed to get java installed and bitminter launches and downloads its own files after clicking the link on the page. But during the loading it pops up an error saying "JNA native support (/com/sun/jna/linux-arm/libjnidispatch.so) not found in resource path"

I did run it on a raspberry pi a little bit for testing. Which operating system did you install on your pi?

OK, here's the frequencies for the last 200 BTC blocks.... as I suspected, the outer ends are more heavily weighted:

For that little data it looks pretty even. If you want a thorough analysis have a look at the one Organofcorti did: http://organofcorti.blogspot.com/2013/05/131-bitminter-and-luck.html

Dunno what's wrong but I cannot login anymore with the Bitminter client, bad credentials.

If you are still having problems please contact me through the contact page at the website and I'll look into it.
1506  Bitcoin / Pools / Re: [12 TH/s] BitMinter.com [ASIC support: var diff, Stratum, GBT, rollntime] on: July 21, 2013, 06:49:55 AM
Looks like an attack was able to cause a few minutes of instability. Sorry for that. We were quickly back to mining though. Smiley
1507  Bitcoin / Pools / Re: [12 TH/s] BitMinter.com [ASIC support: var diff, Stratum, GBT, rollntime] on: July 20, 2013, 08:16:21 PM
The approximate mint speed shown in BitMinter client is just that, an approximation. Bitcoin mining is like a lottery. How often we find a block, and earn bitcoins from that block, is random. Each hash you process is like a lottery ticket. Each hash has a (very low) chance of producing a block. You get paid with coins from a block whenever a block is found by someone mining in the pool. Your share of the income from a block is determined by the amount of work that you did in the most recent 10 shifts at the time the block is found.

Because of this, your daily income will vary with luck. That's often referred to as variance. There may also be some hours between two payouts if we are having bad luck and no blocks are found for a while.

In addition to that there is a delay from the time you do some work until that work is fully paid. The work you do is registered in a shift, and then that work is credited with income from new blocks we find until its shift is no longer among the 10 latest shifts. This takes a few hours. If you turn off the prepay perk then there is an additional delay having to wait for blocks to confirm, which takes about 20 hours.

So, assuming you have prepay on, if you do 24 hours of work and then look at the results, then only some of that work has been fully paid. The remaining work is still receiving pay, even if you stop mining. Needless to say that is not going to look very profitable, when you are looking at all the work you did but only part of the pay you are going to receive.

Comparing pools by how much you get paid for 24 hours of mining is pointless. The comparison becomes "which pool has the best luck today?" You can't use that data for anything. The luck a pool has today has no influence on its luck tomorrow. Believing that it does is called "gambler's fallacy" which you can ready about on wikipedia:

  http://en.wikipedia.org/wiki/Gambler%27s_fallacy

If you want to know how BitMinter's payouts have been over time you can read Organofcorti's very detailed analysis here:

  http://organofcorti.blogspot.com/2013/05/131-bitminter-and-luck.html
1508  Bitcoin / Pools / Re: [12 TH/s] BitMinter.com [ASIC support: var diff, Stratum, GBT, rollntime] on: July 20, 2013, 03:58:17 PM
Has he updated to support 1.2.5 firmware yet?
Could be that.

The reply in 1.2.5 adds the chip that found the result - in your case that says:
8636095F59A... = midstate
2BA85F... = blockdata
1=chip
0=nonce count

1.0.0 Jalapeno or PARALLELIZATION disabled, would not have the "1," in there.

That's what it is. Thanks. I will have an update for this soon. Smiley

Is it possible to manually set a (minimum) difficulty yet? I'm running at 1 GH/s (+ stratum, bfgminer, cgminer), and my target difficulty is 1, but I'd like to have less network traffic.

This is implemented and working but has no web interface yet for choosing the target number of submits per minute. The default is 20 proof of work submits per minute. Use the contact page on the website to leave me a message and ask for a lower number and I can set it for you manually. If you have multiple workers let me know which one(s). I hope to have time to get this on the website soon.

I can't login with Google... Embarrassed

Code:
    OpenID Failure: 0x706: GET failed on https://www.google.com/accounts/o8/idhttps:/www.google.com/accounts/o8/id : 404

That's a broken browser plugin. It's fairly common with Firefox and Chrome that some plugins will break webpages. They sometimes cause a duplicated URL as you can see from the error message. Try running your browser with plugins disabled or try a different browser if you have multiple browsers installed.

I would recommend removing any plugins that try to "enhance" webpages and end up breaking them. You don't want that. Wink
1509  Bitcoin / Mining software (miners) / Re: BitMinter.com * Optional Custom Miner, PPLNS, Merged mining, Newbie-Friendly! * on: July 19, 2013, 12:18:43 PM
I am not sure if this (bug?) have been already treated but some time ago if you had “Start all devices” setting at startup, that would also start the CPU…

But the client is great, thanks everyone involved for such a good work!

Ah. That's probably an oversight. Anyway, it won't be an issue once cpu mining is disabled.

I have a problem with Bitminter. When I mine with two Asic block erupters after about 30 second it says:
ICARUS (COM3) ERROR: ICARUS (COM3) ran out of work. Idling...

Can some one help ?

Does it recover and continue mining after that or get stuck? Are there any other errors shown in the log, like network errors?
1510  Bitcoin / Mining software (miners) / Re: BitMinter.com * Optional Custom Miner, PPLNS, Merged mining, Newbie-Friendly! * on: July 18, 2013, 01:47:30 PM
please let us remove this "energy wasting slow cpu implementation in use" as it is not needed. and slows down the hashrate.

Or does "performance" mode remove this silly feature?

CPU mining will be removed in a future release. Just don't click on the start button for the CPU and it won't start. If you click the button to start all devices it will start all devices except the CPU (unless you had the CPU running earlier).
1511  Other / Beginners & Help / Re: Asic Purchasing (Butterfly Labs) on: July 18, 2013, 01:30:13 PM
I've seen a few people with them. Price is high compared to group buys, and ROI (Return on Investment) is becoming difficult! Undecided

No, the price is very low compared to the USB block erupter group buys. ROI would be much easier with BFL units.

The actual problem is the order backlog. While the units are much faster and cheaper per Ghps than the block erupters, if you order today it will take a while before you receive the product. That's how ASICminer can charge very high prices for very slow units - the competition just isn't able to deliver enough units.
1512  Bitcoin / Pools / Re: [12 TH/s] BitMinter.com [ASIC support: var diff, Stratum, GBT, rollntime] on: July 16, 2013, 10:18:21 PM
Last block on 2013-07-15 17:27 ! WTF ??!!
Now is 2013-07-16 11:20 !

We get the payment for the missing blocks???

There are no missing blocks. Just like there are no "extra" blocks when we have lucky short rounds.

Bitcoin mining is like a lottery. Sometimes you find blocks quickly with only a few hashes (lottery tickets) and sometimes it takes many hashes.

Luckily we found a couple quick blocks after that 26 hour block, which helps even out the bad luck we just had.

If the variance makes you uneasy then you can mine in a PPS pool instead. You'll have high fees, no income from transaction fees, no namecoin income. In short, you will lose a lot of money. But you won't have any variance at all. The same (very low) payouts every day.
1513  Bitcoin / Pools / Re: [12 TH/s] BitMinter.com [ASIC support: var diff, Stratum, GBT, rollntime] on: July 15, 2013, 08:49:48 PM
Maintenance took a bit longer than expected. I'm on vacation with a less than perfect internet connection. Sorry about that. This took about 40 minutes for mining and 5 minutes more for the website.

All systems looking good.
1514  Bitcoin / Pools / Re: [12 TH/s] BitMinter.com [ASIC support: var diff, Stratum, GBT, rollntime] on: July 15, 2013, 11:50:53 AM
Looks like it was a small ddos attack. Everything looking stable now.
1515  Bitcoin / Pools / Re: [12 TH/s] BitMinter.com [ASIC support: var diff, Stratum, GBT, rollntime] on: July 15, 2013, 11:47:30 AM
Looks like it's already in maintenance ;-) 0Thps on website but my miner is still mining ;-)

Not yet. Seems network was down for a moment. Looking into it.
1516  Bitcoin / Pools / Re: [12 TH/s] BitMinter.com [ASIC support: var diff, Stratum, GBT, rollntime] on: July 14, 2013, 09:23:54 PM
Maintenance tomorrow, monday 2013.07.15 at 20:00 UTC. Expected downtime 10-20 minutes.

Sorry for the short notice.
1517  Bitcoin / Pools / Re: [12 TH/s] BitMinter.com [ASIC support: var diff, Stratum, GBT, rollntime] on: July 14, 2013, 07:14:47 PM
Any chance of setting backup pools for other "competing pools" in case bitminter goes down for those using your java client? Your client has been very stable most recently with DDos protection measures that have been implemented. Thank you for a reply.

Yep, support for failover pools is coming.

Problematic frame: # C [amdocl64.dll+0x5e120a] clGetSamplerInfo+0x47aa6a

That's a crash in the AMD graphics drivers.

amdocl64.dll = AMD OpenCL 64 bit drivers

AMD drivers have been pretty rotten in 2013 so far. You could try their latest beta driver, some users had luck with that.
1518  Bitcoin / Pools / Re: [12 TH/s] BitMinter.com [ASIC support: var diff, Stratum, GBT, rollntime] on: July 13, 2013, 03:16:16 PM
The bitminter <+MintBot>  in the bitminter chat channel keeps reporting that the income from a BTC block solve is 0.  Example:
05:02] <+MintBot> Ding! Ding! Citexon mints a BTC block (height 246333, income 0.00000000 BTC, 1 hour and 8 minutes, CDF 25.61%)

Is this an error in <+MintBot> or an indication that we mined a stale block?

/cet

Sometimes MintBot reports the block before the income has been registered, and it shows zero. I'll see if I can make it report the blocks only after the income is registered.
1519  Bitcoin / Pools / Re: [12 TH/s] BitMinter.com [ASIC support: var diff, Stratum, GBT, rollntime] on: July 13, 2013, 02:11:54 PM
The BTC Luck graph isn't being filled anymore.
Looks like the script i hanging for some days now

Last block shown in the BTC luck graph is height 246333. Looking at the blocks list the last block we found is 246333. That looks correct.
1520  Bitcoin / Pools / Re: [12 TH/s] BitMinter.com [ASIC support: var diff, Stratum, GBT, rollntime] on: July 12, 2013, 06:21:52 PM
Does your pool have a option to receive a notification when a worker is offline ?

Not yet, but coming soon.
Pages: « 1 ... 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 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 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 ... 155 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!