Skip to content

Instantly share code, notes, and snippets.

@jsign
Created August 18, 2020 20:58
Show Gist options
  • Save jsign/5dc9b9850e4fa116a973245c2a0cbabf to your computer and use it in GitHub Desktop.
Save jsign/5dc9b9850e4fa116a973245c2a0cbabf to your computer and use it in GitHub Desktop.
powergate [master~3●] % git rev-parse HEAD
e47b2857ee9a7365679e38fd5a16656bd4a25fea
powergate [master~3●] % pow ffs create
> Instance created with id efa2fcea-860a-4e95-9356-530eb7e89ed2 and token 9f901053-9d4b-4201-b069-fb8fffa591b7
powergate [master~3●] % pow ffs -t 9f901053-9d4b-4201-b069-fb8fffa591b7 stage new10
> Success! Staged asset in FFS hot storage with cid: QmQEdPhE8sggVG3Noss4A79KdG1eRS6uAw4Qu16Mr2zayV
powergate [master~3●] % pow ffs -t 9f901053-9d4b-4201-b069-fb8fffa591b7 config push QmQEdPhE8sggVG3Noss4A79KdG1eRS6uAw4Qu16Mr2zayV
> Success! Pushed cid storage config for QmQEdPhE8sggVG3Noss4A79KdG1eRS6uAw4Qu16Mr2zayV to FFS with job id: a9d80294-0b8c-4797-9c25-73f1a85668c1
powergate [master~3●] % pow ffs -t 9f901053-9d4b-4201-b069-fb8fffa591b7 log QmQEdPhE8sggVG3Noss4A79KdG1eRS6uAw4Qu16Mr2zayV
> 2020-08-18T17:53:33 - Pushing new configuration...
> 2020-08-18T17:53:33 - Configuration saved successfully
> 2020-08-18T17:53:33 - Executing job a9d80294-0b8c-4797-9c25-73f1a85668c1...
> 2020-08-18T17:53:33 - Ensuring Hot-Storage satisfies the configuration...
> 2020-08-18T17:53:34 - Hot-Storage execution ran successfully.
> 2020-08-18T17:53:34 - Ensuring Cold-Storage satisfies the configuration...
> 2020-08-18T17:53:34 - Current replication factor is lower than desired, making 1 new deals...
> 2020-08-18T17:53:34 - Calculating piece size...
> 2020-08-18T17:53:34 - Estimated piece size is 16777216 bytes.
> 2020-08-18T17:53:34 - Proposing deal to miner t01000 with 500000000 fil per epoch...
> 2020-08-18T17:53:35 - Watching deals unfold...
> 2020-08-18T17:54:06 - Deal with miner t01000 changed state to StorageDealSealing
> 2020-08-18T17:56:36 - Deal 2 with miner t01000 is active on-chain
> 2020-08-18T17:56:36 - Cold-Storage execution ran successfully.
> 2020-08-18T17:56:36 - Job a9d80294-0b8c-4797-9c25-73f1a85668c1 execution finished with status Success.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment