Bitcoin Forum
May 02, 2024, 06:45:51 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Bitcoin / Wallet software / Multicurrency clients? on: April 14, 2014, 06:27:16 PM
Have any been created that are open source?
2  Bitcoin / Development & Technical Discussion / How would BTC mining be different if the dif retargetted every block? on: April 02, 2014, 04:51:57 PM
Would the profitability of it change?
3  Bitcoin / Development & Technical Discussion / Could 1 of 2 transactions be used to "reverse" transactions? on: March 26, 2014, 01:04:42 AM
EDIT: Idk why I didn't just post in that other thread about this.
4  Bitcoin / Development & Technical Discussion / A "lightweight" node that still downloads the blockchain. on: March 12, 2014, 05:25:21 PM
What are some security concerns of a node which only saves transactions that involve itself?

Other than the obvious of being unable to verify transactions, and relying on them being buried a few blocks deep before "accepting" them. What other attacks would such a node be vulnerable to, and what are possible ways to defend against them?

Right now the node I'm running saves headers, coinbase, and tx involving itself. What am I vulnerable to?
5  Bitcoin / Bitcoin Discussion / Can we please stop saying that it is improbable to generate an inuse key? on: March 10, 2014, 04:45:06 PM
Because I'm sure we're all aware that due to the nature of random number generators, and implementations, the more widespread the adoption of Bitcoin, the more likely it is that we will see key collisions.

Are we even sure that ECDSA even has an unbiased distribution?
6  Bitcoin / Bitcoin Discussion / Ethics of an exchange offering a mixing service? on: March 10, 2014, 03:24:50 PM
Are there any ethical concerns with an exchange using their balances to mix coins? Since the tainted coins would be returned to customers when they withdraw?
7  Bitcoin / Development & Technical Discussion / How would a node detect a reorganization/orphan of the blockchain? on: March 08, 2014, 01:51:47 AM
Such as it was downloading the wrong chain, and suddenly the chain ends?

Like if 2-3 blocks back was suddenly marked as orphaned, how would the qt client understand this had happened?
8  Bitcoin / Development & Technical Discussion / When will nodes forward doublespends based on fee? on: March 04, 2014, 06:59:59 PM
We need to move away from the mindset that zero confirmation transactions are safe.

Miners will eventually start to prioritize what to include by the fee it gives them, which is exactly what they should be doing. Even if that were to nullify another unconfirmed transaction, the one which gives the most to the network (miners) is the one that should be included.
9  Economy / Gambling / What makes a gambling site successful? on: September 14, 2013, 08:22:19 PM
In terms of features?
10  Bitcoin / Bitcoin Discussion / Why did we raise the Blocksize limit? on: September 08, 2013, 01:14:28 AM
Why was it raised from 256kb (12.79GB per year max) to the current 1MB block limit at 51GB per year?

Only 4010 blocks have been over 256kb so far... And blocks are usually under 200kb.
11  Alternate cryptocurrencies / Altcoin Discussion / What will Parallela do to the CPU mining scene? on: July 23, 2013, 05:58:36 PM
http://www.parallella.org/

Now that 64 core CPUs are going to be available, will CPU mining become microGPU mining?
12  Bitcoin / Development & Technical Discussion / What is stopping pruning from being added to the qt client? on: July 15, 2013, 09:25:33 PM
Can't the client just download and parse the entire blockchain removing the unspent outputs as they get spent?

I don't understand why it hasn't already been implemented, I imagine it would be immensely useful for miners who don't want to foot the entire 10GB blockchain, and just want the probably .5GB block header + unspent output that would be the result of the parsing.
13  Bitcoin / Development & Technical Discussion / How many blocks have no unspent outputs? on: July 13, 2013, 05:38:24 AM
Other than the initial blocks with only the coinbase, do any blocks even have the luxury of having all their transactions being spent by now?
14  Bitcoin / Mining software (miners) / How do I tag the coinbase transaction? on: July 10, 2013, 09:13:06 PM
I'm looking at the thing that creates the coinbase transaction, and I'm not quite sure how to insert arbitrary data like ASICMiner does to tag their blocks.

Could somebody offer their insight?
15  Bitcoin / Development & Technical Discussion / In the event of a 51% attack, how would it be resolved? on: July 03, 2013, 12:14:16 AM
This issue was brought up in a reddit thread. And now I'm genuinely curious, the person I was talking to about it seems to feel that the major mining players could collude to exclude the attacker, and that would be an acceptable course of action.

I on the other hand feel that any action that shows how easily it is for the network to censor blocks would actually be more detrimental to the network than the attacker is (the attacker would only hold the majority power for a short span of time as ASIC hardware producers would most likely use their production capabilities to roll out more "legitimate" hash power) I believe that a 51% attack can only be resolved by increasing the legitimate network hashrate, not by excluding blocks.

Thoughts?
16  Bitcoin / Mining / Average value of the hashes? on: July 02, 2013, 05:10:06 PM
When miners are mining and producing block hashes, what is the average value of those hashes?

Since SHA256 is supposed to be uniform distribution the average should tend towards 2^255, right?
17  Bitcoin / Development & Technical Discussion / Blockchain corruption during power loss? on: July 02, 2013, 03:55:58 PM
I lost power the other day while my bitcoind was running, and I went to start it again and it was unable to read the blocks. I'm currently in the process of redownloading the blockchain.

Has anybody else had this issue?
18  Bitcoin / Hardware / Are current generation ASICs SHA256(SHA256(x)) implementations? on: May 15, 2013, 03:40:35 PM
Does anybody know if they are explicitly double SHA256, or if they simply run the SHA256 twice.
This is important because it also denotes their usefulness outside of Bitcoin.
19  Bitcoin / Mining / Why is there so much variance in the mining? on: May 15, 2013, 04:17:57 AM
It seems like every time I check blockchain.info there are groups of blocks found within 30 minute blocks, and then there are times when it takes 30 minutes for a block to be found. While it still averages (according to blockchain.info) to be under 10 minutes per block, it certainly isn't that consistent.

And will this variance just get worse as the difficulty rises?
20  Bitcoin / Development & Technical Discussion / 32Bit timestamps in the block headers? on: May 12, 2013, 09:11:21 PM
Why would Satoshi (group or indiv.) use 32 bit timestamps which would overflow before the last coin was designed to be minted?

The fix is simple, just up it to 64bit unsigned integers to represent the date.
Pages: [1] 2 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!