Bitcoin Forum
June 15, 2024, 03:34:09 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How to Create many bitcoin wallets with one main wallet as target.  (Read 1330 times)
Mrboot (OP)
Legendary
*
Offline Offline

Activity: 1204
Merit: 1000


View Profile
March 19, 2015, 12:44:49 PM
 #1

Hey everyone,

Im looking for a way to create many wallets think about 1k to 100k for my customers but with one main wallet as target.

This way i wanna give every login user a own bitcoin wallet adress (no withdraw function just the adress ) , so i can record
inside a database what every user sends to this adress.

Do any of you know anyway to make this possible or a way to look into ?

Kind Regards,
Nick
Jybrael
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
March 19, 2015, 12:46:40 PM
 #2

Why do you need so many different wallets anyways? Could you please enlighten us what business you are trying to start up?
Mrboot (OP)
Legendary
*
Offline Offline

Activity: 1204
Merit: 1000


View Profile
March 19, 2015, 12:53:47 PM
 #3

Hey Jybrael,

Nothing sketchy for sure Wink , i dont really want to spoil my idea by telling it here.
Just that people need to login and have there own deposit adress that will end up in my wallet.
This adress have to be unique so i know what user sended me the btc cause he will be credited in another way.

i heared there is a wallet with many subwallets ?

Kind Regards
Mrboot (OP)
Legendary
*
Offline Offline

Activity: 1204
Merit: 1000


View Profile
March 19, 2015, 01:21:16 PM
 #4

I Heared that bitcoin core can give you up to 100k wallet adresses by changing the
pool size=100, anyone got any experience with this service ?

Kind Regards,
Nick
emrebey
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


View Profile
March 19, 2015, 01:56:18 PM
 #5

you mean "wallet" by addresses? right?

bitcoin daemon can create millions of receiving addresses for depositing. it's not a scaling problem of today so you shouldn't really worry about it.

regarding keeping all balance in one address - you should move the funds to main wallet with a script or something. there is no automated way afaik.

Mrboot (OP)
Legendary
*
Offline Offline

Activity: 1204
Merit: 1000


View Profile
March 19, 2015, 02:12:34 PM
 #6

you mean "wallet" by addresses? right?

bitcoin daemon can create millions of receiving addresses for depositing. it's not a scaling problem of today so you shouldn't really worry about it.

regarding keeping all balance in one address - you should move the funds to main wallet with a script or something. there is no automated way afaik.



So what you mean all wallets can have a lot of deposit adresses , how can i see them or create them ?

Kind Regards,
Nick
nuno12345
Sr. Member
****
Offline Offline

Activity: 276
Merit: 284


View Profile
March 19, 2015, 02:16:51 PM
 #7

Why create them in advance?
After user clicks the deposit button generate a new address for them with the account flag.

Assuming you have a login system and each user has its own username/email/session/hash.
Use rpc->getnewaddress(account).
Mrboot (OP)
Legendary
*
Offline Offline

Activity: 1204
Merit: 1000


View Profile
March 19, 2015, 02:48:12 PM
 #8

Why create them in advance?
After user clicks the deposit button generate a new address for them with the account flag.

Assuming you have a login system and each user has its own username/email/session/hash.
Use rpc->getnewaddress(account).

This would be perfect , but they actually only need unique deposit adresses that are connected to my  wallet.

No withdraw function.
innocent93
Legendary
*
Offline Offline

Activity: 896
Merit: 1000



View Profile
March 19, 2015, 03:35:25 PM
 #9

I offer you a way to make this happen, but the wallet should be blockchain.info wallet.

1, Use Vanitygen to generate multiple private keys.

2, Create a wallet on blockchain.info and import all the generated private key into that wallet.

(in a secure environment)
Hannu
Hero Member
*****
Offline Offline

Activity: 1061
Merit: 502

RIP: S5, A faithful device long time


View Profile
March 19, 2015, 06:46:30 PM
 #10

I have been thinkin same thing sometimes. Mining farm is my future plans Smiley I can tell "i can do this". Its bad to learn all at the "hard way" even i remember what teacher tell us in the school.

BTC: 3Qnnx4cu45Gx4WcksNCnBPu3TaUZ5sKkLo
LTC: LYX1ZH7f4qcXq52AzA6grUYDfDngVz7BEi
XRP: rLrbZMJDdL8eQd7HsW314bCtvE16LTLYkM?dt=1113
EcuaMobi
Legendary
*
Offline Offline

Activity: 1862
Merit: 1469



View Profile
March 19, 2015, 06:49:19 PM
 #11

Hey everyone,

Im looking for a way to create many wallets think about 1k to 100k for my customers but with one main wallet as target.

This way i wanna give every login user a own bitcoin wallet adress (no withdraw function just the adress ) , so i can record
inside a database what every user sends to this adress.

Do any of you know anyway to make this possible or a way to look into ?

Kind Regards,
Nick

Blockchain's API would work perfectly for you.
https://blockchain.info/api/api_receive

Just call their API to get a new address, give that address to your costumer and every time they send a payment your server gets notified (so you can update the DB) and the payment is forwarded to your wallet.

I've implement this before, let me know if you need help.

jonnybravo0311
Legendary
*
Offline Offline

Activity: 1344
Merit: 1023


Mine at Jonny's Pool


View Profile WWW
March 20, 2015, 07:04:22 PM
 #12

Hey everyone,

Im looking for a way to create many wallets think about 1k to 100k for my customers but with one main wallet as target.

This way i wanna give every login user a own bitcoin wallet adress (no withdraw function just the adress ) , so i can record
inside a database what every user sends to this adress.

Do any of you know anyway to make this possible or a way to look into ?

Kind Regards,
Nick

Blockchain's API would work perfectly for you.
https://blockchain.info/api/api_receive

Just call their API to get a new address, give that address to your costumer and every time they send a payment your server gets notified (so you can update the DB) and the payment is forwarded to your wallet.

I've implement this before, let me know if you need help.


This.  If there were a way to up-vote on here, you'd get a +1 from me.

OP, unless you want to write the functionality from scratch, this provides exactly the service you need.

Jonny's Pool - Mine with us and help us grow!  Support a pool that supports Bitcoin, not a hardware manufacturer's pockets!  No SPV cheats.  No empty blocks.
cheako
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
March 20, 2015, 08:33:56 PM
 #13

Hey everyone,

Im looking for a way to create many wallets think about 1k to 100k for my customers but with one main wallet as target.

This way i wanna give every login user a own bitcoin wallet adress (no withdraw function just the adress ) , so i can record
inside a database what every user sends to this adress.

Do any of you know anyway to make this possible or a way to look into ?

Kind Regards,
Nick

Blockchain's API would work perfectly for you.
https://blockchain.info/api/api_receive

Just call their API to get a new address, give that address to your costumer and every time they send a payment your server gets notified (so you can update the DB) and the payment is forwarded to your wallet.

I've implement this before, let me know if you need help.


This.  If there were a way to up-vote on here, you'd get a +1 from me.

OP, unless you want to write the functionality from scratch, this provides exactly the service you need.

Except that it adds a single point of failure, when bcdi goes down all business stops.  "To many requests..."
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!