-
The current version of the genesis.json does not include "byzantium" upgrades. At the moment, within the current network, it is not possible to establish connection between separate smart contracts. I…
-
https://github.com/alastria/alastria-identity/wiki/Alastria-DID-Method-Specification-(Quorum-version)#5-presentation-request
-
I cloned the repository and followed the tutorial just to found this problem:
```
root@test:/home/test/Documents/alastria/test-environment/infrastructure/testnet# sudo ./bin/start_network.sh clean 2…
-
Hi,
I've been using the `testnet` project, to create my own Ethereum private network together a Truffle distributed application that I've developed. It's a votation application.
The votes are don…
-
Hola, estoy lanzando el ejemplo de Threenodes dentro de la máquina virtual proporcionada en vuestro repositorio.
Al intentar desplegar un contrato, la transacción no llega a realizarse aunque se re…
-
En el ejemplo Threenodes, al ejecutar el nodo validador con el comando `bin/start_test.sh validator` me devuelve el siguiente error:
```shell
nohup: appending output to 'nohup.out'
INFO [10-31|11…
-
My alastria node has ip 192.168.2.143 and its fully sincronized. When in other machine I execute geth attach 192.168.2.143 22000 I get an error (port 22000 is closed)
¿How can I solve this?
I think …
-
Hola,
Únicamente podemos conectarnos a la consola del geth (puerto 22000) desde el propio contenedor de docker, es como si el puerto 22000 de la máquina física no respondiera.
¿cómo podemos hacer ac…
-
Hi,
We are deploying the regular Alastria node in our Docker-based container environment.
We already have some of the ports specified in the file " alastria-node/docker/general/init.sh ", such a…
-
Hola,
¿Cómo sincronizan los nodos de Alastria que están minando la hora?
¿Hay algún maestro que da la hora al resto de nodos?
Por extensión, ¿cómo lo hace ethereum si hay varios nodos con distintas…