Search results

Jump to: navigation, search
  • ...t to prove that this sorting process is genuinely randomly sorted based on code or run-time analysis, especially if the software is closed source.
    12 KB (1,826 words) - 16:03, 15 December 2021
  • ...de/|title=No Fork, No Fire: Segwit2x Nodes Stall Running Abandoned Bitcoin Code|work=[[CoinDesk]]|author=Higgins, Stan|date=November 17, 2017|accessdate=No [[Category:Direct code forks of Bitcoin Core]]
    9 KB (1,263 words) - 20:48, 30 June 2020
  • Expressed in pseudo-code, using integer math, assuming that block_timestamp is after the activation ...00,000 bytes was chosen after testing the current reference implementation code with larger block sizes and receiving feedback from miners on bandwidth-con
    10 KB (1,479 words) - 17:59, 24 September 2019
  • ! CODE * Support err code for Avalon6
    22 KB (3,104 words) - 07:59, 15 August 2016
  • Price controls have been documented since the Code of Hammurabi in 1754 BC. Roman Emperor Diocletian also issued an Edict on M
    2 KB (311 words) - 18:02, 2 January 2016
  • ...m the date, 23.05.2019 Denarium products have normal private key in the QR code and the mini private key as text. This change makes them compatible with ev ...physical bitcoins]] in that they are an object that contains a redemption code that serves as a bearer item for digital bitcoins. They are unique bitcoin
    18 KB (2,405 words) - 11:18, 27 August 2019
  • ...tcoin/blob/master/src/main.cpp#L434 Replacement in original Bitcoin source code], Satoshi Nakamoto, GitHub, ''Retrieved 2015-12-08''</ref> but was disabled * Consistent policy makes it easy for wallet authors to write code that uses transaction replacement to provide usability-enhancing features.
    8 KB (1,115 words) - 08:43, 24 November 2022
  • ...the programmer who wants to learn how the program is designed and what the code does. ...d be checked by developers who are getting up to speed on the Bitcoin Core code base. Additionally, each new release of Bitcoin Core (0.12, 0.13, etc) cou
    15 KB (2,318 words) - 00:41, 24 April 2019
  • Bitcoin is a peer-to-peer network, so Bitcoin Core has code to discover peers and manage those connections. Most of the network-handling code is in <u>net.h/cpp</u>.
    17 KB (2,685 words) - 16:01, 4 September 2018
  • ..., the time required for IBD increases unless optimizations are made to the code. Various optimizations have been made since Satoshi's original client was The Bitcoin Core initial block download code makes sure that the block headers you are downloading (from a single peer)
    17 KB (2,744 words) - 20:32, 21 January 2016
  • This page describes the code that manages the blockchain. The block index (block metadata) is well commented in the code: see <u>src/chain.h</u>.
    13 KB (2,125 words) - 20:27, 21 January 2016
  • std::promise<bc::code> complete; const auto send_handler = [&complete](const bc::code& ec)
    3 KB (362 words) - 01:32, 9 March 2021
  • ...nsus on it before writing code. The final implementation must include test code and documentation appropriate for the Bitcoin protocol. * License-Code: <abbreviation for code under different approved license(s)>
    34 KB (5,496 words) - 20:07, 24 April 2024
  • This BIP defines a technique for creating a payment code which can be publicly advertised and associated with a real-life identity w <code>
    22 KB (3,422 words) - 04:56, 31 May 2024
  • Core. It is to be noted that sharing the same code for consensus ==Code==
    18 KB (2,863 words) - 21:58, 30 April 2024
  • The bitcoin code needs to be modified in three places in order to handle Coalescing Transact ...oalescing validation</b> - When a non-coalescing transaction comes in, the code needs to be modified
    5 KB (777 words) - 17:10, 21 August 2020
  • ** A code of conduct and code of ethics which the committee promises to abide by
    9 KB (1,333 words) - 21:43, 30 April 2024
  • ...ngth to 0 and removing the <code>uchar[]</code> array from the <code>TxIn</code>.<ref>[[https://en.bitcoin.it/wiki/Protocol_Specification#tx|Protocol Speci The normalized transaction ID is then computed as the double <code>SHA 256</code> hash of the normalized transaction matching the existing transaction ID co
    15 KB (2,249 words) - 04:35, 29 May 2024
  • BTC Bear OÜ registry code: 14129654<br /> BTC Bear LTD company code: 09725259<br />
    1 KB (152 words) - 18:43, 24 October 2016
  • * '''Open-Source:''' Bitcoin source code should always be open for anyone to read, modify, copy, share. ...seen by any reviewer who would raise the alarm to stop anyone running the code.
    4 KB (666 words) - 20:09, 17 September 2017
  • ...nstance of the [[BTCPay]] open source payment processor. Another way is to code a simple solution yourself which gives a brand new address to each visitor,
    7 KB (1,041 words) - 09:46, 1 July 2021
  • "MSG_PKGTXNS") using the <code>PKG_RELAY_PKGTXNS = (1 << 0)</code> bit in their "sendpackages" ...("ancpkginfo", "MSG_ANCPKGINFO") using the <code>PKG_RELAY_ANC = (1 << 1)</code> bit in their
    28 KB (4,234 words) - 18:44, 24 April 2024
  • ...t but also as a QR code. Modern smartphones are capable of scanning the QR code inside and importing the key directly to a Bitcoin wallet such as Mycelium. ...verify a coin for bitcoin use. Customers receive a shipment code and email code. Combined they give access to the activation system. Activation It is an ex
    6 KB (923 words) - 09:50, 15 October 2018
  • ..."bitcoin_0_1_code">[http://satoshi.nakamotoinstitute.org/code/ Bitcoin 0.1 code]<br>Satoshi Nakamoto<br>Retrieved 2016-04-11</ref>
    6 KB (1,025 words) - 14:24, 29 January 2019
  • ...''dir'' you should see some files and ''tor.exe'' among them. So type the code below (remember to change the folder accordingly to where you extracted) If the code succeeds it will say something related to the creation of a new entry on Wi
    12 KB (1,922 words) - 08:41, 31 December 2023
  • ...a trustworthy computer running a trustworthy compiler, trustworthy source code is no guarantee for a trustworthy binary. See the [http://wiki.c2.com/?TheK
    16 KB (2,668 words) - 21:08, 12 February 2017
  • ...er this fee is only payable if the card has any balance. Obtaining the PIN code is free for the first time, then changing it costs 1 USD.
    6 KB (940 words) - 00:35, 24 April 2019
  • by the Python3 code snippet below. The function This implements a [https://en.wikipedia.org/wiki/BCH_code BCH code] that
    20 KB (3,196 words) - 18:51, 25 April 2024
  • ...perties can be maintained. Couldn't some programmer simply edit the source code to create more than 21 million bitcoins? The answer turns out to be no. Bit
    5 KB (771 words) - 09:13, 26 September 2022
  • ...ic]: Mnemonic tools. Create, verify or restore wallet using BIP39 mnemonic code. Split mnemonic with threshold secrets or combine secrets with Shamir secre * [https://iancoleman.github.io/bip39/ Mnemonic Code Converter]: A tool for listing keys and addresses from a bip39 mnemonic ph
    4 KB (617 words) - 14:37, 19 September 2020
  • ...the following URL in your browser to check the result or try their sample code here: https://github.com/coinut/api/blob/master/bitcoin-index/nodejs/restAp
    3 KB (389 words) - 04:35, 9 August 2017
  • ...g/index.php?topic=68121 Earliest known Bitcoin code], <code>src/main.h:17</code>, Satoshi Nakamoto (attributed), November 2008 (published 10 March 2012)</r
    11 KB (1,622 words) - 02:39, 2 March 2021
  • ...d payment processor [[BitPay]]. This allows easy migration of a merchant's code base to their own self-hosted payment processor. This enables all the benef
    9 KB (1,025 words) - 08:12, 20 August 2020
  • * Implemented: Real running code without major known deficiencies.
    3 KB (406 words) - 08:13, 23 September 2022
  • * Supports BIP32(Hierarchical Deterministic Wallets), BIP39(Mnemonic code generation) Source code can be found here:
    1 KB (147 words) - 18:32, 4 July 2018
  • ...p testing release candidates of Bitcoin Core (0.18) and LND (0.6), notable code changes, useful infos for developers implementing Bech32, and more]
    23 KB (3,631 words) - 13:09, 6 May 2019
  • === [https://blockpath.com/wallets/new?action=appqrcode Create QR Code]=== This app helps you create a Bitcoin QR code you can save and display on social media, a website, or physically print it
    7 KB (1,117 words) - 03:58, 4 April 2019
  • ...lementation ends up being soft-forked would have to be included in bitcoin code forever (unless the soft fork rule has a sunset provision), so the bitcoin
    4 KB (649 words) - 00:40, 16 February 2019
  • ...of any participant. This can all be verified by examining the open-source code.
    9 KB (1,331 words) - 14:20, 3 July 2023
  • ...y also at least one seed node using <code>-signetseednode=<host>[:<port>]</code>. ...e> (that is reversed e.g. in Rust variables) (instead of <code>0xF9BEB4D9</code>), but see [[#Genesis_Block_and_Message_Header]]
    9 KB (1,451 words) - 15:03, 28 February 2024
  • ...the network from jeopardizing. Once a proposal for a change is designed in code, one of the witnesses can propose it for implementation, and sign the chang
    6 KB (796 words) - 08:07, 23 September 2019
  • Currency code(s) used herein are defined as such: ...cters may be used for currencies without an applicable code. (If a shorter code is desired despite this, it may be padded with space(s) to the left until i
    13 KB (1,813 words) - 16:52, 21 August 2020
  • ...y unhappy with the transaction (e.g. fees are too small) the HTTP response code of 422 should be used and a human-readable string containing information on ...ns the partial transaction as a binary-encoded HTTP response with a status code of 200. To ensure compatibility with web-wallets and browser-based-tools, a
    12 KB (1,820 words) - 21:21, 12 February 2021
  • ...th a checksum must pass the criteria for validity specified by the Python3 code snippet below. This implements a BCH code that has the properties described above.
    19 KB (2,892 words) - 23:00, 22 April 2024
  • License-Code: MIT ...der a Creative Commons Attribution-ShareAlike license. All provided source code is licensed under the MIT license.
    20 KB (3,076 words) - 04:42, 29 May 2024
  • ===Sample Code for processing a signature=== Note: this code is a modification of the BitcoinJ code which is written in java.
    9 KB (1,418 words) - 04:33, 29 May 2024
  • License-Code: MIT ...practically unbounded number of code pathways, and then reveal the actual code pathway used at spend time.
    15 KB (2,286 words) - 17:59, 24 September 2019
  • ...to one's address book could be done by using a Wallet Name, scanning a QR code, sending a URI through a text message or e-mail, or searching a public repo ...unication of Payment Protocol messages. The message also includes a status code and a status message that is used for error communication such that the pro
    29 KB (4,013 words) - 17:59, 24 September 2019
  • backwards compatible for any existing data or parsing-code.
    12 KB (1,921 words) - 17:03, 21 August 2020
  • <code>[]byte</code> represents a vector of bytes. <code>[N]byte</code> represents a fixed-size byte array with length N.
    16 KB (2,523 words) - 00:32, 9 May 2024
  • Encoding a '''TxRef''' requires 4 or 5 pieces of data: a magic code denoting which network is being used; a version number (currently always 0) | style="background: #99DDFF; color: black; text-align : center;" | Magic Code
    30 KB (4,018 words) - 15:52, 15 December 2021
  • License-Code: MIT ...der a Creative Commons Attribution-ShareAlike license. All provided source code is licensed under the MIT license.
    11 KB (1,766 words) - 05:10, 31 May 2024
  • <code>[]byte</code> represents a vector of bytes. <code>[N]byte</code> represents a fixed-size byte array with length N.
    21 KB (3,233 words) - 15:55, 15 December 2021
  • ...he block (lowTxCount). It is either <code>pow(ceil(log2(txcount)) - 1, 2)</code>, or the position of the last full tx proof (plus one, if using 0-based pos ...all those peers for a fraud proof by sending a new message <code>getfraud</code>, with a block locator (between the last common block, and the presumed bes
    9 KB (1,468 words) - 17:10, 21 August 2020
  • Each extension has its unique string name, so called '''extension code'''. ...g of length 8, encoding an unsigned 32-bit integer (~<code>[0-9a-fA-F]{8}</code>)
    12 KB (1,756 words) - 23:18, 1 May 2024
  • ...ob/8901d469975752d799b6a7a61d4e00a9a124028f/src/validation.cpp#L3530-L3572 Code details here]. Much like P2SH or a new OP Code, these old users can never be directly affected by the fork, as they will h
    8 KB (1,325 words) - 23:13, 29 September 2022
  • The algorithm’s pseudo-code: An example code to obtain the matrix M:
    22 KB (3,346 words) - 19:40, 16 January 2022
  • ...nality to the Bitcoin universe without actually modifying the Bitcoin Core code...Consequently, innovation can occur faster, in more flexible and distribut The upvote vector will code "abstain" as 0xFF (or 0xFFFF); it will code "alarm" as 0xFE (or 0xFFFE). Otherwise it simply indicates which withdrawal
    19 KB (3,040 words) - 21:44, 23 April 2024
  • <code> </code>
    5 KB (741 words) - 07:55, 2 August 2020
  • ...rom local sources (ie mempool), a <code>getblocktxn</code>/<code>blocktxn</code> roundtrip is necessary, bringing the best-case latency to the same 1.5*RTT ...rom local sources (ie mempool), a <code>getblocktxn</code>/<code>blocktxn</code> roundtrip is necessary, bringing the latency to at least 2.5*RTT in this c
    30 KB (4,803 words) - 21:36, 23 April 2024
  • In addition, this mechanism for code deployments have been deprecated in favor of BIP 9 deployments, which offer
    6 KB (879 words) - 07:58, 2 August 2020
  • ...Chains via multiple integrations. Keystone wallets are 100% Air-gapped QR code communication hardware wallet for Bitcoin, Ethereum, USDT, BCH, XRP, Tron,
    1 KB (171 words) - 05:32, 29 September 2022
  • License-Code: MIT Reconciliation-based relay uses [https://www.cs.bu.edu/~reyzin/code/fuzzy.html PinSketch] BCH-based secure sketches as introduced by the [https
    21 KB (3,293 words) - 21:48, 23 April 2024
  • ...left out. This special case is to allow non-signet-aware block generation code to be used to test a custom signet chain where the challenge is trivially t ...ashPrevBlock, signet_merkle_root, and nTime. The <code>signet_merkle_root</code> is obtained by generating the merkle root of the block transactions, after
    8 KB (1,277 words) - 15:54, 15 December 2021
  • ...n how it works and the [https://github.com/JWWeatherman/yeticold/issues/49 code isn't clean and comes without a test framework].
    6 KB (928 words) - 10:52, 23 June 2020
  • == Test Vectors and Reference Code == * 2022-08: Fix function signature of lift_x in reference code
    39 KB (6,291 words) - 17:37, 6 May 2024
  • ...nally, future soft forks can make use of the currently unused <code>annex</code> in the witness (see [[bip-0341.mediawiki#Rationale|BIP341]]). ...ield is defined by another softfork, users SHOULD NOT include <code>annex</code> in transactions, or it may lead to PERMANENT FUND LOSS.</ref> and is remov
    43 KB (6,814 words) - 18:04, 29 June 2023
  • ...s, signature opcodes <code>OP_CHECKSIG</code> and <code>OP_CHECKSIGVERIFY</code> are modified to verify Schnorr signatures as specified in [[bip-0340.media The tapscript signature message also simplifies <code>OP_CODESEPARATOR</code> handling and makes it more efficient.
    24 KB (3,690 words) - 02:50, 27 February 2023
  • The below code is the main logic for verifying CHECKTEMPLATEVERIFY, described Once the PR is merged, this BIP should be updated to point to the specific code released.
    36 KB (5,382 words) - 04:47, 29 May 2024
  • * The Signer calculates the Message Authentication Code (<tt>MAC</tt>) for the record. The first 16 bytes of the <tt>MAC</tt> serve * A QR code.
    40 KB (7,318 words) - 14:12, 27 April 2024
  • ...asy to accept bitcoin on any website by copying and pasting a few lines of code.
    3 KB (457 words) - 13:12, 28 July 2020
  • ...asy to accept bitcoin on any website by copying and pasting a few lines of code.
    3 KB (457 words) - 13:12, 28 July 2020
  • ...input</code>, <code>change-scriptpubkey</code>, <code>change-round-amount</code>. ...[bip-0021.mediawiki|BIP 21 URI]] to the sender with a parameter <code>pj=</code> describing a payjoin endpoint.
    40 KB (5,341 words) - 21:40, 30 April 2024
  • ...is the private key k: <code>HMAC-SHA512(key="bip-entropy-from-k", msg=k)</code>. The result produces 512 bits of entropy. Each application SHOULD use up t Derivation path uses the format <code>m/83696968'/{app_no}'/{index}'</code> where ''{app_no}'' is the path for the application, and ''{index}'' is the
    17 KB (2,807 words) - 04:32, 29 May 2024
  • ...t fee sniping isn't a problem yet, but by implementing a fix now we ensure code won't be written that makes assumptions about [[NLockTime|nLockTime]] that
    2 KB (306 words) - 18:29, 16 June 2021
  • * A dummy value, unused because of a bug in OP_CHECKMULTISIG code that removes an extra value from the stack. Required to be OP_0 to prevent
    3 KB (505 words) - 00:19, 14 July 2021
  • ...as every sender will calculate a unique set of addresses for each payment code. '''Sharing a BIP47 payment code''' addresses most of the above shortcomings. However, it introduces the fol
    16 KB (2,596 words) - 04:31, 29 May 2024
  • Ubiquitous law enforcement is a system that embeds government code into every connected appliance, hardware, vehicle, etc. It allows the highe
    899 bytes (125 words) - 12:50, 24 January 2023
  • ...returns a tagged hash value <code>SHA256(SHA256(tag) || SHA256(tag) || x)</code> as in [https://github.com/bitcoin/bips/blob/master/bip-0340.mediawiki#spec The functions <code>ellswift_create</code> and <code>ellswift_ecdh_xonly</code> encapsulate the construction of ElligatorSwift-encoded public keys, and th
    65 KB (9,770 words) - 08:04, 29 September 2023
  • If a codex32 string is encoded in a QR code, it SHOULD use the uppercase form, as this is encoded more compactly. Valid strings MUST pass the criteria for validity specified by the Python 3 code snippet below.
    38 KB (5,536 words) - 04:47, 31 May 2024
  • ...e required by an ''n-of-n'' policy implemented using <code>OP_CHECKSIGADD</code> as introduced in ([https://github.com/bitcoin/bips/blob/master/bip-0342.me ..., MuSig2 offers a '''higher level of privacy''' than <code>OP_CHECKSIGADD</code>: MuSig2 Taproot outputs are indistinguishable for a blockchain observer fr
    68 KB (10,863 words) - 04:28, 29 May 2024
  • covenant: <code>OP_VAULT</code> and <code>OP_VAULT_RECOVER</code>. These opcodes, in conjunction with <code>OP_CHECKTEMPLATEVERIFY</code>
    43 KB (6,456 words) - 04:35, 29 May 2024
  • ...tration are out of scope for this document; using a Message Authentication Code on a hash committing to the wallet policy, its name and any additional meta
    26 KB (3,980 words) - 17:22, 13 May 2024
  • ...95b7aa96271c3c99cdac1a92b1b45e77a4a870251fc1673596793adf2494565e500000000</code> ...3596793adf2494565e58efefefe7d2da377ed4978fefa043a58489912f8e28e162262a608</code>
    13 KB (1,873 words) - 19:37, 28 May 2024

View (previous 250 | next 250) (20 | 50 | 100 | 250 | 500)