Can't get rewards after update cardano node 1.34.0

Hello everyone
i have some problem about my block producer node. i can’t rewards after i update my cardano node to version 1.34.0
have you experienced about this case ?
can you give a solution for this case ?

Thank you

Hi,

If u have an error please share it

Cheers,

Hi Alex
nice to meet you again

there is no error message on block producer logs but my block producer not selected in the leader slot after 5 days and i think that anomali

cardano-error

looks good on gliview

aaa ok, u are not making blocks… this is the issue… ok

check with cncli the slots number assigned… also what is your ticker?


cncli leaderlog --pool-id YOUR_POOL_ID --pool-vrf-skey vrf.skey --byron-genesis path_to_file/byron-genesis.json --shelley-genesis path_to_file/shelley-genesis.json --pool-stake $POOL_STAKE --active-stake $ACTIVE_STAKE --ledger-set current

edit POOL ID and path_to_file

yes, my block producer not making blocks
my ticker is Nobi

let me try the command but thank you so much for your response alex

what’s the meaning about --pool-stake $POOL_STAKE --active-stake $ACTIVE_STAKE ?
i didn’t understand

It’s from cncli script… did u used it before?

i didn’t use cncli script. i just use command line
can’t i delete --pool-stake $POOL_STAKE --active-stake $ACTIVE_STAKE ?

Which command did u used to check for the upcoming blocks?

i don’t use that, Alex

can you give me link for cncli ?

i try to execute the command cncli but output such as the following

{
“status”: “error”,
“errorMessage”: “db not fully synced! system_time: 1647160736, tip_time: 1612958691”
}

Try to sync the db first

i get such as the following when i try to sync it
2022-03-13T08:43:16.255Z ERROR cncli::nodeclient::sync > Unable to parse payload error! 82028200820607
2022-03-13T08:43:21.517Z ERROR cncli::nodeclient::sync > Unable to parse payload error! 82028200820607
2022-03-13T08:43:26.567Z ERROR cncli::nodeclient::sync > Unable to parse payload error! 82028200820607
2022-03-13T08:43:31.571Z ERROR cncli::nodeclient::sync > Unable to parse payload error! 82028200820607

what command do u run for sync?
what is the cncli version? Did u tried to update cncli?

cncli leaderlog --pool-id POOL_ID --pool-vrf-skey vrf.skey --byron-genesis mainnet-byron-genesis.json --shelley-genesis mainnet-shelley-genesis.json --db cncli.db --ledger-state ledger-state.json --ledger-set current

i change POOL_ID with my block producer block.
i think that it’s about cncli version and i use cncli version 1.1.0

and if u use this command?


/usr/local/bin/cncli sync --host 127.0.0.1 --port 6000

i change port of my block producer, alex

maybe, i should update cncli version

U can try, yes