bitcoin-elixir
bitcoin-elixir copied to clipboard
Bitcoin tools and full node implementation in Elixir.
I have the following issue when trying to start the node using `:testnet` network ``` 10:36:33.653 [info] Storing block 542 {{:error, {:sig_script, "c5d4b73af6eed28798473b05d2b227edd4f285069629843e899b52c2d1c165b7", 10}}, 0} | 0000000083c1f82cf72c6724f7a31732 5806384b06408bce7a4327f418dfd5ad| vt: 0.04s...
Changes in app ```diff -# config :logger, :console, -# level: :info, -# format: "$date $time [$level] $metadata$message\n", -# metadata: [:user_id] + config :logger, :console, + level: :debug, + format: "$date...