-
Notifications
You must be signed in to change notification settings - Fork 2.1k
chaindata size exceeding 70gb and still going #2242
Comments
I have a similar issue, although I could not even get to 70 gb since I had only about 10 gb free on my Ubuntu hard-drive. It got full and I could not continue so I had to erase the ~/.ethereum folder, which also erased my Ethereum account (luckily I did not have anything there). There must be a way to use Ethereum with less disk-space. |
There are basically three ways to mitigate this issue:
Unfortunately this will leave you with only one practical solution for now: |
Thanks for the reply @luclu but I'm afraid I'm not really sure how to do what you said.. How do I use the light-client node? or, how do I clean up the chaindata? (sounds better seeing as the geth light is unstable?) Sorry for all the questions, total beginner here, trying to understand everything. @erelsgl מסכים איתך בהחלט.. סיפור בעייתי. |
same problem! any help? |
First time user on OSX
Ate up all my remaining space. @luclu this is expected behavior? |
@braco Not sure about OSX, but after deleting all the files in my chaindata folder on Windows and letting the program re-sync, it reduced the size greatly. |
Same issue. Deleted and re-synced using geth --fast --cache=1024 brought it back to a more manageable size. |
@azzx that is the current way to reduce DB size in geth. For future references, see previous comment: #2242 (comment) |
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread. |
Hi,
Is there a solution for this ridiculously growing size of the chaindata? currently at 70gb and it's still rising as I'm trying to finalize a transaction (which is slow going..)
Basically, is there a way to reduce the size? if not, how do I move the current chaindata blocks as well as choose a new directory for future blocks to my HDD?
Thanks in advance, also I'd like to point out that I don't know that much about the app or coding in general, I just run it through the GUI so if I could get a step-by-step it'd be great.
Cheers!
The text was updated successfully, but these errors were encountered: