Created
July 1, 2019 17:42
-
-
Save frol/dd2451b34b1b10d75fff1e75fa699375 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./scripts/start_localnet.py | |
**************************************************** | |
* Running NEAR validator node for Local TestNet * | |
**************************************************** | |
Using default tag: latest | |
latest: Pulling from nearprotocol/nearcore | |
c64513b74145: Pull complete | |
01b8b12bad90: Pull complete | |
c5d85cf7a05f: Pull complete | |
b6b268720157: Pull complete | |
e12192999ff1: Pull complete | |
d39ece66b667: Pull complete | |
65599be66378: Pull complete | |
bf066c63024f: Pull complete | |
c77e52111f28: Pull complete | |
1e344212f540: Pull complete | |
398cdab9c21b: Pull complete | |
99990da64a71: Pull complete | |
Digest: sha256:a8fc34de604c26ad28f3101d6eefbdf73b6b02658572461d33f4191d78015eeb | |
Status: Downloaded newer image for nearprotocol/nearcore:latest | |
Using default tag: latest | |
latest: Pulling from v2tec/watchtower | |
a5415f98d52c: Pull complete | |
c3f7208ad77c: Pull complete | |
169c1e589d74: Pull complete | |
Digest: sha256:4cb6299fe87dcbfe0f13dcc5a11bf44bd9628a4dae0035fecb8cc2b88ff0fc79 | |
Status: Downloaded newer image for v2tec/watchtower:latest | |
Setting up network configuration. | |
Enter your account ID (leave empty if not going to be a validator): | |
*** Running /etc/my_init.d/00_regen_ssh_host_keys.sh... | |
*** Running /etc/my_init.d/10_syslog-ng.init... | |
Jul 1 17:18:05 9bca2bf75507 syslog-ng[13]: syslog-ng starting up; version='3.13.2' | |
*** Booting runit daemon... | |
*** Runit started as PID 22 | |
*** Running near --home=/srv/near init --chain-id= --account-id=... | |
Jul 1 17:18:06 9bca2bf75507 cron[26]: (CRON) INFO (pidfile fd = 3) | |
Jul 1 17:18:06 9bca2bf75507 cron[26]: (CRON) INFO (Running @reboot jobs) | |
[2019-07-01T17:18:06Z INFO near::config] Generated node key, validator key, genesis file in /srv/near | |
*** near exited with status 0. | |
*** Shutting down runit daemon (PID 22)... | |
*** Running /etc/my_init.post_shutdown.d/10_syslog-ng.shutdown... | |
Jul 1 17:18:07 9bca2bf75507 syslog-ng[13]: syslog-ng shutting down; version='3.13.2' | |
*** Killing all processes... | |
Stake for user 'test.near' with '6jwPBH58AiWoARRrQ8LvVKt46PMy26yL96c8sYfiAthw' | |
Starting NEAR client and Watchtower dockers... | |
Error response from daemon: No such container: watchtower | |
Error: No such container: watchtower | |
Error response from daemon: No such container: nearcore | |
Error: No such container: nearcore | |
26a43c5a74b9302e9f6dbc7ba93c3c12fa31fef8cbc3a1e6f77a3501325e1750 | |
46c3c5d5933e426c405f8629810387d6b64a25cf91d8a2f0352b6b0a24806400 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment