Mark B Lundeberg

Results 20 comments of Mark B Lundeberg

There are a few practical things I wonder: - Are the tighter timestamp rules going to affect miners adversely? I know timestamp rolling can theoretically be used for ASICboost, though...

That's a non-standard output script (scriptPubKey). To do interesting scripts like this, you'll want to use P2SH outputs.

@jasonbcox Is the seeder running? Seems to be flaking out these days and lots of people have peers problems. @CarilKing for now you can try: `bitcoin-cli addnode blackie.c3-soft.com add` .....

You're right -- I realized this a month ago however I am not working on ABC anymore so I haven't done any work on fixing it. The bug is at...

For typical P2PKH transactions with compressed public keys and ECDSA signatures: 148in + 34out + 10. (180in for uncompressed public keys)

Hi @TranBaVinhSon, I've looked into this issue a bit, and found the cause. What's happening is that your node is picking up the Bitcoin SV testnet chain, which has somewhat...

Yes I was just starting to develop a system and noticed that accounts are deprecated, without any replacement. Fortunately I did find a workaround that doesn't require any address labelling...

I don't have a ledger, but from what I understand this bug indicates old firmware.

Make sure to download and install fresh new firmware for your Ledger (make sure you get it from the real Ledger site, of course). If you do that, the error...

Yeah, the cashaddr / legacy thing is unfortunately done with a global variable switch. So, it will be tough to support separate address format displays for BCH and BTC. Unfortunately,...