We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Environment
I have build like this below https://github.com/steemit/steem/blob/master/doc/building.md#building-on-ubuntu-1604
and then, I have download below file https://s3.amazonaws.com/steemit-dev-blockchainstate/block_log-latest
I have set config.ini
plugin = witness account_by_key account_by_key_api condenser_api account_history account_history_api block_api network_broadcast_api database_api
shared-file-size = 54G
and then, I executed
sudo steemd --data-dir=witness_node_data_dir --replay-blockchain
I just did do to monitor during 3days. but it was only 26% in sync
and then, i killed steemd ps.
and, I had re-build like this below https://developers.steem.io/tutorials-recipes/get_transaction_node and run sudo steemd --data-dir=witness_node_data_dir --replay-blockchain
it is also slowly... From 18%, it was slow..
I checked like this case. #2505 Above issue, I saw answer
but RAM, CPU using like below
What can i do??...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
I have build like this below
https://github.com/steemit/steem/blob/master/doc/building.md#building-on-ubuntu-1604
and then, I have download below file
https://s3.amazonaws.com/steemit-dev-blockchainstate/block_log-latest
I have set config.ini
plugin = witness account_by_key account_by_key_api condenser_api account_history account_history_api block_api network_broadcast_api database_api
shared-file-size = 54G
and then, I executed
sudo steemd --data-dir=witness_node_data_dir --replay-blockchain
I just did do to monitor during 3days.
but it was only 26% in sync
and then, i killed steemd ps.
and, I had re-build like this below
https://developers.steem.io/tutorials-recipes/get_transaction_node
and run sudo steemd --data-dir=witness_node_data_dir --replay-blockchain
it is also slowly...
From 18%, it was slow..
I checked like this case.
#2505
Above issue, I saw answer
but RAM, CPU using like below
What can i do??...
The text was updated successfully, but these errors were encountered: