• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

How to implement an DashCore-like wallet in server side?

Chubby-Chocobo

New member
Hi all,
I see in the DashCore, we can create a wallet that contains a lot of addresses, the balance of wallet is sum all of them.
We can transfer coins to any of those addresses, and it's counted to the total balance.
We can send coins from multiple addresses to a single one with only 1 transaction.

I want to implement a DashCore-like wallet, but in server side. How can I do that? I checked bitcore API, but there's no term of "wallet", it only works with addresses.
The real use case is like an exchange-wallet:
- There's only 1 wallet for whole exchange.
- Each user has a Dash address, which is belong to the shared wallet above.
- Users deposit by sending coin to his own address, the coins will be counted to balance of shared wallet.
- When users want to withdraw a large amount, we can collect coins from multiple addresses and send at the same transaction.

Any suggestion or guidance for me?
Thanks a lot,
 
Back
Top