Bitcoin Forum
May 07, 2024, 08:13:38 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Bit: Bitcoin made easy in Python  (Read 671 times)
ofek (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
March 15, 2017, 06:29:48 PM
 #1

Initial release 0.1.0 is available now! https://github.com/ofek/bit
1715069618
Hero Member
*
Offline Offline

Posts: 1715069618

View Profile Personal Message (Offline)

Ignore
1715069618
Reply with quote  #2

1715069618
Report to moderator
1715069618
Hero Member
*
Offline Offline

Posts: 1715069618

View Profile Personal Message (Offline)

Ignore
1715069618
Reply with quote  #2

1715069618
Report to moderator
Every time a block is mined, a certain amount of BTC (called the subsidy) is created out of thin air and given to the miner. The subsidy halves every four years and will reach 0 in about 130 years.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
687_2
Full Member
***
Offline Offline

Activity: 173
Merit: 105



View Profile
March 15, 2017, 06:32:27 PM
 #2

Initial release 0.1.0 is available now! https://github.com/ofek/bit

Looking forward to trying this out!  Grin


Buy the dip with the security and privacy of your own wallet: use cross chain atomic swaps to trade Bitcoin, USDT, and Ether. Trades are secured and settled on-chain. https://sibex.io
ofek (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
March 15, 2017, 06:35:58 PM
 #3

Thanks! I'm here if anyone has questions.
jak3
Legendary
*
Offline Offline

Activity: 1274
Merit: 1004


View Profile
March 15, 2017, 07: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 <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
ofek (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
March 16, 2017, 01:23:39 AM
 #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 <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.
ofek (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
March 16, 2017, 08:11:39 PM
 #6

Here is what's next: https://ofek.github.io/bit/community/contributing.html#todo
ofek (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
March 17, 2017, 11:00:00 PM
 #7

Version 0.2.0 is out! https://ofek.github.io/bit/community/updates.html#release-history
ofek (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
March 21, 2017, 01:20:24 AM
 #8

Version 0.3.0 is out, now with support for cold storage! https://ofek.github.io/bit/community/updates.html#id1
ofek (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
March 21, 2017, 09: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
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!