You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the translator is started, it tries to open an extended mining channel with the user "ABC". Such user is not known to the server and rejects the chanel. The translator thereafter terminates.
I didn't find a way to configure the user. Neither do I think it's necessary for the translator to open any channel when there is no downstream mining session active.
If I create the user ABC. the translator connects and then it crashes with the following error:
thread 'tokio-runtime-worker' panicked at translator/src/lib/proxy/next_mining_notify.rs:22:10:
failed to convert extended job to non segwit: InvalidCoinbase
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
The text was updated successfully, but these errors were encountered:
After the translator is started, it tries to open an extended mining channel with the user "ABC". Such user is not known to the server and rejects the chanel. The translator thereafter terminates.
I didn't find a way to configure the user. Neither do I think it's necessary for the translator to open any channel when there is no downstream mining session active.
If I create the user ABC. the translator connects and then it crashes with the following error:
The text was updated successfully, but these errors were encountered: