jwz104/bitcoin-accounts

This package is abandoned and no longer maintained. No replacement package was suggested.

A bitcoin account system

1.0.3 2017-03-28 12:49 UTC

This package is not auto-updated.

Last update: 2023-12-13 15:59:27 UTC


README

An alternative to the bitcoind build-in account system for Laravel. This package is developed because the bitcoind account system is deprecated. With this package you can set the fee, so you know exacly what you send. Account to account transactions are possible and don't cost any fee.

This package has an transaction table with all user transactions. Transactions with addresses that are not registered will not be imported.

This package runs a cronjob every minute to import the transactions.

Please check out the wiki for installation and documentation