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
the installation script checks your host for minimum requirements based on network, which looks like 8 cores and 16gb memory for testnet.
# Set config based on network argumentif [ "${network}"="testnet" ];then
config="https://ton-blockchain.github.io/testnet-global.config.json"
cpu_required=8
mem_required=16000000 # 16GB in KBfi
for storage requirements, have a look at the testnet dumps for some guidance: https://dump.ton.org/ - at the time of posting this the testnet dump was just under 60gb compressed.
Hi,
I would like to know the hardware requirements for running TON archival node on Testnet. Can you please help me with it?
I am able to find the hardware requirements for Mainnet archival node HERE but not for Testnet.
The text was updated successfully, but these errors were encountered: