Author

Topic: how to verify transaction from php script (Read 105 times)

legendary
Activity: 3612
Merit: 5297
https://merel.mobi => buy facemasks with BTC/LTC
December 11, 2018, 06:57:12 AM
#3
Like OmegaStarScream, i'm unsure about your intentions...
If you're trying to monitor an address for transactions funding it, follow OmegaStarScream's advice and use an api, or install bitcoind and use the json-rpc interface (both are quite easy to do using a php script).

If you're trying to verify if a transaction is valid, i guess https://github.com/Bit-Wasp/bitcoin-php might be usefull for you.

Anyways, before we're able to give you advice tailored to your situation, we need more info...
staff
Activity: 3500
Merit: 6152
December 11, 2018, 06:46:41 AM
#2
It's unclear what you're trying to do but you could start from here: https://bitcoin.stackexchange.com/questions/44373/how-would-one-monitor-an-address-for-a-transaction-and-1-confirmation-in-php

If your goal is to build a blockexplorer, then using third party APIs wouldn't make sense in that case. Try to look for open source projects (Insight, Blockcypther etc.)
newbie
Activity: 2
Merit: 0
December 11, 2018, 05:29:05 AM
#1
Hi
Is there any way to verify transaction from php script? Or get transaction information from php script somehow.
Any information is much appreciated
Jump to: