-
Notifications
You must be signed in to change notification settings - Fork 35
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 coins not working #27
Comments
Probably I found the problem. It's about broadcast connection count. Min peer count must be 10. My peer connection is 3. Library is waiting new peers for broadcast the transaction. Now I have a question too. My app is working about half hour and connected only 5 peers. Why finding peer process is slow?
|
See issue #17. another developer had the same issue. |
#17 was reopened.
|
You can customise the target number of broadcasts to consider the transaction as "broadcasted".
I think you got it. |
I'm trying to send coins, getting transaction id but it isn't sending. My code is that:
This is the log output:
I'm getting transaction id and trying to check from blocktrail but not found:
https://www.blocktrail.com/tBCC/tx/4c83d41c3165751653a648f052a147852aa47366e7400a4e588d3c1f6146cc08
Do you have any idea? Thanks.
The text was updated successfully, but these errors were encountered: