Coder Social home page Coder Social logo

Comments (8)

xchmwang avatar xchmwang commented on August 16, 2024

password

The underlying blockchain in YPC is Ethereum, so we use Ethereum account model, which includes a keystore file and a password, to send related transactions.

To have more infomation about Ethereum account model, please follow https://geth.ethereum.org/docs/interface/managing-your-accounts

from yeez-privacy-computing.

Chiliad-Spring avatar Chiliad-Spring commented on August 16, 2024

OK!Thanks for help

from yeez-privacy-computing.

Chiliad-Spring avatar Chiliad-Spring commented on August 16, 2024

Sorry ,but I created the Ethereum account through metamask (not geth), so where can I get the keystore password?

from yeez-privacy-computing.

xchmwang avatar xchmwang commented on August 16, 2024

Well, if you create your account in metamask, you can first export the private key of your account, and generate a keystore file and a password from private key.

Please follow https://web3py.readthedocs.io/en/stable/web3.eth.account.html , to generate your keystore file and set a password.

from yeez-privacy-computing.

Chiliad-Spring avatar Chiliad-Spring commented on August 16, 2024

Great,thanks!

from yeez-privacy-computing.

Chiliad-Spring avatar Chiliad-Spring commented on August 16, 2024

I almost succeeded, but in step 21, when I called request_data function, the monitoring process successfully downloads the analyzer, but at this times ,an error occur:

terminate called after throwing an instance of 'std::runtime_error'
what(): Error code is 0x200e. Please refer to the "Intel SGX SDK Developer Reference" for more details.

I searched in SGX Developer Reference and it shows Error 0x200e means
“The target enclave (32/64 bit or HS/Sim) mode is incompatible with the uRTS mode.”
I'm very confused,SGX is ok on my computer.

from yeez-privacy-computing.

xchmwang avatar xchmwang commented on August 16, 2024

I almost succeeded, but in step 21, when I called request_data function, the monitoring process successfully downloads the analyzer, but at this times ,an error occur:

terminate called after throwing an instance of 'std::runtime_error'
what(): Error code is 0x200e. Please refer to the "Intel SGX SDK Developer Reference" for more details.

I searched in SGX Developer Reference and it shows Error 0x200e means
“The target enclave (32/64 bit or HS/Sim) mode is incompatible with the uRTS mode.”
I'm very confused,SGX is ok on my computer.

Please try cmake -DSGX_MODE=Release -DSGX_HW=ON .. && make -j8 when you build the project from source code.

from yeez-privacy-computing.

Chiliad-Spring avatar Chiliad-Spring commented on August 16, 2024

Thanks!

from yeez-privacy-computing.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.