Created
July 29, 2023 06:26
-
-
Save tastyone/473488df29a991f144efa15a8005bf45 to your computer and use it in GitHub Desktop.
Dogecoin install and run a daemon
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget https://github.com/dogecoin/dogecoin/releases/download/v1.14.6/dogecoin-1.14.6-x86_64-linux-gnu.tar.gz | |
tar -xvzf dogecoin-1.14.6-x86_64-linux-gnu.tar.gz | |
cd dogecoin-1.14.6/bin | |
./dogecoind -daemon | |
cd .dogecoin | |
tail -f debug.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment