Skip to content

laravel-bitcoinrpc v1.2.2

Choose a tag to compare

@denpamusic denpamusic released this 08 Sep 13:38
· 109 commits to master since this release
  • 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