Replies: 1 comment 3 replies
-
The first thing I'd try is to make sure your user+password are correct (looking at the DIG_USERNAME and DIG_PASSWORD variables in your docker-compose.yml) dignode logout ...then try the "dignode remote sync seed" command again. If that fails... when your node is up... is it at least showing a "Index Of Stores" page on http://76.183.176.76 . If not, look at the individual container logs: sudo docker logs -f (chia-dig-node-reverse-proxy-1 or chia-dig-node-propagation-server-1 or chia-dig-node-content-server-1 or chia-dig-node-incentive-server-1) One of those services must be complaining... if they aren't responsive to the "sync seed" command (probably the incentive service?). But my guess is you just have an incorrect username/password. |
Beta Was this translation helpful? Give feedback.
-
Just following the instructions, from step 5, I'm getting the following error:
~/dig/chia-blockchain/chia$ dignode remote sync seed
Syncing remote seed
Using stored credentials for remote 76.183.176.76
Request failed: Unauthorized
What should I be looking for to fix this and get past this step? I've generated a new seed/wallet, and I'm running in wallet mode on the same machine that is running the DIG node.
Beta Was this translation helpful? Give feedback.
All reactions