Skip to content

Commit 4ebbf4b

Browse files
authored
Update filecoin-plus.md
1 parent cc4de3d commit 4ebbf4b

File tree

1 file changed

+0
-46
lines changed

1 file changed

+0
-46
lines changed

basics/how-storage-works/filecoin-plus.md

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -89,52 +89,6 @@ Once you have an address with DataCap, you can make deals using DataCap as a par
8989

9090
By default, when you make a deal with an address with DataCap allocated, you will spend that DataCap when making the deal.
9191

92-
### How to Use DataCap, using the API
93-
94-
If making deals through the [API](https://github.com/filecoin-project/lotus/blob/master/documentation/en/api-v0-methods.md#ClientStartDeal), make sure that the `VerifiedDeal` parameter is set to `true` when calling `ClientStartDeal`.
95-
96-
```json
97-
[
98-
{
99-
"Data": {
100-
"TransferType": "string value",
101-
"Root": {
102-
"/": "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4"
103-
},
104-
"PieceCid": null,
105-
"PieceSize": 1024
106-
},
107-
"Wallet": "f01234",
108-
"Miner": "f01234",
109-
"EpochPrice": "0",
110-
"MinBlocksDuration": 42,
111-
"ProviderCollateral": "0",
112-
"DealStartEpoch": 10101,
113-
"FastRetrieval": true,
114-
"VerifiedDeal": true
115-
}
116-
]
117-
```
118-
119-
### How to Use DataCap, using the Command Line
120-
If making deals from the command line, make sure to pass the flag `--verified-deal=true` as a parameter.
121-
122-
```shell
123-
lotus client deal --verified-deal=true
124-
```
125-
126-
### Checking DataCap Balance
127-
128-
Once you have received DataCap to an address, you can check the remaining balance by querying your address on a node.
129-
130-
#### With the lotus cli
131-
132-
Run the following command, replacing "f0000" with your Filecoin address.
133-
134-
```shell
135-
lotus filplus check-client-datacap f00000
136-
```
137-
13892
## Visualizing Blockchain Data for Filecoin+
13993

14094
There are three resources you can use to check the current status of the Filecoin+ deals and participants:

0 commit comments

Comments
 (0)