Receive payment without 3rd party API

0

So is there anyway to generate address and then check the address to see if enough fund is sent and enough confirmation without using any 3rd party API?

Works on software written in C# or/and Web PHP.

zhiyan114

Posted 2018-04-26T02:01:28.643

Reputation: 528

You could set up a Bitcoin Node and then control/query it over JSON-RPC from your appRaghav Sood 2018-04-26T02:16:37.553

@RaghavSood thanks, I was thinking about that but I'm unsure how to check the transaction confirmation and amount receive using itzhiyan114 2018-04-26T20:37:33.063

No answers