By the way, I'm still in the process of setting up a full node in order to store the data in a traditional database.
Do you have any idea how this can be achieved? I'm running geth, and it has been doing operations for about 2 hours already:
INFO [05-08|17:48:36] Imported new state entries count=1034 elapsed=7.078ms processed=4939460 pending=7314 retry=0 duplicate=436 unexpected=752
INFO [05-08|17:48:37] Imported new block receipts count=209 elapsed=478.939ms number=3039950 hash=b41477…fa0ad7 size=890.56kB ignored=0
INFO [05-08|17:48:39] Imported new block receipts count=209 elapsed=779.399ms number=3040159 hash=e2d5f6…13db5d size=2.15mB ignored=0
INFO [05-08|17:48:40] Imported new block receipts count=1090 elapsed=1.511s number=3041249 hash=a17fe9…dc8461 size=4.93mB ignored=0
INFO [05-08|17:48:41] Imported new block headers count=2048 elapsed=5.037s number=3043836 hash=2b1435…cbdc35 ignored=0
INFO [05-08|17:48:41] Imported new block receipts count=539 elapsed=738.282ms number=3041788 hash=138734…888c50 size=2.24mB ignored=0
INFO [05-08|17:48:41] Imported new state entries count=384 elapsed=800.763µs processed=4939844 pending=11030 retry=2 duplicate=436 unexpected=752
INFO [05-08|17:48:44] Imported new block receipts count=393 elapsed=970.336ms number=3042181 hash=218dfe…ca188e size=2.35mB ignored=0
I'm not even sure what it is doing...
Assuming it's synchronising but I honestly have no idea what's going on. And if so, once the process is done... where is the data being stored?