Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README #1897

Closed
17 tasks
abitmore opened this issue Aug 10, 2019 · 7 comments · Fixed by #2207
Closed
17 tasks

Update README #1897

abitmore opened this issue Aug 10, 2019 · 7 comments · Fixed by #2207
Assignees
Labels
5a Docs Needed Status specific to Documentation indicating the need for proper documentation to be added

Comments

@abitmore
Copy link
Member

abitmore commented Aug 10, 2019

User Story

  1. use safer set_password and unlock commands (for Linux and macOS , and perhaps MinGW build which needs to verify (update: verified that it does not work in MinGW)).

  2. Above "FAQ", the 3 links are broken.

  3. In FAQ, the answer to the question "Is there a way to access methods which require login over HTTP" is outdated. We now support Basic HTTP authentication, see Auto login on every ws/rpc connection using HTTP Authorization header if present #223.

  4. the link to "type.hpp" is broken, additionally, the code is less readable for answering the question due to Refactor protocol definitions into separate library #1506.

  5. Update hardware requirements. The block database is now a little larger than 80GB. ES nodes may need more than 500GB. RAM requirements of default node and minimal node are fine, but perhaps 640GB RAM is not enough for full nodes.

Impacts
Describe which portion(s) of BitShares Core may be impacted by your request. Please tick at least one box.

  • API (the application programming interface)
  • Build (the build process or something prior to compiled code)
  • CLI (the command line wallet)
  • Deployment (the deployment process after building such as Docker, Travis, etc.)
  • DEX (the Decentralized EXchange, market engine, etc.)
  • P2P (the peer-to-peer network for transaction/block propagation)
  • Performance (system or user efficiency, etc.)
  • Protocol (the blockchain logic, consensus, validation, etc.)
  • Security (the security of system or user data, etc.)
  • UX (the User Experience)
  • Other (please add below)

Additional Context (optional)
Add any other context about your request here.

CORE TEAM TASK LIST

  • Evaluate / Prioritize Feature Request
  • Refine User Stories / Requirements
  • Define Test Cases
  • Design / Develop Solution
  • Perform QA/Testing
  • Update Documentation
@abitmore abitmore added the 5a Docs Needed Status specific to Documentation indicating the need for proper documentation to be added label Aug 10, 2019
@abitmore abitmore added this to the 3.3.0 - Feature Release milestone Aug 10, 2019
@abitmore abitmore added this to To do in Feature Release (3.3.0) via automation Aug 10, 2019
@abitmore
Copy link
Member Author

@cedar-book sorry, latest verified info is the "safe unlock" feature doesn't work in Windows.

@abitmore
Copy link
Member Author

abitmore commented Sep 6, 2019

Is it better to add hardware requirements for running Docker instances in README?

@pmconrad
Copy link
Contributor

pmconrad commented Sep 7, 2019

Are they significantly different from normal installation?

@abitmore
Copy link
Member Author

abitmore commented Sep 7, 2019

Are they significantly different from normal installation?

I don't use Docker, that's why I asked the question. Perhaps @xeroc or @sschiessl-bcp could help clarify?

@sschiessl-bcp
Copy link

sschiessl-bcp commented Nov 6, 2019

The docker container itself is compiled in docker hub, so I don't have too much information for that.

Docker witness_node from docker hub:

BITSHARESD_PLUGINS=market_history account_history"
BITSHARESD_ARGS=None

needs

  • 14 GB RAM
  • 78 GB disk space

CPU depends on usage.

ElasticSearch will take as much RAM and CPU as available (if not restricted), the more available the better it scales. We run it with

BITSHARESD_PLUGINS=elasticsearch es_objects market_history
BITSHARESD_ARGS=--elasticsearch-operation-object=true --es-objects-keep-only-current=true

and it currently needs 674 GB disk space.

@abitmore abitmore added this to To do in Protocol Upgrade Release (4.0.0) via automation Apr 5, 2020
@abitmore abitmore assigned abitmore and unassigned dls-cipher Jun 22, 2020
@abitmore abitmore linked a pull request Jun 23, 2020 that will close this issue
@abitmore abitmore moved this from To do to In testing in Protocol Upgrade Release (4.0.0) Jun 23, 2020
@abitmore abitmore moved this from In testing to In development in Protocol Upgrade Release (4.0.0) Jun 23, 2020
@abitmore abitmore moved this from In development to In testing in Protocol Upgrade Release (4.0.0) Jun 24, 2020
@abitmore
Copy link
Member Author

Done via #2207.

Protocol Upgrade Release (4.0.0) automation moved this from In testing to Done Jun 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5a Docs Needed Status specific to Documentation indicating the need for proper documentation to be added
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

5 participants