Search results

Jump to: navigation, search
  • ** sqlite3 library (public domain) for wallet database handling ** libtomcrypt/libtommath (public domain/WTFPL) for bitcoin address handling/generation/signing/etc and PRNG
    3 KB (485 words) - 22:40, 17 August 2014
  • ...erified by network nodes through the use of cryptography and recorded in a public distributed ledger called a blockchain. }}</ref> Some small businesses had started to adopt Bitcoin. LaCie, a public company, accepts bitcoins for its Wuala service.<ref>{{Cite web|url=http://
    45 KB (6,310 words) - 18:12, 15 June 2022
  • ...own outside of Bitcoin as far as anyone can tell, and his (never used) PGP key was created just months prior to the date of the genesis block. He seems to * [http://bitcointalk.org/Satoshi_Nakamoto.asc Satoshi's PGP public key]
    3 KB (527 words) - 16:10, 8 April 2022
  • ...dress are spendable, but it is unknown if Satoshi Nakamoto has the private key for this particular address, if one existed at all. ...orehand and the ''The Times'' front page prompted him to release it to the public. He then mined the genesis block with a timestamp in the past to match the
    8 KB (1,161 words) - 15:15, 21 March 2024
  • ...address to the wallet. Each key is a bitcoin address or hex-encoded public key. If [account] is specified, assign address to [account]. Returns a string c | <code>createmultisig</code> || <nrequired> <'["key,"key"]'> || Creates a multi-signature address and returns a json object ||
    13 KB (1,835 words) - 12:49, 27 June 2020
  • ...tures (i.e., [https://en.wikipedia.org/wiki/Public-key_cryptography public key cryptography]).
    10 KB (1,362 words) - 00:40, 24 April 2019
  • A. Bitcoin uses [https://en.wikipedia.org/wiki/Public-key_cryptography public-key cryptography], peer-to-peer networking, and [[Proof_of_work| proof-of-work]
    1 KB (178 words) - 00:57, 24 January 2020
  • ...f the two structures that makes Bitcoin secure, the other being the public-key encryption system on which Bitcoin trade is based. The block chain assures ...eone's private key from their public one. As long as you keep your private key to yourself, you don't have much to worry about. Furthermore, one could th
    53 KB (8,667 words) - 22:26, 21 December 2020
  • Public keys (in scripts) are given as 04 <x> <y> where ''x'' and ''y'' are 32 byte ...e prior transaction. Only the person possessing the appropriate [[private key]] is able to create a satisfactory signature; this in effect ensures that f
    59 KB (8,414 words) - 18:08, 30 July 2021
  • ...(by providing his address), and also including a freshly generated public key ...t back on the network after encrypting it (ECIES) with the provided public key
    9 KB (1,411 words) - 07:32, 20 February 2011
  • ...ultiple private keys are required to move the bitcoins instead of a single key. These private keys can be spread across multiple machines with the assumpt ...super long password associated with an account (the account is the public key). Your Bitcoin wallet contains all of the private keys necessary for spendi
    24 KB (3,885 words) - 22:09, 17 June 2020
  • ...he private key is encrypted with AES (rijndael) using sha256(sha256(public key + user passphrase)). ...es without requiring a password, while requiring one to send transactions. Public keys are kept in the wallet so the balance can be displayed properly.
    2 KB (343 words) - 22:08, 15 January 2011
  • ...voice address. However this does not work because Bitcoin transactions are public on the [[block chain]], so if a customer Alice sends you bitcoins then a ma Newer [[Deterministic wallet | "HD wallets"]] can generate a "master public key" token which can be used to allow untrusted systems (such as webservers) to
    8 KB (1,314 words) - 18:54, 23 October 2020
  • [[File:Unknownaddress.png|thumb|The flow of Bitcoins is highly public.]] ...records (as is the case today). None of this requires _globally_ visible public records.
    159 KB (24,866 words) - 08:59, 31 December 2023
  • * The server generates a brand new Bitcoin public key and sends it to your client. * Your client sends coins to this public key.
    1 KB (191 words) - 07:55, 23 October 2019
  • ...s is sort of like a super long password associated with an account (public key). Your Bitcoin wallet contains all of the private keys necessary for spendi ...ou are using a HD wallet with a seed, they are derived from a special seed key, so as long as you back that up, you have a good chance of recovering your
    11 KB (1,781 words) - 03:09, 12 August 2021
  • <tt>pk()</tt> descriptors take a key and produces a P2PK output script. <tt>pkh()</tt> descriptors take a key and produces a P2PKH output script.
    7 KB (1,317 words) - 23:12, 22 April 2024
  • # a public key that, when hashed, yields destination address D embedded in the script, and ...ignature to prove ownership of the private key corresponding to the public key just provided.
    27 KB (4,450 words) - 22:25, 26 April 2024
  • ...h of a simplified version of the transaction. It, combined with the public key, proves the transaction was created by the real owner of the bitcoins in qu ...ured, deserialized output, but each witness is placed in its own "witness" key under the respective input.
    15 KB (2,222 words) - 09:52, 17 January 2024
  • ...(up to 201 operations). All but pushs are considered expensive. Also, each key argument of signature checking in multi-signature checking (OP_CHECKMULTISI # Limits the number of key arguments OP_CHECKMULTISIG can use (up to 20 keys)
    19 KB (3,011 words) - 13:44, 30 October 2023
  • * encoded_private_key is a base64url encoded private key used by Bitcoin. * encoded_public_key is a base64url encoded public key used by Bitcoin.
    3 KB (553 words) - 22:32, 24 February 2019
  • -----BEGIN PGP PUBLIC KEY BLOCK----- -----END PGP PUBLIC KEY BLOCK-----
    3 KB (409 words) - 05:25, 24 April 2011
  • ...ts everyone know that the new owner of these coins is the owner of the new key. Your signature on the message verifies for everyone that the message is au ...esult fully distributed and infinitely scalable. (Hashcash uses symmetric key cryptogaphy, namely a one-way hashcash function - typically either SHA1 or
    10 KB (1,613 words) - 07:36, 4 February 2018
  • # Nobody ever spent coins without knowing their [[private key]]. ...investors in a company, or people who buy stock at a company IPO (Initial Public Offering), are unfairly rewarded.
    34 KB (5,321 words) - 20:21, 30 August 2022
  • ...050, you need to set "nolisten" manually otherwise you will listen on your public IP and possibly reveal that you are running a node. When Relay1 receives this, he decrypts the payload using his private key. The payload contains this:
    15 KB (2,499 words) - 05:55, 26 August 2022
  • ...//en.wikipedia.org/wiki/Diffie%E2%80%93Hellman_key_exchange Diffie-Hellman key exchange]</ref>. || [https://bitcointalk.org/?topic=1334.0 First public OpenCL miner] released
    4 members (0 subcategories, 0 files) - 11:50, 7 August 2021
  • ...rong cryptographic principles. Each coin is assigned to the owner's public key, and is transferrable via cryptographically signed messages.
    6 KB (1,032 words) - 00:22, 13 March 2017
  • ...=1.0][?amount=<amount>][?label=<label>][?message=<message>][?send=<private key>] ===Sending money via private key===
    9 KB (1,246 words) - 17:59, 24 September 2019
  • ...existing wallet.dat to wallet.{timestamp}.dat and then attempts to salvage public/private keys and master encryption keys (if the wallet is encrypted) into a use 33-byte 'compressed' public keys instead of
    47 KB (7,111 words) - 07:58, 26 September 2022
  • The original Bitcoin client stores private key information in a file named '''wallet.dat''' following the so called [https ...et, it also includes the HD seed and the derivation paths for each private key.
    6 KB (952 words) - 15:30, 6 February 2023
  • New public and private keys are pre-generated and stored in a queue before use. ...in the queue is 100<ref>[http://www.bitcointalk.org/index.php?topic=1414.0 Key pool feature for safer wallet backup]</ref>.
    662 bytes (106 words) - 16:44, 12 December 2012
  • [http://www.gnu.org/copyleft/gpl.html GNU General Public License.] keeping the tomb file on your computer harddisk and the key files on a
    7 KB (1,116 words) - 23:55, 3 July 2013
  • ...values to be on the stack. These are, in order of stack depth, the public key and the signature of the script. These two values are normally obtained by The standard scriptPubKey checks that the public key (actually a hash of) is a particular value, and that OP_CHECKSIG passes.
    16 KB (2,703 words) - 21:44, 16 January 2019
  • ...compressed public keys are longer and start with '''04''' while compressed public keys start with '''02''' or '''03'''. Example of transaction with uncompressed public key: https://blockchain.info/tx/f2af292e268245e7b9c4eb143137fd0596779383cfb328e
    5 KB (774 words) - 21:27, 29 May 2019
  • **Contains your hidden service key if you are running Bitcoin Core through a Tor connection. Do not share with ...ly transferred/archived as they contain information pertaining only to the public blockchain.
    6 KB (908 words) - 10:34, 22 March 2024
  • ** [https://www.youtube.com/watch?v=D8T_hp7KY4I Understanding The Name Is Key To Understanding Bitcoin] ...v=iB3HcPgm_FI Elliptic Curve Cryptography - Part 4 - Generating the Public Key (in Python)]
    21 KB (2,914 words) - 22:30, 2 September 2015
  • * BIP32 is used to derive public keys, then create a multisig script, and the corresponding P2SH address for ...unication between parties. (Thus, all parties must be able to generate all public keys)
    9 KB (1,520 words) - 13:01, 12 October 2019
  • ...e point in backing up wallet.dmg on Wuala or whatever if you lose your AES key to the image, and the scenario when you need to recover wallet.dmg is proba ...ansaction, 99 unused keys remain. After 100 operations which require a new key, new keys are used, which are not present in the backup. Because the backup
    35 KB (5,722 words) - 06:20, 25 September 2012
  • ...ody else, but anyone can validate the signature using that user’s public key. * Alice signs the transaction with her private key.
    10 KB (1,677 words) - 13:23, 3 July 2023
  • The key words "MUST", "MUST NOT", "REQUIRED", "SHOULD", "SHOULD NOT", "RECOMMENDED ...alse and abort these steps") are to be interpreted with the meaning of the key word ("must", "should", "may", etc) used in introducing the algorithm.
    15 KB (2,054 words) - 03:35, 20 August 2011
  • ...f work]] chains, with each one being attributed to its discoverer's public key, using timestamps and digital signatures. It is said that these proofs of
    1 KB (221 words) - 16:42, 10 May 2016
  • on the size of the public key, which I have not been able to confirm, but
    9 KB (1,357 words) - 04:00, 29 December 2020
  • === Public Key === -----BEGIN PGP PUBLIC KEY BLOCK-----
    2 KB (326 words) - 06:28, 17 March 2011
  • The first step is to create a cryptographically secure public-private key-pair. This will be used as the basis of keeping both your wallet (see [[Se ===Creating your first [http://en.wikipedia.org/wiki/Pretty_Good_Privacy PGP] key-pair===
    8 KB (1,219 words) - 12:39, 2 February 2024
  • ...just to taboo the whole brainwallet concept after that, but using extreme key stretching together with salting is something qualitatively different. You can't just cut and paste the SHA256 brainwallet public service announcement on to the new thing because the stupid thing came firs
    7 KB (1,069 words) - 16:12, 27 September 2019
  • ...ateral_signature field contains an ECDSA signature generated from a public key that holds some Bitcoins. The miner address is blank when the name purchase # Creates a new Bitcoin address (key).
    24 KB (3,974 words) - 19:05, 7 June 2017
  • ...zabo.best.vwh.net/formalize.html Formalizing and Securing Relationships on Public Networks]. These pages were written by [mailto:mike@plan99.net Mike Hearn]. ...t must be present. The number of signatures can be less than the number of public keys. An output can require two signatures to be spent by setting it to som
    34 KB (5,809 words) - 02:31, 29 September 2023
  • ...g. by signing with privkey1 a message that says that pubkey2 is the public key of your 2nd pair, and from then on you can start using privkey2 to provide
    15 KB (2,513 words) - 02:27, 8 February 2019
  • ...at tx output can be deleted because the chances of anyone finding a public key that hashes to that specific bit of meaningful data is very remote. However
    5 KB (820 words) - 15:40, 7 November 2017
  • ...ce in your wallet on your Android device. It works by reading your public key hashes (addresses) and obtaining your transactions from blockexplorer.com.
    747 bytes (115 words) - 02:02, 10 June 2019
  • A Bech32 address is created from a public key as follows: 1. Having a compressed public key (0x02 or 0x03 followed by 32 byte X coordinate):
    3 KB (510 words) - 10:18, 23 May 2023
  • ...eries of 20 or 32 bytes called a ''hash'' that uniquely identifies all the public keys and other information used to secure the payment. A Bitcoin address i ...eys and other information into a hash, but you can't turn a hash back into public keys or other information. This is why it's called a hash: the original da
    11 KB (1,738 words) - 07:11, 6 January 2018
  • File:PubKeyToAddr.png
    Conversion from ECDSA public key to Bitcoin address.
    (1,180 × 1,791 (197 KB)) - 02:02, 21 August 2011
  • ...-2 transaction spends one of these version-1 outputs, the hardcoded public key will be used instead of the hash. ...on: an attacker can sign for a public key that he does not own the private key for in only a few days of work.
    12 KB (1,945 words) - 07:44, 26 September 2022
  • ...on: an attacker can sign for a public key that he does not own the private key for in only a few days of work. " ...m if a valid signature can be found within seconds of learning of a public key or signature I think. Still worth mentioning though.
    2 KB (263 words) - 08:18, 18 November 2011
  • ..., it probably comes with an immobilizer. Immobilizers augment the physical key with a protocol exchange ensuring only the holders of the correct cryptogra ...ed. The private key is usually itself held in a physical container (like a key or SIM card) and can't be easily transferred or manipulated. Smart property
    9 KB (1,575 words) - 16:36, 16 July 2018
  • ...ing bitcoins|storing Bitcoins]] offline and spending without the [[private key]]s controlling them ever being online. This resists theft by hackers and ma # Obtain the [[Deterministic wallet#Master public key|master public key]] of the wallet you just generated and transfer it to the online computer.
    13 KB (2,164 words) - 12:31, 2 January 2021
  • ...h was popular between 2011 and 2016. It works by having a single [[private key]] and bitcoin [[address]], usually generated by a website, being printed ou ...will be saved. Anybody who reads the file will be able to see the private key and steal the stored bitcoins. Shared printers such as in schools, offices
    10 KB (1,567 words) - 01:08, 11 January 2021
  • A '''private key''' in the context of Bitcoin is a secret number that allows bitcoins to be Because the private key is the "ticket" that allows someone to spend bitcoins, it is important that
    7 KB (1,091 words) - 14:14, 4 May 2019
  • ...it for review. However, wherever possible, long open-ended discussions on public mailing lists should be avoided. Strategies to keep the discussions efficie It is highly recommended that a single BIP contain a single key proposal or new idea. The more focused the BIP, the more successful it tend
    16 KB (2,623 words) - 10:02, 1 January 2021
  • ! Key !! Required !! Type !! Description ! Key !! Required !! Type !! Description
    14 KB (2,096 words) - 15:42, 15 December 2021
  • ...> where '''ECDSA_publicKey''' is a public key the wallet knows the private key for; version <code>0x00</code> (these addresses begin with the digit '1') ==Encoding a private key==
    7 KB (1,076 words) - 22:03, 28 October 2021
  • ...3.0 and since 0.14.0 any old nodes will receive a static hard-coded "Alert Key Compromised" message. ...alert system was retired, so there is no longer any special group of alert-key-holders.
    6 KB (800 words) - 23:59, 11 July 2022
  • ...raging people to use less than the current 160bits of entropy in a private key. [[User:Willphase|Willphase]] 14:15, 25 September 2011 (GMT) : The original private key has 256bits of entropy, not 160, hasn't it? (I don't know why the current w
    12 KB (1,934 words) - 20:03, 27 November 2011
  • You can find Private key in WIF (Wallet Import/Export Format) and compressed key. Bitcoin addresses in compressed/ uncompressed formats, SegWit (P2SH-P2WPKH ...ess by hashing a passphrase to create a private key and therefore a public key and resultant address. Seeing as a Bitcoin address is usually a 256 bit str
    2 KB (373 words) - 19:17, 28 April 2019
  • ...at their wallet protection service provide them with copies of the private key(s) used to secure their wallets that they can safely store off-line, so tha ...etails of how buyer, seller, and agent communicate to gather signatures or public keys are outside the scope of this BIP.
    4 KB (664 words) - 00:29, 1 October 2022
  • ...respend the received coins, in contrast to needing a single ECDSA private key as in current implementations of Bitcoin. ...in.it/wiki/Script script], rather than the encoded hash of an ECDSA public key.
    4 KB (564 words) - 18:00, 24 September 2019
  • * Deterministic key generation: If you lose your wallet file, you can recover it from its [[see ...rating system. For all operating systems, you must have Electrum's signing key downloaded to verify the Electrum binaries. This can be downloaded from htt
    12 KB (1,784 words) - 00:02, 8 May 2024
  • ...t the value of the coin has not and cannot be spent as long as the private key remains hidden. ...tamper-evident seal can be carefully replaced after obtaining the private key.
    709 bytes (114 words) - 14:30, 13 June 2018
  • [[File:PubKeyToAddr.png|thumb|right|Conversion from ECDSA public key to Bitcoin Address]] ...can "sign" data with your [[private key]] and anyone who knows your public key can verify that the signature is valid.
    5 KB (921 words) - 06:45, 25 February 2021
  • ...using the Eigenfaces algorithm. There would be no need to obtain a public key from them ahead of time meaning that, for example, you could send money to First I encrypt X with random key K, Ex=AES(X,K).
    7 KB (1,240 words) - 11:17, 8 April 2020
  • ...ecp256k1 with the [[ECDSA]] algorithm, though the same curve with the same public/private keys can be used in some other algorithms such as [[Schnorr]].
    3 KB (501 words) - 00:14, 24 April 2019
  • ...to funds on the [[blockchain]] can spend the funds. In Bitcoin, a private key is a single unsigned 256 bit integer (32 bytes). ...ode>x</code> and <code>y</code> (2 * 32 bytes). The prefix of a compressed key allows for the <code>y</code> value to be derived from the <code>x</code> v
    6 KB (967 words) - 02:31, 3 April 2022
  • ...or the manufacturer to steal the funds because they won't have all of the key material needed to spend the coins. Instead of basing the Bitcoin address on G * N (where N is the private key), it would be based on (G * N1)(G * N2), where N1 is computed as the SHA256
    4 KB (705 words) - 21:28, 12 August 2012
  • public: public:
    19 KB (2,806 words) - 21:51, 30 April 2024
  • ...llow the creation of public addresses without the knowledge of the private key. Seeds are typically serialized into human-readable words in a [[seed phras === Master public key ===
    4 KB (632 words) - 17:04, 27 July 2023
  • ...@jabb3r.de I will only conduct business with people who will provide a PGP-Key for communication. I'll help you, if you don't have one. Check out https:// * [http://bitimap.net Bitimap.net - Find local private/public bitcoin dealer and meeting points]
    5 KB (833 words) - 08:55, 31 May 2013
  • 21:14 < roconnor> gavinandresen: it is unclear if 0x00 is a valid public key. It shouldn't be, but someone should double check.
    24 KB (3,617 words) - 16:54, 7 July 2015
  • ...manent retirement of an old key and by-rule delegation of outputs to a new key. (This could solve some usability problems with prominently-advertised, but ...they'd then accept transactions/blocks which spend outputs from the 'dead' key according to old rules, leaving contradictory info in the shared chain. Thu
    11 KB (1,647 words) - 22:35, 13 May 2014
  • ...nown as a '''wallet export format''') is a way of encoding a private ECDSA key so as to make it easier to copy. ==Private key to WIF==
    4 KB (673 words) - 19:54, 11 March 2024
  • ...new standard type of scriptPubKey designed to allow immediate use of split key wallets. The purpose of this proposal is to provide split key wallet functionality without requiring changes to block validation rules or
    6 KB (868 words) - 18:22, 29 January 2012
  • Run 0.6 bitcoind, get a public key with: ./bitcoind -testnet validateaddress $(./bitcoind -testnet getnewaddre Generate a multisig 1-of-1 address: ./bitcoind addmultisigaddress 1 {public key from above}<br />
    9 KB (1,209 words) - 19:50, 9 March 2012
  • Run 0.6 bitcoind, get a public key with: ./bitcoind validateaddress $(./bitcoind getnewaddress)<br /> Generate a multisig 1-of-1 address: ./bitcoind addmultisigaddress 1 {public key from above}<br />
    6 KB (727 words) - 20:34, 1 February 2012
  • ...ly simple and easy to audit, with modifications localized to as few as two key areas of the code. Changes to the definition of a standard transaction wou ...ch that its arguments are a ''list'' of n signatures along with a ''public key expression'' that consumes those signatures, and also which supports a subs
    16 KB (2,590 words) - 05:14, 10 January 2015
  • ...at their wallet protection service provide them with copies of the private key(s) used to secure their wallets that they can safely store off-line, so tha ...etails of how buyer, seller, and agent communicate to gather signatures or public keys are outside the scope of this BIP.
    4 KB (577 words) - 22:55, 12 March 2020
  • ...ain archive and can rescan it to find outputs that match a specific public key for example. ...solved problem. It is easy to imagine a DHT that can be queried by public key hash or script hash to retrieve transaction and that is kept up-to-date by
    14 KB (2,130 words) - 14:30, 5 February 2012
  • |Private key ([[Wallet import format|WIF]], uncompressed pubkey) |Private key ([[Wallet import format|WIF]], uncompressed pubkey, Electrum-defined<ref na
    6 KB (935 words) - 21:13, 7 January 2024
  • The initial announcement of the alt chain MUST include at least one major public avenue. This is the initial step, where the key elements of the net alt chain should be presented in a clear and concise ma
    7 KB (1,117 words) - 04:20, 13 August 2014
  • === public information === ==== redeem a private key ====
    35 KB (5,897 words) - 20:32, 30 May 2013
  • List of the public streaming channels : "key":<PRIVATE_IDKEY>
    14 KB (1,984 words) - 13:37, 13 December 2013
  • ...multisignature script to use as an output for the fundraiser with a public key from each arbitrator, which will allow them to judge the performance on act ## The vendor and the contributor exchange public keys
    3 KB (511 words) - 18:32, 6 March 2012
  • ...coin owners who maintain full nodes. The maintenance of full nodes is the key element providing security in the system. ...ublic key owner is running a full node. Passing the audit allows a private key to remaining active.
    31 KB (5,060 words) - 07:40, 26 September 2022
  • It's my opinion that exposing a SHA256 hash to the general public is bad usability. People would much rather publish a friendly address in a ...ction has it's own unique address, and they are not aggregated in a master key, but rather spent individually by the recipient.
    12 KB (1,999 words) - 02:17, 12 April 2012
  • public class Client { protected String key;
    3 KB (336 words) - 09:06, 16 April 2012
  • public class Client { protected String key;
    3 KB (336 words) - 09:06, 16 April 2012
  • function MtGoxClient(key, secret) { this.key = key;
    2 KB (220 words) - 00:48, 8 March 2013
  • ...Added private derivation for i ≥ 0x80000000 (less risk of parent private key leakage) ...aring the password, but such "neutered" wallets lose the power to generate public keys as well.
    27 KB (4,535 words) - 16:56, 24 April 2024
  • ...vacy most merchants use one fresh key per user or transaction). The public key alone does not allow you to spend the money. By creating a wallet with plen ...r example, the bulk of your balance could be assigned to a multi-signature key that requires you
    13 KB (2,081 words) - 20:37, 29 November 2018
  • ...a ledger can be constructed in a way where each balance is encrypted by a key known only to the site operator and the owner of the balance, in order to k * owner_pub_key - A public key identifying the owner of this object (e.g. using RSA)
    5 KB (874 words) - 04:56, 13 July 2012
  • ...revented from transferring the already spent coin to other users because a public list of all previous transactions is collectively maintained by the network
    2 KB (273 words) - 17:09, 19 July 2012

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