Merge pull request #724 from jcklasseter/patch-1

Update importing_blockchain.md
This commit is contained in:
luigi1111 2018-05-09 14:05:56 -05:00 committed by GitHub
commit 57d3441e09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,11 +40,11 @@ If your Monero wallet is on another drive you can use `DriveLetter:` for example
Now type in your command prompt window: Now type in your command prompt window:
`monero-blockchain-import --verify 1 --input-file C:\YOUR\BLOCKCHAIN\FILE\PATH\HERE` `monero-blockchain-import --input-file C:\YOUR\BLOCKCHAIN\FILE\PATH\HERE`
For example I would type : For example I would type :
`monero-blockchain-import --verify 1 --input-file C:\Users\KeeJef\Downloads\blockchain.raw` `monero-blockchain-import --input-file C:\Users\KeeJef\Downloads\blockchain.raw`
If you downloaded the Blockchain from a trusted, reputable source you may set `verify 0` this will reduce the amount of time to sync the Blockchain. If you downloaded the Blockchain from a trusted, reputable source you may set `verify 0` this will reduce the amount of time to sync the Blockchain.
@ -53,4 +53,4 @@ If you downloaded the Blockchain from a trusted, reputable source you may set `v
After the the Blockchain has finished syncing up you can open your Monero wallet normally. Your downloaded blockchain.raw can be deleted. After the the Blockchain has finished syncing up you can open your Monero wallet normally. Your downloaded blockchain.raw can be deleted.
Author: Kee Jefferys Author: Kee Jefferys