ore-cli
ore-cli copied to clipboard
Max retries at attempt 4
Attempt: 4 4BtVbgZSuhAse9TEvKC9ihVZ7J9cZ1Va2SMiQaSobjgmz2pTm4K9uf8v7hQi5h9tuMgNhFQAcHcv2oTGUe2TS4Cp Confirms: [None, None, None, None, None] Confirms: [None, None, None, None, None] Confirms: [None, None, None, None, None] Confirms: [None, None, None, None, None] Transaction did not land thread 'main' panicked at /home/giga/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ore-cli-0.4.2/src/register.rs:27:14: Transaction failed: Error { request: None, kind: Custom("Max retries") }
Ever :)
got the same issue
@giga89 Yeah because it surpasses the MAX_RETRIES set, so the program ends. You should run it in a sh script allowing to re-trigger the run once it drops. Another option is to update CONFIRM_RETRIES which is currently 4, to a higher value
@giga89 Yeah because it surpasses the MAX_RETRIES set, so the program ends. You should run it in a
shscript allowing to re-trigger the run once it drops. Another option is to update CONFIRM_RETRIES which is currently 4, to a higher value
bro, how to modify CONFIRM_RETRIES ?
now i was done by loop ,but it's the same problem....
same problem