When trying to stake a Nami wallet to my pool, pool name=Null
Register for delegation
Pool Name: [null] null
Pool ID: pool18trhy2rj9m…xc0svehftt
Any idea why is says that? Thanks in advance.
When trying to stake a Nami wallet to my pool, pool name=Null
Pool Name: [null] null
Pool ID: pool18trhy2rj9m…xc0svehftt
Any idea why is says that? Thanks in advance.
pool.vet
search for your pool… and check the results.
other pools name is ok on nami?
Hi alex. Thank you. I wasn’t aware of pool.vet. I had checked and even verified my pool on cexplorer.io It’s there and seen as being operational. But not in pool.vet Other pools on Nami come up fine for me. I’ll have to see why pool.vet doesn’t see my pool.
what is the ticker? try to search by ticker… .anyway it looks like pool.vet not working…
It looks like there was a problem with my poolmetadata.json file. It couldn’t be accessed where I had put in online. So I thought I would recreate the file, upload it to a different url, amke sure the hashes were equal (which they were) and then straighten the problem out while also fixing the amount I want to pledge. And it’s gone fine until I run:
currentSlot=$(cardano-cli query tip --mainnet | jq -r ‘.slot’)
echo Current Slot: $currentSlot
I got an error: Command failed: query tip Error: Error while looking up environment variable: CARDANO_NODE_SOCKET_PATH Error: “CARDANO_NODE_SOCKET_PATH”
So I re-ran this command:
export CARDANO_NODE_SOCKET_PATH=“${CNODE_HOME}/db/socket”
And now I get this error: cardano-cli: Network.Socket.connect: <socket: 11>: does not exist (No such file or directory)
How do I get this variable straightened out? Thank you.
is the socket available to that path exported?
socket is in: HOME/cardano-my-node/db
maybe I don’t understand what you mean by available?
I ended up getting things straight by looking into the info within startcardano.sh
I carried on past the remaining steps beyond my previous point of failure. Then I ran:
cardano-cli transaction submit
–tx-file tx.signed
–mainnet
And I get this error:
Command failed: transaction submit Error: Error while submitting tx: ShelleyTxValidationError ShelleyBasedEraBabbage (ApplyTxError [UtxowFailure (UtxoFailure (AlonzoInBabbageUtxoPredFailure (ValueNotConservedUTxO (MaryValue 50098433977 (fromList )) (MaryValue 49598433977 (fromList )))))])
not enough funds, how much ada do u have inside wallet?
It looks like the difference between those numbers is 500 ada. Why is it taking that out when I’ve already gone through this process and paid that fee?
it’s 20 minutes later and I thought, oh well. I’ll just send another 500 ada to the payment address and redo things. I’ve done that and I still get this same error, but with different numbers:
Command failed: transaction submit Error: Error while submitting tx: ShelleyTxValidationError ShelleyBasedEraBabbage (ApplyTxError [UtxowFailure (UtxoFailure (AlonzoInBabbageUtxoPredFailure (ValueNotConservedUTxO (MaryValue 50619433977 (fromList )) (MaryValue 50119433977 (fromList )))))])
If u already paid then don’t include again the 500 ADA inside the transaction
How does one do that?
Are u following coincashew… which step?
The last step on this page:
But you already registered right? You paid 500 ADA?
Then try with this step
OK, wow. Thank you Alex. I have a feeling you save the day too many times to count. Each and every day.
That did go through.
2 Questions:
I just checked pool.vet…I’m on there!!! Thank you.
Hi,
You can’t pay twice 500 ADA… not allowed
All good right?
Cheers,
The existing balance doesn’t have what was in there this AM and all that I just transferred there. But that’s alright. Thank you for your help. Everything is OK. Thanks again.