1 2015-08-01 02:44:42 <m7a> Hello, does anyone have any estimates on the hours it would take / cost to create an alt coin?
 2 2015-08-01 07:08:19 <robbak> A few minutes to swap the names and initial key in bitcoin core, and a few cents worth of power to compile it.
 3 2015-08-01 07:21:12 <CodeShark> the most costly part is probably mining the genesis block ;)
 4 2015-08-01 12:58:27 <iLeonidze> Hey guys, is anybody here have working python hello world miner?
 5 2015-08-01 13:04:57 <instagibbs> is there a list of what service bits mean?
 6 2015-08-01 13:51:53 <wumpus> instagibbs: src/protocol.h
 7 2015-08-01 13:54:04 <instagibbs> thanks
 8 2015-08-01 16:32:37 <m7a> Hello
 9 2015-08-01 19:47:57 <prettymuchbryce> an example of one such transaction. Stranger still that it appears to be a mining transaction. b6d28c251e096ff29fcefc32c8ab0333fd5f17539754d7f94e5b7bc1a40f6a1f
10 2015-08-01 19:47:57 <prettymuchbryce> I'm trying to write some code which can parse an output script for a public key. I'm getting tripped up on certain types of transactions which appear to contain weird data in the coinbase. Specifically these transactions don't look to have the typical OP_DUP, OP_HASH160, key, OP_EQUALVERIFY, OP_CHECKSIG script. Could anyone offer me some guidance ? Here is
11 2015-08-01 20:05:31 <arubi> prettymuchbryce, `echo -n` the weird data to `xxd -r -p`.  gavin being funny?
12 2015-08-01 20:15:43 <prettymuchbryce> Welp. I feel pretty silly, but it looks like I need to delve more into P2SH and P2PK transactions. :P
13 2015-08-01 20:18:51 <arubi> I think I need to too.. I still can't figure out how the transaction was redeemed.  (btw, we should probably move to #bitcoin if we wanna continue talking about this)