I have a BP and 2 relays running and all processing Tx but I am still unable to locate my pool information on public sites like adapools.org, pool.vet and pooltools.io. I’m so close but there seems to be issues at EVERY step. Thanks in advance.
What is the pool ID?
a049e25a4475d816060f8eb3de7df6eba9a41a02b84e0741871f830a
I can’t find it, did u registered the pool? How it was the transaction?
Yes, I’ve tried a couple times. here’s the latest result
cardano-cli transaction submit
–tx-file tx.signed
–mainnet
Command failed: transaction submit Error: Error while submitting tx: ShelleyTxValidationError ShelleyBasedEraAlonzo (ApplyTxError [UtxowFailure (WrappedShelleyEraFailure (MissingVKeyWitnessesUTXOW (WitHashes (fromList [KeyHash “68e11e1e5bc3d2edee6f8944a5865c6d5f099796d70c71a3e29be4b5”]))))])
Something to do with node.vkey? Should I try to register again?
Yes, try again please
ok tried again here are my results.
cardano-cli transaction submit
–tx-file tx.signed
–mainnet
Command failed: transaction submit Error: Error while submitting tx: ShelleyTxValidationError ShelleyBasedEraAlonzo (ApplyTxError [DelegsFailure (DelplFailure (DelegFailure (StakeKeyAlreadyRegisteredDELEG (KeyHashObj (KeyHash “d344b5874d6a456bac9fda9b7881e36430fe5a5cba6e0e29b796aaed”)))))])
Says my stakeKey is already registered
When u tried first time to register the pool, were 500ADA deducted from the wallet?
I thought so. But I don’t see it in my Tx’s so i guess not
Then follow the coincashew guide … but u will need to skip few steps
The above errors it means that the wallet address is already delegated/registered
So what specific steps should I repeat?
If u have the kes and the files, also the pool certificate, try directly to register to the network
The site it’s not working welll and I can’t check right now
How can I register directly? I’m only familiar with metaData registration.
Go to the last step and sign the certificate
Ok, here’s what I get when I try to submit the transaction
Command failed: transaction submit Error: Error while submitting tx: ShelleyTxValidationError ShelleyBasedEraAlonzo (ApplyTxError [UtxowFailure (WrappedShelleyEraFailure (UtxoFailure (ValueNotConservedUTxO (Value 3073859046 (fromList )) (Value 2573859046 (fromList )))))])
Can u check your wallet address on cardanoscan.io? How much ADA it has?
I think the above error is because the value declared with the value from wallet address mismatch
Balance | 3,073.859046 ₳ | |
---|---|---|
Value | $ 6,209.19 | |
Transaction Count | 6 |
I was able to figure out the transaction issue, I had to leave off the stakePoolDeposit. Now when I take a snapshot I get this result. Looks like my stake info is not correct.
cardano-cli query stake-snapshot --stake-pool-id $(cat stakepoolid.txt) --mainnet
{
“poolStakeGo”: 0,
“activeStakeGo”: 23511990337865722,
“poolStakeMark”: 0,
“activeStakeMark”: 23882888816746304,
“poolStakeSet”: 0,
“activeStakeSet”: 23564534162883159
}
Is the node 100% synced? Can u share the glive output?
Ok, My pool is registered properly now. I did have to rebuild relay and it is not connecting. I get this when I run the topology updater.
cardano-cli: Network.Socket.connect: <socket: 11>: does not exist (No such file or directory){ “resultcode”: “502”, “datetime”:“2021-10-30 10:20:58”, “clientIp”: “143.198.64.250”, “msg”: “invalid blockNo ” }
I have let the BD sync as well. gliveview just stays at starting. I checked my topology files and they seem fine.