gold
gold copied to clipboard
Elixir interface to Bitcoin RPC API
Initially, there was only one wallet. And everything was working fine. Later I created one more wallet in my bitcoin node. And when I run this command iex(1)> Gold.getbalance(:bitcoin) I...
This project curretly has no licensing status. I would like to use this Elixir RPC interface with my own elixir Bitcoin library, which may end up in production for commercial...
`getblock` has a second param `verbosity`. https://developer.bitcoin.org/reference/rpc/getblock.html ``` getblock "blockhash" ( verbosity ) ``` If verbosity is 0, returns a string that is serialized, hex-encoded data for block ‘hash’. If...