Update m_notary_KMD#1
Merged
ca333 merged 1 commit intoKomodoPlatform:masterfrom Dec 10, 2019
himu007:patch-1
Merged
Conversation
ca333
approved these changes
Dec 10, 2019
ca333
pushed a commit
that referenced
this pull request
Feb 11, 2020
use appropriate compilation process/job count
ca333
pushed a commit
that referenced
this pull request
Jul 7, 2020
This should give time for rule clarity and tweaking of processes etc to avoid unintended mass culling of the NN group while initial rule-sets are scrutinized, adapted and more explicitly defined with respect to actual conditions within the network. For example - `Reach at least 33% of your region’s best monthly NN notarization score. This is checked on the first day of each month, beginning one month after the new NN season has begun.` has been tagged for review due to early notarisation figures indicating skewed distribution (e.g. in SH region, #1 node has 2x score of #2 node) I'd encourage NN ops to discuss a revised metric and submit it in accordance with the "polls and voting" section of the NN bible.
DeckerSU
added a commit
to DeckerSU/dPoW
that referenced
this pull request
Apr 4, 2023
format #include <nanomsg/something.h> will allow compiler to look into /usr/inlcude or /usr/local/include as well. So, both variant of nanomsg dependency install will be available: Variant KomodoPlatform#1: ```bash cd ~ git clone https://github.com/nanomsg/nanomsg cd nanomsg cmake . -DNN_TESTS=OFF -DNN_ENABLE_DOC=OFF make -j2 sudo make install sudo ldconfig ``` Variant KomodoPlatform#2: ```bash sudo apt install libnanomsg-dev ``` In both cases iguana will be built correctly.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.