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
$ docker run -v $(pwd):/substraTEE/backup -ti substratee
root@0f766141f754:/substraTEE# /substraTEE/substraTEE-node-master/target/release/substratee-node --dev > node.log 2>&1 &
[1] 15
root@0f766141f754:/substraTEE# cd /substraTEE/substraTEE-worker-master
root@0f766141f754:/substraTEE/substraTEE-worker-master# ./bin/app getpublickey
Intercating with port 9944
*** Get the public key from the TEE
*** Starting enclave
[+] Home dir is /root
[-] Open token file /root/./bin/enclave.token error! Will create one.
[+] Init Enclave Successful. EID = 206158430210!
Illegal instruction (core dumped)
root@0f766141f754:/substraTEE/substraTEE-worker-master# ./bin/app getsignkey
Intercating with port 9944
*** Get the signing key from the TEE
*** Starting enclave
[+] Home dir is /root
[-] Open token file /root/./bin/enclave.token error! Will create one.
[+] Init Enclave Successful. EID = 210453397506!
Illegal instruction (core dumped)
root@0f766141f754:/substraTEE/substraTEE-worker-master#
Running the demo on a non-SGX machine
Fails with: