tokenika / eosfactory

Python-based EOS smart-contract development & testing framework
http://eosfactory.io/
Other
243 stars 62 forks source link

Running node in background #43

Closed ephdtrg closed 5 years ago

ephdtrg commented 6 years ago

I want to use eosfactory on server without actual screen (through SSH, etc), but for now, running tests explicitly needs to open gnome terminal for running node. Is it possible to run node in background, like how it does ethereum truffle and ganache?

cthacker commented 6 years ago

I'm going to 2nd this. If people can't run this remote it will be sparingly used.

jakub-zarembinski commented 6 years ago

Is it possible to run node in background, like how it does ethereum truffle and ganache?

We've tried that but we couldn't find a satisfying solution that works across all platforms.

We will take another look at this problem and will let you know. Maybe we'll a offer GUI-less nodeos only for Linux-based OS.

stefanzarembinski commented 5 years ago

Fixed in the current edition.