From d36669fd75de38709283f820458f5883f0a93ed7 Mon Sep 17 00:00:00 2001 From: anonimal Date: Sat, 17 Dec 2016 02:52:09 +0000 Subject: [PATCH 1/3] simplewallet: hardcode Monero's donation address Closes #1447 References #1451 --- src/simplewallet/simplewallet.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index b4644797..b00d837c 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -2836,7 +2836,8 @@ bool simple_wallet::donate(const std::vector &args_) return true; } std::string mixin_str; - std::string address_str = "donate.getmonero.org"; + // Hardcode Monero's donation address (see #1447) + const std::string address_str = "44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A"; std::string amount_str; std::string payment_id_str; // check payment id From b9a28677e266c0a493ca477202b301c9c7026c45 Mon Sep 17 00:00:00 2001 From: anonimal Date: Sat, 17 Dec 2016 03:37:20 +0000 Subject: [PATCH 2/3] simplewallet: add return type for donate function Resolves -Wreturn-type References #1447 #1451 --- src/simplewallet/simplewallet.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index b00d837c..36c86215 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -2865,6 +2865,7 @@ bool simple_wallet::donate(const std::vector &args_) if (!payment_id_str.empty()) local_args.push_back(payment_id_str); transfer_new(local_args); + return true; } //---------------------------------------------------------------------------------------------------- bool simple_wallet::accept_loaded_tx(const std::function get_num_txes, const std::function &get_tx, const std::string &extra_message) From c367d7df31cf0d2b5f540df478d828ccf240f9cd Mon Sep 17 00:00:00 2001 From: anonimal Date: Sat, 17 Dec 2016 03:49:52 +0000 Subject: [PATCH 3/3] README: add note about the donate command References #1447 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6cf5c4e5..a6a57da2 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,8 @@ The Monero donation address is: `44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft The Bitcoin donation address is: `1KTexdemPdxSBcG55heUuTjDRYqbC5ZL8H` +*Note: you can easily donate XMR to the Monero donation address by using the `donate` command. Type `help` in the command-line wallet for details.* + Core development funding and/or some supporting services are also graciously provided by sponsors: [](https://mymonero.com)