Bitcoin Forum
May 26, 2024, 09:58:08 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Is there any rails gem to provide bitcoin payment on website?  (Read 3225 times)
Maxim Gladkov (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0



View Profile WWW
July 13, 2011, 08:16:20 PM
 #1

The subject says all.
I'm looking for a gem to add btc support to my existing web app. Is there any?
drawoc
Full Member
***
Offline Offline

Activity: 168
Merit: 100

Firstbits: 175wn


View Profile
July 13, 2011, 09:48:01 PM
 #2

The subject says all.
I'm looking for a gem to add btc support to my existing web app. Is there any?

You can normally just use your language's JSON-RPC libraries.
I haven't coded in ruby before, but there's an example using Ruby here:
https://en.bitcoin.it/wiki/API_reference_%28JSON-RPC%29#Ruby
And a thread on the subject here: http://forum.bitcoin.org/?topic=2435.0

Donate: 175WNXmJ1WVhFgVGKUqEhYtAQGRYAvqPA
davout
Legendary
*
Offline Offline

Activity: 1372
Merit: 1007


1davout


View Profile WWW
July 13, 2011, 09:50:50 PM
 #3

https://github.com/davout/bitcoin-central

Wuked
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile WWW
July 13, 2011, 10:51:52 PM
 #4

Thanks to Daveout for all his rails work,

I'm using some of his stuff on https://mineco.in

I will donate when I have some free BTC.


Maxim Gladkov (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0



View Profile WWW
July 14, 2011, 08:19:29 AM
 #5

Thank you. Will try to discover your code Wink

It would be cool, if there will be any gems for this, that would right out-of-the-box. Maybe should start coding one Smiley
sailias
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
August 29, 2014, 01:41:15 AM
 #6

A new response to an old topic.

https://github.com/Sailias/bitcoin_payable

A gem I've created that can be included in a rails app.

It creates payments with unique addresses from a BIP32 Deterministic seed. These payments use different currencies to get exchanges rates from currency -> BTC.

A rake task is used to update payments every 30 mins with the BTC 24 hour weighted average while another uses https://helloblock.io to check for payments.

It is not a shopping cart solution, but a bitcoin payment generator / processor gem that doesn't require indexing the blockchain or storing private keys on your server.
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!