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

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