-
Notifications
You must be signed in to change notification settings - Fork 0
NEO-94 Criar uma rede privada de um nó #3
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
base: master
Are you sure you want to change the base?
Conversation
* update README * miner modify * recommended way to start node * update logo * remove the netcoreapp3.0 * Improvement Improvement Co-authored-by: Shargon <shargon@gmail.com> Co-authored-by: Owen Zhang <38493437+superboyiii@users.noreply.github.com>
* Update neo nuget * Fix GUI
Co-authored-by: Vitor Nazário Coelho <vncoelho@gmail.com>
* showing version of neo and neo-vm on startup * using typeof to get cli version Co-authored-by: Vitor Nazário Coelho <vncoelho@gmail.com> Co-authored-by: Shargon <shargon@gmail.com>
* Allow to skip verification * Update neo-cli.csproj * Fix GUI
|
[RESOLVED] Coloca um link do tutorial no README.md |
| { | ||
| "ApplicationConfiguration": { | ||
| "Paths": { | ||
| "Chain": "Chain_{0}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A única coisa de diferente aqui é pra adicionar o Paths Chain? Precisa remover o UnlockWallet? (Deixa mais claro). E também explicitar novamente que portas precisam ser diferentes das demais
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👉👉 Ainda não está claro oq precisa ser diferente
| @@ -0,0 +1,116 @@ | |||
| ## Setting a private net with neo-cli | |||
|
|
|||
| 1. [Clone](https://docs.neo.org/docs/en-us/node/cli/setup.html#publishing-from-neo-cli-source-code) the newer version of [Neo-Node](https://github.com/neo-project/neo-node) for each node you desire to set in your privatenet and another one that will be used for access the Neo-Cli and for transfer GAS or NEO. It is necessary to have copies of the Neo-Node project because each copy will receive a different configuration file. | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dei uma olhada por cima e parece que agora tem todas as informações necessárias, mas acho que possuem erros de inglês, por exemplo o uso de "for" onde deveria ser "to". Eu não sou nenhum expert nisso, por isso sugiro que faça como eu: use o google translator, joga a frase em inglês lá, traduz pra português, daí inverte para poder escrever em pt e corrigir com o sentido q vc quer, e vai copiando e fazendo pequenos ajustes no texto em inglês q ele te der, pq não vai estar perfeito
a9d6d99 to
ec5d71e
Compare
d9ebce9 to
5a5bee3
Compare
A tutorial of how to set a privatenet using Neo-Cli.