Bitcoin Forum
June 25, 2024, 11:21:46 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Project Development / Re: how to genarate private key on: June 29, 2013, 07:39:02 PM
I've recently released some Python code which makes it easy to generate private keys (among other things). It's pretty easy to follow. Take a look:

https://github.com/richardkiss/pycoin
2  Bitcoin / Project Development / Re: next-generation colored coin client on: June 25, 2013, 11:48:47 PM
My new project pycoin at https://github.com/richardkiss/pycoin provides an easy API to generate and sign transactions. It also implements BIP0032 deterministic wallets in a general way. Both of these would be very useful to this project. I'm happy to help.

I edited https://github.com/bitcoinx/colored-coin-tools/wiki/Ngccc-transactions

Donations/bounties to 1FKYxGDywd7giFbnmKdvYmVgBHB9B2HXMw
3  Other / Beginners & Help / New Python-based Bitcoin Utility Library on: June 25, 2013, 07:04:24 PM
Take a look:

https://github.com/richardkiss/pycoin

This is an implementation of a bunch of utility routines that may be useful when dealing with Bitcoin stuff. It has been test with Python 3.3 (but not Python 2.7).

  • ECDSA Signing and Verification
  • Encoding
  • BIP0032 Wallet
  • Transaction Validation and Signing

It's very easy to create and sign new standard transactions with this library.
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!