Questions tagged [indy-node]

10 questions
5
votes
1 answer

Hyperledger Indy data is not being mounted in Kubernetes volume directory

I am trying to run indy-nodes in kubernetes. These indy nodes are sandbox nodes and write data in /var/lib/indy directory inside the container. When I run the pod with a volume mounted, it does not write anything in the volume directory. Although it…
Akshay Sood
  • 6,366
  • 10
  • 36
  • 59
2
votes
2 answers

Hyperledger Indy: Create genesis transaction file

I have 4 nodes set up on 4 vagrant ubuntu-based machines. I have generated the keys required for these nodes using the command: init_indy_node VAL1 0.0.0.0 9701 0.0.0.0 9702 111111111111111111111111111N1. According to the documentation, there is a…
Akshay Sood
  • 6,366
  • 10
  • 36
  • 59
1
vote
0 answers

Mapping between Sovrin Nets and genesys files

Here is is mentioned that there are three Sovrin Networks: MainNet (prod) StageNet (pre-prod) BuilderNet (test) But I can not find genesis files for those networks. In sovrin github…
Ivan
  • 340
  • 3
  • 14
1
vote
1 answer

Error when starting aca-py agent with the help of seed parameter

I am trying to start the aca-py agent with the command :- aca-py start --wallet-name user3 --wallet-key user3 --wallet-type indy --genesis-file //docker_pool_transactions_genesis --ledger-pool-name local_pool…
1
vote
2 answers

What is the tails-server-base-url? and how should it be configured?

I have installed the indy-sdk in my system and started the ledger network (It is running). After that I setup the aries-cloudagent and ran the agent (as a steward) using the aca-py command. Now, with the help of this agent, I have published the…
0
votes
0 answers

How to remove a node from indy pool?

I have an indy pool running on docker with 4 nodes. I used von-network as reference https://github.com/bcgov/von-network. Now, I need to remove a node from the pool, which I tried using indy-cli. My initial setup was brought up with 4 validator…
Soundarya
  • 153
  • 1
  • 2
  • 12
0
votes
1 answer

Where are domain genesis transactions (creating trustee DIDs) in Hyperledger Indy getting_started example?

I'm running the Hyperledger Indy example at https://github.com/hyperledger/indy-sdk/blob/master/docs/getting-started/run-getting-started.md I see there are pool genesis transactions created with generate_indy_pool_transactions . But I don't see any…
hackinghorn
  • 133
  • 6
0
votes
2 answers

Errors while creating pool using indy-cli

I have ran the indy_pool network and it is up using the command : docker run -itd -p 9701-9708:9701-9708 indy_pool Now, I have installed indy-cli in my system Now when I am trying to create a pool using the command: pool create local_pool…
-1
votes
2 answers

trying to send schema to ledger(trying to make identifcation system using hyperledger indy)

"Schema Builder" -> Send "Device Profile" Schema to Ledger {"reqId":1683198357199119479,"identifier":"2qzghpxTM5H81hUbYFmPR4","reason":"client request invalid: UnauthorizedClientRequest('Rule for this action is: 1 TRUSTEE signature is required OR 1…
-2
votes
1 answer

make an image in docker

actually i have a project to develop ssi concept, and i use sovrin platform to develop ssi concept with indy network. and in the indy network documentation I followed the steps that were ordered, the first step was to create an image with docker.…