-
Notifications
You must be signed in to change notification settings - Fork 15
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
Basic Tutorial not working #24
Comments
I think you are better off building from source, or trying different builds. There are a number of things that have changed between 0.4.0 and the current commit. On my fork I've tried to automate some builds that you can try (v0.5-alpha, for amd-linux64), but I also have a Makefile that you can use to see the instructions for building. You'll need |
@gtfierro Thanks for the advice. I successfully compiled There is a small fix for the usability. Also, in the default |
I guess those got changed at some point... they certainly used to be the same! The storage is covered in detail in the USENIX Security paper. It is where WAVE stores attestations. The default value should work fine |
Does it mean that all the attestations that I request are stored in https://standalone.storage.bwave.io/v1? What should I do if I want to run a database by myself? Also, currently |
Yes, they are all stored there. You can dig into the The paper documents the differences between the default and VLDM storage. The default one is activated so that you don't have to worry about this. |
|
Hi,
I am trying to learn WAVE for my projects. I just downloaded the release version 0.4.0, and ran
./waved
to follow the instruction in README.md. However, it showed "Illegal instruction". I tried both with/without sudo. My OS is Ubuntu 18.04. I'd appreciate if you have any clue about this.Thanks in advance.
The text was updated successfully, but these errors were encountered: