David Kilcy

Results 3 issues of David Kilcy

**Problem**: In https://docs.harmony.one/home/network/validators/node-setup/installing-updating/installing-node/using-binary it states to create the validator on chain before running the node {% hint style="warning" %} Before you proceed with the instructions below, make sure you [created...

In send_and_confirm.rs ``` // Retry std::thread::sleep(Duration::from_millis(GATEWAY_DELAY)); if attempts > GATEWAY_RETRIES { log_error(&progress_bar, "Max retries", true); return Err(ClientError { request: None, kind: ClientErrorKind::Custom("Max retries".into()), }); } ``` The error is returned...

Once you get ``` ERROR: Error processing Instruction 3: custom program error: 0x0 ``` the program appears to never recover