After enterd command signrawtransaction i getting this
Error: Please enter the wallet passphrase with walletpassphrase first. (code -13)
Try to run:
walletpassphrase *your-wallet-password* 120
This message appears, if your wallet is encrypted and this command will unlock the wallet for a moment.
Hi there, I'd be willing to give you a 10% tip of my 3 recoveries I want to perform if you could develop some kind of online tool that automates that transaction signature and broadcasting service.
Yes, I'd really like to do so and I have more than one node online which might be used for this task. But the main problem I see is security related. Creating raw transactions, preparing all commands (for bitcoin-cli or other wallets) and broadcasting the transaction in the end is fine, but I really don't want users to expose their private keys online.
An alternative could be to create a basic one-purpose "offline" and clientside based tool which allows to sign the transaction. The process would be something like:
1. Enter your wallets online, select the coins to redeem
2. Copy transaction information into the offline signing tool
3. Push the transaction online
This would minimize the risk, but maintaing usability is another topic. Well, I guess compared to now anything would be beneficial.
As a sidenote some numbers:Out of 84'666 multisig outputs in total (as of block height 312'999) only 14'954 are redeemed - that's 17.662 %. Chancecoin currently defines the golden standard with a ratio of ~60 % redeemed outputs -- they integrated the
web API directly into their client. (docs are somewhat outdated -
backend can be found here)