-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Cannot pull from miner available balance using lotus wallet #9856
Comments
@jamerduhgamer Do you have a beneficiary set for your miner? |
Hi @geoff-vball, no beneficiary has been set! |
I tried another test today, where I moved the wallet private key from the lotus wallet server onto the lotus daemon server itself and still ran into the same issue!
|
Does your miner have an sign/admin token for the node? |
Hi @geoff-vball, figured it out! What happened was we are running two identical lotus daemons (daemon1 and daemon2) however the lotus wallet server was only connected to daemon1 and not daemon2 however the lotus miner server was connected to the daemon2. Even though we had exported the |
Checklist
Latest release
, or the most recent RC(release canadiate) for the upcoming release or the dev branch(master), or have an issue updating to any of these.Lotus component
Lotus Version
Describe the Bug
The Lotus miner cannot pull from the available balance using
lotus-miner actor withdraw
if the owner wallet is on a remote lotus wallet server. However, you can runlotus wallet list | grep <owner address>
from the lotus-miner and are able to see the owner wallet which means you have connectivity to the remote lotus wallet server and that the correctFULLNODE_API_INFO
is exported as well.Logging Information
Repo Steps
lotus wallet list | grep <owner address>
to see your connectivity to the lotus daemon and from the lotus daemon to the lotus wallet.The text was updated successfully, but these errors were encountered: