Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pjt3591oo/hyperledger-besu-clique-configuration
https://github.com/pjt3591oo/hyperledger-besu-clique-configuration
clique ethereum hyperledger-besu poa
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pjt3591oo/hyperledger-besu-clique-configuration
- Owner: pjt3591oo
- Created: 2024-06-16T02:14:59.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-08T05:22:17.000Z (6 months ago)
- Last Synced: 2024-07-09T03:56:08.528Z (6 months ago)
- Topics: clique, ethereum, hyperledger-besu, poa
- Language: Shell
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hyperledger besu clique configuration
node-1, node-2, node-3, node-4
* dependencies
```bash
$ besu --version
``````basg
$ jq --version
```* permission
```bash
chmod +x check.sh clique-rpc.sh generate.sh node-1.start.sh node-2.start.sh node-3.start.sh node-4.start.sh remove.sh setup.sh
```### init
```bash
$ setup.sh
```### generate genesis
```bash
$ generate.sh
```### run node
```bash
$ ./node-1.start.sh
```RPC PORT: 8545
P2P PORT: 30303```bash
$ ./node-2.start.sh
```RPC PORT: 9545
P2P PORT: 40303```bash
$ ./node-3.start.sh
```RPC PORT: 10545
P2P PORT: 50303```bash
$ ./node-4.start.sh
```RPC PORT: 11545
P2P PORT: 60303```bash
$ ./node-5.start.sh
```RPC PORT: 12545
P2P PORT: 61303### check
```bash
$ ./check.sh
``````bash
$ ./clique-rpc.sh
```### remove
```bash
$ remove.sh
```