Город МОСКОВСКИЙ
00:05:42

solana program deploy error: Blockhash expired. 5 retries remaining

Аватар
Рассказы о любви
Просмотры:
22
Дата загрузки:
25.04.2024 05:01
Длительность:
00:05:42
Категория:
Лайфстайл

Описание

When you wantt o deploy a solana program using solana program deploy and you get the error below
Blockhash expired. 5 retries remaining
Blockhash expired. 4 retries remaining
Blockhash expired. 3 retries remaining
Blockhash expired. 2 retries remaining
Blockhash expired. 1 retries remaining

Solution:
Run the following commands
1. solana cluster-version
2. solana --version
Make sure that the version replayed from 1 and 2 are the same. if cluster version is 1.14.30, make sure solana version is also 1.14.30.

when they are different, update your solana version using
sh -c "$(curl -sSfL https://release.solana.com/v1.15.2/install)"
NOTE: Change v1.15.2 to the version you want to update to.

Contact me on Twitter: https://twitter.com/holyaustin

See you in the next video.

Рекомендуемые видео