taylormadeapps / steemiesvsdiesels

Docker Build for Steem
GNU Lesser General Public License v3.0
2 stars 0 forks source link

can I use steemiesvsdiesels in CentOS? #1

Open mirror222 opened 8 years ago

mirror222 commented 8 years ago

and is there a tutorial?

thank you.

taylormadeapps commented 8 years ago

CentOs supports Docker so I guess the answer is yes: https://docs.docker.com/engine/installation/linux/centos/

I've got a pre-built container image on docker hub now: https://hub.docker.com/r/taylormadeapps/steemiesvsdiesels/

So you run "docker pull taylormadeapps/steemiesvsdiesels:v0.0.1" to get the image.

I've started to do some documentation in the main Readme file, but I haven't got very far yet: https://github.com/taylormadeapps/steemiesvsdiesels/blob/master/README.md

Problem with the prebuilt image is that public key for ssh access is supplied during the docker build - so at the moment you will need to build the docker image and put your own public key at /keys/miningkey.pub at the moment to get ssh access.

You need ssh access to set the mining key in the steemd configuration (unless you do that in the docker build files also - https://github.com/taylormadeapps/steemiesvsdiesels/blob/master/conf/steemd/steemd.config.ini

If I can be of any further help let me know as I would like some early adopters to help me iron out the kinks.

mirror222 commented 8 years ago

awesome! will do a test :+1:

taylormadeapps commented 8 years ago

I'll send the current private putty key to you if that's any help. It might be worth putting the private key in the git repo and then documenting how to install your own private key in the image to secure your container.

Kind regards Tom Taylor

Technical Director Encircle Solutions Ltd. 1 Kaye's Walk The Lace Market Nottingham NG1 1PY

e: ttaylor@encircle.co.uk m: +44 7917 645569 t: +44 1273 930900 <+44+1273+930900>

On 2 August 2016 at 12:49, mirror222 notifications@github.com wrote:

awesome! will do a test 👍

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/taylormadeapps/steemiesvsdiesels/issues/1#issuecomment-236881121, or mute the thread https://github.com/notifications/unsubscribe-auth/AFDLK4CUgV5p6-KuhYDAD3apc_BFJUI7ks5qby7SgaJpZM4JaUBv .

mirror222 commented 8 years ago

675042ms th_a database.cpp:189 reindex ] Done reindexing, elapsed time: 453.56137999999998556 sec 675047ms th_a thread.cpp:95 thread ] name:ntp tid:140049379211008 675047ms th_a application.cpp:344 startup ] API database_api enabled publicly 675047ms th_a application.cpp:344 startup ] API login_api enabled publicly 675050ms th_a thread.cpp:95 thread ] name:p2p tid:140049368721152 675351ms th_a application.cpp:102 reset_p2p_node ] Adding seed node 46.252.27.1:1337 675357ms th_a application.cpp:102 reset_p2p_node ] Adding seed node 81.89.101.133:2001 675368ms th_a application.cpp:102 reset_p2p_node ] Adding seed node 85.214.65.220:2001 675368ms th_a application.cpp:102 reset_p2p_node ] Adding seed node 52.38.66.234:2001 675369ms th_a application.cpp:102 reset_p2p_node ] Adding seed node 104.207.152.44:2201 675369ms th_a application.cpp:102 reset_p2p_node ] Adding seed node 52.74.152.79:2001 675386ms th_a application.cpp:124 reset_p2p_node ] Configured p2p node to listen on 0.0.0.0:46563 675388ms th_a application.cpp:167 reset_websocket_serv ] Configured websocket rpc to listen on 127.0.0.1:8090 675388ms th_a main.cpp:167 main ] starting plugins 675388ms th_a witness.cpp:169 plugin_startup ] witness plugin: plugin_startup() begin 675388ms th_a witness.cpp:176 plugin_startup ] Launching block production for 1 witnesses. 675388ms th_a witness.cpp:189 plugin_startup ] Starting mining... 675391ms th_a witness.cpp:196 plugin_startup ] witness plugin: plugin_startup() end 675391ms th_a main.cpp:182 main ] Started witness node on a chain with 3630708 blocks. /etc/service/steemd/run.sh: line 3: 516 Killed ./steemd --rpc-endpoint

