You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
I noticed some unusual doc errors or inconsistency with the readme.md and the instructions
For example ...
You should see the following response:
spawning child, programs/eosd/eosd --skip-transaction-signatures --data-dir tn_data_0
spawning child, programs/eosd/eosd --skip-transaction-signatures --data-dir tn_data_1
To confirm the nodes are running, run following eosc commands:
~/eos/build/programs/eosc
./eosc -p 8888 get info
./eosc -p 8889 get info
For each command you should get a json with blockchain information.
is WRONG! ~/eos/build/programs/eosc should be cd ~/eos/build/programs/eosc
But when I went to create the pull request - i noticed the readme.md is correct on my iMac
Why is this inconsistent?
The text was updated successfully, but these errors were encountered:
I noticed some unusual doc errors or inconsistency with the readme.md and the instructions
For example ...
You should see the following response:
spawning child, programs/eosd/eosd --skip-transaction-signatures --data-dir tn_data_0
spawning child, programs/eosd/eosd --skip-transaction-signatures --data-dir tn_data_1
To confirm the nodes are running, run following eosc commands:
~/eos/build/programs/eosc
./eosc -p 8888 get info
./eosc -p 8889 get info
For each command you should get a json with blockchain information.
is WRONG! ~/eos/build/programs/eosc should be cd ~/eos/build/programs/eosc
But when I went to create the pull request - i noticed the readme.md is correct on my iMac
Why is this inconsistent?
The text was updated successfully, but these errors were encountered: