Author

Topic: Minimum Python Files For armoryengine (Read 723 times)

member
Activity: 75
Merit: 10
March 28, 2015, 06:11:54 PM
#3
To import armoryengine.ALL, you need:

armoryengine directory and its contents
bitcoinrpc_jsonrpc directory and its contents
CppBlockUtils.py
_CppBlockUtils.so
qrcodenative.py
SDM.py

With just those files and directories, I was able to run the samples at https://bitcoinarmory.com/using-armory-python/.
hero member
Activity: 672
Merit: 504
a.k.a. gurnec on GitHub
March 28, 2015, 05:35:35 PM
#2
I want to use Armory's Python library for running a watch-only wallet on a machine unable to store the entire blockchain. 

I'm not sure how you'd go about implementing a watch-only wallet using Armory without having the entire blockchain. Armory is designed to require it. If you want some Python software to implement a watch-only wallet, something Electrum-based might fit your needs better.

After running make on the Armory Github source, which files are required to import armoryengine.ALL?

FYI you don't need to build Armory from source in order to use its libraries, you can just use one of the distributed packages (unless of course your target platform isn't among those supported).

I know that doesn't answer your question, though.... sorry I don't know the answer, but my guess would be most of the .py and .pyd files except the BitTornado stuff, although I really don't know the details.
newbie
Activity: 7
Merit: 0
March 28, 2015, 03:46:34 PM
#1
I want to use Armory's Python library for running a watch-only wallet on a machine unable to store the entire blockchain. 

After running make on the Armory Github source, which files are required to import armoryengine.ALL?
Jump to: