Homework on Role of Wallets - Questions

  1. stores your private key
1 Like

Describe in short what a bitcoin wallet does.
A Bitcoin Wallet stores Private Keys. They create Private Keys, sign transactions and broadcasts them to the various nodes. A wallet does not store coins, only Private Keys!

2 Likes

A bitcoin wallet stores your private keys, checks your balance and is used to confirm transactions. There are many different types of wallets. Those who doesn’t expose your private key to the internet are the safest ones.

2 Likes

It is better to say that the wallet generates a transaction. The actual confirmation happens only when the transaction gets added in to a block.

3 Likes

1.) Stores the Private key, creates/signs transactions and broadcast them. reads the blockchain and can store a full copy of the blockchain.

2 Likes

A bitcoin wallet is actually just holding your private keys, it does not do much more than that.

There are no actual coins inside your wallet. All the coins are in the bitcoin network… and in that bitcoin network ledger is stated that an account with your private keys has ‘x’ number of funds. When you try to send or receive funds, you wallet (private key) will communicate with the bitcoin ledger and the nodes/miners will validate the ledger to see if it is possible for you to either send or receive these transactions.

2 Likes

A bitcoin wallet is used to sign transaction using the Public Key Encryption process and broadcasting it to the nodes for confirmation. It is also used to check for any unspent funds and display the balance. There are no physical coins in a bitcoin wallet

2 Likes

A bitcoin wallet has four main functions: (1) store your private keys; (2) Create & Sign transactions; (3) Broadcast transactions; (4) Read the blockchain.
There are no “coins” stored on the wallet. Bitcoin only exists on the bitcoin blockchain.

2 Likes

Describe in short what a bitcoin wallet does.
A bitcoin walet is a placeholder for the private keys that allows for the signature of transactions to leave the wallet and allow for tracking measurement of bitcoins incoming to wallet.

2 Likes

The purpose is to store the public and the private keys, and used to track transactions, also to recieve or spend cryptocurrencies

2 Likes

The wallet is an app on your device, that store the private key and create and sign transactions. It could also be a paper or hardware wallet which are offline. Hosted wallets are not your own private key.

2 Likes

A bitcoin wallet stores your private key and signs transactions. It also keeps track of UXTOs, and calculates your unspent transaction totals for you.

2 Likes

A Bitcoin wallet can create, sign and broadcast transactions as well as read the blockchain.

2 Likes

A wallet stores your private keys and use them to sign transactions that broadcast to the networks nodes. A wallet also query the network to check for incoming transactions

2 Likes

Homework on Role of Wallets - Questions

  1. Describe in short what a bitcoin wallet does.
    A bitcoin wallet creates and store your Private Keys to do bitcoin transaction
    A BTC Wallet also CREATE transaction,SIGN transaction,BROADCAST to all the nodes or peer on the network and READ the blockchain ledger for all your transaction you receive or send to the network.
1 Like
  1. A simple wallet is just a string ie the private key. Or
    Simplified Payment Verification (SPV) does also create and send transactions, but is dependent of a Node for query about current ledger status. Or
    Hard ware wallet (cold wallet) does not connect to internet, only via USB to a computer interface. It creates and signs transactions and holds your keys. The interface communicates with a umber of nodes in order to confirm the transaction. Or
    A full Node holds the complete BC and your keys, distributes the transaction to the ecosystem. Or
    A hosted wallet, is a pseudo wallet where the private key and the funds are stored with a third party, ie exchange.
1 Like
  1. stores private key, requests transactions to the network,
1 Like

It also signs your transactions with those keys, except if its just a paper wallet :slight_smile:

2 Likes

Thanks for your reply!!

1 Like

A Bitcoin wallet performs the following functions, it:

  1. Generates a private key;

  2. Generates a public key from the private key;

  3. Possibly generates a Bitcoin address from the public key;

  4. Creates any transaction to send Bitcoin you want to enter;

  5. Generates your digital signature from your private key;

  6. Signs any transaction to send Bitcoin you want to enter using your digital signature;

  7. Propagates any transaction it created and signed on your behalf to send Bitcoin to the Bitcoin network;

  8. Reads the Bitcoin network to confirm that your transaction to send Bitcoin has been confirmed;

  9. Reads the Bitcoin network if you are sent Bitcoin that you have been sent Bitcoin; and

  10. Calculates your balance from UTXO’s on the network.

1 Like