Skip to content
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

not able to generate identity mixer user. #1

Open
PadaliaIsha opened this issue Feb 2, 2023 · 8 comments
Open

not able to generate identity mixer user. #1

PadaliaIsha opened this issue Feb 2, 2023 · 8 comments

Comments

@PadaliaIsha
Copy link

I'm working on an identity mixer demo But getting errors at the time of generating an identity user using the following command.

idemixgen signerconfig --ca-input=idemixmsp --admin --enrollmentId=appUser --org-unit=org1

Error: command not found: idemixgen

@KarthikKavinA
Copy link
Owner

I'm working on an identity mixer demo But getting errors at the time of generating an identity user using the following command.

idemixgen signerconfig --ca-input=idemixmsp --admin --enrollmentId=appUser --org-unit=org1

Error: command not found: idemixgen

idemixgen binary was not available on PATH.
Please download the binary from the following link, extract it and export the path of the binary to PATH.
https://github.com/hyperledger/fabric/releases/download/v2.2.9/hyperledger-fabric-linux-amd64-2.2.9.tar.gz
For example:

export PATH=$PATH:/home/path/to/idemixgen/binary

Then, try running the command which was mentioned by you.

@PadaliaIsha
Copy link
Author

Set idemixgen into PATH. But still not working!

/Users/home/.nvm/versions/node/v16.19.0/bin:/Users/home/Downloads/hyperledger-fabric-linux-amd64-2.2.9/idemixgen

Getting the same error.

@vidhi2704
Copy link

Hi,
I am Prof. Vidhi. Can you please provide your email id.

@KarthikKavinA
Copy link
Owner

KarthikKavinA commented Feb 7, 2023

Hi, I am Prof. Vidhi. Can you please provide your email id.

a.kavin24@gmail.com is my email id.
Also, you can join in the Hyperledger Discord in the following link and send DM for my username KArumugam#1934
https://discord.com/invite/hyperledger

@KarthikKavinA
Copy link
Owner

Set idemixgen into PATH. But still not working!

/Users/home/.nvm/versions/node/v16.19.0/bin:/Users/home/Downloads/hyperledger-fabric-linux-amd64-2.2.9/idemixgen

Getting the same error.

Please execute the steps sequentially and before executing the above mentioned command, execute the following command.

export PATH=$PATH:$FABRIC_PATH/idemix-demo-fabric-samples/test-network/bin

Note: The command will append the above path to the particular terminal session. If you need to persist the change, then add the same command in bashrc file. Then, open the new terminal and try in it.

@vidhi2704
Copy link

vidhi2704 commented Feb 7, 2023 via email

@KarthikKavinA
Copy link
Owner

@isha-padalia
Copy link

Is there any specific fabric version that supports the identity mixer concept?

As currently getting error:
exec format error: idemixgen

Already set idemixgen binary path.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants