Bitcoin Forum
May 25, 2024, 11:41:49 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2]
21  Bitcoin / Bitcoin Technical Support / What advantages exist when generating hardened child keys from unharden? on: September 12, 2023, 08:12:36 AM
Is there any practical advantage in generating a hardened child key from an unhardened parent key within the framework of BIP32? For instance, are there real-world scenarios or applications where this specific key derivation approach is beneficial or commonly utilized? Apologies in advance if this is a silly question.
22  Bitcoin / Bitcoin Technical Support / Re: Does a private key's XPUB and ZPUB differ for single signature and multisignatur on: September 04, 2023, 03:06:25 AM
when you're dealing with multisignature wallets, the XPUB and ZPUB values can indeed vary based on the multisig configuration. This is because multisig wallets use a different derivation path and a combination of public keys from the participating wallets to create a unique multisig address.


23  Bitcoin / Bitcoin Technical Support / Re: What are witness and signscript used for? on: August 31, 2023, 03:36:09 AM
How do I make a new wallet?
One common way is to use a reputable wallet software or app, like Bitcoin Core, which is the original Bitcoin wallet. and here is its official website: https://bitcoin.org/en/bitcoin-core/

The scriptSig contains the signature created by the private key of the sender to prove ownership of the funds being spent. It also includes the public key or address of the sender. This signature is used to verify that the sender is authorized to spend the funds. While the scriptWitness contains additional data required for certain types of transactions, such as Segregated Witness (SegWit) transactions. SegWit is a technology that separates the signature (witness data) from the transaction data, which helps reduce transaction malleability and increase block capacity.

24  Bitcoin / Bitcoin Technical Support / Re: MATT opcodes? on: August 25, 2023, 08:40:39 AM
I found a collection of links related to it that I hope will be helpful to people with similar questions.
 
Here it is: https://merkle.fun/
25  Bitcoin / Bitcoin Technical Support / Re: how the ban score algorithm calculates? on: August 24, 2023, 06:22:09 AM
Thank you all. It really helped me a lot.
26  Bitcoin / Bitcoin Technical Support / how the ban score algorithm calculates? on: August 23, 2023, 03:46:48 AM
I searched for information about ban score, but was still confused. Could you kindly provide insight into how the ban score algorithm calculates the ban score attributed to a node?  Specifically, I'm interested in understanding the criteria for misbehaviors that trigger the ban score algorithm and result in a ban score being assigned to a node.  Additionally, I would greatly appreciate guidance on where to access official documentation or resources to learn more comprehensively about this topic.  Any views or responses will be greatly appreciated.
27  Bitcoin / Bitcoin Technical Support / Re: "PSBT not allowed..." & "not enough cardinal spending funds" on: August 22, 2023, 06:15:27 AM
Have you confirm these transaction? Sometimes, issues can arise if transactions are still pending or haven't been confirmed, leading to issues with subsequent transactions. Review your wallet's transaction history to see if there are any pending or unconfirmed transactions. Clearing these out and allowing them to confirm might help resolve issues.
28  Bitcoin / Bitcoin Technical Support / Re: What are segwit's benefits and overall goals? on: August 21, 2023, 06:42:41 AM
SegWit transactions enhance the security of the Bitcoin network by enforcing signature checks before any other checks.  This prevents certain types of attacks and makes the network more resistant to vulnerabilities that exploit transaction malleability. Besides, SegWit's introduction was a soft fork, meaning that it did not require a majority consensus of miners to activate.  This made the upgrade process smoother and allowed for a more gradual transition.
And here is a link for beginner to learn Segwit, hope it will be helpful.
https://blockgeeks.com/guides/what-is-segwit/

29  Bitcoin / Bitcoin Technical Support / how many times the same set of private keys can exist within a multisig wallet? on: August 17, 2023, 07:31:30 AM
I'm curious to understand the limitations concerning the repetition of the same set of private keys within a multisig wallet. Specifically, if a 3 of 4 multisig wallet is established, could it be feasible to have two of the four keys identical? This way, withdrawals would require the signature of one of the remaining two unique keys. Your insights on this matter would be highly appreciated.
30  Bitcoin / Bitcoin Discussion / Re: Some of the key advantages of lightning network on: August 16, 2023, 07:59:03 AM

Some of the key advantages of lightning network

The lightning network has a theoretical throughput of 1 million transactions per second, which is better than that of bitcoins, which is only 7 transactions per second.

It is fine you have interest in LN and you made your research to know the importance of LN. From the title of your article above to the body, it seems you are comparing LN to bitcoin. It is not a right comparison. Bitcoin is a coin while LN is a network. But both the bitcoin network and the lightning network conveys and houses bitcoin. There is actually no need to compare LN to bitcoin.  The LN is actually a second of bitcoin which was introduced to scale bitcoin. As you said above it handles transactions more effectively and it is worthy to know that it is an off chain solution.

Have you tried using LN, because practical knowledge is better than theory.

While it's true that the Lightning Network is often touted to have a theoretical throughput of 1 million transactions per second (TPS), this figure is highly optimistic and is more of a theoretical upper bound.  The Lightning Network's actual TPS capacity depends on various factors, including network topology, channel capacity, routing algorithms, and more.  Achieving this level of throughput in practice is currently far from being realized
31  Bitcoin / Bitcoin Technical Support / Re: MATT opcodes? on: August 15, 2023, 06:56:27 AM
If you are talking about the proposal by Salvatore Ingala regarding MATT opcodes then it is not part of the Bitcoin protocol so the only "resource" you will find is going to be the one found on bitcoin-dev mailing list[1] and the links posted in there including the reference implementation of the proposal on github[2].

[1] https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2023-July/021827.html
[2] https://github.com/Merkleize/bitcoin/tree/checkcontractverify

Thanks for your assistance!
32  Bitcoin / Bitcoin Technical Support / MATT opcodes? on: August 10, 2023, 08:24:10 AM
I've been diving into the fascinating world of Bitcoin scripting and have come across something intriguing: MATT opcodes.  While I've done my fair share of research, I'm finding it a bit challenging to fully grasp their intricacies and applications.

Any recommended resources such as articles, documentation, or tutorials that delve deeper into MATT opcodes would be immensely helpful in furthering my understanding.

Thanx
33  Bitcoin / Bitcoin Technical Support / Re: Using a constant difficulty, is it possible to create the longest chain? on: August 07, 2023, 06:42:24 AM
Miners cannot obtain the longest chain by simply maintaining a low constant difficulty or altering timestamps. In essence, the concept of the longest chain is not determined solely by difficulty or timestamps, but by the cumulative computational effort (proof of work) expended by miners to extend the chain in a way that the rest of the network recognizes and accepts.

First,  if miners were to artificially maintain a low constant difficulty, their blocks would be mined quickly, but they would not necessarily form the longest chain.  Other miners with higher computational power would continue to mine blocks at the normal difficulty level, and their longer chain with more accumulated proof of work would eventually become the valid chain.

Second, the valid chain is the one with the most accumulated proof of work, and miners are incentivized to contribute their computational power to extend this chain honestly.  Attempting to manipulate difficulty or timestamps would likely be detected by the network and rejected, as the protocol is designed to maintain the integrity and security of the blockchain.

34  Bitcoin / Bitcoin Technical Support / Re: How best to store output descriptors/wallet backups on: July 28, 2023, 09:57:10 AM
And you also can consider having multiple backup on different medium.
right, and also regularly update the backups to include any changes or new addresses generated by the wallet.  This ensures that your backup remains up-to-date.
Pages: « 1 [2]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!