OutCast3k / bitcoin-multisig

Javascript Bitcoin Multi Signature Address Script
http://coinb.in/multisig
MIT License
74 stars 57 forks source link

Use Offline #15

Closed RogueAnon closed 9 years ago

RogueAnon commented 10 years ago

I really want to be able to use this offline, but I can't build the transaction because it wants to make sure there is enough bitcoin in the wallet to cover the transaction. I've tried bastardising the code to get around it, but frankly i've got no idea what i'm doing.

I want to be able to use the whole thing offline, then just paste the raw transaction on blockchain.info/pushtx

I know a few people have already asked for this, but I'd like to know if it's something your working on?

OutCast3k commented 10 years ago

Hey, Sorry about the down time, some idiot decided to DDOS the server.

I'm working on a feature to push the transaction via different services like blockchain.info and blockr.io - It should be ready in the next few days.

Thanks for your feedback

dmillerel commented 10 years ago

Heya OutCast3k,

I've followed all instructions as far as I'm aware of. I receive an error message each time I attempt to broadcast the transaction. The error code reads parameter must be hexadecimal string.

Any suggestions?

Thanks

RogueAnon commented 10 years ago

I'm not 100% sure if blockchain.info allows multi-sig, but I know that Biteasy are working on a Push TX implimentation (it was suppose to be done already). Maybe that will help?

OutCast3k commented 9 years ago

Please see http://coinb.in and https://github.com/OutCast3k/coinbin for a newer version.