Comment activer Baker en mode Sandboxed?
2 réponses
- votes
-
- 2019-11-05
Vouspouvez utiliser leboulanger sandboxed à l'aide du
Tezos-baker-alpha
binaire.Pour cefaire,exécutez./Tezos-baker-alpha -p 18731 Exécuter avec lenœud/chemin local/à/généré/généré/data_dir
dans lequel le répertoire de données RPCet généré dunœud doit être connecté aunœud sandobxé.Journaux.Je recommande d'utiliser un répertoire de donnéespersistantet statiquepour éviter de copier/coller le chemin à chaqueexécution.Pour cefaire,exécutez lenœud Sandboxed à l'aide de la variable data_dir Environnement.Parexemple:
data_dir=/chemin/sur/data_dir1 ./src/bin_node/tezosos-sandboxed-node.sh 1
;puisexécutez votreboulangeren utilisant ce chemin.You can use the sandboxed baker using the
tezos-baker-alpha
binary. To do so, run./tezos-baker-alpha -P 18731 run with local node /path/to/generated/data_dir
where both the node's rpc and generated data directory should be logged in the sandobxed node logs.I recommend using a persistent and static data directory to avoid copy/pasting the path at each run. To do so run the sandboxed node using the
DATA_DIR
environment variable. For example:DATA_DIR=/path/to/data_dir1 ./src/bin_node/tezos-sandboxed-node.sh 1
; then run your baker using that path.-
Vont-ilsfaire cuiregratuitement?Are they going to bake for free ?
- 0
- 2019-11-11
- jpic
-
Ilfonctionnera avec les dépôts/récompenses/... les règles relatives auprotocole alpha (c'est-à-dire leprotocole Mainnet actuel).Comme les comptes Bootstrap ontbeaucoup dejetons,cela devrait être correct.It will run with the deposits/rewards/… rules related to the alpha protocol (that is to say the current mainnet protocol). As the bootstrap accounts have plenty of tokens, it should be ok.
- 0
- 2019-11-12
- vect0r
-
Merci !vont-ilsfaire cuire automatiquementmêmepour denouveaux comptes?Thanks ! are they going to bake automatically even for new accounts ?
- 0
- 2019-11-12
- jpic
-
Si leboulangerpeut accéder aux clés secrètes de ces comptes,je pense que ce sera.If the baker can access to the secret keys of these accounts, I think it will.
- 0
- 2019-11-12
- vect0r
-
Erreur: Argument de ligne de commandeerronée 5 (/chemin/à/à/généré/data_dir). Le répertoiren'existepas: '/chemin/à/généré/data_dir'Error: Erroneous command line argument 5 (/path/to/generated/data_dir). Directory doesn't exist: '/path/to/generated/data_dir'
- 0
- 2020-02-11
- CryptoScroller
-
`/chemin/à/généré/data_dir`est unexemple qui doit être remplacépar le chemineffectif des données dunœud.`/path/to/generated/data_dir` is an example that should be replaced by the actual path of the node's data.
- 0
- 2020-02-12
- vect0r
-
alpha.baking.forge:pas de logementtrouvé auniveau 3 (max_piority=64)alpha.baking.forge: No slot found at level 3 (max_priority = 64)
- 0
- 2020-02-13
- CryptoScroller
-
Lorsqueje fais unetransaction,ilne s'agitpas de cuit automatiquement.When I do a transaction it is not getting baked automatically.
- 0
- 2020-02-13
- CryptoScroller
-
Vous devriezenvisager d'ouvrir unproblème dédié avec l'ensemble de la configurationet de la commande utilisée.Ce seraplusfacile de vous aider.You should consider opening a dedicated issue with the whole setup and the command used. It will be easier to help you.
- 0
- 2020-02-13
- vect0r
-
- 2019-11-06
Vouspouvez également utiliser
Tezos-sandboxmini-net
pourexécuter desboîtes de sable réseau complet avec desboulangeries,desendosseurs,etc.→ https://tezos.gitlab.io/developer/flextesa.htmllefe/a> & amp;
Tezos-Sandbox Mini-Net --Help
You can also use
tezos-sandbox mini-net
to run full network sandboxes with bakers, endorsers, etc.→ https://tezos.gitlab.io/developer/flextesa.html &
tezos-sandbox mini-net --help
-
Merci Seb!Jene peuxpas sembler être capable d'utiliser desflextesapour l'instance,caril veut vraiment unmodeinteractif,je cherche simplement à démarrer un sandbox dans un service de compensation Dockeret exécutezmestests d'appel RPC,vouspouvezpeut-êtrefournir une solution dans cette question?Passez unebonnejournée https://tezos.stackexchange.com/questions/1740/how-a-start-flextesa-in-non-interActive-modeThanks Seb ! I can't seem to be able to use flextesa for now because it really wants interactive mode, i'm just looking to start a sandbox in a docker compose service and run my rpc call tests, perhaps you can provide a solution in this question ? Have a great day https://tezos.stackexchange.com/questions/1740/how-to-start-flextesa-in-non-interactive-mode
- 0
- 2019-11-08
- jpic
Actuellement,Tezos Sandboxed Modebloque lestransactionsjusqu'à ce que quelque chose comme ceciest couru:
Question: Comment activer la cuisson automatique?(comme Geth -Dev)