Re: Offline wallet

2018-04-18 Thread Andreas Schildbach
tpub is the testnet version of xpub. Just use the same method and make sure to supply a Testnet3Params as the first parameter. On 04/18/2018 11:17 AM, Tyga Christed wrote: > Alright, but what i do in case of tPub, Wallet.fromWatchingKeyB58() can > not accept tPub > > On Sunday, April 15, 2018

Re: Support for native Segwit addresses done

2018-04-18 Thread Vadym Ustymenko
Hi Andreas Has there been any progress on implementing ability to spend coins from Segwit addresses? Also, could you share any other outstanding work to be done before full segwit support? Thanks! On Friday, March 9, 2018 at 2:31:00 AM UTC-8, Andreas Schildbach wrote: > > I'm happy to

Transaction is confirmed in blockchain but continues pending in wallet

2018-04-18 Thread Renan Hartwig
Hi. My transaction has been broadcasted but i don't received an awnser about it. Other transactions works correctly. I'm using bitcoinj 0.14.6 in testnet network and PostgresFullPrunedBlockStore for blockstore [bitcoinj user thread] INFO org.bitcoinj.core.TransactionBroadcast -

Re: Wallet is not listening on Segwit Address

2018-04-18 Thread Tyga
Alright, now I am using master branch, but can't figure out, How can I generate SegwitAddress's using SegwitAddress Class and make wallet listen to this SegWit Address. ? On Tuesday, April 17, 2018 at 9:12:10 PM UTC+5, Andreas Schildbach wrote: > > The 0.14 branch is ~2 years old and has got no

Re: Offline wallet

2018-04-18 Thread Tyga Christed
Alright, but what i do in case of tPub, Wallet.fromWatchingKeyB58() can not accept tPub On Sunday, April 15, 2018 at 1:21:55 PM UTC+5, Andreas Schildbach wrote: > > Use Wallet.fromWatchingKeyB58() and supply your xpub. > > I'm currently not up to date on upub and ypub, but I'm pretty sure >

Re: Transaction not broadcasting

2018-04-18 Thread aman . vyas
I am using maven which I got from maven repository https://mvnrepository.com/artifact/org.bitcoinj/bitcoinj-core.(Used latest version too same problem )Earlier at the initial stage 2 months back when I started it was woking but somehow from onemonth it is not broadcasting the transactions.