Author

Topic: Question (Read 28203 times)

newbie
Activity: 52
Merit: 0
January 21, 2018, 05:57:44 AM
#18
It seems that the simplest and most advanced solution is Electrum. Any exemple ?
newbie
Activity: 22
Merit: 0
January 19, 2018, 11:48:48 AM
#17
good info in here
hero member
Activity: 1582
Merit: 502
October 30, 2014, 03:33:42 PM
#16
If you DO NOT want to have the worry of having private keys on any online server then.....

On the server create a db with public keys (addresses which you have created in a safe environment) which will correspond to each transaction.

Then build a small app with bitcoind on YOUR local server (or even PC) that checks (every x seconds) the online db for new transactions, confirms, processes and finalizes the online transactions based on cross reference of the data that are always kept safe on your server.

That's what I would do.....
Then again I have no clue what your plans are so maybe this will not be good for you.
full member
Activity: 221
Merit: 100
October 30, 2014, 09:01:59 AM
#15
.
You can use bitcoin payment api - https://github.com/cryptoapi/Payment-Gateway




.
vip
Activity: 1316
Merit: 1043
👻
September 24, 2013, 02:49:52 AM
#14
Thanks. Thats actually very helpful.

Is inputs.io better than blockchain.info? What are the Pros and Cons of using each?

inputs.io
free sending between inputs.io wallets
free mixer
you must trust the site owner with your BTC

blockchain.info
control over your private keys
site does not access your BTC

i might be wrong on some of these but i think it gives a good idea
Wrong, blockchain.info has access to your private keys if you use their API.

hero member
Activity: 907
Merit: 1003
September 23, 2013, 10:45:19 PM
#13
Another option is to run electrum on your server and interact with it over the command line.
I don't think hosts like GoDaddy (for an example) and similar hosts would allow the running of electrum would they?
sr. member
Activity: 330
Merit: 250
September 23, 2013, 08:47:30 AM
#12
Another option is to run electrum on your server and interact with it over the command line.
newbie
Activity: 32
Merit: 0
September 22, 2013, 12:19:47 PM
#11
You can use inputs.io api see this link :
https://inputs.io/api#sendtransaction
Hrm thanks for the link, but it seems to be down right when I tried. Not a good sign.

-edit-
now it's working. and it looks like their api was up the whole time.



Which API is better-- inputs.io or blockchain.info ?

I never tryied blockchain APIs Smiley, but inputs isn't worse Smiley
b!z
legendary
Activity: 1582
Merit: 1010
September 22, 2013, 08:12:14 AM
#10
Thanks. Thats actually very helpful.

Is inputs.io better than blockchain.info? What are the Pros and Cons of using each?

inputs.io
free sending between inputs.io wallets
free mixer
you must trust the site owner with your BTC

blockchain.info
control over your private keys
site does not access your BTC

i might be wrong on some of these but i think it gives a good idea
hero member
Activity: 907
Merit: 1003
September 22, 2013, 07:54:17 AM
#9
Thanks. Thats actually very helpful.

Is inputs.io better than blockchain.info? What are the Pros and Cons of using each?
hero member
Activity: 562
Merit: 500
hero member
Activity: 907
Merit: 1003
September 22, 2013, 07:39:59 AM
#7
You can use inputs.io api see this link :
https://inputs.io/api#sendtransaction
Hrm thanks for the link, but it seems to be down right when I tried. Not a good sign.

-edit-
now it's working. and it looks like their api was up the whole time.



Which API is better-- inputs.io or blockchain.info ?
newbie
Activity: 32
Merit: 0
September 21, 2013, 02:52:08 AM
#6
You can use inputs.io api see this link :
https://inputs.io/api#sendtransaction
hero member
Activity: 907
Merit: 1003
September 18, 2013, 05:47:11 PM
#5
If you're going to use a "web wallet" API, then I think blockchain.info is definitely one of the better ones. But, most of the web wallets have an API you can use, just try a few out. inputs.io could be another option.
Thank you. I am not aware of other web wallets with a good API for sending bitcoin. I will definitely try blockchain.info first because it looks good. What other web wallets have this same functionality?
member
Activity: 99
Merit: 10
September 17, 2013, 10:48:31 PM
#4
If you're going to use a "web wallet" API, then I think blockchain.info is definitely one of the better ones. But, most of the web wallets have an API you can use, just try a few out. inputs.io could be another option.
hero member
Activity: 907
Merit: 1003
September 17, 2013, 07:36:45 PM
#3
So far it seems my best and easiest luck is by accessing the blockchain.info API

Because I do not want to have to run bitcoind on the server (don't think they will let me)
And I want to be able to send and receive money.

Is blockchain.info the easiest approach to this scenario?

Thanks for the answer btw.
member
Activity: 99
Merit: 10
September 17, 2013, 06:19:57 PM
#2
I'm not quite sure what you're asking here..

It's quite simple to generate a wallet with PHP, that will provide you with a public receiving address, but you'll then need to import that wallet into a client to use the funds. To send AND receive with PHP, it's probably best to skin your bitcoind with a PHP front-end of some kind..

You could try one of these: https://github.com/search?q=bitcoind+php&ref=cmdform
But personally, i've never done it.
hero member
Activity: 907
Merit: 1003
September 17, 2013, 04:56:21 PM
#1
Question answered.
Jump to: