Bitcoin Forum
May 04, 2024, 02:44:37 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 »
2261  Economy / Marketplace / Re: Got my BFL Single today and I'm raffling it away for 0.5BTC! on: March 09, 2012, 02:18:53 PM
Problem is I don't know whether I should buy 1 or 1,000 tickets in order to have any chance at all in winning this raffle.
Definitely 1000 - then you can tell everybody else to go home, because you will be the only winner of the $2,500 BFL single.
2262  Economy / Lending / Re: [OPEN] Offering 1 week, 1 Bitcoin Loans for 0.5% per day on: March 09, 2012, 01:47:22 PM
Sorry, i don't need your coins, but
just in case if I ever need a 1btc loan,
i'll draw this beautiful picture for you
Maybe now i have a small chance Cheesy


2263  Economy / Marketplace / Re: Got my BFL Single today and I'm raffling it away for 0.5BTC/ticket! on: March 09, 2012, 10:58:16 AM
if MNW flakes, we'll get 건달 on him...

I think you mean 무자비. And I can't flake.
I used a noun, not an adjective, as in Marcellus Wallace, not medieval, and removed the article to sound more hangulgooey. I only know bedroom Korean though.
2264  Economy / Marketplace / Re: Got my BFL Single today and I'm raffling it away for 0.5BTC/ticket! on: March 09, 2012, 10:23:05 AM
I guess I shouldn't point out that doing a mod of the number favours some first % of the shares by getting 1 extra chance at winning Smiley
Yep, enter early! It's like a 1-in-58,640,620 advantage for the first entrant vs the last entrant with 10,000 entries! (i.e., not significant; you reduce your odds of winning 10,000 times more than this by simply using someone else's referral when entering this contest; you increase your odds 10,000 times more by waiting, by having more information to determine optimal number of tickets to buy).

There is profit potential for either entrants or Matthew, I don't think a profit is guaranteed (unless this is a free evaluation unit that must be given away, etc); most raffles/auctions/lotteries that have been tried around here have few participants. This is one of the more significant; we know the organizer actually has the fabulous prize, the prize is rare, and the organizer has some reputation. It goes down in a week - if MNW flakes, we'll get 건달 on him...
2265  Economy / Marketplace / Re: Got my BFL Single today and I'm raffling it away for 0.5BTC! on: March 09, 2012, 04:53:07 AM
Anybody want to make a javascript page to do the ticket-picker math I specify above?
http://pastebin.com/6LqsUgUg

Address is in signature if you want to say thanks.
It gets the same answer, I'll have to see how many hash digits will overflow JS and I'll host a page. Will send you thanks!
2266  Economy / Marketplace / Re: Got my BFL Single today and I'm raffling it away for 0.5BTC! on: March 09, 2012, 02:04:28 AM
Anybody want to make a javascript page to do the ticket-picker math I specify above? I'll try it if no genius can whip one up in minutes, I'd like to make sure many/any method can arrive at same answer for winner.

Input 1: Last 10 of hash (10 digits hexidecimal)
Input 2: Number of entries (base10 decimal)
Input 3: Do ticket numbers start at 0? (yes = 0, no = 1)
Output 1: Input 1 % Input 2 + Input 3

Aww piss, I post the first response, step out for a meeting, and then Matthew turns it into a raffle. Fuck this shit, I'm out.
Right?? I was ready to hit send and buy that 0.5BTC BFL single!
2267  Economy / Marketplace / Re: Got my BFL Single today and I'm giving it away for 0.5BTC! on: March 09, 2012, 01:39:19 AM
You forgot:
add 1 to mod result unless you numbered tickets starting with 0
I just updated the post, the example result 141 was in hex, you must convert it back to decimal = 321. I do specify the first ticket is #0. Another oops with the calculator procedure is that you'd be entering the number of tickets in hex, which gives wrong results if you input decimal, I'll fix that too.
2268  Economy / Marketplace / Re: Got my BFL Single today and I'm giving it away for 0.5BTC! on: March 09, 2012, 01:28:53 AM
  • A winner will be chosen 7 days from today's date and contacted through the e-mail address they provided at the time of entry.
  • The winner will be chosen in conjunction with random numbers provided by random.org across a spreadsheet of raffle credits.
This method cannot be independently verified.
  • There can be false unpaid entries (even with payment verified on blockchain, they can be paid in by the organizer to himself).
  • The winning ticket selection method cannot be seen or verified by all outside parties.

I can at least solve the second part. The bitcoin blockchain contains lots of completely random hashes that are NSA-recommended as unreversible, not predetermined, outside control of any one party, and published publicly.

Here is my recommended method to declare winning ticket numbers of any forum lottery:

1. Publish block# to determine winner. For this lottery's timeline, block 171420 (~8 days from now) after 120 confirmations could be the one to determine the winner (block 170267 used in example below),
2. Disclose ticket numbers (spreadsheet) beforehand (start at 0, list forum IDs, etc), allow all entrants to see they are present in list and that there are no mystery entries nobody can account for.
3. Determine total number of tickets at entrance cutoff time (lets say 711 in this example),
4. The random data to be used from the block will be the last 10 digits of the hash,
5. The winning ticket number will be determined by the modulo (remainder) function [python = math.fmod(int("hash_last_10", 16), num_of_entries)]. Winning number as output by Win7 x32 calculator if any disputes of solution.

