Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/demining/bitcoinarmory-google-colab
Python-Based Bitcoin Software Google Colab
https://github.com/demining/bitcoinarmory-google-colab
bitcoin bitcoin-api bitcoin-core bitcoin-payment bitcoin-transaction bitcoin-wallet colab colab-notebook colab-notebooks colab-tutorial colaboration colaboratory google-colab google-colab-gpu google-colab-notebook google-colab-notebooks google-colab-tutorial google-colaboratory google-colaboratory-notebooks google-colabs
Last synced: 4 days ago
JSON representation
Python-Based Bitcoin Software Google Colab
- Host: GitHub
- URL: https://github.com/demining/bitcoinarmory-google-colab
- Owner: demining
- License: other
- Created: 2022-02-18T20:38:54.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-02T00:48:39.000Z (over 2 years ago)
- Last Synced: 2024-11-15T04:07:19.046Z (4 days ago)
- Topics: bitcoin, bitcoin-api, bitcoin-core, bitcoin-payment, bitcoin-transaction, bitcoin-wallet, colab, colab-notebook, colab-notebooks, colab-tutorial, colaboration, colaboratory, google-colab, google-colab-gpu, google-colab-notebook, google-colab-notebooks, google-colab-tutorial, google-colaboratory, google-colaboratory-notebooks, google-colabs
- Language: C++
- Homepage:
- Size: 61 MB
- Stars: 1
- Watchers: 3
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
-------------------------
### Run BitcoinArmory-Google-Colabhttps://colab.research.google.com/drive/1OShIMVcFZ_khsUIBOIV1lzrqAGo1gfm_?usp=sharing
-------------------------
[Armory](https://github.com/etotheipi/BitcoinArmory) is a full-featured Bitcoin client, offering a dozen innovative features not found in any other client software! Manage multiple wallets (deterministic and watching-only), print paper backups that work forever, import or sweep private keys, and keep your savings in a computer that never touches the internet, while still being able to manage incoming payments, and create outgoing payments with the help of a USB key.
Multi-signature transactions are accommodated under-the-hood about 80%, and will be completed and integrated into the UI soon.
**Armory has no independent networking components built in.** Instead, it relies on on the Satoshi client to securely connect to peers, validate blockchain data, and broadcast transactions for us. Although it was initially planned to cut the umbilical cord to the Satoshi client and implement independent networking, it has turned out to be an inconvenience worth having. Reimplementing all the networking code would be fraught with bugs, security holes, and possible blockchain forking. The reliance on Bitcoin-Qt right now is actually making Armory more secure!
##Building Armory From Source
See instructions [here][Armory Build Instructions]
##Dependencies
* GNU Compiler Collection
Linux: Install package `g++`* Crypto++
Linux: Install package `libcrypto++-dev`
Windows: [Download][Windows Crypto Download]
* SWIG
Linux: Install package `swig`
Windows: [Download][Windows SWIG Download]
MSVS: Copy swigwin-2.x directory next to cryptopp as `swigwin`
* Python 2.6/2.7
Linux: Install package `python-dev`
Windows: [Download][Windows Python Download]
* Python Twisted -- asynchronous networking
Linux: Install package `python-twisted`
Windows: [Download][Windows Twisted Download]
* PyQt 4 (for Python 2.X)
Linux: Install packages `libqtcore4`, `libqt4-dev`, `python-qt4`, and `pyqt4-dev-tools`
Windows: [Download][Windows QT Download]
* qt4reactor.py -- combined eventloop for PyQt and Twisted
All OS: [Download][QT4 Reactor Download]* pywin32
Windows Only: qt4reactor relies on pywin32 (for win32event module). [Download][Windows PyWin Download]
* py2exe
(OPTIONAL - if you want to make a standalone executable in Windows)
Windows: [Download][Windows Py2Exe Download]##Sample Code
Armory contains over 25,000 lines of code, between the C++ and python libraries. This can be very confusing for someone unfamiliar with the code (you). Below I have attempted to illustrate the CONOPS (concept of operations) that the library was designed for, so you know how to use it in your own development activities. There is a TON of sample code in the following:
* C++ - [BlockUtilsTest.cpp](cppForSwig/BlockUtilsTest.cpp)
* Python - [Unit Tests](pytest/), [sample_armory_code.py](extras/sample_armory_code.py)[Armory Build Instructions]: https://bitcoinarmory.com/building-from-source
[Windows Crypto Download]: http://www.cryptopp.com/#download
[Windows SWIG Download]: http://www.swig.org/download.html
[Windows Python Download]: http://www.python.org/getit/
[Windows Twisted Download]: http://twistedmatrix.com/trac/wiki/Downloads
[Windows QT Download]: http://www.riverbankcomputing.co.uk/software/pyqt/download
[QT4 Reactor Download]: https://launchpad.net/qt4reactor
[Windows PyWin Download]: http://sourceforge.net/projects/pywin32/files/pywin32/
[Windows Py2Exe Download]: http://www.py2exe.org/
[License]: http://www.gnu.org/licenses/agpl.html
[Donation Image]: https://chart.googleapis.com/chart?chs=250x250&cht=qr&chl=bitcoin:1ArmoryXcfq7TnCSuZa9fQjRYwJ4bkRKfv?&label=Armory+Donation----
| | Donation Address |
| --- | --- |
| ♥ __BTC__ | 1Lw2kh9WzCActXSGHxyypGLkqQZfxDpw8v |
| ♥ __ETH__ | 0xaBd66CF90898517573f19184b3297d651f7b90bf |