Mist
塊沒有被下載
在攻擊之後,客戶是狗屎。目前,我無法下載任何區塊,除非我刪除所有鏈數據並重新開始。
我還有不到 6k 塊要下載,我被卡住了。這是我第二次下載整個鏈…
請幫我做什麼。對於新手,任何地方都沒有詳細的說明。ELI5 請。除了 Parity,我一直在嘗試一切。嘗試了所有其他客戶。此外,64 位乙太坊錢包讓我的電腦速度太慢,以至於它凍結了很多次……
我明天需要使用客戶端。我不想信任/依賴任何網路錢包。
謝謝你的時間。
除了 Parity,我一直在嘗試一切。
開始使用奇偶校驗。以下是一些調整:
parity \ # run parity --mode passive \ # only wake up if there is anything to do --tracing off \ # disable full transaction tracing --pruning fast \ # pruning mode fast, maintain journal overlay --db-compaction hdd \ # use 'hdd' for slow hard drives or 'ssd' for solid state drives --cache-size 4096 \ # increase cache, should increase speed --fast-and-loose # significant speedup (do not exit unclean in this mode)
單線:
parity --mode passive --tracing off --pruning fast --db-compaction hdd --cache-size 4096 --fast-and-loose
ELYA5 回答:把錢包放在一邊。它會超過它看起來已經凍結的程度,並且很可能會在一兩天內加快速度。