1 2016-12-02 12:41:46 <venzen> jonasschnelli: i've searched for @openssh test vectors but no luck yet. Searched the openssh repo at https://github.com/openssh/openssh-portable/ as wella s the main repo at OpenBSD... have emailed djm for a pointer. let's hear what he says...
 2 2016-12-02 12:44:27 <venzen> jonasschnelli: this document     https://tools.ietf.org/html/draft-josefsson-ssh-chacha20-poly1305-openssh-00 is being drafted. its only a summary of what you've already linked, but may be useful now or later
 3 2016-12-02 12:48:40 <venzen> jonasschnelli: so the wrapper now tests successfully with the vectors inluded in your module, and the IETF vectors we mentioned yesterday work for specific tests of _ivsetup, _keysetup and _encrypt_bytes
 4 2016-12-02 12:53:19 <venzen> i could fork your module on Github and then PR to include the wrapper and test in your existing repo, but wait for your suggestion. Would prefer to not get too many public support requests in the coming weeks due to busy schedule
 5 2016-12-02 16:04:23 <j53k> `Error: The transaction was rejected! This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here.` We're getting this error on a lot of transactions on our bitcoind. We're fully synced, running Bitcoin Unlimited, building our transactions using sendtoaddress
 6 2016-12-02 16:08:01 <j53k> any ideas appreciated :)
 7 2016-12-02 16:23:32 <sturles> Switch to Bitcoin Core.
 8 2016-12-02 16:23:53 <sturles> Bitcoin Unlimited is broken.
 9 2016-12-02 18:50:49 <instagibbs> the issue can happen in Core too, but in master at least a more specific error is printed(usually it has to do with too much chaining of unconfirmed outputs)
10 2016-12-02 18:51:00 <instagibbs> something we're trying to work on...