Author

Topic: Bit: Bitcoin made easy in Python (Read 697 times)

newbie
Activity: 8
Merit: 0
March 21, 2017, 04:04:03 PM
#9
Release 0.3.1 includes faster key creation and improved cold storage workflow https://ofek.github.io/bit/community/updates.html#release-history
newbie
Activity: 8
Merit: 0
March 20, 2017, 08:20:24 PM
#8
Version 0.3.0 is out, now with support for cold storage! https://ofek.github.io/bit/community/updates.html#id1
newbie
Activity: 8
Merit: 0
newbie
Activity: 8
Merit: 0
newbie
Activity: 8
Merit: 0
March 15, 2017, 08:23:39 PM
#5
i checked it..and having some problem with this, maybe i am writing it wrong or maybe it is not correctly fetched. can you please pm me
Code:
Traceback (most recent call last):
  File "bal.py", line 1, in
    from bit import Key
  File "/usr/local/lib/python2.7/dist-packages/bit/__init__.py", line 1, in
    from bit.network.fees import set_fee_cache_time
  File "/usr/local/lib/python2.7/dist-packages/bit/network/__init__.py", line 2, in
    from .fees import get_fee, get_fee_cached
  File "/usr/local/lib/python2.7/dist-packages/bit/network/fees.py", line 45
    nonlocal cached_fee_fast
                           ^
SyntaxError: invalid syntax
its the error it is giving

Bit only supports Python 3 https://ofek.github.io/bit/community/faq.html#why-python-3-only.
legendary
Activity: 1274
Merit: 1004
March 15, 2017, 02:23:19 PM
#4
i checked it..and having some problem with this, maybe i am writing it wrong or maybe it is not correctly fetched. can you please pm me
Code:
Traceback (most recent call last):
  File "bal.py", line 1, in
    from bit import Key
  File "/usr/local/lib/python2.7/dist-packages/bit/__init__.py", line 1, in
    from bit.network.fees import set_fee_cache_time
  File "/usr/local/lib/python2.7/dist-packages/bit/network/__init__.py", line 2, in
    from .fees import get_fee, get_fee_cached
  File "/usr/local/lib/python2.7/dist-packages/bit/network/fees.py", line 45
    nonlocal cached_fee_fast
                           ^
SyntaxError: invalid syntax
its the error it is giving
newbie
Activity: 8
Merit: 0
March 15, 2017, 01:35:58 PM
#3
Thanks! I'm here if anyone has questions.
full member
Activity: 173
Merit: 105
March 15, 2017, 01:32:27 PM
#2
Initial release 0.1.0 is available now! https://github.com/ofek/bit

Looking forward to trying this out!  Grin

newbie
Activity: 8
Merit: 0
March 15, 2017, 01:29:48 PM
#1
Initial release 0.1.0 is available now! https://github.com/ofek/bit
Jump to: