Skip to content

SFzxc/bitcoin-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Some useful tools for a developer when working with bitcoin transaction

Books

Mastering Bitcoin is a book for developers, although the first two chapters cover bitcoin at a level that is also approachable to non-programmers. Anyone with a basic understanding of technology can read the first two chapters to get a great understanding of bitcoin.

https://www.amazon.com/Mastering-Bitcoin-Programming-Open-Blockchain/dp/1491954388

How to create a new testnet wallet ?!

How to get free Bitcoin testnet ?!

How to track bitcoin transactions, addresses ?!

How to get a raw transaction from tx hash ?!

How to get json format informations of the transaction ?

How to decode a raw hex of tx ?!

How to broadcast your transaction online ?!

How to get current Bitcoin transaction fee predictions in JSON format

{ "fastestFee": 40, "halfHourFee": 20, "hourFee": 10 }

Bitcoind commandline

Useful gems

  • bitcoin-ruby This is a ruby library for interacting with the bitcoin protocol/network.
  • money-tree) BIP32 A Ruby implementation of Bitcoin HD Wallets (Hierarchical Deterministic.
  • katapaty A ruby gem for communicating with a Counterparty (BTC/ XCP) API server
  • insight-ruby Ruby wrapper for insight.bitpay.com API

Examples

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages