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

Automate syncing test #523

Closed
theoreticalbts opened this issue Oct 20, 2016 · 2 comments
Closed

Automate syncing test #523

theoreticalbts opened this issue Oct 20, 2016 · 2 comments
Assignees

Comments

@theoreticalbts
Copy link
Contributor

We need a script that spins up a steemd process, monitors it, and shuts it down. After shutdown the script should exit 0 (if sync was successful) or exit 1 (if sync was unsuccessful).

Basically it should check every ~3 minutes:

  • Has my head block number advanced from the last check? If not, exit with error.
  • Is my head block time close to the present actual time? If so, exit with success.
@theoreticalbts theoreticalbts self-assigned this Oct 20, 2016
@sneak
Copy link
Contributor

sneak commented Oct 20, 2016

suggestion: output useful messages only, perhaps by grep -ving output for common/nominal messages so it only outputs stuff we care about for testing/debugging.

mvandeberg pushed a commit that referenced this issue Nov 29, 2016
mvandeberg pushed a commit that referenced this issue Nov 29, 2016
Soft fork to prevent tx spamming #523
@mvandeberg
Copy link
Contributor

steemdsync sort of takes care of this already.

On1x pushed a commit to VIZ-Blockchain/viz-cpp-node that referenced this issue May 28, 2018
Add auto-reconnect of cli_wallet to golosd on losing connection steemit#516
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

No branches or pull requests

3 participants