Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new Address by private key #7

Closed
HazNet opened this issue May 18, 2023 · 1 comment
Closed

new Address by private key #7

HazNet opened this issue May 18, 2023 · 1 comment

Comments

@HazNet
Copy link

HazNet commented May 18, 2023

Can we create a new address based on public key or private key? so each new member balance is sum in main address ?

@kendol07
Copy link

With the private key, you can obtain the address.

However, on the BSC Bep20 blockchain, each address is an individual account. You cannot sum the balances of each one in the main address, but instead, you must send each of the transactions you receive in each of the wallets to the main address.

It doesn't work like bitcoin, which allows grouped transfers.

There is a method to do it through a contract, but this is beyond the scope of this repository.

@Fenguoz Fenguoz closed this as completed Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants