web3labs / crux

Data Privacy for Quorum Blockchains
https://www.web3labs.com
Apache License 2.0
53 stars 28 forks source link

Key Genereation using Crux #1

Closed rushikeshacharya closed 6 years ago

rushikeshacharya commented 6 years ago

System information

Geth version: geth version Geth Version: 1.7.2-stable Git Commit: d78cd97995f824239463717d3a0bbbb060e36643 Quorum Version: 2.0.2 Architecture: amd64 Network Id: 1 Go Version: go1.10 Operating System: linux GOPATH= GOROOT=/usr/local/go

OS & Version: Linux(Ubuntu 16.04)

Expected behaviour

While starting the crux instance we have to provide following parameters :

crux --url=http://127.0.0.1:9001/ --port=9001 --workdir=crux --publickeys=tm.pub --privatekeys=tm.key --othernodes=https://127.0.0.1:9001/

when I generate the keys using crux --generate-keys tm it should generate tm.pub and tm.key

Actual behaviour

crux --generate-keys tm it is creating two files tm.pub and tm , it's not creating the file for private key as tm.key

conor10 commented 6 years ago

Fixed by https://github.com/blk-io/crux/pull/3.