-
Notifications
You must be signed in to change notification settings - Fork 38
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
Fail to run zkPod-node #15
Comments
[INFO ] 2019-10-08 16:0:10 InitPublishDataAPIHandler> start to init data for publishing... |
below command run will lead above faiture: zkPoD-lib/pod_setup/pod_setup -o ecc_pub.bin |
james-mac:zkPoD-node james$ |
james-mac:zkPoD-node james$
james-mac:zkPoD-node james$
james-mac:zkPoD-node james$
james-mac:zkPoD-node james$ pwd
/Users/james/workspace/code/zkPod/zkPoD-node
james-mac:zkPoD-node james$
james-mac:zkPoD-node james$ ls
A api.go connection.go file.go keystore plain_atomic_swap_vc.go table_atomic_swap.go test.txt
B basic.json const.go go.mod logger.go plain_complaint.go table_atomic_swap_vc.go zkPoD-node
LICENSE basic.json.old contract.go go.sum main.go plain_ot_complaint.go table_complaint.go zkPoDExchange.go
Makefile bin db.go img net pod.db table_ot_complaint.go zkPodParam
README.md buyer_tx.go ecc_pub.bin init.go p2p.go pod_publish table_ot_vrf_query.go
README.zh.md cmd.go examples init.json plain_atomic_swap.go seller_tx.go table_vrf_query.go
james-mac:zkPoD-node james$
james-mac:zkPoD-node james$
james-mac:zkPoD-node james$ ls bin/pod_publish
bin/pod_publish
james-mac:zkPoD-node james$ ls ecc_pub.bin/
atomic_swap_vc.pk atomic_swap_vc.vk
james-mac:zkPoD-node james$
james-mac:zkPoD-node james$ cat basic.json
{"init_key_path":"./ecc_pub.bin","publish_bin_path":"./bin/pod_publish","contract_addr":"0x6BB3240C7a0850E99aEab96e210cbbD8b7B609D0","B_dir":"./B","A_dir":"./A","keystore_file":"./keystore","net_ip":"localhost:4321","port":"1234"}
james-mac:zkPoD-node james$
james-mac:zkPoD-node james$ cat init.json
{
"mode": "plain",
"sub_mode": ["atomic_swap", "complaint"],
"column": "64",
"unit_price": 200,
"description": "ALICE’S ADVENTURES IN WONDERLAND\nLewis Carroll\nTHE MILLENNIUM FULCRUM EDITION 3.0\n",
"file_path": "./test.txt"
}james-mac:zkPoD-node james$
The text was updated successfully, but these errors were encountered: