2019-12-01 08:21:20 +00:00
|
|
|
# Retrieving Data
|
|
|
|
|
2019-12-04 15:39:41 +00:00
|
|
|
If you have stored data with a **Lotus Storage Miner** in the network, you can search for it by **Data CID**
|
2019-12-01 08:21:20 +00:00
|
|
|
|
|
|
|
```sh
|
|
|
|
$ lotus client find <Data CID>
|
|
|
|
LOCAL
|
|
|
|
RETRIEVAL <miner>@<miner peerId>-<deal funds>-<size>
|
|
|
|
```
|
|
|
|
|
2019-12-04 15:39:41 +00:00
|
|
|
Retrieve data from a **Lotus Storage Miner**.
|
2019-12-01 08:21:20 +00:00
|
|
|
|
|
|
|
```sh
|
2019-12-02 00:08:53 +00:00
|
|
|
$ lotus client retrieve <Data CID> <outfile>
|
2019-12-01 08:21:20 +00:00
|
|
|
```
|
|
|
|
|
2019-12-04 17:53:36 +00:00
|
|
|
This will initiate a **retrieval deal** and write the data to the outfile. This process may take 2 to 10 minutes.
|