Tangem Wallet Pack of 2 - Secure Crypto Wallet - Trusted Cold Storage for Bitcoin, Ethereum, NFT's &

Tangem Wallet Pack of 2 - Secure Crypto Wallet - Trusted Cold Storage for Bitcoin, Ethereum, NFT's &
Key item features Ultimate Security: Generates a private key that remains on the card, safeguarding crypto and NFTs from hackers with EAL6+ certification and audited firmware. Versatile Compatibility: Manages over 13,000 tokens across 70+ blockchains, supporting DeFi, NFTs, and DeEx without wires, Bluetooth, or USB. Effortless Operation: Utilizes NFC for secure transactions via a mobile device and the Tangem app, enabling buying and selling crypto with various payment methods. Smart Backup: Features a second Tangem Wallet as a backup, eliminating the need for paper, pictures, or seed phrases for recovery. Durable Design: Boasts IP68 protection against environmental conditions, ensuring longevity and robust physical security. Comprehensive Support: Compatible with Bitcoin, Ethereum, Solana, XRP, USDT, and over 6,000 cryptocurrencies, integrating with dApps and WalletConnect.

LBANK

Are chains of 26 unconfirmed transactions prohibited by the wallet in Bitcoin Core 31.0?

I was testing Bitcoin Core 31.0 to see if I could make chains of unconfirmed transactions longer than 25. Release notes say:

The mempool no longer enforces ancestor or descendant size/count limits. Instead, two new default policy limits are introduced governing connected components, or clusters, in the mempool, limiting clusters to 64 transactions and up to 101 kB in virtual size. Transactions are considered to be in the same cluster if they are connected to each other via any combination of parent/child relationships in the mempool. These limits can be overridden using command-line arguments; see the extended help (-help-debug) for more information.

Does this only hold for transactions being relayed to my node, and not for transactions my wallet creates? Does the wallet still enforce the 25 txn limit during a transition period until the new mempool policy is more widespread?

The following script on a newly started Bitocoin Core 31.0 regtest node fails on the last command:

bitcoin-cli getnetworkinfo
bitcoin-cli createwallet miner
ADDR=`bitcoin-cli getnewaddress`
bitcoin-cli generatetoaddress 101 $ADDR
# 1 confirmed UTXO
for i in `seq 0 24`; do
    bitcoin-cli sendtoaddress $ADDR 1
done
# We now have a chain of 25 unconfirmed txs
# I expected adding one more would work on bitcoin core 31.0
bitcoin-cli sendtoaddress $ADDR 1

Output looks something like this:

{
  "version": 310000,
  "subversion": "/Satoshi:31.0.0/",
...
61000fa3b63cba73ed407258ec8b814c07dd4b5c32e2f89c34ca32716f6338c1
69644eea749b113a97d0b140511486e2d4acf63cc713078f7180d637849f883c
8b282b62858ae5fa75983739e4981db77734ff873a7cc759bd51e7ddee93d6c6
error code: -6
error message:
Unconfirmed UTXOs are available, but spending them creates a chain of transactions that will be rejected by the mempool


from Recent Questions - Bitcoin Stack Exchange https://ift.tt/xRK5QbH
via IFTTT

Popular posts from this blog

Crypto Exec Warns Tokenization Is Moving Faster Than Expected

Bitcoin Mining Could Be Strengthening The Ruble, Russian Central Bank Says

Nigerian SEC Partners With Police To Tackle Crypto Ponzi Schemes – Details