-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Send not working #34
Comments
I would start with fixing CATE for example handles this by creating a context at the start ( https://github.com/rnicoll/cate/blob/master/src/main/java/org/libdohj/cate/controller/MainController.java#L186 ) and using a custom thread factory to propagate the context onto every thread it creates: https://github.com/rnicoll/cate/blob/master/src/main/java/org/libdohj/cate/util/NetworkThreadFactory.java#L54 |
Hi, Below can be reason ?? 2018-08-02 11:40:52,622 INFO [org.bitcoinj.core.TransactionBroadcast] (EJB default - 36) Waiting for 10 peers required for broadcast, we have 8 ... For testnet only one dns seed mentioned i.e "testseed.jrn.me.uk". |
I guess issue solved. In code for testnet dns seeds contains only one entry. For broadcast 10 peers connection required & I had only 8 connected. Now I added few more dns seeds then peers connection crossed 10 & it broadcasts txs. |
Hi,
I added libdohj-core-0.14-SNAPSHOT.jar & below dependencies
Now receive coins working but send not working i.e tx hash show tx not found on blockchain.
Please check below log.
Can anyone help to find issue ?
The text was updated successfully, but these errors were encountered: