by ~Booktoshi
sudo apt-get update
sudo apt-get upgrade
curl -L https://github.com/dogecoin/dogecoin/releases/download/v1.14.7/dogecoin-1.14.7-x86_64-linux-gnu.tar.gz | tar -xz
sudo mv dogecoin-1.14.7/bin/* /usr/local/bin/
dogecoind -daemon
Wait for 1 minute
dogecoin-cli stop
cd ~/.dogecoin/
nano dogecoin.conf
Add the following configuration:
rpcuser=your
rpcpassword=pass
rpcallowip=127.0.0.1
maxconnections=50
rpcport=22555
server=1
ls
to check that the file actually saved
cd
dogecoind -daemon
Start node to let it sync.
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
source ~/.bashrc
nvm list-remote
nvm install stable
node -v
sudo apt install npm
git clone https://github.com/booktoshi/doginals.git
cd doginals
sudo npm install
nano .env
Add the following configuration:
NODE_RPC_URL=http://127.0.0.1:22555
NODE_RPC_USER=your
NODE_RPC_PASS=pass
TESTNET=false
FEE_PER_KB=21000000
node . wallet new
Now send $DOGE to the Doginal Inscription Wallet so that you can Mint.
node . wallet sync
node . wallet mint <wallet address> <file path>
Example:
node . wallet mint D9Ue4zayx5NP7sTSBMM9uwuzqpHv4HnkaN 1.png
node . drc-20 mint <address> <ticker> <amount>
Example:
node . drc-20 mint DESpUq549VHcZTc27cRfE3DNAMfiwyk4W4 $wen 900
WOOF WOOF
git clone https://github.com/booktoshi/dunes-cli.git
cd dunes-cli
npm install
nano .env
Add the following configuration:
PROTOCOL_IDENTIFIER=D
NODE_RPC_USER=user
NODE_RPC_PASS=pass
TESTNET=false
FEE_PER_KB=21000000
UNSPENT_API=https://unspent.dogeord.io/api/v1/address/unspent/
ORD=https://wonky-ord.dogeord.io/
node dunes.js wallet new
Now send $DOGE to the DUNES Etching Wallet to start Minting Dunes.
node dunes.js wallet sync
node dunes.js mintDune <id> <amount> <to>
Example:
node dunes.js mintDune '5088000:50' 100000000 DTZSTXecLmSXpRGSfht4tAMyqra1wsL7xb