Here is how to independently determine the winner with no programming on Windows calculator (fixed):
  • Verify the block hash from two independent sources (ideally one being your local blockchain),
  • Open Windows Calculator. Select View->Programmer. Select "Hex" radio button,
  • Paste last 10 digits of hash into calculator (73ef1acb71 in block 170267 in this example),
  • Press "Dec" radio button to convert to decimal (497932749681)
  • Press "Mod",
  • Enter number of tickets (711)
  • Press =
  • (If the list of ticket numbers started at ticket #1 instead of ticket #0, add 1)
  • See winner (example winning ticket number is #276)
2269  Other / Off-topic / Re: What we've learnt today. on: March 08, 2012, 11:53:46 PM
Learned that phishers still can't spell:

Dear Comcast Customer,

Our team has detected anusual activity from your account, and it was put it on hold.


Must be because I was using my Anus laptop.

2270  Other / Beginners & Help / Re: Rig: Powering multiple 12V barrels with a single ATX PSU on: March 08, 2012, 11:38:44 PM
I will pay 4 BTC (~$20) per connector and I'll buy 12 of them if someone makes these and ships them to me. So 48 BTC up for grabs.

If you think you can do this, PM me. If you think it will take more that 4 BTC per, PM me.

If you think you know someone who can do this, PM me.

It sounds like you want this:
4.20mm Pitch Mini-FitŪ BMI Plug Housing + crimp terminals

to this:

2.5mmID x 5.5mmOD, +12V center

Just a guess...I'm thinking you need ~80+ watts (10A spec), which will require all six pins of the 75 watt PCIe power connector.

Note: Pins 1 & 3 of PCIe power are 12V @ 8A max physical; note that in the PCI-SIG spec, Pin 2 is not connected, and pin5 is ground-sensing (i.e. required but minimal current TO a ground). Probably most power supplies are dumb and wire like the colors show, but you need to follow the specs making a cable or you will find the exception.
2271  Other / Beginners & Help / Re: openCL problems on: March 08, 2012, 10:38:02 PM
Ok I solved the problem!!!! I had Windows service pack 2.. updated it to 3 and now all works fine Smiley
That's an interesting one I hadn't heard of before. I just had a SP2 system I put a 5830 in, but it didn't do anything with it until I installed every update and ran four different malware scanners on it.
2272  Economy / Collectibles / Re: CASASCIUS PHYSICAL BITCOIN - In Stock Now! (pic) on: March 08, 2012, 10:06:43 AM
Sensitive order? Use Tor and pgp and ask me to handwrite the address. The only issue is I will probably have a hard time forgetting your order Smiley
deepceleron's law #6: The amount of beatings required to make someone forget something is much higher than the amount of beatings to make them remember it.
2273  Other / Beginners & Help / subject was: Somebody help? some random stuff for sale on: March 07, 2012, 09:37:19 PM
donations are appreciated as always - 1DBQVVzuX7V5yTixnHeZrR78zFGdyPu4zr
A strange phrasing for someone that registered today...

A rephrasing of the first post: "You might not recognize this new account I just made, but if you blindly send me bitcoins, I promise I'll email you a serial number ('legal', just ignore actual software license terms). Any offer is fine (this $700 software serial number doesn't mean much to me). I have a sad story too, with no information to back it up, I hear those motivate people to do things they normally wouldn't." Skepticism is logical.
2274  Bitcoin / Mining / Re: Wonder who this solominer is? 88.6.216.9 on: March 07, 2012, 08:33:53 PM
I'll revise this post a bit upon reflection (really needs video to illustrate). There's another case I forgot:
Where 80% of all mining pools are ignoring blocks with zero transactions:

64% of the time:
[Normal block] ══╤══>[block by ignoring pool]══>[more blocks]
                 ┖┄>[no-transaction block]┄┄┄┄> orphaned


20% of the time
[Normal block] ══╤══>[no-transaction block]══>[block by normal pool]══>[more blocks]
                 ┖┄┄>[block by ignoring pool]┄┄> orphaned


16% of the time (or maybe 8%?)
[Normal block] ══╤══>[block by ignoring pool]══>[block by ignoring pool]┄┄> orphaned
                 ┖┄>[no-transaction block]══>[block by normal pool]══>[more blocks]


In the 16% case above, the "no transaction block" could have a higher difficulty hash, the normal pools would see this and still be hashing using the no-transaction block, and not be using the ignoring pool's block of lower difficulty - once one finds another block and publishes, they still win. By building on the blocks of an ignoring pool you might lose your block finding reward too... and it continues further than I can illustrate with text...
2275  Bitcoin / Mining / Re: Wonder who this solominer is? 88.6.216.9 on: March 07, 2012, 07:55:50 PM
The problem is that pool operators can't reasonably ignore the no-transaction blocks. If they ignored them and continued looking for a block solve based on the previous block before it, some other pool that isn't ignoring them will build on them and grow a longer blockchain.

They can with at least 50.00001% of the hashing power. So I implore the three biggest pool operators to stop accepting empty blocks as valid. After that, everyone will follow.
Even if 80% of the network agrees to ignore them, the "block ignorers" lose 20% of their mining income on those by making orphan blocks beaten by someone who isn't ignoring.


Blocks without transactions are not "bad", look at the first year of Bitcoin mining. If these guys are ignoring transactions, that's also more transaction fees to be claimed by the rest who do include transactions.

They are if there exist valid transactions waiting to be confirmed.
There always are transactions waiting. It would only be a threat if "bad miner" has more hashrate than everybody else and starts ignoring any blocks except the ones they mine themselves.
2276  Bitcoin / Mining / Re: Wonder who this solominer is? 88.6.216.9 on: March 07, 2012, 07:29:43 PM
Of course I know. But they should be awarded to people actually processing transactions. That is what they (me included cause I mine as well) signed up for. The only practical use of mining is transaction processing. Miners should do that or not get paid imo.
The problem is that pool operators can't reasonably ignore the no-transaction blocks. If they ignored them and continued looking for a block solve based on the previous block before it, some other pool that isn't ignoring them will build on them and grow a longer blockchain. Blocks without transactions are not "bad", look at the first year of Bitcoin mining. If these guys are ignoring transactions, that's also more transaction fees to be claimed by the rest who do include transactions.

They may simply not be using the same client and they haven't taken the time nor have any incentive to include this feature.
It would cost them close to nothing in term of computing power to include the transcations.
I outlined possibilities why they might not be including transactions - including transactions requires a constant stream of network data from miner to control server. Not doing so reduces their hosting demands and reduces their exposure to detection if they are making unauthorized use of resources.
2277  Other / CPU/GPU Bitcoin mining hardware / Re: Unofficial "High MHash"/"Best Settings" GPU Comparision Thread on: March 07, 2012, 07:17:19 PM
Card Manufacturer: AMD
Card Model Number: HD 5870
Card OEM: ATI
MHash per Second: 458MHS
Core Clock: 1010MHZ
Memory Clock: 294MHZ
Average Operating Temperature: 62C
Ambient Temperature: 22C
Fan Speed: 50%
Host OS: Bamt 0.5
Driver Version: 11.6 and SDK 2.4
Mining Program: Phoenix
Command Line Flags/GUIminer Settings:  BFI_INT VECTORS, FASTLOOP=false AGGRESSION=10
Watts Drawn While Mining: Unknown
Other Information: kernel  phatk2, core voltage 1.7
Record stable uptime at current settings 8d (and counting).

That can't be your GPU voltage, or it would be a smoky pile of smoke. Plus, see edited original post and above for new GPU MHz to benchmark at, so we can measure who's the best at tweaking their mining software.
2278  Bitcoin / Mining / Re: Wonder who this solominer is? 88.6.216.9 on: March 07, 2012, 07:10:47 PM
No economic benefit? They are being subsidized by the community for 50BTC per block for Christ's sake. IMO no tx no subsidy,

Just reject the empty blocks and if there are no transactions there is also no use for additional blocks.

They are being subsidized by a magic money-making algorithm, not the community. The mining reward is well thought out as a way of releasing the currency and encouraging blockchain difficulty. The only thing encouraging the inclusion of transactions in the generated block are transaction fees, which recently are approaching zero.

They are subsidized by the community because giving out new coins is diluting existing coins.

Just like I am subsidizing the banking crisis in Europe because the European bank created a trillion euro's out of thin air.
New coins are generated at the same rate whether they get some of them or not; you knew that ~7200 new BTC were being made every day when you signed up (or didn't you read the terms and conditions?)
2279  Bitcoin / Mining / Re: Wonder who this solominer is? 88.6.216.9 on: March 07, 2012, 07:00:08 PM
Yup, 195.234.103.99 (on Alpha Networks Austria) seems to be doing the same thing, not including any transactions, so it's the same operation or someone that liked the idea. They are finding a block every ~1.5 hours, which is some serious hashing.
2280  Bitcoin / Mining / Re: Wonder who this solominer is? 88.6.216.9 on: March 07, 2012, 06:51:25 PM
Interesting block.
Would it be possible the owner of the 1VayNert... address is the mining pool that did a large payout to multiple addresses and didn't broadcast these transactions over the network but generated this block?
It would be an interesting idea for mining pools not to pay transaction fees if they can create blocks themselves for confirming the transactions.
That address and block is indeed deepbit, they don't pay any fees when sending, which means that miners may have to wait a long time to get their payouts. The payout address has a big balance of mature coins though (edit: correction - they are currently paying unconfirmed coins). The only pool including free transactions that break fee rules is Eligius.

Like you suggest, Eligius pays out by designating the 50BTC block-finding reward be split and paid directly to it's miners and not to their own wallet, which means they don't need a fee since they aren't re-sending coins, but the newly-minted coins need to mature 120 blocks before they can be spent.
Pages: « 1 ... 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 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!