Skip to content

Commit

Permalink
move images
Browse files Browse the repository at this point in the history
  • Loading branch information
v1xingyue committed Jul 15, 2024
1 parent 718b87c commit 5ad7fa7
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
14 changes: 7 additions & 7 deletions members/v1xingyue/journal.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

下载解压,目录结构如下:

![alt text](image.png)
![alt text](images/image.png)

3. 启动节点

Expand All @@ -22,30 +22,30 @@
节点同步状态如下:

先经历一个比较漫长的 `Pre-synchronizing` 阶段
![alt text](image-1.png)
![alt text](images/image-1.png)

再经历一个比较漫长的 `Synchronizing blockheaders` 阶段
![alt text](image-3.png)
![alt text](images/image-3.png)

最后,开始同步区块

![alt text](image-4.png)
![alt text](images/image-4.png)

4. 查看节点信息

```shell
./bin/bitcoin-cli -getinfo
```

![alt text](image-2.png)
![alt text](images/image-2.png)

获取同步的区块高度

```shell
./bin/bitcoin-cli -getblockcount
```

![alt text](image-5.png)
![alt text](images/image-5.png)

5. 方便 rpc 请求,配置文件 `bitcoin.conf` 添加 rpc 授权信息

Expand All @@ -66,4 +66,4 @@ curl 使用 rpc 调用,获取节点信息:
curl -u admin:admin --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "getblockchaininfo", "params": [] }' http://127.0.0.1:8332/ | jq
```

![alt text](image-6.png)
![alt text](images/image-6.png)

0 comments on commit 5ad7fa7

Please sign in to comment.