bitcoin-ruby
bitcoin-ruby copied to clipboard
bitcoin utils and protocol in ruby.
Summary of changes included: - More recent bundler version - Fix secp upstream clone and build via rake - Add an explicit dependency on the scanf gem in tests -...
What modifications (if any) are required to use this library for DOGE transactions?
I was checking out the codebase and come to the conclusion that this gem might not work well with threaded applications. For example, performing parallel tasks in Unicorn or Sidekiq...
# Story As a Developer, I want to interact with the BitcoinSV blockchain. # Acceptance Criteria When Developer specifies `bitcoin-sv` in settings And the Developer specifies a test net or...
support loading libssl.1.1.dylib ``` /usr/local/opt/[email protected]/lib ➜ lib ll total 15144 drwxr-xr-x 4 tobi staff 128B Sep 22 19:55 engines-1.1 -r--r--r-- 1 tobi staff 2.3M Nov 30 12:09 libcrypto.1.1.dylib -r--r--r-- 1...
What is wrong with my code? ```ruby txn = build_tx do |tx| tx.input do |i| i.prev_out(txn) i.prev_out_index(0) i.signature_key(key) end tx.output do |o| o.value(satoshi) o.script { |s| s.recipient('1GzqkR2zNQUzHLpE7PLPjVNJ51FHC3bpDH') } end end...
Hello, Thank you for creating this library. When I used this library, I wanted to use it with monacoin, so I added a parameter for monacoin/monacoin_testnet.
I'm going to relay my transaction through this gateway: https://www.blockchain.com/btc/pushtx They want me to send them hex data. How can I convert what `build_tx` produces into hex? Please, update the...
Bumps [json](https://github.com/flori/json) from 2.1.0 to 2.3.1. Changelog Sourced from json's changelog. 2020-06-30 (2.3.1) Spelling and grammar fixes for comments. Pull request #191 by Josh Kline. Enhance generic JSON and #generate...