remove blockchain.raw

This commit is contained in:
plowsof 2024-02-03 21:07:39 +00:00
parent 7346f7f6cb
commit 84c11eccb0
4 changed files with 8 additions and 33 deletions

View file

@ -226,12 +226,7 @@ downloads:
choose: Choose your download
gui: Monero GUI Wallet
cli: Monero CLI Wallet
blockchain: Import Blockchain
blockchain1: If you'd prefer to use a raw blockchain instead of syncing from scratch, you can use the most current bootstrap. It is typically much faster to sync from scratch, however, and it also takes a lot less RAM.
blockchain2: If you wish to proceed anyway, take a look at the user guide
blockchain3: Importing the Monero blockchain
blockchain4: for step-by-step instructions for Windows.
blockchainbutton: Download Blockchain
mobilelight0: Mobile & Light
mobilelight: Mobile & Light Wallets
hardware: Hardware Wallets
@ -524,7 +519,7 @@ faq:
amoneromeaning: "Monero is an Esperanto word which means 'coin'. Initially Monero was called 'Bitmonero', which translates to 'Bitcoin' in Esperanto. After the community decided to fork from the original maintainer, 'bit' was dropped in favour of simply 'Monero'."
qimporting: Can I manually import the blockchain?
aimporting: >
Yes, you can, but you probably shouldn't. Importing an external @blockchain is very resource intensive and forces you to trust the entity providing you with the blockchain. It's usually faster to download it the normal way: running a node and letting it synchronize with the other @nodes in the network. If you really need to import an external blockchain, you can download one in the 'Downloads' page of this website. Follow the guide below if you are using Windows. If you are a linux user, you can use the tool "monero-blockchain-import", which is included in the archive when you download the GUI or CLI wallets. Start syncing the imported blockchain with this command: "monero-blockchain-import --input-file blockchain.raw".
Yes, you can, but you probably shouldn't. Importing an external @blockchain is very resource intensive and forces you to trust the entity providing you with the blockchain. It's usually faster to download it the normal way: running a node and letting it synchronize with the other @nodes in the network. Follow the guide below if you are using Windows. If you are a linux user, you can use the tool "monero-blockchain-import", which is included in the archive when you download the GUI or CLI wallets. Start syncing the imported blockchain with this command: "monero-blockchain-import --input-file blockchain.raw".
qhf: Is it true that Monero has a hard fork every 6 months?
ahf: Monero used to have 2 network upgrades (hard forks) a year, but this is not the case anymore. The choice of the biannual hard forks was taken in order to be able to introduce important consensus changes, which added privacy features and network-wide improvements (For example @bulletproofs and CLSAG both required a hard fork) and avoid the ossification of the protocol. Recently, the biannual hard forks included changes to the PoW algorithm, to preserve ASIC-resistance.
ahf1: The dev community and the Core Team agree that the protocol is stable and mature enough and biannual hard forks are not necessary anymore. Furthermore, the ecosystem around Monero has grown exponentially during the years and frequent protocol changes would be increasingly hard to coordinate, could be detrimental to the growth of the ecosystem and to the user experience. Cherry on the top, the new algorithm @RandomX is ensuring long term ASIC-resistance, so regular changes are not needed anymore. Network upgrades will still be used to add important protocol improvements and consensus changes, but at a lower and less strict frequency (every 9-12 months). The last hard fork was on August 13th 2022.

View file

@ -6,21 +6,17 @@ Most people don't need this. To use Monero, just start the software and it will
This option is mostly useful for development, or possibly if some unusual problem is preventing you from syncing the normal way.
**Never** use the dangerous unverified import option, it is strictly for experts only. Especially, don't use it with any blockchain you download from the Internet, including the official site. It is only safe to use if a) you are importing a file that you exported locally, yourself *and* b) you are absolutely sure it was already fully and properly verified before exporting.
**Never** use the dangerous unverified import option, it is strictly for experts only. Especially, don't use it with any blockchain you download from the Internet. It is only safe to use if a) you are importing a file that you exported locally, yourself *and* b) you are absolutely sure it was already fully and properly verified before exporting.
### Step 1
Download the Current bootstrap from https://downloads.getmonero.org/blockchain.raw; you can skip this step if you are importing the blockchain from another source.
### Step 2
Find the path where the Monero software is installed. For example mine is:
`D:\monero-gui-0.10.3.1`
Your path may be different depending on where you decided to install the Monero software, and what version of the software you have.
### Step 3
### Step 2
Find the path of your downloaded blockchain for example mine was:
@ -28,11 +24,11 @@ Find the path of your downloaded blockchain for example mine was:
Yours might be different depending on where you chose to save the downloaded blockchain.
### Step 4
### Step 3
Open a Command Prompt window. You can do this by pressing the Windows key + R, and then typing in the popup box `CMD` and pressing Enter.
### Step 5
### Step 4
Now you need to navigate using the CMD window to the path of your Monero software. You can do this by typing:
@ -44,7 +40,7 @@ It should look something like:
If your Monero software is on another drive you can use `DriveLetter:` for example if your Monero software was on your D drive then before using the cd command you would do `D:`
### Step 6
### Step 5
Now type in your command prompt window:
@ -54,6 +50,6 @@ For example I would type :
`monero-blockchain-import --input-file C:\Users\KeeJef\Downloads\blockchain.raw`
### Step 7
### Step 6
After the the blockchain has finished syncing up you can open your Monero wallet normally. Your downloaded blockchain.raw can be deleted.

View file

@ -16,7 +16,6 @@ meta_descr: downloads.intro
<div class="col"><a href="#gui">{% t downloads.gui %}</a></div>
<div class="col"><a href="#cli">{% t downloads.cli %}</a></div>
<div class="col"><a href="#mobilelight">{% t downloads.mobilelight0 %}</a></div>
<div class="col"><a href="#blockchain">{% t downloads.blockchain %}</a></div>
<div class="col"><a href="#hardware">{% t downloads.hardware %}</a></div>
</div>
</div>
@ -301,21 +300,6 @@ meta_descr: downloads.intro
</div>
<!-- End 'Mobile & Light Wallets' -->
</section>
<section class="container full">
<!-- 'Import Blockchain' -->
<div class="info-block">
<h2 id="blockchain">{% t downloads.blockchain %}</h2>
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12">
</div>
<div class="col-md-12 col-sm-12 col-xs-12">
<p>{% t downloads.blockchain1 %} {% t downloads.blockchain2 %} <a href="{{site.baseurl}}/resources/user-guides/importing_blockchain.html">"{% t downloads.blockchain3 %}"</a> {% t downloads.blockchain4 %}</p><br>
<div class="center-xs"><a class="btn-link btn-auto btn-primary-top" href="https://downloads.getmonero.org/blockchain.raw">{% t downloads.blockchainbutton %}</a></div>
</div>
</div>
</div>
<!-- End 'Import Blockchain' -->
</section>
<section class="container full">
<div class="info-block">
<!-- 'Hardware Wallets' -->

View file

@ -315,7 +315,7 @@ meta_descr: faq.intro
<h3><a class="anchor" href="#import-blockchain"></a>{% t faq.qimporting %}</h3>
<div class="tab-answer">
<p>{% t faq.aimporting %}</p>
<p>{% t faq.additional %} <a href="{{ site.baseurl }}/downloads/#blockchain">{% t downloads.blockchain %}</a></p>
<p>{% t faq.additional %} <a href="{{ site.baseurl }}/resources/user-guides/importing_blockchain.html">{% t downloads.blockchain3 %}</a></p>
</div>
</div>
<div class="tab" id="anchor-tor-node">