-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ots verfiy commond #154
Comments
What user is your Bitcoin node running under?
…On January 19, 2025 9:55:02 AM GMT+01:00, norfrile ***@***.***> wrote:
Sorry to bother.The `ots verify` command reported an error, indicating that it could not connect to the Bitcoin node: The cookie file is unusable ([Errno 2] No such file or directory: '/root/.bitcoin/.cookie') and the rpcpassword is not specified in the configuration file: '/root/.bitcoin/bitcoin.conf'.
what can I do for this error?
Thanks a lot!
|
Thank you for your response and assistance! Apart from executing the following commands:
I have not installed or performed any additional operations. Could you please advise if I might have missed any necessary installation steps, such as installing a Bitcoin node? Your guidance would be greatly appreciated. |
Yes, if you want to verify automatically you do need a Bitcoin node.
But you can verify manually by using the --no-bitcoin option and checking with a block explorer like mempool.space
…On January 19, 2025 10:30:48 AM GMT+01:00, norfrile ***@***.***> wrote:
Thank you for your response and assistance! Apart from executing the following commands:
1. `pip3 install opentimestamps-client`
2. `ots stamp <file>`
3. `ots verify <file>`
I have not installed or performed any additional operations. Could you please advise if I might have missed any necessary installation steps, such as installing a Bitcoin node?
Your guidance would be greatly appreciated.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry to bother.The
ots verify
command reported an error, indicating that it could not connect to the Bitcoin node: The cookie file is unusable ([Errno 2] No such file or directory: '/root/.bitcoin/.cookie') and the rpcpassword is not specified in the configuration file: '/root/.bitcoin/bitcoin.conf'.what can I do for this error?
Thanks a lot!
The text was updated successfully, but these errors were encountered: