or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Syncing
xxxxxxxxxx
🔥🧱Prysm setup instructions for Kiln🔥🧱
Configs are under: https://kiln.themerge.dev/
Prysm: Use
github.com/prysmaticlabs/prysm
, branchdevelop
https://github.com/prysmaticlabs/prysm/tree/develop
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →Geth: Use
github.com/MariusVanDerWijden/go-ethereum
, branchmerge-kiln-v2
, and the latest commit223e5f5681a9458a8f5066442d166acc28774328
https://github.com/MariusVanDerWijden/go-ethereum/tree/merge-kiln-v2
Prysm docker images:
Beacon node- gcr.io/prysmaticlabs/prysm/beacon-chain:latest
Validator- gcr.io/prysmaticlabs/prysm/validator:latest
The following steps start beacon node with bazel. If you are interested in using other methods to start up, check out the start up docs. The parameters are similar.
Setting up Prysm
Download genesis state: https://config.kiln.themerge.dev/cl/genesis/genesis.ssz
Download config: https://config.kiln.themerge.dev/cl/genesis/config.yaml
Setting up Geth
Download genesis.json: https://config.kiln.themerge.dev/el/genesis/geth.json