I have synchronized the blockchain but wish to transfer it to another pc.
How can this be done?. I exported the data with:
Where can I find the backup and will I be able to Import it to another pc via USB?
Thanks in advance
How can this be done?. I exported the data with:
c:\ETHER\gethtools>geth export blockchain_backup
I0405 17:49:56.641579 node/config.go:445] Failed to start Ledger hub, disabling: libusb: not found [code -5]
I0405 17:49:56.671614 cmd/utils/flags.go:613] WARNING: No etherbase set and no accounts found as default
I0405 17:49:56.671614 ethdb/database.go:83] Allotted 128MB cache and 1024 file handles to C:\Users\spörr\AppData\Roaming\Ethereum\geth\chaindata
I0405 17:49:56.786897 ethdb/database.go:176] closed db:C:\Users\spörr\AppData\Roaming\Ethereum\geth\chaindata
I0405 17:49:56.786897 ethdb/database.go:83] Allotted 128MB cache and 1024 file handles to C:\Users\spörr\AppData\Roaming\Ethereum\geth\chaindata
I0405 17:49:56.894103 core/blockchain.go:219] Last header: #3481885 [722ea572…] TD=194785962414245393474
I0405 17:49:56.895117 core/blockchain.go:220] Last block: #3481885 [722ea572…] TD=194785962414245393474
I0405 17:49:56.895117 core/blockchain.go:221] Fast block: #3481885 [722ea572…] TD=194785962414245393474
I0405 17:49:56.897104 cmd/utils/cmd.go:201] Exporting blockchain to blockchain_backup
I0405 17:49:56.897104 core/blockchain.go:417] exporting 3481886 blocks...
I0405 17:58:03.649556 cmd/utils/cmd.go:217] Exported blockchain to blockchain_backup
Export done in 8m6.7524519s>
Where can I find the backup and will I be able to Import it to another pc via USB?
Thanks in advance