Bitcoin Forum
June 16, 2024, 02:13:30 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Bitcoin Discussion / Coincurve: Cross-platform Python CFFI bindings for libsecp256k1 on: April 11, 2017, 02:41:32 AM
https://github.com/ofek/coincurve
2  Bitcoin / Project Development / Re: Bit: Bitcoin made easy in Python 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
3  Bitcoin / Project Development / Re: Bit: Bitcoin made easy in Python 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
4  Bitcoin / Project Development / Re: Bit: Bitcoin made easy in Python on: March 17, 2017, 11:00:00 PM
Version 0.2.0 is out! https://ofek.github.io/bit/community/updates.html#release-history
5  Bitcoin / Project Development / Re: Bit: Bitcoin made easy in Python on: March 16, 2017, 08:11:39 PM
Here is what's next: https://ofek.github.io/bit/community/contributing.html#todo
6  Bitcoin / Project Development / Re: Bit: Bitcoin made easy in Python 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.
7  Bitcoin / Project Development / Re: Bit: Bitcoin made easy in Python on: March 15, 2017, 06:35:58 PM
Thanks! I'm here if anyone has questions.
8  Bitcoin / Project Development / Bit: Bitcoin made easy in Python on: March 15, 2017, 06:29:48 PM
Initial release 0.1.0 is available now! https://github.com/ofek/bit
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!