mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-09 21:17:54 -05:00
Edits before release (#983)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
This commit is contained in:
@@ -62,7 +62,7 @@ $ bin/pantheon --help
|
||||
If synchronizing to MainNet on Linux or other chains with large data requirements, increase the maximum number
|
||||
of open files allowed using `ulimit`. If the open files limit is not high enough, a `Too many open files` RocksDB exception occurs.
|
||||
|
||||
Continue with the [Private Network Quickstart](../Tutorials/Private-Network-Quickstart.md) or [Starting Pantheon](../Getting-Started/Starting-Pantheon.md).
|
||||
Continue with [Starting Pantheon](../Getting-Started/Starting-Pantheon.md).
|
||||
|
||||
|
||||
## Installation on Windows
|
||||
@@ -113,7 +113,7 @@ cd pantheon-<version>
|
||||
bin\pantheon --help
|
||||
```
|
||||
|
||||
Continue with the [Private Network Quickstart](../Tutorials/Private-Network-Quickstart.md) or [Starting Pantheon](../Getting-Started/Starting-Pantheon.md).
|
||||
Continue with [Starting Pantheon](../Getting-Started/Starting-Pantheon.md).
|
||||
|
||||
|
||||
## Installation on VM
|
||||
|
||||
@@ -13,7 +13,5 @@ unformatted data (byte arrays, account addresses, hashes, and bytecode arrays).
|
||||
RPC is the remote procedure call protocol (RFC 1831). The protocol is stateless and transport agnostic in that the concepts
|
||||
can be used within the same process, over sockets, over HTTP, or in various message passing environments.
|
||||
|
||||
* [Using the Pantheon JSON-RPC API](Using-JSON-RPC-API.md)
|
||||
* [Authentication](Authentication.md)
|
||||
* [JSON-RPC API Methods](../Reference/JSON-RPC-API-Methods.md)
|
||||
* [JSON-RPC API Objects](../Reference/JSON-RPC-API-Objects.md)
|
||||
The Reference documentation includes the [JSON-RPC API Methods](../Reference/JSON-RPC-API-Methods.md)
|
||||
and [JSON-RPC API Objects](../Reference/JSON-RPC-API-Objects.md)
|
||||
0
docs/Privacy/Privacy.md
Normal file
0
docs/Privacy/Privacy.md
Normal file
@@ -5,15 +5,15 @@
|
||||
|
||||
!!! example "Account 1 (Miner Coinbase Account)"
|
||||
* Address: `0xfe3b557e8fb62b89f4916b721be55ceb828dbd73`
|
||||
* Private key : ==0x8f2a55949038a9610f50fb23b5883af3b4ecb3c3bb792cbcefbd1542c692be63==
|
||||
* Private key : `0x8f2a55949038a9610f50fb23b5883af3b4ecb3c3bb792cbcefbd1542c692be63`
|
||||
* Initial balance : `0xad78ebc5ac6200000` (200000000000000000000 in decimal)
|
||||
|
||||
!!! example "Account 2"
|
||||
* Address: `0x627306090abaB3A6e1400e9345bC60c78a8BEf57`
|
||||
* Private key : ==0xc87509a1c067bbde78beb793e6fa76530b6382a4c0241e5e4a9ec0a0f44dc0d3==
|
||||
* Private key : `0xc87509a1c067bbde78beb793e6fa76530b6382a4c0241e5e4a9ec0a0f44dc0d3`
|
||||
* Initial balance : `0x90000000000000000000000` (2785365088392105618523029504 in decimal)
|
||||
|
||||
!!! example "Account 3"
|
||||
* Address: `0xf17f52151EbEF6C7334FAD080c5704D77216b732`
|
||||
* Private key : ==0xae6ae8e5ccbfb04590405997ee2d52d2b330726137b875053c36d94e974d162f==
|
||||
* Private key : `0xae6ae8e5ccbfb04590405997ee2d52d2b330726137b875053c36d94e974d162f`
|
||||
* Initial balance : `0x90000000000000000000000` (2785365088392105618523029504 in decimal)
|
||||
Reference in New Issue
Block a user