Skip to content

Commit

Permalink
[skip ci]
Browse files Browse the repository at this point in the history
Signed-off-by: Mic Bowman <mic.bowman@intel.com>
  • Loading branch information
cmickeyb committed Jun 26, 2023
1 parent ce53856 commit d1b1f0b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ledgers/ccf/scripts/start_ccf_network.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ yell start with "local://${F_INTERFACE}:${F_PORT}"
say attempt to start ccf node
${CCF_BASE}/bin/sandbox.sh \
--verbose \
--host-log-level debug \
--host-log-level info \
-p ${PDO_HOME}/ccf/lib/libpdoenc \
-n "local://${F_INTERFACE}:${F_PORT}" \
-e virtual -t virtual \
Expand All @@ -93,15 +93,15 @@ cp ${PDO_HOME}/ccf/workspace/sandbox_common/member0_privk.pem ${PDO_LEDGER_KEY_R
# ledger is open and ready for operation
sleep 30

yell XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
cat $PDO_HOME/ccf/workspace/sandbox_0/out
yell XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

say generate the ledger authority
try ${PDO_HOME}/ccf/bin/generate_ledger_authority.py \
${PDO_HOME}/ccf/bin/generate_ledger_authority.py \
--logfile __screen__ --loglevel WARNING \
--interface ${F_INTERFACE} --port ${F_PORT}

yell XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
cat $PDO_HOME/ccf/workspace/sandbox_0/out
yell XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

# Set the enclave attestation policy while operating under SGX SIM
# mode. When operating in the HW mode, the rpc gets invoked after the
# enclave is built.
Expand Down

0 comments on commit d1b1f0b

Please sign in to comment.