Category: Bitcoin

Nonstandard witness when constructing a transaction

i attempt to spend a P2WSH 2of2 multisig enter in Python for studying functions. When i examine my assembled TX with testmempoolaccept i get “bad-witness-nonstandard”. That is my perform to assemble the witness: def get_p2wsh_witness(privs: Checklist[bytes], msg: bytes) -> bytes: sigs = [sign(priv, msg) for priv in privs] witness = bytes.fromhex(“04”) witness += bytes.fromhex(“00”) for […]

Bitfinex Pay – Launch V0.6.1

01 Feb Bitfinex Pay – Launch V0.6.1 The Bitfinex Pay Service provider Dashboard is an inner software designed to offer our Retailers with highly effective experiences and options to handle their Service provider crypto gateway. We’re happy to share the newest updates to Bitfinex Pay. For extra on Bitfinex Pay, please check with https://weblog.bitfinex.com/class/bitfinex-pay/. Service […]

chain reorganization – Transaction incorrect when studying a block from `blk*.dat` information

The issue happens with block 1,669,774 on testnet (https://blockstream.information/testnet/block/0000000010001cebd3e4f2fe5f2e2cbbe35ba6457554d9e0e6eb100b6f91eaee). To acquire a block I retrieve the file and the place by studying the important thing b<block_hash> from the leveldb database and I then parse the block within the normal means. This works effectively for all blocks besides this one which returns me the listing of […]

What’s Solana (SOL)? – Bitfinex weblog

01 Feb What’s Solana (SOL)? Posted at 14:41h in Training, Token by admin Solana is a high-performance blockchain platform recognized for its pace and effectivity in processing transactions. It was created to help decentralised purposes (DApps) and crypto-currencies. One among Solana’s most notable options is its potential to course of a lot of transactions per […]

Back To Top