Author

Topic: Send Receive Bitcoin using ASP.NET (Read 1738 times)

full member
Activity: 399
Merit: 105
September 24, 2016, 01:25:56 AM
#7
Hi, as subject says I have to send/receive bitcoin from my asp.net web application.  I tried Blockchain but it didn't generates api keys (I don't know why).
So kindly tell me the best option to send/receive bitcoin using api in asp.net
A VERY complete interface between asp.Net and the blockchain is free on GitHub.  It is called NBitcoin and QBitNinja. 

This library is HUGE and ready to do anything.  Makes using VS for bitcoin a total breeze. 
newbie
Activity: 2
Merit: 0
September 14, 2016, 12:35:21 AM
#6
Use Bitcoin Core and access it through the JSON-RPC interface. It is just a normal HTTP API but run locally.

Oh great man. I need a payment gateway for my site which will accept bitcoin. But am not able to figure out what's necessary to make the system work. I think you could help me out in this situation. I think there is payment gateway api "bitpay" to accept payment with bitcoin.

I can help you with Payment Gateway
staff
Activity: 3458
Merit: 6793
Just writing some code
September 08, 2016, 09:21:19 PM
#5
Use Bitcoin Core and access it through the JSON-RPC interface. It is just a normal HTTP API but run locally.

Oh great man. I need a payment gateway for my site which will accept bitcoin. But am not able to figure out what's necessary to make the system work. I think you could help me out in this situation. I think there is payment gateway api "bitpay" to accept payment with bitcoin.
Don't hijack other people's threads with your own questions. Take it to another thread.
full member
Activity: 210
Merit: 100
September 08, 2016, 09:19:33 PM
#4
Use Bitcoin Core and access it through the JSON-RPC interface. It is just a normal HTTP API but run locally.

Oh great man. I need a payment gateway for my site which will accept bitcoin. But am not able to figure out what's necessary to make the system work. I think you could help me out in this situation. I think there is payment gateway api "bitpay" to accept payment with bitcoin.
legendary
Activity: 1512
Merit: 1057
SpacePirate.io
September 08, 2016, 08:45:58 AM
#3
https://github.com/GeorgeKimionis/BitcoinLib

Very good library, great help too.
staff
Activity: 3458
Merit: 6793
Just writing some code
September 07, 2016, 05:25:22 PM
#2
Use Bitcoin Core and access it through the JSON-RPC interface. It is just a normal HTTP API but run locally.
newbie
Activity: 3
Merit: 0
September 07, 2016, 04:41:05 PM
#1
Hi, as subject says I have to send/receive bitcoin from my asp.net web application.  I tried Blockchain but it didn't generates api keys (I don't know why).
So kindly tell me the best option to send/receive bitcoin using api in asp.net
Jump to: