|
|
@ -114,7 +114,7 @@ var dashboardContent = ` |
|
|
|
<br/> |
|
|
|
<br/> |
|
|
|
<p>To run an archive node, download <a href="/{{.GethGenesis}}"><code>{{.GethGenesis}}</code></a> and start Geth with: |
|
|
|
<p>To run an archive node, download <a href="/{{.GethGenesis}}"><code>{{.GethGenesis}}</code></a> and start Geth with: |
|
|
|
<pre>geth --datadir=$HOME/.{{.Network}} init {{.GethGenesis}}</pre> |
|
|
|
<pre>geth --datadir=$HOME/.{{.Network}} init {{.GethGenesis}}</pre> |
|
|
|
<pre>geth --networkid={{.NetworkID}} --datadir=$HOME/.{{.Network}} --cache=1024{{if .Ethstats}} --ethstats='{{.Ethstats}}'{{end}} --bootnodes={{.BootnodesFullFlat}}</pre> |
|
|
|
<pre>geth --networkid={{.NetworkID}} --datadir=$HOME/.{{.Network}} --cache=1024 --syncmode=full{{if .Ethstats}} --ethstats='{{.Ethstats}}'{{end}} --bootnodes={{.BootnodesFullFlat}}</pre> |
|
|
|
</p> |
|
|
|
</p> |
|
|
|
<br/> |
|
|
|
<br/> |
|
|
|
<p>You can download Geth from <a href="https://geth.ethereum.org/downloads/" target="about:blank">https://geth.ethereum.org/downloads/</a>.</p>
|
|
|
|
<p>You can download Geth from <a href="https://geth.ethereum.org/downloads/" target="about:blank">https://geth.ethereum.org/downloads/</a>.</p>
|
|
|
@ -133,7 +133,7 @@ var dashboardContent = ` |
|
|
|
<br/> |
|
|
|
<br/> |
|
|
|
<p>To run a full node, download <a href="/{{.GethGenesis}}"><code>{{.GethGenesis}}</code></a> and start Geth with: |
|
|
|
<p>To run a full node, download <a href="/{{.GethGenesis}}"><code>{{.GethGenesis}}</code></a> and start Geth with: |
|
|
|
<pre>geth --datadir=$HOME/.{{.Network}} init {{.GethGenesis}}</pre> |
|
|
|
<pre>geth --datadir=$HOME/.{{.Network}} init {{.GethGenesis}}</pre> |
|
|
|
<pre>geth --networkid={{.NetworkID}} --datadir=$HOME/.{{.Network}} --cache=512 --fast{{if .Ethstats}} --ethstats='{{.Ethstats}}'{{end}} --bootnodes={{.BootnodesFullFlat}}</pre> |
|
|
|
<pre>geth --networkid={{.NetworkID}} --datadir=$HOME/.{{.Network}} --cache=512{{if .Ethstats}} --ethstats='{{.Ethstats}}'{{end}} --bootnodes={{.BootnodesFullFlat}}</pre> |
|
|
|
</p> |
|
|
|
</p> |
|
|
|
<br/> |
|
|
|
<br/> |
|
|
|
<p>You can download Geth from <a href="https://geth.ethereum.org/downloads/" target="about:blank">https://geth.ethereum.org/downloads/</a>.</p>
|
|
|
|
<p>You can download Geth from <a href="https://geth.ethereum.org/downloads/" target="about:blank">https://geth.ethereum.org/downloads/</a>.</p>
|
|
|
@ -155,7 +155,7 @@ var dashboardContent = ` |
|
|
|
<br/> |
|
|
|
<br/> |
|
|
|
<p>To run a light node, download <a href="/{{.GethGenesis}}"><code>{{.GethGenesis}}</code></a> and start Geth with: |
|
|
|
<p>To run a light node, download <a href="/{{.GethGenesis}}"><code>{{.GethGenesis}}</code></a> and start Geth with: |
|
|
|
<pre>geth --datadir=$HOME/.{{.Network}} --light init {{.GethGenesis}}</pre> |
|
|
|
<pre>geth --datadir=$HOME/.{{.Network}} --light init {{.GethGenesis}}</pre> |
|
|
|
<pre>geth --networkid={{.NetworkID}} --datadir=$HOME/.{{.Network}} --light{{if .Ethstats}} --ethstats='{{.Ethstats}}'{{end}} --bootnodes={{.BootnodesLightFlat}}</pre> |
|
|
|
<pre>geth --networkid={{.NetworkID}} --datadir=$HOME/.{{.Network}} --syncmode=light{{if .Ethstats}} --ethstats='{{.Ethstats}}'{{end}} --bootnodes={{.BootnodesLightFlat}}</pre> |
|
|
|
</p> |
|
|
|
</p> |
|
|
|
<br/> |
|
|
|
<br/> |
|
|
|
<p>You can download Geth from <a href="https://geth.ethereum.org/downloads/" target="about:blank">https://geth.ethereum.org/downloads/</a>.</p>
|
|
|
|
<p>You can download Geth from <a href="https://geth.ethereum.org/downloads/" target="about:blank">https://geth.ethereum.org/downloads/</a>.</p>
|
|
|
@ -174,7 +174,7 @@ var dashboardContent = ` |
|
|
|
<br/> |
|
|
|
<br/> |
|
|
|
<p>To run an embedded node, download <a href="/{{.GethGenesis}}"><code>{{.GethGenesis}}</code></a> and start Geth with: |
|
|
|
<p>To run an embedded node, download <a href="/{{.GethGenesis}}"><code>{{.GethGenesis}}</code></a> and start Geth with: |
|
|
|
<pre>geth --datadir=$HOME/.{{.Network}} --light init {{.GethGenesis}}</pre> |
|
|
|
<pre>geth --datadir=$HOME/.{{.Network}} --light init {{.GethGenesis}}</pre> |
|
|
|
<pre>geth --networkid={{.NetworkID}} --datadir=$HOME/.{{.Network}} --cache=32 --light{{if .Ethstats}} --ethstats='{{.Ethstats}}'{{end}} --bootnodes={{.BootnodesLightFlat}}</pre> |
|
|
|
<pre>geth --networkid={{.NetworkID}} --datadir=$HOME/.{{.Network}} --cache=32 --syncmode=light{{if .Ethstats}} --ethstats='{{.Ethstats}}'{{end}} --bootnodes={{.BootnodesLightFlat}}</pre> |
|
|
|
</p> |
|
|
|
</p> |
|
|
|
<br/> |
|
|
|
<br/> |
|
|
|
<p>You can download Geth from <a href="https://geth.ethereum.org/downloads/" target="about:blank">https://geth.ethereum.org/downloads/</a>.</p>
|
|
|
|
<p>You can download Geth from <a href="https://geth.ethereum.org/downloads/" target="about:blank">https://geth.ethereum.org/downloads/</a>.</p>
|
|
|
|