mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
Dashify a few docs and the use of an address
This commit is contained in:
parent
5ba21d4e33
commit
5496e468a6
@ -81,7 +81,7 @@ Project maintainers aim for a quick turnaround on refactoring pull requests, so
|
|||||||
"Decision Making" Process
|
"Decision Making" Process
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
The following applies to code changes to the Dash Core project (and related projects such as libsecp256k1), and is not to be confused with overall Bitcoin Network Protocol consensus changes.
|
The following applies to code changes to the Dash Core project (and related projects such as libsecp256k1), and is not to be confused with overall Dash Network Protocol consensus changes.
|
||||||
|
|
||||||
Whether a pull request is merged into Dash Core rests with the project merge maintainers and ultimately the project lead.
|
Whether a pull request is merged into Dash Core rests with the project merge maintainers and ultimately the project lead.
|
||||||
|
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
Benchmarking
|
Benchmarking
|
||||||
============
|
============
|
||||||
|
|
||||||
Bitcoin Core has an internal benchmarking framework, with benchmarks
|
Dash Core has an internal benchmarking framework, with benchmarks
|
||||||
for cryptographic algorithms such as SHA1, SHA256, SHA512 and RIPEMD160. As well as the rolling bloom filter.
|
for cryptographic algorithms such as SHA1, SHA256, SHA512 and RIPEMD160. As well as the rolling bloom filter.
|
||||||
|
|
||||||
After compiling bitcoin-core, the benchmarks can be run with:
|
After compiling dash-core, the benchmarks can be run with:
|
||||||
`src/bench/bench_bitcoin`
|
`src/bench/bench_bitcoin`
|
||||||
|
|
||||||
The output will look similar to:
|
The output will look similar to:
|
||||||
|
@ -519,7 +519,7 @@ UniValue signmessagewithprivkey(const UniValue& params, bool fHelp)
|
|||||||
"\nCreate the signature\n"
|
"\nCreate the signature\n"
|
||||||
+ HelpExampleCli("signmessagewithprivkey", "\"privkey\" \"my message\"") +
|
+ HelpExampleCli("signmessagewithprivkey", "\"privkey\" \"my message\"") +
|
||||||
"\nVerify the signature\n"
|
"\nVerify the signature\n"
|
||||||
+ HelpExampleCli("verifymessage", "\"1D1ZrZNe3JUo7ZycKEYQQiQAWd9y54F4XZ\" \"signature\" \"my message\"") +
|
+ HelpExampleCli("verifymessage", "\"XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg\" \"signature\" \"my message\"") +
|
||||||
"\nAs json rpc\n"
|
"\nAs json rpc\n"
|
||||||
+ HelpExampleRpc("signmessagewithprivkey", "\"privkey\", \"my message\"")
|
+ HelpExampleRpc("signmessagewithprivkey", "\"privkey\", \"my message\"")
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user