Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [bip]

Bitcoin Improvement Proposal - a design document providing information to the Bitcoin community, or describing a new feature for Bitcoin or its processes or environment.

2 votes
1 answer
44 views

xPriv needed to derive hardened child xPubs?

I am trying to create a java method that gets the xPub associated at the childnumber of the input hardened: private String getDerivedXPubFromPathAndXPub(Integer childNumber, String xPub) { ...
Myles Sherman's user avatar
0 votes
0 answers
33 views

P2tr transaction with musig2 rust

I'm trying to build a p2tr that spends a 2-2 musig aggregated address. My process is as follow: Create SecretKey, PublicKey pair from each party Aggregate those 2 public keys Create and publish a ...
Trí Lương's user avatar
2 votes
0 answers
80 views

What is the byte-wise xor operation mentioned in bip 340?

Let t be the byte-wise xor of bytes(d) and hash_BIP0340/aux(a) Link: bip-0340 Actually, I think it means bitwise xor, not bytewise xor, but for the sake of clarity, I ask: What is the difference ...
Gildong.Hong's user avatar
4 votes
1 answer
413 views

Why does BIP-340 use secp256k1?

If the entire Taproot/Schnorr soft-fork was going to implement an entirely new signing scheme anyway that was completely independent from the previous ECDSA scheme, why did it use secp256k1? Couldn't ...
fiatjaf's user avatar
  • 631
0 votes
1 answer
50 views

How do miners signal approval for a BIP via nVersion, exactly?

Where, exactly, do these tags for scriptSig and nVersion get entered or modified? I don't see any field to do so on my asic config webpage, nor on my USB miner cgminer. For example, I have a small USB ...
VegArchie's user avatar
2 votes
1 answer
103 views

Is a BIP required for the removal of SegWit Discount for Inscriptions?

Is a BIP required for the removal of SegWit Discount for Inscriptions? The rationale of such a change is to standardize the fee structure across all data types included in a block, ensuring that ...
BitcoinFanatic's user avatar
3 votes
0 answers
66 views

the switching timing between high-bandwidth mode and low-bandwidth mode in CompactBlockReray

If the Compact Block transmission node is bandwidth-limited, there is a statement in bip152 implemention Note that an 'inv/headers' is sent. Are there specific thresholds or settings for this in the ...
masuda's user avatar
  • 81
2 votes
0 answers
49 views

Should everything be a BIP? [closed]

Once LukeDashJr said (or implied) on Twitter that all Bitcoin ideas, standard candidates and proposals and even stuff tangentially related should be BIPs. He even voiced that the Lightning spec should ...
fiatjaf's user avatar
  • 631
2 votes
1 answer
349 views

why is BIP 39 unanimously discouraged for implementation and what should I do about that

Let's say I come new to the space and I find these three facts: Everybody advice against hot wallets unless loose change, telling to use cold storage instead. Every cold storage device seems to be ...
Mercedes's user avatar
  • 854
2 votes
1 answer
202 views

Import existing address to BIP-32

I would like to know if there is a way to import an existing address (not generated through the BIP-32 protocol and not derived to it) to my BIP-32 master node. I am using the bitcoinjs-lib library on ...
AlexCav's user avatar
  • 51
0 votes
0 answers
76 views

Looking for Source of an Old Idea About Subdividing Satoshis

I remember seeing an old idea but unfortunately I didn't bookmark it and now I'm struggling to find the source again. Maybe someone will remember it and be able to point me to the source? It was ...
bca-0353f40e's user avatar
  • 1,045
4 votes
1 answer
254 views

What is this || notation in BIP 341?

SHA256(SHA256(tag) || SHA256(tag) || x) What is the || notation? Is this the conjunction of the different elements? Bitwise OR? or modulus?
Will Jackson's user avatar
-1 votes
1 answer
52 views

Does BIP-069 use littleEndian for txid comparison?

BIP-69 writes the following about how inputs should be ordered: Previous transaction hashes (in reversed byte-order) are to be sorted in ascending order, lexicographically. But then, in the examples ...
Sachin Meier's user avatar
1 vote
1 answer
88 views

BIP 32 Root key for connecting wallets

I have a question, a broker Xeroxfx.org asked me to create the BIP 32 RK to connect wallets for a quicker transaction. Is this real, or can he now steal from my wallet? THX Phillip
Phillip's user avatar
  • 11
5 votes
1 answer
115 views

Why wasn't P2SH-wrapped P2WPK added to any BIP?

Pieter Wuille wrote this: There is no such thing as P2WPK; the only valid witness v0 programs are P2WPKH (OP_0 + hash160 of pubkey) or P2WSH (OP_0 + sha256 of script). But I don't understand the ...
Mercedes's user avatar
  • 854

15 30 50 per page
1
2 3 4 5
7