Bitcoin Forum
May 06, 2024, 05:02:10 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [REQ] C# or PHP Library for handling bitcoin transactions  (Read 1281 times)
Bitcoin Magazine (OP)
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
July 06, 2014, 11:17:43 AM
 #1

i need this for a website i'm making

i am here.
1715014930
Hero Member
*
Offline Offline

Posts: 1715014930

View Profile Personal Message (Offline)

Ignore
1715014930
Reply with quote  #2

1715014930
Report to moderator
1715014930
Hero Member
*
Offline Offline

Posts: 1715014930

View Profile Personal Message (Offline)

Ignore
1715014930
Reply with quote  #2

1715014930
Report to moderator
1715014930
Hero Member
*
Offline Offline

Posts: 1715014930

View Profile Personal Message (Offline)

Ignore
1715014930
Reply with quote  #2

1715014930
Report to moderator
Whoever mines the block which ends up containing your transaction will get its fee.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715014930
Hero Member
*
Offline Offline

Posts: 1715014930

View Profile Personal Message (Offline)

Ignore
1715014930
Reply with quote  #2

1715014930
Report to moderator
rarkenin
Hero Member
*****
Offline Offline

Activity: 784
Merit: 500



View Profile
July 06, 2014, 07:20:20 PM
 #2

Do you really need a programatic library? Why not just construct requests and parse responses yourself, if you can't find a service with a C#/PHP library?
BitCoinDream
Legendary
*
Offline Offline

Activity: 2324
Merit: 1204

The revolution will be digital


View Profile
July 06, 2014, 09:29:00 PM
 #3

i need this for a website i'm making

DO u plan to open source it once the lib is made ?

semobo
Full Member
***
Offline Offline

Activity: 1498
Merit: 146


View Profile
July 06, 2014, 11:41:52 PM
 #4

What are you needing exactly? I'm a C# developer.
inkfactory
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
July 07, 2014, 10:47:31 AM
 #5

Could you just use an API?

https://blockchain.info/api/
monsterbitty
Full Member
***
Offline Offline

Activity: 122
Merit: 100


View Profile
July 07, 2014, 01:02:57 PM
 #6

Use blockchain api, they are the best. But if you want to use your own way to accept bitcoin transactions, refer to bitcoin developer section.
Overloader
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
July 07, 2014, 08:37:24 PM
 #7

If you need a well tested php client library for blockchain wallet api you can try https://github.com/sandrokeil/BlockchainWalletApi.
Initscri
Hero Member
*****
Offline Offline

Activity: 1540
Merit: 759


View Profile WWW
July 08, 2014, 03:34:57 AM
 #8

What would your exact requirements be? Are you just viewing transactions off the blockchain (via script) or sending/receiving?

----------------------------------
Web Developer. PM for details.
----------------------------------
DeathAndTaxes
Donator
Legendary
*
Offline Offline

Activity: 1218
Merit: 1079


Gerald Davis


View Profile
July 08, 2014, 03:38:25 AM
 #9

Here you go:
https://bitcointalk.org/index.php?topic=575142.0

Even has nuget package manager support.
mcaizgk2
Member
**
Offline Offline

Activity: 66
Merit: 10


View Profile
July 15, 2014, 03:48:17 PM
 #10

@BitcoinMagazine BitcoinLib is a battle tested Bitcoin, Litecoin and Bitcoin-Clones Library & RPC Wrapper:

https://github.com/GeorgeKimionis/BitcoinLib

Features:

- Fully compatible and up-to-date with Bitcoin 0.9.2 RPC API.
- Design-by-contract, service-oriented architecture.
- Strongly-typed structures for complex RPC requests and responses.
- Implicit JSON casting for all RPC messages.
- Extended methods for every-day scenarios where the built-in methods fall short.
- Exposure of all RPC API's functionality as well as the extended methods through a single interface.
- Fallback mechanism for timed-out RPC requests.
- Custom RPC exceptions.
- Supports all Bitcoin clones.
- Can operate on unlimited daemons with a single library reference.
- Litecoin integration included.
- Each coin instance can be fully parametrized at run-time and implement its own constants.
- Console test client with demo methods implemented in it.
- Disconnected raw RPC connector included for quick'n'dirty debugging.
- Testnet ready.
- Fully configurable.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!