Bitcoin Forum
May 24, 2024, 05:52:42 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 [6] 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 ... 590 »
101  Bitcoin / Bitcoin Technical Support / Re: bitcoin core v25 - set hdseed on: December 27, 2023, 10:50:48 PM
The HD seed cannot be used in a descriptor as a seed. Using it in a descriptor as you have results in an address with the seed as the private key, not the seed as a seed and then doing derivation on it.

If you want to use the seed in a descriptor wallet, then you will need to compute the BIP 32 master key from it, then specify the derivation paths for deriving the child keys from that master key. Note that the seed is a BIP 32 seed (S in this diagram: https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki#user-content-Master_key_generation), not a BIP 39 seed phrase or mnemonic.

In general, Bitcoin Core does not intend the seeds that it produces to be handled by people directly since they are incomplete information for restoring a wallet. You should instead be backing up entire wallet files and restoring them when you need to restore backups, rather than trying to find an individual component of the wallet.

If you insist on using the seed, you need to create a legacy wallet and use the sethdseed command. Then you will get the addresses that you expect. Then you should migrate that to a descriptor wallet. However, after migration, the seed will not be used by the wallet anymore. New descriptors are generated which essentially replace that seed.
102  Bitcoin / Bitcoin Technical Support / Re: Broadcasting issue - [URG help] on: December 26, 2023, 04:06:37 PM
Your options are to either choose different inputs that do not have so many ancestors, or wait for some ancestors to become confirmed.

As the error says, there are too many unconfirmed ancestors, and the limit is 25. This is the default that most nodes have, so your transaction is unlikely to propagate even if blockcypher accepts your transaction. You need to reduce the number of ancestors, either by removing the inputs that have unconfirmed ancestors such that the number of unconfirmed ancestors is below the limit, or wait for some of those unconfirmed ancestors to confirm.
103  Bitcoin / Bitcoin Technical Support / Re: Bitcoin Core 26.0 Crash on Macbook - Error opening block database. on: December 24, 2023, 08:37:15 PM
After syncing the headers it has just started downloading all blocks from the beginning Sad

Could it not be recognising the blocks folder at all if it seen as corrupt?

Why do you assume that it is downloading all blocks? When it is reindexing, it will say something about syncing, but there won't be any network activity. You should be able to disable networking (either OS, or in Bitcoin Core) and it will still continue to be "downloading".
104  Bitcoin / Bitcoin Technical Support / Re: Need I upgrade the build tool gcc version to build bitcoin? on: December 24, 2023, 05:13:20 PM
Yes. Bitcoin Core uses features that are not available in older compiler versions, notably C++17 and C++20.
105  Bitcoin / Bitcoin Technical Support / Re: Bitcoin Core 26.0 Crash on Macbook - Error opening block database. on: December 24, 2023, 05:11:26 PM
What version of MacOS are you using? Possibly the same issue as https://github.com/bitcoin/bitcoin/issues/28552

Is there any way of recovering the block database without downloading the entire thing from scratch?
Rebuilding the block database doesn't redownload anything. It is reading all of the blocks from disk and building the block index, so the software gives the same progress bar as syncing, but no downloading happens until it reaches the end of what's on disk.
106  Bitcoin / Bitcoin Technical Support / Re: All about "stuck" transactions and what you can do to fix them on: December 20, 2023, 12:17:21 AM
This content still holds true for a older version  of Electrum  wallet and it might be needed by Users of older versions of Electrum.
However, the new Version  now supports an Automatic RBF inclusion for every transaction made so there's always a chance to replace or simply Bump transaction fee if the need arises for all Electrum Wallet Users
Updated to say that opt in RBF is always on.

Can my name please be removed from the OP? I have not been able to help with stuck transactions for years and still receive messages asking for help
Done. Updated that section in general to point to the services rather than to specific people.
107  Bitcoin / Bitcoin Technical Support / Re: Notice to pinned thread contents update on: December 18, 2023, 04:52:44 PM
I've unlocked that thread. If you have any suggestions for how to update it, please post there.
108  Bitcoin / Bitcoin Technical Support / Re: Managing witness with bitcoin-cli to a valid transaction from rawtransaction on: December 16, 2023, 09:10:29 PM
I created with ord command-line
Then you need to look at ord's documentation, and probably be using it to send as well. The private keys are not in Bitcoin Core so there's nothing that you can do with it directly to send.
109  Bitcoin / Bitcoin Technical Support / Re: Managing witness with bitcoin-cli to a valid transaction from rawtransaction on: December 16, 2023, 05:31:05 PM
How did you create this wallet? It does not have private keys enabled, so you will be unable to sign any transactions.
110  Bitcoin / Bitcoin Technical Support / Re: Managing witness with bitcoin-cli to a valid transaction from rawtransaction on: December 16, 2023, 04:22:56 PM
Are you certain that all of the inputs that you have specified belong to the wallet? You have the correct vout values? When you used listunspent, did it say that those utxos are spendable?

Can you also post the output of getwalletinfo?
111  Bitcoin / Bitcoin Technical Support / Re: Bitcoin core can't restore old wallet on: December 14, 2023, 09:55:56 PM
Please provide the debug.log file.
112  Bitcoin / Development & Technical Discussion / Re: How far can I push lock_time? on: December 14, 2023, 03:51:41 AM
If not, suppose I send out a transaction that's time-locked to 1 day/month/year/decade into the future. To what degree of certainty will my transaction be eventually be included in a block?
Your transaction is basically guaranteed to never be included in a block if all you did was broadcast it before the locktime was reached.

Nodes do not accept or relay transactions which cannot be included in the next block. If you broadcast a transaction with a future locktime, basically all nodes would drop it. Besides that, nodes will also evict transactions that have been unconfirmed for too long (typically 2 weeks as that is the default in Bitcoin Core). If you had a transaction with a timelock greater than 2 weeks in the future, and it was somehow accepted into some node's mempool, it would be dropped before the timelock was reached.
113  Bitcoin / Bitcoin Technical Support / MOVED: Can There Be Foul Play When Soimeone Deposits Money Into Your BTC Wallet? on: December 11, 2023, 04:30:26 PM
This topic has been moved to Trashcan.

Duplicate of https://bitcointalk.org/index.php?topic=5477119.0
114  Bitcoin / Bitcoin Technical Support / Re: P2WSH Bitcoin Core Witness Script Empty Error on: December 06, 2023, 03:43:02 PM
Quote
Bitcoin Core doesn't know how to sign non-standard scripts. Script is not easy to analyze, so Bitcoin Core sticks to specific templates and patterns that it can analyze. Your script does not follow any of those patterns, so it is unable to produce any valid signatures. Furthermore, since it doesn't recognize the script, it will not place it in the witness. Thus the transaction you get after using signrawtransactionwithwallet is completely unsigned, and in fact, identical to what you passed in.

Thanks, noted. Does this mean every unlocking script in a P2WSH transaction is non-standard? If yes, does this mean P2WSH redeem scripts are not broadcasted by every client that only broadcasts standard transactions?
No, nodes do not inspect the contents of redeem or witness scripts for standardness checks.

Perhaps a better term would be "well known script template".
115  Bitcoin / Bitcoin Discussion / Bitcoin Core 26.0 Released on: December 06, 2023, 03:20:19 PM
26.0 Release Notes

Bitcoin Core version 26.0 is now available from:

https://bitcoincore.org/bin/bitcoin-core-26.0/

This release includes new features, various bug fixes and performance
improvements, as well as updated translations.

Please report bugs using the issue tracker at GitHub:

https://github.com/bitcoin/bitcoin/issues

To receive security and update notifications, please subscribe to:

https://bitcoincore.org/en/list/announcements/join/

How to Upgrade

If you are running an older version, shut it down. Wait until it has completely
shut down (which might take a few minutes in some cases), then run the
installer (on Windows) or just copy over /Applications/Bitcoin-Qt (on macOS)
or bitcoind/bitcoin-qt (on Linux).

Upgrading directly from a version of Bitcoin Core that has reached its EOL is
possible, but it might take some time if the data directory needs to be migrated. Old
wallet versions of Bitcoin Core are generally supported.

Compatibility

Bitcoin Core is supported and extensively tested on operating systems
using the Linux kernel, macOS 11.0+, and Windows 7 and newer.  Bitcoin
Core should also work on most other Unix-like systems but is not as
frequently tested on them.  It is not recommended to use Bitcoin Core on
unsupported systems.

Notable changes

P2P and network changes
  • Experimental support for the v2 transport protocol defined in
    BIP324 was added.
    It is off by default, but when enabled using -v2transport it will be negotiated
    on a per-connection basis with other peers that support it too. The existing
    v1 transport protocol remains fully supported.
  • Nodes with multiple reachable networks will actively try to have at least one
    outbound connection to each network. This improves individual resistance to
    eclipse attacks and network level resistance to partition attacks. Users no
    longer need to perform active measures to ensure being connected to multiple
    enabled networks. (#27213)

Pruning
  • When using assumeutxo with -prune, the prune budget may be exceeded if it is set
    lower than 1100MB (i.e. MIN_DISK_SPACE_FOR_BLOCK_FILES * 2). Prune budget is normally
    split evenly across each chainstate, unless the resulting prune budget per chainstate
    is beneath MIN_DISK_SPACE_FOR_BLOCK_FILES in which case that value will be used. (#27596)

Updated RPCs
  • Setting -rpcserialversion=0 is deprecated and will be removed in
    a future release. It can currently still be used by also adding
    the -deprecatedrpc=serialversion option. (#28448)
  • The hash_serialized_2 value has been removed from gettxoutsetinfo since the value it
    calculated contained a bug and did not take all data into account. It is superseded by
    hash_serialized_3 which provides the same functionality but serves the correctly calculated hash. (#28685)
  • New fields transport_protocol_type and session_id were added to the getpeerinfo RPC to indicate
    whether the v2 transport protocol is in use, and if so, what the session id is.
  • A new argument v2transport was added to the addnode RPC to indicate whether a v2 transaction connection
    is to be attempted with the peer.
  • Miniscript expressions can now be used in Taproot descriptors for all RPCs working with descriptors. (#27255)
  • finalizepsbt is now able to finalize a PSBT with inputs spending Miniscript-compatible Taproot leaves. (#27255)

Changes to wallet related RPCs can be found in the Wallet section below.

New RPCs
  • loadtxoutset has been added, which allows loading a UTXO snapshot of the format
    generated by dumptxoutset. Once this snapshot is loaded, its contents will be
    deserialized into a second chainstate data structure, which is then used to sync to
    the network's tip.

    Meanwhile, the original chainstate will complete the initial block download process in
    the background, eventually validating up to the block that the snapshot is based upon.

    The result is a usable bitcoind instance that is current with the network tip in a
    matter of minutes rather than hours. UTXO snapshot are typically obtained via
    third-party sources (HTTP, torrent, etc.) which is reasonable since their contents
    are always checked by hash.

    You can find more information on this process in the assumeutxo design
    document (https://github.com/bitcoin/bitcoin/blob/master/doc/design/assumeutxo.md).

    getchainstates has been added to aid in monitoring the assumeutxo sync process.
  • A new getprioritisedtransactions RPC has been added. It returns a map of all fee deltas created by the
    user with prioritisetransaction, indexed by txid. The map also indicates whether each transaction is
    present in the mempool. (#27501)
  • A new RPC, submitpackage, has been added. It can be used to submit a list of raw hex
    transactions to the mempool to be evaluated as a package using consensus and mempool policy rules.
    These policies include package CPFP, allowing a child with high fees to bump a parent below the
    mempool minimum feerate (but not minimum relay feerate). (#27609)
    • Warning: successful submission does not mean the transactions will propagate throughout the
      network, as package relay is not supported.
    • Not all features are available. The package is limited to a child with all of its
      unconfirmed parents, and no parent may spend the output of another parent.  Also, package
      RBF is not supported. Refer to doc/policy/packages.md for more details on package policies
      and limitations.
    • This RPC is experimental. Its interface may change.
  • A new RPC getaddrmaninfo has been added to view the distribution of addresses in the new and tried table of the
    node's address manager across different networks(ipv4, ipv6, onion, i2p, cjdns). The RPC returns count of addresses
    in new and tried table as well as their sum for all networks. (#27511)
  • A new importmempool RPC has been added. It loads a valid mempool.dat file and attempts to
    add its contents to the mempool. This can be useful to import mempool data from another node
    without having to modify the datadir contents and without having to restart the node. (#27460)
    • Warning: Importing untrusted files is dangerous, especially if metadata from the file is taken over.
    • If you want to apply fee deltas, it is recommended to use the getprioritisedtransactions and
      prioritisetransaction RPCs instead of the apply_fee_delta_priority option to avoid
      double-prioritising any already-prioritised transactions in the mempool.

Updated settings
  • bitcoind and bitcoin-qt will now raise an error on startup
    if a datadir that is being used contains a bitcoin.conf file that
    will be ignored, which can happen when a datadir= line is used in
    a bitcoin.conf file. The error message is just a diagnostic intended
    to prevent accidental misconfiguration, and it can be disabled to
    restore the previous behavior of using the datadir while ignoring
    the bitcoin.conf contained in it. (#27302)
  • Passing an invalid -debug, -debugexclude, or -loglevel logging configuration
    option now raises an error, rather than logging an easily missed warning. (#27632)

Changes to GUI or wallet related settings can be found in the GUI or Wallet section below.

New settings

Tools and Utilities
  • A new bitcoinconsensus_verify_script_with_spent_outputs function is available in libconsensus which optionally accepts the spent outputs of the transaction being verified.
  • A new bitcoinconsensus_SCRIPT_FLAGS_VERIFY_TAPROOT flag is available in libconsensus that will verify scripts with the Taproot spending rules.

Wallet
  • Wallet loading has changed in this release. Wallets with some corrupted records that could be
    previously loaded (with warnings) may no longer load. For example, wallets with corrupted
    address book entries may no longer load. If this happens, it is recommended
    load the wallet in a previous version of Bitcoin Core and import the data into a new wallet.
    Please also report an issue to help improve the software and make wallet loading more robust
    in these cases. (#24914)
  • The gettransaction, listtransactions, listsinceblock RPCs now return
    the abandoned field for all transactions. Previously, the "abandoned" field
    was only returned for sent transactions. (#25158)
  • The listdescriptors, decodepsbt and similar RPC methods now show h rather than apostrophe (') to indicate
    hardened derivation. This does not apply when using the private parameter, which
    matches the marker used when descriptor was generated or imported. Newly created
    wallets use h. This change makes it easier to handle descriptor strings manually.
    E.g. the importdescriptors RPC call is easiest to use h as the marker: '["desc": ".../0h/..."]'.
    With this change listdescriptors will use h, so you can copy-paste the result,
    without having to add escape characters or switch ' to 'h' manually.
    Note that this changes the descriptor checksum.
    For legacy wallets the hdkeypath field in getaddressinfo is unchanged,
    nor is the serialization format of wallet dumps. (#26076)
  • The getbalances RPC now returns a lastprocessedblock JSON object which contains the wallet's last processed block
    hash and height at the time the balances were calculated. This result shouldn't be cached because importing new keys could invalidate it. (#26094)
  • The gettransaction RPC now returns a lastprocessedblock JSON object which contains the wallet's last processed block
    hash and height at the time the transaction information was generated. (#26094)
  • The getwalletinfo RPC now returns a lastprocessedblock JSON object which contains the wallet's last processed block
    hash and height at the time the wallet information was generated. (#26094)
  • Coin selection and transaction building now accounts for unconfirmed low-feerate ancestor transactions. When it is necessary to spend unconfirmed outputs, the wallet will add fees to ensure that the new transaction with its ancestors will achieve a mining score equal to the feerate requested by the user. (#26152)
  • For RPC methods which accept options parameters ((importmulti, listunspent,
    fundrawtransaction, bumpfee, send, sendall, walletcreatefundedpsbt,
    simulaterawtransaction), it is now possible to pass the options as named
    parameters without the need for a nested object. (#26485)

This means it is possible make calls like:
Code:
src/bitcoin-cli -named bumpfee txid fee_rate=100

instead of
Code:
]src/bitcoin-cli -named bumpfee txid options='{"fee_rate": 100}'
  • The deprecatedrpc=walletwarningfield configuration option has been removed.
    The createwallet, loadwallet, restorewallet and unloadwallet RPCs no
    longer return the "warning" string field. The same information is provided
    through the "warnings" field added in v25.0, which returns a JSON array of
    strings. The "warning" string field was deprecated also in v25.0. (#27757)
  • The signrawtransactionwithkey, signrawtransactionwithwallet,
    walletprocesspsbt and descriptorprocesspsbt calls now return the more
    specific RPC_INVALID_PARAMETER error instead of RPC_MISC_ERROR if their
    sighashtype argument is malformed. (#28113)
  • RPC walletprocesspsbt, and descriptorprocesspsbt return
    object now includes field hex (if the transaction
    is complete) containing the serialized transaction
    suitable for RPC sendrawtransaction. (#28414)
  • It's now possible to use Miniscript inside Taproot leaves for descriptor wallets. (#27255)

GUI changes
  • The transaction list in the GUI no longer provides a special category for "payment to yourself". Now transactions that have both inputs and outputs that affect the wallet are displayed on separate lines for spending and receiving. (gui#119)
  • A new menu option allows migrating a legacy wallet based on keys and implied output script types stored in BerkeleyDB (BDB) to a modern wallet that uses descriptors stored in SQLite. (gui#738)
  • The PSBT operations dialog marks outputs paying your own wallet with "own address". (gui#740)
  • The ability to create legacy wallets is being removed. (gui#764)

Low-level changes

Tests
  • Non-standard transactions are now disabled by default on testnet
    for relay and mempool acceptance. The previous behaviour can be
    re-enabled by setting -acceptnonstdtxn=1. (#28354)

Credits

Thanks to everyone who directly contributed to this release:
  • 0xb10c
  • Amiti Uttarwar
  • Andrew Chow
  • Andrew Toth
  • Anthony Towns
  • Antoine Poinsot
  • Antoine Riard
  • Ari
  • Aurèle Oulès
  • Ayush Singh
  • Ben Woosley
  • Brandon Odiwuor
  • Brotcrunsher
  • brunoerg
  • Bufo
  • Carl Dong
  • Casey Carter
  • Cory Fields
  • David Álvarez Rosa
  • dergoegge
  • dhruv
  • dimitaracev
  • Erik Arvstedt
  • Erik McKelvey
  • Fabian Jahr
  • furszy
  • glozow
  • Greg Sanders
  • Harris
  • Hennadii Stepanov
  • Hernan Marino
  • ishaanam
  • ismaelsadeeq
  • Jake Rawsthorne
  • James O'Beirne
  • John Moffett
  • Jon Atack
  • josibake
  • kevkevin
  • Kiminuo
  • Larry Ruane
  • Luke Dashjr
  • MarcoFalke
  • Marnix
  • Martin Leitner-Ankerl
  • Martin Zumsande
  • Matthew Zipkin
  • Michael Ford
  • Michael Tidwell
  • mruddy
  • Murch
  • ns-xvrn
  • pablomartin4btc
  • Pieter Wuille
  • Reese Russell
  • Rhythm Garg
  • Ryan Ofsky
  • Sebastian Falbesoner
  • Sjors Provoost
  • stickies-v
  • stratospher
  • Suhas Daftuar
  • TheCharlatan
  • Tim Neubauer
  • Tim Ruffing
  • Vasil Dimov
  • virtu
  • vuittont60
  • willcl-ark
  • Yusuf Sahin HAMZA

As well as to everyone that helped with translations on
Transifex.
116  Bitcoin / Bitcoin Technical Support / Re: P2WSH Bitcoin Core Witness Script Empty Error on: December 05, 2023, 11:51:48 PM
Bitcoin Core doesn't know how to sign non-standard scripts. Script is not easy to analyze, so Bitcoin Core sticks to specific templates and patterns that it can analyze. Your script does not follow any of those patterns, so it is unable to produce any valid signatures. Furthermore, since it doesn't recognize the script, it will not place it in the witness. Thus the transaction you get after using signrawtransactionwithwallet is completely unsigned, and in fact, identical to what you passed in.
117  Bitcoin / Bitcoin Technical Support / Re: Settings file could not be written (Mac) on: November 27, 2023, 01:18:18 AM
but I think maybe the fact that the 6TB drive needs a password to open messed things up?
Was that drive unlocked and can your user read and write files to it? This seems likely to be the culprit.

The error that you get is specifically related to being unable to write the settings.json file. This would be caused by filesystem permissions errors and just filesystem errors in general.
118  Bitcoin / Development & Technical Discussion / Re: Built-in mixer on Core on: November 27, 2023, 01:15:23 AM
Anything that requires a central coordinator is a non-starter for the Bitcoin Core wallet.
119  Bitcoin / Wallet software / Re: Petition to remove Wasabi from recommendations of bitcoin.org on: November 27, 2023, 01:03:54 AM
Y'all need to chill.
120  Bitcoin / Bitcoin Technical Support / Re: Searching for wallet using 0201010420 on: November 16, 2023, 04:33:08 AM
wallet.dat is Bitcoin Core.

It depends on what data you have and how intact you think the data is. Is it a bunch of unnamed files and you're trying to figure out which may be a wallet? Or are you looking at raw data from the drive directly (e.g. in an image file)? Or something else?
Pages: « 1 2 3 4 5 [6] 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 ... 590 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!