-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Running eosiod doesn't create directory data-dir #1695
Comments
met the same issue |
./eosiod --config-dir data-dir/ |
same on Ubuntu 16.04, it didn't create a directory named data-dir after I run eosiod. |
Thanks @4575759ww this worked and created data-dir directory and config.ini. I had to add producer-name = eosio to the config.ini eosio generated block 530ba3aa... #245 @ 2018-03-19T13:28:29.000 with 0 trxs Is this how it's supposed to be? |
Yes, a local node not connected to the testnet will only produce empty blocks, unless you start conducting transactions on it. Its purpose is to enable testing of contracts you're developing. You're now ready to start writing new contracts and trying them out. |
Hi,
I'm trying to follow steps in "Creating and launching a single-node testnet" (https://github.com/EOSIO/eos#creating-and-launching-a-single-node-testnet)
but when I run eosiod, it doesn't create directory named data-dir.
Instead it's stuck at
500312ms thread-0 net_plugin.cpp:2752 plugin_startup ] starting listener, max clients is 25
Am I missing anything? Where can I find config.ini ?
Thanks in advance,
The text was updated successfully, but these errors were encountered: