Bitcoin Forum
June 25, 2024, 08:36:46 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Development & Technical Discussion / Re: colored bitcoin tech discussion on: November 09, 2013, 03:47:02 PM

I see.  I was under the impression that the coloring algorithm in Meni Rosenfeld's paper "Overview of Colored Coins" was the one that's employed.  Thanks.
2  Bitcoin / Development & Technical Discussion / Re: colored bitcoin tech discussion on: November 09, 2013, 05:10:15 AM
If I understand the coloring algorithm correctly, there has to be a global agreement as to what the colors are.  Otherwise if one party believed in yellow and another didn't (i.e., saw yellow coins as uncolored), they would disagree about how the colors propagated.  Do I have this right?
3  Other / Beginners & Help / Current UTXO size? on: July 17, 2013, 03:38:13 PM
Is there a site that tracks the current size of the UTXO table?  I've been unable to find one.  Barring that, could someone give me a current figure?
4  Bitcoin / Development & Technical Discussion / Re: How do I make a bitcoin address like holgero's? on: May 28, 2013, 01:13:35 AM
Start with a string that's roughly what you want.  Base 58 decode it.  Delete the last 4 bytes, call the remaining bytes s.  Hash s twice with SHA-256.  The first four bytes of that are your checksum.  Append the checksum to s and base 58 encode it.
5  Bitcoin / Development & Technical Discussion / Re: Do larger blocks take longer to mine? Are they more difficult? on: May 27, 2013, 05:30:39 PM
Do larger blocks take longer to mine? Are they more difficult?

Mostly no. It takes roughly n hashes to build the Merkle tree for an n-transaction block, so a larger block takes slightly longer to prepare.  But it takes trillions of hashes to hit the required difficulty, so the contribution of the block size is negligible.
6  Bitcoin / Development & Technical Discussion / Re: Valid transaction on: May 27, 2013, 03:23:38 PM
Actually, neither one is correct (even if you blur the distinction between a constant and the opcode that pushes it).  There are lots of representations of true, and -- since the script manipulates byte strings, not integers -- there are lots of representations of false as well.

Also, the way I read the code, OP_0 doesn't actually work, but I could be confused.  I'd like it if someone better familiar with the code than I could weigh in on that.
7  Bitcoin / Development & Technical Discussion / Re: Can't redeem simple non-standard transaction on testnet on: May 22, 2013, 05:14:21 PM
You use the XVERIFY instructions if you want to check more than one condition (eg, EQUAL and CHECKSIG) to avoid needing BOOLAND and annoying stack manipulation.  So XVERIFY all but the last condition.
8  Bitcoin / Development & Technical Discussion / Re: Transaction relay timeout on: May 18, 2013, 10:00:30 PM
I'm pretty sure the answer is no.
9  Bitcoin / Development & Technical Discussion / Re: Converting public keys to compressed public keys on: May 16, 2013, 01:50:04 AM
Keep in mind that the compressed and uncompressed public keys have different hashes, and thus result in different Bitcoin addresses.  You need the right one to unlock a Txout.
10  Other / Beginners & Help / Re: Faulty infographic from Zerohedge.... on: May 13, 2013, 11:57:22 PM
Received, thanks!
11  Other / Beginners & Help / Re: Faulty infographic from Zerohedge.... on: May 13, 2013, 11:47:10 PM
The infographic gives the hash of "The root of all evil" as 6d0a1899086a....  That is the beginning of
6d0a1899086ad3337062a61f7cb5ec3b8fe94e36a2d73ce26b7b06a8a2d389d2, the correct SHA-256 hash.  But Bitcoin always double-hashes, so it should have been 045bbb133c6739d2b298eee99cbe3bc40b959e47506587f0b1216b6769510bbb.

(To be really pedantic, Bitcoin reverses the hash before displaying it, resulting in bb0b5169676b21b1f0876550479e950bc43bbe9ce9ee98b2d239673c13bb5b04.)
12  Other / Beginners & Help / Re: Faulty infographic from Zerohedge.... on: May 13, 2013, 10:42:18 PM
Aside from the fact that coinbase is 25 now, not 50, this seems pretty accurate.  I guess there's also that the hash example uses only one round of SHA256, not two.

(12t5NM2Qnb496JMKSFafoHUCvgKqYaMJ8j if I win.)
13  Other / Beginners & Help / Re: Award of coins, same block twice ? on: May 13, 2013, 06:12:08 PM
This happens occasionally, it's called a soft fork.  (http://blockchain.info/orphaned-blocks) The history is defined by the longest chain, so whichever block the miners happen to build on is the winner.  Timestamps are not used.
14  Other / Beginners & Help / Re: I've met the 4 hr+ and 5 post limit but still cant post - what gives? on: May 13, 2013, 05:45:07 PM
It says here: https://bitcointalk.org/index.php?topic=15958.msg209292#msg209292

Quote
Note that it may take up to 10 minutes for your PM or posting permissions to be granted. (The system automatically checks every 10 minutes and promotes people as appropriate.)
15  Other / Beginners & Help / Re: Questions on Transaction fees. on: May 13, 2013, 05:06:11 PM
To become a node, as you put it, you would have to become a miner.  These days, that requires a significant outlay of capital and is not an economic strategy for recovering tiny transaction fees.

I think it is theoretically possible to get small transactions into blocks without paying fees, if you can get it to a miner who will accept it, but it can't be done easily or quickly.  It not worth the trouble to avoid a 5-cent transaction fee.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!