Bitcoin Forum

Bitcoin => Project Development => Topic started by: ofek on March 15, 2017, 06:29:48 PM



Title: Bit: Bitcoin made easy in Python
Post by: ofek on March 15, 2017, 06:29:48 PM
Initial release 0.1.0 is available now! https://github.com/ofek/bit (https://github.com/ofek/bit)


Title: Re: Bit: Bitcoin made easy in Python
Post by: 687_2 on March 15, 2017, 06:32:27 PM
Initial release 0.1.0 is available now! https://github.com/ofek/bit (https://github.com/ofek/bit)

Looking forward to trying this out!  ;D



Title: Re: Bit: Bitcoin made easy in Python
Post by: ofek on March 15, 2017, 06:35:58 PM
Thanks! I'm here if anyone has questions.


Title: Re: Bit: Bitcoin made easy in Python
Post by: jak3 on March 15, 2017, 07:23:19 PM
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 <module>
    from bit import Key
  File "/usr/local/lib/python2.7/dist-packages/bit/__init__.py", line 1, in <module>
    from bit.network.fees import set_fee_cache_time
  File "/usr/local/lib/python2.7/dist-packages/bit/network/__init__.py", line 2, in <module>
    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


Title: Re: Bit: Bitcoin made easy in Python
Post by: ofek on March 16, 2017, 01:23:39 AM
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 <module>
    from bit import Key
  File "/usr/local/lib/python2.7/dist-packages/bit/__init__.py", line 1, in <module>
    from bit.network.fees import set_fee_cache_time
  File "/usr/local/lib/python2.7/dist-packages/bit/network/__init__.py", line 2, in <module>
    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 (https://ofek.github.io/bit/community/faq.html#why-python-3-only).


Title: Re: Bit: Bitcoin made easy in Python
Post by: ofek on March 16, 2017, 08:11:39 PM
Here is what's next: https://ofek.github.io/bit/community/contributing.html#todo (https://ofek.github.io/bit/community/contributing.html#todo)


Title: Re: Bit: Bitcoin made easy in Python
Post by: ofek on March 17, 2017, 11:00:00 PM
Version 0.2.0 is out! https://ofek.github.io/bit/community/updates.html#release-history (https://ofek.github.io/bit/community/updates.html#release-history)


Title: Re: Bit: Bitcoin made easy in Python
Post by: ofek on March 21, 2017, 01:20:24 AM
Version 0.3.0 is out, now with support for cold storage! https://ofek.github.io/bit/community/updates.html#id1 (https://ofek.github.io/bit/community/updates.html#id1)


Title: Re: Bit: Bitcoin made easy in Python
Post by: ofek on March 21, 2017, 09:04:03 PM
Release 0.3.1 includes faster key creation and improved cold storage workflow https://ofek.github.io/bit/community/updates.html#release-history (https://ofek.github.io/bit/community/updates.html#release-history)