Ethereum Tutorials - Herong's Tutorial Examples - v1.06, by Herong Yang
Deprecated: Ropsten Testnet Data File Location
This section shows where Ropsten Testnet data files are located.
While "geth" is downloading the blockchain from the Ropsten Testnet, let's look at where it is storing the blockchain data files.
According the "geth" console message, the "datadir" is pointing to "C:\Users\herong\AppData\Roaming\Ethereum\testnet". Here is the sub-directory structure of that "datadir" directory:
C:\Users\herong\AppData\Roaming\Ethereum\testnet |---geth | |---chaindata | |---ethash | |---nodes |---keystore
And I can see a large number of data files in the C:\users\herong\AppData\Roaming\Ethereum\testnet\geth\chaindata folder.
2,178,268 000107.ldb 2,149,358 000111.ldb 2,150,533 000112.ldb 2,143,262 000113.ldb 2,146,703 000114.ldb 2,147,039 000115.ldb ...
Table of Contents
►Deprecated: Testnet - Ropsten Network
Deprecated: What Is Ethereum Testnet: Ropsten Network
Deprecated: ropsten.etherscan.io - Block Explorer
Deprecated: "geth --testnet" - Ethereum Node on Ropsten Network
►Deprecated: Ropsten Testnet Data File Location
Deprecated: "Ethereum Wallet --network test" on Ropsten Testnet
64-Bit "geth" for Private Ethereum Network
Private Network with Custom Genesis Block
Transferring Funds between Ether Accounts
MetaMask - Browser Based Ethereum Wallet
Getting Free Ether on Test Networks