benjamincburns on gh-pages
[skip ci] OpenAPI Publish [v21.… (compare)
ajsutton on master
Use leveldb2 database by defaul… (compare)
benjamincburns on gh-pages
[skip ci] OpenAPI Publish [v21.… (compare)
ajsutton on master
Validate Eth1 Endpoints (#3869)… (compare)
Hi Guys,
We won EthIndia 2.0 Hackathon. :) :)
Developed Selective-ZKP At EthIndia 2.0.
It is a Decentralized platform for Role based access view of Confidential Assets created using Zero Knowledge Proofs.
Github Link - https://github.com/mankenavenkatesh/Selective-ZKP
Please have a look and let me know your feedback. :)
var
decleration.
Hello PegaSys/Artemis community! In the spirit of improving the way we communicate and the information you receive, we've put together a short survey to gather your feedback. All answers are optional, and we'd love to hear what you have to say!
The survey is centered on Pantheon but we'd appreciate all your responses as well.
https://forms.gle/4Jddy7bSPFa9a2zz6
I think my only question is how to set where the data is stored, like --datadir in some clients.
Currently the data directory isn’t configurable - the data will be stored in the current working directory. We are planning on doing some work to clean up configuration, so this should be configurable in the future.
I'm also wondering if there's an Artemis/Teku testnet that I'm connecting to by default, or if I'm running in isolation.
We don’t have a public testnet available currently. If you want to see nodes interacting, you can spin up a couple of nodes, and set the node.peers
value in config.toml to contain the addresses of the nodes you want to connect to. When a node starts up, it will print a line like: Listening for connections on: /ip4/127.0.0.1/tcp/9000/p2p/16Uiu2HAmLXQVaTd93uM399BEdxn4a8WHKGeeNeqADYq5h84Pmp1u
- this is the address you can add to the peers list for your other node.
output.dataPath
field in your config.toml. See: PegaSysEng/teku#1233