Author

Topic: How to access bitcoin wallet API via web host (Read 796 times)

legendary
Activity: 1498
Merit: 1000
Sounds like a firewall issue.

But if you just building a shop, why not just have an table in your database, that holds the bitcoin address and only the address. Then you can use a service like mine https://apicoin.io to get the balance of that address, or be notified of when a transaction goes to that address. This is more secure than using a bitcoind, which is way too heavy for this type of action.

https://apicoin.io/api/v1/doc/#callbackscript
https://apicoin.io/api/v1/doc/#addcallbacks


Thanks for your reply! In fact I'm using some altcoin wallets instead of bitcoin, so is there any way I can solve this?

Open the RPC port which is 8333 for bitcoind.

Will try, thanks!

Also make sure you have this in your bitcoin.conf file...

rpcallowip=
full member
Activity: 196
Merit: 100
Sounds like a firewall issue.

But if you just building a shop, why not just have an table in your database, that holds the bitcoin address and only the address. Then you can use a service like mine https://apicoin.io to get the balance of that address, or be notified of when a transaction goes to that address. This is more secure than using a bitcoind, which is way too heavy for this type of action.

https://apicoin.io/api/v1/doc/#callbackscript
https://apicoin.io/api/v1/doc/#addcallbacks


Thanks for your reply! In fact I'm using some altcoin wallets instead of bitcoin, so is there any way I can solve this?

Open the RPC port which is 8333 for bitcoind.

Will try, thanks!
legendary
Activity: 1498
Merit: 1000
Sounds like a firewall issue.

But if you just building a shop, why not just have an table in your database, that holds the bitcoin address and only the address. Then you can use a service like mine https://apicoin.io to get the balance of that address, or be notified of when a transaction goes to that address. This is more secure than using a bitcoind, which is way too heavy for this type of action.

https://apicoin.io/api/v1/doc/#callbackscript
https://apicoin.io/api/v1/doc/#addcallbacks


Thanks for your reply! In fact I'm using some altcoin wallets instead of bitcoin, so is there any way I can solve this?

Open the RPC port which is 8333 for bitcoind.
full member
Activity: 196
Merit: 100
Sounds like a firewall issue.

But if you just building a shop, why not just have an table in your database, that holds the bitcoin address and only the address. Then you can use a service like mine https://apicoin.io to get the balance of that address, or be notified of when a transaction goes to that address. This is more secure than using a bitcoind, which is way too heavy for this type of action.

https://apicoin.io/api/v1/doc/#callbackscript
https://apicoin.io/api/v1/doc/#addcallbacks


Thanks for your reply! In fact I'm using some altcoin wallets instead of bitcoin, so is there any way I can solve this?
legendary
Activity: 1498
Merit: 1000
Sounds like a firewall issue.

But if you just building a shop, why not just have an table in your database, that holds the bitcoin address and only the address. Then you can use a service like mine https://apicoin.io to get the balance of that address, or be notified of when a transaction goes to that address. This is more secure than using a bitcoind, which is way too heavy for this type of action.

https://apicoin.io/api/v1/doc/#callbackscript
https://apicoin.io/api/v1/doc/#addcallbacks
full member
Activity: 196
Merit: 100
Hi guys, I want to build a shop with dogecoin and darkcoin payment, I used oscommerce and the bitcoin module (https://github.com/weex/oscommerce-bitcoin). And I filled my own PC's IP on 'RPC host IP', and I'm pretty sure the conf file was set appropriated. But the thing is, the there is always something wrong on check out page, says 'failed to open stream: Connection refused in balabala'

Help please  Undecided
Jump to: