Peercoin at the bitcoin expo conference

Sorry

addmultisigaddress <’[“key”,“key”]’> [account]
createmultisig <’[“key”,“key”]’>

are already accessible

createrawtransaction [{“txid”:txid,“vout”:n},…] {address:amount,…}
getrawtransaction [verbose=0]
signrawtransaction [{“txid”:txid,“vout”:n,“scriptPubKey”:hex,“redeemScript”:hex},…]
sendrawtransaction

are the ones that are required.

@Cryptoaction
Ok, now it’s clear. Unfortunately we have to wait for 0.8 merge, I tried to add some commands(like listunspent) but with current codebase it’s too hard for me. Let’s hope that Sunny will push 0.4 soon.

@kactech

Yes we experiemented with the code to various degrees too just to see what was possible. I definitely wouldn’t deploy any of our testing code though. I would be concerned about messing it up. We too will wait for an official release. I think it won’t be a problem for Sunny and the dev team to implement. I’m looking forward to 0.4.0 too. Until then we stick with good old Primecoin!

I need in listunspent function!

@icreator
listunspent w/o params https://github.com/kactech/ppcoin/commit/ad720df22cf5666286d47824d82ce49f279c8b99
getrawtransaction w/o verbose https://github.com/kactech/ppcoin/commit/ad2a74b0795704c7da405e6a2be331b7e31db111