Author

Topic: Is there any rails gem to provide bitcoin payment on website? (Read 3249 times)

newbie
Activity: 1
Merit: 0
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.
newbie
Activity: 28
Merit: 0
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
member
Activity: 112
Merit: 10
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.

legendary
Activity: 1372
Merit: 1008
1davout
full member
Activity: 168
Merit: 100
Firstbits: 175wn
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
newbie
Activity: 28
Merit: 0
The subject says all.
I'm looking for a gem to add btc support to my existing web app. Is there any?
Jump to: