The Mist wallet contract makes a good multisig vault. I have multisig wallets working fine in the GUI, but I would like to add contract owners that operate headless geth nodes. Can you clarify in the documentation how to retrieve the operation hash and confirm a multisig transaction from the geth console with web3.js?
Good call. The wallet contract should get a dedicated wiki page explaining its interfaces and low-level functionality.
I'm still getting the hang of geth, but I've added some notes sufficient to transact with an existing wallet contract: https://github.com/ethereum/mist/wiki/Wallet-Contract
Comments, corrections, and contributions appreciated!
Thanks for the comments Brandon. I hope you were able to figure out the wallet wiki.
I am closing this issue due to inactivity. Please feel free to reopen should you still have some considerations about it.
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.
Most helpful comment
Good call. The wallet contract should get a dedicated wiki page explaining its interfaces and low-level functionality.