Homework on Role of Wallets - Questions

A bitcoin wallet does not store coins, It stores your private key and signs off any transactions you make which is then comersed with blockchain nods. Your wallet will allso broadcast the blockchain and read any incoming transactions. it keeps track of your funds.

1 Like

A wallet contains the Public & Private Keys. The Public key is used to create a transaction & the Private key is used to sign this as proof.

1 Like

Stores your private keys. Generates your public keys. Signs transactions.

1 Like

bitcoin wallet is database where you can see how much funds do you have on it and it stores your private key. But it doesnot hold actual bitcoin.

1 Like
  1. Stores private key
  2. Signs transaction
  3. Broadcasts transaction
  4. Notifies about incoming funds
  5. Does not store coins
1 Like
  1. Describe in short what a bitcoin wallet does.
    A wallet stores you private key(s)
1 Like

1.Bitcoin wallet stores private keys (paper wallet).
2.Hardware wallet stores private keys and sings transactions.
SPV and full node does the same as hardware wallet but is connected to internet (not secure as 1. and 2).

1 Like
  1. A bitcoin wallet stores your private key that is used to make translations on the blockchain.
1 Like

bitcoin wallet stores private key and public key, queries full node to obtain “balance” that is available to spend, signs transactions to spend assigned bitcoin and broadcast them to network

1 Like
  1. Describe in short what a bitcoin wallet does.
  • stores your private keys and generally the wallet can also generate public keys for reception to the priv key
1 Like
  1. A bitcoin wallet does not store any bitcoin but instead stores your private keys. when sending BTC , the wallet creates and signs transactions using the private key and broadcasts the transaction to the network. When receiving BTC, the wallet reads the Blockchain and notifies you.
1 Like

A bitcoin wallet is just a data-storage for your private key(s) (e.g. a paper wallet only contains the private key). So the primary function of a wallet is to store your private key.
Depending on the definition of a wallet it may also include several of the following functionalities:
a) create transaction
b) sign transactions
c) broadcast transaction
d) read from blockchain
e) inform about incoming payments

E.g. Bitcoin clients can also be called wallet implementin all of those functions.
Hardwre wallets may only contain your keys and sign transactions.

1 Like

Bitcoin wallet is an application which allows you to spend and receive your available BTC balance. With your private key the wallet is able to create and broadcast the transaction to the other nodes to be validated and then verified by miners. There are two main categories of wallets - full node wallet (contain full blockchain ledger) and SPV (has only part of the blockchain ledger, communicate with full nodes to get access to full blockchain ledger).

1 Like

Describe in short what a bitcoin wallet does.
In short, a bitcoin wallet stores private keys, provides balance information, and digitally signs transactions for the user.

It stores your private key you need to sign transactions

1 Like

Homework on Role of Wallets - Questions

Describe in short what a bitcoin wallet does.

  • storage of private key
  • create public key
  • sign the transaction
  • broadcasts/reads the transaction
  • checks blockchain to sum your UTXOs on the chain
1 Like
  1. When a user interacts with the blockchain they have a bitcoin wallet where they can send/receive money; it creates a transaction that is signed with their private key.
1 Like

A bitcoin wallet essentially stores your private keys which allows you to create and sign transactions, broadcast changes to the network and read the blockchain. It does not however store coins.

1 Like

Describe in short what a bitcoin wallet does.

All types of bitcoin wallets store your private key. Paper wallets can only do this, but other types can also sign transactions, and broadcast them.

1 Like

A wallet stores your private keys, signs an outgoing and receives incoming transactions from the blockchain.

1 Like