validator-keys-tool icon indicating copy to clipboard operation
validator-keys-tool copied to clipboard

Generate master and ephemeral rippled validator keys

Results 13 validator-keys-tool issues
Sort by recently updated
recently updated
newest added

when try to compile using cmake i got those errors: -- NIH-EP cache path: /home/davide/gitsources/validator-keys-tool/.nih_c/unix_makefiles/GNU_11.3.0/Release -- Installed rippled not found... using local copy from tag/commit [master] -- Pausing to download...

This is basically the same change that was included in https://github.com/ripple/rippled/pull/4150 Building with the Visual Studio 19 or 22 cmake generators fails because "Win64" is not included in the name....

During the cmake step, I get the following output. I even tried adding the path to rippled but still doesn't work. I know I'm missing something. root@parallels-vm:/home/parallels/VALIDATOR-TOOL/build/gcc.debug# cmake -DCMAKE_BUILD_TYPE=Release CMake...

Could you tag releases so that downstream package repositories can fetch them instead a commit? This makes updates easier, more automated and better trusted because the commit cannot be from...

This change, if merged, adds support for external signing tools, such as an HSM (Hardware Security Module). Additionally: * Include unit tests for external signing support functions * Because this...

enhancement

Seems the recipe is calling xrpl/2.1.0 does not exist. `Recipe 'xrpl/2.1.0' seems broken. It is possible that this recipe is not Conan 2.0 ready If the recipe comes from ConanCenter,...

Validator keys tool currently supports generating of the validator token using a private key that lives on the disk. For security, we're storing keys over HSM and MPC, that is...

Port the function https://github.com/ripple/validator-keys-tool/blob/c640d03010ca0a45b66c35427503e959ae1df255/src/ValidatorKeysTool.cpp#L256 to JavaScript/ TypeScript I've been unable to find an equivalent, unsure if this is possible.