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

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