Hi, I want to delete the full node I have on my Mac to free up some space, but have no idea where to locate it. Can you help please?
The blockchain by default will be stored on a Windows PC on C:\ProgramData\electroneum, under the DB folder.
To move this, first, manually create the directory and path where you want the DB to go (otherwise it will redownload the entire blockchain again).
Thanks - but looking for this location on a Mac as opposed to Windows
/Users/YourName/.electroneum/lmdb/data.mdb
so, for complete remove (in terminal): rm -rf ~/.electroneum
1 Like
Ah sorry, I didn’t see that you specified Mac.
Perfect - thanks a lot!
No worries - all sorted now!