Bitcoin Forum
July 07, 2024, 12:25:42 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Bitcoin Technical Support / Re: Is there any rails gem to provide bitcoin payment on website? on: August 29, 2014, 01:41:15 AM
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]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!