You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,17 +81,17 @@ $ ./gradlew clean build -x test
81
81
# Running java-tron
82
82
Running java-tron requires `Oracle JDK 1.8` to be installed, other JDK versions are not supported yet. Make sure you operate on `Linux` and `MacOS` operating systems.
83
83
84
-
Get the mainnet configurate file: [main_net_config.conf](https://github.com/tronprotocol/tron-deployment/blob/master/main_net_config.conf), other network configuration files can be find [here](https://github.com/tronprotocol/tron-deployment).
84
+
Get the mainnet configuration file: [main_net_config.conf](https://github.com/tronprotocol/tron-deployment/blob/master/main_net_config.conf), other network configuration files can be find [here](https://github.com/tronprotocol/tron-deployment).
85
85
## Hardware Requirements
86
86
Minimum:
87
87
* CPU with 8 cores
88
88
* 16GB RAM
89
-
*1TB free storage space to sync the Mainnet
89
+
*2TB free storage space to sync the Mainnet
90
90
91
91
Recommended:
92
92
* CPU with 16+ cores(32+ cores for a super representative)
93
93
* 32GB+ RAM(64GB+ for a super representative)
94
-
* High Performance SSD with at least 1.5TB free space
94
+
* High Performance SSD with at least 2.5TB free space
0 commit comments