Skip to content
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

Various fixes and improvements #4

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

erasmospunk
Copy link

Improvements:

  1. Use a prefix for the temp folders.
  2. When starting the node, wait for the RPC to be ready. Results if faster start of the script.
  3. When terminating the node, wait of the process to finish (kills it after a timeout). Results in faster termination of the script.

Fix crash in latest bitcoind:

When running the latest bitcoin 0.20.0, the script
crashes when "Creating output with 0 BTC" because
the node rejects the "dust" transaction.

Fix travis tests

1) Use a prefix for the temp folders.
2) When starting the node, wait for the RPC to be ready. Results if faster start of the script.
3) When terminating the node, wait of the process to finish (kills it after a timeout). Results in faster termination of the script.
When running the latest bitcoin 0.20.0, the script
crashes when "Creating output with 0 BTC" because
the node rejects the "dust" transaction.

Here we remove the relay fee and fix the issue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant