I am following this tutorial: https://docs.cardano.org/en/latest/native-tokens/getting-started-with-native-tokens.html
I made the payment address using the launchpad json files shown in the tutorial and had 1000 tada from the faucet successfully deposited in the address and is visible on cardano explorer. However, cardano-cli query shows no balance and running the testnet json then querying the address results in this:
cardano-cli: HandshakeError (Refused NodeToClientV_8 “version data mismatch: NodeToClientVersionData {networkMagic = NetworkMagic {unNetworkMagic = 1097911063}} /= NodeToClientVersionData {networkMagic = NetworkMagic {unNetworkMagic = 3}}”)
I use the following to start my node and leave it running in a tmux window: ./cardano-node run
–topology ./lpconfig/launchpad-topology.json --database-path ./state.lp --port 3001 --config ./lpconfig/launchpad-config.json --socket-path ~/cardano-lp.socket
Thoughts? I’d love to have my 2000 tADA to work with (went to the faucet twice) but have no idea what’s going wrong.