tinydecred
tinydecred copied to clipboard
Python tools for Decred
Adds support for a Bitcoin SPV wallet to the **decred** package. The wallet is implemented by wrapping **btcwallet** and compiling as a C library, and importing into Python using `ctypes`....
Simple fix to the issue of creating nameless accounts. Solves #173.
Resolve misleading dcrd connection status Pr is to fix issue #174
Workaround for https://github.com/python-poetry/poetry/issues/3661. Already uploaded to pypi as 0.1.1.
This might be a useful tool people trying to salvage funds from a "web wallet".
When I install this package (in conda) with `pip install decred` I get the following notice: two1 3.10.9 has requirement base58==0.2.2, but you'll have base58 2.0.1 which is incompatible. When...
After built the decred folder, I moved to tinywallet and run `poetry build`, but it could not find directory decred. Building tinywallet (0.0.1) - Building sdist - Built tinywallet-0.0.1.tar.gz [ValueError]...
app: Use relayFee setting. ~Make relayFee a field of the blockchain and set that field on initiation and changing.~ Remove the realyFee method from dcrdata and have all relay fees...
dcrdata is currently under maintenance. When trying to restore from seed I get this error: ``` [joe@hyrule tinywallet]$ poetry run tinywallet --testnet --log=debug 2020-04-22 10:26:07,090 app INFO initLogging(172) configuration file...
While we have good test coverage for the `decred` library (see issue #70), we have only a few tests for the `tinywallet` application, including none for its user interface. The...