Search results

Jump to: navigation, search

Page title matches

  • Code analysis of the [[Original Bitcoin client]] and profiling using GNU Coverag
    237 bytes (35 words) - 17:24, 25 April 2011
  • A financial instrument whose value is accessible by redeeming the code. ...ered "bearer" instruments such that whichever party is first to redeem the code becomes the owner of those funds.
    4 KB (611 words) - 14:29, 18 November 2015
  • ...s page for the minute.''' Is just a scratch pad for documenting the p2pool code. Feel free to add or correct errors if you are familiar with code.
    12 KB (1,917 words) - 22:38, 6 May 2014

Page text matches

  • ...ogs.forbes.com/parmyolson/2011/06/06/lulzsec-hackers-posts-sony-dev-source-code-get-7k-donation/ |title= LulzSec Hackers Post Sony Dev. Source Code, Get $7K Donation – Parmy Olson – Disruptors – Forbes
    45 KB (6,310 words) - 18:12, 15 June 2022
  • properly. I'm better with code than with words though.<ref>[http://www.mail-archive.com/cryptography@metzd
    3 KB (527 words) - 16:10, 8 April 2022
  • Up to and including version 0.3.19 is the "Satoshi code". The founder retired from development with end of 2010. [https://bitcointa ...vector, iostream, and templates. As is typical of a C++ program, a lot of code tends to end up in the header files so be sure to search both the .cpp and
    17 KB (2,172 words) - 01:37, 10 June 2019
  • ...a comment in an old version of Bitcoin ([http://sourceforge.net/p/bitcoin/code/133/tree/trunk/main.cpp#l1613 line 1613]). The first section defines exactl ...668 - Genesis block transaction treated as a special case in the reference code</ref> It is believed that other outputs sent to this address are spendable,
    8 KB (1,161 words) - 15:15, 21 March 2024
  • ...//en.wikipedia.org/wiki/Message_authentication_code message authentication code (MAC)] algorithm using a universal hash proposed by Ted Krovetz and Wei Dai
    10 KB (1,362 words) - 00:40, 24 April 2019
  • <code>67452301 efcdab89 98badcfe 10325476 c3d2e1f0</code> Then, we split our 512-bit block into 32-bit chunks. In my code, I use a simple array of uint32 values, and I use this format to display it
    24 KB (3,669 words) - 15:32, 12 June 2022
  • ...lf. The bitcoin currency unit is also commonly given the informal currency code '''BTC'''. ...7)<ref name="uc">http://www.unicode.org/versions/Unicode10.0.0/</ref> with code point U+20BF (₿). As of June 2017, font support for the Bitcoin sign is i
    6 KB (918 words) - 15:52, 25 April 2019
  • ...h returns any status code other than 302, then the search is bad. A status code of 200 indicates that the search was ambiguous, and the page body will cont ...for shortlinks to be ambiguous, and they will likewise return a 200 status code in that case.
    4 KB (717 words) - 02:02, 20 June 2015
  • If you're reading the Satoshi client code (BitcoinQT) it refers to this encoding as a "CompactSize". Modern Bitcoin C ...t automatically for matching transactions following the <code>merkleblock</code>.
    59 KB (8,414 words) - 18:08, 30 July 2021
  • <code>tomb dig -s 100 bitcoin.tomb</code> <code>tomb forge bitcoin.tomb.key</code>
    24 KB (3,885 words) - 22:09, 17 June 2020
  • ...rs, beginning with the number <code>1</code>, <code>3</code> or <code>bc1</code> that represents a possible destination for a bitcoin payment. ...h the number <code>1</code>, eg: <code>1BvBMSEYstWetqTFn5Au4m4GFg7xJaNVN2</code>.<!-- tails donation address -->
    8 KB (1,314 words) - 18:54, 23 October 2020
  • ...Eclipse Attacks on Bitcoin’s Peer-to-Peer Network] which has led to new code written for [[Bitcoin Core]] for mitigation.<ref>https://github.com/bitcoin [[Bitcoin Core]] being configured with the option <code>walletbroadcast=0</code> will stop [[transaction]]s belonging to the user from being broadcast and
    159 KB (24,866 words) - 08:59, 31 December 2023
  • * [https://github.com/jgarzik/cpuminer Github repository with cpuminer code]
    2 KB (358 words) - 01:31, 1 June 2015
  • OpenCL is a computing framework which allows programmers to write code which works across a variety of hardware, both CPUs and GPUs included. Open
    3 KB (412 words) - 00:14, 18 August 2012
  • For example, this python code will calculate the hash of the block with the smallest hash as of June 2011
    6 KB (947 words) - 17:55, 20 February 2021
  • ...for information purposes only. De facto, Bitcoin script is defined by the code run by the network to check the validity of blocks. ...where <code>&lt;data&gt;</code> in this context means the byte <code>0x20</code> followed by the 20 bytes of the data itself. You should also ensure that y
    27 KB (4,450 words) - 22:25, 26 April 2024
  • ...ed limit (as of client version 0.3.21). This threshold was written in the code as COIN * 144 / 250, suggesting that the threshold represents a one-day old
    20 KB (3,181 words) - 08:46, 26 September 2022
  • An initial solution is to mandate (either in code or as expressed policy) that changing a wallet's password causes (or asks t # In GUI: Limits URI length to prevent a DoS against the QR-Code dialog
    19 KB (3,011 words) - 13:44, 30 October 2023
  • ...oal is to produce URIs that are concise enough to fit in a size-limited QR code, but clear enough to be easily human-readable.
    3 KB (553 words) - 22:32, 24 February 2019
  • These checks will be implemented and enforced in the programming code for the cryptocurrency that will be rolled out to all the participating com
    24 KB (3,955 words) - 23:56, 9 January 2018
  • This page describes the Bitcoin Core code that manages startup and initialization. main() is three lines of code:
    12 KB (1,879 words) - 12:54, 27 June 2020
  • ...hub.com/cdecker/bips/blob/noinput/bip-xyz.mediawiki <code>SIGHASH_NOINPUT</code>]</ref> signing flag. ...SIGHASH_NOINPUT</code> and an unusual use of <code>OP_CHECKLOCKTIMEVERIFY</code>, any later update transaction can spend any earlier update transaction dur
    15 KB (2,209 words) - 07:45, 4 October 2021
  • '''Accessing the block data files from the code''' .... There is a complex system of when to flush state to disk. None of this code affects block files, which are simply written to disk when received. Once
    25 KB (4,068 words) - 12:54, 27 June 2020
  • ==Source code== The core of gribble is a modified supybot. Code lives [https://github.com/nanotube/supybot_fixes here].
    14 KB (2,033 words) - 19:11, 22 November 2017
  • | 1,600 || 800 || 55 || 2 || 29 || {{No|Discontinued}} || USB || {{Yes|code, samples}} | 2,000 || 1,000 || 115 || 2 || 17 || {{No|Discontinued}} || USB || {{No|code}}
    23 KB (2,450 words) - 08:21, 28 March 2023
  • The source code for all the related software, including bot plugins and the website, is ope
    4 KB (553 words) - 20:04, 6 July 2021
  • ...a [[API reference (JSON-RPC)|Bitcoin RPC]] command <code>gettxoutsetinfo</code>. The ''total_amount'' value returned is the sum of all outputs that the c ...99|used in blocks 91812 and 91842}}</ref> are left as special cases in the code<ref>https://github.com/bitcoin/bitcoin/commit/ab91bf39b7c11e9c86bb2043c24f0
    20 KB (2,256 words) - 04:37, 20 April 2024
  • # Developers work in their own source code trees, sharing and testing patches with each other. Git, using github, is One of the best ways to dive into the code is to help review [[pull request]]s.
    2 KB (360 words) - 16:31, 17 June 2020
  • ...it is properly Decimal Bitcoin or Tonal Bitcoin with the following pseudo-code:
    9 KB (1,334 words) - 23:59, 3 May 2017
  • ...a U.S. PayPal account to another U.S. PayPal account, the ACH transaction code used is WEB. ...account to a PayPal account that is outside the U.S., the ACH transaction code used is IAT. Accompanying the IAT transaction is the payment recipient's n
    3 KB (442 words) - 12:54, 20 June 2022
  • * [[Redeemable code]]
    844 bytes (113 words) - 21:34, 8 January 2024
  • *message: message that shown to the user after scanning the QR code
    9 KB (1,246 words) - 17:59, 24 September 2019
  • ...re considered the first two person to mine with GPUs, using private mining code. ArtForz once held a high percentage of network computation power (~25%) bu
    770 bytes (114 words) - 12:38, 30 June 2022
  • This is a bug-fix and code-cleanup release, with no major new features. - Many source code cleanups and warnings fixes. Close to building with -Wall
    47 KB (7,111 words) - 07:58, 26 September 2022
  • * Video post with Embed code and Caption
    1 KB (180 words) - 09:51, 22 December 2014
  • ! Code !! Exchange
    784 bytes (89 words) - 09:32, 11 May 2015
  • Download the source code version of your choice at [http://ccrypt.sourceforge.net downloads] such as
    7 KB (1,116 words) - 23:55, 3 July 2013
  • In addition to the stack parameters and the script code itself, in order to operate correctly OP_CHECKSIG needs to know the current == Code samples and raw dumps ==
    16 KB (2,703 words) - 21:44, 16 January 2019
  • ...h would have caused many BTC users to inadvertently use B2X. Additionally, code changes were made that allowed B2X nodes to pretend to be BTC nodes in orde ...de/|title=No Fork, No Fire: Segwit2x Nodes Stall Running Abandoned Bitcoin Code|work=[[CoinDesk]]|author=Higgins, Stan|date=November 17, 2017|accessdate=No
    4 KB (536 words) - 22:31, 24 February 2019
  • ...resulting checksum verification and creation algorithm (in Python, cf. the code in [https://github.com/bitcoin/bips/blob/master/bip-0173.mediawiki#Bech32|B ...ode demonstrates the checks that need to be performed. Refer to the Python code linked in the reference implementation section below for full details of th
    26 KB (4,009 words) - 15:16, 5 June 2023
  • ....dashjr.org/programs/bitcoin/files/Spesmilo_0.0.1.beta1_source.tbz2 Source code]
    2 KB (226 words) - 23:15, 6 May 2014
  • Formerly bought, sold and exchanged Bitcoin [[MtGox]] [[redeemable code|redeemable codes]], [[Perfect Money]] [[Liberty Reserve]], [[Pecunix]], Cos
    998 bytes (132 words) - 15:18, 17 June 2015
  • ...opic=3078.msg43720#msg43720 Re: New mining pool for testing | GPL'd source code released.]</ref>. Jeff's website with the Poold source code is no longer accessible online. Some parts of the software were last captur
    1 KB (160 words) - 08:17, 28 September 2019
  • ...all the parts of the computer what to do - in accordance with the program code of the software, and, hopefully, the will of the user. * for the most popular processors, being backwards compatible with legacy code
    10 KB (1,680 words) - 16:05, 8 January 2013
  • ...QR code on the fly including the amount. Many wallets directly support QR code scanning for payment.
    12 KB (1,925 words) - 22:33, 4 November 2018
  • ...ndroid or any normal JVM-based project. A portion of the library contains code from [http://www.bouncycastle.org Bouncy Castle].
    610 bytes (87 words) - 20:58, 25 February 2011
  • The rest of this page gives sample code for various JSON libraries and programming languages.
    3 KB (444 words) - 12:08, 30 April 2015
  • * [http://code.google.com/p/bitcoinj/wiki/SecurityModel Security Model] * [http://code.google.com/p/bitcoinj bitcoinj] project page on Google Code.
    1 KB (164 words) - 17:31, 10 May 2016
  • ...bitcoin.org/smf/index.php?topic=5627.0 BitcoinUSA.com - Closed Some source code opened up.]</ref>
    2 KB (263 words) - 18:15, 9 April 2011
  • * [http://bitcoinpool.com poclbm-mod] source code and binary available on the main site.
    4 KB (528 words) - 18:00, 1 April 2013
  • * [http://bitcoinpool.com/ poclbm-mod] Latest source code and binaries are available for free on the main site.
    4 KB (652 words) - 01:32, 1 June 2015
  • ...l description. This is all based on a fairly literal reading of the source code.
    12 KB (1,987 words) - 10:29, 23 June 2020
  • The source code and artwork is [http://gitorious.org/intersango/master/trees/master freely ...ange's [https://britcoin.co.uk/?page=deposit Deposit] page. The reference code uniquely identifies your account.
    3 KB (458 words) - 21:29, 10 June 2017
  • ...one of the included binaries or compile your own from the included source code. See [[Running Bitcoin]] for details on configuring bitcoind.
    8 KB (1,130 words) - 21:12, 25 February 2020
  • ...m; text-align: right;">Current Difficulty</th><td><code>D = 567358.224571</code></td></tr> ...ht;">Typical mining-rig speed</th><td><code>R<sub>typ</sub> = 500 MHash/s</code></td></tr>
    8 KB (1,240 words) - 02:46, 10 December 2012
  • ===Sticker with QR code=== ...de.tumblr.com/post/6565610892/designing-a-better-bitcoin-identity Handsome Code Better Bitcoin]
    4 KB (542 words) - 13:56, 21 February 2018
  • ...l.dropbox.com/u/2900906/BTConvert.zip BTConvert] Windows binary and source code
    676 bytes (82 words) - 17:50, 12 June 2014
  • ...ith another bitcoin client or wallet provider; if they take backups of the code and wallet data, this may even be possible if the provider disappears. ...de suitable for strong cryptography are currently poor, and custom entropy code almost never undergoes qualified review, so any keys or nonces created at t
    7 KB (1,063 words) - 20:16, 24 October 2018
  • * [https://github.com/slush0/sierrachartfeed Git repository] Source code for the application
    1 KB (155 words) - 11:55, 9 December 2012
  • Code analysis of the [[Original Bitcoin client]] and profiling using GNU Coverag
    237 bytes (35 words) - 17:24, 25 April 2011
  • The site entered testing phase under an internal code name before being opened with a round 3 of testing on April 27, 2011<ref>[h
    1 KB (202 words) - 16:16, 10 October 2012
  • ...ORT.pdf?sequence=1 Download], [http://code.google.com/p/bitcoin-nfc source code] | Bitcoin and the Uniform Commercial Code
    20 KB (2,679 words) - 03:00, 1 July 2020
  • * Birth country (country code, 2 letters)
    1 KB (231 words) - 09:39, 1 May 2011
  • ...s will refuse to honor a code of their own (e.g., customer claims that the code had been stolen). | [[CashU]] || many || n/a || A cash-based prepaid card / redeemable code.
    10 KB (1,595 words) - 01:50, 10 June 2019
  • ...l allow the face value amount of the card to be spent. The key is on a QR code embedded within the card such that it cannot be read without the card showi
    2 KB (263 words) - 19:57, 30 November 2012
  • ...applications on top of a financial system results in bizarre protocols and code that are difficult to understand, leading to maintainability problems. ...e's an example of a simple DNS style "transaction" described using [http://code.google.com/p/protobuf/ Google protocol buffers] syntax.
    24 KB (3,974 words) - 19:05, 7 June 2017
  • |Creative Commons and Public Domain library. Includes book source code for easy reprinting with custom layout. Local groups produce paper versions
    35 KB (4,783 words) - 14:08, 14 March 2024
  • A '''pull request''' is a consistent set of changes in the code base. At any given moment in time Bitcoin Core has many open pull requests
    644 bytes (96 words) - 22:12, 17 June 2020
  • Currently programming and running the FPGAminer code requires Quartus II for Altera devices and Xilinx ISE Webpack for Xilinx de The compile the code on an different Altera device then DE2-115, you need to set the Device to b
    4 KB (602 words) - 02:09, 10 June 2019
  • ...2e7#diff-118fcbaaba162ba17933c7893247df3aR522 2010], and more recently the code has been [https://github.com/bitcoin/bitcoin/commit/98c7c8fd1d3712e02be0e9f This protocol has [https://code.google.com/p/bitcoinj/wiki/WorkingWithMicropayments been implemented in bit
    34 KB (5,809 words) - 02:31, 29 September 2023
  • * [http://github.com/neofutur/simplecoin github.com] simplecoin source code on github
    1 KB (188 words) - 01:49, 10 June 2019
  • Somebody found an exploit in the code on this site. I am working on finding it, but, in the meantime, I have deci
    879 bytes (133 words) - 09:06, 31 December 2023
  • ...ss a better offer comes along I have no intention to release this specific code, since it will likely just be used for pathetic rip off sites." - quote fro ...emujin9 has renamed Krad Miner as [[Tumen Miner]] and published the source code on his [https://github.com/temujin9/tumen_miner github account].
    1 KB (214 words) - 03:16, 25 January 2013
  • * [https://github.com/spesmilo/electrum Code on GitHub]
    689 bytes (90 words) - 01:41, 11 June 2014
  • ...st of people who are potentially willing to exchange bitcoins based on Zip code. ...d the distance away from you based on the zip code you provide. The source code is written in Ruby on Rails.
    571 bytes (88 words) - 13:24, 15 June 2012
  • ...t Security|thick client]] that downloads the entire [[block chain]], using code from the original Bitcoin client. ...featured full node client that downloads the entire [[block chain]], using code from the original Bitcoin client.
    27 KB (3,754 words) - 13:32, 2 November 2023
  • Generally the code out there uses almost completely untested ECC code which would sometimes generate the wrong pubkeys, as well as being insecure
    2 KB (249 words) - 19:06, 20 November 2018
  • ...nd allow the user to view their balance in real time on their device. The code is open sourced so it can be freely inspected (since it has to touch the wa * [http://code.google.com/p/bitcoinwallet/ homepage] on Google code hosting.
    747 bytes (115 words) - 02:02, 10 June 2019
  • ...]], developed by [[Wladimir van der Laan]] based on the original reference code by [[Satoshi Nakamoto]].<ref>https://gavintech.blogspot.co.uk/2012/03/full- Source code (and build instructions for supported platforms) can be found on the [https
    13 KB (1,766 words) - 07:50, 26 September 2022
  • ...t the pool operator stealing a block, you should try to inspect the source code of each new version. * [[P2Pool code documentation]]
    25 KB (3,890 words) - 12:11, 23 July 2020
  • The code that generates the unique identifiers (hashes) can only work in one directi
    11 KB (1,738 words) - 07:11, 6 January 2018
  • ...coin Wallet for Android] ([http://code.google.com/p/bitcoin-wallet/ Google Code Project]). ...ributor to the [[MultiBit]] (http://multibit.org) and [[BitCoinJ]] (http://code.google.com/p/bitcoinj/) projects. Working on various Bitcoin based business
    5 KB (657 words) - 03:44, 17 August 2021
  • More information and the source code: http://code.google.com/p/bccapi/wiki/WhatIsTheBCCAPI
    2 KB (291 words) - 17:08, 29 March 2014
  • == Code table == == Code discussion ==
    4 KB (539 words) - 18:32, 13 February 2013
  • ...ot density and error correction level, but the mini key is 57% of the full code's size.]] ...tance to damage. The mini private key format offers its own built-in check code as a small margin of protection against typos.
    10 KB (1,561 words) - 03:03, 10 August 2017
  • ...ccepted, code implementing the plans can be written and tested in case the code is ever required. ...eferably be based on the latest stable versions instead of the very latest code in order to avoid introducing new bugs.
    12 KB (1,945 words) - 07:44, 26 September 2022
  • * [[Redeemable code]] from [[MtGox]], [[Bitstamp]] and [[BTC-E]]
    3 KB (503 words) - 21:40, 10 June 2017
  • Bitcoin API call list (as of version 0.3.20.2) with code samples and returned values. "code": -1,
    8 KB (1,097 words) - 01:40, 14 September 2011
  • ...er extended key'', consists of a 256-bit private key and a 256-bit ''chain code'', for 512 bits in total. The seed value should not be confused with the p
    7 KB (1,091 words) - 14:14, 4 May 2019
  • ...some point AppInit2 calls ParseParameters, and then some argument handling code processes some basic arguments. ...ntly hard coded to false. This is currently not considered to be finished code. This mode is known as fClient mode and the phrase Simplified Payment Verif
    5 KB (908 words) - 02:44, 18 January 2013
  • There is code is move away from seed nodes when possible. The presumption is that this is Note that when any address is added, for any reason, the code that calls AddAddress() does not check to see if it already exists. The Add
    11 KB (1,812 words) - 02:29, 19 December 2017
  • connections to other nodes. The code for that thread is in a until shut down. The code establishes a connection by calling
    6 KB (909 words) - 05:03, 18 January 2013
  • The code attempts to limit redundant requests to every 2 minutes for the While there is code to prevent advertising old blocks before a certain
    13 KB (2,229 words) - 06:42, 18 January 2013
  • and sent oldest first.<ref>See: <code>CWallet::ResendWalletTransactions</code> in wallet.cpp.</ref> ...ref>See: <br><code>pnodeTrickle = vNodesCopy[GetRand(vNodesCopy.size())];</code><br>
    3 KB (427 words) - 14:24, 18 September 2015
  • ...BIP. Standards Track BIPs must include an implementation -- in the form of code, a patch, or a URL to same -- before it can be considered Final. ...specification and rationale first and reach consensus on it before writing code.
    16 KB (2,623 words) - 10:02, 1 January 2021
  • ...til either we pass the start time or the timeout. GetMedianTimePast in the code below
    14 KB (2,096 words) - 15:42, 15 December 2021
  • ...rency and cryptocurrency like Perfect Money, OKPAY, Payeer, Advcash, Btc-e Code, Bitcoin, Neucoin, Litecoin, etc. To create orders in our exchange users ne
    2 KB (228 words) - 01:19, 5 February 2017
  • | 5 || bInterfaceClass || 1 || FEh || Application Specific Class Code. | 6 || bInterfaceSubClass || 1 || 01h || Device Firmware Upgrade Code.
    790 bytes (83 words) - 04:03, 7 January 2016
  • | 5 || bInterfaceClass || 1 || FEh || Application Specific Class Code. | 6 || bInterfaceSubClass || 1 || 01h || Device Firmware Upgrade Code.
    796 bytes (85 words) - 04:25, 7 January 2016
  • <big><big>In order to achieve this goal, we can add under code in your bootloader program.</big></big><br />
    948 bytes (151 words) - 10:43, 7 January 2016
  • | 5 || bInterfaceClass || 1 || FEh || Application Specific Class Code. | 6 || bInterfaceSubClass || 1 || 01h || Device Firmware Upgrade Code.
    4 KB (507 words) - 03:13, 8 January 2016
  • The original Bitcoin client source code explains the reasoning behind base58 encoding: * Four bytes (32 bits) of SHA256-based error checking code. This code can be used to automatically detect and possibly correct typographical erro
    7 KB (1,076 words) - 22:03, 28 October 2021
  • ...e="org">https://bitcoin.org/en/alert/2016-11-01-alert-retirement</ref> The code was removed since 0.13.0 and since 0.14.0 any old nodes will receive a stat ...eld of RPC ''getinfo''. Any script registered with the <code>-alertnotify</code> command-line option will be notified.
    6 KB (800 words) - 23:59, 11 July 2022
  • ...or accepting customer payments (receipt prints address both in text and QR code) ...and the expected amount will be generated and printed in text and as a QR code on the receipt printer. Hand this to the customer so they may initiate the
    16 KB (2,633 words) - 13:24, 21 September 2015
  • *the smart card should have its own keyboard (for pin code protection) and display (to show the transaction amount) ...is displayed by the card ; the user confirms the transaction with his pin code.
    4 KB (551 words) - 08:18, 22 May 2018
  • Translate the wiki, guide, and code docs! Prioritize. // ; Source code guides
    2 KB (228 words) - 12:55, 27 June 2020
  • ...plexity, and complexity is the enemy of security. Also, evaluating data as code has a long record of being a source of security vulnerabilities.
    6 KB (954 words) - 19:52, 26 December 2023
  • * No single point of failure: The server code is open source, anyone can run a server. Private keys can be exported and i * Free software: MIT License. Anyone can audit the code.
    12 KB (1,784 words) - 00:02, 8 May 2024
  • The '''Satoshi [[Clients|client]]''' or the '''Satoshi code''' refers to [[bitcoind]], bitcoin-client, bitcoin-qt and [[Bitcoin Core]]. There might have been also (private) earlier client code before 0.1.0 available only to Satoshi Nakamoto.
    2 KB (247 words) - 20:38, 19 June 2022
  • ...In bitcoin, the software usually works like a stack starting from the core code-base up to the end graphical interface. Therefore the user agent strings co * / separates the code-stack
    7 KB (1,041 words) - 21:50, 30 April 2024
  • | App || Android || iPhone || Nokia || BlackBerry || QR-code || NFC || Btc Storage || OpenSource || Last Active || Comments ...d backup || [https://github.com/schildbach/bitcoin-wallet Github] [https://code.google.com/p/bitcoin-wallet/ Google] || 2014-Jan-08 || [https://bitcointalk
    5 KB (584 words) - 08:18, 22 May 2018
  • ...se services. There are very few exceptions, such as the redeemable Mt. Gox code. If the service provider attempted to conduct FRB by overissuing these inst
    7 KB (1,181 words) - 08:55, 26 September 2022
  • ...ilar to [[Bitbills]] in that they are an object that contains a redemption code that serves as a bearer item for digital bitcoins.
    7 KB (1,052 words) - 08:37, 4 June 2021
  • Bitcoin addresses contain a built-in check code, so it's generally not possible to send Bitcoins to a mistyped address. How ...encoding). Testnet addresses usually start with <code>m</code> or <code>n</code>. Mainnet addresses can be 25-34 characters in length, and testnet addresse
    5 KB (921 words) - 06:45, 25 February 2021
  • * [http://code.google.com/p/bitcoinspinner BitcoinSpinner] project on Google Code <-- APK available here, for Kindle Fire users.
    2 KB (332 words) - 06:58, 19 September 2014
  • ...y either have to type out their address laboriously by hand, scan their QR code (which requires a mobile handset that this author does not own) or find the # Server responds with the address or error code and terminates the connection.
    19 KB (2,806 words) - 21:51, 30 April 2024
  • ...bination locks on them. Perodically a hub will change the combination lock code and update them in the datastore. He will receive meters from the package f The package would have an easily typed identifier on it with a matching QR code.
    3 KB (565 words) - 12:03, 12 December 2011
  • ...own Type-2 deterministic wallet format based on a "root key" and a "chain code". Earlier versions of Armory required backing up both the "root key" and "c
    4 KB (632 words) - 17:04, 27 July 2023
  • ...ndrew| I sell at the up-to-the-minute Mt Gox Ask Price + 1% fee for Mt Gox code or 2% for plain bitcoin. My gmail account is onelineproof |File:Blue_marker
    5 KB (833 words) - 08:55, 31 May 2013
  • ..., using a fixed-length 20-byte hash that is short enough to scan from a QR code or easily copied and pasted.
    9 KB (1,295 words) - 13:15, 26 December 2021
  • ...that when taproot starts to be used it will already include the nSequence code.
    9 KB (1,233 words) - 13:32, 6 May 2022
  • A financial instrument whose value is accessible by redeeming the code. ...ered "bearer" instruments such that whichever party is first to redeem the code becomes the owner of those funds.
    4 KB (611 words) - 14:29, 18 November 2015
  • This BIP describes a new op code ("OP_NO_SKIP") and a new type of standard transaction. ..., using a fixed-length 20-byte hash that is short enough to scan from a QR code or easily copied and pasted.
    5 KB (822 words) - 18:31, 29 January 2012
  • The library (libccoin) that picocoin is based on includes code for validating scripts and blocks; this could potentially be used to implem
    9 KB (1,445 words) - 08:20, 22 May 2018
  • ! Stack !! Code
    6 KB (868 words) - 18:22, 29 January 2012
  • ..., using a fixed-length 20-byte hash that is short enough to scan from a QR code or easily copied and pasted.
    7 KB (1,062 words) - 17:59, 24 September 2019
  • ...tors can be specified, and they decide if the contract was met or not. New code can also be bought to increase the agents abilities. ...long-term customers: if enough of those customers review and sign the new code, it could be released from the sandbox and allowed to modify the agent in a
    10 KB (1,687 words) - 20:39, 29 November 2018
  • OpenSSL's <code>EVP_BytesToKey</code> and a dynamic number of rounds determined by passphrase change). Although the underlying code supports multiple
    3 KB (533 words) - 10:36, 17 September 2017
  • === Legacy Code ===
    6 KB (948 words) - 20:37, 30 August 2022
  • ..., using a fixed-length 20-byte hash that is short enough to scan from a QR code or easily copied and pasted. ...y to audit, with modifications localized to as few as two key areas of the code. Changes to the definition of a standard transaction would be a single str
    16 KB (2,590 words) - 05:14, 10 January 2015
  • ..., using a fixed-length 20-byte hash that is short enough to scan from a QR code or easily copied and pasted.
    9 KB (1,269 words) - 17:58, 24 September 2019
  • ...an happen any time after the RFC. Authors are encouraged to release source code as soon as they have it available, but they can wait for "proper maturity o ...h (testnet) Date - this must be at one week after the launch of the source code, and at least two weeks after the RFC thread, to allow time for proper disc
    7 KB (1,117 words) - 04:20, 13 August 2014
  • ## user code
    8 KB (1,214 words) - 16:06, 18 May 2013
  • ...t all trades from the very beginning one would just call https://mtgox.com/code/data/getTrades.php?since=0 . since returns only 100 trades, and you can cal Used to redeem a mtgox coupon code
    9 KB (1,334 words) - 11:34, 12 April 2013
  • <code> </code>
    35 KB (5,897 words) - 20:32, 30 May 2013
  • The following JavaScript code establishes a connection in the browser: "ref": <REFERENCE CODE>,
    14 KB (1,984 words) - 13:37, 13 December 2013
  • * [https://github.com/neofutur/bitcoin_simple_php_tools/ on github] source code on github
    324 bytes (46 words) - 15:08, 2 October 2012
  • ...rated on the test network. One exploited a bug in the transaction handling code and allowed an attacker to spend coins that they did not own. This was neve ...illion bitcoins for two different addresses. This was possible because the code used for checking transactions before including them in a block didn't acco
    36 KB (4,986 words) - 01:14, 1 May 2024
  • ...e]/[https://easywallet.org/en/bitcoin_for_android Android] devices with QR Code scanning
    2 KB (327 words) - 12:51, 3 December 2012
  • ...first with an extra 256 bits of entropy. This extension, called the chain code, is identical for corresponding private and public keys, and consists of 32 ...ded public key is represented as (K, c), with K = point(k) and c the chain code.
    27 KB (4,535 words) - 16:56, 24 April 2024
  • ...lso trade in USD, which could be added by credit card, bank wire and MtGox Code. Bitcoin-24.com was not charging any fees for Bitcoin transactions, which o * [[Redeemable code]] ([[MtGox]], VouchX) (fee applies)
    2 KB (333 words) - 20:41, 10 June 2017
  • # To log in, it requires you to input a code into a dedicated hardware device and then type back the response.
    13 KB (2,081 words) - 20:37, 29 November 2018
  • Transfers messages use a SWIFT code as the Bank Identifier Code (BIC) or for transfers within certain regions such as within the EU only an
    2 KB (236 words) - 15:23, 28 August 2013
  • ...k. For now, he has placed a description of his scheme, and some simulation code and results, on ''this'' page's talk page. (In most browsers this is access
    13 KB (2,096 words) - 22:42, 6 May 2013
  • Copy the following code, then place it immediately before the closing </head>
    4 KB (533 words) - 16:00, 6 April 2014
  • * 4 bytes: hardware specific information ("ID Code") * 4 bytes: hardware specific information ("ID Code")
    7 KB (981 words) - 20:27, 14 July 2012
  • ...s page for the minute.''' Is just a scratch pad for documenting the p2pool code. Feel free to add or correct errors if you are familiar with code.
    12 KB (1,917 words) - 22:38, 6 May 2014
  • ...in transactions means [[Contract|smart contracts]] can be created with a "code-is-law" ethos.
    11 KB (1,756 words) - 16:39, 8 April 2022
  • This contains code for tracking shares. Normally this class stores shares. These are called items in the code. I guess this is because the class is reused elsewhere?
    2 KB (274 words) - 20:48, 12 July 2012
  • ! Client !! Website !! Source Code !! License !! Discussion !! Architecture
    9 KB (1,107 words) - 01:52, 9 March 2021
  • * Very low overhead free C code for Linux and Windows with very low CPU usage * Heavily threaded code hands out work retrieval and work submission to separate threads to not hin
    4 KB (559 words) - 01:28, 1 June 2015
  • ==PIN Code Starts== ...t be converted to other currencies. The first digits of the voucher's PIN code will indicate if the voucher has this restriction (this list includes PINS
    6 KB (774 words) - 03:14, 18 October 2012
  • ...to include with your bank transfer. All future transfers that include this code will be automatically converted to Bitcoin and sent to you. You can therefo ...t be verified to use this ATM and will need to use their Bitcoin wallet QR code to make a cash deposit.
    14 KB (2,328 words) - 03:52, 15 June 2018
  • ...nilateral spend is still locked by a relative locktime using <code>OP_CSV</code>. This is the third of the maximum of three on-chain transactions needed to * '''CSV:''' (<code>OP_CheckSequenceVerify</code>, <code>OP_CSV</code>)<ref name="bip68"/> a opcode that allows an output to conditionally specif
    23 KB (3,540 words) - 00:24, 13 July 2022
  • ...- Import. User can choose to type in the private key manually or scan a QR code containing the private key using the camera. The user must wait 6 confirmat * Close bitcoin-qt and start <code>bitcoind -daemon</code> in Terminal Emulator. The version of bitcoind MUST be the same as bitcoin-
    7 KB (1,090 words) - 19:39, 19 August 2019
  • ...external transaction (e.g., blockchain, bank network, etc.). [[Redeemable code|Redeemable codes]] are bearer codes which can be passed (securely) from one | [[Bitstamp]] || [http://www.Bitstamp.net Bitstamp.net] || Redeemable code || [[BitInstant]] || Denominated in BTC, USD, or a combination of BTCs and
    4 KB (650 words) - 23:04, 22 December 2016
  • ...asy to accept bitcoin on any website by copying and pasting a few lines of code.
    7 KB (968 words) - 20:55, 2 June 2020
  • ...he customer to use when paying, the Bitcoin address to pay is shown. A QR Code of that address is also shown, allowing easy payment from a mobile. The in
    4 KB (625 words) - 10:22, 7 June 2020
  • This code accurately converts USD to BTC using the up-to-the-minute MtGox average. It
    5 KB (669 words) - 15:37, 21 September 2021
  • ...s://bitmoose.codeplex.com/SourceControl/changeset/view/26491 Latest Source Code]<br />
    1 KB (218 words) - 01:33, 1 June 2015
  • ...passphrase can decrypt the private key. A code known as an ''intermediate code'' conveys the information needed to generate such a key without knowledge o ...else we'll call ''printer'', who generates a key pair with an intermediate code can know the address and encrypted private key, but cannot decrypt the priv
    31 KB (4,690 words) - 13:44, 8 May 2024
  • * Copy Bitcoin addresses and private keys to the clipboard as QR code images
    3 KB (522 words) - 04:31, 8 June 2014
  • ...any sense, since it ''does'' have a parent. Indeed, in the Bitcoin source code and in more technical discussions, orphan blocks and stale blocks are two s
    1 KB (177 words) - 15:34, 16 May 2019
  • ...ication, Application Programming Interface (JSON API), Mobile Checkout, QR-Code *[[Easywallet.org]] - Web based wallet, works with QR Code scanner on iPhone/iPad/iPod touch
    11 KB (1,510 words) - 10:59, 14 June 2013
  • * '''Open-Source:''' Bitcoin source code should always be open for anyone to read, modify, copy, share.
    2 KB (335 words) - 16:26, 25 April 2016
  • A unique account code is to be written on the deposit receipt.<br\>
    2 KB (307 words) - 22:05, 5 April 2014
  • * [https://github.com/coldcard/firmware Coldcard Source Code] For shops it's faster to accept than slow QR code based wallets and more reliable as it works offline.
    36 KB (5,332 words) - 08:43, 10 December 2023
  • ...hrough all pairs parent/child until the transaction to be erased is found. Code excerpt:
    8 KB (1,102 words) - 15:52, 6 March 2015
  • ...ded from the definition of "currency" under the United States Congress and Code of Federal Regulations definitions.
    2 KB (288 words) - 06:54, 17 December 2018
  • == Code ==
    2 KB (330 words) - 22:56, 13 May 2014
  • ...ons needed, krad miner works in the same ways as these miners do, only the code is in javascript and you have to deal with the strange different world of j
    2 KB (283 words) - 03:25, 25 January 2013
  • * A MtGox [[redeemable code]] is the method for depositing USD funds. * A MtGox [[redeemable code]] is the method for withdrawing USD funds.
    2 KB (235 words) - 04:20, 30 January 2013
  • Title: Mnemonic code for generating deterministic keys This BIP describes the implementation of a mnemonic code or mnemonic sentence --
    6 KB (833 words) - 15:27, 25 April 2024
  • // NEW CODE BEGINS // NEW CODE ENDS
    6 KB (843 words) - 15:54, 6 March 2015
  • .../sec link, the attacker can send this last alerts at 52 alerts/second. The code block inside the for loop will be executed 321446*52 = 16,890,430 times, an
    7 KB (1,023 words) - 15:53, 6 March 2015
  • ...chael Gronager: encourage merchants/exchanges (and maybe pools) to run new code behind a bitcoind running the network-majority version.
    7 KB (1,062 words) - 17:59, 24 September 2019
  • .../ base, ie: BTCUSD/money/ticker), concatenated with a NUL character (ASCII code 0). So the signature is now made starting from your relative path + NUL cha === Code Examples: ===
    2 KB (367 words) - 08:33, 1 November 2013
  • ==Code Example==
    2 KB (169 words) - 18:10, 9 November 2014
  • ...based in the state of New York, that identifies deposits based on a unique code embedded in last digits of the deposit amount by adding a variable fee betw
    764 bytes (119 words) - 07:04, 18 April 2013
  • ...move funds to and from PayPal. Within Bitcoin [[Redeemable_code|redeemable code]] systems exist where a third party, such as Mt. Gox, records codes issued
    9 KB (1,427 words) - 05:17, 21 March 2021
  • ...ship] in mind. It strives for correctness, security, simplicity and source code beauty. No rush and careful engineering are considered more important than
    842 bytes (106 words) - 22:59, 10 June 2017
  • * Crypto Street [[redeemable code]]
    2 KB (214 words) - 16:01, 30 November 2021
  • * Public code hosted on Github which anyone can audit.
    700 bytes (108 words) - 00:04, 13 May 2014
  • ...ling ticker/etc directly from https://mtgox.com/api/* or https://mtgox.com/code/* now you are going through a proxy, and not directly to MtGox anymore. It Midas is the code name for Mt.Gox's brand new trading engine. Its been written from scratch a
    13 KB (2,109 words) - 00:06, 20 January 2014
  • | {{Acceptable|PR Merged}} || In the case of software, code has been written and merged, and it will be in next release. ...and <code>bc1qc7slrfxkknqcq2jevvvkdgvrt8080852dfjewde450xdlk4ugp7szw5tk9</code>.
    28 KB (3,232 words) - 19:36, 5 May 2024
  • * Chain code * Chain code
    14 KB (2,407 words) - 18:55, 27 May 2013
  • ...uld equal 10^8 satoshi ?|date=11 October 2014|id=819656}}</ref> The source code also uses satoshi when specifying an amount of bitcoin.<ref name="nov08"/>
    6 KB (804 words) - 15:37, 21 March 2024
  • ...This is desirable to check for consistency inside internal deserialization code, and proper formatting of version messages originating from other nodes. In ...or deserialization. This property is also lost, as now the deserialisation code must know the remaining length of bytes to parse. The parser now requires a
    4 KB (607 words) - 21:22, 23 April 2024
  • ...rsion rates offered in Australia - 5% commission - Bitcoin.IT YES! - promo-code: YES5
    1 KB (153 words) - 20:42, 10 June 2017
  • * base58_encode_check: see bitcoin source code, https://github.com/bitcoin/bitcoin/blob/master/src/base58.h <code>
    6 KB (890 words) - 04:50, 14 May 2015
  • ...{{cite btct|id=254488|title=24change.com - Buy/Sell Bitcoin, Paymer, BTC-E code, PM, Okpay, Paypal, C-GOLD|date=11 July 2013}}</ref> announced in May 2013.
    942 bytes (119 words) - 19:23, 31 July 2015
  • ...t and family name, the IBAN number of his bank account, as well as the BIC code of his bank. After receiving the bitcoins at the bitcoini.com Bitcoin walle
    9 KB (1,587 words) - 22:18, 18 September 2013
  • ...of producing native Cocoa apps. Being an interpreted language, the source code is included in every copy of Asteroid and is executed directly when the use * ultra-transparent - uses interpreted and not pre-compiled code
    2 KB (300 words) - 22:14, 5 April 2014
  • downloaded. This creates long URIs that, when rendered as a QR code, have general purpose QR code scanners more usable with bitcoin accepting
    4 KB (686 words) - 17:59, 24 September 2019
  • ...t be verified to use this ATM and will need to use their Bitcoin wallet QR code to make a cash deposit.<br><br>
    4 KB (640 words) - 20:28, 29 June 2022
  • ...d. This eases use of their Coinkite account at the POS terminal and the QR code on the rear is useful for making deposits. ...rd (and a 4-6 digit PIN, plus optionally a 2FA token) or use a one-time QR code from the Coinkite website. Once connected to their account, they can perfor
    8 KB (1,222 words) - 13:35, 6 June 2020
  • ...--set avalonmm:clock=1500 --set avalonmm:voltage=1 --set avalonmm:fan=80</code> = Source code =
    12 KB (1,602 words) - 22:45, 13 April 2015
  • ...4/02/27/almost-everything-you-want-to-know-about-bitcoin-in-one-report/ Re/Code - (Almost) Everything You Want to Know About Bitcoin, in One Report</ref> T
    10 KB (1,349 words) - 14:00, 26 May 2015
  • ...e paper wallet generator based on the [[BitAddress]] generator. Its source code is available on Github for the version as recent as April 2018, when the we ...oinPaperWallet.com includes a backdoor hidden inside the site's JavaScript code in a function called ''sha256_test''. This function attempts to disguise it
    5 KB (758 words) - 09:23, 15 March 2021
  • *Open – every aspect of the project is transparent. The code is open source.
    2 KB (354 words) - 13:27, 22 November 2022
  • ...ource GUI app that you can compile for yourself and/or check every line of code.
    577 bytes (87 words) - 17:19, 31 July 2017
  • == Source code == * Include '''usbmon''' in firmware, prepare/debug for usb code, this was for developers
    29 KB (4,203 words) - 22:45, 13 April 2015
  • With the November miners we'll need to add similar code to perform the setting of the clock rate.
    2 KB (230 words) - 14:13, 9 February 2014
  • ...ref> or get a text or an audio message containing respective authorization code.
    6 KB (965 words) - 13:09, 28 July 2020
  • ...et avalonmm:clock=450 --set avalonmm:voltage=0.6625 --set avalonmm:fan=80</code> * Disable DEBUG when release. Cleanup the gpio LED and reset code, etc.
    6 KB (755 words) - 22:45, 13 April 2015
  • Code: https://github.com/nkuttler/flaskwallet
    300 bytes (38 words) - 16:56, 13 March 2014
  • ...nt the Audit Private Key on the printed copy, it should be offered as a QR code, to enable the possibility of rapid auditing with a barcode scanner.
    5 KB (806 words) - 22:14, 5 April 2014
  • ...n '''[http://golang.org/ Go]''' ([https://github.com/tsileo/btcplex source code available on GitHub]).
    1 KB (167 words) - 12:18, 14 July 2015
  • ...later]. The API and (in older commits) the deprecated "Community Edition" code is available [https://github.com/bitsofproof/supernode on github].
    1 KB (150 words) - 02:56, 29 March 2014
  • * Source code:
    1 KB (176 words) - 09:17, 14 April 2014
  • * [https://github.com/amjuarez/bytecoin Reference code]
    6 KB (889 words) - 21:37, 24 December 2014
  • ...ccepting Bitcoin easy on any website by copying and pasting a few lines of code. Payment SCI allow merchants to accept Bitcoin with a hosted checkout page
    2 KB (298 words) - 23:57, 11 July 2022
  • * Code cleanup * Code cleanup
    16 KB (2,158 words) - 02:31, 21 July 2015
  • ...olution and crack it by yourself. It is distributed under UNLICENSE.Source code can be download here: <ref>https://github.com/Canaan-Creative/Avalon-nano/t Check [http://support.code-red-tech.com/CodeRedWiki/HardwareDebugConnections SWD Connector Pinout], ne
    12 KB (1,650 words) - 04:12, 13 July 2016
  • ...planation-of-what-an-op-return-transaction-looks-like OP_RETURN] scripting code, so it is [https://github.com/Colored-Coins/Colored-Coins-Protocol-Specific Code which distinguishes transfer and genesis transaction:
    15 KB (2,058 words) - 01:44, 13 May 2020
  • ...l both for sound understanding of Bitcoin and for writing robust financial code that doesn’t lose other people’s money or cause support headaches for y None of the <code>prev_outs</code> in the [https://blockexplorer.com/rawtx/e9e2c646890be8aa2f32b221e1ac771467
    18 KB (2,946 words) - 07:41, 13 October 2020
  • * QR code scanning with bitcoin URI support * '''Search via QR''' - Search any QR code in one click, directly from our homepage
    6 KB (776 words) - 07:06, 30 October 2016
  • * Integrated QR-code scanner
    6 KB (805 words) - 12:38, 29 January 2016
  • ...February 28, 2014 and for [[wikipedia:Chapter 15, Title 11, United States Code|Chapter 15]] bankruptcy in the United States (Texas) in March 2014.<ref nam
    13 KB (1,809 words) - 19:11, 10 December 2015
  • * BTC-E Code
    3 KB (449 words) - 13:20, 28 July 2020
  • ...jercos]] for 10,000 BTC. laszlo had made contributions to Bitcoin's source code in the past.
    1 KB (189 words) - 00:50, 16 February 2024
  • This was possible because the code used for checking transactions before including them in a block didn't acco
    2 KB (368 words) - 18:13, 22 July 2016
  • ...easures and practices including: cold storage, bug bounty program, audited code, encryption, penetration testing and back ups.
    3 KB (419 words) - 00:23, 24 April 2019
  • ...s. The user can use two-factor verification from Google, or have a special code sent to their email. Another option is to connect to the Trezor hardware wa
    5 KB (803 words) - 10:30, 8 February 2021
  • Pool code created and operated by Con Kolivas, creator of [[cgminer]] and [[ckpool]]. ...goes to the operator to operate the pool and contribute to further ckpool code development.
    3 KB (397 words) - 10:32, 23 June 2020
  • ...eloped by Con Kolivas and Andrew Smith under the GPLv3 license. The source code is available from https://bitbucket.org/ckolivas/ckpool.
    1 KB (148 words) - 00:14, 27 February 2017
  • ...wledge of C++ was surpassed only by his knowledge of Japanese culture. The code below: If they don't, and a minority remains on the old code base, a fork may occur. Essentially, they'll be mining fool's gold after th
    4 KB (656 words) - 21:29, 26 April 2024
  • | 1 || reject-code || uint8_t || 0x01 through 0x4f (see below) The following reject code categories are used; in the descriptions below, "server" is the peer genera
    5 KB (662 words) - 21:45, 30 April 2024
  • ...when a significant part of the network's nodes has upgraded to compatible code. Its intended meaning is "I want this transaction protected from malleabili
    11 KB (1,640 words) - 17:58, 24 September 2019
  • * send you malicious code that steals your money
    8 KB (1,219 words) - 01:35, 9 July 2015
  • ...a complete understanding of the implementation that goes beyond reviewing code. For me, it's like reading a book versus writing one. 2. all the implementa At about 2k lines of code, it fits my requirement of small code that I can fit in my brain but I understand it's not 100% compatible and wi
    2 KB (315 words) - 18:04, 25 January 2015
  • == How to compile and run Avalon mm tools from source code (Under Debian GNU/Linux 7.4) ==
    3 KB (394 words) - 15:24, 21 November 2017
  • ...if implementations would want to remove all of OpenSSL from the consensus code. ...natures (and thus does not subject them to <code>IsValidSignatureEncoding</code>).
    8 KB (1,203 words) - 18:00, 24 September 2019
  • Source code: https://github.com/Canaan-Creative/Avalon-Management-System
    201 bytes (24 words) - 07:28, 5 March 2015
  • * [https://github.com/zeromq/gsl GSL/4.1 - Universal Code Generator]
    7 KB (822 words) - 01:27, 9 March 2021
  • const auto on_error = [](const bc::code& ec) ...s across inproc, IPC, TCP, TIPC, multicast."<ref>[http://zeromq.org ØMQ - Code Connected]</ref> The API supports the pub-sub pattern<ref>[http://zguide.ze
    7 KB (885 words) - 01:23, 9 March 2021
  • ...e provides the same checks. However given the complexity of the validation code it is effectively impossible to prove that two implementations are identica
    5 KB (652 words) - 17:38, 8 March 2017
  • std::promise<bc::code> started; const auto handle_started = [&started](const bc::code& ec)
    4 KB (407 words) - 01:32, 9 March 2021
  • ...et allowing professional coders, programmers and hobbyists to buy and sell code snippets in exchange for Bitcoin. It was originally created by [[Amir_Taaki
    1 KB (152 words) - 07:09, 15 May 2015
  • |package=,,[code] |package=,,[code]
    100 KB (13,759 words) - 12:54, 22 January 2018
  • Around 15 July 2010, Satoshi Nakamoto changed Bitcoin’s mining code so that it would never create any blocks larger than 990,000 bytes.<ref>[ht ...f376e345114a5c29086f81/src/consensus/consensus.h#L10 <code>MAX_BLOCK_SIZE</code>], retrieved 2 July 2015</ref>, although a small amount of that space (such
    44 KB (6,696 words) - 00:36, 16 July 2021
  • ...] Channel failure [88.103.255.166:8333] unable to reach remote host (boost code 121)
    4 KB (490 words) - 21:21, 12 July 2015
  • .../Virus/Stoned "The “Stoned” PC Virus"], Commented disassembly of virus code at computerarcheology.com</ref> The phrase is found in infected boot sector
    2 KB (370 words) - 02:31, 28 October 2016
  • *Code fork, an [[altcoin]] that is a derivative of [[Bitcoin]]
    348 bytes (50 words) - 03:53, 23 July 2015
  • | Mnemonic code for generating deterministic keys
    16 KB (1,847 words) - 18:00, 24 September 2019
  • that after activation calls to IsFinalTx() within consensus code use
    5 KB (639 words) - 17:58, 24 September 2019
  • possible to construct code pathways that only become accessible some transaction's revocation code. In Bob's version, payments to Bob are
    16 KB (2,261 words) - 23:06, 26 April 2024
  • ...though others independently discovered issues as well. Sample DoS exploit code available at https://github.com/petertodd/bloom-io-attack.</ref>.
    3 KB (518 words) - 18:00, 24 September 2019
  • This is a hard-forking change to the Bitcoin protocol; anybody running code that fully validates blocks must upgrade before the activation time or they
    5 KB (736 words) - 07:39, 2 August 2020
  • ..., applied to the median of the timestamps of the previous 11 blocks, or in code terms: the block size limit for pindexBlock is GetMaxBlockSize(pindexBlock-
    6 KB (920 words) - 12:35, 11 October 2019

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