chris-belcher

Results 364 comments of chris-belcher

Another option may be to allow creating and spending from any arbitrary redeem script. It would be harder to use but more extensible.

@dabura667 I thought p2sh was the only practical way to use this?

I see, you mean check against pubKey instead of pubKeyHash The bip65 document checks against pubKeyHash https://github.com/bitcoin/bips/blob/master/bip-0065.mediawiki#freezing-funds However It seems petertodd checked against pubKey in the example code https://github.com/petertodd/checklocktimeverify-demos/blob/master/hodl.py#L41-L43 This...

@weex I don't know but I'd recommend you use testnet for trying out stuff like this. Testnet coins are easy to get hold of, I have some if you need....

According to this comment, you can use testnet: https://github.com/OutCast3k/coinbin/issues/2#issuecomment-114664309

@zilveer on coinb.in you can create a time locked address here https://coinb.in/#newTimeLocked

I was reading the google docs document and thought of another way to make DOS more costly, which is to use a fidelity bond. I used the same idea when...

One issue with using Electrum servers is that one person's bad privacy decisions affect other people. For example if Alice uses a full node for sync privacy her coinjoin on-chain...

"Passphrase" just means the secret input is made up of a phrase of words rather than one word. Many other non-bitcoin softwares use the term "passphrase", such as gpg or...

> To add to the confusion some popular wallets (like samurai wallet) use the extension word to encrypt the wallet data on the device, so in that case the extension...