Words
34
Reading
1 min
Listen
Play
4y
Thanks.
What channel on Discord?
I have tried the following:
docker run \
-d -p 2001:2001 -p 8090:8090 --name hived \
hiveio/hive
as recommended here:
https://gitlab.syncad.com/hive/hive/-/blob/master/README.md
Looks like it is working (going by the output of docker logs):
{"new_block":{"previous":"00097893647b6f6a8beaa33c59d2fbffadc525a6","timestamp":"2016-04-15T14:46:06","witness":"stone1","transaction_merkle_root":"0000000000000000000000000000000000000000","extensions":[],"witness_signature":"1f6e291e0b68baa839dbf2ac7490f0aa0ad073f905e4aef9d61f95fc06fa34adee3f43b66ed01777b15bff374261ce5e6049f56f9fb5aba80eec598f8b00444219","transactions":[]}}
database.cpp:1035 operator()
3406712ms chain_plugin.cpp:795 accept_block ] Syncing Blockchain --- Got block: #630000 time: 2016-04-15T22:38:33 producer: steemit221
3413764ms chain_plugin.cpp:795 accept_block ] Syncing Blockchain --- Got block: #640000 time: 2016-04-16T07:04:03 producer: dantheman
3419130ms chain_plugin.cpp:795 accept_block ] Syncing Blockchain --- Got block: #650000 time: 2016-04-16T15:28:51 producer: tombstone80
3423506ms chain_plugin.cpp:795 accept_block ] Syncing Blockchain --- Got block: #660000 time: 2016-04-16T23:55:09 producer: tombstone2
3430899ms chain_plugin.cpp:795 accept_block ] Syncing Blockchain --- Got block: #670000 time: 2016-04-17T08:20:54 producer: qiqi
3437555ms chain_plugin.cpp:795 accept_block ] Syncing Blockchain --- Got block: #680000 time: 2016-04-17T17:04:36 producer: esteemed
3442797ms chain_plugin.cpp:795 accept_block ] Syncing Blockchain --- Got block: #690000 time: 2016-04-18T01:35:54 producer: coldstorage3
Should we perhaps use this Docker image as a base?
RE: HIAB (HIVE In a Box) : 20 April update