Just so everyone knows - I’ve tried that CoinCashew guide against node 1.25.1 and it doesn’t work; TX is rejected. If anyone running 1.25.1 has been successful with it, let me know.
@ttupper : Hello Thomas, i’ve tried that today and failed.
Unfortunately i get a very weird error message telling me that i do not hav enough funds to cover the transaction, even though it shows i have enough.
Can you please post the error message you receive and also the precise steps ?
Update: It’s working on my side if i only pay the normal transaction fees instead of fees + poolDeposit. I’ve changed that and now its working as it should.
Ok, so I got frustrated with this, and I just crafted a tx that sent my entire payment.addr balance to myself, minus the transaction fee. And in the temp tx, I made sure to bundle the pool and deleg cert:
Note that the destination address in this was the same as my payment.addr. And… the TX was successful. I have no idea if it will update my registration, but i’m hopeful. I’ll know in two epochs!
from my understanding it’s wanted that you take the whole lovelace which is in the tx_in and split it up into: a. the amount you want to sent b. the chargeback amount (minus fees).
There are three different fees to take into consideration:
General Fee (has to be paid always)
Stake certificate registration fee (has to be paid if you create a new stake key pair and the related stake.cert and register it on the blockchain)
Poolreg certificate registration fee (has to be paid the first time you send a pool-registration.cert to the blockchain). The second time you do so (e.g. changing the fees, or metadata) you do not have to pay this fee. More important: If you sent a transaction which includes the fee, but you dont need to, you get a (in my oppinion) weird error, telling you that something is wrong with the transaction (thats the bug i commented).
I hope this helps you on the road to your successful pool.
Let’s have a look together at the issue. Please post the error message, and then we can see what the issue is. Please also do two tries and for both times please also post the content of your pool-reg.cert here. If the blockchain requires you to send the 500 ADA multiple times, then there are just two possible reasons for that:
Registering failed and 500 ADA are not withdrawn from your balance
Registering successful and 500 ADA are withdrawn from you balance, but on the second try you generated a new poolreg.cert based on other keys and hence you register a second! pool.
I had the similar issue with incorrect metadata and searched these threads for help, but no cigar. Good news is that I’ve found a solution! To avoid paying the pool registration fee again - go to your stake pool folder location in ubuntu, find and open params.json file and edit the pool registration fee amount to “0”. You can then follow coincashew’s instructions verbatim. Building the transaction will pull through “0” for pool registration fee and you’ll only pay the transaction fee. Everything will update nicely.
It’s normal for the pool to disappear in Daedalus for several hours after updating metadata, but it should remain viewable on pooltool and adapools.
If it has disappeared from pooltool, you probably need to re-submit your pool cert. Make sure you’ve updated your pool cert with the updated metadata hash.
It has disappeared from pooltool. After regenerating the pool cert and resubmitting the transaction, I can see the name pool and the weblink again. Thanks!
I have tried to update Metadata and Fees following the instructions in CoinCashew Toutorial but get the same error Missing: (–tx-in TX-IN) even if I change this value poolDeposit to 0.
Any idea how I could try, please?
I have since used Coincashew guide to update normally without adjusting the params.json
Try working through section 18.4 on coincashew guide and see if that works out.
I do remember once something messing up in the .tx files. So perhaps try deleting the raw.tx and temp.tx and other .tx files that are floating in your node directory from past attempts. Then start afresh.