Author

Topic: Using PHP to interact with MultiBit (Read 746 times)

hero member
Activity: 672
Merit: 507
LOTEO
April 23, 2015, 12:38:46 PM
#3
Hello

I got a PHP app and I wish to use MultiBit as a bitcoin backend. Is there any way I can interact with MultiBit?

Thanks

Multibit is an open source project. If you really want to use Multibit you could make an API on both sides.
Why not use a bitcoin library for php? that would save you a lot of time  Smiley
legendary
Activity: 1708
Merit: 1066
April 14, 2015, 02:38:15 PM
#2
There is no API into MultiBit itself no.

MultiBit uses the library bitcoinj for all the Bitcoin network stuff so you are probably better to wrap that directly.
If you have a look in the bitcoinj Tools module you might get some ideas - for instance there is a command line utility for wallet operations. Perhaps you could wrap that.
newbie
Activity: 12
Merit: 0
April 14, 2015, 01:34:36 PM
#1
Hello

I got a PHP app and I wish to use MultiBit as a bitcoin backend. Is there any way I can interact with MultiBit?

Thanks
Jump to: