Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions content/protocol/blockchain/genesis.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ the blockchain is now secured by regular validators who have staked coins to par

The four bootstrap validators that initiated the Pactus blockchain are:

- **Bootstrap 1**: [pc1p378jgjtlse3ae528p7zashmlmnwtu4dres9vtw](https://pacviewer.com/address/pc1p378jgjtlse3ae528p7zashmlmnwtu4dres9vtw)
- **Bootstrap 2**: [pc1plq8uyn6en0gj4k8qnh96tnzqjv4cgu49dxtly7](https://pacviewer.com/address/pc1plq8uyn6en0gj4k8qnh96tnzqjv4cgu49dxtly7)
- **Bootstrap 3**: [pc1pm93ykyvcm6kxewn958kvevkxgkr86j0t6n0aa4](https://pacviewer.com/address/pc1pm93ykyvcm6kxewn958kvevkxgkr86j0t6n0aa4)
- **Bootstrap 4**: [pc1pp3xtmjhzhg36xv6ln9824ugy5n6nnqdzugzu3j](https://pacviewer.com/address/pc1pp3xtmjhzhg36xv6ln9824ugy5n6nnqdzugzu3j)
- **Bootstrap 1**: [pc1p378jgjtlse3ae528p7zashmlmnwtu4dres9vtw](https://pactusscan.com/address/pc1p378jgjtlse3ae528p7zashmlmnwtu4dres9vtw)
- **Bootstrap 2**: [pc1plq8uyn6en0gj4k8qnh96tnzqjv4cgu49dxtly7](https://pactusscan.com/address/pc1plq8uyn6en0gj4k8qnh96tnzqjv4cgu49dxtly7)
- **Bootstrap 3**: [pc1pm93ykyvcm6kxewn958kvevkxgkr86j0t6n0aa4](https://pactusscan.com/address/pc1pm93ykyvcm6kxewn958kvevkxgkr86j0t6n0aa4)
- **Bootstrap 4**: [pc1pp3xtmjhzhg36xv6ln9824ugy5n6nnqdzugzu3j](https://pactusscan.com/address/pc1pp3xtmjhzhg36xv6ln9824ugy5n6nnqdzugzu3j)

## Genesis Block

The [genesis block](https://pacviewer.com/block/1) is
The [genesis block](https://pactusscan.com/block/1) is
the first [block](/protocol/blockchain/block/) in the Pactus blockchain,
and it was created by the bootstrap validators.
This block marked the beginning of the blockchain and serves as the foundation for subsequent blocks.
Expand Down
2 changes: 1 addition & 1 deletion content/tutorials/pactus-wallet.md
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ By default, Pactus node starts the wallet in locked mode, which prevents externa
(like pactus-wallet) from accessing the wallet.
This avoids conflicts, but it can cause this error if another tool tries to connect.

To allow external access, change this [config](../get-started/configuration.md) and restart the node:
To allow external access, change this [config](/get-started/configuration) and restart the node:

```toml
[wallet]
Expand Down
2 changes: 1 addition & 1 deletion content/tutorials/zero-fee-transactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Each validator sets its own preferences for accepting transactions, which means:
broadcasts the transaction to other validators, who may or may not accept it.

This approach makes it impossible to guarantee that a transaction will be accepted by the network.
Users can monitor their transactions on the [Fee Tracker](https://pacviewer.com/fee) page in PacViewer.
Users can monitor their transactions on the [Mempool](https://pactusscan.com/mempool) page in PactusScan.
This page displays unconfirmed transactions in the pool and
allows users to check whether their transaction is confirmed or not.

Expand Down