Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: ravininave on September 07, 2016, 09:41:05 PM



Title: Send Receive Bitcoin using ASP.NET
Post by: ravininave on September 07, 2016, 09:41:05 PM
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


Title: Re: Send Receive Bitcoin using ASP.NET
Post by: achow101 on September 07, 2016, 10:25:22 PM
Use Bitcoin Core and access it through the JSON-RPC interface. It is just a normal HTTP API but run locally.


Title: Re: Send Receive Bitcoin using ASP.NET
Post by: cloverme on September 08, 2016, 01:45:58 PM
https://github.com/GeorgeKimionis/BitcoinLib

Very good library, great help too.


Title: Re: Send Receive Bitcoin using ASP.NET
Post by: marleybobthedog on September 09, 2016, 02:19:33 AM
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.


Title: Re: Send Receive Bitcoin using ASP.NET
Post by: achow101 on September 09, 2016, 02:21:19 AM
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.


Title: Re: Send Receive Bitcoin using ASP.NET
Post by: mousepays on September 14, 2016, 05:35:21 AM
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


Title: Re: Send Receive Bitcoin using ASP.NET
Post by: JPage on September 24, 2016, 06:25:56 AM
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.