laravel-bitcoinrpc v1.2.2

  • Changed the way to access multiple daemon configurations. You can now send requests to different daemons with bitcoind()->client($name) call. (e. g. bitcoind()->client('litecoin')->getBlock('...')) (see Configuration and Multiple Instances for more info)
  • Removed unused facade
View on GitHub