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
ots --no-bitcoin verify /home/azadn/Documents/SampleVideo_360x240_30mb.mp4.ots
Assuming target filename is '/home/azadn/Documents/SampleVideo_360x240_30mb.mp4'
Could not open target: [Errno 2] No such file or directory: '/home/azadn/Documents/SampleVideo_360x240_30mb.mp4'
so can you pls suggest is there any other way to verify is i have sha256 of original file or can you pls share approach to use drive link of file to stamp and verify (in stamp / upgrade command it should upload .ots file in same drive folder )
The text was updated successfully, but these errors were encountered:
On Thu, Jan 09, 2025 at 10:26:01PM -0800, azadnarwariya wrote:
ots --no-bitcoin verify /home/azadn/Documents/SampleVideo_360x240_30mb.mp4.ots
Assuming target filename is '/home/azadn/Documents/SampleVideo_360x240_30mb.mp4'
Could not open target: [Errno 2] No such file or directory: '/home/azadn/Documents/SampleVideo_360x240_30mb.mp4'
so can you pls suggest is there any other way to verify is i have sha256 of original file or can you pls share approach to use drive link of file to stamp and verify (in stamp / upgrade command it should upload .ots file in same drive folder )
The ots verify command supports providing the digest manually with the
-d option:
ots --no-bitcoin verify -d <sha256-digest> /home/azadn/Documents/SampleVideo_360x240_30mb.mp4.ots
Thanks it is working but can you pls share if i want to use sha256 of original file in ots stamp command instead of using original file path because my file may be from drive /cloud and dont want to create that file in local
ots --no-bitcoin verify /home/azadn/Documents/SampleVideo_360x240_30mb.mp4.ots
Assuming target filename is '/home/azadn/Documents/SampleVideo_360x240_30mb.mp4'
Could not open target: [Errno 2] No such file or directory: '/home/azadn/Documents/SampleVideo_360x240_30mb.mp4'
so can you pls suggest is there any other way to verify is i have sha256 of original file or can you pls share approach to use drive link of file to stamp and verify (in stamp / upgrade command it should upload .ots file in same drive folder )
The text was updated successfully, but these errors were encountered: