Learn how to leverage Daedalus Wallet as a Cardano Node to mint tokens and any other cardano-cli. Episode made possible by Project Catalyst FUND3 (Cardano Decentralized Innovation Fund)
You can also get ADA MakerSpace LAB ACCESS PASS NFT (Price is tied to ADA = 77 ADA or analogy in $). Holders of this UTILTY NFT gain access to Special PERKS!
Below are the CHEAT CODES from Windows video
Set Environment Variables:
(ADD)
Path: Where Daedalus is installed
C:\Program Files\Daedalus Mainnet
(NEW)
CARDANO_NODE_SOCKET_PATH: Once Daedalus is running you can find this
\.\pipe\cardano-node-mainnet.8568.0
Search Bar “CMD” in Commandline copy&paste:
wmic process get name, commandline > procs.txt
notepad procs.txt
In Notepad, Find
“socket-path”
Search Bar and restart “CMD” in Commandline copy&paste:
cardano-cli query tip –mainnet
FOLLOW US ON YOUTUBE
3 Likes
Have been looking for someone to bring this up. Finally!
I’m very new to all this and have been trying to find some answers regarding the set up, before creating NFTs.
Do I still need to build and install the cardano-node or will installing Daedalus and use your way suffice? Where should I start?
1 Like
You want to start by installing the Daedalus wallet for Testnet
1 Like
mcrio
8 January 2022 08:26
5
Btw for MacOS :
Testnet: (for mainnet client adapt application path)
$ cd "/Applications/Daedalus Testnet.app/Contents/MacOS"
$ export CARDANO_NODE_SOCKET_PATH=$(ps ax | grep -v grep | grep cardano-wallet | grep testnet | sed -E 's/(.*)node-socket //')
$ ./cardano-cli query tip --testnet-magic 1097911063