Re: Web examples and bitcoinj version

2017-08-09 Thread vbarna
As I said in my previous message, most of the examples in the website do not work. I am learning and working on the examples. Since I am already modifying the examples, I could share the modifications. So, is there a way that I could provide these modifications to update the examples in the web

Recover ECKey from Hex

2017-08-09 Thread vbarna
Dear all, Is there a way that I can recover an ECKey from the hex? Kind of an inverse of ECKey.getPublicKeyAsHex. There is something similar with DeterministicKey.deserializeB58(base58,params). However, just base58 is accepted. Or may be there is an explanation why I should not be doing that?