To convert from BTC address to CLAM address, base58 decode the address, replace the initial 0x00 version byte with 0x89, and base58 encode the result.
I think he already figured it out, I checked his site a few days ago and clams share shown correctly.
I was wondering... can I create raw tx by handmade manually and use
unsynced clams client to sign it?
what I mean by handmade is by using
'createrawtransaction' and supplying parameter based on data I get from explorer
would the wallet qt accepts and create the hex even if the inputs are not seen locally in my wallet?
and then use just-dice pushtx to broadcast it to the network? or can I broadcast it myself with my unsynced wallet?
next step... I might even try to create/fork coinb.in for clams if it is possible

thanks in advance for your answers
