Homework on Role of Wallets - Questions

A Bitcoin stores your private keys and is used to validate a transaction. It creates and signs a transaction and will broadcast this transaction to the different peers in the network. The wallet will read the blockchain and notify you if you receive any funds.
There is NO coins stored in a wallet!!!

1 Like
  1. A bitcoin wallet stores your private key. It creates and signs transactions and then broadcasts them to the network without revealing any secret info like your private key. When receiving funds, it reads the block chain and then notifies you that you have funds to spend.
2 Likes

Describe in short what a bitcoin wallet does.
The wallet stores your private key. It uses your private key to sign your transactions. It initiates transactions and checks the chain for received funds.

1 Like

It only stores the private to sign transactions and check the chain for your balance

1 Like

A wallet sings and creates transaction on the block chain

1 Like

Allows you to store your private key safely with a few different options;

Offline hardware wallet
Online exchange wallet
Mobile wallet

1 Like

The wallet stores your private key which will allow you to sign transactions

1 Like
  1. A Bitcoin wallet initiates transactions by storing your private key that reads, signs then broadcasts your transactions.
1 Like

Bitcoin Core Wallet stores your private keys. It creates and signs your transactions.
It broadcasts your transactions to other nodes. Your wallet also reads the blockchain and notifies you any changes to your funds.
Most importantly, your wallet does not store your Bitcoins.

1 Like

Describe in short what a bitcoin wallet does.

A wallet does not store your bitcoin, but rather only stores your public and private keys. When you want to send bitcoin, the wallet will create and sign a transaction, broadcast the transaction to the network where the transaction will be propagated to other nodes. When funds are received, the wallet will read the blockchain and notify you that funds have been added to your account address.

1 Like

Describe in short what a bitcoin wallet does.

Private key to make the transaction. In any aspect of describing the cryptocurrency environment, actually there is no currency at all, instead, there is a database which is being hold by everyone who has a private key as called wallet and the values written on blockchain. Transactions happen when fullnodes enter transaction records to the blockchain. Wallet in another aspec a private key can be on a paper disconnected from the network, can be kept by a full node computer which has a copy of a blockchain or hosted wallets by exchange companies’ websites who probably stands as a full node with a copy of a blockchain.

1 Like

Bitcoin wallet stores private keys and signs transactions.

1 Like

A bitcoin or crypto wallet Cab take many forms; a node Wallace, SVP wallet or hard wallet. These wallets generate a private key for the owner. A public key or signature is then generated to allow the owner to send or receive transactions.

A hosted wallet does not have a private key that is unique to the user.

Bitcoin wallet stores private key which is used to sign the transaction. It does not store any coins as and such. Wallet usually sends transactions over Bitcoin network which will be validated by other nodes Its used to send or receive funds though actual changes happen at the blockchain database

1 Like
  1. A wallet stores your private key. When you want to send money, it creates and signs a transaction and then broadcasts that transaction to the network. When you receive funds, the wallet will read the blockchain and let you know you have those funds.
1 Like

1 - a wallet just keeps public and private keys. the actual money is in the database in the nodes written on the blockchain

1 Like

A wallet acts more like a keychain than a wallet because it doesn’t actually have any “coins” in it but rather it keeps track of UTXOs (unspent transaction outputs) and the associated private keys for those UTXOs so that at any time it can sign for a transaction enabling the spending of the coins held by those private keys.

There are paper wallets which hold private keys, but they must be imported onto an online wallet when a person wants to send a transaction, but afterwards they must create a new paper wallet to avoid vulnerabilities from use of the private keys online.

Things like a Ledger or Trezor are hardware wallets which keep the private keys secure offline but sign for transactions when plugged into an online computer.

“Hosted wallets” are not really “wallets” as they don’t usually maintain the private keys of the account balance. They are associated with a third-party account which maintains the real wallet and private keys for coins, so when someone initiates a transaction like on Coinbase for example, they use the associated app, then Coinbase itself uses the private key to make the transaction.

1 Like
  1. The wallet holds your private keys and is able to create and sign transactions.
1 Like
  1. Describe in short what a bitcoin wallet does.
    A: Stores your private key which can be used to sign a transaction, derives a public key from the private key, and provides a user interface with the blockchain so balances and transactions are kept current. A paper wallet is a record of private keys and public keys only and does not interface with the blockchain in real time.
1 Like

1- A bitcoin wallet stores your private keys on kind of a USB device. This way, your private keys don’t actually touch the internet. These keys allow you to sign transactions (therefore verifying your identity) that you create, for example, to send a certain amount of bitcoin to someone. The transactions you create are broadcast to the network where all of the nodes in that network change their database to reflect how much money you have received or sent out.