Luke Dashjr
Luke Dashjr
Maybe one of the open source Android keyboard projects would be a good candidate for integration :)
To turn the 1-address into the 3-address (which is a 1-of-1 multisig), use: ``` bitcoind addmultisigaddress 1 '["1address"]' ``` Note that it doesn't work correctly in Bitcoin-Qt for receiving yet,...
It's not supported by any client AFAIK, and I'd rather not see blockchain bloat purely for vanity addresses.
Coinbase inputs were intentionally designed for including arbitrary data. Putting it in transactions is an abuse of the system ;) Also, that's 8 bytes of nonce _per transaction_. 5-10x speedup...
You obviously missed out on the example coinbase input Satoshi used for the Genesis block (political propaganda). :p User choice may be unavoidable, but hiding it in an advanced option...
I don't think @ariscop's problem is remotely related to this. See http://github.com/luke-jr/bfgminer for an example
Oh, hm. I missed that, and assumed it simply failed to clone ccan-upstream...
Where do these blobs come from? There's no way to build Go without running them?
I'm not sure skipping size checks is substantially different from skipping the script evaluation for security purposes. But I also tend to agree with @sdaftuar that the complexity needed here...
> it may require some flag in the blockindex to note "valid modulo the possible the lack of witness data". Frankly, we should probably have a way to indicate this...