the steemd exits everytime without any prompts, any advice?

taylormadeapps commented 8 years ago

Hi I've put the private key in the git repo here: https://github.com/taylormadeapps/steemiesvsdiesels/blob/master/keys/miningkey.ppk Be sure to change your key in /root/.ssh/authorized_keys in production systems as anyone could get hold of the private key now from the git repo.

Not sure why the steemd is terminating. Are you running the docker container with the -d option so that it runs in deamon mode?

taylormadeapps commented 8 years ago

Hi I've put the private key in the git repo here: https://github.com/taylormadeapps/steemiesvsdiesels/blob/master/keys/miningkey.ppk Be sure to change your key in /root/.ssh/authorized_keys in production systems as anyone could get hold of the private key now from the git repo.

Not sure why the steemd is terminating. Are you running the docker container with the -d option so that it runs in deamon mode?

Kind regards Tom Taylor

Technical Director Encircle Solutions Ltd. 1 Kaye's Walk The Lace Market Nottingham NG1 1PY

e: ttaylor@encircle.co.uk m: +44 7917 645569 t: +44 1273 930900 <+44+1273+930900>

On 3 August 2016 at 08:18, mirror222 notifications@github.com wrote:

675042ms th_a database.cpp:189 reindex ] Done reindexing, elapsed time: 453.56137999999998556 sec 675047ms th_a thread.cpp:95 thread ] name:ntp tid:140049379211008 675047ms th_a application.cpp:344 startup ] API database_api enabled publicly 675047ms th_a application.cpp:344 startup ] API login_api enabled publicly 675050ms th_a thread.cpp:95 thread ] name:p2p tid:140049368721152 675351ms th_a application.cpp:102 reset_p2p_node ] Adding seed node 46.252.27.1:1337 675357ms th_a application.cpp:102 reset_p2p_node ] Adding seed node 81.89.101.133:2001 675368ms th_a application.cpp:102 reset_p2p_node ] Adding seed node 85.214.65.220:2001 675368ms th_a application.cpp:102 reset_p2p_node ] Adding seed node 52.38.66.234:2001 675369ms th_a application.cpp:102 reset_p2p_node ] Adding seed node 104.207.152.44:2201 675369ms th_a application.cpp:102 reset_p2p_node ] Adding seed node 52.74.152.79:2001 675386ms th_a application.cpp:124 reset_p2p_node ] Configured p2p node to listen on 0.0.0.0:46563 675388ms th_a application.cpp:167 reset_websocket_serv ] Configured websocket rpc to listen on 127.0.0.1:8090 675388ms th_a main.cpp:167 main ] starting plugins 675388ms th_a witness.cpp:169 plugin_startup ] witness plugin: plugin_startup() begin 675388ms th_a witness.cpp:176 plugin_startup ] Launching block production for 1 witnesses. 675388ms th_a witness.cpp:189 plugin_startup ] Starting mining... 675391ms th_a witness.cpp:196 plugin_startup ] witness plugin: plugin_startup() end 675391ms th_a main.cpp:182 main ] Started witness node on a chain with 3630708 blocks. /etc/service/steemd/run.sh: line 3: 516 Killed ./steemd --rpc-endpoint

the steemd exits everytime without any prompts, any advice?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/taylormadeapps/steemiesvsdiesels/issues/1#issuecomment-237161730, or mute the thread https://github.com/notifications/unsubscribe-auth/AFDLK-zhiN6FMv_mfpMbcp80KZK0vKdAks5qcEC0gaJpZM4JaUBv .