Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 861 Bytes

insufficent_fee_hatasi.md

File metadata and controls

34 lines (20 loc) · 861 Bytes

Yeni sürümdeki gas sınırları sebebiyle yetersiz fee hatası alınabiliyor. Güncelleme gelene kadar bunu uygulayabilirsiniz.

image

# cüzdanda yeteri kadar amf token olduğuna emin olun
# trackeri durdurun

systemctl stop stationd

# submitPod.go dosyasına girin
nano ~/tracks/junction/submitPod.go

# şu kodu bulup 

gas := utilis.GenerateRandomWithFavour(100, 300, [2]int{120, 250}, 0.7)

# aşağıdakiyle değiştirin

gas := utilis.GenerateRandomWithFavour(510, 1000, [2]int{520, 700}, 0.7)

# ctrl + x ve y ile kaydedip çıkın.

# tracks klasörüne girin değişiklikleri uygulayın

cd $HOME/tracks

go mod tidy

# trackeri yeniden başlatın

systemctl restart stationd && sudo journalctl -u stationd -f --no-hostname -o cat