Commit Graph

12 Commits

Author SHA1 Message Date
Joseph Cook 98679ed2a0
docs: purge references to rinkeby and ropsten (#26036) 2022-10-26 13:21:57 +03:30
billchenchina ce39a4d936
docs: fix attach --exec (#26028) 2022-10-22 20:24:40 +02:00
gerardo romero niño 877e2ba3d5
docs: update Private-Network.md (#25862)
Fixing typo
2022-09-26 14:50:31 +08:00
Ginta 9612354462
docs: fix unlock account desc in Private-Network desc (#25705) 2022-09-07 14:00:59 +02:00
Patricio Palladino 09d03493b9
docs: Update private network config (#25310)
* Update Private-Network.md

I updated the example genesis.json so that it matches mainnet's HF from block 0. 

The reason I think this is a positive change is that users get confused by tools not behaving like their private network by default: https://github.com/NomicFoundation/hardhat/issues/2946

* add missing double quote

Co-authored-by: Guillaume Ballet <3272758+gballet@users.noreply.github.com>
2022-07-17 11:11:28 +02:00
Joseph Cook 3cf48aa454
Private network page (#24875)
Merges 2 pages on private networks and expands on them, adding more concrete examples.

Co-authored-by: Sina Mahmoodi <itz.s1na@gmail.com>
2022-07-12 12:58:47 +02:00
Jacob Kim 088025a442
docs: fix typo in private-network.md (#24940)
fix typo in docs, private-network.md
2022-05-24 10:47:08 +03:00
Martin Turon de9599bff1
[DOCS] fix --miner.etherbase flag (#22616)
The `--etherbase` parameter seems to be named `--miner.etherbase` now.
2021-04-06 11:15:19 +02:00
rene b7f5e58563
gh-pages: remove mention of deprecated flags (#22265)
* update docs to remove old deprecated flags

* typo
2021-02-16 10:38:52 +01:00
Felix Lange 867825b087 fix broken links in private network page 2021-01-25 15:23:07 +01:00
Adam Schmideg d9055f20d0
[DOCS] run geth init for member node (#20632) 2020-02-06 14:22:26 +01:00
Felix Lange a89f10fcdd
[DOCS] bring back the 'Private Network' page (#20262)
This improves the private network page. We now recommend using clique
instead of ethash.

The networking section is improved as well and now recommends using a
regular geth node for bootstrapping instead of running cmd/bootnode. I
also added some text about the --netrestrict option.
2019-11-12 16:52:46 +01:00