django-bitcoin icon indicating copy to clipboard operation
django-bitcoin copied to clipboard

bitcoin payment management for django

Results 16 django-bitcoin issues
Sort by recently updated
recently updated
newest added

Would be nice to be able to use this with Python 3!

django-bitcoin is no longer mantained if anyone have some knowledge of a continuation fork, please mention it. Thanks.

This PR is about fixing some stuff that makes it hard to get going with django-bitcoin. Should use Pillow as it's the API-complete substitute that installs on systems where PIL...

i think this fixes #21

KeyError would be raised accessing t['address'] because category "move" transactions have no address.

python manage.py CheckTransactions starting overall1 3.60012054443e-05 2014-04-04 02:21:14.127606 starting round 0.000263214111328 Traceback (most recent call last): File "manage.py", line 10, in execute_from_command_line(sys.argv) File "/home/site/.virtualenvs/satoshi/lib/python2.7/site-packages/django/core/management/**init**.py", line 399, in execute_from_command_line utility.execute() File...

When wallet recieves "generate" transacion (transaction from mining pool with fresh coins) it ignored by django_bitcoin.tasks.query_transactions Also utils.bitcoind.total_received doesn't work correctly, it also ignores generate transacions, because bitcoind API call...

When creating Payment to yoursefl, bitcoin-qt creates transaction with zero fee. So no need to raise an error in this case

wallet_transactoin.deposit_transaction doen't created during query_transactions call