Click to stake to my pool, pool name comes up as Null

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.

1 Like

pool.vet
search for your pool… and check the results.
other pools name is ok on nami?

1 Like

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.

1 Like

what is the ticker? try to search by ticker… .anyway it looks like pool.vet not working…

1 Like

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.

1 Like

is the socket available to that path exported?

1 Like

socket is in: HOME/cardano-my-node/db

1 Like

maybe I don’t understand what you mean by available?

1 Like

I ended up getting things straight by looking into the info within startcardano.sh

1 Like

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 )))))])

1 Like

not enough funds, how much ada do u have inside wallet?

1 Like

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 )))))])

1 Like

If u already paid then don’t include again the 500 ADA inside the transaction

1 Like

How does one do that?

1 Like

Are u following coincashew… which step?

1 Like

The last step on this page:

1 Like

But you already registered right? You paid 500 ADA?
Then try with this step

1 Like

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:

  1. Did that update include the update to my poolmetadata.json file that I recreated, uploaded to a public url, and made sure the hashes were equal?
  2. I have a feeling I paid that 500 ada fee twice. Is there a way to get that put back in my wallet?

I just checked pool.vet…I’m on there!!! Thank you.

2 Likes

Hi,

You can’t pay twice 500 ADA… not allowed

All good right?

Cheers,

1 Like

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.

1 Like