Questions tagged [address-management]

Merchants and other businesses have to give out a lot of addresses to customers and interested parties. This tag collects questions about the issues and challenges that ensue.

5 questions
8
votes
2 answers

How to solve Blockchain 20 address gap-limit problem?

We currently offer Bitcoin withdrawals and deposits on our website. Blockchain API is used to handle all operations. Only problem is Blockchain Receive API's 20 address gap limit, as mentioned here:…
4
votes
1 answer

How many addresses can Bitcoin Core 0.13 **effectively** manage?

I want to know, what's the maximum amount of addresses that Bitcoin Core 0.13 can manage? All addresses should belong to the default account. I want to use the walletnotify feature How does the startup time depends on the number of addresses my…
Yevhen
  • 173
  • 1
  • 10
2
votes
1 answer

What does the "Tx" column mean in Electrum?

I found that there is a Tx column. For most of the addresses, the value in that column is 0. For some addresses with balance greater than zero, it's not 0. What does "tx" mean in this table?
AGamePlayer
  • 315
  • 3
  • 12
0
votes
1 answer

Can i use one pair public and private key for all transactions?

Can I use one pair public and private key for all transactions, digital signatures and wallet addresses? In the other hand, I have a private key and want to sign all transactions and have a public key for broadcast. Can I do? Is this way secure?
0
votes
3 answers

Generating 1000s of addresses

Ok so I am a business trying to accept crypto as a form of payment, but can't seem to figure out how I can generate 1000s of addresses (for each customer) to pay crypto to me? Or would there be some premade tool for this?