Bitcoin Forum

Bitcoin => Hardware wallets => Topic started by: Stingray1970 on December 07, 2017, 10:56:56 PM



Title: nano S - different bitcoin address ?
Post by: Stingray1970 on December 07, 2017, 10:56:56 PM
I have the following situation : I use a Ledger Nano s. Today I purchased bitcoin and the nano S displayed my account number that I used to receive my bitcoin. I just now looked backed into my wallet and I notice that the address is different. It does mention my same balance though. How is this possible ?


Title: Re: nano S - different bitcoin address ?
Post by: odolvlobo on December 07, 2017, 11:13:05 PM
I have the following situation : I use a Ledger Nano s. Today I purchased bitcoin and the nano S displayed my account number that I used to receive my bitcoin. I just now looked backed into my wallet and I notice that the address is different. It does mention my same balance though. How is this possible ?

An address is not an account or account number. Every time your wallet uses an address, it will generate another. The wallet keeps track of all the addresses it has ever used, so there is no problem.


Title: Re: nano S - different bitcoin address ?
Post by: bitart on December 07, 2017, 11:18:11 PM
I have the following situation : I use a Ledger Nano s. Today I purchased bitcoin and the nano S displayed my account number that I used to receive my bitcoin. I just now looked backed into my wallet and I notice that the address is different. It does mention my same balance though. How is this possible ?
This is something for a little bit of better privacy. If you use every receiving address just once, it's harder to find the links between accounts and account holders (harder but not impossible). A lot of wallet has implemented this kind of thing, they use an address just once and next time they will give you a brand new address, which is also connected to the same wallet, so they show exactly the same balance.


Title: Re: nano S - different bitcoin address ?
Post by: bob123 on December 08, 2017, 11:47:46 AM
I just now looked backed into my wallet and I notice that the address is different. It does mention my same balance though. How is this possible ?

The ledger nano s is a Hierarchical deterministic (HD) wallet. This means it uses your 24 word seed (which you hopefully backed up correctly at the initialisation)
to create addresses out of it. You can think of it as a mathematical equation where your seed is modified with a 'counter' to generate an infinite amount of
public-/private key pairs (an address is the represantation of the public key).
This is not necessary security-wise but recommended for privacy reasons since the blockchain is accessable by everyone.


Title: Re: nano S - different bitcoin address ?
Post by: Stingray1970 on December 09, 2017, 07:38:56 PM
Thanks, wasn't sure what was going on.