Post
Topic
Board Development & Technical Discussion
How to create a wallet, check transactions and make payments with PHP ?
by
ZauChoco
on 08/05/2020, 18:59:13 UTC
Hello,

Without working with a third tier service that could take fees or limit my account, I would like to create wallets, check transactions and send btc with PHP.

Each user would have a unique public key to make donations. All I want is to be able to generate a unique one for each user, and to check for transactions regularly, in order to transfer its balance to a main wallet.

So what I need is:

  • Create wallets (Public & Private key)
  • Create transactions
  • Check for transactions and balances

I want to be as dependent as possible, so without API keys or something like this.

How can I perform this?

Thank you by advance