-
Notifications
You must be signed in to change notification settings - Fork 5
Description
My ETH wallet is not seen when I attempt to start the node. Any assistance would be greatly appreciated.
For "sudo make run" and "sudo make restart-clean", I am receiving the following Error:
✓ Step 4/4: Starting BlockDAG node
make[2]: Entering directory '/home/digiadmin01/blockdag-scripts/linux'
🚀 Starting BlockDAG node...
🔄 Progress: 20% Checking wallet
/bin/sh: 4: @echo: not found
make[2]: *** [Makefile:99: run] Error 1
make[2]: Leaving directory '/home/digiadmin01/blockdag-scripts/linux'
make[1]: *** [Makefile:287: setup-and-run] Error 2
make[1]: Leaving directory '/home/digiadmin01/blockdag-scripts/linux'
make: *** [Makefile:313: restart-clean] Error 2
I used the following directions:
Option 1) If the node fails to start: Check if Docker is running
Attemp1) I am running Docker version 28.3.3, build 980b856
Option 2) Clean everything and start fresh
sudo make clean
sudo make setup-and-run
Attempt 2) I continue to have the same issue (my Public Eth address is populated in the wallet)
✓ Step 4/4: Starting BlockDAG node
make[2]: Entering directory '/home/digiadmin01/blockdag-scripts/linux'
🚀 Starting BlockDAG node...
🔄 Progress: 20% Checking wallet
/bin/sh: 4: @echo: not found
make[2]: *** [Makefile:99: run] Error 1
make[2]: Leaving directory '/home/digiadmin01/blockdag-scripts/linux'
make[1]: *** [Makefile:287: setup-and-run] Error 2
make[1]: Leaving directory '/home/digiadmin01/blockdag-scripts/linux'
make: *** [Makefile:313: restart-clean] Error 2