1. Make sure the app synchs the blockchain. WalletAppKit does this.

The wallet dump is the output of Wallet.toString(). Just copy and paste
it to here, assuming that it's still quite small.


On 07/12/2017 12:09 PM, santiago del valle wrote:
> Thanks for the fast answer.
> 1. How to tell BitcoinJ to confirm those Tx?
> 2. Im not using the "emptyWallet" feature. But if I do, how would be the
> convenient way to do it?
> 
> How to post my Wallet Dump, sorry!
> 
> Thanks
> 
> El miércoles, 12 de julio de 2017, 19:09:20 (UTC+10), Andreas Schildbach
> escribió:
> 
>     Two common reasons for this:
> 
>     1. The incoming payments are not confirmed yet, or bitcoinj doesn't
>     know
>     about the confirmations yet.
> 
>     2. You're not covering the network fee. This commonly happens if you
>     try
>     to send all you have without using the "emptyWallet" feature.
> 
>     Maybe you'd like to post your wallet dump?
> 
> 
>     On 07/12/2017 10:25 AM, santiago del valle wrote:
>     > Hi, Im creating an Android App, Im being able to receive coins but
>     when
>     > I try to send them says that Im missing Bitcoins to send, I have
>     0.006
>     > BTC in a Testnet Wallet, I dont really know what Im missing to
>     achieve
>     > sending BTC. The BTC  I received now have more that 3 block depth.
>     >
>     > walletAppKit = new WalletAppKit(testNet, walletDir,
>     "bitcoin_wallet"){
>     >
>     >     @Override
>     > protected void onSetupCompleted() {
>     >         super.onSetupCompleted();
>     >        
>     >
>     >         if (wallet().getImportedKeys().size() < 1) {
>     >             wallet().importKey(new ECKey());
>     >         }
>     >
>     >         Coin value1 =
>     walletAppKit.wallet().getBalance(Wallet.BalanceType.AVAILABLE);
>     //0.00BTC
>     >
>     >         Coin value2 =
>     walletAppKit.wallet().getBalance(Wallet.BalanceType.AVAILABLE_SPENDABLE);
>     //0.00BTC
>     >         Coin value3 =
>     walletAppKit.wallet().getBalance(Wallet.BalanceType.ESTIMATED);
>     //0.006 BTC
>     >         Coin value4 =
>     walletAppKit.wallet().getBalance(Wallet.BalanceType.ESTIMATED_SPENDABLE);
>     //0.006
>     >
>     >         ....
>     >
>     > --
>     > You received this message because you are subscribed to the Google
>     > Groups "bitcoinj" group.
>     > To unsubscribe from this group and stop receiving emails from it,
>     send
>     > an email to bitcoinj+u...@googlegroups.com
>     > <mailto:bitcoinj+u...@googlegroups.com>.
>     > For more options, visit https://groups.google.com/d/optout
>     <https://groups.google.com/d/optout>.
> 
> 
> -- 
> You received this message because you are subscribed to the Google
> Groups "bitcoinj" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to bitcoinj+unsubscr...@googlegroups.com
> <mailto:bitcoinj+unsubscr...@googlegroups.com>.
> For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups 
"bitcoinj" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bitcoinj+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to