Re: How to get the master private key from a Wallet object?

2016-09-27 Thread Andreas Schildbach
Afaik MultiBit HD is using a modified version of bitcoinj, so maybe you should ask there too. The topic of watching wallets is covered in the docs: https://bitcoinj.github.io/working-with-the-wallet#watching-wallets Most important, in order to monitor you don't need any private key. Just use

Re: Unit tests in bitcoinj, dependencies on running properties with JUnit (via maven).

2016-09-27 Thread Andreas Schildbach
Indeed, I'm not too happy with this either. Which is why I simply tried to fix bugs rather than continue with the work on Contexts for the last bitcoinj release... (I did however move some static variables into the context.) Mike once compared bitcoinj contexts to OpenGL contexts, but

Re: Will RBF transactions be supported?

2016-09-27 Thread Andreas Schildbach
You can set sequence numbers on inputs so yes you could create an RBF transaction, but there is currently no API for double spending. On 09/27/2016 09:23 AM, Tobias Brandt wrote: > With "supported" I mean that it's possible to send an RBF transaction > (and send again with higher fee). > Maybe