-
Hello, there!
Today I finished the blockchain sync process on my wallet and whenever I tried to send any coins to another wallet it shows the message: org.bitcoinj.crypto.KeyCrypterException:Could …
-
Hello. I'm getting the following error when I run the following with Bitcoin Core (master branch, fully updated). This is with v0.13.6 of bitcoinj, compiled by myself on Ubuntu 15.10 using the latest …
-
Originally reported on Google Code with ID 580
```
java.lang.RuntimeException: Unable to create application de.schildbach.wallet.WalletApplication:
java.lang.IllegalArgumentException: Invalid point
a…
-
I am syncing my wallet with a peer group to get my UTXOs, but this usually takes 15-60min for it to catch up - even if there are just a few block headers missing.
Here is my code:
```java
…
-
Update the command-line tools to use the `bitcoinj` app data directory as the default location for storing wallet data and blockchain data. So that would be the following paths on each platform:
Ma…
-
_> Exception in thread "main" java.lang.NoClassDefFoundError: org/spongycastle/asn1/ASN1Encodable
> at org.bitcoinj.core.Block.(Block.java:896)
> at org.bitcoinj.core.NetworkParameters.createGenes…
-
In some cases BitcoinJ throws a `ProtocolException`, crashing the connection, because it receives an alert message during the handshake [0]. The alert message is sent because Bitcoin Core >= 0.14.0 is…
-
https://www.blocktrail.com/tBCC/address/mnzWQVW2iwgNccCW9VgfuW94PuK1vL17uV
Account balances are adequate, and transfers always indicate insufficient balance. The balance found through the import wal…
-
Hi, I'm trying to run bitcoinj in a spring-based app within a separate class marked as @Service. When I make any Wallet's method invocation from another class (marked as @RestController in my case), I…
-
The BIP44 support work is currently held in our Bitcoinj-Alice fork. It would be better if this work could be generalised and pushed upstream for other projects to benefit from.
This is a complex cha…