Author Topic: [ANN][DEVS] 2 new python libraries for app developers  (Read 3084 times)

0 Members and 1 Guest are viewing this topic.

Offline Delinquency

  • Sr. Member
  • ****
  • Posts: 370
    • View Profile
Very nice. I enjoy Python over PHP.

Now I can finish mmc-square lotto.

emre

  • Guest
You don't need asm2mmc to extract sending address from transactions:)

it depends on the case.

f.e: if you operate an dice app, you will get the sender address on ./bitcoind listransactions since one of the addresses of the client is output.

on the other hand, if you want to parse a transaction data which does not include one of your addresses  (./bitcoind getrawtransaction $tx_id 1) you will need it.

do I miss something? :)
« Last Edit: January 16, 2014, 08:17:17 am by emre »

Offline isaacgoldbourne

  • Sr. Member
  • ****
  • Posts: 322
    • View Profile
You don't need asm2mmc to extract sending address from transactions:)
MemoryDice now available! https://bitsharestalk.org/index.php?topic=1886.0
 Vote for me to be CNO of memorycoin if you want these services. Just send 1 satoshi!
CNO: MVTEcno2tbsJWj7AQEyEjgk72j94hbPHFm

Offline 5chdn

  • Sr. Member
  • ****
  • Posts: 487
  • i wonder how many chars i can put in this field 50
    • View Profile
    • Votesapp
  • GitHub: 5chdn
Indeed, I really start loving our CTO team :)


Offline FaSan

  • Full Member
  • ***
  • Posts: 130
    • View Profile

emre

  • Guest
memorycoin-python

a fork of bitcoin-python with fixes.

https://github.com/memorycoin/memorycoin-python (repo includes a small documentatiton.)

asm2mmc

https://github.com/memorycoin/asm2mmc

memorycoin address decoder for asm_hash strings on the transaction data. it's useful to reverse asm_hash to mmc addresses.

happy hacking!