What is the difference between your address and your public keys

0

I'm beginning to learn about cryptocurrencies, and I'm having a lot of trouble because some terms are used in different contexts. I know that public keys are generated through a private key. So, are those public keys the addresses? And is it possible to generate more than one address per each private key in wallet? Why?

Andre

Posted 2018-11-05T05:08:19.520

Reputation: 101

Possible duplicate of https://bitcoin.stackexchange.com/q/13059/5406

Murch 2018-11-05T23:49:31.220

Answers

1

cited:

A Bitcoin address is a 160-bit hash of the public portion of a public/private ECDSA keypair.

a picture may make it easier to understand how an address is generated from a public key;

enter image description here Image provided under Creative Commons CC0 1.0 Universal Public Domain Dedication

Cyker

Posted 2018-11-05T05:08:19.520

Reputation: 157

-1

Public key are not the addresses, A address is like an email address that funds can be sent to.

The public key is used by the wallet to make different addresses.

we can also say that The public address is a hashed version of the public key. Because the public key is made up of an extremely long string of numbers, it is compressed and shortened to form the public address

Pankaj Kumar

Posted 2018-11-05T05:08:19.520

Reputation: 145