Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: tinybike on August 24, 2014, 07:54:22 AM



Title: Bitcoin-Postgres bridge
Post by: tinybike on August 24, 2014, 07:54:22 AM
Not sure if I'm reinventing the wheel here, but I wrote a bridge between Bitcoin and Postgres:

https://github.com/tensorjack/coinbridge

It has a convenience payment method that uses "move" if possible, and "sendfrom" otherwise.  Possibly useful for websites that have a lot of users crammed into the same wallet.  Also has a transaction confirmation listener (for walletnotify) which auto-updates Postgres.

Just thought I'd post it here in case it's useful to someone.


Title: Re: Bitcoin-Postgres bridge
Post by: RagnarDanneskjold on August 24, 2014, 08:44:33 AM
this is cool. nice work; will use it