Bitcoin-ABC/ElectrumABC

OSError%3A%20%5BErrno%2028%5D%20No%20space%20left%20on%20device

EverydayPerson opened this issue · 1 comments

%0A%23%20Description%0A%3C%21---%20Please%20add%20under%20this%20line%20additional%20information%2C%20such%20as%20a%20description%0A%20of%20what%20action%20led%20to%20the%20error---%3E%0A%0A%23%20Traceback%0A%60%60%60%0ATraceback%20%28most%20recent%20call%20last%29%3A%0A%20%20File%20%22electroncash/blockchain.py%22%2C%20line%20354%2C%20in%20write%0AOSError%3A%20%5BErrno%2028%5D%20No%20space%20left%20on%20device%0A%0ADuring%20handling%20of%20the%20above%20exception%2C%20another%20exception%20occurred%3A%0A%0ATraceback%20%28most%20recent%20call%20last%29%3A%0A%20%20File%20%22electroncash/util.py%22%2C%20line%20840%2C%20in%20run_with_except_hook%0A%20%20File%20%22electroncash/network.py%22%2C%20line%201497%2C%20in%20run%0A%20%20File%20%22electroncash/network.py%22%2C%20line%201470%2C%20in%20wait_on_sockets%0A%20%20File%20%22electroncash/network.py%22%2C%20line%20889%2C%20in%20process_responses%0A%20%20File%20%22electroncash/network.py%22%2C%20line%20800%2C%20in%20process_response%0A%20%20File%20%22electroncash/network.py%22%2C%20line%201543%2C%20in%20on_notify_header%0A%20%20File%20%22electroncash/network.py%22%2C%20line%201562%2C%20in%20_process_latest_tip%0A%20%20File%20%22electroncash/blockchain.py%22%2C%20line%20363%2C%20in%20save_header%0A%20%20File%20%22electroncash/blockchain.py%22%2C%20line%20355%2C%20in%20write%0AOSError%3A%20%5BErrno%2028%5D%20No%20space%20left%20on%20device%0A%0A%60%60%60%0A%0A%23%20System%20information%0A%0A-%20Electrum%20ABC%20version%3A%205.0.0%0A-%20Python%20version%3A%203.8.9%20%28default%2C%20Jun%2026%202021%2C%2018%3A32%3A23%29%20%0A%5BClang%2012.0.5%20%28clang-1205.0.22.11%29%5D%0A-%20Operating%20system%3A%20macOS-11.5.2-x86_64-i386-64bit%0A-%20Wallet%20type%3A%20standard%0A-%20Locale%3A%20None%0A%0A

PiRK commented

It looks like you computer does not have enough disk space to save the block headers (55 MB at the moment for main net and 112 MB for testnet)

Note that wallets with a large transaction history can also take up a lot of space (I have seen wallet files using > 100 MB).