janwytze / bitcoin-accounts

A Laravel bitcoin account system
7 stars 7 forks source link

How to use it with a in a working service ? #1

Open albabosh opened 6 years ago

albabosh commented 6 years ago

I run an altcoin service that uses a deprecated internal accounts system. The next core update will disable it completely. Can I use your external accounting system to maintain the same functionality and what should be done ? Could it be somewhat like a "proxy" between an rpc-client and bitcoind ?

janwytze commented 6 years ago

This package is not an RPC proxy. It is a Laravel package to get a bitcoin account system in Laravel. I actually don't recommend this package anymore because I wasn't that good in Laravel/PHP a year ago...

But things like the raw transactions can be copied if you plan making a RPC proxy yourself.

albabosh commented 6 years ago

Is there any live project to use instead of a built-in bitcoin accounting system ?

janwytze commented 6 years ago

Not that I know of...