Bitcoin Forum

Other => Beginners & Help => Topic started by: kevmb1 on June 02, 2016, 01:01:27 PM



Title: (Noob like question) How to get multiple BTC addresses in a single wallet?
Post by: kevmb1 on June 02, 2016, 01:01:27 PM
Hey guys (and girls),
I'm relatively new to BTC so please don't be too harsh
(Sorry if this is posted in the wrong subforum)

My question: Is it possible to get a wallet with 100+ addresses? (for reasons that are my own)
I need to manage 100+ addresses and register them under 1 account (so I don't have to make 100+ email addresses for blockchain.info etc)

I've read that having more addresses can potentially make you more anonymous,
But that having too many addresses with small amounts in can increases transaction fees drastically so it generally isn't worth having too many.

Is there any truth to this? Are there are any other reasons I should know about?
Is there any service/ software in particular that allows for this (like Electrum or similar?)

Thanks in advance!

KB


Title: Re: (Noob like question) How to get multiple BTC addresses in a single wallet?
Post by: mocacinno on June 02, 2016, 01:06:50 PM
Hey guys (and girls),
I'm relatively new to BTC so please don't be too harsh
(Sorry if this is posted in the wrong subforum)

My question: Is it possible to get a wallet with 100+ addresses? (for reasons that are my own)
I need to manage 100+ addresses and register them under 1 account (so I don't have to make 100+ email addresses for blockchain.info etc)

I've read that having more addresses can potentially make you more anonymous,
But that having too many addresses with small amounts in can increases transaction fees drastically so it generally isn't worth having too many.

Is there any truth to this? Are there are any other reasons I should know about?
Is there any service/ software in particular that allows for this (like Electrum or similar?)

Thanks in advance!

KB

i think allmost all desktop wallets are in fact made especially for this task (can't think of a desktop wallet that doesn't support multiple keys/addresses, there might be some online ones that do no support multiple, but that's a different story). A wallet is basically a piece of software designed to keep track of all your private keys and inputs to your addresses, it's one of the wallet's basic tasks, next to generating transactions and keeping track of the total ammount of funds you hold (inputs - outputs).
A wallet can combine inputs to different adresses to create one or more outputs (and output doesn't have to be created with inputs to a single address), so it shouldn't be 'more expensive' to use different addresses instead of using only one.

A wallet like core generates new addresses each time you request a payment and each time you send coins (it generates a change address to receive your change). It's the default behaviour, it works like this out-of-the-box. If i remember correctly, this behaviour can be modified by editing the bicoin.conf or starting with a command line parameter, altough i have no idear why you should ever do this.

electrum is rather similar. You can either chose to generate a wallet where you import your own private keys, or you can generate a wallet where electrum will also generate new addresses each time you request a payment, or change adresses each time your send funds.


Title: Re: (Noob like question) How to get multiple BTC addresses in a single wallet?
Post by: Captimiz on June 02, 2016, 01:14:23 PM
Any desktop wallet would be able to handle it. Also, online wallets like coinbase can also allow you to have as many bitcoin addresses you want.

Also, keep in mind that transactions between these addresses are public, so having more addresses won't necessarily make you more anonymous unless you use each address for a separate task and don;t exchange funds between the addresses.   


Title: Re: (Noob like question) How to get multiple BTC addresses in a single wallet?
Post by: Edwardard on June 02, 2016, 01:21:09 PM
every wallet have the basic feature of creating multiple address in same account. go and use any easy to use wallet like blockchain , electrum , mycelium , etc.


Title: Re: (Noob like question) How to get multiple BTC addresses in a single wallet?
Post by: Slark on June 02, 2016, 01:22:42 PM
I've read that having more addresses can potentially make you more anonymous,
But that having too many addresses with small amounts in can increases transaction fees drastically so it generally isn't worth having too many.
That is partially true. Bitcoin is pseudoanonymous anyway and even if you use new address for only 1 transaction you can be deanonymized if paired with bitcoin services like exchanges etc.

It is only about dust transactions or inputs - in general weight of your transaction, number of adresses (from what I know) has nothing to do with fee ratio.


Title: Re: (Noob like question) How to get multiple BTC addresses in a single wallet?
Post by: jacee on June 02, 2016, 01:25:24 PM
Multiple address which only has one private key, is that the one you are looking for? IIRC HD wallets are what they are called. You can generate them in desktop wallets but as I am using mobile I use mycelium. The privatekey will generate new address once a transaction was made in your wallet. Blockchain beta also has this feature if you are looking for a web wallet.


Title: Re: (Noob like question) How to get multiple BTC addresses in a single wallet?
Post by: kevmb1 on June 07, 2016, 06:02:43 AM
Thanks for the answers! Much appreciated!

Definitely helped me


Title: Re: (Noob like question) How to get multiple BTC addresses in a single wallet?
Post by: cryptonewzealand on July 21, 2018, 04:22:07 AM
Hi guys,

I currently have multiple different address in one wallet, each with a small amount of BTC.
I want to combine all of these into a single address, without having to do multiple transactions (not worried about fees, just the time it will take).
Is there a debug command like 'sendmany' which will allow me to consolidate all the BTC across these addresses into one address?

Thanks


Title: Re: (Noob like question) How to get multiple BTC addresses in a single wallet?
Post by: koincik on July 21, 2018, 04:27:53 AM
technically this is not possible as far as I know. But some exchange sites allow this. It is also sometimes possible in online or desktop wallets.


Title: Re: (Noob like question) How to get multiple BTC addresses in a single wallet?
Post by: cryptonewzealand on July 21, 2018, 04:30:56 AM
technically this is not possible as far as I know. But some exchange sites allow this. It is also sometimes possible in online or desktop wallets.

It is Bitcoin Core desktop wallet- I am wondering if any of these would help

https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list


Title: Re: (Noob like question) How to get multiple BTC addresses in a single wallet?
Post by: bjmpoker001 on July 21, 2018, 06:42:16 AM
I think you can use the wallet that can use multiple address to receive your bitcoin.
from what i know, only a few exchange can do this, they usually have only 1 address.
Maybe you can download the desktop wallet, bitcoin core.


Title: Re: (Noob like question) How to get multiple BTC addresses in a single wallet?
Post by: mocacinno on July 21, 2018, 01:26:02 PM
Hi guys,

I currently have multiple different address in one wallet, each with a small amount of BTC.
I want to combine all of these into a single address, without having to do multiple transactions (not worried about fees, just the time it will take).
Is there a debug command like 'sendmany' which will allow me to consolidate all the BTC across these addresses into one address?

Thanks

All addresses were generated by the same wallet? Since you're mentioning debug commands, I assume it was a bitcoin core wallet?
In this case, it's a pretty easy task, just generate a new address , then use the sendtoadress command, and use the 5th parameter: subtractfeefromamount. If set to true, the fee will be subtracted from the amount.

This will allow you to just send the total value of all unspent outputs to the new address without having to look up those unspent outputs, calculate the fee, create a raw tx, sign a raw tx,... All these calculations will be executed by the wallet software.

In case you only want to "combine" certain unspent outputs, you can still create a raw tx manually and sign it..

PS: I answered your question since a lot of misinformation was given and your question looked legit, but next time open a new thread instead of posting in a dead one...


Title: Re: (Noob like question) How to get multiple BTC addresses in a single wallet?
Post by: odolvlobo on July 21, 2018, 04:19:05 PM
Hi guys,

I currently have multiple different address in one wallet, each with a small amount of BTC.
I want to combine all of these into a single address, without having to do multiple transactions (not worried about fees, just the time it will take).
Is there a debug command like 'sendmany' which will allow me to consolidate all the BTC across these addresses into one address?

Thanks

Simply send all of your bitcoins to a single address in a single transaction. Your don't need to do anything special.