All Projects → grondilu → Bitcoin Bash Tools

grondilu / Bitcoin Bash Tools

Set of bitcoin-related bash functions

Programming Languages

shell
77523 projects

Labels

Projects that are alternatives of or similar to Bitcoin Bash Tools

Minesweeper
A Burpsuite plugin (BApp) to aid in the detection of scripts being loaded from over 23000 malicious cryptocurrency mining domains (cryptojacking).
Stars: ✭ 162 (-7.43%)
Mutual labels:  bitcoin
Unstoppable Wallet Android
A secure and decentralized Bitcoin and other cryptocurrency wallet for Android phones. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 165 (-5.71%)
Mutual labels:  bitcoin
Bitcoin Etl
ETL scripts for Bitcoin, Litecoin, Dash, Zcash, Doge, Bitcoin Cash. Available in Google BigQuery https://goo.gl/oY5BCQ
Stars: ✭ 174 (-0.57%)
Mutual labels:  bitcoin
Pololender
Free, open source, high performance bot for lending funds on Poloniex exchange
Stars: ✭ 163 (-6.86%)
Mutual labels:  bitcoin
Blockchain Tutorial
🌾 A step-by-step blockchain tutorial in simplified Chinese
Stars: ✭ 2,081 (+1089.14%)
Mutual labels:  bitcoin
Bitcoinecdsa.php
PHP library to generate BTC addresses and signatures from private keys.
Stars: ✭ 169 (-3.43%)
Mutual labels:  bitcoin
Vanitysearch
Bitcoin Address Prefix Finder
Stars: ✭ 160 (-8.57%)
Mutual labels:  bitcoin
Bitcoin tools
Python Bitcoin tools
Stars: ✭ 175 (+0%)
Mutual labels:  bitcoin
Bitcoin Transaction Explorer
Simple and pure block explorer you can run on top of a full node
Stars: ✭ 165 (-5.71%)
Mutual labels:  bitcoin
Study Blockchain Referrence
区块链学习路上的一些资料作为参考
Stars: ✭ 172 (-1.71%)
Mutual labels:  bitcoin
Tip4commit
Donate bitcoins to open source projects or make commits and get tips for it.
Stars: ✭ 163 (-6.86%)
Mutual labels:  bitcoin
Btcpayserver
Accept Bitcoin payments. Free, open-source & self-hosted, Bitcoin payment processor.
Stars: ✭ 3,148 (+1698.86%)
Mutual labels:  bitcoin
My Wallet V3 Ios
Blockchain iOS Wallet
Stars: ✭ 170 (-2.86%)
Mutual labels:  bitcoin
Electrumx
Alternative implementation of spesmilo/electrum-server
Stars: ✭ 162 (-7.43%)
Mutual labels:  bitcoin
Lopp.net
Personal web site of Jameson Lopp
Stars: ✭ 174 (-0.57%)
Mutual labels:  bitcoin
Channelbreakoutbot
Channel Breakout Bot for bitflyer-FX
Stars: ✭ 162 (-7.43%)
Mutual labels:  bitcoin
Bdk
A modern, lightweight, descriptor-based wallet library written in Rust!
Stars: ✭ 168 (-4%)
Mutual labels:  bitcoin
Kraken Go Api Client
Example client library in GO for use with the kraken.com API.
Stars: ✭ 175 (+0%)
Mutual labels:  bitcoin
Zeus
A mobile Bitcoin/Lightning app for lnd, c-lightning, and Eclair node operators ⚡️
Stars: ✭ 175 (+0%)
Mutual labels:  bitcoin
Cbpro Trader
Automated cryptocurrency trading on Coinbase Pro (formerly gdax-trader)
Stars: ✭ 171 (-2.29%)
Mutual labels:  bitcoin

This is a set of bash tools to manipulate bitcoin addresses.

SYNOPSIS

$ git clone https://github.com/grondilu/bitcoin-bash-tools.git
$ . ./bitcoin-bash-tools/bitcoin.sh
$ newBitcoinKey

TODO

  • generate bech32 addresses.
  • create a test suite

LICENSE

Copyright (C) 2013 Lucien Grondin ([email protected])

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].