Skip to content

Instantly share code, notes, and snippets.

@tastyone
Created July 29, 2023 06:26
Show Gist options
  • Save tastyone/473488df29a991f144efa15a8005bf45 to your computer and use it in GitHub Desktop.
Save tastyone/473488df29a991f144efa15a8005bf45 to your computer and use it in GitHub Desktop.
Dogecoin install and run a daemon
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