From 9b5efe2f5f109fc9ecd7dd574ca08bb7ae1607fc Mon Sep 17 00:00:00 2001 From: inkvisit Date: Thu, 5 May 2016 18:19:19 +0300 Subject: [PATCH 1/6] name change name change --- README.md | 2 +- contrib/debian/control | 4 ++-- contrib/gitian-descriptors/README.md | 4 ++-- contrib/gitian-descriptors/gitian-linux.yml | 2 +- contrib/gitian-descriptors/gitian-osx.yml | 2 +- contrib/gitian-descriptors/gitian-rpi2.yml | 2 +- contrib/gitian-descriptors/gitian-win.yml | 2 +- doc/README.md | 2 +- doc/build-osx.md | 2 +- doc/gitian-building.md | 4 ++-- doc/release-notes/dash/release-notes-0.12.0.md | 2 +- doc/release-process.md | 2 +- 12 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 3178aa4849da3..f0159faa93004 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ match the project's coding conventions (see [doc/coding.md](doc/coding.md)) or a controversial. The `master` branch is regularly built and tested, but is not guaranteed to be -completely stable. [Tags](https://github.com/dashpay/dash/tags) are created +completely stable. [Tags](https://github.com/inkvisit/sarmacoins/tags) are created regularly to indicate new official, stable release versions of Dash. ***TODO*** Testing diff --git a/contrib/debian/control b/contrib/debian/control index 72cfb9747cb13..200ce20b258d5 100644 --- a/contrib/debian/control +++ b/contrib/debian/control @@ -23,8 +23,8 @@ Build-Depends: debhelper, libprotobuf-dev, protobuf-compiler Standards-Version: 3.9.2 Homepage: http://www.dashpay.io/ -Vcs-Git: git://github.com/dashpay/dash.git -Vcs-Browser: http://github.com/dashpay/dash +Vcs-Git: git://github.com/inkvisit/sarmacoins.git +Vcs-Browser: http://github.com/inkvisit/sarmacoins Package: dashd Architecture: any diff --git a/contrib/gitian-descriptors/README.md b/contrib/gitian-descriptors/README.md index faa1c4b194ee1..11bc27c359825 100644 --- a/contrib/gitian-descriptors/README.md +++ b/contrib/gitian-descriptors/README.md @@ -20,7 +20,7 @@ Sanity checks: Once you've got the right hardware and software: - git clone git://github.com/dashpay/dash.git + git clone git://github.com/inkvisit/sarmacoins.git git clone git://github.com/devrandom/gitian-builder.git mkdir gitian-builder/inputs cd gitian-builder/inputs @@ -62,5 +62,5 @@ Here's a description of Gavin's setup on OSX 10.6: 5. Still inside Ubuntu, tell gitian-builder to use LXC, then follow the "Once you've got the right hardware and software" instructions above: export USE_LXC=1 - git clone git://github.com/dashpay/dash.git + git clone git://github.com/inkvisit/sarmacoins.git ... etc diff --git a/contrib/gitian-descriptors/gitian-linux.yml b/contrib/gitian-descriptors/gitian-linux.yml index 5a7897ee32066..43d0e5afe98bd 100755 --- a/contrib/gitian-descriptors/gitian-linux.yml +++ b/contrib/gitian-descriptors/gitian-linux.yml @@ -17,7 +17,7 @@ packages: - "binutils-gold" reference_datetime: "2014-01-10 00:00:00" remotes: -- "url": "https://github.com/dashpay/dash.git" +- "url": "https://github.com/inkvisit/sarmacoins.git" "dir": "dash" files: [] script: | diff --git a/contrib/gitian-descriptors/gitian-osx.yml b/contrib/gitian-descriptors/gitian-osx.yml index f8cb34deef226..8273fa4f61cd5 100644 --- a/contrib/gitian-descriptors/gitian-osx.yml +++ b/contrib/gitian-descriptors/gitian-osx.yml @@ -20,7 +20,7 @@ packages: - "libbz2-dev" reference_datetime: "2013-06-01 00:00:00" remotes: -- "url": "https://github.com/dashpay/dash.git" +- "url": "https://github.com/inkvisit/sarmacoins.git" "dir": "dash" files: - "MacOSX10.7.sdk.tar.gz" diff --git a/contrib/gitian-descriptors/gitian-rpi2.yml b/contrib/gitian-descriptors/gitian-rpi2.yml index 6bf051f8c21ff..808905eb2b083 100644 --- a/contrib/gitian-descriptors/gitian-rpi2.yml +++ b/contrib/gitian-descriptors/gitian-rpi2.yml @@ -17,7 +17,7 @@ packages: - "binutils-gold" reference_datetime: "2014-01-10 00:00:00" remotes: -- "url": "https://github.com/dashpay/dash.git" +- "url": "https://github.com/inkvisit/sarmacoins.git" "dir": "dash" files: - "raspberrypi-tools.tar.gz" diff --git a/contrib/gitian-descriptors/gitian-win.yml b/contrib/gitian-descriptors/gitian-win.yml index 9ca5ab6e496d2..b2e4b49c5af49 100755 --- a/contrib/gitian-descriptors/gitian-win.yml +++ b/contrib/gitian-descriptors/gitian-win.yml @@ -20,7 +20,7 @@ packages: - "zip" reference_datetime: "2014-01-10 00:00:00" remotes: -- "url": "https://github.com/dashpay/dash.git" +- "url": "https://github.com/inkvisit/sarmacoins.git" "dir": "dash" files: [] script: | diff --git a/doc/README.md b/doc/README.md index 2dab1a7c7a848..949afa207c9cd 100644 --- a/doc/README.md +++ b/doc/README.md @@ -46,7 +46,7 @@ The following are developer notes on how to build Dash on your native platform. Development --------------------- -The Dash repo's [root README](https://github.com/dashpay/dash/blob/master/README.md) contains relevant information on the development process and automated testing. +The Dash repo's [root README](https://github.com/inkvisit/sarmacoins/blob/master/README.md) contains relevant information on the development process and automated testing. - [Coding Guidelines](coding.md) - [Multiwallet Qt Development](multiwallet-qt.md) diff --git a/doc/build-osx.md b/doc/build-osx.md index e4354beeee376..98653e94df258 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -67,7 +67,7 @@ After exiting, you'll get a warning that the install is keg-only, which means it 1. Clone the github tree to get the source code and go into the directory. - git clone https://github.com/dashpay/dash.git + git clone https://github.com/inkvisit/sarmacoins.git cd dash 2. Build dashd: diff --git a/doc/gitian-building.md b/doc/gitian-building.md index d287c675ec5eb..65d76b9cc4cd7 100644 --- a/doc/gitian-building.md +++ b/doc/gitian-building.md @@ -281,7 +281,7 @@ Clone the git repositories for dash and gitian and then checkout the dash versio ```bash git clone https://github.com/devrandom/gitian-builder.git -git clone https://github.com/dashpay/dash.git +git clone https://github.com/inkvisit/sarmacoins.git cd dash git checkout v${VERSION} cd .. @@ -350,7 +350,7 @@ Output from `gbuild` will look something like remote: Total 35606 (delta 0), reused 0 (delta 0) Receiving objects: 100% (35606/35606), 26.52 MiB | 4.28 MiB/s, done. Resolving deltas: 100% (25724/25724), done. - From https://github.com/dashpay/dash + From https://github.com/inkvisit/sarmacoins ... (new tags, new branch etc) --- Building for precise x86_64 --- Stopping target if it is up diff --git a/doc/release-notes/dash/release-notes-0.12.0.md b/doc/release-notes/dash/release-notes-0.12.0.md index 6bae7f87ce229..65764fee4d8a2 100644 --- a/doc/release-notes/dash/release-notes-0.12.0.md +++ b/doc/release-notes/dash/release-notes-0.12.0.md @@ -8,7 +8,7 @@ Dash Core version 0.12.0 is now available from: Please report bugs using the issue tracker at github: - https://github.com/dashpay/dash/issues + https://github.com/inkvisit/sarmacoins/issues How to Upgrade diff --git a/doc/release-process.md b/doc/release-process.md index 250eb63b80c94..59a41eea0191f 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -2,7 +2,7 @@ Release Process ==================== * update translations (ping wumpus, Diapolo or tcatm on IRC) -* see https://github.com/dashpay/dash/blob/master/doc/translation_process.md#syncing-with-transifex +* see https://github.com/inkvisit/sarmacoins/blob/master/doc/translation_process.md#syncing-with-transifex * * * From 95a21749c5807356782bc9a8fe7e2401aedea6f8 Mon Sep 17 00:00:00 2001 From: inkvisit Date: Thu, 5 May 2016 18:29:43 +0300 Subject: [PATCH 2/6] another changes sash changes to Sarmacoins --- README.md | 8 ++++---- configure.ac | 2 +- contrib/debian/control | 2 +- doc/README.md | 4 ++-- doc/gitian-building.md | 4 ++-- doc/guide-startmany.md | 2 +- doc/release-notes/dash/release-notes-0.11.2.md | 2 +- doc/release-notes/dash/release-notes-0.12.0.md | 2 +- doc/release-process.md | 10 +++++----- share/qt/Info.plist.in | 6 +++--- share/setup.nsi.in | 2 +- src/chainparams.cpp | 4 ++-- src/darksend.cpp | 4 ++-- src/dashd.cpp | 2 +- src/pow.cpp | 2 +- src/qt/guiconstants.h | 2 +- src/qt/macnotificationhandler.mm | 2 +- 17 files changed, 30 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index f0159faa93004..0075056d4e907 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Dash Core staging tree 0.12 =============================== -https://www.dashpay.io +https://www.SarmaCoins.io Copyright (c) 2009-2015 Bitcoin Core Developers @@ -18,7 +18,7 @@ are carried out collectively by the network. Dash Core is the name of open source software which enables the use of this currency. For more information, as well as an immediately useable, binary version of -the Dash Core software, see https://www.dashpay.io/downloads. +the Dash Core software, see https://www.SarmaCoins.io/downloads. License @@ -65,14 +65,14 @@ submit new unit tests for old code. Unit tests can be compiled and run (assuming Every pull request is built for both Windows and Linux on a dedicated server, and unit and sanity tests are automatically run. The binaries produced may be used for manual QA testing — a link to them will appear in a comment on the -pull request posted by [DashPullTester](https://github.com/dashpay/PullTester). See https://github.com/TheBlueMatt/test-scripts +pull request posted by [DashPullTester](https://github.com/SarmaCoins/PullTester). See https://github.com/TheBlueMatt/test-scripts for the build/test scripts. ***TODO*** ### Manual Quality Assurance (QA) Testing Large changes should have a test plan, and should be tested by somebody other than the developer who wrote the code. -See https://github.com/dashpay/QA/ for how to create a test plan. ***TODO*** +See https://github.com/SarmaCoins/QA/ for how to create a test plan. ***TODO*** Translations ------------ diff --git a/configure.ac b/configure.ac index 1a98aaf6d6af8..e95dfb0e54735 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ define(_CLIENT_VERSION_REVISION, 0) define(_CLIENT_VERSION_BUILD, 56) define(_CLIENT_VERSION_IS_RELEASE, true) define(_COPYRIGHT_YEAR, 2015) -AC_INIT([Dash Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[info@dashpay.io],[dash]) +AC_INIT([Dash Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[info@SarmaCoins.io],[dash]) AC_CONFIG_SRCDIR([src/main.cpp]) AC_CONFIG_HEADERS([src/config/dash-config.h]) AC_CONFIG_AUX_DIR([build-aux]) diff --git a/contrib/debian/control b/contrib/debian/control index 200ce20b258d5..500426f16317f 100644 --- a/contrib/debian/control +++ b/contrib/debian/control @@ -22,7 +22,7 @@ Build-Depends: debhelper, libqrencode-dev, libprotobuf-dev, protobuf-compiler Standards-Version: 3.9.2 -Homepage: http://www.dashpay.io/ +Homepage: http://www.SarmaCoins.io/ Vcs-Git: git://github.com/inkvisit/sarmacoins.git Vcs-Browser: http://github.com/inkvisit/sarmacoins diff --git a/doc/README.md b/doc/README.md index 949afa207c9cd..ac589675dc153 100644 --- a/doc/README.md +++ b/doc/README.md @@ -34,7 +34,7 @@ Drag Dash-Qt to your applications folder, and then run Dash-Qt. * See the documentation at the [Dash Wiki](https://en.bitcoin.it/wiki/Main_Page) ***TODO*** for help and more information. -* Ask for help on [#dashpay](http://webchat.freenode.net?channels=dashpay) on Freenode. If you don't have an IRC client use [webchat here](http://webchat.freenode.net?channels=dashpay). +* Ask for help on [#SarmaCoins](http://webchat.freenode.net?channels=SarmaCoins) on Freenode. If you don't have an IRC client use [webchat here](http://webchat.freenode.net?channels=SarmaCoins). * Ask for help on the [DashTalk](https://dashtalk.org/) forums. Building @@ -58,7 +58,7 @@ The Dash repo's [root README](https://github.com/inkvisit/sarmacoins/blob/master ### Resources * Discuss on the [DashTalk](https://dashtalk.org/) forums, in the Development & Technical Discussion board. -* Discuss on [#dashpay](http://webchat.freenode.net/?channels=dashpay) on Freenode. If you don't have an IRC client use [webchat here](http://webchat.freenode.net/?channels=dashpay). +* Discuss on [#SarmaCoins](http://webchat.freenode.net/?channels=SarmaCoins) on Freenode. If you don't have an IRC client use [webchat here](http://webchat.freenode.net/?channels=SarmaCoins). ### Miscellaneous - [Assets Attribution](assets-attribution.md) diff --git a/doc/gitian-building.md b/doc/gitian-building.md index 65d76b9cc4cd7..690053116ea16 100644 --- a/doc/gitian-building.md +++ b/doc/gitian-building.md @@ -11,7 +11,7 @@ the same, tested dependencies are used and statically built into the executable. Multiple developers build the source code by following a specific descriptor ("recipe"), cryptographically sign the result, and upload the resulting signature. These results are compared and only if they match, the build is accepted and uploaded -to dashpay.io. +to SarmaCoins.io. More independent gitian builders are needed, which is why I wrote this guide. It is preferred to follow these steps yourself instead of using someone else's @@ -408,6 +408,6 @@ Uploading signatures (not yet implemented) --------------------- In the future it will be possible to push your signatures (both the `.assert` and `.assert.sig` files) to the -[dash/gitian.sigs](https://github.com/dashpay/gitian.sigs/) repository, or if that's not possible to create a pull +[dash/gitian.sigs](https://github.com/SarmaCoins/gitian.sigs/) repository, or if that's not possible to create a pull request. There will be an official announcement when this repository is online. diff --git a/doc/guide-startmany.md b/doc/guide-startmany.md index 322fec1dc78ba..127d31510d5c6 100644 --- a/doc/guide-startmany.md +++ b/doc/guide-startmany.md @@ -137,7 +137,7 @@ I usually confirm that remote is on the correct block by issuing: ```dashd getinfo``` -And compare with the official explorer at http://explorer.dashpay.io/chain/Dash +And compare with the official explorer at http://explorer.SarmaCoins.io/chain/Dash ### Local diff --git a/doc/release-notes/dash/release-notes-0.11.2.md b/doc/release-notes/dash/release-notes-0.11.2.md index 9679921104ebf..6b1404d291918 100644 --- a/doc/release-notes/dash/release-notes-0.11.2.md +++ b/doc/release-notes/dash/release-notes-0.11.2.md @@ -3,7 +3,7 @@ Dash Core version 0.11.2 is now available from: - https://dashpay.io/downloads + https://SarmaCoins.io/downloads Please report bugs using the issue tracker at github: diff --git a/doc/release-notes/dash/release-notes-0.12.0.md b/doc/release-notes/dash/release-notes-0.12.0.md index 65764fee4d8a2..39c394a6c24a5 100644 --- a/doc/release-notes/dash/release-notes-0.12.0.md +++ b/doc/release-notes/dash/release-notes-0.12.0.md @@ -4,7 +4,7 @@ Dash Core version 0.12.0 is now available from: - https://dashpay.io/downloads + https://SarmaCoins.io/downloads Please report bugs using the issue tracker at github: diff --git a/doc/release-process.md b/doc/release-process.md index 59a41eea0191f..7b0078168caa2 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -134,9 +134,9 @@ rm SHA256SUMS - Upload zips and installers, as well as `SHA256SUMS.asc` from last step, to the bitcoin.org server into `/var/www/bin/bitcoin-core-${VERSION}` -- Update dashpay.io version ***TODO*** +- Update SarmaCoins.io version ***TODO*** - - First, check to see if the dashpay.io maintainers have prepared a + - First, check to see if the SarmaCoins.io maintainers have prepared a release: https://github.com/bitcoin/bitcoin.org/labels/Releases - If they have, it will have previously failed their Travis CI @@ -155,11 +155,11 @@ rm SHA256SUMS - Dash-development mailing list - - Update title of #dashpay on Freenode IRC + - Update title of #SarmaCoins on Freenode IRC - - Optionally reddit /r/Dashpay, ... but this will usually sort out itself + - Optionally reddit /r/SarmaCoins, ... but this will usually sort out itself -- Notify Flare (?) ***TODO*** so that he can start building [https://launchpad.net/~dashpay/+archive/ubuntu/dash](the PPAs) ***TODO*** +- Notify Flare (?) ***TODO*** so that he can start building [https://launchpad.net/~SarmaCoins/+archive/ubuntu/dash](the PPAs) ***TODO*** - Add release notes for the new version to the directory `doc/release-notes` in git master diff --git a/share/qt/Info.plist.in b/share/qt/Info.plist.in index 1a9c34038fcb5..6dcb41a496019 100644 --- a/share/qt/Info.plist.in +++ b/share/qt/Info.plist.in @@ -32,7 +32,7 @@ Dash-Qt CFBundleIdentifier - io.dashpay.Dash-Qt + io.SarmaCoins.Dash-Qt CFBundleURLTypes @@ -40,7 +40,7 @@ CFBundleTypeRole Editor CFBundleURLName - io.dash.DashPayment + io.dash.SarmaCoinsment CFBundleURLSchemes dash @@ -65,7 +65,7 @@ application/x-dash-payment-request public.filename-extension - dashpaymentrequest + SarmaCoinsmentrequest diff --git a/share/setup.nsi.in b/share/setup.nsi.in index 083ec8875c18e..b47554733eec1 100644 --- a/share/setup.nsi.in +++ b/share/setup.nsi.in @@ -7,7 +7,7 @@ SetCompressor /SOLID lzma !define REGKEY "SOFTWARE\$(^Name)" !define VERSION @CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_REVISION@ !define COMPANY "Dash Core project" -!define URL https://www.dashpay.io/ +!define URL https://www.SarmaCoins.io/ # MUI Symbol Definitions !define MUI_ICON "@abs_top_srcdir@/share/pixmaps/bitcoin.ico" diff --git a/src/chainparams.cpp b/src/chainparams.cpp index c59e2ac012e47..3ee56d271035f 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -164,7 +164,7 @@ class CMainParams : public CChainParams { vSeeds.push_back(CDNSSeedData("darkcoin.io", "dnsseed.darkcoin.io")); vSeeds.push_back(CDNSSeedData("darkcoin.qa", "dnsseed.darkcoin.qa")); vSeeds.push_back(CDNSSeedData("masternode.io", "dnsseed.masternode.io")); - vSeeds.push_back(CDNSSeedData("dashpay.io", "dnsseed.dashpay.io")); + vSeeds.push_back(CDNSSeedData("SarmaCoins.io", "dnsseed.SarmaCoins.io")); base58Prefixes[PUBKEY_ADDRESS] = list_of( 76); // Dash addresses start with 'X' base58Prefixes[SCRIPT_ADDRESS] = list_of( 16); // Dash script addresses start with '7' @@ -228,7 +228,7 @@ class CTestNetParams : public CMainParams { vFixedSeeds.clear(); vSeeds.clear(); - /*vSeeds.push_back(CDNSSeedData("dashpay.io", "testnet-seed.dashpay.io")); + /*vSeeds.push_back(CDNSSeedData("SarmaCoins.io", "testnet-seed.SarmaCoins.io")); vSeeds.push_back(CDNSSeedData("dash.qa", "testnet-seed.dash.qa")); *///legacy seeders vSeeds.push_back(CDNSSeedData("darkcoin.io", "testnet-seed.darkcoin.io")); diff --git a/src/darksend.cpp b/src/darksend.cpp index ef2d7c39a859c..539bdba2a56d9 100644 --- a/src/darksend.cpp +++ b/src/darksend.cpp @@ -37,8 +37,8 @@ CActiveMasternode activeMasternode; /* *** BEGIN DARKSEND MAGIC - DASH ********** Copyright (c) 2014-2015, Dash Developers - eduffield - evan@dashpay.io - udjinm6 - udjinm6@dashpay.io + eduffield - evan@SarmaCoins.io + udjinm6 - udjinm6@SarmaCoins.io */ void CDarksendPool::ProcessMessageDarksend(CNode* pfrom, std::string& strCommand, CDataStream& vRecv) diff --git a/src/dashd.cpp b/src/dashd.cpp index ad94af7b642d2..a61d6f6a05049 100644 --- a/src/dashd.cpp +++ b/src/dashd.cpp @@ -23,7 +23,7 @@ * * \section intro_sec Introduction * - * This is the developer documentation of the reference client for an experimental new digital currency called Dash (http://www.dashpay.io/), + * This is the developer documentation of the reference client for an experimental new digital currency called Dash (http://www.SarmaCoins.io/), * which enables instant payments to anyone, anywhere in the world. Dash uses peer-to-peer technology to operate * with no central authority: managing transactions and issuing money are carried out collectively by the network. * diff --git a/src/pow.cpp b/src/pow.cpp index ade2ec915c8d0..a972e93cb93b2 100644 --- a/src/pow.cpp +++ b/src/pow.cpp @@ -80,7 +80,7 @@ unsigned int static KimotoGravityWell(const CBlockIndex* pindexLast) { } unsigned int static DarkGravityWave(const CBlockIndex* pindexLast) { - /* current difficulty formula, dash - DarkGravity v3, written by Evan Duffield - evan@dashpay.io */ + /* current difficulty formula, dash - DarkGravity v3, written by Evan Duffield - evan@SarmaCoins.io */ const CBlockIndex *BlockLastSolved = pindexLast; const CBlockIndex *BlockReading = pindexLast; int64_t nActualTimespan = 0; diff --git a/src/qt/guiconstants.h b/src/qt/guiconstants.h index 74d5f39b011c7..c563ef88369eb 100644 --- a/src/qt/guiconstants.h +++ b/src/qt/guiconstants.h @@ -46,7 +46,7 @@ static const int MAX_URI_LENGTH = 255; #define SPINNER_FRAMES 35 #define QAPP_ORG_NAME "Dash" -#define QAPP_ORG_DOMAIN "dashpay.io" +#define QAPP_ORG_DOMAIN "SarmaCoins.io" #define QAPP_APP_NAME_DEFAULT "Dash-Qt" #define QAPP_APP_NAME_TESTNET "Dash-Qt-testnet" diff --git a/src/qt/macnotificationhandler.mm b/src/qt/macnotificationhandler.mm index 0a342d98a609b..bec97e2a32b72 100644 --- a/src/qt/macnotificationhandler.mm +++ b/src/qt/macnotificationhandler.mm @@ -13,7 +13,7 @@ @implementation NSBundle(returnCorrectIdentifier) - (NSString *)__bundleIdentifier { if (self == [NSBundle mainBundle]) { - return @"io.dashpay.Dash-Qt"; + return @"io.SarmaCoins.Dash-Qt"; } else { return [self __bundleIdentifier]; } From 12c1ffce4ca6d158cc561537d4b3599066e9cacc Mon Sep 17 00:00:00 2001 From: inkvisit Date: Thu, 5 May 2016 18:34:35 +0300 Subject: [PATCH 3/6] Dash to Sarma Dash to Sarma replace --- .gitignore | 26 +- .travis.yml | 10 +- .tx/config | 6 +- COPYING | 2 +- INSTALL | 8 +- Makefile.am | 46 +- README.md | 30 +- build-aux/m4/bitcoin_qt.m4 | 6 +- configure.ac | 24 +- contrib/dash-qt.pro | 52 +- contrib/dashd.bash-completion | 38 +- contrib/debian/README.md | 16 +- contrib/debian/changelog | 8 +- contrib/debian/control | 16 +- contrib/debian/dash-qt.desktop | 14 +- contrib/debian/dash-qt.install | 6 +- contrib/debian/dash-qt.lintian-overrides | 2 +- contrib/debian/dash-qt.protocol | 4 +- contrib/debian/dashd.bash-completion | 2 +- contrib/debian/dashd.examples | 2 +- contrib/debian/dashd.install | 4 +- contrib/debian/dashd.lintian-overrides | 2 +- contrib/debian/dashd.manpages | 4 +- contrib/debian/examples/dash.conf | 22 +- contrib/debian/manpages/dash-qt.1 | 10 +- contrib/debian/manpages/dash.conf.5 | 26 +- contrib/debian/manpages/dashd.1 | 50 +- contrib/debian/rules | 6 +- contrib/devtools/README.md | 8 +- contrib/devtools/update-translations.py | 2 +- contrib/gitian-descriptors/gitian-linux.yml | 10 +- .../gitian-descriptors/gitian-osx-signer.yml | 10 +- contrib/gitian-descriptors/gitian-osx.yml | 12 +- contrib/gitian-descriptors/gitian-rpi2.yml | 10 +- contrib/gitian-descriptors/gitian-win.yml | 12 +- contrib/gitian-downloader/luke-jr-key.pgp | Bin 7322 -> 7340 bytes contrib/init/README.md | 8 +- contrib/init/dashd.conf | 22 +- contrib/init/dashd.openrc | 28 +- contrib/init/dashd.openrcconf | 24 +- contrib/init/dashd.service | 12 +- contrib/macdeploy/README.md | 2 +- contrib/macdeploy/background.psd | Bin 163518 -> 163698 bytes contrib/macdeploy/detached-sig-apply.sh | 2 +- contrib/macdeploy/detached-sig-create.sh | 2 +- contrib/macdeploy/fancy.plist | 2 +- contrib/macdeploy/macdeployqtplus | 2 +- contrib/spendfrom/README.md | 4 +- contrib/spendfrom/spendfrom.py | 76 +-- doc/Doxyfile | 2 +- doc/README.md | 24 +- doc/README_windows.txt | 12 +- doc/build-osx.md | 38 +- doc/build-unix.md | 34 +- doc/gitian-building.md | 36 +- doc/guide-startmany.md | 28 +- doc/keepass.md | 18 +- doc/masternode-budget.md | 14 +- doc/masternode_conf.md | 8 +- doc/multiwallet-qt.md | 6 +- doc/release-notes.md | 24 +- .../bitcoin/release-notes-0.10.0.md | 2 +- .../bitcoin/release-notes-0.3.20.2.md | 2 +- .../bitcoin/release-notes-0.4.3.md | 4 +- .../bitcoin/release-notes-0.4.4.md | 2 +- .../bitcoin/release-notes-0.5.2.md | 2 +- .../bitcoin/release-notes-0.7.0.md | 2 +- .../bitcoin/release-notes-0.7.1.md | 2 +- .../bitcoin/release-notes-0.7.2.md | 2 +- .../bitcoin/release-notes-0.8.0.md | 4 +- .../bitcoin/release-notes-0.8.2.md | 2 +- .../bitcoin/release-notes-0.9.2.1.md | 2 +- .../bitcoin/release-notes-0.9.2.md | 2 +- .../bitcoin/release-notes-0.9.4.md | 2 +- .../dash/release-notes-0.11.0.md | 4 +- .../dash/release-notes-0.11.1.md | 2 +- .../dash/release-notes-0.11.2.md | 14 +- .../dash/release-notes-0.12.0.md | 10 +- doc/release-process.md | 48 +- doc/tor.md | 32 +- doc/translation_process.md | 28 +- doc/unit-tests.md | 8 +- qa/pull-tester/run-bitcoind-for-test.sh.in | 4 +- qa/pull-tester/tests-config.sh.in | 4 +- qa/rpc-tests/util.py | 22 +- qa/rpc-tests/util.sh | 6 +- share/pixmaps/bitcoin256.png | Bin 6298 -> 6310 bytes share/qt/Info.plist.in | 18 +- share/qt/extract_strings_qt.py | 6 +- share/seeds/generate-seeds.py | 2 +- share/setup.nsi.in | 38 +- src/Makefile.am | 52 +- src/Makefile.qt.include | 100 +-- src/Makefile.qttest.include | 28 +- src/Makefile.test.include | 30 +- src/amount.cpp | 2 +- src/base58.h | 2 +- src/chainparams.cpp | 40 +- src/chainparams.h | 2 +- src/chainparamsbase.h | 4 +- src/checkpoints.cpp | 2 +- src/clientversion.cpp | 4 +- src/clientversion.h | 8 +- src/coins.h | 2 +- src/compat.h | 2 +- src/compat/glibc_compat.cpp | 2 +- src/compat/glibc_sanity.cpp | 2 +- src/compat/strnlen.cpp | 2 +- src/crypto/common.h | 2 +- src/darksend-relay.h | 2 +- src/darksend.cpp | 10 +- src/darksend.h | 6 +- src/dash-cli-res.rc | 10 +- src/dash-cli.cpp | 12 +- src/dash-tx.cpp | 8 +- src/dashd-res.rc | 8 +- src/dashd.cpp | 20 +- src/hash.h | 4 +- src/init.cpp | 46 +- src/instantx.h | 2 +- src/keepass.cpp | 6 +- src/keepass.h | 2 +- src/main.cpp | 6 +- src/main.h | 4 +- src/masternode-budget.cpp | 2 +- src/masternode-budget.h | 4 +- src/masternode-payments.cpp | 2 +- src/masternode-payments.h | 2 +- src/masternode-sync.cpp | 2 +- src/masternode-sync.h | 2 +- src/masternode.cpp | 6 +- src/masternode.h | 2 +- src/masternodeconfig.h | 2 +- src/masternodeman.cpp | 6 +- src/masternodeman.h | 2 +- src/miner.cpp | 20 +- src/net.cpp | 10 +- src/netbase.cpp | 2 +- src/netbase.h | 2 +- src/noui.cpp | 4 +- src/pow.cpp | 2 +- src/qt/addressbookpage.cpp | 8 +- src/qt/addresstablemodel.cpp | 4 +- src/qt/askpassphrasedialog.cpp | 8 +- src/qt/bitcoinaddressvalidator.cpp | 4 +- src/qt/bitcoinamountfield.cpp | 4 +- src/qt/bitcoingui.cpp | 30 +- src/qt/bitcoingui.h | 2 +- src/qt/bitcoinunits.cpp | 60 +- src/qt/bitcoinunits.h | 12 +- src/qt/clientmodel.cpp | 2 +- src/qt/clientmodel.h | 4 +- src/qt/coincontroldialog.cpp | 6 +- src/qt/darksendconfig.cpp | 6 +- src/qt/dash.cpp | 38 +- src/qt/dash.qrc | 14 +- src/qt/dash_locale.qrc | 32 +- src/qt/dashstrings.cpp | 620 +++++++++--------- src/qt/editaddressdialog.cpp | 4 +- src/qt/forms/addressbookpage.ui | 10 +- src/qt/forms/coincontroldialog.ui | 8 +- src/qt/forms/darksendconfig.ui | 10 +- src/qt/forms/helpmessagedialog.ui | 6 +- src/qt/forms/intro.ui | 6 +- src/qt/forms/optionsdialog.ui | 14 +- src/qt/forms/overviewpage.ui | 10 +- src/qt/forms/receivecoinsdialog.ui | 14 +- src/qt/forms/rpcconsole.ui | 6 +- src/qt/forms/sendcoinsdialog.ui | 22 +- src/qt/forms/sendcoinsentry.ui | 16 +- src/qt/forms/signverifymessagedialog.ui | 26 +- src/qt/guiconstants.h | 8 +- src/qt/guiutil.cpp | 38 +- src/qt/guiutil.h | 8 +- src/qt/intro.cpp | 8 +- src/qt/locale/dash_bg.ts | 306 ++++----- src/qt/locale/dash_de.ts | 316 ++++----- src/qt/locale/dash_en.ts | 308 ++++----- src/qt/locale/dash_es.ts | 332 +++++----- src/qt/locale/dash_fi.ts | 310 ++++----- src/qt/locale/dash_fr.ts | 304 ++++----- src/qt/locale/dash_it.ts | 256 ++++---- src/qt/locale/dash_ja.ts | 2 +- src/qt/locale/dash_pl.ts | 300 ++++----- src/qt/locale/dash_pt.ts | 274 ++++---- src/qt/locale/dash_ru.ts | 292 ++++----- src/qt/locale/dash_sk.ts | 306 ++++----- src/qt/locale/dash_sv.ts | 198 +++--- src/qt/locale/dash_vi.ts | 306 ++++----- src/qt/locale/dash_zh_CN.ts | 158 ++--- src/qt/locale/dash_zh_TW.ts | 138 ++-- src/qt/macnotificationhandler.mm | 2 +- src/qt/notificator.h | 2 +- src/qt/openuridialog.cpp | 6 +- src/qt/optionsdialog.cpp | 6 +- src/qt/optionsmodel.cpp | 10 +- src/qt/overviewpage.cpp | 6 +- src/qt/paymentserver.cpp | 32 +- src/qt/paymentserver.h | 2 +- src/qt/receiverequestdialog.cpp | 2 +- src/qt/recentrequeststablemodel.h | 2 +- src/qt/res/css/drkblue.css | 8 +- src/qt/res/dash-qt-res.rc | 10 +- src/qt/rpcconsole.cpp | 4 +- src/qt/rpcconsole.h | 2 +- src/qt/sendcoinsdialog.cpp | 6 +- src/qt/sendcoinsentry.cpp | 6 +- src/qt/signverifymessagedialog.cpp | 2 +- src/qt/splashscreen.cpp | 8 +- src/qt/test/Makefile | 6 +- src/qt/test/test_main.cpp | 6 +- src/qt/test/uritests.cpp | 22 +- src/qt/transactiondesc.cpp | 4 +- src/qt/transactionrecord.cpp | 8 +- src/qt/utilitydialog.cpp | 10 +- src/qt/walletmodel.cpp | 10 +- src/qt/walletview.h | 2 +- src/rpcblockchain.cpp | 8 +- src/rpcclient.cpp | 2 +- src/rpcdump.cpp | 18 +- src/rpcmasternode-budget.cpp | 20 +- src/rpcmasternode.cpp | 14 +- src/rpcmining.cpp | 8 +- src/rpcmisc.cpp | 28 +- src/rpcnet.cpp | 10 +- src/rpcprotocol.cpp | 10 +- src/rpcprotocol.h | 4 +- src/rpcrawtransaction.cpp | 20 +- src/rpcserver.cpp | 32 +- src/rpcserver.h | 2 +- src/rpcwallet.cpp | 96 +-- src/script/bitcoinconsensus.h | 2 +- src/spork.h | 4 +- src/test/Makefile | 6 +- src/test/README.md | 4 +- src/test/getarg_tests.cpp | 2 +- src/test/main_tests.cpp | 2 +- src/test/netbase_tests.cpp | 2 +- src/test/test_dash.cpp | 4 +- src/timedata.cpp | 2 +- src/uint256.h | 2 +- src/util.cpp | 34 +- src/util.h | 10 +- src/utiltime.cpp | 2 +- src/version.h | 2 +- src/wallet.cpp | 8 +- src/wallet.h | 2 +- src/walletdb.cpp | 4 +- 248 files changed, 3718 insertions(+), 3718 deletions(-) diff --git a/.gitignore b/.gitignore index 7557ba9900161..9a2043651d03a 100644 --- a/.gitignore +++ b/.gitignore @@ -6,12 +6,12 @@ reset-files.bash *.tar.gz *.exe -src/dash -src/dashd -src/dash-cli -src/dash-tx -src/test/test_dash -src/qt/test/test_dash-qt +src/SarmaCoins +src/SarmaCoinsd +src/SarmaCoins-cli +src/SarmaCoins-tx +src/test/test_SarmaCoins +src/qt/test/test_SarmaCoins-qt # autoreconf Makefile.in @@ -34,8 +34,8 @@ config.log config.status configure libtool -src/config/dash-config.h -src/config/dash-config.h.in +src/config/SarmaCoins-config.h +src/config/SarmaCoins-config.h.in src/config/stamp-h1 share/setup.nsi share/qt/Info.plist @@ -60,7 +60,7 @@ src/qt/test/moc*.cpp *.o *.o-* *.patch -.dash +.SarmaCoins *.a *.pb.cc *.pb.h @@ -79,12 +79,12 @@ src/qt/test/moc*.cpp # Compilation and Qt preprocessor part *.qm Makefile -dash-qt -Dash-Qt.app +SarmaCoins-qt +SarmaCoins-Qt.app # Unit-tests Makefile.test -dash-qt_test +SarmaCoins-qt_test src/test/buildenv.py # Resources cpp @@ -100,7 +100,7 @@ build #lcov *.gcno /*.info -test_dash.coverage/ +test_SarmaCoins.coverage/ total.coverage/ coverage_percent.txt diff --git a/.travis.yml b/.travis.yml index 63004c4901298..78c6db080f226 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,12 +27,12 @@ matrix: include: - compiler: ": ARM" env: HOST=arm-linux-gnueabihf PACKAGES="g++-arm-linux-gnueabihf" DEP_OPTS="NO_QT=1" GOAL="install" BITCOIN_CONFIG="--enable-glibc-back-compat" - - compiler: ": dashd" + - compiler: ": SarmaCoinsd" env: HOST=x86_64-unknown-linux-gnu PACKAGES="bc" DEP_OPTS="NO_QT=1 NO_UPNP=1 DEBUG=1" RUN_TESTS=true GOAL="install" BITCOIN_CONFIG="--enable-glibc-back-compat CPPFLAGS=-DDEBUG_LOCKORDER" - compiler: ": No wallet" env: HOST=x86_64-unknown-linux-gnu DEP_OPTS="NO_WALLET=1" RUN_TESTS=true GOAL="install" BITCOIN_CONFIG="--enable-glibc-back-compat" - - compiler: ": 32-bit + dash" - env: HOST=i686-pc-linux-gnu PACKAGES="g++-multilib bc" RUN_TESTS=true GOAL="install" BITCOIN_CONFIG="--enable-glibc-back-compat" USE_SHELL="/bin/dash" + - compiler: ": 32-bit + SarmaCoins" + env: HOST=i686-pc-linux-gnu PACKAGES="g++-multilib bc" RUN_TESTS=true GOAL="install" BITCOIN_CONFIG="--enable-glibc-back-compat" USE_SHELL="/bin/SarmaCoins" - compiler: ": Cross-Mac" env: HOST=x86_64-apple-darwin11 PACKAGES="gcc-multilib g++-multilib cmake libcap-dev libz-dev libbz2-dev" OSX_SDK=10.7 GOAL="deploy" - compiler: ": Win64" @@ -58,8 +58,8 @@ script: - if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then export CCACHE_READONLY=1; fi - test -n "$USE_SHELL" && eval '"$USE_SHELL" -c "./autogen.sh"' || ./autogen.sh - ./configure --cache-file=config.cache $BITCOIN_CONFIG_ALL $BITCOIN_CONFIG || ( cat config.log && false) - - make distdir PACKAGE=dash VERSION=$HOST - - cd dash-$HOST + - make distdir PACKAGE=SarmaCoins VERSION=$HOST + - cd SarmaCoins-$HOST - ./configure --cache-file=../config.cache $BITCOIN_CONFIG_ALL $BITCOIN_CONFIG || ( cat config.log && false) - make $MAKEJOBS $GOAL || ( echo "Build failure. Verbose build follows." && make $GOAL V=1 ; false ) - export LD_LIBRARY_PATH=$TRAVIS_BUILD_DIR/depends/$HOST/lib diff --git a/.tx/config b/.tx/config index c8b4b405cf700..c3e383523742c 100644 --- a/.tx/config +++ b/.tx/config @@ -1,7 +1,7 @@ [main] host = https://www.transifex.com -[dash.qt-translation-010x] -file_filter = src/qt/locale/dash_.ts -source_file = src/qt/locale/dash_en.ts +[SarmaCoins.qt-translation-010x] +file_filter = src/qt/locale/SarmaCoins_.ts +source_file = src/qt/locale/SarmaCoins_en.ts source_lang = en diff --git a/COPYING b/COPYING index 5826391abf1ce..d77c487b1c1ec 100644 --- a/COPYING +++ b/COPYING @@ -1,5 +1,5 @@ Copyright (c) 2009-2015 Bitcoin Developers -Copyright (c) 2014-2015 Dash Developers +Copyright (c) 2014-2015 SarmaCoins Developers Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/INSTALL b/INSTALL index dd9b8408af1fc..f4b3aa2b65776 100644 --- a/INSTALL +++ b/INSTALL @@ -1,4 +1,4 @@ -Building Dash +Building SarmaCoins Use the autogen script to prepare the build environment. @@ -7,10 +7,10 @@ Use the autogen script to prepare the build environment. make Precompiled binaries are available at github, see -https://github.com/dashproject/dash-binaries +https://github.com/SarmaCoinsproject/SarmaCoins-binaries Always verify the signatures and checksums. -See doc/build-*.md for instructions on building dashd, +See doc/build-*.md for instructions on building SarmaCoinsd, the intended-for-services, no-graphical-interface, reference -implementation of Dash. +implementation of SarmaCoins. diff --git a/Makefile.am b/Makefile.am index e5de3ac819387..3514c6539e9c3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,13 +4,13 @@ SUBDIRS = src GZIP_ENV="-9n" -BITCOIND_BIN=$(top_builddir)/src/dashd$(EXEEXT) -BITCOIN_QT_BIN=$(top_builddir)/src/qt/dash-qt$(EXEEXT) -BITCOIN_CLI_BIN=$(top_builddir)/src/dash-cli$(EXEEXT) +BITCOIND_BIN=$(top_builddir)/src/SarmaCoinsd$(EXEEXT) +BITCOIN_QT_BIN=$(top_builddir)/src/qt/SarmaCoins-qt$(EXEEXT) +BITCOIN_CLI_BIN=$(top_builddir)/src/SarmaCoins-cli$(EXEEXT) BITCOIN_WIN_INSTALLER=$(PACKAGE)-$(PACKAGE_VERSION)-win$(WINDOWS_BITS)-setup$(EXEEXT) -OSX_APP=Dash-Qt.app -OSX_DMG=Dash-Qt.dmg +OSX_APP=SarmaCoins-Qt.app +OSX_DMG=SarmaCoins-Qt.dmg OSX_DEPLOY_SCRIPT=$(top_srcdir)/contrib/macdeploy/macdeployqtplus OSX_FANCY_PLIST=$(top_srcdir)/contrib/macdeploy/fancy.plist OSX_INSTALLER_ICONS=$(top_srcdir)/src/qt/res/icons/bitcoin.icns @@ -31,9 +31,9 @@ OSX_PACKAGING = $(OSX_DEPLOY_SCRIPT) $(OSX_FANCY_PLIST) $(OSX_INSTALLER_ICONS) \ $(top_srcdir)/contrib/macdeploy/detached-sig-create.sh COVERAGE_INFO = baseline_filtered_combined.info baseline.info block_test.info \ - leveldb_baseline.info test_dash_filtered.info total_coverage.info \ + leveldb_baseline.info test_SarmaCoins_filtered.info total_coverage.info \ baseline_filtered.info block_test_filtered.info \ - leveldb_baseline_filtered.info test_dash_coverage.info test_dash.info + leveldb_baseline_filtered.info test_SarmaCoins_coverage.info test_SarmaCoins.info dist-hook: -$(MAKE) -C $(top_distdir)/src/leveldb clean @@ -75,13 +75,13 @@ $(OSX_APP)/Contents/Resources/bitcoin.icns: $(OSX_INSTALLER_ICONS) $(MKDIR_P) $(@D) $(INSTALL_DATA) $< $@ -$(OSX_APP)/Contents/MacOS/Dash-Qt: $(BITCOIN_QT_BIN) +$(OSX_APP)/Contents/MacOS/SarmaCoins-Qt: $(BITCOIN_QT_BIN) $(MKDIR_P) $(@D) STRIPPROG="$(STRIP)" $(INSTALL_STRIP_PROGRAM) $< $@ OSX_APP_BUILT=$(OSX_APP)/Contents/PkgInfo $(OSX_APP)/Contents/Resources/empty.lproj \ $(OSX_APP)/Contents/Resources/bitcoin.icns $(OSX_APP)/Contents/Info.plist \ - $(OSX_APP)/Contents/MacOS/Dash-Qt + $(OSX_APP)/Contents/MacOS/SarmaCoins-Qt if BUILD_DARWIN $(OSX_DMG): $(OSX_APP_BUILT) $(OSX_PACKAGING) @@ -96,10 +96,10 @@ $(APP_DIST_DIR)/Applications: @rm -f $@ @cd $(@D); $(LN_S) /Applications $(@F) -$(APP_DIST_EXTRAS): $(APP_DIST_DIR)/$(OSX_APP)/Contents/MacOS/Dash-Qt +$(APP_DIST_EXTRAS): $(APP_DIST_DIR)/$(OSX_APP)/Contents/MacOS/SarmaCoins-Qt $(OSX_DMG): $(APP_DIST_EXTRAS) - $(GENISOIMAGE) -no-cache-inodes -D -l -probe -V "Dash-Qt" -no-pad -r -apple -o $@ dist + $(GENISOIMAGE) -no-cache-inodes -D -l -probe -V "SarmaCoins-Qt" -no-pad -r -apple -o $@ dist $(APP_DIST_DIR)/.background/background.png: $(MKDIR_P) $(@D) @@ -107,7 +107,7 @@ $(APP_DIST_DIR)/.background/background.png: $(APP_DIST_DIR)/.DS_Store: $(INSTALL) $(top_srcdir)/contrib/macdeploy/DS_Store $@ -$(APP_DIST_DIR)/$(OSX_APP)/Contents/MacOS/Dash-Qt: $(OSX_APP_BUILT) $(OSX_PACKAGING) +$(APP_DIST_DIR)/$(OSX_APP)/Contents/MacOS/SarmaCoins-Qt: $(OSX_APP_BUILT) $(OSX_PACKAGING) INSTALLNAMETOOL=$(INSTALLNAMETOOL) OTOOL=$(OTOOL) STRIP=$(STRIP) $(OSX_DEPLOY_SCRIPT) $(OSX_APP) -translations-dir=$(QT_TRANSLATION_DIR) -add-qt-tr $(OSX_QT_TRANSLATIONS) -verbose 2 deploydir: $(APP_DIST_EXTRAS) @@ -147,16 +147,16 @@ leveldb_baseline_filtered.info: leveldb_baseline.info baseline_filtered_combined.info: leveldb_baseline_filtered.info baseline_filtered.info $(LCOV) -a leveldb_baseline_filtered.info -a baseline_filtered.info -o $@ -test_dash.info: baseline_filtered_combined.info +test_SarmaCoins.info: baseline_filtered_combined.info $(MAKE) -C src/ check - $(LCOV) -c -d $(abs_builddir)/src -t test_dash -o $@ + $(LCOV) -c -d $(abs_builddir)/src -t test_SarmaCoins -o $@ $(LCOV) -z -d $(abs_builddir)/src $(LCOV) -z -d $(abs_builddir)/src/leveldb -test_dash_filtered.info: test_dash.info +test_SarmaCoins_filtered.info: test_SarmaCoins.info $(LCOV) -r $< "/usr/include/*" -o $@ -block_test.info: test_dash_filtered.info +block_test.info: test_SarmaCoins_filtered.info $(MKDIR_P) qa/tmp -@TIMEOUT=15 qa/pull-tester/run-bitcoind-for-test.sh $(JAVA) -jar $(JAVA_COMPARISON_TOOL) qa/tmp/compTool 0 $(LCOV) -c -d $(abs_builddir)/src --t BitcoinJBlockTest -o $@ @@ -166,13 +166,13 @@ block_test.info: test_dash_filtered.info block_test_filtered.info: block_test.info $(LCOV) -r $< "/usr/include/*" -o $@ -test_dash_coverage.info: baseline_filtered_combined.info test_dash_filtered.info - $(LCOV) -a baseline_filtered.info -a leveldb_baseline_filtered.info -a test_dash_filtered.info -o $@ +test_SarmaCoins_coverage.info: baseline_filtered_combined.info test_SarmaCoins_filtered.info + $(LCOV) -a baseline_filtered.info -a leveldb_baseline_filtered.info -a test_SarmaCoins_filtered.info -o $@ -total_coverage.info: baseline_filtered_combined.info test_dash_filtered.info block_test_filtered.info - $(LCOV) -a baseline_filtered.info -a leveldb_baseline_filtered.info -a test_dash_filtered.info -a block_test_filtered.info -o $@ | $(GREP) "\%" | $(AWK) '{ print substr($$3,2,50) "/" $$5 }' > coverage_percent.txt +total_coverage.info: baseline_filtered_combined.info test_SarmaCoins_filtered.info block_test_filtered.info + $(LCOV) -a baseline_filtered.info -a leveldb_baseline_filtered.info -a test_SarmaCoins_filtered.info -a block_test_filtered.info -o $@ | $(GREP) "\%" | $(AWK) '{ print substr($$3,2,50) "/" $$5 }' > coverage_percent.txt -test_dash.coverage/.dirstamp: test_dash_coverage.info +test_SarmaCoins.coverage/.dirstamp: test_SarmaCoins_coverage.info $(GENHTML) -s $< -o $(@D) @touch $@ @@ -180,7 +180,7 @@ total.coverage/.dirstamp: total_coverage.info $(GENHTML) -s $< -o $(@D) @touch $@ -cov: test_dash.coverage/.dirstamp total.coverage/.dirstamp +cov: test_SarmaCoins.coverage/.dirstamp total.coverage/.dirstamp endif @@ -197,4 +197,4 @@ CLEANFILES = $(OSX_DMG) $(BITCOIN_WIN_INSTALLER) .INTERMEDIATE: $(COVERAGE_INFO) clean-local: - rm -rf test_dash.coverage/ total.coverage/ $(OSX_APP) + rm -rf test_SarmaCoins.coverage/ total.coverage/ $(OSX_APP) diff --git a/README.md b/README.md index 0075056d4e907..1406cb5cbdffd 100644 --- a/README.md +++ b/README.md @@ -1,30 +1,30 @@ -Dash Core staging tree 0.12 +SarmaCoins Core staging tree 0.12 =============================== https://www.SarmaCoins.io Copyright (c) 2009-2015 Bitcoin Core Developers -Copyright (c) 2014-2015 Dash Core Developers +Copyright (c) 2014-2015 SarmaCoins Core Developers -What is Dash? +What is SarmaCoins? ---------------- -Dash is an experimental new digital currency that enables anonymous, instant -payments to anyone, anywhere in the world. Dash uses peer-to-peer technology +SarmaCoins is an experimental new digital currency that enables anonymous, instant +payments to anyone, anywhere in the world. SarmaCoins uses peer-to-peer technology to operate with no central authority: managing transactions and issuing money -are carried out collectively by the network. Dash Core is the name of open +are carried out collectively by the network. SarmaCoins Core is the name of open source software which enables the use of this currency. For more information, as well as an immediately useable, binary version of -the Dash Core software, see https://www.SarmaCoins.io/downloads. +the SarmaCoins Core software, see https://www.SarmaCoins.io/downloads. License ------- -Dash Core is released under the terms of the MIT license. See [COPYING](COPYING) for more +SarmaCoins Core is released under the terms of the MIT license. See [COPYING](COPYING) for more information or see http://opensource.org/licenses/MIT. Development process @@ -33,7 +33,7 @@ Development process Developers work in their own trees, then submit pull requests when they think their feature or bug fix is ready. -If it is a simple/trivial/non-controversial change, then one of the Dash +If it is a simple/trivial/non-controversial change, then one of the SarmaCoins development team members simply pulls it. If it is a *more complicated or potentially controversial* change, then the patch @@ -47,7 +47,7 @@ controversial. The `master` branch is regularly built and tested, but is not guaranteed to be completely stable. [Tags](https://github.com/inkvisit/sarmacoins/tags) are created -regularly to indicate new official, stable release versions of Dash. ***TODO*** +regularly to indicate new official, stable release versions of SarmaCoins. ***TODO*** Testing ------- @@ -65,7 +65,7 @@ submit new unit tests for old code. Unit tests can be compiled and run (assuming Every pull request is built for both Windows and Linux on a dedicated server, and unit and sanity tests are automatically run. The binaries produced may be used for manual QA testing — a link to them will appear in a comment on the -pull request posted by [DashPullTester](https://github.com/SarmaCoins/PullTester). See https://github.com/TheBlueMatt/test-scripts +pull request posted by [SarmaCoinsPullTester](https://github.com/SarmaCoins/PullTester). See https://github.com/TheBlueMatt/test-scripts for the build/test scripts. ***TODO*** ### Manual Quality Assurance (QA) Testing @@ -78,7 +78,7 @@ Translations ------------ Changes to translations as well as new translations can be submitted to -[Bitcoin Core's Transifex page](https://www.transifex.com/projects/p/dash/). +[Bitcoin Core's Transifex page](https://www.transifex.com/projects/p/SarmaCoins/). Translations are periodically pulled from Transifex and merged into the git repository. See the [translation process](doc/translation_process.md) for details on how this works. @@ -86,7 +86,7 @@ Translations are periodically pulled from Transifex and merged into the git repo **Important**: We do not accept translation changes as GitHub pull requests because the next pull from Transifex would automatically overwrite them again. -Translators should also subscribe to the [mailing list](https://groups.google.com/forum/#!forum/dash-translators). ***TODO*** +Translators should also subscribe to the [mailing list](https://groups.google.com/forum/#!forum/SarmaCoins-translators). ***TODO*** Development tips and tricks --------------------------- @@ -109,7 +109,7 @@ to see it. **testnet and regtest modes** -Run with the -testnet option to run with "play dash" on the test network, if you +Run with the -testnet option to run with "play SarmaCoins" on the test network, if you are testing multi-machine code that needs to operate across the internet. If you are testing something that can run on one machine, run with the -regtest option. @@ -118,7 +118,7 @@ that run in -regtest mode. **DEBUG_LOCKORDER** -Dash Core is a multithreaded application, and deadlocks or other multithreading bugs +SarmaCoins Core is a multithreaded application, and deadlocks or other multithreading bugs can be very difficult to track down. Compiling with -DDEBUG_LOCKORDER (configure CXXFLAGS="-DDEBUG_LOCKORDER -g") inserts run-time checks to keep track of which locks are held, and adds warnings to the debug.log file if inconsistencies are detected. diff --git a/build-aux/m4/bitcoin_qt.m4 b/build-aux/m4/bitcoin_qt.m4 index d709c78533d30..5ce89fe255a47 100644 --- a/build-aux/m4/bitcoin_qt.m4 +++ b/build-aux/m4/bitcoin_qt.m4 @@ -3,7 +3,7 @@ dnl Output: If qt version is auto, set bitcoin_enable_qt to false. Else, exit. AC_DEFUN([BITCOIN_QT_FAIL],[ if test "x$bitcoin_qt_want_version" = "xauto" && test x$bitcoin_qt_force != xyes; then if test x$bitcoin_enable_qt != xno; then - AC_MSG_WARN([$1; dash-qt frontend will not be built]) + AC_MSG_WARN([$1; SarmaCoins-qt frontend will not be built]) fi bitcoin_enable_qt=no else @@ -49,7 +49,7 @@ AC_DEFUN([BITCOIN_QT_INIT],[ dnl enable qt support AC_ARG_WITH([gui], [AS_HELP_STRING([--with-gui@<:@=no|qt4|qt5|auto@:>@], - [build dash-qt GUI (default=auto, qt4 tried first)])], + [build SarmaCoins-qt GUI (default=auto, qt4 tried first)])], [ bitcoin_qt_want_version=$withval if test x$bitcoin_qt_want_version = xyes; then @@ -182,7 +182,7 @@ AC_DEFUN([BITCOIN_QT_CONFIGURE],[ dnl enable qt support - AC_MSG_CHECKING(whether to build Dash Core GUI) + AC_MSG_CHECKING(whether to build SarmaCoins Core GUI) BITCOIN_QT_CHECK([ bitcoin_enable_qt=yes bitcoin_enable_qt_test=yes diff --git a/configure.ac b/configure.ac index e95dfb0e54735..e1e90ce9709cc 100644 --- a/configure.ac +++ b/configure.ac @@ -6,17 +6,17 @@ define(_CLIENT_VERSION_REVISION, 0) define(_CLIENT_VERSION_BUILD, 56) define(_CLIENT_VERSION_IS_RELEASE, true) define(_COPYRIGHT_YEAR, 2015) -AC_INIT([Dash Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[info@SarmaCoins.io],[dash]) +AC_INIT([SarmaCoins Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[info@SarmaCoins.io],[SarmaCoins]) AC_CONFIG_SRCDIR([src/main.cpp]) -AC_CONFIG_HEADERS([src/config/dash-config.h]) +AC_CONFIG_HEADERS([src/config/SarmaCoins-config.h]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([build-aux/m4]) AC_CANONICAL_HOST -AH_TOP([#ifndef DASH_CONFIG_H]) -AH_TOP([#define DASH_CONFIG_H]) -AH_BOTTOM([#endif //DASH_CONFIG_H]) +AH_TOP([#ifndef SarmaCoins_CONFIG_H]) +AH_TOP([#define SarmaCoins_CONFIG_H]) +AH_BOTTOM([#endif //SarmaCoins_CONFIG_H]) dnl faketime breaks configure and is only needed for make. Disable it here. unset FAKETIME @@ -173,7 +173,7 @@ CPPFLAGS="$CPPFLAGS -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_ AC_ARG_WITH([utils], [AS_HELP_STRING([--with-utils], - [build dash-cli dash-tx (default=yes)])], + [build SarmaCoins-cli SarmaCoins-tx (default=yes)])], [build_bitcoin_utils=$withval], [build_bitcoin_utils=yes]) @@ -185,7 +185,7 @@ AC_ARG_WITH([libs], AC_ARG_WITH([daemon], [AS_HELP_STRING([--with-daemon], - [build dashd daemon (default=yes)])], + [build SarmaCoinsd daemon (default=yes)])], [build_bitcoind=$withval], [build_bitcoind=yes]) @@ -363,7 +363,7 @@ AC_C_BIGENDIAN([AC_MSG_ERROR("Big Endian not supported")]) dnl Check for pthread compile/link requirements AX_PTHREAD -# The following macro will add the necessary defines to dash-config.h, but +# The following macro will add the necessary defines to SarmaCoins-config.h, but # they also need to be passed down to any subprojects. Pull the results out of # the cache and add them to CPPFLAGS. AC_SYS_LARGEFILE @@ -719,11 +719,11 @@ LIBS="$LIBS_TEMP" BITCOIN_QT_PATH_PROGS([PROTOC], [protoc],$protoc_bin_path) -AC_MSG_CHECKING([whether to build dashd]) +AC_MSG_CHECKING([whether to build SarmaCoinsd]) AM_CONDITIONAL([BUILD_BITCOIND], [test x$build_bitcoind = xyes]) AC_MSG_RESULT($build_bitcoind) -AC_MSG_CHECKING([whether to build utils (dash-cli dash-tx)]) +AC_MSG_CHECKING([whether to build utils (SarmaCoins-cli SarmaCoins-tx)]) AM_CONDITIONAL([BUILD_BITCOIN_UTILS], [test x$build_bitcoin_utils = xyes]) AC_MSG_RESULT($build_bitcoin_utils) @@ -823,7 +823,7 @@ if test x$bitcoin_enable_qt != xno; then AC_MSG_WARN("xgettext is required to update qt translations") fi - AC_MSG_CHECKING([whether to build test_dash-qt]) + AC_MSG_CHECKING([whether to build test_SarmaCoins-qt]) if test x$use_tests$bitcoin_enable_qt_test = xyesyes; then AC_MSG_RESULT([yes]) BUILD_TEST_QT="test" @@ -832,7 +832,7 @@ if test x$bitcoin_enable_qt != xno; then fi fi -AC_MSG_CHECKING([whether to build test_dash]) +AC_MSG_CHECKING([whether to build test_SarmaCoins]) if test x$use_tests = xyes; then AC_MSG_RESULT([yes]) BUILD_TEST="test" diff --git a/contrib/dash-qt.pro b/contrib/dash-qt.pro index bcd5225980a0a..84f339cc9e881 100644 --- a/contrib/dash-qt.pro +++ b/contrib/dash-qt.pro @@ -78,7 +78,7 @@ HEADERS += src/activemasternode.h \ src/crypter.h \ src/darksend-relay.h \ src/darksend.h \ - src/dash-config.h \ + src/SarmaCoins-config.h \ src/db.h \ src/eccryptoverify.h \ src/ecwrapper.h \ @@ -131,7 +131,7 @@ HEADERS += src/activemasternode.h \ src/wallet_ismine.h \ src/walletdb.h \ src/compat/sanity.h \ - src/config/dash-config.h \ + src/config/SarmaCoins-config.h \ src/crypto/common.h \ src/crypto/hmac_sha256.h \ src/crypto/hmac_sha512.h \ @@ -333,7 +333,7 @@ HEADERS += src/activemasternode.h \ src/secp256k1/src/java/org_bitcoin_NativeSecp256k1.h \ src/crypto/aes_helper.c \ src/qt/bitcoinamountfield.moc \ - src/qt/dash.moc \ + src/qt/SarmaCoins.moc \ src/qt/intro.moc \ src/qt/overviewpage.moc \ src/qt/rpcconsole.moc \ @@ -374,9 +374,9 @@ SOURCES += src/activemasternode.cpp \ src/crypter.cpp \ src/darksend-relay.cpp \ src/darksend.cpp \ - src/dash-cli.cpp \ - src/dash-tx.cpp \ - src/dashd.cpp \ + src/SarmaCoins-cli.cpp \ + src/SarmaCoins-tx.cpp \ + src/SarmaCoinsd.cpp \ src/db.cpp \ src/eccryptoverify.cpp \ src/ecwrapper.cpp \ @@ -471,8 +471,8 @@ SOURCES += src/activemasternode.cpp \ src/qt/coincontroltreewidget.cpp \ src/qt/csvmodelwriter.cpp \ src/qt/darksendconfig.cpp \ - src/qt/dash.cpp \ - src/qt/dashstrings.cpp \ + src/qt/SarmaCoins.cpp \ + src/qt/SarmaCoinsstrings.cpp \ src/qt/editaddressdialog.cpp \ src/qt/guiutil.cpp \ src/qt/intro.cpp \ @@ -550,7 +550,7 @@ SOURCES += src/activemasternode.cpp \ src/test/sighash_tests.cpp \ src/test/sigopcount_tests.cpp \ src/test/skiplist_tests.cpp \ - src/test/test_dash.cpp \ + src/test/test_SarmaCoins.cpp \ src/test/timedata_tests.cpp \ src/test/transaction_tests.cpp \ src/test/uint256_tests.cpp \ @@ -641,20 +641,20 @@ SOURCES += src/activemasternode.cpp \ src/leveldb/helpers/memenv/memenv.cc \ src/leveldb/helpers/memenv/memenv_test.cc \ src/secp256k1/src/java/org_bitcoin_NativeSecp256k1.c -RESOURCES += src/qt/dash.qrc src/qt/dash_locale.qrc -TRANSLATIONS += src/qt/locale/dash_bg.ts \ - src/qt/locale/dash_de.ts \ - src/qt/locale/dash_en.ts \ - src/qt/locale/dash_es.ts \ - src/qt/locale/dash_fi.ts \ - src/qt/locale/dash_fr.ts \ - src/qt/locale/dash_it.ts \ - src/qt/locale/dash_ja.ts \ - src/qt/locale/dash_pl.ts \ - src/qt/locale/dash_pt.ts \ - src/qt/locale/dash_ru.ts \ - src/qt/locale/dash_sk.ts \ - src/qt/locale/dash_sv.ts \ - src/qt/locale/dash_vi.ts \ - src/qt/locale/dash_zh_CN.ts \ - src/qt/locale/dash_zh_TW.ts +RESOURCES += src/qt/SarmaCoins.qrc src/qt/SarmaCoins_locale.qrc +TRANSLATIONS += src/qt/locale/SarmaCoins_bg.ts \ + src/qt/locale/SarmaCoins_de.ts \ + src/qt/locale/SarmaCoins_en.ts \ + src/qt/locale/SarmaCoins_es.ts \ + src/qt/locale/SarmaCoins_fi.ts \ + src/qt/locale/SarmaCoins_fr.ts \ + src/qt/locale/SarmaCoins_it.ts \ + src/qt/locale/SarmaCoins_ja.ts \ + src/qt/locale/SarmaCoins_pl.ts \ + src/qt/locale/SarmaCoins_pt.ts \ + src/qt/locale/SarmaCoins_ru.ts \ + src/qt/locale/SarmaCoins_sk.ts \ + src/qt/locale/SarmaCoins_sv.ts \ + src/qt/locale/SarmaCoins_vi.ts \ + src/qt/locale/SarmaCoins_zh_CN.ts \ + src/qt/locale/SarmaCoins_zh_TW.ts diff --git a/contrib/dashd.bash-completion b/contrib/dashd.bash-completion index 11a4dc9e7c3b5..bedfd558beb7a 100644 --- a/contrib/dashd.bash-completion +++ b/contrib/dashd.bash-completion @@ -1,12 +1,12 @@ -# bash programmable completion for dashd(1) and dash-cli(1) +# bash programmable completion for SarmaCoinsd(1) and SarmaCoins-cli(1) # Copyright (c) 2012,2014 Christian von Roques # Distributed under the MIT/X11 software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. -have dashd && { +have SarmaCoinsd && { -# call $dashd for RPC -_dash_rpc() { +# call $SarmaCoinsd for RPC +_SarmaCoins_rpc() { # determine already specified args necessary for RPC local rpcargs=() for i in ${COMP_LINE}; do @@ -16,23 +16,23 @@ _dash_rpc() { ;; esac done - $dashd "${rpcargs[@]}" "$@" + $SarmaCoinsd "${rpcargs[@]}" "$@" } -# Add dash accounts to COMPREPLY -_dash_accounts() { +# Add SarmaCoins accounts to COMPREPLY +_SarmaCoins_accounts() { local accounts - accounts=$(_dash_rpc listaccounts | awk '/".*"/ { a=$1; gsub(/"/, "", a); print a}') + accounts=$(_SarmaCoins_rpc listaccounts | awk '/".*"/ { a=$1; gsub(/"/, "", a); print a}') COMPREPLY=( "${COMPREPLY[@]}" $( compgen -W "$accounts" -- "$cur" ) ) } -_dashd() { +_SarmaCoinsd() { local cur prev words=() cword - local dashd + local SarmaCoinsd - # save and use original argument to invoke dashd - # dashd might not be in $PATH - dashd="$1" + # save and use original argument to invoke SarmaCoinsd + # SarmaCoinsd might not be in $PATH + SarmaCoinsd="$1" COMPREPLY=() _get_comp_words_by_ref -n = cur prev words cword @@ -53,7 +53,7 @@ _dashd() { if ((cword > 3)); then case ${words[cword-3]} in addmultisigaddress) - _dash_accounts + _SarmaCoins_accounts return 0 ;; getbalance|gettxout|importaddress|importprivkey|listreceivedbyaccount|listreceivedbyaddress|listsinceblock) @@ -74,7 +74,7 @@ _dashd() { return 0 ;; move|setaccount) - _dash_accounts + _SarmaCoins_accounts return 0 ;; esac @@ -90,7 +90,7 @@ _dashd() { return 0 ;; getaccountaddress|getaddressesbyaccount|getbalance|getnewaddress|getreceivedbyaccount|listtransactions|move|sendfrom|sendmany) - _dash_accounts + _SarmaCoins_accounts return 0 ;; esac @@ -114,12 +114,12 @@ _dashd() { # only parse --help if senseful if [[ -z "$cur" || "$cur" =~ ^- ]]; then - helpopts=$($dashd --help 2>&1 | awk '$1 ~ /^-/ { sub(/=.*/, "="); print $1 }' ) + helpopts=$($SarmaCoinsd --help 2>&1 | awk '$1 ~ /^-/ { sub(/=.*/, "="); print $1 }' ) fi # only parse help if senseful if [[ -z "$cur" || "$cur" =~ ^[a-z] ]]; then - commands=$(_dash_rpc help 2>/dev/null | awk '$1 ~ /^[a-z]/ { print $1; }') + commands=$(_SarmaCoins_rpc help 2>/dev/null | awk '$1 ~ /^[a-z]/ { print $1; }') fi COMPREPLY=( $( compgen -W "$helpopts $commands" -- "$cur" ) ) @@ -133,7 +133,7 @@ _dashd() { esac } -complete -F _dashd dashd dash-cli +complete -F _SarmaCoinsd SarmaCoinsd SarmaCoins-cli } # Local variables: diff --git a/contrib/debian/README.md b/contrib/debian/README.md index 55ff57497f958..3c1a754030c2c 100644 --- a/contrib/debian/README.md +++ b/contrib/debian/README.md @@ -1,21 +1,21 @@ Debian ==================== -This directory contains files used to package dashd/dash-qt -for Debian-based Linux systems. If you compile dashd/dash-qt yourself, there are some useful files here. +This directory contains files used to package SarmaCoinsd/SarmaCoins-qt +for Debian-based Linux systems. If you compile SarmaCoinsd/SarmaCoins-qt yourself, there are some useful files here. -## dash: URI support ## +## SarmaCoins: URI support ## -dash-qt.desktop (Gnome / Open Desktop) +SarmaCoins-qt.desktop (Gnome / Open Desktop) To install: - sudo desktop-file-install dash-qt.desktop + sudo desktop-file-install SarmaCoins-qt.desktop sudo update-desktop-database If you build yourself, you will either need to modify the paths in -the .desktop file or copy or symlink your dash-qt binary to `/usr/bin` -and the `../../share/pixmaps/dash128.png` to `/usr/share/pixmaps` +the .desktop file or copy or symlink your SarmaCoins-qt binary to `/usr/bin` +and the `../../share/pixmaps/SarmaCoins128.png` to `/usr/share/pixmaps` -dash-qt.protocol (KDE) +SarmaCoins-qt.protocol (KDE) diff --git a/contrib/debian/changelog b/contrib/debian/changelog index f31f23871144a..73a4eb9681e83 100644 --- a/contrib/debian/changelog +++ b/contrib/debian/changelog @@ -132,7 +132,7 @@ bitcoin (0.5.3-natty0) natty; urgency=low * New upstream release. - -- Luke Dashjr Tue, 10 Jan 2012 15:57:00 -0500 + -- Luke SarmaCoinsjr Tue, 10 Jan 2012 15:57:00 -0500 bitcoin (0.5.2-natty1) natty; urgency=low @@ -147,7 +147,7 @@ bitcoin (0.5.2-natty0) natty; urgency=low * New upstream release. - -- Luke Dashjr Fri, 16 Dec 2011 17:57:00 -0500 + -- Luke SarmaCoinsjr Fri, 16 Dec 2011 17:57:00 -0500 bitcoin (0.5.1-natty0) natty; urgency=low @@ -365,8 +365,8 @@ bitcoin (0.3.19~dfsg-5) unstable; urgency=low bitcoin (0.3.19~dfsg-4) unstable; urgency=low [ Micah Anderson ] - * Provide example dash.conf. - * Add bitcoind(1) and dash.conf(5) man pages. + * Provide example SarmaCoins.conf. + * Add bitcoind(1) and SarmaCoins.conf(5) man pages. [ Jonas Smedegaard ] * Ease backporting: diff --git a/contrib/debian/control b/contrib/debian/control index 500426f16317f..99cd13e3faecc 100644 --- a/contrib/debian/control +++ b/contrib/debian/control @@ -1,4 +1,4 @@ -Source: dash +Source: SarmaCoins Section: utils Priority: optional Maintainer: Jonas Smedegaard ***TODO*** @@ -26,11 +26,11 @@ Homepage: http://www.SarmaCoins.io/ Vcs-Git: git://github.com/inkvisit/sarmacoins.git Vcs-Browser: http://github.com/inkvisit/sarmacoins -Package: dashd +Package: SarmaCoinsd Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: peer-to-peer network based digital currency - daemon - Dash is a free open source peer-to-peer electronic cash system that + SarmaCoins is a free open source peer-to-peer electronic cash system that is completely decentralized, without the need for a central server or trusted parties. Users hold the crypto keys to their own money and transact directly with each other, with the help of a P2P network to @@ -39,14 +39,14 @@ Description: peer-to-peer network based digital currency - daemon Full transaction history is stored locally at each client. This requires 1+ GB of space, slowly growing. . - This package provides the daemon, dashd, and the CLI tool - dash-cli to interact with the daemon. + This package provides the daemon, SarmaCoinsd, and the CLI tool + SarmaCoins-cli to interact with the daemon. -Package: dash-qt +Package: SarmaCoins-qt Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: peer-to-peer network based digital currency - Qt GUI - Dash is a free open source peer-to-peer electronic cash system that + SarmaCoins is a free open source peer-to-peer electronic cash system that is completely decentralized, without the need for a central server or trusted parties. Users hold the crypto keys to their own money and transact directly with each other, with the help of a P2P network to @@ -55,4 +55,4 @@ Description: peer-to-peer network based digital currency - Qt GUI Full transaction history is stored locally at each client. This requires 1+ GB of space, slowly growing. . - This package provides Dash-Qt, a GUI for Dash based on Qt. + This package provides SarmaCoins-Qt, a GUI for SarmaCoins based on Qt. diff --git a/contrib/debian/dash-qt.desktop b/contrib/debian/dash-qt.desktop index 2a2536ad6eb8f..444e2b8d58a99 100644 --- a/contrib/debian/dash-qt.desktop +++ b/contrib/debian/dash-qt.desktop @@ -1,12 +1,12 @@ [Desktop Entry] Encoding=UTF-8 -Name=Dash -Comment=Dash P2P Cryptocurrency -Comment[fr]=Dash, monnaie virtuelle cryptographique pair à pair -Comment[tr]=Dash, eşten eşe kriptografik sanal para birimi -Exec=dash-qt %u +Name=SarmaCoins +Comment=SarmaCoins P2P Cryptocurrency +Comment[fr]=SarmaCoins, monnaie virtuelle cryptographique pair à pair +Comment[tr]=SarmaCoins, eşten eşe kriptografik sanal para birimi +Exec=SarmaCoins-qt %u Terminal=false Type=Application -Icon=dash128 -MimeType=x-scheme-handler/dash; +Icon=SarmaCoins128 +MimeType=x-scheme-handler/SarmaCoins; Categories=Office;Finance; diff --git a/contrib/debian/dash-qt.install b/contrib/debian/dash-qt.install index 4c10ef60d9d65..aceb4cebd221b 100644 --- a/contrib/debian/dash-qt.install +++ b/contrib/debian/dash-qt.install @@ -1,6 +1,6 @@ -usr/local/bin/dash-qt usr/bin +usr/local/bin/SarmaCoins-qt usr/bin share/pixmaps/bitcoin32.xpm usr/share/pixmaps share/pixmaps/bitcoin16.xpm usr/share/pixmaps share/pixmaps/bitcoin128.png usr/share/pixmaps -debian/dash-qt.desktop usr/share/applications -debian/dash-qt.protocol usr/share/kde4/services/ +debian/SarmaCoins-qt.desktop usr/share/applications +debian/SarmaCoins-qt.protocol usr/share/kde4/services/ diff --git a/contrib/debian/dash-qt.lintian-overrides b/contrib/debian/dash-qt.lintian-overrides index bfb8d9a84bc34..2797eccbfba79 100644 --- a/contrib/debian/dash-qt.lintian-overrides +++ b/contrib/debian/dash-qt.lintian-overrides @@ -1,2 +1,2 @@ # Linked code is Expat - only Debian packaging is GPL-2+ -dash-qt: possible-gpl-code-linked-with-openssl +SarmaCoins-qt: possible-gpl-code-linked-with-openssl diff --git a/contrib/debian/dash-qt.protocol b/contrib/debian/dash-qt.protocol index 7487092412bac..1ee5459ea3ba3 100644 --- a/contrib/debian/dash-qt.protocol +++ b/contrib/debian/dash-qt.protocol @@ -1,6 +1,6 @@ [Protocol] -exec=dash-qt '%u' -protocol=dash +exec=SarmaCoins-qt '%u' +protocol=SarmaCoins input=none output=none helper=true diff --git a/contrib/debian/dashd.bash-completion b/contrib/debian/dashd.bash-completion index d92f33da7bf34..81f5e2e58f7ed 100644 --- a/contrib/debian/dashd.bash-completion +++ b/contrib/debian/dashd.bash-completion @@ -1 +1 @@ -contrib/dashd.bash-completion dashd +contrib/SarmaCoinsd.bash-completion SarmaCoinsd diff --git a/contrib/debian/dashd.examples b/contrib/debian/dashd.examples index 0b6950852dfa5..45dcde893bf04 100644 --- a/contrib/debian/dashd.examples +++ b/contrib/debian/dashd.examples @@ -1 +1 @@ -debian/examples/dash.conf +debian/examples/SarmaCoins.conf diff --git a/contrib/debian/dashd.install b/contrib/debian/dashd.install index 65878933fa995..361b8a170dec7 100644 --- a/contrib/debian/dashd.install +++ b/contrib/debian/dashd.install @@ -1,2 +1,2 @@ -usr/local/bin/dashd usr/bin -usr/local/bin/dash-cli usr/bin +usr/local/bin/SarmaCoinsd usr/bin +usr/local/bin/SarmaCoins-cli usr/bin diff --git a/contrib/debian/dashd.lintian-overrides b/contrib/debian/dashd.lintian-overrides index ef02ada1e05ce..a680cc6ba18b7 100644 --- a/contrib/debian/dashd.lintian-overrides +++ b/contrib/debian/dashd.lintian-overrides @@ -1,2 +1,2 @@ # Linked code is Expat - only Debian packaging is GPL-2+ -dashd: possible-gpl-code-linked-with-openssl +SarmaCoinsd: possible-gpl-code-linked-with-openssl diff --git a/contrib/debian/dashd.manpages b/contrib/debian/dashd.manpages index 949916bee2784..363add47bf8a6 100644 --- a/contrib/debian/dashd.manpages +++ b/contrib/debian/dashd.manpages @@ -1,2 +1,2 @@ -debian/manpages/dashd.1 -debian/manpages/dash.conf.5 +debian/manpages/SarmaCoinsd.1 +debian/manpages/SarmaCoins.conf.5 diff --git a/contrib/debian/examples/dash.conf b/contrib/debian/examples/dash.conf index be781d1bb1e81..cf5e3f2b8e396 100644 --- a/contrib/debian/examples/dash.conf +++ b/contrib/debian/examples/dash.conf @@ -1,10 +1,10 @@ ## -## dash.conf configuration file. Lines beginning with # are comments. +## SarmaCoins.conf configuration file. Lines beginning with # are comments. ## # Network-related settings: -# Run on the test network instead of the real dash network. +# Run on the test network instead of the real SarmaCoins network. #testnet=0 # Run a regression test network @@ -51,17 +51,17 @@ #maxconnections= # -# JSON-RPC options (for controlling a running Dash/dashd process) +# JSON-RPC options (for controlling a running SarmaCoins/SarmaCoinsd process) # -# server=1 tells Dash-QT and dashd to accept JSON-RPC commands +# server=1 tells SarmaCoins-QT and SarmaCoinsd to accept JSON-RPC commands #server=0 # You must set rpcuser and rpcpassword to secure the JSON-RPC api #rpcuser=Ulysseys #rpcpassword=YourSuperGreatPasswordNumber_DO_NOT_USE_THIS_OR_YOU_WILL_GET_ROBBED_385593 -# How many seconds dash will wait for a complete RPC HTTP request. +# How many seconds SarmaCoins will wait for a complete RPC HTTP request. # after the HTTP connection is established. #rpctimeout=30 @@ -72,8 +72,8 @@ # NOTE: opening up the RPC port to hosts outside your local trusted network is NOT RECOMMENDED, # because the rpcpassword is transmitted over the network unencrypted. -# server=1 tells Dash-QT to accept JSON-RPC commands. -# it is also read by dashd to determine if RPC should be enabled +# server=1 tells SarmaCoins-QT to accept JSON-RPC commands. +# it is also read by SarmaCoinsd to determine if RPC should be enabled #rpcallowip=10.1.1.34/255.255.255.0 #rpcallowip=1.2.3.4/24 #rpcallowip=2001:db8:85a3:0:0:8a2e:370:7334/96 @@ -81,12 +81,12 @@ # Listen for RPC connections on this TCP port: #rpcport=9998 -# You can use Dash or dashd to send commands to Dash/dashd +# You can use SarmaCoins or SarmaCoinsd to send commands to SarmaCoins/SarmaCoinsd # running on another host using this option: #rpcconnect=127.0.0.1 # Use Secure Sockets Layer (also known as TLS or HTTPS) to communicate -# with Dash -server or dashd +# with SarmaCoins -server or SarmaCoinsd #rpcssl=1 # OpenSSL settings used when rpcssl=1 @@ -101,14 +101,14 @@ # both prior transactions and several dozen future transactions. #keypool=100 -# Pay an optional transaction fee every time you send dashs. Transactions with fees +# Pay an optional transaction fee every time you send SarmaCoinss. Transactions with fees # are more likely than free transactions to be included in generated blocks, so may # be validated sooner. #paytxfee=0.00 # User interface options -# Start Dash minimized +# Start SarmaCoins minimized #min=1 # Minimize to the system tray diff --git a/contrib/debian/manpages/dash-qt.1 b/contrib/debian/manpages/dash-qt.1 index dc9381f8ad892..a65cabe345e26 100644 --- a/contrib/debian/manpages/dash-qt.1 +++ b/contrib/debian/manpages/dash-qt.1 @@ -1,20 +1,20 @@ -.TH DASH-QT "1" "March 2015" "dash-qt 1" +.TH SarmaCoins-QT "1" "March 2015" "SarmaCoins-qt 1" .SH NAME -dash-qt \- peer-to-peer network based digital currency +SarmaCoins-qt \- peer-to-peer network based digital currency .SH DESCRIPTION .SS "Usage:" .IP -dash\-qt [command\-line options] +SarmaCoins\-qt [command\-line options] .SH OPTIONS .TP \-? This help message .TP \fB\-conf=\fR -Specify configuration file (default: dash.conf) +Specify configuration file (default: SarmaCoins.conf) .TP \fB\-pid=\fR -Specify pid file (default: dashd.pid) +Specify pid file (default: SarmaCoinsd.pid) .TP \fB\-gen\fR Generate coins diff --git a/contrib/debian/manpages/dash.conf.5 b/contrib/debian/manpages/dash.conf.5 index 319c84b44558b..da0538d886ab8 100644 --- a/contrib/debian/manpages/dash.conf.5 +++ b/contrib/debian/manpages/dash.conf.5 @@ -1,19 +1,19 @@ -.TH DASH.CONF "5" "January 2011" "dash.conf 3.19" +.TH SarmaCoins.CONF "5" "January 2011" "SarmaCoins.conf 3.19" .SH NAME -dash.conf \- dash configuration file +SarmaCoins.conf \- SarmaCoins configuration file .SH SYNOPSIS All command-line options (except for '\-conf') may be specified in a configuration file, and all configuration file options may also be specified on the command line. Command-line options override values set in the configuration file. .TP The configuration file is a list of 'setting=value' pairs, one per line, with optional comments starting with the '#' character. .TP -The configuration file is not automatically created; you can create it using your favorite plain-text editor. By default, dashd(1) will look for a file named dash.conf(5) in the dash data directory, but both the data directory and the configuration file path may be changed using the '\-datadir' and '\-conf' command-line arguments. +The configuration file is not automatically created; you can create it using your favorite plain-text editor. By default, SarmaCoinsd(1) will look for a file named SarmaCoins.conf(5) in the SarmaCoins data directory, but both the data directory and the configuration file path may be changed using the '\-datadir' and '\-conf' command-line arguments. .SH LOCATION -dash.conf should be located in $HOME/.dash +SarmaCoins.conf should be located in $HOME/.SarmaCoins .SH NETWORK-RELATED SETTINGS .TP .TP \fBtestnet=\fR[\fI'1'\fR|\fI'0'\fR] -Enable or disable run on the test network instead of the real *dash* network. +Enable or disable run on the test network instead of the real *SarmaCoins* network. .TP \fBproxy=\fR\fI'127.0.0.1:9050'\fR Connect via a socks4 proxy. @@ -29,7 +29,7 @@ Maximum number of inbound+outbound connections. .SH JSON-RPC OPTIONS .TP \fBserver=\fR[\fI'1'\fR|\fI'0'\fR] -Tells *dash* to accept or not accept JSON-RPC commands. +Tells *SarmaCoins* to accept or not accept JSON-RPC commands. .TP \fBrpcuser=\fR\fI'username'\fR You must set *rpcuser* to secure the JSON-RPC api. @@ -44,10 +44,10 @@ By default, only RPC connections from localhost are allowed. Specify as many *rp Listen for RPC connections on this TCP port. .TP \fBrpcconnect=\fR\fI'127.0.0.1'\fR -You can use *dash* or *dashd(1)* to send commands to *dash*/*dashd(1)* running on another host using this option. +You can use *SarmaCoins* or *SarmaCoinsd(1)* to send commands to *SarmaCoins*/*SarmaCoinsd(1)* running on another host using this option. .TP \fBrpcssl=\fR\fI'1'\fR -Use Secure Sockets Layer (also known as TLS or HTTPS) to communicate with *dash* '\-server' or *dashd(1)*. Example of OpenSSL settings used when *rpcssl*='1': +Use Secure Sockets Layer (also known as TLS or HTTPS) to communicate with *SarmaCoins* '\-server' or *SarmaCoinsd(1)*. Example of OpenSSL settings used when *rpcssl*='1': .TP \fB\-rpcsslciphers=\fR Acceptable ciphers (default: TLSv1+HIGH:\:!SSLv2:\:!aNULL:\:!eNULL:\:!AH:\:!3DES:\:@STRENGTH) @@ -59,16 +59,16 @@ Acceptable ciphers (default: TLSv1+HIGH:\:!SSLv2:\:!aNULL:\:!eNULL:\:!AH:\:!3DES .SH MISCELLANEOUS OPTIONS .TP \fBgen=\fR[\fI'0'\fR|\fI'1'\fR] -Enable or disable attempt to generate dashs. +Enable or disable attempt to generate SarmaCoinss. .TP \fB4way=\fR[\fI'0'\fR|\fI'1'\fR] -Enable or disable use SSE instructions to try to generate dashs faster. +Enable or disable use SSE instructions to try to generate SarmaCoinss faster. .TP \fBkeypool=\fR\fI'100'\fR Pre-generate this many public/private key pairs, so wallet backups will be valid for both prior transactions and several dozen future transactions. .TP \fBpaytxfee=\fR\fI'0.00'\fR -Pay an optional transaction fee every time you send dashs. Transactions with fees are more likely than free transactions to be included in generated blocks, so may be validated sooner. +Pay an optional transaction fee every time you send SarmaCoinss. Transactions with fees are more likely than free transactions to be included in generated blocks, so may be validated sooner. .TP \fBallowreceivebyip=\fR\fI'1'\fR Allow direct connections for the 'pay via IP address' feature. @@ -76,12 +76,12 @@ Allow direct connections for the 'pay via IP address' feature. .SH USER INTERFACE OPTIONS .TP \fBmin=\fR[\fI'0'\fR|\fI'1'\fR] -Enable or disable start dashd minimized. +Enable or disable start SarmaCoinsd minimized. .TP \fBminimizetotray=\fR[\fI'0'\fR|\fI'1'\fR] Enable or disable minimize to the system tray. .SH "SEE ALSO" -dashd(1) +SarmaCoinsd(1) .SH AUTHOR This manual page was written by Micah Anderson for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or any later version published by the Free Software Foundation. diff --git a/contrib/debian/manpages/dashd.1 b/contrib/debian/manpages/dashd.1 index b31f828737c43..50d4addc6a7ab 100644 --- a/contrib/debian/manpages/dashd.1 +++ b/contrib/debian/manpages/dashd.1 @@ -1,19 +1,19 @@ -.TH DASHD "1" "January 2011" "dashd 3.19" +.TH SarmaCoinsD "1" "January 2011" "SarmaCoinsd 3.19" .SH NAME -Dash \- peer-to-peer network based digital currency +SarmaCoins \- peer-to-peer network based digital currency .SH SYNOPSIS -dashd [options] [params] +SarmaCoinsd [options] [params] .TP -dashd [options] help \- Get help for a command +SarmaCoinsd [options] help \- Get help for a command .SH DESCRIPTION -This manual page documents the dashd program. Dash is a peer-to-peer digital currency. Peer-to-peer (P2P) means that there is no central authority to issue new money or keep track of transactions. Instead, these tasks are managed collectively by the nodes of the network. Advantages: +This manual page documents the SarmaCoinsd program. SarmaCoins is a peer-to-peer digital currency. Peer-to-peer (P2P) means that there is no central authority to issue new money or keep track of transactions. Instead, these tasks are managed collectively by the nodes of the network. Advantages: -Dash can be sent easily through the Internet, without having to trust middlemen. Transactions are designed to be irreversible. Be safe from instability caused by fractional reserve banking and central banks. The limited inflation of the Dash system’s money supply is distributed evenly (by CPU power) throughout the network, not monopolized by banks. +SarmaCoins can be sent easily through the Internet, without having to trust middlemen. Transactions are designed to be irreversible. Be safe from instability caused by fractional reserve banking and central banks. The limited inflation of the SarmaCoins system’s money supply is distributed evenly (by CPU power) throughout the network, not monopolized by banks. .SH OPTIONS .TP \fB\-conf=\fR -Specify configuration file (default: dash.conf) +Specify configuration file (default: SarmaCoins.conf) .TP \fB\-gen\fR Generate coins @@ -84,14 +84,14 @@ This help message \fBbackupwallet 'destination'\fR Safely copies *wallet.dat* to 'destination', which can be a directory or a path with filename. .TP -\fBgetaccount 'dashaddress'\fR +\fBgetaccount 'SarmaCoinsaddress'\fR Returns the account associated with the given address. .TP -\fBsetaccount 'dashaddress' ['account']\fR +\fBsetaccount 'SarmaCoinsaddress' ['account']\fR Sets the ['account'] associated with the given address. ['account'] may be omitted to remove an address from ['account']. .TP \fBgetaccountaddress 'account'\fR -Returns a new dash address for 'account'. +Returns a new SarmaCoins address for 'account'. .TP \fBgetaddressesbyaccount 'account'\fR Returns the list of addresses associated with the given 'account'. @@ -112,7 +112,7 @@ Returns the number of connections to other nodes. Returns the proof-of-work difficulty as a multiple of the minimum difficulty. .TP \fBgetgenerate\fR -Returns boolean true if server is trying to generate DASH, false otherwise. +Returns boolean true if server is trying to generate SarmaCoins, false otherwise. .TP \fBsetgenerate 'generate' ['genproclimit']\fR Generation is limited to ['genproclimit'] processors, \-1 is unlimited. @@ -124,13 +124,13 @@ Returns a recent hashes per second performance measurement while generating. Returns an object containing server information. .TP \fBgetnewaddress 'account'\fR -Returns a new dash address for receiving payments. If 'account' is specified (recommended), it is added to the address book so payments received with the address will be credited to 'account'. +Returns a new SarmaCoins address for receiving payments. If 'account' is specified (recommended), it is added to the address book so payments received with the address will be credited to 'account'. .TP \fBgetreceivedbyaccount 'account' ['minconf=1']\fR Returns the total amount received by addresses associated with 'account' in transactions with at least ['minconf'] confirmations. .TP -\fBgetreceivedbyaddress 'dashaddress' ['minconf=1']\fR -Returns the total amount received by 'dashaddress' in transactions with at least ['minconf'] confirmations. +\fBgetreceivedbyaddress 'SarmaCoinsaddress' ['minconf=1']\fR +Returns the total amount received by 'SarmaCoinsaddress' in transactions with at least ['minconf'] confirmations. .TP \fBgettransaction 'txid'\fR Returns information about a specific transaction, given hexadecimal transaction ID. @@ -148,7 +148,7 @@ List commands, or get help for a command. .TP \fBlistaccounts ['minconf=1']\fR List accounts and their current balances. - *note: requires dash 0.3.20 or later. + *note: requires SarmaCoins 0.3.20 or later. .TP \fBlistreceivedbyaccount ['minconf=1'] ['includeempty=false']\fR ['minconf'] is the minimum number of confirmations before payments are included. ['includeempty'] whether to include addresses that haven't received any payments. Returns an array of objects containing: @@ -177,31 +177,31 @@ Returns a list of the last ['count'] transactions for 'account' \- for all accou "message" : message associated with transaction (only for send). "to" : message-to associated with transaction (only for send). - *note: requires dash 0.3.20 or later. + *note: requires SarmaCoins 0.3.20 or later. .TP \fBmove <'fromaccount'> <'toaccount'> <'amount'> ['minconf=1'] ['comment']\fR Moves funds between accounts. .TP -\fBsendfrom* <'account'> <'dashaddress'> <'amount'> ['minconf=1'] ['comment'] ['comment-to']\fR -Sends amount from account's balance to 'dashaddress'. This method will fail if there is less than amount DASH with ['minconf'] confirmations in the account's balance (unless account is the empty-string-named default account; it behaves like the *sendtoaddress* method). Returns transaction ID on success. +\fBsendfrom* <'account'> <'SarmaCoinsaddress'> <'amount'> ['minconf=1'] ['comment'] ['comment-to']\fR +Sends amount from account's balance to 'SarmaCoinsaddress'. This method will fail if there is less than amount SarmaCoins with ['minconf'] confirmations in the account's balance (unless account is the empty-string-named default account; it behaves like the *sendtoaddress* method). Returns transaction ID on success. .TP -\fBsendtoaddress 'dashaddress' 'amount' ['comment'] ['comment-to']\fR -Sends amount from the server's available balance to 'dashaddress'. amount is a real and is rounded to the nearest 0.01. Returns transaction id on success. +\fBsendtoaddress 'SarmaCoinsaddress' 'amount' ['comment'] ['comment-to']\fR +Sends amount from the server's available balance to 'SarmaCoinsaddress'. amount is a real and is rounded to the nearest 0.01. Returns transaction id on success. .TP \fBstop\fR -Stops the dash server. +Stops the SarmaCoins server. .TP -\fBvalidateaddress 'dashaddress'\fR -Checks that 'dashaddress' looks like a proper Dash address. Returns an object containing: +\fBvalidateaddress 'SarmaCoinsaddress'\fR +Checks that 'SarmaCoinsaddress' looks like a proper SarmaCoins address. Returns an object containing: "isvalid" : true or false. "ismine" : true if the address is in the server's wallet. - "address" : dashaddress. + "address" : SarmaCoinsaddress. *note: ismine and address are only returned if the address is valid. .SH "SEE ALSO" -dash.conf(5) +SarmaCoins.conf(5) .SH AUTHOR This manual page was written by Micah Anderson for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or any later version published by the Free Software Foundation. diff --git a/contrib/debian/rules b/contrib/debian/rules index 23f79be5a2d73..ef19a3939ce72 100755 --- a/contrib/debian/rules +++ b/contrib/debian/rules @@ -1,9 +1,9 @@ #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- -#DEB_MAKE_CHECK_TARGET = test_dash +#DEB_MAKE_CHECK_TARGET = test_SarmaCoins #build/bitcoind:: -# $(if $(filter nocheck,$(DEB_BUILD_OPTIONS)),,src/test_dash) +# $(if $(filter nocheck,$(DEB_BUILD_OPTIONS)),,src/test_SarmaCoins) DEB_INSTALL_EXAMPLES_bitcoind += debian/examples/* DEB_INSTALL_MANPAGES_bitcoind += debian/manpages/* @@ -13,7 +13,7 @@ DEB_INSTALL_MANPAGES_bitcoind += debian/manpages/* override_dh_auto_clean: if [ -f Makefile ]; then $(MAKE) distclean; fi - rm -rf Makefile.in aclocal.m4 configure src/Makefile.in src/dash-config.h.in src/build-aux src/qt/Makefile.in src/qt/test/Makefile.in src/test/Makefile.in + rm -rf Makefile.in aclocal.m4 configure src/Makefile.in src/SarmaCoins-config.h.in src/build-aux src/qt/Makefile.in src/qt/test/Makefile.in src/test/Makefile.in # Yea, autogen should be run on the source archive, but I like doing git archive override_dh_auto_configure: diff --git a/contrib/devtools/README.md b/contrib/devtools/README.md index 8cfff884a9965..6c8cb4e0dbaec 100644 --- a/contrib/devtools/README.md +++ b/contrib/devtools/README.md @@ -64,10 +64,10 @@ If only supported symbols are used the return value will be 0 and the output wil If there are 'unsupported' symbols, the return value will be 1 a list like this will be printed: - .../64/test_dash: symbol memcpy from unsupported version GLIBC_2.14 - .../64/test_dash: symbol __fdelt_chk from unsupported version GLIBC_2.15 - .../64/test_dash: symbol std::out_of_range::~out_of_range() from unsupported version GLIBCXX_3.4.15 - .../64/test_dash: symbol _ZNSt8__detail15_List_nod from unsupported version GLIBCXX_3.4.15 + .../64/test_SarmaCoins: symbol memcpy from unsupported version GLIBC_2.14 + .../64/test_SarmaCoins: symbol __fdelt_chk from unsupported version GLIBC_2.15 + .../64/test_SarmaCoins: symbol std::out_of_range::~out_of_range() from unsupported version GLIBCXX_3.4.15 + .../64/test_SarmaCoins: symbol _ZNSt8__detail15_List_nod from unsupported version GLIBCXX_3.4.15 update-translations.py ======================= diff --git a/contrib/devtools/update-translations.py b/contrib/devtools/update-translations.py index a121c1a3c4497..8b9f667bbd770 100755 --- a/contrib/devtools/update-translations.py +++ b/contrib/devtools/update-translations.py @@ -26,7 +26,7 @@ # Name of transifex tool TX = 'tx' # Name of source language file -SOURCE_LANG = 'dash_en.ts' +SOURCE_LANG = 'SarmaCoins_en.ts' # Directory with locale files LOCALE_DIR = 'src/qt/locale' diff --git a/contrib/gitian-descriptors/gitian-linux.yml b/contrib/gitian-descriptors/gitian-linux.yml index 43d0e5afe98bd..2bfabddad5ec6 100755 --- a/contrib/gitian-descriptors/gitian-linux.yml +++ b/contrib/gitian-descriptors/gitian-linux.yml @@ -1,5 +1,5 @@ --- -name: "dash-linux-0.12" +name: "SarmaCoins-linux-0.12" enable_cache: true suites: - "precise" @@ -18,7 +18,7 @@ packages: reference_datetime: "2014-01-10 00:00:00" remotes: - "url": "https://github.com/inkvisit/sarmacoins.git" - "dir": "dash" + "dir": "SarmaCoins" files: [] script: | WRAP_DIR=$HOME/wrapped @@ -62,7 +62,7 @@ script: | done export PATH=${WRAP_DIR}:${PATH} - cd dash + cd SarmaCoins BASEPREFIX=`pwd`/depends # Build dependencies for each host for i in $HOSTS; do @@ -73,13 +73,13 @@ script: | ./autogen.sh ./configure --prefix=${BASEPREFIX}/`echo "${HOSTS}" | awk '{print $1;}'` make dist - SOURCEDIST=`echo dash-*.tar.gz` + SOURCEDIST=`echo SarmaCoins-*.tar.gz` DISTNAME=`echo ${SOURCEDIST} | sed 's/.tar.*//'` # Correct tar file order mkdir -p temp pushd temp tar xf ../$SOURCEDIST - find dash-* | sort | tar --no-recursion --mode='u+rw,go+r-w,a+X' --owner=0 --group=0 -c -T - | gzip -9n > ../$SOURCEDIST + find SarmaCoins-* | sort | tar --no-recursion --mode='u+rw,go+r-w,a+X' --owner=0 --group=0 -c -T - | gzip -9n > ../$SOURCEDIST popd ORIGPATH="$PATH" diff --git a/contrib/gitian-descriptors/gitian-osx-signer.yml b/contrib/gitian-descriptors/gitian-osx-signer.yml index f3c78be5e8b65..90cb2d7719231 100644 --- a/contrib/gitian-descriptors/gitian-osx-signer.yml +++ b/contrib/gitian-descriptors/gitian-osx-signer.yml @@ -1,5 +1,5 @@ --- -name: "dash-dmg-signer" +name: "SarmaCoins-dmg-signer" suites: - "precise" architectures: @@ -10,7 +10,7 @@ packages: reference_datetime: "2013-06-01 00:00:00" remotes: [] files: -- "dash-osx-unsigned.tar.gz" +- "SarmaCoins-osx-unsigned.tar.gz" - "signature.tar.gz" script: | WRAP_DIR=$HOME/wrapped @@ -28,10 +28,10 @@ script: | chmod +x ${WRAP_DIR}/${prog} done - UNSIGNED=dash-osx-unsigned.tar.gz - SIGNED=dash-osx-signed.dmg + UNSIGNED=SarmaCoins-osx-unsigned.tar.gz + SIGNED=SarmaCoins-osx-signed.dmg tar -xf ${UNSIGNED} ./detached-sig-apply.sh ${UNSIGNED} signature.tar.gz - ${WRAP_DIR}/genisoimage -no-cache-inodes -D -l -probe -V "Dash-Qt" -no-pad -r -apple -o uncompressed.dmg signed-app + ${WRAP_DIR}/genisoimage -no-cache-inodes -D -l -probe -V "SarmaCoins-Qt" -no-pad -r -apple -o uncompressed.dmg signed-app ${WRAP_DIR}/dmg dmg uncompressed.dmg ${OUTDIR}/${SIGNED} diff --git a/contrib/gitian-descriptors/gitian-osx.yml b/contrib/gitian-descriptors/gitian-osx.yml index 8273fa4f61cd5..5d77c695f5060 100644 --- a/contrib/gitian-descriptors/gitian-osx.yml +++ b/contrib/gitian-descriptors/gitian-osx.yml @@ -1,5 +1,5 @@ --- -name: "dash-osx-0.12" +name: "SarmaCoins-osx-0.12" enable_cache: true suites: - "precise" @@ -21,7 +21,7 @@ packages: reference_datetime: "2013-06-01 00:00:00" remotes: - "url": "https://github.com/inkvisit/sarmacoins.git" - "dir": "dash" + "dir": "SarmaCoins" files: - "MacOSX10.7.sdk.tar.gz" script: | @@ -68,7 +68,7 @@ script: | done export PATH=${WRAP_DIR}:${PATH} - cd dash + cd SarmaCoins BASEPREFIX=`pwd`/depends mkdir -p ${BASEPREFIX}/SDKs @@ -83,14 +83,14 @@ script: | ./autogen.sh ./configure --prefix=${BASEPREFIX}/`echo "${HOSTS}" | awk '{print $1;}'` make dist - SOURCEDIST=`echo dash-*.tar.gz` + SOURCEDIST=`echo SarmaCoins-*.tar.gz` DISTNAME=`echo ${SOURCEDIST} | sed 's/.tar.*//'` # Correct tar file order mkdir -p temp pushd temp tar xf ../$SOURCEDIST - find dash-* | sort | tar --no-recursion --mode='u+rw,go+r-w,a+X' --owner=0 --group=0 -c -T - | gzip -9n > ../$SOURCEDIST + find SarmaCoins-* | sort | tar --no-recursion --mode='u+rw,go+r-w,a+X' --owner=0 --group=0 -c -T - | gzip -9n > ../$SOURCEDIST popd ORIGPATH="$PATH" @@ -120,7 +120,7 @@ script: | popd make deploy - ${WRAP_DIR}/dmg dmg Dash-Qt.dmg ${OUTDIR}/${DISTNAME}-osx-unsigned.dmg + ${WRAP_DIR}/dmg dmg SarmaCoins-Qt.dmg ${OUTDIR}/${DISTNAME}-osx-unsigned.dmg cd installed find . -name "lib*.la" -delete diff --git a/contrib/gitian-descriptors/gitian-rpi2.yml b/contrib/gitian-descriptors/gitian-rpi2.yml index 808905eb2b083..fae6b441c49b3 100644 --- a/contrib/gitian-descriptors/gitian-rpi2.yml +++ b/contrib/gitian-descriptors/gitian-rpi2.yml @@ -1,5 +1,5 @@ --- -name: "dash-raspberry-0.12" +name: "SarmaCoins-raspberry-0.12" enable_cache: true suites: - "precise" @@ -18,7 +18,7 @@ packages: reference_datetime: "2014-01-10 00:00:00" remotes: - "url": "https://github.com/inkvisit/sarmacoins.git" - "dir": "dash" + "dir": "SarmaCoins" files: - "raspberrypi-tools.tar.gz" script: | @@ -67,7 +67,7 @@ script: | done export PATH=${WRAP_DIR}:${PATH} - cd dash + cd SarmaCoins BASEPREFIX=`pwd`/depends # Build dependencies for each host for i in $HOSTS; do @@ -78,13 +78,13 @@ script: | ./autogen.sh ./configure --prefix=${BASEPREFIX}/`echo "${HOSTS}" | awk '{print $1;}'` make NO_QT=1 dist - SOURCEDIST=`echo dash-*.tar.gz` + SOURCEDIST=`echo SarmaCoins-*.tar.gz` DISTNAME=`echo ${SOURCEDIST} | sed 's/.tar.*//'` # Correct tar file order mkdir -p temp pushd temp tar xf ../$SOURCEDIST - find dash-* | sort | tar --no-recursion --mode='u+rw,go+r-w,a+X' --owner=0 --group=0 -c -T - | gzip -9n > ../$SOURCEDIST + find SarmaCoins-* | sort | tar --no-recursion --mode='u+rw,go+r-w,a+X' --owner=0 --group=0 -c -T - | gzip -9n > ../$SOURCEDIST popd ORIGPATH="$PATH" diff --git a/contrib/gitian-descriptors/gitian-win.yml b/contrib/gitian-descriptors/gitian-win.yml index b2e4b49c5af49..b28f093eab3a1 100755 --- a/contrib/gitian-descriptors/gitian-win.yml +++ b/contrib/gitian-descriptors/gitian-win.yml @@ -1,5 +1,5 @@ --- -name: "dash-win-0.12" +name: "SarmaCoins-win-0.12" enable_cache: true suites: - "precise" @@ -21,7 +21,7 @@ packages: reference_datetime: "2014-01-10 00:00:00" remotes: - "url": "https://github.com/inkvisit/sarmacoins.git" - "dir": "dash" + "dir": "SarmaCoins" files: [] script: | WRAP_DIR=$HOME/wrapped @@ -65,7 +65,7 @@ script: | done export PATH=${WRAP_DIR}:${PATH} - cd dash + cd SarmaCoins BASEPREFIX=`pwd`/depends # Build dependencies for each host for i in $HOSTS; do @@ -76,14 +76,14 @@ script: | ./autogen.sh ./configure --prefix=${BASEPREFIX}/`echo "${HOSTS}" | awk '{print $1;}'` make dist - SOURCEDIST=`echo dash-*.tar.gz` + SOURCEDIST=`echo SarmaCoins-*.tar.gz` DISTNAME=`echo ${SOURCEDIST} | sed 's/.tar.*//'` # Correct tar file order mkdir -p temp pushd temp tar xf ../$SOURCEDIST - find dash-* | sort | tar --no-recursion --mode='u+rw,go+r-w,a+X' --owner=0 --group=0 -c -T - | gzip -9n > ../$SOURCEDIST + find SarmaCoins-* | sort | tar --no-recursion --mode='u+rw,go+r-w,a+X' --owner=0 --group=0 -c -T - | gzip -9n > ../$SOURCEDIST popd ORIGPATH="$PATH" @@ -100,7 +100,7 @@ script: | make ${MAKEOPTS} make deploy make install-strip - cp -f dash-*setup*.exe $OUTDIR/ + cp -f SarmaCoins-*setup*.exe $OUTDIR/ cd installed mv ${DISTNAME}/bin/*.dll ${DISTNAME}/lib/ find . -name "lib*.la" -delete diff --git a/contrib/gitian-downloader/luke-jr-key.pgp b/contrib/gitian-downloader/luke-jr-key.pgp index 275b041d2059ece19e1a4ade74b32654ab3a2c56..e5ce7f60e2ec61be8f166c454e2f185489c11c9e 100644 GIT binary patch delta 58 wcmbPbxyEvXIE!p>Vo`3QbAD!CaaNInO-^Zcsslo3vj$5P7Z(!0jZcIR0A|4yPyhe` delta 40 scmZ2uIm>c`IE$c5VsS=Rk%CQ5X?ChZ3Xrqege8iL1th$A2A>EY02EC2ui diff --git a/contrib/init/README.md b/contrib/init/README.md index 6b8e244a7faaf..cce22276d5605 100644 --- a/contrib/init/README.md +++ b/contrib/init/README.md @@ -1,9 +1,9 @@ Sample configuration files for: -SystemD: dashd.service -Upstart: dashd.conf -OpenRC: dashd.openrc - dashd.openrcconf +SystemD: SarmaCoinsd.service +Upstart: SarmaCoinsd.conf +OpenRC: SarmaCoinsd.openrc + SarmaCoinsd.openrcconf have been made available to assist packagers in creating node packages here. diff --git a/contrib/init/dashd.conf b/contrib/init/dashd.conf index 40b9b9a4f9862..ca229bf20594f 100644 --- a/contrib/init/dashd.conf +++ b/contrib/init/dashd.conf @@ -1,16 +1,16 @@ -description "Dash Core Daemon" +description "SarmaCoins Core Daemon" start on runlevel [2345] stop on starting rc RUNLEVEL=[016] -env BITCOIND_BIN="/usr/bin/dashd" -env BITCOIND_USER="dash" -env BITCOIND_GROUP="dash" -env BITCOIND_PIDDIR="/var/run/dashd" +env BITCOIND_BIN="/usr/bin/SarmaCoinsd" +env BITCOIND_USER="SarmaCoins" +env BITCOIND_GROUP="SarmaCoins" +env BITCOIND_PIDDIR="/var/run/SarmaCoinsd" # upstart can't handle variables constructed with other variables -env BITCOIND_PIDFILE="/var/run/dashd/dashd.pid" -env BITCOIND_CONFIGFILE="/etc/dash/dash.conf" -env BITCOIND_DATADIR="/var/lib/dashd" +env BITCOIND_PIDFILE="/var/run/SarmaCoinsd/SarmaCoinsd.pid" +env BITCOIND_CONFIGFILE="/etc/SarmaCoins/SarmaCoins.conf" +env BITCOIND_DATADIR="/var/lib/SarmaCoinsd" expect fork @@ -20,12 +20,12 @@ kill timeout 60 pre-start script # this will catch non-existent config files - # dashd will check and exit with this very warning, but it can do so + # SarmaCoinsd will check and exit with this very warning, but it can do so # long after forking, leaving upstart to think everything started fine. # since this is a commonly encountered case on install, just check and # warn here. if ! grep -qs '^rpcpassword=' "$BITCOIND_CONFIGFILE" ; then - echo "ERROR: You must set a secure rpcpassword to run dashd." + echo "ERROR: You must set a secure rpcpassword to run SarmaCoinsd." echo "The setting must appear in $BITCOIND_CONFIGFILE" echo echo "This password is security critical to securing wallets " @@ -38,7 +38,7 @@ pre-start script echo "It is also recommended that you also set alertnotify so you are " echo "notified of problems:" echo - echo "ie: alertnotify=echo %%s | mail -s \"Dash Alert\"" \ + echo "ie: alertnotify=echo %%s | mail -s \"SarmaCoins Alert\"" \ "admin@foo.com" echo exit 1 diff --git a/contrib/init/dashd.openrc b/contrib/init/dashd.openrc index b1b7144d87708..ab7aa925040bf 100644 --- a/contrib/init/dashd.openrc +++ b/contrib/init/dashd.openrc @@ -2,24 +2,24 @@ # backward compatibility for existing gentoo layout # -if [ -d "/var/lib/dash/.dash" ]; then - BITCOIND_DEFAULT_DATADIR="/var/lib/dash/.dash" +if [ -d "/var/lib/SarmaCoins/.SarmaCoins" ]; then + BITCOIND_DEFAULT_DATADIR="/var/lib/SarmaCoins/.SarmaCoins" else - BITCOIND_DEFAULT_DATADIR="/var/lib/dashd" + BITCOIND_DEFAULT_DATADIR="/var/lib/SarmaCoinsd" fi -BITCOIND_CONFIGFILE=${BITCOIND_CONFIGFILE:-/etc/dash/dash.conf} -BITCOIND_PIDDIR=${BITCOIND_PIDDIR:-/var/run/dashd} -BITCOIND_PIDFILE=${BITCOIND_PIDFILE:-${BITCOIND_PIDDIR}/dashd.pid} +BITCOIND_CONFIGFILE=${BITCOIND_CONFIGFILE:-/etc/SarmaCoins/SarmaCoins.conf} +BITCOIND_PIDDIR=${BITCOIND_PIDDIR:-/var/run/SarmaCoinsd} +BITCOIND_PIDFILE=${BITCOIND_PIDFILE:-${BITCOIND_PIDDIR}/SarmaCoinsd.pid} BITCOIND_DATADIR=${BITCOIND_DATADIR:-${BITCOIND_DEFAULT_DATADIR}} -BITCOIND_USER=${BITCOIND_USER:-dash} -BITCOIND_GROUP=${BITCOIND_GROUP:-dash} -BITCOIND_BIN=${BITCOIND_BIN:-/usr/bin/dashd} +BITCOIND_USER=${BITCOIND_USER:-SarmaCoins} +BITCOIND_GROUP=${BITCOIND_GROUP:-SarmaCoins} +BITCOIND_BIN=${BITCOIND_BIN:-/usr/bin/SarmaCoinsd} -name="Dash Core Daemon" -description="Dash crypto-currency p2p network daemon" +name="SarmaCoins Core Daemon" +description="SarmaCoins crypto-currency p2p network daemon" -command="/usr/bin/dashd" +command="/usr/bin/SarmaCoinsd" command_args="-pid=\"${BITCOIND_PIDFILE}\" \ -conf=\"${BITCOIND_CONFIGFILE}\" \ -datadir=\"${BITCOIND_DATADIR}\" \ @@ -65,7 +65,7 @@ checkconfig() { if ! grep -qs '^rpcpassword=' "${BITCOIND_CONFIGFILE}" ; then eerror "" - eerror "ERROR: You must set a secure rpcpassword to run dashd." + eerror "ERROR: You must set a secure rpcpassword to run SarmaCoinsd." eerror "The setting must appear in ${BITCOIND_CONFIGFILE}" eerror "" eerror "This password is security critical to securing wallets " @@ -78,7 +78,7 @@ checkconfig() eerror "It is also recommended that you also set alertnotify so you are " eerror "notified of problems:" eerror "" - eerror "ie: alertnotify=echo %%s | mail -s \"Dash Alert\"" \ + eerror "ie: alertnotify=echo %%s | mail -s \"SarmaCoins Alert\"" \ "admin@foo.com" eerror "" return 1 diff --git a/contrib/init/dashd.openrcconf b/contrib/init/dashd.openrcconf index 05f033ae8ec05..88701167ee563 100644 --- a/contrib/init/dashd.openrcconf +++ b/contrib/init/dashd.openrcconf @@ -1,25 +1,25 @@ -# /etc/conf.d/dashd: config file for /etc/init.d/dashd +# /etc/conf.d/SarmaCoinsd: config file for /etc/init.d/SarmaCoinsd # Config file location -#BITCOIND_CONFIGFILE="/etc/dash/dash.conf" +#BITCOIND_CONFIGFILE="/etc/SarmaCoins/SarmaCoins.conf" # What directory to write pidfile to? (created and owned by $BITCOIND_USER) -#BITCOIND_PIDDIR="/var/run/dashd" +#BITCOIND_PIDDIR="/var/run/SarmaCoinsd" # What filename to give the pidfile -#BITCOIND_PIDFILE="${BITCOIND_PIDDIR}/dashd.pid" +#BITCOIND_PIDFILE="${BITCOIND_PIDDIR}/SarmaCoinsd.pid" -# Where to write dashd data (be mindful that the blockchain is large) -#BITCOIND_DATADIR="/var/lib/dashd" +# Where to write SarmaCoinsd data (be mindful that the blockchain is large) +#BITCOIND_DATADIR="/var/lib/SarmaCoinsd" -# User and group to own dashd process -#BITCOIND_USER="dash" -#BITCOIND_GROUP="dash" +# User and group to own SarmaCoinsd process +#BITCOIND_USER="SarmaCoins" +#BITCOIND_GROUP="SarmaCoins" -# Path to dashd executable -#BITCOIND_BIN="/usr/bin/dashd" +# Path to SarmaCoinsd executable +#BITCOIND_BIN="/usr/bin/SarmaCoinsd" -# Nice value to run dashd under +# Nice value to run SarmaCoinsd under #BITCOIND_NICE=0 # Additional options (avoid -conf and -datadir, use flags above) diff --git a/contrib/init/dashd.service b/contrib/init/dashd.service index 732ac647d38a1..28fb536aeabdf 100644 --- a/contrib/init/dashd.service +++ b/contrib/init/dashd.service @@ -1,15 +1,15 @@ [Unit] -Description=Dash's distributed currency daemon +Description=SarmaCoins's distributed currency daemon After=network.target [Service] -User=dash -Group=dash +User=SarmaCoins +Group=SarmaCoins Type=forking -PIDFile=/var/lib/dashd/dashd.pid -ExecStart=/usr/bin/dashd -daemon -pid=/var/lib/dashd/dashd.pid \ --conf=/etc/dash/dash.conf -datadir=/var/lib/dashd -disablewallet +PIDFile=/var/lib/SarmaCoinsd/SarmaCoinsd.pid +ExecStart=/usr/bin/SarmaCoinsd -daemon -pid=/var/lib/SarmaCoinsd/SarmaCoinsd.pid \ +-conf=/etc/SarmaCoins/SarmaCoins.conf -datadir=/var/lib/SarmaCoinsd -disablewallet Restart=always PrivateTmp=true diff --git a/contrib/macdeploy/README.md b/contrib/macdeploy/README.md index 19b0f1a01f1eb..430636fe65e48 100644 --- a/contrib/macdeploy/README.md +++ b/contrib/macdeploy/README.md @@ -11,5 +11,5 @@ This script should not be run manually, instead, after building as usual: During the process, the disk image window will pop up briefly where the fancy settings are applied. This is normal, please do not interfere. -When finished, it will produce `Dash-Qt.dmg`. +When finished, it will produce `SarmaCoins-Qt.dmg`. diff --git a/contrib/macdeploy/background.psd b/contrib/macdeploy/background.psd index 5889676f8e3d805568b63d9702eced2376ca8f7e..3b4aa59b963d7d9352d6604905be57b8248ad5bf 100644 GIT binary patch delta 613 zcmdn@m-Ev<&W0_FVG%09iAA}I&iR>n#r|n&#i=C<26_ex`aYR?sR)_v4u=_A7`YGv z(;532rQ{L()RfS?l+>ae6kXHx`WbV#Pl#gd(xRm;@0T$y+TPjDc!QOOwrmIb<%=jS gEdY9>kd1~GfMTO``=a%XZNfCRC4GC$QO2a504bB=rvLx| delta 453 zcmezLk8|H&&W0_FVG$B8iNzWIX=%l&B?<<51`7Hh($ diff --git a/contrib/macdeploy/detached-sig-apply.sh b/contrib/macdeploy/detached-sig-apply.sh index b9c64ef940783..67d3299ca4efb 100755 --- a/contrib/macdeploy/detached-sig-apply.sh +++ b/contrib/macdeploy/detached-sig-apply.sh @@ -5,7 +5,7 @@ UNSIGNED=$1 SIGNATURE=$2 ARCH=x86_64 ROOTDIR=dist -BUNDLE=${ROOTDIR}/Dash-Qt.app +BUNDLE=${ROOTDIR}/SarmaCoins-Qt.app TEMPDIR=signed.temp OUTDIR=signed-app diff --git a/contrib/macdeploy/detached-sig-create.sh b/contrib/macdeploy/detached-sig-create.sh index 200b71ce44e83..39f47763560da 100755 --- a/contrib/macdeploy/detached-sig-create.sh +++ b/contrib/macdeploy/detached-sig-create.sh @@ -2,7 +2,7 @@ set -e ROOTDIR=dist -BUNDLE=${ROOTDIR}/Dash-Qt.app +BUNDLE=${ROOTDIR}/SarmaCoins-Qt.app CODESIGN=codesign TEMPDIR=sign.temp TEMPLIST=${TEMPDIR}/signatures.txt diff --git a/contrib/macdeploy/fancy.plist b/contrib/macdeploy/fancy.plist index 3ee7104784675..366df0c3bf802 100644 --- a/contrib/macdeploy/fancy.plist +++ b/contrib/macdeploy/fancy.plist @@ -22,7 +22,7 @@ 370 156 - Dash-Qt.app + SarmaCoins-Qt.app 128 156 diff --git a/contrib/macdeploy/macdeployqtplus b/contrib/macdeploy/macdeployqtplus index a3358033af8a2..6ff0d70170e73 100755 --- a/contrib/macdeploy/macdeployqtplus +++ b/contrib/macdeploy/macdeployqtplus @@ -836,7 +836,7 @@ if config.dmg is not None: items_positions.append(itemscript.substitute(params)) params = { - "disk" : "Dash-Qt", + "disk" : "SarmaCoins-Qt", "window_bounds" : "300,300,800,620", "icon_size" : "96", "background_commands" : "", diff --git a/contrib/spendfrom/README.md b/contrib/spendfrom/README.md index 9a6924dca8731..06cdf58b3e605 100644 --- a/contrib/spendfrom/README.md +++ b/contrib/spendfrom/README.md @@ -7,7 +7,7 @@ address (or addresses). Depends on [jsonrpc](http://json-rpc.org/). spendfrom.py --from=FROMADDRESS1[,FROMADDRESS2] --to=TOADDRESS --amount=amount \ - --fee=fee --datadir=/path/to/.dash --testnet --dry_run + --fee=fee --datadir=/path/to/.SarmaCoins --testnet --dry_run With no arguments, outputs a list of amounts associated with addresses. @@ -16,7 +16,7 @@ With arguments, sends coins received by the `FROMADDRESS` addresses to the `TOAD ### Notes ### - You may explicitly specify how much fee to pay (a fee more than 1% of the amount -will fail, though, to prevent dash-losing accidents). Spendfrom may fail if +will fail, though, to prevent SarmaCoins-losing accidents). Spendfrom may fail if it thinks the transaction would never be confirmed (if the amount being sent is too small, or if the transaction is too many bytes for the fee). diff --git a/contrib/spendfrom/spendfrom.py b/contrib/spendfrom/spendfrom.py index e8d3d9fd77a59..73e97d82713f2 100755 --- a/contrib/spendfrom/spendfrom.py +++ b/contrib/spendfrom/spendfrom.py @@ -1,13 +1,13 @@ #!/usr/bin/env python # -# Use the raw transactions API to spend dashs received on particular addresses, +# Use the raw transactions API to spend SarmaCoinss received on particular addresses, # and send any change back to that same address. # # Example usage: # spendfrom.py # Lists available funds # spendfrom.py --from=ADDRESS --to=ADDRESS --amount=11.00 # -# Assumes it will talk to a dashd or Dash-Qt running +# Assumes it will talk to a SarmaCoinsd or SarmaCoins-Qt running # on localhost. # # Depends on jsonrpc @@ -33,15 +33,15 @@ def check_json_precision(): raise RuntimeError("JSON encode/decode loses precision") def determine_db_dir(): - """Return the default location of the dash data directory""" + """Return the default location of the SarmaCoins data directory""" if platform.system() == "Darwin": - return os.path.expanduser("~/Library/Application Support/Dash/") + return os.path.expanduser("~/Library/Application Support/SarmaCoins/") elif platform.system() == "Windows": - return os.path.join(os.environ['APPDATA'], "Dash") - return os.path.expanduser("~/.dash") + return os.path.join(os.environ['APPDATA'], "SarmaCoins") + return os.path.expanduser("~/.SarmaCoins") def read_bitcoin_config(dbdir): - """Read the dash.conf file from dbdir, returns dictionary of settings""" + """Read the SarmaCoins.conf file from dbdir, returns dictionary of settings""" from ConfigParser import SafeConfigParser class FakeSecHead(object): @@ -59,11 +59,11 @@ def readline(self): return s config_parser = SafeConfigParser() - config_parser.readfp(FakeSecHead(open(os.path.join(dbdir, "dash.conf")))) + config_parser.readfp(FakeSecHead(open(os.path.join(dbdir, "SarmaCoins.conf")))) return dict(config_parser.items("all")) def connect_JSON(config): - """Connect to a dash JSON-RPC server""" + """Connect to a SarmaCoins JSON-RPC server""" testnet = config.get('testnet', '0') testnet = (int(testnet) > 0) # 0/1 in config file, convert to True/False if not 'rpcport' in config: @@ -72,7 +72,7 @@ def connect_JSON(config): try: result = ServiceProxy(connect) # ServiceProxy is lazy-connect, so send an RPC command mostly to catch connection errors, - # but also make sure the dashd we're talking to is/isn't testnet: + # but also make sure the SarmaCoinsd we're talking to is/isn't testnet: if result.getmininginfo()['testnet'] != testnet: sys.stderr.write("RPC server at "+connect+" testnet setting mismatch\n") sys.exit(1) @@ -81,36 +81,36 @@ def connect_JSON(config): sys.stderr.write("Error connecting to RPC server at "+connect+"\n") sys.exit(1) -def unlock_wallet(dashd): - info = dashd.getinfo() +def unlock_wallet(SarmaCoinsd): + info = SarmaCoinsd.getinfo() if 'unlocked_until' not in info: return True # wallet is not encrypted t = int(info['unlocked_until']) if t <= time.time(): try: passphrase = getpass.getpass("Wallet is locked; enter passphrase: ") - dashd.walletpassphrase(passphrase, 5) + SarmaCoinsd.walletpassphrase(passphrase, 5) except: sys.stderr.write("Wrong passphrase\n") - info = dashd.getinfo() + info = SarmaCoinsd.getinfo() return int(info['unlocked_until']) > time.time() -def list_available(dashd): +def list_available(SarmaCoinsd): address_summary = dict() address_to_account = dict() - for info in dashd.listreceivedbyaddress(0): + for info in SarmaCoinsd.listreceivedbyaddress(0): address_to_account[info["address"]] = info["account"] - unspent = dashd.listunspent(0) + unspent = SarmaCoinsd.listunspent(0) for output in unspent: # listunspent doesn't give addresses, so: - rawtx = dashd.getrawtransaction(output['txid'], 1) + rawtx = SarmaCoinsd.getrawtransaction(output['txid'], 1) vout = rawtx["vout"][output['vout']] pk = vout["scriptPubKey"] - # This code only deals with ordinary pay-to-dash-address + # This code only deals with ordinary pay-to-SarmaCoins-address # or pay-to-script-hash outputs right now; anything exotic is ignored. if pk["type"] != "pubkeyhash" and pk["type"] != "scripthash": continue @@ -139,8 +139,8 @@ def select_coins(needed, inputs): n += 1 return (outputs, have-needed) -def create_tx(dashd, fromaddresses, toaddress, amount, fee): - all_coins = list_available(dashd) +def create_tx(SarmaCoinsd, fromaddresses, toaddress, amount, fee): + all_coins = list_available(SarmaCoinsd) total_available = Decimal("0.0") needed = amount+fee @@ -159,7 +159,7 @@ def create_tx(dashd, fromaddresses, toaddress, amount, fee): # Note: # Python's json/jsonrpc modules have inconsistent support for Decimal numbers. # Instead of wrestling with getting json.dumps() (used by jsonrpc) to encode - # Decimals, I'm casting amounts to float before sending them to dashd. + # Decimals, I'm casting amounts to float before sending them to SarmaCoinsd. # outputs = { toaddress : float(amount) } (inputs, change_amount) = select_coins(needed, potential_inputs) @@ -170,8 +170,8 @@ def create_tx(dashd, fromaddresses, toaddress, amount, fee): else: outputs[change_address] = float(change_amount) - rawtx = dashd.createrawtransaction(inputs, outputs) - signed_rawtx = dashd.signrawtransaction(rawtx) + rawtx = SarmaCoinsd.createrawtransaction(inputs, outputs) + signed_rawtx = SarmaCoinsd.signrawtransaction(rawtx) if not signed_rawtx["complete"]: sys.stderr.write("signrawtransaction failed\n") sys.exit(1) @@ -179,10 +179,10 @@ def create_tx(dashd, fromaddresses, toaddress, amount, fee): return txdata -def compute_amount_in(dashd, txinfo): +def compute_amount_in(SarmaCoinsd, txinfo): result = Decimal("0.0") for vin in txinfo['vin']: - in_info = dashd.getrawtransaction(vin['txid'], 1) + in_info = SarmaCoinsd.getrawtransaction(vin['txid'], 1) vout = in_info['vout'][vin['vout']] result = result + vout['value'] return result @@ -193,12 +193,12 @@ def compute_amount_out(txinfo): result = result + vout['value'] return result -def sanity_test_fee(dashd, txdata_hex, max_fee): +def sanity_test_fee(SarmaCoinsd, txdata_hex, max_fee): class FeeError(RuntimeError): pass try: - txinfo = dashd.decoderawtransaction(txdata_hex) - total_in = compute_amount_in(dashd, txinfo) + txinfo = SarmaCoinsd.decoderawtransaction(txdata_hex) + total_in = compute_amount_in(SarmaCoinsd, txinfo) total_out = compute_amount_out(txinfo) if total_in-total_out > max_fee: raise FeeError("Rejecting transaction, unreasonable fee of "+str(total_in-total_out)) @@ -221,15 +221,15 @@ def main(): parser = optparse.OptionParser(usage="%prog [options]") parser.add_option("--from", dest="fromaddresses", default=None, - help="addresses to get dashs from") + help="addresses to get SarmaCoinss from") parser.add_option("--to", dest="to", default=None, - help="address to get send dashs to") + help="address to get send SarmaCoinss to") parser.add_option("--amount", dest="amount", default=None, help="amount to send") parser.add_option("--fee", dest="fee", default="0.0", help="fee to include") parser.add_option("--datadir", dest="datadir", default=determine_db_dir(), - help="location of dash.conf file with RPC username/password (default: %default)") + help="location of SarmaCoins.conf file with RPC username/password (default: %default)") parser.add_option("--testnet", dest="testnet", default=False, action="store_true", help="Use the test network") parser.add_option("--dry_run", dest="dry_run", default=False, action="store_true", @@ -240,10 +240,10 @@ def main(): check_json_precision() config = read_bitcoin_config(options.datadir) if options.testnet: config['testnet'] = True - dashd = connect_JSON(config) + SarmaCoinsd = connect_JSON(config) if options.amount is None: - address_summary = list_available(dashd) + address_summary = list_available(SarmaCoinsd) for address,info in address_summary.iteritems(): n_transactions = len(info['outputs']) if n_transactions > 1: @@ -253,14 +253,14 @@ def main(): else: fee = Decimal(options.fee) amount = Decimal(options.amount) - while unlock_wallet(dashd) == False: + while unlock_wallet(SarmaCoinsd) == False: pass # Keep asking for passphrase until they get it right - txdata = create_tx(dashd, options.fromaddresses.split(","), options.to, amount, fee) - sanity_test_fee(dashd, txdata, amount*Decimal("0.01")) + txdata = create_tx(SarmaCoinsd, options.fromaddresses.split(","), options.to, amount, fee) + sanity_test_fee(SarmaCoinsd, txdata, amount*Decimal("0.01")) if options.dry_run: print(txdata) else: - txid = dashd.sendrawtransaction(txdata) + txid = SarmaCoinsd.sendrawtransaction(txdata) print(txid) if __name__ == '__main__': diff --git a/doc/Doxyfile b/doc/Doxyfile index 563edc64b268a..f681fa1b4fc3c 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -28,7 +28,7 @@ DOXYFILE_ENCODING = UTF-8 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded # by quotes) that should identify the project. -PROJECT_NAME = Dash +PROJECT_NAME = SarmaCoins # The PROJECT_NUMBER tag can be used to enter a project or revision number. # This could be handy for archiving the generated documentation or diff --git a/doc/README.md b/doc/README.md index ac589675dc153..cc330b0c7134d 100644 --- a/doc/README.md +++ b/doc/README.md @@ -1,4 +1,4 @@ -Dash Core 0.12.0 +SarmaCoins Core 0.12.0 ===================== Setup @@ -7,46 +7,46 @@ Setup Running --------------------- -The following are some helpful notes on how to run Dash on your native platform. +The following are some helpful notes on how to run SarmaCoins on your native platform. ### Unix -You need the Qt4 run-time libraries to run Dash-Qt. On Debian or Ubuntu: +You need the Qt4 run-time libraries to run SarmaCoins-Qt. On Debian or Ubuntu: sudo apt-get install libqtgui4 Unpack the files into a directory and run: -- bin/32/dash-qt (GUI, 32-bit) or bin/32/dashd (headless, 32-bit) -- bin/64/dash-qt (GUI, 64-bit) or bin/64/dashd (headless, 64-bit) +- bin/32/SarmaCoins-qt (GUI, 32-bit) or bin/32/SarmaCoinsd (headless, 32-bit) +- bin/64/SarmaCoins-qt (GUI, 64-bit) or bin/64/SarmaCoinsd (headless, 64-bit) ### Windows -Unpack the files into a directory, and then run dash-qt.exe. +Unpack the files into a directory, and then run SarmaCoins-qt.exe. ### OSX -Drag Dash-Qt to your applications folder, and then run Dash-Qt. +Drag SarmaCoins-Qt to your applications folder, and then run SarmaCoins-Qt. ### Need Help? -* See the documentation at the [Dash Wiki](https://en.bitcoin.it/wiki/Main_Page) ***TODO*** +* See the documentation at the [SarmaCoins Wiki](https://en.bitcoin.it/wiki/Main_Page) ***TODO*** for help and more information. * Ask for help on [#SarmaCoins](http://webchat.freenode.net?channels=SarmaCoins) on Freenode. If you don't have an IRC client use [webchat here](http://webchat.freenode.net?channels=SarmaCoins). -* Ask for help on the [DashTalk](https://dashtalk.org/) forums. +* Ask for help on the [SarmaCoinsTalk](https://SarmaCoinstalk.org/) forums. Building --------------------- -The following are developer notes on how to build Dash on your native platform. They are not complete guides, but include notes on the necessary libraries, compile flags, etc. +The following are developer notes on how to build SarmaCoins on your native platform. They are not complete guides, but include notes on the necessary libraries, compile flags, etc. - [OSX Build Notes](build-osx.md) - [Unix Build Notes](build-unix.md) Development --------------------- -The Dash repo's [root README](https://github.com/inkvisit/sarmacoins/blob/master/README.md) contains relevant information on the development process and automated testing. +The SarmaCoins repo's [root README](https://github.com/inkvisit/sarmacoins/blob/master/README.md) contains relevant information on the development process and automated testing. - [Coding Guidelines](coding.md) - [Multiwallet Qt Development](multiwallet-qt.md) @@ -57,7 +57,7 @@ The Dash repo's [root README](https://github.com/inkvisit/sarmacoins/blob/master - [Unit Tests](unit-tests.md) ### Resources -* Discuss on the [DashTalk](https://dashtalk.org/) forums, in the Development & Technical Discussion board. +* Discuss on the [SarmaCoinsTalk](https://SarmaCoinstalk.org/) forums, in the Development & Technical Discussion board. * Discuss on [#SarmaCoins](http://webchat.freenode.net/?channels=SarmaCoins) on Freenode. If you don't have an IRC client use [webchat here](http://webchat.freenode.net/?channels=SarmaCoins). ### Miscellaneous diff --git a/doc/README_windows.txt b/doc/README_windows.txt index dedbad6b722e6..b7fce5f09dba5 100644 --- a/doc/README_windows.txt +++ b/doc/README_windows.txt @@ -1,9 +1,9 @@ -Dash Core 0.12.0 +SarmaCoins Core 0.12.0 ===================== Intro ----- -Dash is a free open source peer-to-peer electronic cash system that is +SarmaCoins is a free open source peer-to-peer electronic cash system that is completely decentralized, without the need for a central server or trusted parties. Users hold the crypto keys to their own money and transact directly with each other, with the help of a P2P network to check for double-spending. @@ -11,13 +11,13 @@ with each other, with the help of a P2P network to check for double-spending. Setup ----- -Unpack the files into a directory and run dash-qt.exe. +Unpack the files into a directory and run SarmaCoins-qt.exe. -Dash Core is the original Dash client and it builds the backbone of the network. -However, it downloads and stores the entire history of Dash transactions; +SarmaCoins Core is the original SarmaCoins client and it builds the backbone of the network. +However, it downloads and stores the entire history of SarmaCoins transactions; depending on the speed of your computer and network connection, the synchronization process can take anywhere from a few hours to a day or more. -See the dash wiki at: +See the SarmaCoins wiki at: https://en.bitcoin.it/wiki/Main_Page ***TODO*** for more help and information. diff --git a/doc/build-osx.md b/doc/build-osx.md index 98653e94df258..4ee9fe303bd4d 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -1,6 +1,6 @@ Mac OS X Build Instructions and Notes ==================================== -This guide will show you how to build dashd (headless client) for OSX. +This guide will show you how to build SarmaCoinsd (headless client) for OSX. Notes ----- @@ -58,19 +58,19 @@ The rest of these commands are run inside brew interactive mode: /private/tmp/berkeley-db4-UGpd0O $ exit ``` -After exiting, you'll get a warning that the install is keg-only, which means it wasn't symlinked to `/usr/local`. You don't need it to link it to build dash, but if you want to, here's how: +After exiting, you'll get a warning that the install is keg-only, which means it wasn't symlinked to `/usr/local`. You don't need it to link it to build SarmaCoins, but if you want to, here's how: $ brew link --force berkeley-db4 -### Building `dashd` +### Building `SarmaCoinsd` 1. Clone the github tree to get the source code and go into the directory. git clone https://github.com/inkvisit/sarmacoins.git - cd dash + cd SarmaCoins -2. Build dashd: +2. Build SarmaCoinsd: ./autogen.sh ./configure @@ -80,7 +80,7 @@ After exiting, you'll get a warning that the install is keg-only, which means it make check -4. (Optional) You can also install dashd to your path: +4. (Optional) You can also install SarmaCoinsd to your path: make install @@ -92,7 +92,7 @@ Download Qt Creator from http://www.qt.io/download/. Download the "community edi 1. Make sure you installed everything through homebrew mentioned above 2. Do a proper ./configure --with-gui=qt5 --enable-debug 3. In Qt Creator do "New Project" -> Import Project -> Import Existing Project -4. Enter "dash-qt" as project name, enter src/qt as location +4. Enter "SarmaCoins-qt" as project name, enter src/qt as location 5. Leave the file selection as it is 6. Confirm the "summary page" 7. In the "Projects" tab select "Manage Kits..." @@ -102,11 +102,11 @@ Download Qt Creator from http://www.qt.io/download/. Download the "community edi Creating a release build ------------------------ -You can ignore this section if you are building `dashd` for your own use. +You can ignore this section if you are building `SarmaCoinsd` for your own use. -dashd/dash-cli binaries are not included in the Dash-Qt.app bundle. +SarmaCoinsd/SarmaCoins-cli binaries are not included in the SarmaCoins-Qt.app bundle. -If you are building `dashd` or `Dash-Qt` for others, your build machine should be set up +If you are building `SarmaCoinsd` or `SarmaCoins-Qt` for others, your build machine should be set up as follows for maximum compatibility: All dependencies should be compiled with these flags: @@ -115,30 +115,30 @@ All dependencies should be compiled with these flags: -arch x86_64 -isysroot $(xcode-select --print-path)/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk -Once dependencies are compiled, see release-process.md for how the Dash-Qt.app +Once dependencies are compiled, see release-process.md for how the SarmaCoins-Qt.app bundle is packaged and signed to create the .dmg disk image that is distributed. Running ------- -It's now available at `./dashd`, provided that you are still in the `src` +It's now available at `./SarmaCoinsd`, provided that you are still in the `src` directory. We have to first create the RPC configuration file, though. -Run `./dashd` to get the filename where it should be put, or just try these +Run `./SarmaCoinsd` to get the filename where it should be put, or just try these commands: - echo -e "rpcuser=dashrpc\nrpcpassword=$(xxd -l 16 -p /dev/urandom)" > "/Users/${USER}/Library/Application Support/Dash/dash.conf" - chmod 600 "/Users/${USER}/Library/Application Support/Dash/dash.conf" + echo -e "rpcuser=SarmaCoinsrpc\nrpcpassword=$(xxd -l 16 -p /dev/urandom)" > "/Users/${USER}/Library/Application Support/SarmaCoins/SarmaCoins.conf" + chmod 600 "/Users/${USER}/Library/Application Support/SarmaCoins/SarmaCoins.conf" The next time you run it, it will start downloading the blockchain, but it won't output anything while it's doing this. This process may take several hours; you can monitor its process by looking at the debug.log file, like this: - tail -f $HOME/Library/Application\ Support/Dash/debug.log + tail -f $HOME/Library/Application\ Support/SarmaCoins/debug.log Other commands: ------- - ./dashd -daemon # to start the dash daemon. - ./dash-cli --help # for a list of command-line options. - ./dash-cli help # When the daemon is running, to get a list of RPC commands + ./SarmaCoinsd -daemon # to start the SarmaCoins daemon. + ./SarmaCoins-cli --help # for a list of command-line options. + ./SarmaCoins-cli help # When the daemon is running, to get a list of RPC commands diff --git a/doc/build-unix.md b/doc/build-unix.md index 53966f95abb00..e0863b6bafdf6 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -1,10 +1,10 @@ UNIX BUILD NOTES ==================== -Some notes on how to build Dash in Unix. +Some notes on how to build SarmaCoins in Unix. Note --------------------- -Always use absolute paths to configure and compile dash and the dependencies, +Always use absolute paths to configure and compile SarmaCoins and the dependencies, for example, when specifying the the path of the dependency: ../dist/configure --enable-cxx --disable-shared --with-pic --prefix=$BDB_PREFIX @@ -22,7 +22,7 @@ make make install # optional ``` -This will build dash-qt as well if the dependencies are met. +This will build SarmaCoins-qt as well if the dependencies are met. Dependencies --------------------- @@ -50,7 +50,7 @@ System requirements -------------------- C++ compilers are memory-hungry. It is recommended to have at least 1 GB of -memory available when compiling Dash Core. With 512MB of memory or less +memory available when compiling SarmaCoins Core. With 512MB of memory or less compilation will take much longer due to swap thrashing. Dependency Build Instructions: Ubuntu & Debian @@ -94,7 +94,7 @@ Optional: Dependencies for the GUI: Ubuntu & Debian ----------------------------------------- -If you want to build Dash-Qt, make sure that the required packages for Qt development +If you want to build SarmaCoins-Qt, make sure that the required packages for Qt development are installed. Either Qt 4 or Qt 5 are necessary to build the GUI. If both Qt 4 and Qt 5 are installed, Qt 4 will be used. Pass `--with-gui=qt5` to configure to choose Qt5. To build without GUI pass `--without-gui`. @@ -111,12 +111,12 @@ libqrencode (optional) can be installed with: sudo apt-get install libqrencode-dev -Once these are installed, they will be found by configure and a dash-qt executable will be +Once these are installed, they will be found by configure and a SarmaCoins-qt executable will be built by default. Notes ----- -The release is built with GCC and then "strip dashd" to strip the debug +The release is built with GCC and then "strip SarmaCoinsd" to strip the debug symbols, which reduces the executable size by about 90%. @@ -145,10 +145,10 @@ Berkeley DB It is recommended to use Berkeley DB 4.8. If you have to build it yourself: ```bash -DASH_ROOT=$(pwd) +SarmaCoins_ROOT=$(pwd) -# Pick some path to install BDB to, here we create a directory within the dash directory -BDB_PREFIX="${DASH_ROOT}/db4" +# Pick some path to install BDB to, here we create a directory within the SarmaCoins directory +BDB_PREFIX="${SarmaCoins_ROOT}/db4" mkdir -p $BDB_PREFIX # Fetch the source and verify that it is not tampered with @@ -163,8 +163,8 @@ cd db-4.8.30.NC/build_unix/ ../dist/configure --enable-cxx --disable-shared --with-pic --prefix=$BDB_PREFIX make install -# Configure Dash Core to use our own-built instance of BDB -cd $DASH_ROOT +# Configure SarmaCoins Core to use our own-built instance of BDB +cd $SarmaCoins_ROOT ./configure (other args...) LDFLAGS="-L${BDB_PREFIX}/lib/" CPPFLAGS="-I${BDB_PREFIX}/include/" ``` @@ -181,7 +181,7 @@ If you need to build Boost yourself: Security -------- -To help make your Dash installation more secure by making certain attacks impossible to +To help make your SarmaCoins installation more secure by making certain attacks impossible to exploit even if a vulnerability is found, binaries are hardened by default. This can be disabled with: @@ -205,7 +205,7 @@ Hardening enables the following features: To test that you have built PIE executable, install scanelf, part of paxutils, and use: - scanelf -e ./dashd + scanelf -e ./SarmaCoinsd The output should contain: TYPE @@ -213,13 +213,13 @@ Hardening enables the following features: * Non-executable Stack If the stack is executable then trivial stack based buffer overflow exploits are possible if - vulnerable buffers are found. By default, dash should be built with a non-executable stack + vulnerable buffers are found. By default, SarmaCoins should be built with a non-executable stack but if one of the libraries it uses asks for an executable stack or someone makes a mistake and uses a compiler extension which requires an executable stack, it will silently build an executable without the non-executable stack protection. To verify that the stack is non-executable after compiling use: - `scanelf -e ./dashd` + `scanelf -e ./SarmaCoinsd` the output should contain: STK/REL/PTL @@ -229,7 +229,7 @@ Hardening enables the following features: Disable-wallet mode -------------------- -When the intention is to run only a P2P node without a wallet, dash may be compiled in +When the intention is to run only a P2P node without a wallet, SarmaCoins may be compiled in disable-wallet mode with: ./configure --disable-wallet diff --git a/doc/gitian-building.md b/doc/gitian-building.md index 690053116ea16..3d2cc2f4f91b4 100644 --- a/doc/gitian-building.md +++ b/doc/gitian-building.md @@ -1,9 +1,9 @@ Gitian building ================ -*Setup instructions for a gitian build of Dash using a Debian VM or physical system.* +*Setup instructions for a gitian build of SarmaCoins using a Debian VM or physical system.* -Gitian is the deterministic build process that is used to build the Dash +Gitian is the deterministic build process that is used to build the SarmaCoins Core executables. It provides a way to be reasonably sure that the executables are really built from source on GitHub. It also makes sure that the same, tested dependencies are used and statically built into the executable. @@ -26,7 +26,7 @@ Table of Contents - [Installing gitian](#installing-gitian) - [Setting up gitian images](#setting-up-gitian-images) - [Getting and building the inputs](#getting-and-building-the-inputs) -- [Building Dash](#building-dash) +- [Building SarmaCoins](#building-SarmaCoins) - [Building an alternative repository](#building-an-alternative-repository) - [Signing externally](#signing-externally) - [Uploading signatures](#uploading-signatures) @@ -277,12 +277,12 @@ cd .. **Note**: When sudo asks for a password, enter the password for the user *debian* not for *root*. -Clone the git repositories for dash and gitian and then checkout the dash version that you want to build. +Clone the git repositories for SarmaCoins and gitian and then checkout the SarmaCoins version that you want to build. ```bash git clone https://github.com/devrandom/gitian-builder.git git clone https://github.com/inkvisit/sarmacoins.git -cd dash +cd SarmaCoins git checkout v${VERSION} cd .. ``` @@ -321,16 +321,16 @@ There will be a lot of warnings printed during build of the images. These can be Getting and building the inputs -------------------------------- -Follow the instructions in [doc/release-process.md](release-process.md) in the dash repository +Follow the instructions in [doc/release-process.md](release-process.md) in the SarmaCoins repository under 'Fetch and build inputs' to install sources which require manual intervention. Also follow the next step: 'Seed the Gitian sources cache', which will fetch all necessary source files allowing for gitian to work offline. -Building Dash +Building SarmaCoins ---------------- -To build Dash (for Linux, OSX and Windows) just follow the steps under 'perform -gitian builds' in [doc/release-process.md](release-process.md) in the dash repository. +To build SarmaCoins (for Linux, OSX and Windows) just follow the steps under 'perform +gitian builds' in [doc/release-process.md](release-process.md) in the SarmaCoins repository. This may take a long time as it also builds the dependencies needed for each descriptor. These dependencies will be cached after a successful build to avoid rebuilding them when possible. @@ -345,7 +345,7 @@ tail -f var/build.log Output from `gbuild` will look something like ```bash - Initialized empty Git repository in /home/debian/gitian-builder/inputs/dash/.git/ + Initialized empty Git repository in /home/debian/gitian-builder/inputs/SarmaCoins/.git/ remote: Reusing existing pack: 35606, done. remote: Total 35606 (delta 0), reused 0 (delta 0) Receiving objects: 100% (35606/35606), 26.52 MiB | 4.28 MiB/s, done. @@ -377,11 +377,11 @@ and inputs. For example: ```bash -URL=https://github.com/crowning-/dash.git +URL=https://github.com/crowning-/SarmaCoins.git COMMIT=b616fb8ef0d49a919b72b0388b091aaec5849b96 -./bin/gbuild --commit dash=${COMMIT} --url dash=${URL} ../dash/contrib/gitian-descriptors/gitian-linux.yml -./bin/gbuild --commit dash=${COMMIT} --url dash=${URL} ../dash/contrib/gitian-descriptors/gitian-win.yml -./bin/gbuild --commit dash=${COMMIT} --url dash=${URL} ../dash/contrib/gitian-descriptors/gitian-osx.yml +./bin/gbuild --commit SarmaCoins=${COMMIT} --url SarmaCoins=${URL} ../SarmaCoins/contrib/gitian-descriptors/gitian-linux.yml +./bin/gbuild --commit SarmaCoins=${COMMIT} --url SarmaCoins=${URL} ../SarmaCoins/contrib/gitian-descriptors/gitian-win.yml +./bin/gbuild --commit SarmaCoins=${COMMIT} --url SarmaCoins=${URL} ../SarmaCoins/contrib/gitian-descriptors/gitian-osx.yml ``` Signing externally @@ -396,9 +396,9 @@ When you execute `gsign` you will get an error from GPG, which can be ignored. C in `gitian.sigs` to your signing machine and do ```bash - gpg --detach-sign ${VERSION}-linux/${SIGNER}/dash-build.assert - gpg --detach-sign ${VERSION}-win/${SIGNER}/dash-build.assert - gpg --detach-sign ${VERSION}-osx/${SIGNER}/dash-build.assert + gpg --detach-sign ${VERSION}-linux/${SIGNER}/SarmaCoins-build.assert + gpg --detach-sign ${VERSION}-win/${SIGNER}/SarmaCoins-build.assert + gpg --detach-sign ${VERSION}-osx/${SIGNER}/SarmaCoins-build.assert ``` This will create the `.sig` files that can be committed together with the `.assert` files to assert your @@ -408,6 +408,6 @@ Uploading signatures (not yet implemented) --------------------- In the future it will be possible to push your signatures (both the `.assert` and `.assert.sig` files) to the -[dash/gitian.sigs](https://github.com/SarmaCoins/gitian.sigs/) repository, or if that's not possible to create a pull +[SarmaCoins/gitian.sigs](https://github.com/SarmaCoins/gitian.sigs/) repository, or if that's not possible to create a pull request. There will be an official announcement when this repository is online. diff --git a/doc/guide-startmany.md b/doc/guide-startmany.md index 127d31510d5c6..099904e520a87 100644 --- a/doc/guide-startmany.md +++ b/doc/guide-startmany.md @@ -4,7 +4,7 @@ There are many ways to setup a wallet to support start-many. This guide will walk through two of them. 1. [Importing an existing wallet (recommended if you are consolidating wallets).](#option1) -2. [Sending 1,000 DASH to new wallet addresses.](#option2) +2. [Sending 1,000 SarmaCoins to new wallet addresses.](#option2) ## Option 1. Importing an existing wallet @@ -56,9 +56,9 @@ Create a new wallet address for each MasterNode. Close your QT Wallet. -### Send 1,000 DASH to New Addresses +### Send 1,000 SarmaCoins to New Addresses -Just like setting up a standard MN. Send exactly 1,000 DASH to each new address created above. +Just like setting up a standard MN. Send exactly 1,000 SarmaCoins to each new address created above. ### Create New Masternode Private Keys @@ -78,11 +78,11 @@ Remember... this is local. Make sure your QT is not running. Create the masternode.conf file in the same directory as your wallet.dat. -Copy the masternode private key and correspondig collateral output transaction that holds the 1K DASH. +Copy the masternode private key and correspondig collateral output transaction that holds the 1K SarmaCoins. The masternode private key may be an existing key from [Option 1](#option1), or a newly generated key from [Option 2](#option2). -*Please note, the masternode priviate key is not the same as a wallet private key. Never put your wallet private key in the masternode.conf file. That is equivalent to putting your 1,000 DASH on the remote server and defeats the purpose of a hot/cold setup.* +*Please note, the masternode priviate key is not the same as a wallet private key. Never put your wallet private key in the masternode.conf file. That is equivalent to putting your 1,000 SarmaCoins on the remote server and defeats the purpose of a hot/cold setup.* ### Get the collateral output @@ -95,7 +95,7 @@ Issue the following: Make note of the hash (which is your collaterla_output) and index. ### Enter your MasterNode details into your masternode.conf file -[From the dash github repo](https://github.com/darkcoin/darkcoin/blob/master/doc/masternode_conf.md) +[From the SarmaCoins github repo](https://github.com/darkcoin/darkcoin/blob/master/doc/masternode_conf.md) The new masternode.conf format consists of a space seperated text file. Each line consisting of an alias, IP address followed by port, masternode private key, collateral output transaction id and collateral output index, donation address and donation percentage (the latter two are optional and should be in format "address:percentage"). @@ -112,20 +112,20 @@ mn01 127.0.0.1:9999 93HaYBVUCYjEMeeH1Y4sBGLALQZE1Yc1K64xiqgX37tGBDQL8Xg 2bcd3c84 mn02 127.0.0.2:9999 93WaAb3htPJEV8E9aQcN23Jt97bPex7YvWfgMDTUdWJvzmrMqey aa9f1034d973377a5e733272c3d0eced1de22555ad45d6b24abadff8087948d4 0 7gnwGHt17heGpG9Crfeh4KGpYNFugPhJdh:25 ``` -## What about the dash.conf file? +## What about the SarmaCoins.conf file? -If you are using a masternode.conf file you no longer need the dash.conf file. The exception is if you need custom settings (thanks oblox). +If you are using a masternode.conf file you no longer need the SarmaCoins.conf file. The exception is if you need custom settings (thanks oblox). -## Update dash.conf on server +## Update SarmaCoins.conf on server -If you generated a new masternode private key, you will need to update the remote dash.conf files. +If you generated a new masternode private key, you will need to update the remote SarmaCoins.conf files. Shut down the daemon and then edit the file. -```sudo nano .dash/dash.conf``` +```sudo nano .SarmaCoins/SarmaCoins.conf``` ### Edit the masternodeprivkey -If you generated a new masternode private key, you will need to update the masternodeprivkey value in your remote dash.conf file. +If you generated a new masternode private key, you will need to update the masternodeprivkey value in your remote SarmaCoins.conf file. ## Start your MasterNodes @@ -135,9 +135,9 @@ If your remote server is not running, start your remote daemon as you normally w I usually confirm that remote is on the correct block by issuing: -```dashd getinfo``` +```SarmaCoinsd getinfo``` -And compare with the official explorer at http://explorer.SarmaCoins.io/chain/Dash +And compare with the official explorer at http://explorer.SarmaCoins.io/chain/SarmaCoins ### Local diff --git a/doc/keepass.md b/doc/keepass.md index 6b9756f77e854..f43b443158846 100644 --- a/doc/keepass.md +++ b/doc/keepass.md @@ -12,7 +12,7 @@ The implementation is dependent on the following: ###What's new### -The following new options are available for dashd and dash-qt: +The following new options are available for SarmaCoinsd and SarmaCoins-qt: - _-keepass_ Use KeePass 2 integration using KeePassHttp plugin (default: 0) - _-keepassport=_ Connect to KeePassHttp on port (default: 19455) - _-keepasskey=_ KeePassHttp key for AES encrypted communication with KeePass @@ -22,27 +22,27 @@ The following new options are available for dashd and dash-qt: The following rpc commands are available: - _keepass genkey_: generates a base64 encoded 256 bit AES key that can be used for the communication with KeePassHttp. Only necessary for manual configuration. Use init for automatic configuration. - - _keepass init_: sets up the association between dashd and keepass by generating an AES key and sending an association message to KeePassHttp. This will trigger KeePass to ask for an Id for the association. Returns the association and the base64 encoded string for the AES key. + - _keepass init_: sets up the association between SarmaCoinsd and keepass by generating an AES key and sending an association message to KeePassHttp. This will trigger KeePass to ask for an Id for the association. Returns the association and the base64 encoded string for the AES key. - _keepass setpassphrase_: updates the passphrase in KeePassHttp to a new value. This should match the passphrase you intend to use for the wallet. Please note that the standard RPC commands _walletpassphrasechange_ and the wallet encrption from the QT GUI already send the updates to KeePassHttp, so this is only necessary for manual manipulation of the password. ###How to setup### -Sample initialization flow from _dash-qt_ console (this needs to be done only once to set up the association): +Sample initialization flow from _SarmaCoins-qt_ console (this needs to be done only once to set up the association): - Have KeePass running with an open database - - Start _dash-qt_ + - Start _SarmaCoins-qt_ - Open console - - Type "_keepass init_" in dash-qt console + - Type "_keepass init_" in SarmaCoins-qt console - Keepass pops up and asks for an association id, fill that in, for example, "_mydrkwallet_" - - You should get a response like this "_Association successful. Id: mydrkwalletdash - Key: AgQkcs6cI7v9tlSYKjG/+s8wJrGALHl3jLosJpPLzUE=_" - - Edit _dash.conf_ and fill in these values + - You should get a response like this "_Association successful. Id: mydrkwalletSarmaCoins - Key: AgQkcs6cI7v9tlSYKjG/+s8wJrGALHl3jLosJpPLzUE=_" + - Edit _SarmaCoins.conf_ and fill in these values ``` keepass=1 keepasskey=AgQkcs6cI7v9tlSYKjG/+s8wJrGALHl3jLosJpPLzUE= keepassid=mydrkwallet keepassname=testwallet ``` - - Restart _dash-qt_ + - Restart _SarmaCoins-qt_ At this point, the association is made. The next action depends on your particular situation: @@ -51,4 +51,4 @@ At this point, the association is made. The next action depends on your particul At this point, the passphrase is stored in KeePassHttp. When Unlocking the wallet, one can use _keepass_ as the passphrase to trigger retrieval of the password. This works from the RPC commands as well as the GUI. -Extended guide with screenshots is also available: https://dashtalk.org/threads/keepass-integration.3620/ +Extended guide with screenshots is also available: https://SarmaCoinstalk.org/threads/keepass-integration.3620/ diff --git a/doc/masternode-budget.md b/doc/masternode-budget.md index 2189d9d66e4b3..c3da2f2bacafe 100644 --- a/doc/masternode-budget.md +++ b/doc/masternode-budget.md @@ -1,7 +1,7 @@ Masternode Budget API ======================= -Dash now supports full decentralized budgets that are paid directly from the blockchain via superblocks once per month. +SarmaCoins now supports full decentralized budgets that are paid directly from the blockchain via superblocks once per month. Budgets go through a series of stages before being paid: * prepare - create a special transaction that destroys coins in order to make a proposal @@ -16,13 +16,13 @@ Budgets go through a series of stages before being paid: 1. Prepare collateral transaction -- -mnbudget prepare proposal-name url payment_count block_start dash_address monthly_payment_dash [use_ix(true|false)] +mnbudget prepare proposal-name url payment_count block_start SarmaCoins_address monthly_payment_SarmaCoins [use_ix(true|false)] Example: ```mnbudget prepare cool-project http://www.cool-project/one.json 12 100000 y6R9oN12KnB9zydzTLc3LikD9cCjjQzYG7 1200 true``` Output: ```464a0eb70ea91c94295214df48c47baa72b3876cfb658744aaf863c7b5bf1ff0``` - This is the collateral hash, copy this output for the next step -In this transaction we prepare collateral for "_cool-project_". This proposal will pay _1200_ DASH, _12_ times over the course of a year totaling _24000_ DASH. +In this transaction we prepare collateral for "_cool-project_". This proposal will pay _1200_ SarmaCoins, _12_ times over the course of a year totaling _24000_ SarmaCoins. **Warning -- if you change any fields within this command, the collateral transaction will become invalid.** @@ -111,15 +111,15 @@ After you get enough votes, execute ```mnbudget projection``` to see if you made 6. Get paid -- -When block ```1000000``` is reached you'll receive a payment for ```1200``` DASH. +When block ```1000000``` is reached you'll receive a payment for ```1200``` SarmaCoins. The following new RPC commands are supported: - mnbudget "command"... ( "passphrase" ) - prepare - Prepare proposal for network by signing and creating tx - submit - Submit proposal for network - - vote-many - Vote on a Dash initiative - - vote-alias - Vote on a Dash initiative - - vote - Vote on a Dash initiative/budget + - vote-many - Vote on a SarmaCoins initiative + - vote-alias - Vote on a SarmaCoins initiative + - vote - Vote on a SarmaCoins initiative/budget - getvotes - Show current masternode budgets - getinfo - Show current masternode budgets - show - Show all budgets diff --git a/doc/masternode_conf.md b/doc/masternode_conf.md index 0cb343e11b7cd..5f65cda48e363 100644 --- a/doc/masternode_conf.md +++ b/doc/masternode_conf.md @@ -2,9 +2,9 @@ Multi masternode config ======================= The multi masternode config allows to control multiple masternodes from a single wallet. The wallet needs to have a valid collaral output of 1000 coins for each masternode. To use this, place a file named masternode.conf in the data directory of your install: - * Windows: %APPDATA%\Dash\ - * Mac OS: ~/Library/Application Support/Dash/ - * Unix/Linux: ~/.dash/ + * Windows: %APPDATA%\SarmaCoins\ + * Mac OS: ~/Library/Application Support/SarmaCoins/ + * Unix/Linux: ~/.SarmaCoins/ The new masternode.conf format consists of a space seperated text file. Each line consisting of an alias, IP address followed by port, masternode private key, collateral output transaction id, collateral output index, donation address and donation percentage (the latter two are optional and should be in format "address:percentage"). @@ -16,7 +16,7 @@ mn3 127.0.0.4:19999 92Da1aYg6sbenP6uwskJgEY2XWB5LwJ7bXRqc3UPeShtHWJDjDv db478e78 ``` In the example above: -* the collateral for mn1 consists of transaction http://test.explorer.dash.fr/tx/2bcd3c84c84f87eaa86e4e56834c92927a07f9e18718810b92e0d0324456a67c, output index 0 has amount 1000 +* the collateral for mn1 consists of transaction http://test.explorer.SarmaCoins.fr/tx/2bcd3c84c84f87eaa86e4e56834c92927a07f9e18718810b92e0d0324456a67c, output index 0 has amount 1000 * masternode 2 will donate 33% of its income * masternode 3 will donate 100% of its income diff --git a/doc/multiwallet-qt.md b/doc/multiwallet-qt.md index 3f8b2b2f94750..dda75e1f1c3f2 100644 --- a/doc/multiwallet-qt.md +++ b/doc/multiwallet-qt.md @@ -10,7 +10,7 @@ implemented in the BitcoinGUI class moved over to these new classes. The two existing files most affected, by far, are bitcoingui.h and bitcoingui.cpp, as the BitcoinGUI class will require some major retrofitting. -Only requiring some minor changes is dash.cpp. +Only requiring some minor changes is SarmaCoins.cpp. Finally, two new headers and source files will have to be added to bitcoin-qt.pro. @@ -30,9 +30,9 @@ that takes the place of what used to be centralWidget in BitcoinGUI. The purpose refinements of the wallet controls with minimal need for further modifications to BitcoinGUI, thus greatly simplifying merges while reducing the risk of breaking top-level stuff. -Changes to dash.cpp +Changes to SarmaCoins.cpp ---------------------- -dash.cpp is the entry point into bitcoin-qt, and as such, will require some minor modifications to provide hooks for +SarmaCoins.cpp is the entry point into bitcoin-qt, and as such, will require some minor modifications to provide hooks for multiple wallet support. Most importantly will be the way it instantiates WalletModels and passes them to the singleton BitcoinGUI instance called window. Formerly, BitcoinGUI kept a pointer to a single instance of a WalletModel. The initial change required is very simple: rather than calling `window.setWalletModel(&walletModel);` we perform the diff --git a/doc/release-notes.md b/doc/release-notes.md index 3fc3eee20de10..89b7c13bbc88e 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -1,17 +1,17 @@ -Dash Core 0.12 +SarmaCoins Core 0.12 ================== -Dash Core tree 0.12.x release notes can be found here: -- [v0.12.0](release-notes/dash/release-notes-0.12.0.md) +SarmaCoins Core tree 0.12.x release notes can be found here: +- [v0.12.0](release-notes/SarmaCoins/release-notes-0.12.0.md) -Dash Core tree 0.12.x is a fork of Bitcoin Core tree 0.10.2 +SarmaCoins Core tree 0.12.x is a fork of Bitcoin Core tree 0.10.2 Older releases -------------- -Dash was previously known as Darkcoin. +SarmaCoins was previously known as Darkcoin. Darkcoin tree 0.8.x was a fork of Litecoin tree 0.8, original name was XCoin which was first released on Jan/18/2014. @@ -22,13 +22,13 @@ the 0.8.x tree and was first released on Mar/13/2014. Darkcoin tree 0.10.x used to be the closed source implementation of Darksend which was released open source on Sep/25/2014. -Dash Core tree 0.11.x was a fork of Bitcoin Core tree 0.9, Darkcoin was rebranded -to Dash. +SarmaCoins Core tree 0.11.x was a fork of Bitcoin Core tree 0.9, Darkcoin was rebranded +to SarmaCoins. These release are considered obsolete. Old changelogs can be found here: -- [v0.11.2](release-notes/dash/release-notes-0.11.2.md) released Mar/25/2015 -- [v0.11.1](release-notes/dash/release-notes-0.11.1.md) released Feb/10/2015 -- [v0.11.0](release-notes/dash/release-notes-0.11.0.md) released Jan/15/2015 -- [v0.10.x](release-notes/dash/release-notes-0.10.0.md) released Sep/25/2014 -- [v0.9.x](release-notes/dash/release-notes-0.9.0.md) released Mar/13/2014 +- [v0.11.2](release-notes/SarmaCoins/release-notes-0.11.2.md) released Mar/25/2015 +- [v0.11.1](release-notes/SarmaCoins/release-notes-0.11.1.md) released Feb/10/2015 +- [v0.11.0](release-notes/SarmaCoins/release-notes-0.11.0.md) released Jan/15/2015 +- [v0.10.x](release-notes/SarmaCoins/release-notes-0.10.0.md) released Sep/25/2014 +- [v0.9.x](release-notes/SarmaCoins/release-notes-0.9.0.md) released Mar/13/2014 diff --git a/doc/release-notes/bitcoin/release-notes-0.10.0.md b/doc/release-notes/bitcoin/release-notes-0.10.0.md index 986b8832ec189..4a8081686ddf0 100644 --- a/doc/release-notes/bitcoin/release-notes-0.10.0.md +++ b/doc/release-notes/bitcoin/release-notes-0.10.0.md @@ -714,7 +714,7 @@ Thanks to everyone who contributed to this release: - kiwigb - Kosta Zertsekel - LongShao007 -- Luke Dashjr +- Luke SarmaCoinsjr - Mark Friedenbach - Mathy Vanvoorden - Matt Corallo diff --git a/doc/release-notes/bitcoin/release-notes-0.3.20.2.md b/doc/release-notes/bitcoin/release-notes-0.3.20.2.md index 10ad2251439ee..86dfed519bc38 100644 --- a/doc/release-notes/bitcoin/release-notes-0.3.20.2.md +++ b/doc/release-notes/bitcoin/release-notes-0.3.20.2.md @@ -9,7 +9,7 @@ The Amazon Machine Images I used to do the builds are available: (mac build will be done soon) -If you have already downloaded version 0.3.20.1, please either add this to your dash.conf file: +If you have already downloaded version 0.3.20.1, please either add this to your SarmaCoins.conf file: maxsendbuffer=10000 maxreceivebuffer=10000 diff --git a/doc/release-notes/bitcoin/release-notes-0.4.3.md b/doc/release-notes/bitcoin/release-notes-0.4.3.md index fea1ae75b5e82..4c130fedc8acd 100644 --- a/doc/release-notes/bitcoin/release-notes-0.4.3.md +++ b/doc/release-notes/bitcoin/release-notes-0.4.3.md @@ -1,5 +1,5 @@ bitcoind version 0.4.3 is now available for download at: -http://luke.dashjr.org/programs/bitcoin/files/bitcoind-0.4.3/ (until Gavin uploads to SourceForge) +http://luke.SarmaCoinsjr.org/programs/bitcoin/files/bitcoind-0.4.3/ (until Gavin uploads to SourceForge) This is a bugfix-only release based on 0.4.0. @@ -17,5 +17,5 @@ Cease locking memory used by non-sensitive information (this caused a huge perfo Fixed some address-handling deadlocks (client freezes). No longer accept inbound connections over the internet when Bitcoin is being used with Tor (identity leak). Use the correct base transaction fee of 0.0005 BTC for accepting transactions into mined blocks (since 0.4.0, it was incorrectly accepting 0.0001 BTC which was only meant to be relayed). -Add new DNS seeds (maintained by Pieter Wuille and Luke Dashjr). +Add new DNS seeds (maintained by Pieter Wuille and Luke SarmaCoinsjr). diff --git a/doc/release-notes/bitcoin/release-notes-0.4.4.md b/doc/release-notes/bitcoin/release-notes-0.4.4.md index f435ba71604df..9be9fa6da0d4f 100644 --- a/doc/release-notes/bitcoin/release-notes-0.4.4.md +++ b/doc/release-notes/bitcoin/release-notes-0.4.4.md @@ -1,5 +1,5 @@ Bitcoin version 0.4.4 is now available for download at: -http://luke.dashjr.org/programs/bitcoin/files/bitcoind-0.4.4/ +http://luke.SarmaCoinsjr.org/programs/bitcoin/files/bitcoind-0.4.4/ This is a bugfix-only release based on 0.4.0. diff --git a/doc/release-notes/bitcoin/release-notes-0.5.2.md b/doc/release-notes/bitcoin/release-notes-0.5.2.md index f79816668d8cc..2cfefc16345dd 100644 --- a/doc/release-notes/bitcoin/release-notes-0.5.2.md +++ b/doc/release-notes/bitcoin/release-notes-0.5.2.md @@ -19,4 +19,4 @@ No longer accept inbound connections over the internet when Bitcoin is being use Re-enable SSL support for the JSON-RPC interface (it was unintentionally disabled for the 0.5.0 and 0.5.1 release Linux binaries). Use the correct base transaction fee of 0.0005 BTC for accepting transactions into mined blocks (since 0.4.0, it was incorrectly accepting 0.0001 BTC which was only meant to be relayed). Don't show "IP" for transactions which are not necessarily IP transactions. -Add new DNS seeds (maintained by Pieter Wuille and Luke Dashjr). +Add new DNS seeds (maintained by Pieter Wuille and Luke SarmaCoinsjr). diff --git a/doc/release-notes/bitcoin/release-notes-0.7.0.md b/doc/release-notes/bitcoin/release-notes-0.7.0.md index d33a58f99ffea..e91f908a6a307 100644 --- a/doc/release-notes/bitcoin/release-notes-0.7.0.md +++ b/doc/release-notes/bitcoin/release-notes-0.7.0.md @@ -146,7 +146,7 @@ Gavin Andresen Giel van Schijndel Gregory Maxwell Jeff Garzik -Luke Dashjr +Luke SarmaCoinsjr Matt Corallo Michael Ford Michael Hendricks diff --git a/doc/release-notes/bitcoin/release-notes-0.7.1.md b/doc/release-notes/bitcoin/release-notes-0.7.1.md index 0704419582fff..f819f540908a4 100644 --- a/doc/release-notes/bitcoin/release-notes-0.7.1.md +++ b/doc/release-notes/bitcoin/release-notes-0.7.1.md @@ -97,7 +97,7 @@ Thanks to everybody who contributed to this release: Gavin Andresen Jeff Garzik -Luke Dashjr +Luke SarmaCoinsjr Mark Friedenbach Matt Corallo Philip Kaufmann diff --git a/doc/release-notes/bitcoin/release-notes-0.7.2.md b/doc/release-notes/bitcoin/release-notes-0.7.2.md index 40af34962bd9c..d66dd55f3160d 100644 --- a/doc/release-notes/bitcoin/release-notes-0.7.2.md +++ b/doc/release-notes/bitcoin/release-notes-0.7.2.md @@ -61,7 +61,7 @@ dansmith Gavin Andresen Gregory Maxwell Jeff Garzik -Luke Dashjr +Luke SarmaCoinsjr Philip Kaufmann Pieter Wuille Wladimir J. van der Laan diff --git a/doc/release-notes/bitcoin/release-notes-0.8.0.md b/doc/release-notes/bitcoin/release-notes-0.8.0.md index 1825269f5c9a4..c0135360bc73f 100644 --- a/doc/release-notes/bitcoin/release-notes-0.8.0.md +++ b/doc/release-notes/bitcoin/release-notes-0.8.0.md @@ -61,7 +61,7 @@ contrib/spendfrom is a python-language command-line utility that demonstrates how to use the "raw transactions" JSON-RPC api to send coins received from particular addresses (also known as "coin control"). -New/changed settings (command-line or dash.conf file) +New/changed settings (command-line or SarmaCoins.conf file) -------------------------------------------------------- dbcache : controls LevelDB memory usage. @@ -117,7 +117,7 @@ Forrest Voight Gavin Andresen Gregory Maxwell Jeff Garzik -Luke Dashjr +Luke SarmaCoinsjr Matt Corallo Mike Cassano Mike Hearn diff --git a/doc/release-notes/bitcoin/release-notes-0.8.2.md b/doc/release-notes/bitcoin/release-notes-0.8.2.md index eea9ba2a2c3c8..11a9bb8e2d5dd 100644 --- a/doc/release-notes/bitcoin/release-notes-0.8.2.md +++ b/doc/release-notes/bitcoin/release-notes-0.8.2.md @@ -116,7 +116,7 @@ Gregory Maxwell Jeff Garzik Jonas Schnelli Larry Gilbert -Luke Dashjr +Luke SarmaCoinsjr Matt Corallo Michael Ford Mike Hearn diff --git a/doc/release-notes/bitcoin/release-notes-0.9.2.1.md b/doc/release-notes/bitcoin/release-notes-0.9.2.1.md index 3168ad1a5ad79..60b8babb5d3e4 100644 --- a/doc/release-notes/bitcoin/release-notes-0.9.2.1.md +++ b/doc/release-notes/bitcoin/release-notes-0.9.2.1.md @@ -175,7 +175,7 @@ Thanks to everyone who contributed to this release: - jtimon - Kamil Domanski - langerhans -- Luke Dashjr +- Luke SarmaCoinsjr - Manuel Araoz - Mark Friedenbach - Matt Corallo diff --git a/doc/release-notes/bitcoin/release-notes-0.9.2.md b/doc/release-notes/bitcoin/release-notes-0.9.2.md index a2749e549f766..c11eab7106053 100644 --- a/doc/release-notes/bitcoin/release-notes-0.9.2.md +++ b/doc/release-notes/bitcoin/release-notes-0.9.2.md @@ -175,7 +175,7 @@ Thanks to everyone who contributed to this release: - jtimon - Kamil Domanski - langerhans -- Luke Dashjr +- Luke SarmaCoinsjr - Manuel Araoz - Mark Friedenbach - Matt Corallo diff --git a/doc/release-notes/bitcoin/release-notes-0.9.4.md b/doc/release-notes/bitcoin/release-notes-0.9.4.md index 7ee73246a9b04..af882b439b8fb 100644 --- a/doc/release-notes/bitcoin/release-notes-0.9.4.md +++ b/doc/release-notes/bitcoin/release-notes-0.9.4.md @@ -85,7 +85,7 @@ Thanks to who contributed to this release, at least: - Gavin Andresen - Gregory Maxwell - Jeff Garzik -- Luke Dashjr +- Luke SarmaCoinsjr - Matt Corallo - Pieter Wuille - Saivann diff --git a/doc/release-notes/dash/release-notes-0.11.0.md b/doc/release-notes/dash/release-notes-0.11.0.md index 5a4a69cdfa155..cbdfa13eed7df 100644 --- a/doc/release-notes/dash/release-notes-0.11.0.md +++ b/doc/release-notes/dash/release-notes-0.11.0.md @@ -100,13 +100,13 @@ Command-line options: - New option: -nospendzeroconfchange to never spend unconfirmed change outputs - New option: -zapwallettxes to rebuild the wallet's transaction information - Rename option '-tor' to '-onion' to better reflect what it does -- Add '-disablewallet' mode to let dashd run entirely without wallet (when +- Add '-disablewallet' mode to let SarmaCoinsd run entirely without wallet (when built with wallet) - Update default '-rpcsslciphers' to include TLSv1.2 - make '-logtimestamps' default on and rework help-message - RPC client option: '-rpcwait', to wait for server start - Remove '-logtodebugger' -- Allow `-noserver` with dashd +- Allow `-noserver` with SarmaCoinsd - Make -proxy set all network types, avoiding a connect leak. diff --git a/doc/release-notes/dash/release-notes-0.11.1.md b/doc/release-notes/dash/release-notes-0.11.1.md index 95502e5bbddf9..3e5fad72ba869 100644 --- a/doc/release-notes/dash/release-notes-0.11.1.md +++ b/doc/release-notes/dash/release-notes-0.11.1.md @@ -3,7 +3,7 @@ Darkcoin Core 0.11.1 supports a full implementation of InstantX, Darksend improvements and a new version of enforcement compatible with the newer Bitcoin architechure. -Latest release in 0.11.1.x tree is v0.11.1.26, which is rebranding Darkcoin to Dash. +Latest release in 0.11.1.x tree is v0.11.1.26, which is rebranding Darkcoin to SarmaCoins. - Fully implemented IX - Added support for DSTX messages, as a result DS should be much faster diff --git a/doc/release-notes/dash/release-notes-0.11.2.md b/doc/release-notes/dash/release-notes-0.11.2.md index 6b1404d291918..9b1a55767836f 100644 --- a/doc/release-notes/dash/release-notes-0.11.2.md +++ b/doc/release-notes/dash/release-notes-0.11.2.md @@ -1,7 +1,7 @@ 0.11.2 Release notes ==================== -Dash Core version 0.11.2 is now available from: +SarmaCoins Core version 0.11.2 is now available from: https://SarmaCoins.io/downloads @@ -21,10 +21,10 @@ functionality will not be available for you) Mining and relay policy enhancements ------------------------------------ -Dash Core's block templates are now for version 3 blocks only, and any +SarmaCoins Core's block templates are now for version 3 blocks only, and any mining software relying on its `getblocktemplate` must be updated in parallel to use libblkmaker either version 0.4.2 or any version from 0.5.1 onward. If you -are solo mining, this will affect you the moment you upgrade Dash Core, +are solo mining, this will affect you the moment you upgrade SarmaCoins Core, which must be done prior to BIP66 achieving its 951/1001 status. If you are mining with the stratum mining protocol: this does not affect you. If you are mining with the getblocktemplate protocol to a pool: this will affect you at the @@ -35,9 +35,9 @@ pool operator's discretion, which must be no later than BIP66 achieving its BIP 66: strict DER encoding for signatures ------------------------------------------ -Dash Core 0.11.2 implements BIP 66, which introduces block version 3, and a +SarmaCoins Core 0.11.2 implements BIP 66, which introduces block version 3, and a new consensus rule, which prohibits non-DER signatures. Such transactions have -been non-standard since Dash 0.8, but were technically still permitted +been non-standard since SarmaCoins 0.8, but were technically still permitted inside blocks. This change breaks the dependency on OpenSSL's signature parsing, and is @@ -63,8 +63,8 @@ How to Upgrade If you are running an older version, shut it down. Wait until it has completely shut down (which might take a few minutes for older versions), then run the -installer (on Windows) or just copy over /Applications/Dash-Qt (on Mac) or -dashd/dash-qt (on Linux). +installer (on Windows) or just copy over /Applications/SarmaCoins-Qt (on Mac) or +SarmaCoinsd/SarmaCoins-qt (on Linux). 0.11.2 changelog diff --git a/doc/release-notes/dash/release-notes-0.12.0.md b/doc/release-notes/dash/release-notes-0.12.0.md index 39c394a6c24a5..b19f6bf110063 100644 --- a/doc/release-notes/dash/release-notes-0.12.0.md +++ b/doc/release-notes/dash/release-notes-0.12.0.md @@ -2,7 +2,7 @@ ==================== -Dash Core version 0.12.0 is now available from: +SarmaCoins Core version 0.12.0 is now available from: https://SarmaCoins.io/downloads @@ -16,8 +16,8 @@ How to Upgrade If you are running an older version, shut it down. Wait until it has completely shut down (which might take a few minutes for older versions), then run the -installer (on Windows) or just copy over /Applications/Dash-Qt (on Mac) or -dashd/dash-qt (on Linux). +installer (on Windows) or just copy over /Applications/SarmaCoins-Qt (on Mac) or +SarmaCoinsd/SarmaCoins-qt (on Linux). **This new version uses transaction indexing by default, you will need to reindex the blockchain. To do so, start the client with --reindex.** @@ -28,7 +28,7 @@ Downgrade warning Because release 0.12.0 and later makes use of headers-first synchronization and parallel block download (see further), the block files and databases are not -backwards-compatible with pre-0.12 versions of Dash Core or other software: +backwards-compatible with pre-0.12 versions of SarmaCoins Core or other software: * Blocks will be stored on disk out of order (in the order they are received, really), which makes it incompatible with some tools or @@ -100,4 +100,4 @@ AlexMomo snogcel bertlebbert -As well as everyone that helped translating on [Transifex](https://www.transifex.com/projects/p/dash/). +As well as everyone that helped translating on [Transifex](https://www.transifex.com/projects/p/SarmaCoins/). diff --git a/doc/release-process.md b/doc/release-process.md index 7b0078168caa2..005b7c5cf1c94 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -33,7 +33,7 @@ Release Process export SIGNER=(your gitian key, ie bluematt, sipa, etc) export VERSION=(new version, e.g. 0.8.0) - pushd ./dash + pushd ./SarmaCoins git checkout v${VERSION} popd pushd ./gitian-builder @@ -54,29 +54,29 @@ Release Process By default, gitian will fetch source files as needed. For offline builds, they can be fetched ahead of time: - make -C ../dash/depends download SOURCES_PATH=`pwd`/cache/common + make -C ../SarmaCoins/depends download SOURCES_PATH=`pwd`/cache/common Only missing files will be fetched, so this is safe to re-run for each build. -###Build Dash Core for Linux, Windows, and OS X: - - ./bin/gbuild --commit dash=v${VERSION} ../dash/contrib/gitian-descriptors/gitian-linux.yml - ./bin/gsign --signer $SIGNER --release ${VERSION}-linux --destination ../gitian.sigs/ ../dash/contrib/gitian-descriptors/gitian-linux.yml - mv build/out/dash-*.tar.gz build/out/src/dash-*.tar.gz ../ - ./bin/gbuild --commit dash=v${VERSION} ../dash/contrib/gitian-descriptors/gitian-win.yml - ./bin/gsign --signer $SIGNER --release ${VERSION}-win --destination ../gitian.sigs/ ../dash/contrib/gitian-descriptors/gitian-win.yml - mv build/out/dash-*.zip build/out/dash-*.exe ../ - ./bin/gbuild --commit bitcoin=v${VERSION} ../dash/contrib/gitian-descriptors/gitian-osx.yml - ./bin/gsign --signer $SIGNER --release ${VERSION}-osx-unsigned --destination ../gitian.sigs/ ../dash/contrib/gitian-descriptors/gitian-osx.yml - mv build/out/dash-*-unsigned.tar.gz inputs/dash-osx-unsigned.tar.gz - mv build/out/dash-*.tar.gz build/out/dash-*.dmg ../ +###Build SarmaCoins Core for Linux, Windows, and OS X: + + ./bin/gbuild --commit SarmaCoins=v${VERSION} ../SarmaCoins/contrib/gitian-descriptors/gitian-linux.yml + ./bin/gsign --signer $SIGNER --release ${VERSION}-linux --destination ../gitian.sigs/ ../SarmaCoins/contrib/gitian-descriptors/gitian-linux.yml + mv build/out/SarmaCoins-*.tar.gz build/out/src/SarmaCoins-*.tar.gz ../ + ./bin/gbuild --commit SarmaCoins=v${VERSION} ../SarmaCoins/contrib/gitian-descriptors/gitian-win.yml + ./bin/gsign --signer $SIGNER --release ${VERSION}-win --destination ../gitian.sigs/ ../SarmaCoins/contrib/gitian-descriptors/gitian-win.yml + mv build/out/SarmaCoins-*.zip build/out/SarmaCoins-*.exe ../ + ./bin/gbuild --commit bitcoin=v${VERSION} ../SarmaCoins/contrib/gitian-descriptors/gitian-osx.yml + ./bin/gsign --signer $SIGNER --release ${VERSION}-osx-unsigned --destination ../gitian.sigs/ ../SarmaCoins/contrib/gitian-descriptors/gitian-osx.yml + mv build/out/SarmaCoins-*-unsigned.tar.gz inputs/SarmaCoins-osx-unsigned.tar.gz + mv build/out/SarmaCoins-*.tar.gz build/out/SarmaCoins-*.dmg ../ popd Build output expected: - 1. source tarball (dash-${VERSION}.tar.gz) - 2. linux 32-bit and 64-bit binaries dist tarballs (dash-${VERSION}-linux[32|64].tar.gz) - 3. windows 32-bit and 64-bit installers and dist zips (dash-${VERSION}-win[32|64]-setup.exe, dash-${VERSION}-win[32|64].zip) - 4. OSX unsigned installer (dash-${VERSION}-osx-unsigned.dmg) + 1. source tarball (SarmaCoins-${VERSION}.tar.gz) + 2. linux 32-bit and 64-bit binaries dist tarballs (SarmaCoins-${VERSION}-linux[32|64].tar.gz) + 3. windows 32-bit and 64-bit installers and dist zips (SarmaCoins-${VERSION}-win[32|64]-setup.exe, SarmaCoins-${VERSION}-win[32|64].zip) + 4. OSX unsigned installer (SarmaCoins-${VERSION}-osx-unsigned.dmg) 5. Gitian signatures (in gitian.sigs/${VERSION}-/(your gitian key)/ ###Next steps: @@ -100,9 +100,9 @@ Commit your signature to gitian.sigs: pushd ./gitian-builder # Fetch the signature as instructed by Evan cp signature.tar.gz inputs/ - ./bin/gbuild -i ../dash/contrib/gitian-descriptors/gitian-osx-signer.yml - ./bin/gsign --signer $SIGNER --release ${VERSION}-osx-signed --destination ../gitian.sigs/ ../dash/contrib/gitian-descriptors/gitian-osx-signer.yml - mv build/out/dash-osx-signed.dmg ../dash-${VERSION}-osx.dmg + ./bin/gbuild -i ../SarmaCoins/contrib/gitian-descriptors/gitian-osx-signer.yml + ./bin/gsign --signer $SIGNER --release ${VERSION}-osx-signed --destination ../gitian.sigs/ ../SarmaCoins/contrib/gitian-descriptors/gitian-osx-signer.yml + mv build/out/SarmaCoins-osx-signed.dmg ../SarmaCoins-${VERSION}-osx.dmg popd Commit your signature for the signed OSX binary: @@ -151,15 +151,15 @@ rm SHA256SUMS - Announce the release: - - Release sticky on dashtalk: https://dashtalk.org/index.php?board=1.0 ***TODO*** + - Release sticky on SarmaCoinstalk: https://SarmaCoinstalk.org/index.php?board=1.0 ***TODO*** - - Dash-development mailing list + - SarmaCoins-development mailing list - Update title of #SarmaCoins on Freenode IRC - Optionally reddit /r/SarmaCoins, ... but this will usually sort out itself -- Notify Flare (?) ***TODO*** so that he can start building [https://launchpad.net/~SarmaCoins/+archive/ubuntu/dash](the PPAs) ***TODO*** +- Notify Flare (?) ***TODO*** so that he can start building [https://launchpad.net/~SarmaCoins/+archive/ubuntu/SarmaCoins](the PPAs) ***TODO*** - Add release notes for the new version to the directory `doc/release-notes` in git master diff --git a/doc/tor.md b/doc/tor.md index a3864ea1dc9fd..254f282ab5d3b 100644 --- a/doc/tor.md +++ b/doc/tor.md @@ -1,7 +1,7 @@ -TOR SUPPORT IN DASH +TOR SUPPORT IN SarmaCoins ======================= -It is possible to run Dash as a Tor hidden service, and connect to such services. +It is possible to run SarmaCoins as a Tor hidden service, and connect to such services. The following directions assume you have a Tor proxy running on port 9050. Many distributions default to having a SOCKS proxy listening on port 9050, but others @@ -10,10 +10,10 @@ port. See [Tor Project FAQ:TBBSocksPort](https://www.torproject.org/docs/faq.htm for how to properly configure Tor. -1. Run dash behind a Tor proxy +1. Run SarmaCoins behind a Tor proxy ---------------------------------- -The first step is running Dash behind a Tor proxy. This will already make all +The first step is running SarmaCoins behind a Tor proxy. This will already make all outgoing connections be anonymized, but more is possible. -proxy=ip:port Set the proxy server. If SOCKS5 is selected (default), this proxy @@ -37,31 +37,31 @@ outgoing connections be anonymized, but more is possible. An example how to start the client if the Tor proxy is running on local host on port 9050 and only allows .onion nodes to connect: - ./dashd -onion=127.0.0.1:9050 -onlynet=tor -listen=0 -addnode=ssapp53tmftyjmjb.onion + ./SarmaCoinsd -onion=127.0.0.1:9050 -onlynet=tor -listen=0 -addnode=ssapp53tmftyjmjb.onion In a typical situation, this suffices to run behind a Tor proxy: - ./dashd -proxy=127.0.0.1:9050 + ./SarmaCoinsd -proxy=127.0.0.1:9050 -2. Run a dash hidden server +2. Run a SarmaCoins hidden server ------------------------------- If you configure your Tor system accordingly, it is possible to make your node also reachable from the Tor network. Add these lines to your /etc/tor/torrc (or equivalent config file): - HiddenServiceDir /var/lib/tor/dash-service/ + HiddenServiceDir /var/lib/tor/SarmaCoins-service/ HiddenServicePort 9999 127.0.0.1:9999 HiddenServicePort 19999 127.0.0.1:19999 The directory can be different of course, but (both) port numbers should be equal to -your dashd's P2P listen port (9999 by default). +your SarmaCoinsd's P2P listen port (9999 by default). - -externalip=X You can tell dash about its publicly reachable address using + -externalip=X You can tell SarmaCoins about its publicly reachable address using this option, and this can be a .onion address. Given the above configuration, you can find your onion address in - /var/lib/tor/dash-service/hostname. Onion addresses are given + /var/lib/tor/SarmaCoins-service/hostname. Onion addresses are given preference for your node to advertize itself with, for connections coming from unroutable addresses (such as 127.0.0.1, where the Tor proxy typically runs). @@ -78,26 +78,26 @@ your dashd's P2P listen port (9999 by default). In a typical situation, where you're only reachable via Tor, this should suffice: - ./dashd -proxy=127.0.0.1:9050 -externalip=ssapp53tmftyjmjb.onion -listen + ./SarmaCoinsd -proxy=127.0.0.1:9050 -externalip=ssapp53tmftyjmjb.onion -listen (obviously, replace the Onion address with your own). If you don't care too much about hiding your node, and want to be reachable on IPv4 as well, additionally specify: - ./dashd ... -discover + ./SarmaCoinsd ... -discover and open port 9999 on your firewall (or use -upnp). If you only want to use Tor to reach onion addresses, but not use it as a proxy for normal IPv4/IPv6 communication, use: - ./dashd -onion=127.0.0.1:9050 -externalip=ssapp53tmftyjmjb.onion -discover + ./SarmaCoinsd -onion=127.0.0.1:9050 -externalip=ssapp53tmftyjmjb.onion -discover -3. List of known dash Tor relays +3. List of known SarmaCoins Tor relays ------------------------------------ -* [dashie7ghp67.onion](http://dashie7ghp67.onion/) +* [SarmaCoinsie7ghp67.onion](http://SarmaCoinsie7ghp67.onion/) * [drktalkwaybgxnoq.onion](http://drktalkwaybgxnoq.onion/) * [drkcoinooditvool.onion](http://drkcoinooditvool.onion/) * [darkcoxbtzggpmcc.onion](http://darkcoxbtzggpmcc.onion/) diff --git a/doc/translation_process.md b/doc/translation_process.md index 055bff70502dc..f18c13d898d5a 100644 --- a/doc/translation_process.md +++ b/doc/translation_process.md @@ -1,25 +1,25 @@ Translations ============ -The Dash Core GUI can be easily translated into other languages. Here's how we +The SarmaCoins Core GUI can be easily translated into other languages. Here's how we handle those translations. Files and Folders ----------------- -### dash-qt.pro +### SarmaCoins-qt.pro This file takes care of generating `.qm` files from `.ts` files. It is mostly automated. -### src/qt/dash.qrc +### src/qt/SarmaCoins.qrc This file must be updated whenever a new translation is added. Please note that files must end with `.qm`, not `.ts`. ```xml - locale/dash_en.qm + locale/SarmaCoins_en.qm ... ``` @@ -28,17 +28,17 @@ files must end with `.qm`, not `.ts`. This directory contains all translations. Filenames must adhere to this format: - dash_xx_YY.ts or dash_xx.ts + SarmaCoins_xx_YY.ts or SarmaCoins_xx.ts -#### dash_en.ts (Source file) +#### SarmaCoins_en.ts (Source file) -`src/qt/locale/dash_en.ts` is treated in a special way. It is used as the +`src/qt/locale/SarmaCoins_en.ts` is treated in a special way. It is used as the source for all other translations. Whenever a string in the code is changed this file must be updated to reflect those changes. A custom script is used to extract strings from the non-Qt parts. This script makes use of `gettext`, so make sure that utility is installed (ie, `apt-get install gettext` on Ubuntu/Debian). Once this has been updated, lupdate (included in the Qt SDK) -is used to update dash_en.ts. This process has been automated, from src/, +is used to update SarmaCoins_en.ts. This process has been automated, from src/, simply run: make translate @@ -46,7 +46,7 @@ simply run: When new plurals are added to the source file, it's important to do the following steps: -1. Open dash_en.ts in Qt Linguist (also included in the Qt SDK) +1. Open SarmaCoins_en.ts in Qt Linguist (also included in the Qt SDK) 2. Search for `%n`, which will take you to the parts in the translation that use plurals 3. Look for empty `English Translation (Singular)` and `English Translation (Plural)` fields 4. Add the appropriate strings for the singular and plural form of the base string @@ -62,7 +62,7 @@ in Transifex and can be translated. To create the pull-request you have to do: - git add src/qt/dashstrings.cpp src/qt/locale/dash_en.ts + git add src/qt/SarmaCoinsstrings.cpp src/qt/locale/SarmaCoins_en.ts git commit Syncing with Transifex @@ -70,7 +70,7 @@ Syncing with Transifex We are using https://transifex.com as a frontend for translating the client. -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ The "Transifex client" (see: http://support.transifex.com/customer/portal/topics/440187-transifex-client/articles) is used to fetch new translations from Transifex. The configuration for this client (`.tx/config`) @@ -82,8 +82,8 @@ postprocessing steps before committing the translations. ### Fetching new translations 1. `python contrib/devtools/update-translations.py` -2. update `src/qt/dash.qrc` manually or via - `ls src/qt/locale/*ts|xargs -n1 basename|sed 's/\(dash_\(.*\)\).ts/ locale\/\1.qm<\/file>/'` +2. update `src/qt/SarmaCoins.qrc` manually or via + `ls src/qt/locale/*ts|xargs -n1 basename|sed 's/\(SarmaCoins_\(.*\)\).ts/ locale\/\1.qm<\/file>/'` 3. update `src/Makefile.qt.include` manually or via - `ls src/qt/locale/*ts|xargs -n1 basename|sed 's/\(dash_\(.*\)\).ts/ qt\/locale\/\1.ts \\/'` + `ls src/qt/locale/*ts|xargs -n1 basename|sed 's/\(SarmaCoins_\(.*\)\).ts/ qt\/locale\/\1.ts \\/'` 4. `git add` new translations from `src/qt/locale/` diff --git a/doc/unit-tests.md b/doc/unit-tests.md index 1cc34a8af3348..f953699111425 100644 --- a/doc/unit-tests.md +++ b/doc/unit-tests.md @@ -6,13 +6,13 @@ and tests weren't explicitly disabled. After configuring, they can be run with 'make check'. -To run the dashd tests manually, launch src/test/test_dash . +To run the SarmaCoinsd tests manually, launch src/test/test_SarmaCoins . -To add more dashd tests, add `BOOST_AUTO_TEST_CASE` functions to the existing +To add more SarmaCoinsd tests, add `BOOST_AUTO_TEST_CASE` functions to the existing .cpp files in the test/ directory or add new .cpp files that implement new BOOST_AUTO_TEST_SUITE sections. -To run the dash-qt tests manually, launch src/qt/test/dash-qt_test +To run the SarmaCoins-qt tests manually, launch src/qt/test/SarmaCoins-qt_test -To add more dash-qt tests, add them to the `src/qt/test/` directory and +To add more SarmaCoins-qt tests, add them to the `src/qt/test/` directory and the `src/qt/test/test_main.cpp` file. diff --git a/qa/pull-tester/run-bitcoind-for-test.sh.in b/qa/pull-tester/run-bitcoind-for-test.sh.in index f711b2bb14929..666244b38507c 100755 --- a/qa/pull-tester/run-bitcoind-for-test.sh.in +++ b/qa/pull-tester/run-bitcoind-for-test.sh.in @@ -3,14 +3,14 @@ # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. # -DATADIR="@abs_top_builddir@/.dash" +DATADIR="@abs_top_builddir@/.SarmaCoins" rm -rf "$DATADIR" mkdir -p "$DATADIR"/regtest touch "$DATADIR/regtest/debug.log" tail -q -n 1 -F "$DATADIR/regtest/debug.log" | grep -m 1 -q "Done loading" & WAITER=$! PORT=`expr 10000 + $$ % 55536` -"@abs_top_builddir@/src/dashd@EXEEXT@" -connect=0.0.0.0 -datadir="$DATADIR" -rpcuser=user -rpcpassword=pass -listen -keypool=3 -debug -debug=net -logtimestamps -checkmempool=0 -relaypriority=0 -port=$PORT -whitelist=127.0.0.1 -regtest -rpcport=`expr $PORT + 1` & +"@abs_top_builddir@/src/SarmaCoinsd@EXEEXT@" -connect=0.0.0.0 -datadir="$DATADIR" -rpcuser=user -rpcpassword=pass -listen -keypool=3 -debug -debug=net -logtimestamps -checkmempool=0 -relaypriority=0 -port=$PORT -whitelist=127.0.0.1 -regtest -rpcport=`expr $PORT + 1` & BITCOIND=$! #Install a watchdog. diff --git a/qa/pull-tester/tests-config.sh.in b/qa/pull-tester/tests-config.sh.in index e64e80a14be74..6eebf2e14cec1 100755 --- a/qa/pull-tester/tests-config.sh.in +++ b/qa/pull-tester/tests-config.sh.in @@ -11,6 +11,6 @@ EXEEXT="@EXEEXT@" @BUILD_BITCOIN_UTILS_TRUE@ENABLE_UTILS=1 @BUILD_BITCOIND_TRUE@ENABLE_BITCOIND=1 -REAL_BITCOIND="$BUILDDIR/src/dashd${EXEEXT}" -REAL_BITCOINCLI="$BUILDDIR/src/dash-cli${EXEEXT}" +REAL_BITCOIND="$BUILDDIR/src/SarmaCoinsd${EXEEXT}" +REAL_BITCOINCLI="$BUILDDIR/src/SarmaCoins-cli${EXEEXT}" diff --git a/qa/rpc-tests/util.py b/qa/rpc-tests/util.py index d40e3b1f78fa9..4b27ae3b5a633 100644 --- a/qa/rpc-tests/util.py +++ b/qa/rpc-tests/util.py @@ -1,5 +1,5 @@ # Copyright (c) 2014 The Bitcoin Core developers -# Copyright (c) 2014-2015 The Dash developers +# Copyright (c) 2014-2015 The SarmaCoins developers # Distributed under the MIT/X11 software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. # @@ -65,7 +65,7 @@ def initialize_datadir(dirname, n): datadir = os.path.join(dirname, "node"+str(n)) if not os.path.isdir(datadir): os.makedirs(datadir) - with open(os.path.join(datadir, "dash.conf"), 'w') as f: + with open(os.path.join(datadir, "SarmaCoins.conf"), 'w') as f: f.write("regtest=1\n"); f.write("rpcuser=rt\n"); f.write("rpcpassword=rt\n"); @@ -77,19 +77,19 @@ def initialize_chain(test_dir): """ Create (or copy from cache) a 200-block-long chain and 4 wallets. - dashd and dash-cli must be in search path. + SarmaCoinsd and SarmaCoins-cli must be in search path. """ if not os.path.isdir(os.path.join("cache", "node0")): devnull = open("/dev/null", "w+") - # Create cache directories, run dashds: + # Create cache directories, run SarmaCoinsds: for i in range(4): datadir=initialize_datadir("cache", i) - args = [ os.getenv("BITCOIND", "dashd"), "-keypool=1", "-datadir="+datadir, "-discover=0" ] + args = [ os.getenv("BITCOIND", "SarmaCoinsd"), "-keypool=1", "-datadir="+datadir, "-discover=0" ] if i > 0: args.append("-connect=127.0.0.1:"+str(p2p_port(0))) bitcoind_processes[i] = subprocess.Popen(args) - subprocess.check_call([ os.getenv("BITCOINCLI", "dash-cli"), "-datadir="+datadir, + subprocess.check_call([ os.getenv("BITCOINCLI", "SarmaCoins-cli"), "-datadir="+datadir, "-rpcwait", "getblockcount"], stdout=devnull) devnull.close() rpcs = [] @@ -128,7 +128,7 @@ def initialize_chain(test_dir): from_dir = os.path.join("cache", "node"+str(i)) to_dir = os.path.join(test_dir, "node"+str(i)) shutil.copytree(from_dir, to_dir) - initialize_datadir(test_dir, i) # Overwrite port/rpcport in dash.conf + initialize_datadir(test_dir, i) # Overwrite port/rpcport in SarmaCoins.conf def initialize_chain_clean(test_dir, num_nodes): """ @@ -161,14 +161,14 @@ def _rpchost_to_args(rpchost): def start_node(i, dirname, extra_args=None, rpchost=None): """ - Start a dashd and return RPC connection to it + Start a SarmaCoinsd and return RPC connection to it """ datadir = os.path.join(dirname, "node"+str(i)) - args = [ os.getenv("BITCOIND", "dashd"), "-datadir="+datadir, "-keypool=1", "-discover=0", "-rest" ] + args = [ os.getenv("BITCOIND", "SarmaCoinsd"), "-datadir="+datadir, "-keypool=1", "-discover=0", "-rest" ] if extra_args is not None: args.extend(extra_args) bitcoind_processes[i] = subprocess.Popen(args) devnull = open("/dev/null", "w+") - subprocess.check_call([ os.getenv("BITCOINCLI", "dash-cli"), "-datadir="+datadir] + + subprocess.check_call([ os.getenv("BITCOINCLI", "SarmaCoins-cli"), "-datadir="+datadir] + _rpchost_to_args(rpchost) + ["-rpcwait", "getblockcount"], stdout=devnull) devnull.close() @@ -179,7 +179,7 @@ def start_node(i, dirname, extra_args=None, rpchost=None): def start_nodes(num_nodes, dirname, extra_args=None, rpchost=None): """ - Start multiple dashds, return RPC connections to them + Start multiple SarmaCoinsds, return RPC connections to them """ if extra_args is None: extra_args = [ None for i in range(num_nodes) ] return [ start_node(i, dirname, extra_args[i], rpchost) for i in range(num_nodes) ] diff --git a/qa/rpc-tests/util.sh b/qa/rpc-tests/util.sh index e3e24a4b5e56d..c5b3f5fd4240c 100644 --- a/qa/rpc-tests/util.sh +++ b/qa/rpc-tests/util.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Copyright (c) 2014 The Bitcoin Core developers -# Copyright (c) 2014-2015 The Dash developers +# Copyright (c) 2014-2015 The SarmaCoins developers # Distributed under the MIT/X11 software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -12,7 +12,7 @@ function echoerr { # Usage: ExtractKey "" # Warning: this will only work for the very-well-behaved -# JSON produced by dashd, do NOT use it to try to +# JSON produced by SarmaCoinsd, do NOT use it to try to # parse arbitrary/nested/etc JSON. function ExtractKey { echo $2 | tr -d ' "{}\n' | awk -v RS=',' -F: "\$1 ~ /$1/ { print \$2}" @@ -21,7 +21,7 @@ function ExtractKey { function CreateDataDir { DIR=$1 mkdir -p $DIR - CONF=$DIR/dash.conf + CONF=$DIR/SarmaCoins.conf echo "regtest=1" >> $CONF echo "keypool=2" >> $CONF echo "rpcuser=rt" >> $CONF diff --git a/share/pixmaps/bitcoin256.png b/share/pixmaps/bitcoin256.png index 4a92d931eba297b8b3a9ab82b2cb812154254a39..798a74512c56e89e60cf85deeb5d8d6ed152f9a4 100644 GIT binary patch delta 41 ocmbPbxXf_EQ?B5|qTEF1{LH-K$udm!lQS4MAPH@jVX6}Y08>T}O#lD@ delta 28 hcmZ2xILmOtQx=!R;*5>&^%=p8iSO$-FK7BM3IMLW3|{~M diff --git a/share/qt/Info.plist.in b/share/qt/Info.plist.in index 6dcb41a496019..a47aacadfed6a 100644 --- a/share/qt/Info.plist.in +++ b/share/qt/Info.plist.in @@ -17,7 +17,7 @@ APPL CFBundleGetInfoString - @CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_REVISION@, Copyright © 2009-@COPYRIGHT_YEAR@ The Bitcoin Core developers, 2014-@COPYRIGHT_YEAR@ The Dash Core developers + @CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_REVISION@, Copyright © 2009-@COPYRIGHT_YEAR@ The Bitcoin Core developers, 2014-@COPYRIGHT_YEAR@ The SarmaCoins Core developers CFBundleShortVersionString @CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_REVISION@ @@ -29,10 +29,10 @@ ???? CFBundleExecutable - Dash-Qt + SarmaCoins-Qt CFBundleIdentifier - io.SarmaCoins.Dash-Qt + io.SarmaCoins.SarmaCoins-Qt CFBundleURLTypes @@ -40,10 +40,10 @@ CFBundleTypeRole Editor CFBundleURLName - io.dash.SarmaCoinsment + io.SarmaCoins.SarmaCoinsment CFBundleURLSchemes - dash + SarmaCoins @@ -52,9 +52,9 @@ UTTypeIdentifier - io.dash.paymentrequest + io.SarmaCoins.paymentrequest UTTypeDescription - Dash payment request + SarmaCoins payment request UTTypeConformsTo public.data @@ -62,7 +62,7 @@ UTTypeTagSpecification public.mime-type - application/x-dash-payment-request + application/x-SarmaCoins-payment-request public.filename-extension SarmaCoinsmentrequest @@ -78,7 +78,7 @@ Editor LSItemContentTypes - io.dash.paymentrequest + io.SarmaCoins.paymentrequest LSHandlerRank Owner diff --git a/share/qt/extract_strings_qt.py b/share/qt/extract_strings_qt.py index 8508a4ae5ca15..5cb2b0d117ce7 100755 --- a/share/qt/extract_strings_qt.py +++ b/share/qt/extract_strings_qt.py @@ -9,7 +9,7 @@ import os import sys -OUT_CPP="qt/dashstrings.cpp" +OUT_CPP="qt/SarmaCoinsstrings.cpp" EMPTY=['""'] def parse_po(text): @@ -69,10 +69,10 @@ def parse_po(text): #define UNUSED #endif """) -f.write('static const char UNUSED *dash_strings[] = {\n') +f.write('static const char UNUSED *SarmaCoins_strings[] = {\n') messages.sort(key=operator.itemgetter(0)) for (msgid, msgstr) in messages: if msgid != EMPTY: - f.write('QT_TRANSLATE_NOOP("dash-core", %s),\n' % ('\n'.join(msgid))) + f.write('QT_TRANSLATE_NOOP("SarmaCoins-core", %s),\n' % ('\n'.join(msgid))) f.write('};\n') f.close() diff --git a/share/seeds/generate-seeds.py b/share/seeds/generate-seeds.py index 2431ded86edb3..15d0aaff63cf2 100755 --- a/share/seeds/generate-seeds.py +++ b/share/seeds/generate-seeds.py @@ -117,7 +117,7 @@ def main(): g.write('#ifndef BITCOIN_CHAINPARAMSSEEDS_H\n') g.write('#define BITCOIN_CHAINPARAMSSEEDS_H\n') g.write('/**\n') - g.write(' * List of fixed seed nodes for the dash network\n') + g.write(' * List of fixed seed nodes for the SarmaCoins network\n') g.write(' * AUTOGENERATED by share/seeds/generate-seeds.py\n') g.write(' *\n') g.write(' * Each line contains a 16-byte IPv6 address and a port.\n') diff --git a/share/setup.nsi.in b/share/setup.nsi.in index b47554733eec1..201bd5459022d 100644 --- a/share/setup.nsi.in +++ b/share/setup.nsi.in @@ -6,7 +6,7 @@ SetCompressor /SOLID lzma # General Symbol Definitions !define REGKEY "SOFTWARE\$(^Name)" !define VERSION @CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_REVISION@ -!define COMPANY "Dash Core project" +!define COMPANY "SarmaCoins Core project" !define URL https://www.SarmaCoins.io/ # MUI Symbol Definitions @@ -20,7 +20,7 @@ SetCompressor /SOLID lzma !define MUI_STARTMENUPAGE_REGISTRY_KEY ${REGKEY} !define MUI_STARTMENUPAGE_REGISTRY_VALUENAME StartMenuGroup !define MUI_STARTMENUPAGE_DEFAULTFOLDER "@PACKAGE_NAME@" -!define MUI_FINISHPAGE_RUN $INSTDIR\dash-qt.exe +!define MUI_FINISHPAGE_RUN $INSTDIR\SarmaCoins-qt.exe !define MUI_UNICON "${NSISDIR}\Contrib\Graphics\Icons\modern-uninstall.ico" !define MUI_UNWELCOMEFINISHPAGE_BITMAP "@abs_top_srcdir@/share/pixmaps/nsis-wizard.bmp" !define MUI_UNFINISHPAGE_NOAUTOCLOSE @@ -48,18 +48,18 @@ Var StartMenuGroup !insertmacro MUI_LANGUAGE English # Installer attributes -OutFile @abs_top_srcdir@/dash-${VERSION}-win@WINDOWS_BITS@-setup.exe +OutFile @abs_top_srcdir@/SarmaCoins-${VERSION}-win@WINDOWS_BITS@-setup.exe !if "@WINDOWS_BITS@" == "64" -InstallDir $PROGRAMFILES64\Dash +InstallDir $PROGRAMFILES64\SarmaCoins !else -InstallDir $PROGRAMFILES\Dash +InstallDir $PROGRAMFILES\SarmaCoins !endif CRCCheck on XPStyle on BrandingText " " ShowInstDetails show VIProductVersion ${VERSION}.@CLIENT_VERSION_BUILD@ -VIAddVersionKey ProductName "Dash Core" +VIAddVersionKey ProductName "SarmaCoins Core" VIAddVersionKey ProductVersion "${VERSION}" VIAddVersionKey CompanyName "${COMPANY}" VIAddVersionKey CompanyWebsite "${URL}" @@ -73,19 +73,19 @@ ShowUninstDetails show Section -Main SEC0000 SetOutPath $INSTDIR SetOverwrite on - File @abs_top_srcdir@/release/dash-qt.exe + File @abs_top_srcdir@/release/SarmaCoins-qt.exe File /oname=COPYING.txt @abs_top_srcdir@/COPYING File /oname=readme.txt @abs_top_srcdir@/doc/README_windows.txt SetOutPath $INSTDIR\daemon - File @abs_top_srcdir@/release/dashd.exe - File @abs_top_srcdir@/release/dash-cli.exe + File @abs_top_srcdir@/release/SarmaCoinsd.exe + File @abs_top_srcdir@/release/SarmaCoins-cli.exe SetOutPath $INSTDIR\doc File /r @abs_top_srcdir@/doc\*.* SetOutPath $INSTDIR WriteRegStr HKCU "${REGKEY}\Components" Main 1 - # Remove old wxwidgets-based-dash executable and locales: - Delete /REBOOTOK $INSTDIR\dash.exe + # Remove old wxwidgets-based-SarmaCoins executable and locales: + Delete /REBOOTOK $INSTDIR\SarmaCoins.exe RMDir /r /REBOOTOK $INSTDIR\locale SectionEnd @@ -95,7 +95,7 @@ Section -post SEC0001 WriteUninstaller $INSTDIR\uninstall.exe !insertmacro MUI_STARTMENU_WRITE_BEGIN Application CreateDirectory $SMPROGRAMS\$StartMenuGroup - CreateShortcut "$SMPROGRAMS\$StartMenuGroup\$(^Name).lnk" $INSTDIR\dash-qt.exe + CreateShortcut "$SMPROGRAMS\$StartMenuGroup\$(^Name).lnk" $INSTDIR\SarmaCoins-qt.exe CreateShortcut "$SMPROGRAMS\$StartMenuGroup\Uninstall $(^Name).lnk" $INSTDIR\uninstall.exe !insertmacro MUI_STARTMENU_WRITE_END WriteRegStr HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" DisplayName "$(^Name)" @@ -106,10 +106,10 @@ Section -post SEC0001 WriteRegStr HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" UninstallString $INSTDIR\uninstall.exe WriteRegDWORD HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" NoModify 1 WriteRegDWORD HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" NoRepair 1 - WriteRegStr HKCR "dash" "URL Protocol" "" - WriteRegStr HKCR "dash" "" "URL:Dash" - WriteRegStr HKCR "dash\DefaultIcon" "" $INSTDIR\dash-qt.exe - WriteRegStr HKCR "dash\shell\open\command" "" '"$INSTDIR\dash-qt.exe" "%1"' + WriteRegStr HKCR "SarmaCoins" "URL Protocol" "" + WriteRegStr HKCR "SarmaCoins" "" "URL:SarmaCoins" + WriteRegStr HKCR "SarmaCoins\DefaultIcon" "" $INSTDIR\SarmaCoins-qt.exe + WriteRegStr HKCR "SarmaCoins\shell\open\command" "" '"$INSTDIR\SarmaCoins-qt.exe" "%1"' SectionEnd # Macro for selecting uninstaller sections @@ -127,7 +127,7 @@ done${UNSECTION_ID}: # Uninstaller sections Section /o -un.Main UNSEC0000 - Delete /REBOOTOK $INSTDIR\dash-qt.exe + Delete /REBOOTOK $INSTDIR\SarmaCoins-qt.exe Delete /REBOOTOK $INSTDIR\COPYING.txt Delete /REBOOTOK $INSTDIR\readme.txt RMDir /r /REBOOTOK $INSTDIR\daemon @@ -139,7 +139,7 @@ Section -un.post UNSEC0001 DeleteRegKey HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" Delete /REBOOTOK "$SMPROGRAMS\$StartMenuGroup\Uninstall $(^Name).lnk" Delete /REBOOTOK "$SMPROGRAMS\$StartMenuGroup\$(^Name).lnk" - Delete /REBOOTOK "$SMSTARTUP\Dash.lnk" + Delete /REBOOTOK "$SMSTARTUP\SarmaCoins.lnk" Delete /REBOOTOK $INSTDIR\uninstall.exe Delete /REBOOTOK $INSTDIR\debug.log Delete /REBOOTOK $INSTDIR\db.log @@ -147,7 +147,7 @@ Section -un.post UNSEC0001 DeleteRegValue HKCU "${REGKEY}" Path DeleteRegKey /IfEmpty HKCU "${REGKEY}\Components" DeleteRegKey /IfEmpty HKCU "${REGKEY}" - DeleteRegKey HKCR "dash" + DeleteRegKey HKCR "SarmaCoins" RmDir /REBOOTOK $SMPROGRAMS\$StartMenuGroup RmDir /REBOOTOK $INSTDIR Push $R0 diff --git a/src/Makefile.am b/src/Makefile.am index 92eaca819a13b..2b0a0125482cc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -60,15 +60,15 @@ bin_PROGRAMS = TESTS = if BUILD_BITCOIND - bin_PROGRAMS += dashd + bin_PROGRAMS += SarmaCoinsd endif if BUILD_BITCOIN_UTILS - bin_PROGRAMS += dash-cli dash-tx + bin_PROGRAMS += SarmaCoins-cli SarmaCoins-tx endif .PHONY: FORCE -# dash core # +# SarmaCoins core # BITCOIN_CORE_H = \ activemasternode.h \ addrman.h \ @@ -170,7 +170,7 @@ obj/build.h: FORCE $(abs_top_srcdir) libbitcoin_util_a-clientversion.$(OBJEXT): obj/build.h -# server: shared between dashd and dash-qt +# server: shared between SarmaCoinsd and SarmaCoins-qt libbitcoin_server_a_CPPFLAGS = $(BITCOIN_INCLUDES) $(MINIUPNPC_CPPFLAGS) libbitcoin_server_a_SOURCES = \ addrman.cpp \ @@ -202,7 +202,7 @@ libbitcoin_server_a_SOURCES = \ $(JSON_H) \ $(BITCOIN_CORE_H) -# wallet: shared between dashd and dash-qt, but only linked +# wallet: shared between SarmaCoinsd and SarmaCoins-qt, but only linked # when wallet enabled libbitcoin_wallet_a_CPPFLAGS = $(BITCOIN_INCLUDES) libbitcoin_wallet_a_SOURCES = \ @@ -278,7 +278,7 @@ univalue_libbitcoin_univalue_a_SOURCES = \ univalue/univalue_escapes.h \ univalue/univalue.h -# common: shared between dashd, and dash-qt and non-server tools +# common: shared between SarmaCoinsd, and SarmaCoins-qt and non-server tools libbitcoin_common_a_CPPFLAGS = $(BITCOIN_INCLUDES) libbitcoin_common_a_SOURCES = \ allocators.cpp \ @@ -333,7 +333,7 @@ libbitcoin_util_a_SOURCES += compat/glibc_compat.cpp libbitcoin_util_a_SOURCES += compat/glibcxx_compat.cpp endif -# cli: shared between dash-cli and dash-qt +# cli: shared between SarmaCoins-cli and SarmaCoins-qt libbitcoin_cli_a_CPPFLAGS = $(BITCOIN_INCLUDES) libbitcoin_cli_a_SOURCES = \ rpcclient.cpp \ @@ -343,7 +343,7 @@ nodist_libbitcoin_util_a_SOURCES = $(srcdir)/obj/build.h # # bitcoind binary # -dashd_LDADD = \ +SarmaCoinsd_LDADD = \ $(LIBBITCOIN_SERVER) \ $(LIBBITCOIN_COMMON) \ $(LIBBITCOIN_UNIVALUE) \ @@ -354,35 +354,35 @@ dashd_LDADD = \ $(LIBSECP256K1) if ENABLE_WALLET -dashd_LDADD += libbitcoin_wallet.a +SarmaCoinsd_LDADD += libbitcoin_wallet.a endif -dashd_SOURCES = dashd.cpp +SarmaCoinsd_SOURCES = SarmaCoinsd.cpp # if TARGET_WINDOWS -dashd_SOURCES += dashd-res.rc +SarmaCoinsd_SOURCES += SarmaCoinsd-res.rc endif -dashd_LDADD += $(BOOST_LIBS) $(BDB_LIBS) $(SSL_LIBS) $(CRYPTO_LIBS) $(MINIUPNPC_LIBS) -dashd_CPPFLAGS = $(BITCOIN_INCLUDES) -dashd_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) +SarmaCoinsd_LDADD += $(BOOST_LIBS) $(BDB_LIBS) $(SSL_LIBS) $(CRYPTO_LIBS) $(MINIUPNPC_LIBS) +SarmaCoinsd_CPPFLAGS = $(BITCOIN_INCLUDES) +SarmaCoinsd_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) -# dash-cli binary # -dash_cli_LDADD = \ +# SarmaCoins-cli binary # +SarmaCoins_cli_LDADD = \ $(LIBBITCOIN_CLI) \ $(LIBBITCOIN_UTIL) \ $(BOOST_LIBS) \ $(SSL_LIBS) \ $(CRYPTO_LIBS) -dash_cli_SOURCES = \ - dash-cli.cpp +SarmaCoins_cli_SOURCES = \ + SarmaCoins-cli.cpp -dash_cli_CPPFLAGS = $(BITCOIN_INCLUDES) +SarmaCoins_cli_CPPFLAGS = $(BITCOIN_INCLUDES) # -# dash-tx binary # -dash_tx_LDADD = \ +# SarmaCoins-tx binary # +SarmaCoins_tx_LDADD = \ $(LIBBITCOIN_UNIVALUE) \ $(LIBBITCOIN_COMMON) \ $(LIBBITCOIN_UTIL) \ @@ -391,15 +391,15 @@ dash_tx_LDADD = \ $(BOOST_LIBS) \ $(CRYPTO_LIBS) -dash_tx_SOURCES = dash-tx.cpp -dash_tx_CPPFLAGS = $(BITCOIN_INCLUDES) +SarmaCoins_tx_SOURCES = SarmaCoins-tx.cpp +SarmaCoins_tx_CPPFLAGS = $(BITCOIN_INCLUDES) # -dash_tx_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) +SarmaCoins_tx_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) if TARGET_WINDOWS -dash_cli_SOURCES += dash-cli-res.rc +SarmaCoins_cli_SOURCES += SarmaCoins-cli-res.rc endif -dash_cli_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) +SarmaCoins_cli_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) if BUILD_BITCOIN_LIBS include_HEADERS = script/bitcoinconsensus.h diff --git a/src/Makefile.qt.include b/src/Makefile.qt.include index 5325de196ef33..8a90f4017ce82 100755 --- a/src/Makefile.qt.include +++ b/src/Makefile.qt.include @@ -1,24 +1,24 @@ -bin_PROGRAMS += qt/dash-qt +bin_PROGRAMS += qt/SarmaCoins-qt EXTRA_LIBRARIES += qt/libbitcoinqt.a -# dash qt core # +# SarmaCoins qt core # QT_TS = \ - qt/locale/dash_bg.ts \ - qt/locale/dash_de.ts \ - qt/locale/dash_en.ts \ - qt/locale/dash_es.ts \ - qt/locale/dash_fi.ts \ - qt/locale/dash_fr.ts \ - qt/locale/dash_it.ts \ - qt/locale/dash_ja.ts \ - qt/locale/dash_pl.ts \ - qt/locale/dash_pt.ts \ - qt/locale/dash_ru.ts \ - qt/locale/dash_sk.ts \ - qt/locale/dash_sv.ts \ - qt/locale/dash_vi.ts \ - qt/locale/dash_zh_CN.ts \ - qt/locale/dash_zh_TW.ts + qt/locale/SarmaCoins_bg.ts \ + qt/locale/SarmaCoins_de.ts \ + qt/locale/SarmaCoins_en.ts \ + qt/locale/SarmaCoins_es.ts \ + qt/locale/SarmaCoins_fi.ts \ + qt/locale/SarmaCoins_fr.ts \ + qt/locale/SarmaCoins_it.ts \ + qt/locale/SarmaCoins_ja.ts \ + qt/locale/SarmaCoins_pl.ts \ + qt/locale/SarmaCoins_pt.ts \ + qt/locale/SarmaCoins_ru.ts \ + qt/locale/SarmaCoins_sk.ts \ + qt/locale/SarmaCoins_sv.ts \ + qt/locale/SarmaCoins_vi.ts \ + qt/locale/SarmaCoins_zh_CN.ts \ + qt/locale/SarmaCoins_zh_TW.ts QT_FORMS_UI = \ qt/forms/addressbookpage.ui \ @@ -90,16 +90,16 @@ BITCOIN_MM = \ qt/macnotificationhandler.mm QT_MOC = \ - qt/dash.moc \ + qt/SarmaCoins.moc \ qt/bitcoinamountfield.moc \ qt/intro.moc \ qt/overviewpage.moc \ qt/rpcconsole.moc -QT_QRC_CPP = qt/qrc_dash.cpp -QT_QRC = qt/dash.qrc -QT_QRC_LOCALE_CPP = qt/qrc_dash_locale.cpp -QT_QRC_LOCALE = qt/dash_locale.qrc +QT_QRC_CPP = qt/qrc_SarmaCoins.cpp +QT_QRC = qt/SarmaCoins.qrc +QT_QRC_LOCALE_CPP = qt/qrc_SarmaCoins_locale.cpp +QT_QRC_LOCALE = qt/SarmaCoins_locale.qrc PROTOBUF_CC = qt/paymentrequest.pb.cc PROTOBUF_H = qt/paymentrequest.pb.h @@ -207,13 +207,13 @@ RES_ICONS = \ qt/res/icons/tx_input.png \ qt/res/icons/tx_output.png \ qt/res/icons/tx_mined.png \ - qt/res/icons/unit_dash.png \ - qt/res/icons/unit_mdash.png \ - qt/res/icons/unit_udash.png \ + qt/res/icons/unit_SarmaCoins.png \ + qt/res/icons/unit_mSarmaCoins.png \ + qt/res/icons/unit_uSarmaCoins.png \ qt/res/icons/unit_duffs.png \ - qt/res/icons/unit_tdash.png \ - qt/res/icons/unit_tmdash.png \ - qt/res/icons/unit_tudash.png \ + qt/res/icons/unit_tSarmaCoins.png \ + qt/res/icons/unit_tmSarmaCoins.png \ + qt/res/icons/unit_tuSarmaCoins.png \ qt/res/icons/unit_tduffs.png BITCOIN_QT_CPP = \ @@ -273,7 +273,7 @@ RES_IMAGES = \ qt/res/images/about.png \ qt/res/images/splash.png \ qt/res/images/splash_testnet.png \ - qt/res/images/dash_logo_horizontal.png \ + qt/res/images/SarmaCoins_logo_horizontal.png \ qt/res/images/drkblue_downArrow.png \ qt/res/images/drkblue_downArrow_small.png \ qt/res/images/drkblue_upArrow_small.png \ @@ -288,7 +288,7 @@ RES_CSS = \ RES_MOVIES = $(wildcard qt/res/movies/spinner-*.png) -BITCOIN_RC = qt/res/dash-qt-res.rc +BITCOIN_RC = qt/res/SarmaCoins-qt-res.rc BITCOIN_QT_INCLUDES = -I$(builddir)/qt -I$(srcdir)/qt -I$(srcdir)/qt/forms \ -I$(builddir)/qt/forms @@ -308,65 +308,65 @@ QT_FORMS_H=$(join $(dir $(QT_FORMS_UI)),$(addprefix ui_, $(notdir $(QT_FORMS_UI: # Most files will depend on the forms and moc files as includes. Generate them # before anything else. $(QT_MOC): $(QT_FORMS_H) -$(qt_libbitcoinqt_a_OBJECTS) $(qt_dash_qt_OBJECTS) : | $(QT_MOC) +$(qt_libbitcoinqt_a_OBJECTS) $(qt_SarmaCoins_qt_OBJECTS) : | $(QT_MOC) #Generating these with a half-written protobuf header leads to wacky results. #This makes sure it's done. $(QT_MOC): $(PROTOBUF_H) $(QT_MOC_CPP): $(PROTOBUF_H) -# dash-qt binary # -qt_dash_qt_CPPFLAGS = $(BITCOIN_INCLUDES) $(BITCOIN_QT_INCLUDES) \ +# SarmaCoins-qt binary # +qt_SarmaCoins_qt_CPPFLAGS = $(BITCOIN_INCLUDES) $(BITCOIN_QT_INCLUDES) \ $(QT_INCLUDES) $(PROTOBUF_CFLAGS) $(QR_CFLAGS) -qt_dash_qt_SOURCES = qt/dash.cpp +qt_SarmaCoins_qt_SOURCES = qt/SarmaCoins.cpp if TARGET_DARWIN - qt_dash_qt_SOURCES += $(BITCOIN_MM) + qt_SarmaCoins_qt_SOURCES += $(BITCOIN_MM) endif if TARGET_WINDOWS - qt_dash_qt_SOURCES += $(BITCOIN_RC) + qt_SarmaCoins_qt_SOURCES += $(BITCOIN_RC) endif -qt_dash_qt_LDADD = qt/libbitcoinqt.a $(LIBBITCOIN_SERVER) +qt_SarmaCoins_qt_LDADD = qt/libbitcoinqt.a $(LIBBITCOIN_SERVER) if ENABLE_WALLET -qt_dash_qt_LDADD += $(LIBBITCOIN_WALLET) +qt_SarmaCoins_qt_LDADD += $(LIBBITCOIN_WALLET) endif -qt_dash_qt_LDADD += $(LIBBITCOIN_CLI) $(LIBBITCOIN_COMMON) $(LIBBITCOIN_UTIL) $(LIBBITCOIN_CRYPTO) $(LIBBITCOIN_UNIVALUE) $(LIBLEVELDB) $(LIBMEMENV) \ +qt_SarmaCoins_qt_LDADD += $(LIBBITCOIN_CLI) $(LIBBITCOIN_COMMON) $(LIBBITCOIN_UTIL) $(LIBBITCOIN_CRYPTO) $(LIBBITCOIN_UNIVALUE) $(LIBLEVELDB) $(LIBMEMENV) \ $(BOOST_LIBS) $(QT_LIBS) $(QT_DBUS_LIBS) $(QR_LIBS) $(PROTOBUF_LIBS) $(BDB_LIBS) $(SSL_LIBS) $(CRYPTO_LIBS) $(MINIUPNPC_LIBS) $(LIBSECP256K1) -qt_dash_qt_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(QT_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) -qt_dash_qt_LIBTOOLFLAGS = --tag CXX +qt_SarmaCoins_qt_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(QT_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) +qt_SarmaCoins_qt_LIBTOOLFLAGS = --tag CXX #locale/foo.ts -> locale/foo.qm QT_QM=$(QT_TS:.ts=.qm) .SECONDARY: $(QT_QM) -qt/dashstrings.cpp: $(libbitcoin_server_a_SOURCES) $(libbitcoin_wallet_a_SOURCES) $(libbitcoin_common_a_SOURCES) +qt/SarmaCoinsstrings.cpp: $(libbitcoin_server_a_SOURCES) $(libbitcoin_wallet_a_SOURCES) $(libbitcoin_common_a_SOURCES) @test -n $(XGETTEXT) || echo "xgettext is required for updating translations" $(AM_V_GEN) cd $(srcdir); XGETTEXT=$(XGETTEXT) ../share/qt/extract_strings_qt.py $^ -translate: qt/dashstrings.cpp $(QT_FORMS_UI) $(QT_FORMS_UI) $(BITCOIN_QT_CPP) $(BITCOIN_QT_H) $(BITCOIN_MM) +translate: qt/SarmaCoinsstrings.cpp $(QT_FORMS_UI) $(QT_FORMS_UI) $(BITCOIN_QT_CPP) $(BITCOIN_QT_H) $(BITCOIN_MM) @test -n $(LUPDATE) || echo "lupdate is required for updating translations" - $(AM_V_GEN) QT_SELECT=$(QT_SELECT) $(LUPDATE) $^ -locations relative -no-obsolete -ts qt/locale/dash_en.ts + $(AM_V_GEN) QT_SELECT=$(QT_SELECT) $(LUPDATE) $^ -locations relative -no-obsolete -ts qt/locale/SarmaCoins_en.ts $(QT_QRC_LOCALE_CPP): $(QT_QRC_LOCALE) $(QT_QM) @test -f $(RCC) @test -f $(@D)/$( $@ $(QT_QRC_CPP): $(QT_QRC) $(QT_FORMS_H) $(RES_ICONS) $(RES_IMAGES) $(RES_CSS) $(RES_MOVIES) $(PROTOBUF_H) @test -f $(RCC) - $(AM_V_GEN) QT_SELECT=$(QT_SELECT) $(RCC) -name dash $< | \ + $(AM_V_GEN) QT_SELECT=$(QT_SELECT) $(RCC) -name SarmaCoins $< | \ $(SED) -e '/^\*\*.*Created:/d' -e '/^\*\*.*by:/d' > $@ CLEAN_QT = $(nodist_qt_libbitcoinqt_a_SOURCES) $(QT_QM) $(QT_FORMS_H) qt/*.gcda qt/*.gcno CLEANFILES += $(CLEAN_QT) -dash_qt_clean: FORCE - rm -f $(CLEAN_QT) $(qt_libbitcoinqt_a_OBJECTS) $(qt_dash_qt_OBJECTS) qt/dash-qt$(EXEEXT) $(LIBBITCOINQT) +SarmaCoins_qt_clean: FORCE + rm -f $(CLEAN_QT) $(qt_libbitcoinqt_a_OBJECTS) $(qt_SarmaCoins_qt_OBJECTS) qt/SarmaCoins-qt$(EXEEXT) $(LIBBITCOINQT) -dash_qt : qt/dash-qt$(EXEEXT) +SarmaCoins_qt : qt/SarmaCoins-qt$(EXEEXT) ui_%.h: %.ui @test -f $(UIC) diff --git a/src/Makefile.qttest.include b/src/Makefile.qttest.include index 1a1f03d1a1adb..1cac635959fe1 100644 --- a/src/Makefile.qttest.include +++ b/src/Makefile.qttest.include @@ -1,5 +1,5 @@ -bin_PROGRAMS += qt/test/test_dash-qt -TESTS += qt/test/test_dash-qt +bin_PROGRAMS += qt/test/test_SarmaCoins-qt +TESTS += qt/test/test_SarmaCoins-qt TEST_QT_MOC_CPP = qt/test/moc_uritests.cpp @@ -12,37 +12,37 @@ TEST_QT_H = \ qt/test/paymentrequestdata.h \ qt/test/paymentservertests.h -qt_test_test_dash_qt_CPPFLAGS = $(BITCOIN_INCLUDES) $(BITCOIN_QT_INCLUDES) \ +qt_test_test_SarmaCoins_qt_CPPFLAGS = $(BITCOIN_INCLUDES) $(BITCOIN_QT_INCLUDES) \ $(QT_INCLUDES) $(QT_TEST_INCLUDES) $(PROTOBUF_CFLAGS) -qt_test_test_dash_qt_SOURCES = \ +qt_test_test_SarmaCoins_qt_SOURCES = \ qt/test/test_main.cpp \ qt/test/uritests.cpp \ $(TEST_QT_H) if ENABLE_WALLET -qt_test_test_dash_qt_SOURCES += \ +qt_test_test_SarmaCoins_qt_SOURCES += \ qt/test/paymentservertests.cpp endif -nodist_qt_test_test_dash_qt_SOURCES = $(TEST_QT_MOC_CPP) +nodist_qt_test_test_SarmaCoins_qt_SOURCES = $(TEST_QT_MOC_CPP) -qt_test_test_dash_qt_LDADD = $(LIBBITCOINQT) $(LIBBITCOIN_SERVER) +qt_test_test_SarmaCoins_qt_LDADD = $(LIBBITCOINQT) $(LIBBITCOIN_SERVER) if ENABLE_WALLET -qt_test_test_dash_qt_LDADD += $(LIBBITCOIN_WALLET) +qt_test_test_SarmaCoins_qt_LDADD += $(LIBBITCOIN_WALLET) endif -qt_test_test_dash_qt_LDADD += $(LIBBITCOIN_CLI) $(LIBBITCOIN_COMMON) $(LIBBITCOIN_UTIL) $(LIBBITCOIN_CRYPTO) $(LIBBITCOIN_UNIVALUE) $(LIBLEVELDB) \ +qt_test_test_SarmaCoins_qt_LDADD += $(LIBBITCOIN_CLI) $(LIBBITCOIN_COMMON) $(LIBBITCOIN_UTIL) $(LIBBITCOIN_CRYPTO) $(LIBBITCOIN_UNIVALUE) $(LIBLEVELDB) \ $(LIBMEMENV) $(BOOST_LIBS) $(QT_DBUS_LIBS) $(QT_TEST_LIBS) $(QT_LIBS) \ $(QR_LIBS) $(PROTOBUF_LIBS) $(BDB_LIBS) $(SSL_LIBS) $(CRYPTO_LIBS) $(MINIUPNPC_LIBS) $(LIBSECP256K1) -qt_test_test_dash_qt_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(QT_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) +qt_test_test_SarmaCoins_qt_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(QT_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) CLEAN_BITCOIN_QT_TEST = $(TEST_QT_MOC_CPP) qt/test/*.gcda qt/test/*.gcno CLEANFILES += $(CLEAN_BITCOIN_QT_TEST) -test_dash_qt : qt/test/test_dash-qt$(EXEEXT) +test_SarmaCoins_qt : qt/test/test_SarmaCoins-qt$(EXEEXT) -test_dash_qt_check : qt/test/test_dash-qt$(EXEEXT) FORCE +test_SarmaCoins_qt_check : qt/test/test_SarmaCoins-qt$(EXEEXT) FORCE $(MAKE) check-TESTS TESTS=$^ -test_dash_qt_clean: FORCE - rm -f $(CLEAN_BITCOIN_QT_TEST) $(qt_test_test_dash_qt_OBJECTS) +test_SarmaCoins_qt_clean: FORCE + rm -f $(CLEAN_BITCOIN_QT_TEST) $(qt_test_test_SarmaCoins_qt_OBJECTS) diff --git a/src/Makefile.test.include b/src/Makefile.test.include index 50e6540171c79..9181a68468dc2 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -1,7 +1,7 @@ -TESTS += test/test_dash test/bitcoin-util-test.py -bin_PROGRAMS += test/test_dash +TESTS += test/test_SarmaCoins test/bitcoin-util-test.py +bin_PROGRAMS += test/test_SarmaCoins TEST_SRCDIR = test -TEST_BINARY=test/test_dash$(EXEEXT) +TEST_BINARY=test/test_SarmaCoins$(EXEEXT) EXTRA_DIST += \ @@ -66,7 +66,7 @@ BITCOIN_TESTS =\ test/sighash_tests.cpp \ test/sigopcount_tests.cpp \ test/skiplist_tests.cpp \ - test/test_dash.cpp \ + test/test_SarmaCoins.cpp \ test/timedata_tests.cpp \ test/transaction_tests.cpp \ test/uint256_tests.cpp \ @@ -80,18 +80,18 @@ BITCOIN_TESTS += \ test/rpc_wallet_tests.cpp endif -test_test_dash_SOURCES = $(BITCOIN_TESTS) $(JSON_TEST_FILES) $(RAW_TEST_FILES) -test_test_dash_CPPFLAGS = $(BITCOIN_INCLUDES) -I$(builddir)/test/ $(TESTDEFS) -test_test_dash_LDADD = $(LIBBITCOIN_SERVER) $(LIBBITCOIN_CLI) $(LIBBITCOIN_COMMON) $(LIBBITCOIN_UTIL) $(LIBBITCOIN_CRYPTO) $(LIBBITCOIN_UNIVALUE) $(LIBLEVELDB) $(LIBMEMENV) \ +test_test_SarmaCoins_SOURCES = $(BITCOIN_TESTS) $(JSON_TEST_FILES) $(RAW_TEST_FILES) +test_test_SarmaCoins_CPPFLAGS = $(BITCOIN_INCLUDES) -I$(builddir)/test/ $(TESTDEFS) +test_test_SarmaCoins_LDADD = $(LIBBITCOIN_SERVER) $(LIBBITCOIN_CLI) $(LIBBITCOIN_COMMON) $(LIBBITCOIN_UTIL) $(LIBBITCOIN_CRYPTO) $(LIBBITCOIN_UNIVALUE) $(LIBLEVELDB) $(LIBMEMENV) \ $(BOOST_LIBS) $(BOOST_UNIT_TEST_FRAMEWORK_LIB) $(LIBSECP256K1) if ENABLE_WALLET -test_test_dash_LDADD += $(LIBBITCOIN_WALLET) +test_test_SarmaCoins_LDADD += $(LIBBITCOIN_WALLET) endif -test_test_dash_LDADD += $(LIBBITCOIN_CONSENSUS) $(BDB_LIBS) $(SSL_LIBS) $(CRYPTO_LIBS) $(MINIUPNPC_LIBS) -test_test_dash_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) -static +test_test_SarmaCoins_LDADD += $(LIBBITCOIN_CONSENSUS) $(BDB_LIBS) $(SSL_LIBS) $(CRYPTO_LIBS) $(MINIUPNPC_LIBS) +test_test_SarmaCoins_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) -static -nodist_test_test_dash_SOURCES = $(GENERATED_TEST_FILES) +nodist_test_test_SarmaCoins_SOURCES = $(GENERATED_TEST_FILES) $(BITCOIN_TESTS): $(GENERATED_TEST_FILES) @@ -99,13 +99,13 @@ CLEAN_BITCOIN_TEST = test/*.gcda test/*.gcno $(GENERATED_TEST_FILES) CLEANFILES += $(CLEAN_BITCOIN_TEST) -dash_test: $(TEST_BINARY) +SarmaCoins_test: $(TEST_BINARY) -dash_test_check: $(TEST_BINARY) FORCE +SarmaCoins_test_check: $(TEST_BINARY) FORCE $(MAKE) check-TESTS TESTS=$^ -dash_test_clean : FORCE - rm -f $(CLEAN_BITCOIN_TEST) $(test_test_dash_OBJECTS) $(TEST_BINARY) +SarmaCoins_test_clean : FORCE + rm -f $(CLEAN_BITCOIN_TEST) $(test_test_SarmaCoins_OBJECTS) $(TEST_BINARY) check-local: $(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C secp256k1 check diff --git a/src/amount.cpp b/src/amount.cpp index 20ea3ead5986f..1592e9651718a 100644 --- a/src/amount.cpp +++ b/src/amount.cpp @@ -27,5 +27,5 @@ CAmount CFeeRate::GetFee(size_t nSize) const std::string CFeeRate::ToString() const { - return strprintf("%d.%08d DASH/kB", nSatoshisPerK / COIN, nSatoshisPerK % COIN); + return strprintf("%d.%08d SarmaCoins/kB", nSatoshisPerK / COIN, nSatoshisPerK % COIN); } diff --git a/src/base58.h b/src/base58.h index 74dc66f1096ba..31ac7f815e3c9 100644 --- a/src/base58.h +++ b/src/base58.h @@ -94,7 +94,7 @@ class CBase58Data bool operator> (const CBase58Data& b58) const { return CompareTo(b58) > 0; } }; -/** base58-encoded Dash addresses. +/** base58-encoded SarmaCoins addresses. * Public-key-hash-addresses have version 0 (or 111 testnet). * The data vector contains RIPEMD160(SHA256(pubkey)), where pubkey is the serialized public key. * Script-hash-addresses have version 5 (or 196 testnet). diff --git a/src/chainparams.cpp b/src/chainparams.cpp index 3ee56d271035f..a54e0ee494920 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -123,14 +123,14 @@ class CMainParams : public CChainParams { pchMessageStart[3] = 0xbd; vAlertPubKey = ParseHex("048240a8748a80a286b270ba126705ced4f2ce5a7847b3610ea3c06513150dade2a8512ed5ea86320824683fc0818f0ac019214973e677acd1244f6d0571fc5103"); nDefaultPort = 9999; - bnProofOfWorkLimit = ~uint256(0) >> 20; // Dash starting difficulty is 1 / 2^12 + bnProofOfWorkLimit = ~uint256(0) >> 20; // SarmaCoins starting difficulty is 1 / 2^12 nSubsidyHalvingInterval = 210000; nEnforceBlockUpgradeMajority = 750; nRejectBlockOutdatedMajority = 950; nToCheckBlockUpgradeMajority = 1000; nMinerThreads = 0; - nTargetTimespan = 24 * 60 * 60; // Dash: 1 day - nTargetSpacing = 2.5 * 60; // Dash: 2.5 minutes + nTargetTimespan = 24 * 60 * 60; // SarmaCoins: 1 day + nTargetSpacing = 2.5 * 60; // SarmaCoins: 2.5 minutes /** * Build the genesis block. Note that the output of the genesis coinbase cannot @@ -166,12 +166,12 @@ class CMainParams : public CChainParams { vSeeds.push_back(CDNSSeedData("masternode.io", "dnsseed.masternode.io")); vSeeds.push_back(CDNSSeedData("SarmaCoins.io", "dnsseed.SarmaCoins.io")); - base58Prefixes[PUBKEY_ADDRESS] = list_of( 76); // Dash addresses start with 'X' - base58Prefixes[SCRIPT_ADDRESS] = list_of( 16); // Dash script addresses start with '7' - base58Prefixes[SECRET_KEY] = list_of(204); // Dash private keys start with '7' or 'X' - base58Prefixes[EXT_PUBLIC_KEY] = list_of(0x02)(0xFE)(0x52)(0xF8); // Dash BIP32 pubkeys start with 'drkv' - base58Prefixes[EXT_SECRET_KEY] = list_of(0x02)(0xFE)(0x52)(0xCC); // Dash BIP32 prvkeys start with 'drkp' - base58Prefixes[EXT_COIN_TYPE] = list_of(0x80000005); // Dash BIP44 coin type is '5' + base58Prefixes[PUBKEY_ADDRESS] = list_of( 76); // SarmaCoins addresses start with 'X' + base58Prefixes[SCRIPT_ADDRESS] = list_of( 16); // SarmaCoins script addresses start with '7' + base58Prefixes[SECRET_KEY] = list_of(204); // SarmaCoins private keys start with '7' or 'X' + base58Prefixes[EXT_PUBLIC_KEY] = list_of(0x02)(0xFE)(0x52)(0xF8); // SarmaCoins BIP32 pubkeys start with 'drkv' + base58Prefixes[EXT_SECRET_KEY] = list_of(0x02)(0xFE)(0x52)(0xCC); // SarmaCoins BIP32 prvkeys start with 'drkp' + base58Prefixes[EXT_COIN_TYPE] = list_of(0x80000005); // SarmaCoins BIP44 coin type is '5' convertSeed6(vFixedSeeds, pnSeed6_main, ARRAYLEN(pnSeed6_main)); @@ -216,8 +216,8 @@ class CTestNetParams : public CMainParams { nRejectBlockOutdatedMajority = 75; nToCheckBlockUpgradeMajority = 100; nMinerThreads = 0; - nTargetTimespan = 24 * 60 * 60; // Dash: 1 day - nTargetSpacing = 2.5 * 60; // Dash: 2.5 minutes + nTargetTimespan = 24 * 60 * 60; // SarmaCoins: 1 day + nTargetSpacing = 2.5 * 60; // SarmaCoins: 2.5 minutes //! Modify the testnet genesis block so the timestamp is valid for a later start. genesis.nTime = 1390666206; @@ -229,18 +229,18 @@ class CTestNetParams : public CMainParams { vFixedSeeds.clear(); vSeeds.clear(); /*vSeeds.push_back(CDNSSeedData("SarmaCoins.io", "testnet-seed.SarmaCoins.io")); - vSeeds.push_back(CDNSSeedData("dash.qa", "testnet-seed.dash.qa")); + vSeeds.push_back(CDNSSeedData("SarmaCoins.qa", "testnet-seed.SarmaCoins.qa")); *///legacy seeders vSeeds.push_back(CDNSSeedData("darkcoin.io", "testnet-seed.darkcoin.io")); vSeeds.push_back(CDNSSeedData("darkcoin.qa", "testnet-seed.darkcoin.qa")); vSeeds.push_back(CDNSSeedData("masternode.io", "test.dnsseed.masternode.io")); - base58Prefixes[PUBKEY_ADDRESS] = list_of(139); // Testnet dash addresses start with 'x' or 'y' - base58Prefixes[SCRIPT_ADDRESS] = list_of( 19); // Testnet dash script addresses start with '8' or '9' + base58Prefixes[PUBKEY_ADDRESS] = list_of(139); // Testnet SarmaCoins addresses start with 'x' or 'y' + base58Prefixes[SCRIPT_ADDRESS] = list_of( 19); // Testnet SarmaCoins script addresses start with '8' or '9' base58Prefixes[SECRET_KEY] = list_of(239); // Testnet private keys start with '9' or 'c' (Bitcoin defaults) - base58Prefixes[EXT_PUBLIC_KEY] = list_of(0x3a)(0x80)(0x61)(0xa0); // Testnet dash BIP32 pubkeys start with 'DRKV' - base58Prefixes[EXT_SECRET_KEY] = list_of(0x3a)(0x80)(0x58)(0x37); // Testnet dash BIP32 prvkeys start with 'DRKP' - base58Prefixes[EXT_COIN_TYPE] = list_of(0x80000001); // Testnet dash BIP44 coin type is '5' (All coin's testnet default) + base58Prefixes[EXT_PUBLIC_KEY] = list_of(0x3a)(0x80)(0x61)(0xa0); // Testnet SarmaCoins BIP32 pubkeys start with 'DRKV' + base58Prefixes[EXT_SECRET_KEY] = list_of(0x3a)(0x80)(0x58)(0x37); // Testnet SarmaCoins BIP32 prvkeys start with 'DRKP' + base58Prefixes[EXT_COIN_TYPE] = list_of(0x80000001); // Testnet SarmaCoins BIP44 coin type is '5' (All coin's testnet default) convertSeed6(vFixedSeeds, pnSeed6_test, ARRAYLEN(pnSeed6_test)); @@ -282,8 +282,8 @@ class CRegTestParams : public CTestNetParams { nRejectBlockOutdatedMajority = 950; nToCheckBlockUpgradeMajority = 1000; nMinerThreads = 1; - nTargetTimespan = 24 * 60 * 60; // Dash: 1 day - nTargetSpacing = 2.5 * 60; // Dash: 2.5 minutes + nTargetTimespan = 24 * 60 * 60; // SarmaCoins: 1 day + nTargetSpacing = 2.5 * 60; // SarmaCoins: 2.5 minutes bnProofOfWorkLimit = ~uint256(0) >> 1; genesis.nTime = 1417713337; genesis.nBits = 0x207fffff; diff --git a/src/chainparams.h b/src/chainparams.h index 1b77635e8d921..ca69b24b27f52 100644 --- a/src/chainparams.h +++ b/src/chainparams.h @@ -23,7 +23,7 @@ struct CDNSSeedData { /** * CChainParams defines various tweakable parameters of a given instance of the - * Dash system. There are three: the main network on which people trade goods + * SarmaCoins system. There are three: the main network on which people trade goods * and services, the public test network which gets reset from time to time and * a regression test mode which is intended for private networks only. It has * minimal difficulty to ensure that blocks can be found instantly. diff --git a/src/chainparamsbase.h b/src/chainparamsbase.h index 71a7176d8c234..6d2ad4645932f 100644 --- a/src/chainparamsbase.h +++ b/src/chainparamsbase.h @@ -9,8 +9,8 @@ #include /** - * CBaseChainParams defines the base parameters (shared between dash-cli and dashd) - * of a given instance of the Dash system. + * CBaseChainParams defines the base parameters (shared between SarmaCoins-cli and SarmaCoinsd) + * of a given instance of the SarmaCoins system. */ class CBaseChainParams { diff --git a/src/checkpoints.cpp b/src/checkpoints.cpp index a8fd488efd97d..716251a158956 100644 --- a/src/checkpoints.cpp +++ b/src/checkpoints.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/clientversion.cpp b/src/clientversion.cpp index c51c261dd18b1..c73c41dc5a6b6 100644 --- a/src/clientversion.cpp +++ b/src/clientversion.cpp @@ -10,10 +10,10 @@ /** * Name of client reported in the 'version' message. Report the same name - * for both dashd and dash-qt, to make it harder for attackers to + * for both SarmaCoinsd and SarmaCoins-qt, to make it harder for attackers to * target servers or GUI users specifically. */ -const std::string CLIENT_NAME("Dash Core"); +const std::string CLIENT_NAME("SarmaCoins Core"); /** * Client version number diff --git a/src/clientversion.h b/src/clientversion.h index 747f4afc3b1ad..0ce518f6e72ba 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -6,14 +6,14 @@ #define BITCOIN_CLIENTVERSION_H #if defined(HAVE_CONFIG_H) -#include "config/dash-config.h" +#include "config/SarmaCoins-config.h" #else /** * client versioning and copyright year */ -//! These need to be macros, as clientversion.cpp's and dash*-res.rc's voodoo requires it +//! These need to be macros, as clientversion.cpp's and SarmaCoins*-res.rc's voodoo requires it #define CLIENT_VERSION_MAJOR 0 #define CLIENT_VERSION_MINOR 12 #define CLIENT_VERSION_REVISION 0 @@ -38,10 +38,10 @@ #define DO_STRINGIZE(X) #X //! Copyright string used in Windows .rc files -#define COPYRIGHT_STR "2009-" STRINGIZE(COPYRIGHT_YEAR) " The Bitcoin Core Developers, 2014-" STRINGIZE(COPYRIGHT_YEAR) " The Dash Core Developers" +#define COPYRIGHT_STR "2009-" STRINGIZE(COPYRIGHT_YEAR) " The Bitcoin Core Developers, 2014-" STRINGIZE(COPYRIGHT_YEAR) " The SarmaCoins Core Developers" /** - * dashd-res.rc includes this file, but it cannot cope with real c++ code. + * SarmaCoinsd-res.rc includes this file, but it cannot cope with real c++ code. * WINDRES_PREPROC is defined to indicate that its pre-processor is running. * Anything other than a define should be guarded below. */ diff --git a/src/coins.h b/src/coins.h index f58c9f1d3e429..60bd87ed811df 100644 --- a/src/coins.h +++ b/src/coins.h @@ -419,7 +419,7 @@ class CCoinsViewCache : public CCoinsViewBacked unsigned int GetCacheSize() const; /** - * Amount of dash coming in to a transaction + * Amount of SarmaCoins coming in to a transaction * Note that lightweight clients may not know anything besides the hash of previous transactions, * so may not be able to calculate this. * diff --git a/src/compat.h b/src/compat.h index dd120e96356fe..8cc40b8d1d7ee 100644 --- a/src/compat.h +++ b/src/compat.h @@ -7,7 +7,7 @@ #define BITCOIN_COMPAT_H #if defined(HAVE_CONFIG_H) -#include "config/dash-config.h" +#include "config/SarmaCoins-config.h" #endif #ifdef WIN32 diff --git a/src/compat/glibc_compat.cpp b/src/compat/glibc_compat.cpp index 88b6508c5b758..f4e4732a7f372 100644 --- a/src/compat/glibc_compat.cpp +++ b/src/compat/glibc_compat.cpp @@ -3,7 +3,7 @@ // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) -#include "config/dash-config.h" +#include "config/SarmaCoins-config.h" #endif #include diff --git a/src/compat/glibc_sanity.cpp b/src/compat/glibc_sanity.cpp index 7ea476697202e..2bbc6ea67fcbd 100644 --- a/src/compat/glibc_sanity.cpp +++ b/src/compat/glibc_sanity.cpp @@ -3,7 +3,7 @@ // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) -#include "config/dash-config.h" +#include "config/SarmaCoins-config.h" #endif #include diff --git a/src/compat/strnlen.cpp b/src/compat/strnlen.cpp index c32762f0aee60..fd0c48e6a9bed 100644 --- a/src/compat/strnlen.cpp +++ b/src/compat/strnlen.cpp @@ -3,7 +3,7 @@ // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) -#include "config/dash-config.h" +#include "config/SarmaCoins-config.h" #endif #include diff --git a/src/crypto/common.h b/src/crypto/common.h index c30ca83c97cd6..fcf28b8855cd3 100644 --- a/src/crypto/common.h +++ b/src/crypto/common.h @@ -6,7 +6,7 @@ #define BITCOIN_CRYPTO_COMMON_H #if defined(HAVE_CONFIG_H) -#include "dash-config.h" +#include "SarmaCoins-config.h" #endif #include diff --git a/src/darksend-relay.h b/src/darksend-relay.h index 5dc2cb4c958aa..37a265b7c692b 100644 --- a/src/darksend-relay.h +++ b/src/darksend-relay.h @@ -1,5 +1,5 @@ -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/darksend.cpp b/src/darksend.cpp index 539bdba2a56d9..1f04a1e51f17a 100644 --- a/src/darksend.cpp +++ b/src/darksend.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -35,8 +35,8 @@ map mapDarksendBroadcastTxes; // Keep track of the active Masternode CActiveMasternode activeMasternode; -/* *** BEGIN DARKSEND MAGIC - DASH ********** - Copyright (c) 2014-2015, Dash Developers +/* *** BEGIN DARKSEND MAGIC - SarmaCoins ********** + Copyright (c) 2014-2015, SarmaCoins Developers eduffield - evan@SarmaCoins.io udjinm6 - udjinm6@SarmaCoins.io */ @@ -766,7 +766,7 @@ void CDarksendPool::ChargeRandomFees(){ Being that Darksend has "no fees" we need to have some kind of cost associated with using it to stop abuse. Otherwise it could serve as an attack vector and - allow endless transaction that would bloat Dash and make it unusable. To + allow endless transaction that would bloat SarmaCoins and make it unusable. To stop these kinds of attacks 1 in 10 successful transactions are charged. This adds up to a cost of 0.001DRK per transaction on average. */ @@ -2223,7 +2223,7 @@ void ThreadCheckDarkSendPool() if(fLiteMode) return; //disable all Darksend/Masternode related functionality // Make this thread recognisable as the wallet flushing thread - RenameThread("dash-darksend"); + RenameThread("SarmaCoins-darksend"); unsigned int c = 0; diff --git a/src/darksend.h b/src/darksend.h index f0a439e139934..7fbdff6257033 100644 --- a/src/darksend.h +++ b/src/darksend.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -245,7 +245,7 @@ class CDarksendBroadcastTx class CDarkSendSigner { public: - /// Is the inputs associated with this public key? (and there is 1000 DASH - checking if valid masternode) + /// Is the inputs associated with this public key? (and there is 1000 SarmaCoins - checking if valid masternode) bool IsVinAssociatedWithPubkey(CTxIn& vin, CPubKey& pubkey); /// Set the private/public key values, returns true if successful bool SetKey(std::string strSecret, std::string& errorMessage, CKey& key, CPubKey& pubkey); @@ -486,7 +486,7 @@ class CDarksendPool void GetDenominationsToString(int nDenom, std::string& strDenom); - /// Get the denominations for a specific amount of dash. + /// Get the denominations for a specific amount of SarmaCoins. int GetDenominationsByAmount(int64_t nAmount, int nDenomTarget=0); // is not used anymore? int GetDenominationsByAmounts(std::vector& vecAmount); diff --git a/src/dash-cli-res.rc b/src/dash-cli-res.rc index e6347e906192c..a0cedb97a2344 100644 --- a/src/dash-cli-res.rc +++ b/src/dash-cli-res.rc @@ -16,14 +16,14 @@ BEGIN BEGIN BLOCK "040904E4" // U.S. English - multilingual (hex) BEGIN - VALUE "CompanyName", "Dash" - VALUE "FileDescription", "Dash-cli (OSS RPC client for Dash)" + VALUE "CompanyName", "SarmaCoins" + VALUE "FileDescription", "SarmaCoins-cli (OSS RPC client for SarmaCoins)" VALUE "FileVersion", VER_FILEVERSION_STR - VALUE "InternalName", "dash-cli" + VALUE "InternalName", "SarmaCoins-cli" VALUE "LegalCopyright", COPYRIGHT_STR VALUE "LegalTrademarks1", "Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php." - VALUE "OriginalFilename", "dash-cli.exe" - VALUE "ProductName", "Dash-cli" + VALUE "OriginalFilename", "SarmaCoins-cli.exe" + VALUE "ProductName", "SarmaCoins-cli" VALUE "ProductVersion", VER_PRODUCTVERSION_STR END END diff --git a/src/dash-cli.cpp b/src/dash-cli.cpp index 798741ddac5d9..f513bfbbee55c 100644 --- a/src/dash-cli.cpp +++ b/src/dash-cli.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2015 The Bitcoin developers -// Copyright (c) 2009-2015 The Dash developers +// Copyright (c) 2009-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -25,7 +25,7 @@ std::string HelpMessageCli() string strUsage; strUsage += _("Options:") + "\n"; strUsage += " -? " + _("This help message") + "\n"; - strUsage += " -conf= " + strprintf(_("Specify configuration file (default: %s)"), "dash.conf") + "\n"; + strUsage += " -conf= " + strprintf(_("Specify configuration file (default: %s)"), "SarmaCoins.conf") + "\n"; strUsage += " -datadir= " + _("Specify data directory") + "\n"; strUsage += " -testnet " + _("Use the test network") + "\n"; strUsage += " -regtest " + _("Enter regression test mode, which uses a special chain in which blocks can be " @@ -68,12 +68,12 @@ static bool AppInitRPC(int argc, char* argv[]) // ParseParameters(argc, argv); if (argc<2 || mapArgs.count("-?") || mapArgs.count("-help") || mapArgs.count("-version")) { - std::string strUsage = _("Dash Core RPC client version") + " " + FormatFullVersion() + "\n"; + std::string strUsage = _("SarmaCoins Core RPC client version") + " " + FormatFullVersion() + "\n"; if (!mapArgs.count("-version")) { strUsage += "\n" + _("Usage:") + "\n" + - " dash-cli [options] [params] " + _("Send command to Dash Core") + "\n" + - " dash-cli [options] help " + _("List commands") + "\n" + - " dash-cli [options] help " + _("Get help for a command") + "\n"; + " SarmaCoins-cli [options] [params] " + _("Send command to SarmaCoins Core") + "\n" + + " SarmaCoins-cli [options] help " + _("List commands") + "\n" + + " SarmaCoins-cli [options] help " + _("Get help for a command") + "\n"; strUsage += "\n" + HelpMessageCli(); } diff --git a/src/dash-tx.cpp b/src/dash-tx.cpp index 8e190604877b9..5c8b62729dc45 100644 --- a/src/dash-tx.cpp +++ b/src/dash-tx.cpp @@ -47,10 +47,10 @@ static bool AppInitRawTx(int argc, char* argv[]) if (argc<2 || mapArgs.count("-?") || mapArgs.count("-help")) { // First part of help message is specific to this utility - std::string strUsage = _("Dash Core dash-tx utility version") + " " + FormatFullVersion() + "\n\n" + + std::string strUsage = _("SarmaCoins Core SarmaCoins-tx utility version") + " " + FormatFullVersion() + "\n\n" + _("Usage:") + "\n" + - " dash-tx [options] [commands] " + _("Update hex-encoded dash transaction") + "\n" + - " dash-tx [options] -create [commands] " + _("Create hex-encoded dash transaction") + "\n" + + " SarmaCoins-tx [options] [commands] " + _("Update hex-encoded SarmaCoins transaction") + "\n" + + " SarmaCoins-tx [options] -create [commands] " + _("Create hex-encoded SarmaCoins transaction") + "\n" + "\n"; fprintf(stdout, "%s", strUsage.c_str()); @@ -555,7 +555,7 @@ static int CommandLineRawTx(int argc, char* argv[]) if (argc < 2) throw runtime_error("too few parameters"); - // param: hex-encoded dash transaction + // param: hex-encoded SarmaCoins transaction string strHexTx(argv[1]); if (strHexTx == "-") // "-" implies standard input strHexTx = readStdin(); diff --git a/src/dashd-res.rc b/src/dashd-res.rc index 5a21801044449..e8da73bdfeb2d 100644 --- a/src/dashd-res.rc +++ b/src/dashd-res.rc @@ -16,13 +16,13 @@ BEGIN BEGIN BLOCK "040904E4" // U.S. English - multilingual (hex) BEGIN - VALUE "CompanyName", "Dash" - VALUE "FileDescription", "Darkcoind (OSS daemon/client for Dash)" + VALUE "CompanyName", "SarmaCoins" + VALUE "FileDescription", "Darkcoind (OSS daemon/client for SarmaCoins)" VALUE "FileVersion", VER_FILEVERSION_STR - VALUE "InternalName", "dashd" + VALUE "InternalName", "SarmaCoinsd" VALUE "LegalCopyright", COPYRIGHT_STR VALUE "LegalTrademarks1", "Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php." - VALUE "OriginalFilename", "dashd.exe" + VALUE "OriginalFilename", "SarmaCoinsd.exe" VALUE "ProductName", "Darkcoind" VALUE "ProductVersion", VER_PRODUCTVERSION_STR END diff --git a/src/dashd.cpp b/src/dashd.cpp index a61d6f6a05049..a2fad01c2dda1 100644 --- a/src/dashd.cpp +++ b/src/dashd.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -23,8 +23,8 @@ * * \section intro_sec Introduction * - * This is the developer documentation of the reference client for an experimental new digital currency called Dash (http://www.SarmaCoins.io/), - * which enables instant payments to anyone, anywhere in the world. Dash uses peer-to-peer technology to operate + * This is the developer documentation of the reference client for an experimental new digital currency called SarmaCoins (http://www.SarmaCoins.io/), + * which enables instant payments to anyone, anywhere in the world. SarmaCoins uses peer-to-peer technology to operate * with no central authority: managing transactions and issuing money are carried out collectively by the network. * * The software is a community-driven open source project, released under the MIT license. @@ -65,13 +65,13 @@ bool AppInit(int argc, char* argv[]) // // Parameters // - // If Qt is used, parameters/dash.conf are parsed in qt/dash.cpp's main() + // If Qt is used, parameters/SarmaCoins.conf are parsed in qt/SarmaCoins.cpp's main() ParseParameters(argc, argv); // Process help and version before taking care about datadir if (mapArgs.count("-?") || mapArgs.count("-help") || mapArgs.count("-version")) { - std::string strUsage = _("Dash Core Daemon") + " " + _("version") + " " + FormatFullVersion() + "\n"; + std::string strUsage = _("SarmaCoins Core Daemon") + " " + _("version") + " " + FormatFullVersion() + "\n"; if (mapArgs.count("-version")) { @@ -80,7 +80,7 @@ bool AppInit(int argc, char* argv[]) else { strUsage += "\n" + _("Usage:") + "\n" + - " dashd [options] " + _("Start Dash Core Daemon") + "\n"; + " SarmaCoinsd [options] " + _("Start SarmaCoins Core Daemon") + "\n"; strUsage += "\n" + HelpMessage(HMM_BITCOIND); } @@ -119,19 +119,19 @@ bool AppInit(int argc, char* argv[]) // Command-line RPC bool fCommandLine = false; for (int i = 1; i < argc; i++) - if (!IsSwitchChar(argv[i][0]) && !boost::algorithm::istarts_with(argv[i], "dash:")) + if (!IsSwitchChar(argv[i][0]) && !boost::algorithm::istarts_with(argv[i], "SarmaCoins:")) fCommandLine = true; if (fCommandLine) { - fprintf(stderr, "Error: There is no RPC client functionality in dashd anymore. Use the dash-cli utility instead.\n"); + fprintf(stderr, "Error: There is no RPC client functionality in SarmaCoinsd anymore. Use the SarmaCoins-cli utility instead.\n"); exit(1); } #ifndef WIN32 fDaemon = GetBoolArg("-daemon", false); if (fDaemon) { - fprintf(stdout, "Dash server starting\n"); + fprintf(stdout, "SarmaCoins server starting\n"); // Daemonize pid_t pid = fork(); @@ -188,7 +188,7 @@ int main(int argc, char* argv[]) { SetupEnvironment(); - // Connect dashd signal handlers + // Connect SarmaCoinsd signal handlers noui_connect(); return (AppInit(argc, argv) ? 0 : 1); diff --git a/src/hash.h b/src/hash.h index ac01947fbc85e..0e03de46a6d52 100644 --- a/src/hash.h +++ b/src/hash.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -272,7 +272,7 @@ void BIP32Hash(const unsigned char chainCode[32], unsigned int nChild, unsigned //int HMAC_SHA512_Update(HMAC_SHA512_CTX *pctx, const void *pdata, size_t len); //int HMAC_SHA512_Final(unsigned char *pmd, HMAC_SHA512_CTX *pctx); -/* ----------- Dash Hash ------------------------------------------------ */ +/* ----------- SarmaCoins Hash ------------------------------------------------ */ template inline uint256 HashX11(const T1 pbegin, const T1 pend) diff --git a/src/init.cpp b/src/init.cpp index deac30e4f93f5..cca3ed1bd15ae 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -1,11 +1,11 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) -#include "config/dash-config.h" +#include "config/SarmaCoins-config.h" #endif #include "init.h" @@ -160,7 +160,7 @@ void PrepareShutdown() /// for example if the data directory was found to be locked. /// Be sure that anything that writes files or flushes caches only does this if the respective /// module was initialized. - RenameThread("dash-shutoff"); + RenameThread("SarmaCoins-shutoff"); mempool.AddTransactionsUpdated(1); StopRPCThreads(); #ifdef ENABLE_WALLET @@ -280,7 +280,7 @@ std::string HelpMessage(HelpMessageMode mode) strUsage += " -blocknotify= " + _("Execute command when the best block changes (%s in cmd is replaced by block hash)") + "\n"; strUsage += " -checkblocks= " + strprintf(_("How many blocks to check at startup (default: %u, 0 = all)"), 288) + "\n"; strUsage += " -checklevel= " + strprintf(_("How thorough the block verification of -checkblocks is (0-4, default: %u)"), 3) + "\n"; - strUsage += " -conf= " + strprintf(_("Specify configuration file (default: %s)"), "dash.conf") + "\n"; + strUsage += " -conf= " + strprintf(_("Specify configuration file (default: %s)"), "SarmaCoins.conf") + "\n"; if (mode == HMM_BITCOIND) { #if !defined(WIN32) @@ -293,7 +293,7 @@ std::string HelpMessage(HelpMessageMode mode) strUsage += " -maxorphantx= " + strprintf(_("Keep at most unconnectable transactions in memory (default: %u)"), DEFAULT_MAX_ORPHAN_TRANSACTIONS) + "\n"; strUsage += " -par= " + strprintf(_("Set the number of script verification threads (%u to %d, 0 = auto, <0 = leave that many cores free, default: %d)"), -(int)boost::thread::hardware_concurrency(), MAX_SCRIPTCHECK_THREADS, DEFAULT_SCRIPTCHECK_THREADS) + "\n"; #ifndef WIN32 - strUsage += " -pid= " + strprintf(_("Specify pid file (default: %s)"), "dashd.pid") + "\n"; + strUsage += " -pid= " + strprintf(_("Specify pid file (default: %s)"), "SarmaCoinsd.pid") + "\n"; #endif strUsage += " -reindex " + _("Rebuild block chain index from current blk000??.dat files") + " " + _("on startup") + "\n"; #if !defined(WIN32) @@ -345,8 +345,8 @@ std::string HelpMessage(HelpMessageMode mode) strUsage += " -keepassname= " + _("Name to construct url for KeePass entry that stores the wallet passphrase") + "\n"; strUsage += " -keypool= " + strprintf(_("Set key pool size to (default: %u)"), 100) + "\n"; if (GetBoolArg("-help-debug", false)) - strUsage += " -mintxfee= " + strprintf(_("Fees (in DASH/Kb) smaller than this are considered zero fee for transaction creation (default: %s)"), FormatMoney(CWallet::minTxFee.GetFeePerK())) + "\n"; - strUsage += " -paytxfee= " + strprintf(_("Fee (in DASH/kB) to add to transactions you send (default: %s)"), FormatMoney(payTxFee.GetFeePerK())) + "\n"; + strUsage += " -mintxfee= " + strprintf(_("Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for transaction creation (default: %s)"), FormatMoney(CWallet::minTxFee.GetFeePerK())) + "\n"; + strUsage += " -paytxfee= " + strprintf(_("Fee (in SarmaCoins/kB) to add to transactions you send (default: %s)"), FormatMoney(payTxFee.GetFeePerK())) + "\n"; strUsage += " -rescan " + _("Rescan the block chain for missing wallet transactions") + " " + _("on startup") + "\n"; strUsage += " -salvagewallet " + _("Attempt to recover private keys from a corrupt wallet.dat") + " " + _("on startup") + "\n"; strUsage += " -sendfreetransactions " + strprintf(_("Send transactions as zero-fee transactions if possible (default: %u)"), 0) + "\n"; @@ -378,7 +378,7 @@ std::string HelpMessage(HelpMessageMode mode) strUsage += " " + _("If is not supplied, output all debugging information.") + "\n"; strUsage += " " + _(" can be:\n"); strUsage += " addrman, alert, bench, coindb, db, lock, rand, rpc, selectcoins, mempool, net,\n"; // Don't translate these and qt below - strUsage += " dash (or specifically: darksend, instantx, masternode, keepass, mnpayments, mnbudget)"; // Don't translate these and qt below + strUsage += " SarmaCoins (or specifically: darksend, instantx, masternode, keepass, mnpayments, mnbudget)"; // Don't translate these and qt below if (mode == HMM_BITCOIN_QT) strUsage += ", qt"; strUsage += ".\n"; @@ -395,7 +395,7 @@ std::string HelpMessage(HelpMessageMode mode) strUsage += " -relaypriority " + strprintf(_("Require high priority for relaying free or low-fee transactions (default:%u)"), 1) + "\n"; strUsage += " -maxsigcachesize= " + strprintf(_("Limit size of signature cache to entries (default: %u)"), 50000) + "\n"; } - strUsage += " -minrelaytxfee= " + strprintf(_("Fees (in DASH/Kb) smaller than this are considered zero fee for relaying (default: %s)"), FormatMoney(::minRelayTxFee.GetFeePerK())) + "\n"; + strUsage += " -minrelaytxfee= " + strprintf(_("Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for relaying (default: %s)"), FormatMoney(::minRelayTxFee.GetFeePerK())) + "\n"; strUsage += " -printtoconsole " + strprintf(_("Send trace/debug info to console instead of debug.log file (default: %u)"), 0) + "\n"; if (GetBoolArg("-help-debug", false)) { @@ -407,7 +407,7 @@ std::string HelpMessage(HelpMessageMode mode) } strUsage += " -shrinkdebugfile " + _("Shrink debug.log file on client startup (default: 1 when no -debug)") + "\n"; strUsage += " -testnet " + _("Use the test network") + "\n"; - strUsage += " -litemode= " + strprintf(_("Disable all Dash specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u)"), 0) + "\n"; + strUsage += " -litemode= " + strprintf(_("Disable all SarmaCoins specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u)"), 0) + "\n"; strUsage += "\n" + _("Masternode options:") + "\n"; strUsage += " -masternode= " + strprintf(_("Enable the client to act as a masternode (0-1, default: %u)"), 0) + "\n"; @@ -420,7 +420,7 @@ std::string HelpMessage(HelpMessageMode mode) strUsage += "\n" + _("Darksend options:") + "\n"; strUsage += " -enabledarksend= " + strprintf(_("Enable use of automated darksend for funds stored in this wallet (0-1, default: %u)"), 0) + "\n"; strUsage += " -darksendrounds= " + strprintf(_("Use N separate masternodes to anonymize funds (2-8, default: %u)"), 2) + "\n"; - strUsage += " -anonymizedashamount= " + strprintf(_("Keep N DASH anonymized (default: %u)"), 0) + "\n"; + strUsage += " -anonymizeSarmaCoinsamount= " + strprintf(_("Keep N SarmaCoins anonymized (default: %u)"), 0) + "\n"; strUsage += " -liquidityprovider= " + strprintf(_("Provide liquidity to Darksend by infrequently mixing coins on a continual basis (0-100, default: %u, 1=very frequent, high fees, 100=very infrequent, low fees)"), 0) + "\n"; strUsage += "\n" + _("InstantX options:") + "\n"; @@ -460,7 +460,7 @@ std::string LicenseInfo() { return FormatParagraph(strprintf(_("Copyright (C) 2009-%i The Bitcoin Core Developers"), COPYRIGHT_YEAR)) + "\n" + "\n" + - FormatParagraph(strprintf(_("Copyright (C) 2014-%i The Dash Core Developers"), COPYRIGHT_YEAR)) + "\n" + + FormatParagraph(strprintf(_("Copyright (C) 2014-%i The SarmaCoins Core Developers"), COPYRIGHT_YEAR)) + "\n" + "\n" + FormatParagraph(_("This is experimental software.")) + "\n" + "\n" + @@ -493,7 +493,7 @@ struct CImportingNow void ThreadImport(std::vector vImportFiles) { - RenameThread("dash-loadblk"); + RenameThread("SarmaCoins-loadblk"); // -reindex if (fReindex) { @@ -551,7 +551,7 @@ void ThreadImport(std::vector vImportFiles) } /** Sanity checks - * Ensure that Dash is running in a usable environment with all + * Ensure that SarmaCoins is running in a usable environment with all * necessary library support. */ bool InitSanityCheck(void) @@ -569,7 +569,7 @@ bool InitSanityCheck(void) -/** Initialize dash. +/** Initialize SarmaCoins. * @pre Parameters should be parsed and config file should be read. */ bool AppInit2(boost::thread_group& threadGroup) @@ -826,7 +826,7 @@ bool AppInit2(boost::thread_group& threadGroup) // Sanity check if (!InitSanityCheck()) - return InitError(_("Initialization sanity check failed. Dash Core is shutting down.")); + return InitError(_("Initialization sanity check failed. SarmaCoins Core is shutting down.")); std::string strDataDir = GetDataDir().string(); #ifdef ENABLE_WALLET @@ -834,7 +834,7 @@ bool AppInit2(boost::thread_group& threadGroup) if (strWalletFile != boost::filesystem::basename(strWalletFile) + boost::filesystem::extension(strWalletFile)) return InitError(strprintf(_("Wallet %s resides outside data directory %s"), strWalletFile, strDataDir)); #endif - // Make sure only a single Dash process is using the data directory. + // Make sure only a single SarmaCoins process is using the data directory. boost::filesystem::path pathLockFile = GetDataDir() / ".lock"; FILE* file = fopen(pathLockFile.string().c_str(), "a"); // empty lock file; created if it doesn't exist. if (file) fclose(file); @@ -842,7 +842,7 @@ bool AppInit2(boost::thread_group& threadGroup) // Wait maximum 10 seconds if an old wallet is still running. Avoids lockup during restart if (!lock.timed_lock(boost::get_system_time() + boost::posix_time::seconds(10))) - return InitError(strprintf(_("Cannot obtain a lock on data directory %s. Dash Core is probably already running."), strDataDir)); + return InitError(strprintf(_("Cannot obtain a lock on data directory %s. SarmaCoins Core is probably already running."), strDataDir)); #ifndef WIN32 CreatePidFile(GetPidFile(), getpid()); @@ -850,7 +850,7 @@ bool AppInit2(boost::thread_group& threadGroup) if (GetBoolArg("-shrinkdebugfile", !fDebug)) ShrinkDebugFile(); LogPrintf("\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n"); - LogPrintf("Dash version %s (%s)\n", FormatFullVersion(), CLIENT_DATE); + LogPrintf("SarmaCoins version %s (%s)\n", FormatFullVersion(), CLIENT_DATE); LogPrintf("Using OpenSSL version %s\n", SSLeay_version(SSLEAY_VERSION)); #ifdef ENABLE_WALLET LogPrintf("Using BerkeleyDB version %s\n", DbEnv::version(0, 0, 0)); @@ -1295,10 +1295,10 @@ bool AppInit2(boost::thread_group& threadGroup) InitWarning(msg); } else if (nLoadWalletRet == DB_TOO_NEW) - strErrors << _("Error loading wallet.dat: Wallet requires newer version of Dash Core") << "\n"; + strErrors << _("Error loading wallet.dat: Wallet requires newer version of SarmaCoins Core") << "\n"; else if (nLoadWalletRet == DB_NEED_REWRITE) { - strErrors << _("Wallet needed to be rewritten: restart Dash Core to complete") << "\n"; + strErrors << _("Wallet needed to be rewritten: restart SarmaCoins Core to complete") << "\n"; LogPrintf("%s", strErrors.str()); return InitError(strErrors.str()); } @@ -1535,7 +1535,7 @@ bool AppInit2(boost::thread_group& threadGroup) nDarksendRounds = 99999; } - nAnonymizeDarkcoinAmount = GetArg("-anonymizedashamount", 0); + nAnonymizeDarkcoinAmount = GetArg("-anonymizeSarmaCoinsamount", 0); if(nAnonymizeDarkcoinAmount > 999999) nAnonymizeDarkcoinAmount = 999999; if(nAnonymizeDarkcoinAmount < 2) nAnonymizeDarkcoinAmount = 2; @@ -1552,7 +1552,7 @@ bool AppInit2(boost::thread_group& threadGroup) LogPrintf("fLiteMode %d\n", fLiteMode); LogPrintf("nInstantXDepth %d\n", nInstantXDepth); LogPrintf("Darksend rounds %d\n", nDarksendRounds); - LogPrintf("Anonymize Dash Amount %d\n", nAnonymizeDarkcoinAmount); + LogPrintf("Anonymize SarmaCoins Amount %d\n", nAnonymizeDarkcoinAmount); LogPrintf("Budget Mode %s\n", strBudgetMode.c_str()); /* Denominations diff --git a/src/instantx.h b/src/instantx.h index b81f4d745aaf6..c56291ab59c7e 100644 --- a/src/instantx.h +++ b/src/instantx.h @@ -1,5 +1,5 @@ -// Copyright (c) 2009-2012 The Dash developers +// Copyright (c) 2009-2012 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef INSTANTX_H diff --git a/src/keepass.cpp b/src/keepass.cpp index a4453fa89ea76..16d7f2b55c442 100644 --- a/src/keepass.cpp +++ b/src/keepass.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014 The Dash developers +// Copyright (c) 2014 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -184,7 +184,7 @@ std::string CKeePassIntegrator::constructHTTPPost(const std::string& strMsg, con { std::ostringstream s; s << "POST / HTTP/1.1\r\n" - << "User-Agent: dash-json-rpc/" << FormatFullVersion() << "\r\n" + << "User-Agent: SarmaCoins-json-rpc/" << FormatFullVersion() << "\r\n" << "Host: localhost\r\n" << "Content-Type: application/json\r\n" << "Content-Length: " << strMsg.size() << "\r\n" @@ -343,7 +343,7 @@ void CKeePassIntegrator::rpcSetLogin(const SecureString& strWalletPass, const Se LogPrint("keepass", "CKeePassIntegrator::rpcSetLogin - send Url: %s\n", sUrl); //request.addStrParameter("SubmitUrl", sSubmitUrl); // Is used to construct the entry title - request.addStrParameter("Login", SecureString("dash")); + request.addStrParameter("Login", SecureString("SarmaCoins")); request.addStrParameter("Password", strWalletPass); if(sEntryId.size() != 0) { diff --git a/src/keepass.h b/src/keepass.h index 0347e173fce4c..baba5ccf10d37 100644 --- a/src/keepass.h +++ b/src/keepass.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 The Dash developers +// Copyright (c) 2014 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/main.cpp b/src/main.cpp index a55fd367aa6e8..8f756a91e9f85 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -39,7 +39,7 @@ using namespace boost; using namespace std; #if defined(NDEBUG) -# error "Dash cannot be compiled without assertions." +# error "SarmaCoins cannot be compiled without assertions." #endif /** @@ -2013,7 +2013,7 @@ bool FindUndoPos(CValidationState &state, int nFile, CDiskBlockPos &pos, unsigne static CCheckQueue scriptcheckqueue(128); void ThreadScriptCheck() { - RenameThread("dash-scriptch"); + RenameThread("SarmaCoins-scriptch"); scriptcheckqueue.Thread(); } diff --git a/src/main.h b/src/main.h index f08c15e7af7e1..2767ca7eb5f3e 100644 --- a/src/main.h +++ b/src/main.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -8,7 +8,7 @@ #define BITCOIN_MAIN_H #if defined(HAVE_CONFIG_H) -#include "config/dash-config.h" +#include "config/SarmaCoins-config.h" #endif #include "amount.h" diff --git a/src/masternode-budget.cpp b/src/masternode-budget.cpp index 4655e3e7cfb6e..10064f7c7bfdf 100644 --- a/src/masternode-budget.cpp +++ b/src/masternode-budget.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/masternode-budget.h b/src/masternode-budget.h index e75d36b7440a9..56746e6da8916 100644 --- a/src/masternode-budget.h +++ b/src/masternode-budget.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -261,7 +261,7 @@ class CFinalizedBudget //check to see if we should vote on this void AutoCheck(); - //total dash paid out by this budget + //total SarmaCoins paid out by this budget CAmount GetTotalPayout(); //vote on this finalized budget as a masternode void SubmitVote(); diff --git a/src/masternode-payments.cpp b/src/masternode-payments.cpp index 5e756cf97ea22..260e681ecddf8 100644 --- a/src/masternode-payments.cpp +++ b/src/masternode-payments.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/masternode-payments.h b/src/masternode-payments.h index e4783a5a81ee1..d59531e3f3e39 100644 --- a/src/masternode-payments.h +++ b/src/masternode-payments.h @@ -1,6 +1,6 @@ -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef MASTERNODE_PAYMENTS_H diff --git a/src/masternode-sync.cpp b/src/masternode-sync.cpp index 2359ec31b1900..809e2f3c946d1 100644 --- a/src/masternode-sync.cpp +++ b/src/masternode-sync.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/masternode-sync.h b/src/masternode-sync.h index 1ea6b015d6d6f..45e11e1f1cee6 100644 --- a/src/masternode-sync.h +++ b/src/masternode-sync.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/masternode.cpp b/src/masternode.cpp index f65f052c1d26e..65ca638363d57 100644 --- a/src/masternode.cpp +++ b/src/masternode.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -466,14 +466,14 @@ bool CMasternodeBroadcast::CheckInputsAndAdd(int& nDoS) } // verify that sig time is legit in past - // should be at least not earlier than block when 1000 DASH tx got MASTERNODE_MIN_CONFIRMATIONS + // should be at least not earlier than block when 1000 SarmaCoins tx got MASTERNODE_MIN_CONFIRMATIONS uint256 hashBlock = 0; CTransaction tx2; GetTransaction(vin.prevout.hash, tx2, hashBlock, true); BlockMap::iterator mi = mapBlockIndex.find(hashBlock); if (mi != mapBlockIndex.end() && (*mi).second) { - CBlockIndex* pMNIndex = (*mi).second; // block for 1000 DASH tx -> 1 confirmation + CBlockIndex* pMNIndex = (*mi).second; // block for 1000 SarmaCoins tx -> 1 confirmation CBlockIndex* pConfIndex = chainActive[pMNIndex->nHeight + MASTERNODE_MIN_CONFIRMATIONS - 1]; // block where tx got MASTERNODE_MIN_CONFIRMATIONS if(pConfIndex->GetBlockTime() > sigTime) { diff --git a/src/masternode.h b/src/masternode.h index 0bdf396691a46..1f00f49021608 100644 --- a/src/masternode.h +++ b/src/masternode.h @@ -1,5 +1,5 @@ -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef MASTERNODE_H diff --git a/src/masternodeconfig.h b/src/masternodeconfig.h index 59e7012c300b6..67bff7b1d716c 100644 --- a/src/masternodeconfig.h +++ b/src/masternodeconfig.h @@ -1,5 +1,5 @@ -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/masternodeman.cpp b/src/masternodeman.cpp index 429df7d002b5b..261e908250559 100644 --- a/src/masternodeman.cpp +++ b/src/masternodeman.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -957,14 +957,14 @@ void CMasternodeMan::ProcessMessage(CNode* pfrom, std::string& strCommand, CData } // verify that sig time is legit in past - // should be at least not earlier than block when 1000 DASH tx got MASTERNODE_MIN_CONFIRMATIONS + // should be at least not earlier than block when 1000 SarmaCoins tx got MASTERNODE_MIN_CONFIRMATIONS uint256 hashBlock = 0; CTransaction tx2; GetTransaction(vin.prevout.hash, tx2, hashBlock, true); BlockMap::iterator mi = mapBlockIndex.find(hashBlock); if (mi != mapBlockIndex.end() && (*mi).second) { - CBlockIndex* pMNIndex = (*mi).second; // block for 1000 DASH tx -> 1 confirmation + CBlockIndex* pMNIndex = (*mi).second; // block for 1000 SarmaCoins tx -> 1 confirmation CBlockIndex* pConfIndex = chainActive[pMNIndex->nHeight + MASTERNODE_MIN_CONFIRMATIONS - 1]; // block where tx got MASTERNODE_MIN_CONFIRMATIONS if(pConfIndex->GetBlockTime() > sigTime) { diff --git a/src/masternodeman.h b/src/masternodeman.h index 033f197c92003..f911f71b312e1 100644 --- a/src/masternodeman.h +++ b/src/masternodeman.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/miner.cpp b/src/miner.cpp index 7c9accbd19e80..6621386d456f5 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -28,7 +28,7 @@ using namespace std; ////////////////////////////////////////////////////////////////////////////// // -// DashMiner +// SarmaCoinsMiner // // @@ -377,7 +377,7 @@ void IncrementExtraNonce(CBlock* pblock, CBlockIndex* pindexPrev, unsigned int& double dHashesPerSec = 0.0; int64_t nHPSTimerStart = 0; -// ***TODO*** ScanHash is not yet used in Dash +// ***TODO*** ScanHash is not yet used in SarmaCoins // // ScanHash scans nonces looking for a hash with at least some zero bits. // The nonce is usually preserved between calls, but periodically or if the @@ -432,7 +432,7 @@ bool ProcessBlockFound(CBlock* pblock, CWallet& wallet, CReserveKey& reservekey) { LOCK(cs_main); if (pblock->hashPrevBlock != chainActive.Tip()->GetBlockHash()) - return error("DashMiner : generated block is stale"); + return error("SarmaCoinsMiner : generated block is stale"); } // Remove key from key pool @@ -447,7 +447,7 @@ bool ProcessBlockFound(CBlock* pblock, CWallet& wallet, CReserveKey& reservekey) // Process this block the same as if we had received it from another node CValidationState state; if (!ProcessNewBlock(state, NULL, pblock)) - return error("DashMiner : ProcessNewBlock, block not accepted"); + return error("SarmaCoinsMiner : ProcessNewBlock, block not accepted"); return true; } @@ -455,9 +455,9 @@ bool ProcessBlockFound(CBlock* pblock, CWallet& wallet, CReserveKey& reservekey) // ***TODO*** that part changed in bitcoin, we are using a mix with old one here for now void static BitcoinMiner(CWallet *pwallet) { - LogPrintf("DashMiner started\n"); + LogPrintf("SarmaCoinsMiner started\n"); SetThreadPriority(THREAD_PRIORITY_LOWEST); - RenameThread("dash-miner"); + RenameThread("SarmaCoins-miner"); // Each thread has its own key and counter CReserveKey reservekey(pwallet); @@ -490,13 +490,13 @@ void static BitcoinMiner(CWallet *pwallet) auto_ptr pblocktemplate(CreateNewBlockWithKey(reservekey)); if (!pblocktemplate.get()) { - LogPrintf("Error in DashMiner: Keypool ran out, please call keypoolrefill before restarting the mining thread\n"); + LogPrintf("Error in SarmaCoinsMiner: Keypool ran out, please call keypoolrefill before restarting the mining thread\n"); return; } CBlock *pblock = &pblocktemplate->block; IncrementExtraNonce(pblock, pindexPrev, nExtraNonce); - LogPrintf("Running DashMiner with %u transactions in block (%u bytes)\n", pblock->vtx.size(), + LogPrintf("Running SarmaCoinsMiner with %u transactions in block (%u bytes)\n", pblock->vtx.size(), ::GetSerializeSize(*pblock, SER_NETWORK, PROTOCOL_VERSION)); // @@ -587,7 +587,7 @@ void static BitcoinMiner(CWallet *pwallet) } catch (boost::thread_interrupted) { - LogPrintf("DashMiner terminated\n"); + LogPrintf("SarmaCoinsMiner terminated\n"); throw; } catch (const std::runtime_error &e) diff --git a/src/net.cpp b/src/net.cpp index 3f39f399c5d9c..48ee548525ef7 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -1,11 +1,11 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) -#include "config/dash-config.h" +#include "config/SarmaCoins-config.h" #endif #include "net.h" @@ -565,7 +565,7 @@ void CNode::copyStats(CNodeStats &stats) nPingUsecWait = GetTimeMicros() - nPingUsecStart; } - // Raw ping time is in microseconds, but show it to user as whole seconds (Dash users should be well used to small numbers with many decimal places by now :) + // Raw ping time is in microseconds, but show it to user as whole seconds (SarmaCoins users should be well used to small numbers with many decimal places by now :) stats.dPingTime = (((double)nPingUsecTime) / 1e6); stats.dPingWait = (((double)nPingUsecWait) / 1e6); @@ -1080,7 +1080,7 @@ void ThreadMapPort() } } - string strDesc = "Dash " + FormatFullVersion(); + string strDesc = "SarmaCoins " + FormatFullVersion(); try { while (true) { @@ -1577,7 +1577,7 @@ bool BindListenPort(const CService &addrBind, string& strError, bool fWhiteliste { int nErr = WSAGetLastError(); if (nErr == WSAEADDRINUSE) - strError = strprintf(_("Unable to bind to %s on this computer. Dash Core is probably already running."), addrBind.ToString()); + strError = strprintf(_("Unable to bind to %s on this computer. SarmaCoins Core is probably already running."), addrBind.ToString()); else strError = strprintf(_("Unable to bind to %s on this computer (bind returned error %s)"), addrBind.ToString(), NetworkErrorString(nErr)); LogPrintf("%s\n", strError); diff --git a/src/netbase.cpp b/src/netbase.cpp index 5436d2dca0a03..ef653cb52383c 100644 --- a/src/netbase.cpp +++ b/src/netbase.cpp @@ -4,7 +4,7 @@ // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifdef HAVE_CONFIG_H -#include "config/dash-config.h" +#include "config/SarmaCoins-config.h" #endif #include "netbase.h" diff --git a/src/netbase.h b/src/netbase.h index 2a2f150c073ae..90f853e2f5b9d 100644 --- a/src/netbase.h +++ b/src/netbase.h @@ -6,7 +6,7 @@ #define BITCOIN_NETBASE_H #if defined(HAVE_CONFIG_H) -#include "config/dash-config.h" +#include "config/SarmaCoins-config.h" #endif #include "compat.h" diff --git a/src/noui.cpp b/src/noui.cpp index a73a4e69efc64..9a47fe17722f4 100644 --- a/src/noui.cpp +++ b/src/noui.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -47,7 +47,7 @@ static void noui_InitMessage(const std::string& message) void noui_connect() { - // Connect dashd signal handlers + // Connect SarmaCoinsd signal handlers uiInterface.ThreadSafeMessageBox.connect(noui_ThreadSafeMessageBox); uiInterface.InitMessage.connect(noui_InitMessage); } diff --git a/src/pow.cpp b/src/pow.cpp index a972e93cb93b2..0c2612b41db1b 100644 --- a/src/pow.cpp +++ b/src/pow.cpp @@ -80,7 +80,7 @@ unsigned int static KimotoGravityWell(const CBlockIndex* pindexLast) { } unsigned int static DarkGravityWave(const CBlockIndex* pindexLast) { - /* current difficulty formula, dash - DarkGravity v3, written by Evan Duffield - evan@SarmaCoins.io */ + /* current difficulty formula, SarmaCoins - DarkGravity v3, written by Evan Duffield - evan@SarmaCoins.io */ const CBlockIndex *BlockLastSolved = pindexLast; const CBlockIndex *BlockReading = pindexLast; int64_t nActualTimespan = 0; diff --git a/src/qt/addressbookpage.cpp b/src/qt/addressbookpage.cpp index bb4c429293be7..0f2db85e821f5 100644 --- a/src/qt/addressbookpage.cpp +++ b/src/qt/addressbookpage.cpp @@ -1,10 +1,10 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) -#include "config/dash-config.h" +#include "config/SarmaCoins-config.h" #endif #include "addressbookpage.h" @@ -62,11 +62,11 @@ AddressBookPage::AddressBookPage(Mode mode, Tabs tab, QWidget *parent) : switch(tab) { case SendingTab: - ui->labelExplanation->setText(tr("These are your Dash addresses for sending payments. Always check the amount and the receiving address before sending coins.")); + ui->labelExplanation->setText(tr("These are your SarmaCoins addresses for sending payments. Always check the amount and the receiving address before sending coins.")); ui->deleteAddress->setVisible(true); break; case ReceivingTab: - ui->labelExplanation->setText(tr("These are your Dash addresses for receiving payments. It is recommended to use a new receiving address for each transaction.")); + ui->labelExplanation->setText(tr("These are your SarmaCoins addresses for receiving payments. It is recommended to use a new receiving address for each transaction.")); ui->deleteAddress->setVisible(false); break; } diff --git a/src/qt/addresstablemodel.cpp b/src/qt/addresstablemodel.cpp index e48f6e91212b5..35aaac34e29c4 100644 --- a/src/qt/addresstablemodel.cpp +++ b/src/qt/addresstablemodel.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -337,7 +337,7 @@ QModelIndex AddressTableModel::index(int row, int column, const QModelIndex &par void AddressTableModel::updateEntry(const QString &address, const QString &label, bool isMine, const QString &purpose, int status) { - // Update address book model from Dash core + // Update address book model from SarmaCoins core priv->updateEntry(address, label, isMine, purpose, status); } diff --git a/src/qt/askpassphrasedialog.cpp b/src/qt/askpassphrasedialog.cpp index 0a983de5a988b..2baf03a1a39f8 100644 --- a/src/qt/askpassphrasedialog.cpp +++ b/src/qt/askpassphrasedialog.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -113,7 +113,7 @@ void AskPassphraseDialog::accept() break; } QMessageBox::StandardButton retval = QMessageBox::question(this, tr("Confirm wallet encryption"), - tr("Warning: If you encrypt your wallet and lose your passphrase, you will LOSE ALL OF YOUR DASH!") + "

" + tr("Are you sure you wish to encrypt your wallet?"), + tr("Warning: If you encrypt your wallet and lose your passphrase, you will LOSE ALL OF YOUR SarmaCoins!") + "

" + tr("Are you sure you wish to encrypt your wallet?"), QMessageBox::Yes|QMessageBox::Cancel, QMessageBox::Cancel); if(retval == QMessageBox::Yes) @@ -124,9 +124,9 @@ void AskPassphraseDialog::accept() { QMessageBox::warning(this, tr("Wallet encrypted"), "" + - tr("Dash will close now to finish the encryption process. " + tr("SarmaCoins will close now to finish the encryption process. " "Remember that encrypting your wallet cannot fully protect " - "your dashs from being stolen by malware infecting your computer.") + + "your SarmaCoinss from being stolen by malware infecting your computer.") + "

" + tr("IMPORTANT: Any previous backups you have made of your wallet file " "should be replaced with the newly generated, encrypted wallet file. " diff --git a/src/qt/bitcoinaddressvalidator.cpp b/src/qt/bitcoinaddressvalidator.cpp index 80c6ff115c9af..36ac7d45c3647 100644 --- a/src/qt/bitcoinaddressvalidator.cpp +++ b/src/qt/bitcoinaddressvalidator.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -89,7 +89,7 @@ BitcoinAddressCheckValidator::BitcoinAddressCheckValidator(QObject *parent) : QValidator::State BitcoinAddressCheckValidator::validate(QString &input, int &pos) const { Q_UNUSED(pos); - // Validate the passed Dash address + // Validate the passed SarmaCoins address CBitcoinAddress addr(input.toStdString()); if (addr.IsValid()) return QValidator::Acceptable; diff --git a/src/qt/bitcoinamountfield.cpp b/src/qt/bitcoinamountfield.cpp index a16eb316259c4..f4a4155bdb9a4 100644 --- a/src/qt/bitcoinamountfield.cpp +++ b/src/qt/bitcoinamountfield.cpp @@ -24,7 +24,7 @@ class AmountSpinBox: public QAbstractSpinBox public: explicit AmountSpinBox(QWidget *parent): QAbstractSpinBox(parent), - currentUnit(BitcoinUnits::DASH), + currentUnit(BitcoinUnits::SarmaCoins), singleStep(100000) // satoshis { setAlignment(Qt::AlignRight); @@ -99,7 +99,7 @@ class AmountSpinBox: public QAbstractSpinBox const QFontMetrics fm(fontMetrics()); int h = lineEdit()->minimumSizeHint().height(); - int w = fm.width(BitcoinUnits::format(BitcoinUnits::DASH, BitcoinUnits::maxMoney(), false, BitcoinUnits::separatorAlways)); + int w = fm.width(BitcoinUnits::format(BitcoinUnits::SarmaCoins, BitcoinUnits::maxMoney(), false, BitcoinUnits::separatorAlways)); w += 2; // cursor blinking space QStyleOptionSpinBox opt; diff --git a/src/qt/bitcoingui.cpp b/src/qt/bitcoingui.cpp index 754a6604236ac..046a42e37c719 100644 --- a/src/qt/bitcoingui.cpp +++ b/src/qt/bitcoingui.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -104,7 +104,7 @@ BitcoinGUI::BitcoinGUI(const NetworkStyle *networkStyle, QWidget *parent) : GUIUtil::restoreWindowGeometry("nWindow", QSize(850, 550), this); - QString windowTitle = tr("Dash Core") + " - "; + QString windowTitle = tr("SarmaCoins Core") + " - "; #ifdef ENABLE_WALLET /* if compiled with wallet support, -disablewallet can still disable the wallet */ enableWallet = !GetBoolArg("-disablewallet", false); @@ -271,7 +271,7 @@ void BitcoinGUI::createActions(const NetworkStyle *networkStyle) tabGroup->addAction(overviewAction); sendCoinsAction = new QAction(QIcon(":/icons/send"), tr("&Send"), this); - sendCoinsAction->setStatusTip(tr("Send coins to a Dash address")); + sendCoinsAction->setStatusTip(tr("Send coins to a SarmaCoins address")); sendCoinsAction->setToolTip(sendCoinsAction->statusTip()); sendCoinsAction->setCheckable(true); #ifdef Q_OS_MAC @@ -282,7 +282,7 @@ void BitcoinGUI::createActions(const NetworkStyle *networkStyle) tabGroup->addAction(sendCoinsAction); receiveCoinsAction = new QAction(QIcon(":/icons/receiving_addresses"), tr("&Receive"), this); - receiveCoinsAction->setStatusTip(tr("Request payments (generates QR codes and dash: URIs)")); + receiveCoinsAction->setStatusTip(tr("Request payments (generates QR codes and SarmaCoins: URIs)")); receiveCoinsAction->setToolTip(receiveCoinsAction->statusTip()); receiveCoinsAction->setCheckable(true); #ifdef Q_OS_MAC @@ -320,8 +320,8 @@ void BitcoinGUI::createActions(const NetworkStyle *networkStyle) quitAction->setStatusTip(tr("Quit application")); quitAction->setShortcut(QKeySequence(Qt::CTRL + Qt::Key_Q)); quitAction->setMenuRole(QAction::QuitRole); - aboutAction = new QAction(networkStyle->getAppIcon(), tr("&About Dash Core"), this); - aboutAction->setStatusTip(tr("Show information about Dash Core")); + aboutAction = new QAction(networkStyle->getAppIcon(), tr("&About SarmaCoins Core"), this); + aboutAction->setStatusTip(tr("Show information about SarmaCoins Core")); aboutAction->setMenuRole(QAction::AboutRole); #if QT_VERSION < 0x050000 aboutQtAction = new QAction(QIcon(":/trolltech/qmessagebox/images/qtlogo-64.png"), tr("About &Qt"), this); @@ -331,7 +331,7 @@ void BitcoinGUI::createActions(const NetworkStyle *networkStyle) aboutQtAction->setStatusTip(tr("Show information about Qt")); aboutQtAction->setMenuRole(QAction::AboutQtRole); optionsAction = new QAction(QIcon(":/icons/options"), tr("&Options..."), this); - optionsAction->setStatusTip(tr("Modify configuration options for Dash")); + optionsAction->setStatusTip(tr("Modify configuration options for SarmaCoins")); optionsAction->setMenuRole(QAction::PreferencesRole); toggleHideAction = new QAction(networkStyle->getAppIcon(), tr("&Show / Hide"), this); toggleHideAction->setStatusTip(tr("Show or hide the main Window")); @@ -347,9 +347,9 @@ void BitcoinGUI::createActions(const NetworkStyle *networkStyle) unlockWalletAction->setToolTip(tr("Unlock wallet")); lockWalletAction = new QAction(tr("&Lock Wallet"), this); signMessageAction = new QAction(QIcon(":/icons/edit"), tr("Sign &message..."), this); - signMessageAction->setStatusTip(tr("Sign messages with your Dash addresses to prove you own them")); + signMessageAction->setStatusTip(tr("Sign messages with your SarmaCoins addresses to prove you own them")); verifyMessageAction = new QAction(QIcon(":/icons/transaction_0"), tr("&Verify message..."), this); - verifyMessageAction->setStatusTip(tr("Verify messages to ensure they were signed with specified Dash addresses")); + verifyMessageAction->setStatusTip(tr("Verify messages to ensure they were signed with specified SarmaCoins addresses")); openInfoAction = new QAction(QApplication::style()->standardIcon(QStyle::SP_MessageBoxInformation), tr("&Information"), this); openInfoAction->setStatusTip(tr("Show diagnostic information")); @@ -372,11 +372,11 @@ void BitcoinGUI::createActions(const NetworkStyle *networkStyle) usedReceivingAddressesAction->setStatusTip(tr("Show the list of used receiving addresses and labels")); openAction = new QAction(QApplication::style()->standardIcon(QStyle::SP_FileIcon), tr("Open &URI..."), this); - openAction->setStatusTip(tr("Open a dash: URI or payment request")); + openAction->setStatusTip(tr("Open a SarmaCoins: URI or payment request")); showHelpMessageAction = new QAction(QApplication::style()->standardIcon(QStyle::SP_MessageBoxInformation), tr("&Command-line options"), this); showHelpMessageAction->setMenuRole(QAction::NoRole); - showHelpMessageAction->setStatusTip(tr("Show the Dash Core help message to get a list with possible Dash command-line options")); + showHelpMessageAction->setStatusTip(tr("Show the SarmaCoins Core help message to get a list with possible SarmaCoins command-line options")); connect(quitAction, SIGNAL(triggered()), qApp, SLOT(quit())); connect(aboutAction, SIGNAL(triggered()), this, SLOT(aboutClicked())); @@ -570,7 +570,7 @@ void BitcoinGUI::createTrayIcon(const NetworkStyle *networkStyle) { #ifndef Q_OS_MAC trayIcon = new QSystemTrayIcon(this); - QString toolTip = tr("Dash Core client") + " " + networkStyle->getTitleAddText(); + QString toolTip = tr("SarmaCoins Core client") + " " + networkStyle->getTitleAddText(); trayIcon->setToolTip(toolTip); trayIcon->setIcon(networkStyle->getAppIcon()); trayIcon->show(); @@ -717,7 +717,7 @@ void BitcoinGUI::setNumConnections(int count) } QIcon connectionItem = QIcon(icon).pixmap(STATUSBAR_ICONSIZE,STATUSBAR_ICONSIZE); labelConnectionsIcon->setIcon(connectionItem); - labelConnectionsIcon->setToolTip(tr("%n active connection(s) to Dash network", "", count)); + labelConnectionsIcon->setToolTip(tr("%n active connection(s) to SarmaCoins network", "", count)); } void BitcoinGUI::setNumBlocks(int count) @@ -856,7 +856,7 @@ void BitcoinGUI::setNumBlocks(int count) void BitcoinGUI::message(const QString &title, const QString &message, unsigned int style, bool *ret) { - QString strTitle = tr("Dash Core"); // default title + QString strTitle = tr("SarmaCoins Core"); // default title // Default to information icon int nMBoxIcon = QMessageBox::Information; int nNotifyIcon = Notificator::Information; @@ -882,7 +882,7 @@ void BitcoinGUI::message(const QString &title, const QString &message, unsigned break; } } - // Append title to "Dash - " + // Append title to "SarmaCoins - " if (!msgType.isEmpty()) strTitle += " - " + msgType; diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h index d58c87cf77639..40cbc615759dd 100644 --- a/src/qt/bitcoingui.h +++ b/src/qt/bitcoingui.h @@ -6,7 +6,7 @@ #define BITCOIN_QT_BITCOINGUI_H #if defined(HAVE_CONFIG_H) -#include "config/dash-config.h" +#include "config/SarmaCoins-config.h" #endif #include "amount.h" diff --git a/src/qt/bitcoinunits.cpp b/src/qt/bitcoinunits.cpp index 9616b7cd90da7..01c1df166de18 100644 --- a/src/qt/bitcoinunits.cpp +++ b/src/qt/bitcoinunits.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -19,9 +19,9 @@ BitcoinUnits::BitcoinUnits(QObject *parent): QList BitcoinUnits::availableUnits() { QList unitlist; - unitlist.append(DASH); - unitlist.append(mDASH); - unitlist.append(uDASH); + unitlist.append(SarmaCoins); + unitlist.append(mSarmaCoins); + unitlist.append(uSarmaCoins); unitlist.append(duffs); return unitlist; } @@ -30,9 +30,9 @@ bool BitcoinUnits::valid(int unit) { switch(unit) { - case DASH: - case mDASH: - case uDASH: + case SarmaCoins: + case mSarmaCoins: + case uSarmaCoins: case duffs: return true; default: @@ -44,9 +44,9 @@ QString BitcoinUnits::id(int unit) { switch(unit) { - case DASH: return QString("dash"); - case mDASH: return QString("mdash"); - case uDASH: return QString::fromUtf8("udash"); + case SarmaCoins: return QString("SarmaCoins"); + case mSarmaCoins: return QString("mSarmaCoins"); + case uSarmaCoins: return QString::fromUtf8("uSarmaCoins"); case duffs: return QString("duffs"); default: return QString("???"); } @@ -58,9 +58,9 @@ QString BitcoinUnits::name(int unit) { switch(unit) { - case DASH: return QString("DASH"); - case mDASH: return QString("mDASH"); - case uDASH: return QString::fromUtf8("μDASH"); + case SarmaCoins: return QString("SarmaCoins"); + case mSarmaCoins: return QString("mSarmaCoins"); + case uSarmaCoins: return QString::fromUtf8("μSarmaCoins"); case duffs: return QString("duffs"); default: return QString("???"); } @@ -69,9 +69,9 @@ QString BitcoinUnits::name(int unit) { switch(unit) { - case DASH: return QString("tDASH"); - case mDASH: return QString("mtDASH"); - case uDASH: return QString::fromUtf8("μtDASH"); + case SarmaCoins: return QString("tSarmaCoins"); + case mSarmaCoins: return QString("mtSarmaCoins"); + case uSarmaCoins: return QString::fromUtf8("μtSarmaCoins"); case duffs: return QString("tduffs"); default: return QString("???"); } @@ -84,10 +84,10 @@ QString BitcoinUnits::description(int unit) { switch(unit) { - case DASH: return QString("Dash"); - case mDASH: return QString("Milli-Dash (1 / 1" THIN_SP_UTF8 "000)"); - case uDASH: return QString("Micro-Dash (1 / 1" THIN_SP_UTF8 "000" THIN_SP_UTF8 "000)"); - case duffs: return QString("Ten Nano-Dash (1 / 100" THIN_SP_UTF8 "000" THIN_SP_UTF8 "000)"); + case SarmaCoins: return QString("SarmaCoins"); + case mSarmaCoins: return QString("Milli-SarmaCoins (1 / 1" THIN_SP_UTF8 "000)"); + case uSarmaCoins: return QString("Micro-SarmaCoins (1 / 1" THIN_SP_UTF8 "000" THIN_SP_UTF8 "000)"); + case duffs: return QString("Ten Nano-SarmaCoins (1 / 100" THIN_SP_UTF8 "000" THIN_SP_UTF8 "000)"); default: return QString("???"); } } @@ -95,10 +95,10 @@ QString BitcoinUnits::description(int unit) { switch(unit) { - case DASH: return QString("TestDashs"); - case mDASH: return QString("Milli-TestDash (1 / 1" THIN_SP_UTF8 "000)"); - case uDASH: return QString("Micro-TestDash (1 / 1" THIN_SP_UTF8 "000" THIN_SP_UTF8 "000)"); - case duffs: return QString("Ten Nano-TestDash (1 / 100" THIN_SP_UTF8 "000" THIN_SP_UTF8 "000)"); + case SarmaCoins: return QString("TestSarmaCoinss"); + case mSarmaCoins: return QString("Milli-TestSarmaCoins (1 / 1" THIN_SP_UTF8 "000)"); + case uSarmaCoins: return QString("Micro-TestSarmaCoins (1 / 1" THIN_SP_UTF8 "000" THIN_SP_UTF8 "000)"); + case duffs: return QString("Ten Nano-TestSarmaCoins (1 / 100" THIN_SP_UTF8 "000" THIN_SP_UTF8 "000)"); default: return QString("???"); } } @@ -108,9 +108,9 @@ qint64 BitcoinUnits::factor(int unit) { switch(unit) { - case DASH: return 100000000; - case mDASH: return 100000; - case uDASH: return 100; + case SarmaCoins: return 100000000; + case mSarmaCoins: return 100000; + case uSarmaCoins: return 100; case duffs: return 1; default: return 100000000; } @@ -120,9 +120,9 @@ int BitcoinUnits::decimals(int unit) { switch(unit) { - case DASH: return 8; - case mDASH: return 5; - case uDASH: return 2; + case SarmaCoins: return 8; + case mSarmaCoins: return 5; + case uSarmaCoins: return 2; case duffs: return 0; default: return 0; } diff --git a/src/qt/bitcoinunits.h b/src/qt/bitcoinunits.h index 483f05559074f..5aa0ad90895b4 100644 --- a/src/qt/bitcoinunits.h +++ b/src/qt/bitcoinunits.h @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -42,7 +42,7 @@ #define THIN_SP_UTF8 REAL_THIN_SP_UTF8 #define THIN_SP_HTML HTML_HACK_SP -/** Dash unit definitions. Encapsulates parsing and formatting +/** SarmaCoins unit definitions. Encapsulates parsing and formatting and serves as list model for drop-down selection boxes. */ class BitcoinUnits: public QAbstractListModel @@ -52,14 +52,14 @@ class BitcoinUnits: public QAbstractListModel public: explicit BitcoinUnits(QObject *parent); - /** Dash units. + /** SarmaCoins units. @note Source: https://en.bitcoin.it/wiki/Units . Please add only sensible ones */ enum Unit { - DASH, - mDASH, - uDASH, + SarmaCoins, + mSarmaCoins, + uSarmaCoins, duffs }; diff --git a/src/qt/clientmodel.cpp b/src/qt/clientmodel.cpp index 299d147cb30ee..eb78243384b5c 100644 --- a/src/qt/clientmodel.cpp +++ b/src/qt/clientmodel.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/clientmodel.h b/src/qt/clientmodel.h index b074441652051..e3d4373d468fd 100644 --- a/src/qt/clientmodel.h +++ b/src/qt/clientmodel.h @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -34,7 +34,7 @@ enum NumConnections { CONNECTIONS_ALL = (CONNECTIONS_IN | CONNECTIONS_OUT), }; -/** Model for Dash network client. */ +/** Model for SarmaCoins network client. */ class ClientModel : public QObject { Q_OBJECT diff --git a/src/qt/coincontroldialog.cpp b/src/qt/coincontroldialog.cpp index f21483759f21e..9f95d79ad3ec8 100644 --- a/src/qt/coincontroldialog.cpp +++ b/src/qt/coincontroldialog.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -639,7 +639,7 @@ void CoinControlDialog::updateLabels(WalletModel *model, QDialog* dialog) } // actually update labels - int nDisplayUnit = BitcoinUnits::DASH; + int nDisplayUnit = BitcoinUnits::SarmaCoins; if (model && model->getOptionsModel()) nDisplayUnit = model->getOptionsModel()->getDisplayUnit(); @@ -786,7 +786,7 @@ void CoinControlDialog::updateView() { sAddress = QString::fromStdString(CBitcoinAddress(outputAddress).ToString()); - // if listMode or change => show dash address. In tree mode, address is not shown again for direct wallet address outputs + // if listMode or change => show SarmaCoins address. In tree mode, address is not shown again for direct wallet address outputs if (!treeMode || (!(sAddress == sWalletAddress))) itemOutput->setText(COLUMN_ADDRESS, sAddress); diff --git a/src/qt/darksendconfig.cpp b/src/qt/darksendconfig.cpp index 5929efa139846..8d0d48d97b500 100644 --- a/src/qt/darksendconfig.cpp +++ b/src/qt/darksendconfig.cpp @@ -42,7 +42,7 @@ void DarksendConfig::clickBasic() model->getOptionsModel()->getDisplayUnit(), 1000 * COIN)); QMessageBox::information(this, tr("Darksend Configuration"), tr( - "Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen." + "Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening SarmaCoins's configuration screen." ).arg(strAmount) ); @@ -57,7 +57,7 @@ void DarksendConfig::clickHigh() model->getOptionsModel()->getDisplayUnit(), 1000 * COIN)); QMessageBox::information(this, tr("Darksend Configuration"), tr( - "Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen." + "Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening SarmaCoins's configuration screen." ).arg(strAmount) ); @@ -72,7 +72,7 @@ void DarksendConfig::clickMax() model->getOptionsModel()->getDisplayUnit(), 1000 * COIN)); QMessageBox::information(this, tr("Darksend Configuration"), tr( - "Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen." + "Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening SarmaCoins's configuration screen." ).arg(strAmount) ); diff --git a/src/qt/dash.cpp b/src/qt/dash.cpp index 9e6d9395bbeef..4ab222d4656a8 100644 --- a/src/qt/dash.cpp +++ b/src/qt/dash.cpp @@ -1,10 +1,10 @@ // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) -#include "config/dash-config.h" +#include "config/SarmaCoins-config.h" #endif #include "bitcoingui.h" @@ -90,7 +90,7 @@ static void InitMessage(const std::string &message) */ static std::string Translate(const char* psz) { - return QCoreApplication::translate("dash-core", psz).toStdString(); + return QCoreApplication::translate("SarmaCoins-core", psz).toStdString(); } static QString GetLangTerritory() @@ -138,11 +138,11 @@ static void initTranslations(QTranslator &qtTranslatorBase, QTranslator &qtTrans if (qtTranslator.load("qt_" + lang_territory, QLibraryInfo::location(QLibraryInfo::TranslationsPath))) QApplication::installTranslator(&qtTranslator); - // Load e.g. bitcoin_de.qm (shortcut "de" needs to be defined in dash.qrc) + // Load e.g. bitcoin_de.qm (shortcut "de" needs to be defined in SarmaCoins.qrc) if (translatorBase.load(lang, ":/translations/")) QApplication::installTranslator(&translatorBase); - // Load e.g. bitcoin_de_DE.qm (shortcut "de_DE" needs to be defined in dash.qrc) + // Load e.g. bitcoin_de_DE.qm (shortcut "de_DE" needs to be defined in SarmaCoins.qrc) if (translator.load(lang_territory, ":/translations/")) QApplication::installTranslator(&translator); } @@ -163,7 +163,7 @@ void DebugMessageHandler(QtMsgType type, const QMessageLogContext& context, cons } #endif -/** Class encapsulating Dash Core startup and shutdown. +/** Class encapsulating SarmaCoins Core startup and shutdown. * Allows running startup and shutdown in a different thread from the UI thread. */ class BitcoinCore: public QObject @@ -192,7 +192,7 @@ public slots: void handleRunawayException(std::exception *e); }; -/** Main Dash application object */ +/** Main SarmaCoins application object */ class BitcoinApplication: public QApplication { Q_OBJECT @@ -250,7 +250,7 @@ public slots: void startThread(); }; -#include "dash.moc" +#include "SarmaCoins.moc" BitcoinCore::BitcoinCore(): QObject() @@ -493,7 +493,7 @@ void BitcoinApplication::initializeResult(int retval) #ifdef ENABLE_WALLET // Now that initialization/startup is done, process any command-line - // dash: URIs or payment requests: + // SarmaCoins: URIs or payment requests: connect(paymentServer, SIGNAL(receivedPaymentRequest(SendCoinsRecipient)), window, SLOT(handlePaymentRequest(SendCoinsRecipient))); connect(window, SIGNAL(receivedURI(QString)), @@ -515,7 +515,7 @@ void BitcoinApplication::shutdownResult(int retval) void BitcoinApplication::handleRunawayException(const QString &message) { - QMessageBox::critical(0, "Runaway exception", BitcoinGUI::tr("A fatal error occurred. Dash can no longer continue safely and will quit.") + QString("\n\n") + message); + QMessageBox::critical(0, "Runaway exception", BitcoinGUI::tr("A fatal error occurred. SarmaCoins can no longer continue safely and will quit.") + QString("\n\n") + message); ::exit(1); } @@ -545,8 +545,8 @@ int main(int argc, char *argv[]) QTextCodec::setCodecForCStrings(QTextCodec::codecForTr()); #endif - Q_INIT_RESOURCE(dash); - Q_INIT_RESOURCE(dash_locale); + Q_INIT_RESOURCE(SarmaCoins); + Q_INIT_RESOURCE(SarmaCoins_locale); BitcoinApplication app(argc, argv); #if QT_VERSION > 0x050100 @@ -590,18 +590,18 @@ int main(int argc, char *argv[]) // User language is set up: pick a data directory Intro::pickDataDirectory(); - /// 6. Determine availability of data directory and parse dash.conf + /// 6. Determine availability of data directory and parse SarmaCoins.conf /// - Do not call GetDataDir(true) before this step finishes if (!boost::filesystem::is_directory(GetDataDir(false))) { - QMessageBox::critical(0, QObject::tr("Dash Core"), + QMessageBox::critical(0, QObject::tr("SarmaCoins Core"), QObject::tr("Error: Specified data directory \"%1\" does not exist.").arg(QString::fromStdString(mapArgs["-datadir"]))); return 1; } try { ReadConfigFile(mapArgs, mapMultiArgs); } catch(std::exception &e) { - QMessageBox::critical(0, QObject::tr("Dash Core"), + QMessageBox::critical(0, QObject::tr("SarmaCoins Core"), QObject::tr("Error: Cannot parse configuration file: %1. Only use key=value syntax.").arg(e.what())); return false; } @@ -614,7 +614,7 @@ int main(int argc, char *argv[]) // Check for -testnet or -regtest parameter (Params() calls are only valid after this clause) if (!SelectParamsFromCommandLine()) { - QMessageBox::critical(0, QObject::tr("Dash Core"), QObject::tr("Error: Invalid combination of -regtest and -testnet.")); + QMessageBox::critical(0, QObject::tr("SarmaCoins Core"), QObject::tr("Error: Invalid combination of -regtest and -testnet.")); return 1; } #ifdef ENABLE_WALLET @@ -633,7 +633,7 @@ int main(int argc, char *argv[]) /// 7a. parse masternode.conf string strErr; if(!masternodeConfig.read(strErr)) { - QMessageBox::critical(0, QObject::tr("Dash Core"), + QMessageBox::critical(0, QObject::tr("SarmaCoins Core"), QObject::tr("Error reading masternode configuration file: %1").arg(strErr.c_str())); return false; } @@ -648,7 +648,7 @@ int main(int argc, char *argv[]) exit(0); // Start up the payment server early, too, so impatient users that click on - // dash: links repeatedly have their payment requests routed to this process: + // SarmaCoins: links repeatedly have their payment requests routed to this process: app.createPaymentServer(); #endif @@ -680,7 +680,7 @@ int main(int argc, char *argv[]) app.createWindow(networkStyle.data()); app.requestInitialize(); #if defined(Q_OS_WIN) && QT_VERSION >= 0x050000 - WinShutdownMonitor::registerShutdownBlockReason(QObject::tr("Dash Core didn't yet exit safely..."), (HWND)app.getMainWinId()); + WinShutdownMonitor::registerShutdownBlockReason(QObject::tr("SarmaCoins Core didn't yet exit safely..."), (HWND)app.getMainWinId()); #endif app.exec(); app.requestShutdown(); diff --git a/src/qt/dash.qrc b/src/qt/dash.qrc index 9e4fa270f4035..f10c42d497e47 100644 --- a/src/qt/dash.qrc +++ b/src/qt/dash.qrc @@ -36,13 +36,13 @@ res/icons/tx_input.png res/icons/tx_output.png res/icons/tx_inout.png - res/icons/unit_dash.png - res/icons/unit_mdash.png - res/icons/unit_udash.png + res/icons/unit_SarmaCoins.png + res/icons/unit_mSarmaCoins.png + res/icons/unit_uSarmaCoins.png res/icons/unit_duffs.png - res/icons/unit_tdash.png - res/icons/unit_tmdash.png - res/icons/unit_tudash.png + res/icons/unit_tSarmaCoins.png + res/icons/unit_tmSarmaCoins.png + res/icons/unit_tuSarmaCoins.png res/icons/unit_tduffs.png res/icons/lock_closed.png res/icons/lock_open.png @@ -61,7 +61,7 @@ res/images/about.png - res/images/dash_logo_horizontal.png + res/images/SarmaCoins_logo_horizontal.png res/images/drkblue_downArrow.png res/images/drkblue_downArrow_small.png res/images/drkblue_upArrow_small.png diff --git a/src/qt/dash_locale.qrc b/src/qt/dash_locale.qrc index 9468b1c676efc..3d9bcbd847bd7 100644 --- a/src/qt/dash_locale.qrc +++ b/src/qt/dash_locale.qrc @@ -1,20 +1,20 @@ - locale/dash_bg.qm - locale/dash_de.qm - locale/dash_en.qm - locale/dash_es.qm - locale/dash_fi.qm - locale/dash_fr.qm - locale/dash_it.qm - locale/dash_ja.qm - locale/dash_pl.qm - locale/dash_pt.qm - locale/dash_ru.qm - locale/dash_sk.qm - locale/dash_sv.qm - locale/dash_vi.qm - locale/dash_zh_CN.qm - locale/dash_zh_TW.qm + locale/SarmaCoins_bg.qm + locale/SarmaCoins_de.qm + locale/SarmaCoins_en.qm + locale/SarmaCoins_es.qm + locale/SarmaCoins_fi.qm + locale/SarmaCoins_fr.qm + locale/SarmaCoins_it.qm + locale/SarmaCoins_ja.qm + locale/SarmaCoins_pl.qm + locale/SarmaCoins_pt.qm + locale/SarmaCoins_ru.qm + locale/SarmaCoins_sk.qm + locale/SarmaCoins_sv.qm + locale/SarmaCoins_vi.qm + locale/SarmaCoins_zh_CN.qm + locale/SarmaCoins_zh_TW.qm diff --git a/src/qt/dashstrings.cpp b/src/qt/dashstrings.cpp index feaba224a02b6..15551424e5847 100644 --- a/src/qt/dashstrings.cpp +++ b/src/qt/dashstrings.cpp @@ -8,435 +8,435 @@ #else #define UNUSED #endif -static const char UNUSED *dash_strings[] = { -QT_TRANSLATE_NOOP("dash-core", "" +static const char UNUSED *SarmaCoins_strings[] = { +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "(1 = keep tx meta data e.g. account owner and payment request information, 2 " "= drop tx meta data)"), -QT_TRANSLATE_NOOP("dash-core", "" +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "Allow JSON-RPC connections from specified source. Valid for are a " "single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or " "a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times"), -QT_TRANSLATE_NOOP("dash-core", "" +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "An error occurred while setting up the RPC address %s port %u for listening: " "%s"), -QT_TRANSLATE_NOOP("dash-core", "" +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "Bind to given address and always listen on it. Use [host]:port notation for " "IPv6"), -QT_TRANSLATE_NOOP("dash-core", "" +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "Bind to given address and whitelist peers connecting to it. Use [host]:port " "notation for IPv6"), -QT_TRANSLATE_NOOP("dash-core", "" +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "Bind to given address to listen for JSON-RPC connections. Use [host]:port " "notation for IPv6. This option can be specified multiple times (default: " "bind to all interfaces)"), -QT_TRANSLATE_NOOP("dash-core", "" -"Cannot obtain a lock on data directory %s. Dash Core is probably already " +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Cannot obtain a lock on data directory %s. SarmaCoins Core is probably already " "running."), -QT_TRANSLATE_NOOP("dash-core", "" +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "Change automatic finalized budget voting behavior. mode=auto: Vote for only " "exact finalized budget match to my generated budget. (string, default: auto)"), -QT_TRANSLATE_NOOP("dash-core", "" +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "Continuously rate-limit free transactions to *1000 bytes per minute " "(default:%u)"), -QT_TRANSLATE_NOOP("dash-core", "" +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "Create new files with system default permissions, instead of umask 077 (only " "effective with disabled wallet functionality)"), -QT_TRANSLATE_NOOP("dash-core", "" +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "Darksend uses exact denominated amounts to send funds, you might simply need " "to anonymize some more coins."), -QT_TRANSLATE_NOOP("dash-core", "" +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "Delete all wallet transactions and only recover those parts of the " "blockchain through -rescan on startup"), -QT_TRANSLATE_NOOP("dash-core", "" -"Disable all Dash specific functionality (Masternodes, Darksend, InstantX, " +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Disable all SarmaCoins specific functionality (Masternodes, Darksend, InstantX, " "Budgeting) (0-1, default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "" +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "Distributed under the MIT software license, see the accompanying file " "COPYING or ."), -QT_TRANSLATE_NOOP("dash-core", "" +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "Enable instantx, show confirmations for locked transactions (bool, default: " "%s)"), -QT_TRANSLATE_NOOP("dash-core", "" +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "Enable use of automated darksend for funds stored in this wallet (0-1, " "default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "" +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "Enter regression test mode, which uses a special chain in which blocks can " "be solved instantly."), -QT_TRANSLATE_NOOP("dash-core", "" +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "Error: Listening for incoming connections failed (listen returned error %s)"), -QT_TRANSLATE_NOOP("dash-core", "" +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "Error: Unsupported argument -socks found. Setting SOCKS version isn't " "possible anymore, only SOCKS5 proxies are supported."), -QT_TRANSLATE_NOOP("dash-core", "" +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "Execute command when a relevant alert is received or we see a really long " "fork (%s in cmd is replaced by message)"), -QT_TRANSLATE_NOOP("dash-core", "" +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "Execute command when a wallet transaction changes (%s in cmd is replaced by " "TxID)"), -QT_TRANSLATE_NOOP("dash-core", "" +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "Execute command when the best block changes (%s in cmd is replaced by block " "hash)"), -QT_TRANSLATE_NOOP("dash-core", "" -"Fees (in DASH/Kb) smaller than this are considered zero fee for relaying " +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for relaying " "(default: %s)"), -QT_TRANSLATE_NOOP("dash-core", "" -"Fees (in DASH/Kb) smaller than this are considered zero fee for transaction " +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for transaction " "creation (default: %s)"), -QT_TRANSLATE_NOOP("dash-core", "" +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "Flush database activity from memory pool to disk log every megabytes " "(default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "" +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "Found unconfirmed denominated outputs, will wait till they confirm to " "continue."), -QT_TRANSLATE_NOOP("dash-core", "" +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "How thorough the block verification of -checkblocks is (0-4, default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "" +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "If paytxfee is not set, include enough fee so transactions begin " "confirmation on average within n blocks (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "" +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "In this mode -genproclimit controls how many blocks are generated " "immediately."), -QT_TRANSLATE_NOOP("dash-core", "" +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "InstantX requires inputs with at least 6 confirmations, you might need to " "wait a few minutes and try again."), -QT_TRANSLATE_NOOP("dash-core", "" +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "Invalid amount for -maxtxfee=: '%s' (must be at least the minrelay " "fee of %s to prevent stuck transactions)"), -QT_TRANSLATE_NOOP("dash-core", "" +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "Log transaction priority and fee per kB when mining blocks (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "" +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "Maintain a full transaction index, used by the getrawtransaction rpc call " "(default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "" +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "Maximum size of data in data carrier transactions we relay and mine " "(default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "" +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "Maximum total fees to use in a single wallet transaction, setting too low " "may abort large transactions (default: %s)"), -QT_TRANSLATE_NOOP("dash-core", "" +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "Name to construct url for KeePass entry that stores the wallet passphrase"), -QT_TRANSLATE_NOOP("dash-core", "" +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "Number of seconds to keep misbehaving peers from reconnecting (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "" +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "Output debugging information (default: %u, supplying is optional)"), -QT_TRANSLATE_NOOP("dash-core", "" +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "Provide liquidity to Darksend by infrequently mixing coins on a continual " "basis (0-100, default: %u, 1=very frequent, high fees, 100=very infrequent, " "low fees)"), -QT_TRANSLATE_NOOP("dash-core", "" +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "Query for peer addresses via DNS lookup, if low on addresses (default: 1 " "unless -connect)"), -QT_TRANSLATE_NOOP("dash-core", "" +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "Require high priority for relaying free or low-fee transactions (default:%u)"), -QT_TRANSLATE_NOOP("dash-core", "" +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "Send trace/debug info to console instead of debug.log file (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "" +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "Set maximum size of high-priority/low-fee transactions in bytes (default: %d)"), -QT_TRANSLATE_NOOP("dash-core", "" +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "Set the number of script verification threads (%u to %d, 0 = auto, <0 = " "leave that many cores free, default: %d)"), -QT_TRANSLATE_NOOP("dash-core", "" +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "Set the number of threads for coin generation if enabled (-1 = all cores, " "default: %d)"), -QT_TRANSLATE_NOOP("dash-core", "" +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "Show N confirmations for a successfully locked transaction (0-9999, default: " "%u)"), -QT_TRANSLATE_NOOP("dash-core", "" +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "This is a pre-release test build - use at your own risk - do not use for " "mining or merchant applications"), -QT_TRANSLATE_NOOP("dash-core", "" +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "This product includes software developed by the OpenSSL Project for use in " "the OpenSSL Toolkit and cryptographic software " "written by Eric Young and UPnP software written by Thomas Bernard."), -QT_TRANSLATE_NOOP("dash-core", "" -"To use dashd, or the -server option to dash-qt, you must set an rpcpassword " +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"To use SarmaCoinsd, or the -server option to SarmaCoins-qt, you must set an rpcpassword " "in the configuration file:\n" "%s\n" "It is recommended you use the following random password:\n" -"rpcuser=dashrpc\n" +"rpcuser=SarmaCoinsrpc\n" "rpcpassword=%s\n" "(you do not need to remember this password)\n" "The username and password MUST NOT be the same.\n" "If the file does not exist, create it with owner-readable-only file " "permissions.\n" "It is also recommended to set alertnotify so you are notified of problems;\n" -"for example: alertnotify=echo %%s | mail -s \"Dash Alert\" admin@foo.com\n"), -QT_TRANSLATE_NOOP("dash-core", "" -"Unable to bind to %s on this computer. Dash Core is probably already running."), -QT_TRANSLATE_NOOP("dash-core", "" +"for example: alertnotify=echo %%s | mail -s \"SarmaCoins Alert\" admin@foo.com\n"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Unable to bind to %s on this computer. SarmaCoins Core is probably already running."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "Unable to locate enough Darksend denominated funds for this transaction."), -QT_TRANSLATE_NOOP("dash-core", "" +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "Unable to locate enough Darksend non-denominated funds for this transaction " -"that are not equal 1000 DASH."), -QT_TRANSLATE_NOOP("dash-core", "" +"that are not equal 1000 SarmaCoins."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "Unable to locate enough funds for this transaction that are not equal 1000 " -"DASH."), -QT_TRANSLATE_NOOP("dash-core", "" +"SarmaCoins."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: " "%s)"), -QT_TRANSLATE_NOOP("dash-core", "" +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "Warning: -maxtxfee is set very high! Fees this large could be paid on a " "single transaction."), -QT_TRANSLATE_NOOP("dash-core", "" +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "Warning: -paytxfee is set very high! This is the transaction fee you will " "pay if you send a transaction."), -QT_TRANSLATE_NOOP("dash-core", "" +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "Warning: Please check that your computer's date and time are correct! If " -"your clock is wrong Dash Core will not work properly."), -QT_TRANSLATE_NOOP("dash-core", "" +"your clock is wrong SarmaCoins Core will not work properly."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "Warning: The network does not appear to fully agree! Some miners appear to " "be experiencing issues."), -QT_TRANSLATE_NOOP("dash-core", "" +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "Warning: We do not appear to fully agree with our peers! You may need to " "upgrade, or other nodes may need to upgrade."), -QT_TRANSLATE_NOOP("dash-core", "" +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "Warning: error reading wallet.dat! All keys read correctly, but transaction " "data or address book entries might be missing or incorrect."), -QT_TRANSLATE_NOOP("dash-core", "" +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "Warning: wallet.dat corrupt, data salvaged! Original wallet.dat saved as " "wallet.{timestamp}.bak in %s; if your balance or transactions are incorrect " "you should restore from a backup."), -QT_TRANSLATE_NOOP("dash-core", "" +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "Whitelist peers connecting from the given netmask or IP address. Can be " "specified multiple times."), -QT_TRANSLATE_NOOP("dash-core", "" +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "Whitelisted peers cannot be DoS banned and their transactions are always " "relayed, even if they are already in the mempool, useful e.g. for a gateway"), -QT_TRANSLATE_NOOP("dash-core", "" +QT_TRANSLATE_NOOP("SarmaCoins-core", "" "You must specify a masternodeprivkey in the configuration. Please see " "documentation for help."), -QT_TRANSLATE_NOOP("dash-core", "(9999 could be used only on mainnet)"), -QT_TRANSLATE_NOOP("dash-core", "(default: %s)"), -QT_TRANSLATE_NOOP("dash-core", "(default: 1)"), -QT_TRANSLATE_NOOP("dash-core", "(must be 9999 for mainnet)"), -QT_TRANSLATE_NOOP("dash-core", " can be:\n"), -QT_TRANSLATE_NOOP("dash-core", "Accept command line and JSON-RPC commands"), -QT_TRANSLATE_NOOP("dash-core", "Accept connections from outside (default: 1 if no -proxy or -connect)"), -QT_TRANSLATE_NOOP("dash-core", "Accept public REST requests (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Acceptable ciphers (default: %s)"), -QT_TRANSLATE_NOOP("dash-core", "Add a node to connect to and attempt to keep the connection open"), -QT_TRANSLATE_NOOP("dash-core", "Allow DNS lookups for -addnode, -seednode and -connect"), -QT_TRANSLATE_NOOP("dash-core", "Already have that input."), -QT_TRANSLATE_NOOP("dash-core", "Always query for peer addresses via DNS lookup (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Attempt to recover private keys from a corrupt wallet.dat"), -QT_TRANSLATE_NOOP("dash-core", "Block creation options:"), -QT_TRANSLATE_NOOP("dash-core", "Can't denominate: no compatible inputs left."), -QT_TRANSLATE_NOOP("dash-core", "Can't find random Masternode."), -QT_TRANSLATE_NOOP("dash-core", "Can't mix while sync in progress."), -QT_TRANSLATE_NOOP("dash-core", "Cannot downgrade wallet"), -QT_TRANSLATE_NOOP("dash-core", "Cannot resolve -bind address: '%s'"), -QT_TRANSLATE_NOOP("dash-core", "Cannot resolve -externalip address: '%s'"), -QT_TRANSLATE_NOOP("dash-core", "Cannot resolve -whitebind address: '%s'"), -QT_TRANSLATE_NOOP("dash-core", "Cannot write default address"), -QT_TRANSLATE_NOOP("dash-core", "Collateral not valid."), -QT_TRANSLATE_NOOP("dash-core", "Connect only to the specified node(s)"), -QT_TRANSLATE_NOOP("dash-core", "Connect through SOCKS5 proxy"), -QT_TRANSLATE_NOOP("dash-core", "Connect to KeePassHttp on port (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Connect to a node to retrieve peer addresses, and disconnect"), -QT_TRANSLATE_NOOP("dash-core", "Connection options:"), -QT_TRANSLATE_NOOP("dash-core", "Copyright (C) 2009-%i The Bitcoin Core Developers"), -QT_TRANSLATE_NOOP("dash-core", "Copyright (C) 2014-%i The Dash Core Developers"), -QT_TRANSLATE_NOOP("dash-core", "Corrupted block database detected"), -QT_TRANSLATE_NOOP("dash-core", "Could not parse -rpcbind value %s as network address"), -QT_TRANSLATE_NOOP("dash-core", "Could not parse masternode.conf"), -QT_TRANSLATE_NOOP("dash-core", "Darksend is idle."), -QT_TRANSLATE_NOOP("dash-core", "Darksend options:"), -QT_TRANSLATE_NOOP("dash-core", "Darksend request complete:"), -QT_TRANSLATE_NOOP("dash-core", "Darksend request incomplete:"), -QT_TRANSLATE_NOOP("dash-core", "Debugging/Testing options:"), -QT_TRANSLATE_NOOP("dash-core", "Disable safemode, override a real safe mode event (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Discover own IP address (default: 1 when listening and no -externalip)"), -QT_TRANSLATE_NOOP("dash-core", "Do not load the wallet and disable wallet RPC calls"), -QT_TRANSLATE_NOOP("dash-core", "Do you want to rebuild the block database now?"), -QT_TRANSLATE_NOOP("dash-core", "Done loading"), -QT_TRANSLATE_NOOP("dash-core", "Enable the client to act as a masternode (0-1, default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Entries are full."), -QT_TRANSLATE_NOOP("dash-core", "Error connecting to Masternode."), -QT_TRANSLATE_NOOP("dash-core", "Error initializing block database"), -QT_TRANSLATE_NOOP("dash-core", "Error initializing wallet database environment %s!"), -QT_TRANSLATE_NOOP("dash-core", "Error loading block database"), -QT_TRANSLATE_NOOP("dash-core", "Error loading wallet.dat"), -QT_TRANSLATE_NOOP("dash-core", "Error loading wallet.dat: Wallet corrupted"), -QT_TRANSLATE_NOOP("dash-core", "Error loading wallet.dat: Wallet requires newer version of Dash Core"), -QT_TRANSLATE_NOOP("dash-core", "Error opening block database"), -QT_TRANSLATE_NOOP("dash-core", "Error reading from database, shutting down."), -QT_TRANSLATE_NOOP("dash-core", "Error recovering public key."), -QT_TRANSLATE_NOOP("dash-core", "Error"), -QT_TRANSLATE_NOOP("dash-core", "Error: A fatal internal error occured, see debug.log for details"), -QT_TRANSLATE_NOOP("dash-core", "Error: Can't select current denominated inputs"), -QT_TRANSLATE_NOOP("dash-core", "Error: Disk space is low!"), -QT_TRANSLATE_NOOP("dash-core", "Error: Unsupported argument -tor found, use -onion."), -QT_TRANSLATE_NOOP("dash-core", "Error: Wallet locked, unable to create transaction!"), -QT_TRANSLATE_NOOP("dash-core", "Error: You already have pending entries in the Darksend pool"), -QT_TRANSLATE_NOOP("dash-core", "Failed to listen on any port. Use -listen=0 if you want this."), -QT_TRANSLATE_NOOP("dash-core", "Failed to read block"), -QT_TRANSLATE_NOOP("dash-core", "Fee (in DASH/kB) to add to transactions you send (default: %s)"), -QT_TRANSLATE_NOOP("dash-core", "Finalizing transaction."), -QT_TRANSLATE_NOOP("dash-core", "Force safe mode (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Found enough users, signing ( waiting %s )"), -QT_TRANSLATE_NOOP("dash-core", "Found enough users, signing ..."), -QT_TRANSLATE_NOOP("dash-core", "Generate coins (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "How many blocks to check at startup (default: %u, 0 = all)"), -QT_TRANSLATE_NOOP("dash-core", "If is not supplied, output all debugging information."), -QT_TRANSLATE_NOOP("dash-core", "Importing..."), -QT_TRANSLATE_NOOP("dash-core", "Imports blocks from external blk000??.dat file"), -QT_TRANSLATE_NOOP("dash-core", "Include IP addresses in debug output (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Incompatible mode."), -QT_TRANSLATE_NOOP("dash-core", "Incompatible version."), -QT_TRANSLATE_NOOP("dash-core", "Incorrect or no genesis block found. Wrong datadir for network?"), -QT_TRANSLATE_NOOP("dash-core", "Information"), -QT_TRANSLATE_NOOP("dash-core", "Initialization sanity check failed. Dash Core is shutting down."), -QT_TRANSLATE_NOOP("dash-core", "Input is not valid."), -QT_TRANSLATE_NOOP("dash-core", "InstantX options:"), -QT_TRANSLATE_NOOP("dash-core", "Insufficient funds."), -QT_TRANSLATE_NOOP("dash-core", "Invalid -onion address: '%s'"), -QT_TRANSLATE_NOOP("dash-core", "Invalid -proxy address: '%s'"), -QT_TRANSLATE_NOOP("dash-core", "Invalid amount for -maxtxfee=: '%s'"), -QT_TRANSLATE_NOOP("dash-core", "Invalid amount for -minrelaytxfee=: '%s'"), -QT_TRANSLATE_NOOP("dash-core", "Invalid amount for -mintxfee=: '%s'"), -QT_TRANSLATE_NOOP("dash-core", "Invalid amount for -paytxfee=: '%s' (must be at least %s)"), -QT_TRANSLATE_NOOP("dash-core", "Invalid amount for -paytxfee=: '%s'"), -QT_TRANSLATE_NOOP("dash-core", "Invalid masternodeprivkey. Please see documenation."), -QT_TRANSLATE_NOOP("dash-core", "Invalid netmask specified in -whitelist: '%s'"), -QT_TRANSLATE_NOOP("dash-core", "Invalid port detected in masternode.conf"), -QT_TRANSLATE_NOOP("dash-core", "Invalid private key."), -QT_TRANSLATE_NOOP("dash-core", "Invalid script detected."), -QT_TRANSLATE_NOOP("dash-core", "KeePassHttp id for the established association"), -QT_TRANSLATE_NOOP("dash-core", "KeePassHttp key for AES encrypted communication with KeePass"), -QT_TRANSLATE_NOOP("dash-core", "Keep N DASH anonymized (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Keep at most unconnectable transactions in memory (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Last Darksend was too recent."), -QT_TRANSLATE_NOOP("dash-core", "Last successful Darksend action was too recent."), -QT_TRANSLATE_NOOP("dash-core", "Limit size of signature cache to entries (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Line: %d"), -QT_TRANSLATE_NOOP("dash-core", "Listen for JSON-RPC connections on (default: %u or testnet: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Listen for connections on (default: %u or testnet: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Loading addresses..."), -QT_TRANSLATE_NOOP("dash-core", "Loading block index..."), -QT_TRANSLATE_NOOP("dash-core", "Loading budget cache..."), -QT_TRANSLATE_NOOP("dash-core", "Loading masternode cache..."), -QT_TRANSLATE_NOOP("dash-core", "Loading masternode payment cache..."), -QT_TRANSLATE_NOOP("dash-core", "Loading wallet... (%3.2f %%)"), -QT_TRANSLATE_NOOP("dash-core", "Loading wallet..."), -QT_TRANSLATE_NOOP("dash-core", "Lock is already in place."), -QT_TRANSLATE_NOOP("dash-core", "Lock masternodes from masternode configuration file (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Maintain at most connections to peers (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Masternode options:"), -QT_TRANSLATE_NOOP("dash-core", "Masternode queue is full."), -QT_TRANSLATE_NOOP("dash-core", "Masternode:"), -QT_TRANSLATE_NOOP("dash-core", "Maximum per-connection receive buffer, *1000 bytes (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Maximum per-connection send buffer, *1000 bytes (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Missing input transaction information."), -QT_TRANSLATE_NOOP("dash-core", "Mixing in progress..."), -QT_TRANSLATE_NOOP("dash-core", "Need to specify a port with -whitebind: '%s'"), -QT_TRANSLATE_NOOP("dash-core", "No Masternodes detected."), -QT_TRANSLATE_NOOP("dash-core", "No compatible Masternode found."), -QT_TRANSLATE_NOOP("dash-core", "No funds detected in need of denominating."), -QT_TRANSLATE_NOOP("dash-core", "No matching denominations found for mixing."), -QT_TRANSLATE_NOOP("dash-core", "Node relay options:"), -QT_TRANSLATE_NOOP("dash-core", "Non-standard public key detected."), -QT_TRANSLATE_NOOP("dash-core", "Not compatible with existing transactions."), -QT_TRANSLATE_NOOP("dash-core", "Not enough file descriptors available."), -QT_TRANSLATE_NOOP("dash-core", "Not in the Masternode list."), -QT_TRANSLATE_NOOP("dash-core", "Number of automatic wallet backups (default: 10)"), -QT_TRANSLATE_NOOP("dash-core", "Only accept block chain matching built-in checkpoints (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Only connect to nodes in network (ipv4, ipv6 or onion)"), -QT_TRANSLATE_NOOP("dash-core", "Options:"), -QT_TRANSLATE_NOOP("dash-core", "Password for JSON-RPC connections"), -QT_TRANSLATE_NOOP("dash-core", "Prepend debug output with timestamp (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "RPC SSL options: (see the Bitcoin Wiki for SSL setup instructions)"), -QT_TRANSLATE_NOOP("dash-core", "RPC server options:"), -QT_TRANSLATE_NOOP("dash-core", "RPC support for HTTP persistent connections (default: %d)"), -QT_TRANSLATE_NOOP("dash-core", "Randomly drop 1 of every network messages"), -QT_TRANSLATE_NOOP("dash-core", "Randomly fuzz 1 of every network messages"), -QT_TRANSLATE_NOOP("dash-core", "Rebuild block chain index from current blk000??.dat files"), -QT_TRANSLATE_NOOP("dash-core", "Receive and display P2P network alerts (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Relay and mine data carrier transactions (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Relay non-P2SH multisig (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Rescan the block chain for missing wallet transactions"), -QT_TRANSLATE_NOOP("dash-core", "Rescanning..."), -QT_TRANSLATE_NOOP("dash-core", "Run a thread to flush wallet periodically (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Run in the background as a daemon and accept commands"), -QT_TRANSLATE_NOOP("dash-core", "Send trace/debug info to debug.log file (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Send transactions as zero-fee transactions if possible (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Server certificate file (default: %s)"), -QT_TRANSLATE_NOOP("dash-core", "Server private key (default: %s)"), -QT_TRANSLATE_NOOP("dash-core", "Session not complete!"), -QT_TRANSLATE_NOOP("dash-core", "Session timed out."), -QT_TRANSLATE_NOOP("dash-core", "Set database cache size in megabytes (%d to %d, default: %d)"), -QT_TRANSLATE_NOOP("dash-core", "Set external address:port to get to this masternode (example: %s)"), -QT_TRANSLATE_NOOP("dash-core", "Set key pool size to (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Set maximum block size in bytes (default: %d)"), -QT_TRANSLATE_NOOP("dash-core", "Set minimum block size in bytes (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Set the masternode private key"), -QT_TRANSLATE_NOOP("dash-core", "Set the number of threads to service RPC calls (default: %d)"), -QT_TRANSLATE_NOOP("dash-core", "Sets the DB_PRIVATE flag in the wallet db environment (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Show all debugging options (usage: --help -help-debug)"), -QT_TRANSLATE_NOOP("dash-core", "Shrink debug.log file on client startup (default: 1 when no -debug)"), -QT_TRANSLATE_NOOP("dash-core", "Signing failed."), -QT_TRANSLATE_NOOP("dash-core", "Signing timed out."), -QT_TRANSLATE_NOOP("dash-core", "Signing transaction failed"), -QT_TRANSLATE_NOOP("dash-core", "Specify configuration file (default: %s)"), -QT_TRANSLATE_NOOP("dash-core", "Specify connection timeout in milliseconds (minimum: 1, default: %d)"), -QT_TRANSLATE_NOOP("dash-core", "Specify data directory"), -QT_TRANSLATE_NOOP("dash-core", "Specify masternode configuration file (default: %s)"), -QT_TRANSLATE_NOOP("dash-core", "Specify pid file (default: %s)"), -QT_TRANSLATE_NOOP("dash-core", "Specify wallet file (within data directory)"), -QT_TRANSLATE_NOOP("dash-core", "Specify your own public address"), -QT_TRANSLATE_NOOP("dash-core", "Spend unconfirmed change when sending transactions (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Stop running after importing blocks from disk (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Submitted following entries to masternode: %u / %d"), -QT_TRANSLATE_NOOP("dash-core", "Submitted to masternode, waiting for more entries ( %u / %d ) %s"), -QT_TRANSLATE_NOOP("dash-core", "Submitted to masternode, waiting in queue %s"), -QT_TRANSLATE_NOOP("dash-core", "Synchronization failed"), -QT_TRANSLATE_NOOP("dash-core", "Synchronization finished"), -QT_TRANSLATE_NOOP("dash-core", "Synchronization pending..."), -QT_TRANSLATE_NOOP("dash-core", "Synchronizing budgets..."), -QT_TRANSLATE_NOOP("dash-core", "Synchronizing masternode winners..."), -QT_TRANSLATE_NOOP("dash-core", "Synchronizing masternodes..."), -QT_TRANSLATE_NOOP("dash-core", "Synchronizing sporks..."), -QT_TRANSLATE_NOOP("dash-core", "This help message"), -QT_TRANSLATE_NOOP("dash-core", "This is experimental software."), -QT_TRANSLATE_NOOP("dash-core", "This is intended for regression testing tools and app development."), -QT_TRANSLATE_NOOP("dash-core", "This is not a Masternode."), -QT_TRANSLATE_NOOP("dash-core", "Threshold for disconnecting misbehaving peers (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Transaction amount too small"), -QT_TRANSLATE_NOOP("dash-core", "Transaction amounts must be positive"), -QT_TRANSLATE_NOOP("dash-core", "Transaction created successfully."), -QT_TRANSLATE_NOOP("dash-core", "Transaction fees are too high."), -QT_TRANSLATE_NOOP("dash-core", "Transaction not valid."), -QT_TRANSLATE_NOOP("dash-core", "Transaction too large for fee policy"), -QT_TRANSLATE_NOOP("dash-core", "Transaction too large"), -QT_TRANSLATE_NOOP("dash-core", "Transmitting final transaction."), -QT_TRANSLATE_NOOP("dash-core", "Unable to bind to %s on this computer (bind returned error %s)"), -QT_TRANSLATE_NOOP("dash-core", "Unable to sign spork message, wrong key?"), -QT_TRANSLATE_NOOP("dash-core", "Unknown network specified in -onlynet: '%s'"), -QT_TRANSLATE_NOOP("dash-core", "Unknown state: id = %u"), -QT_TRANSLATE_NOOP("dash-core", "Upgrade wallet to latest format"), -QT_TRANSLATE_NOOP("dash-core", "Use KeePass 2 integration using KeePassHttp plugin (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Use N separate masternodes to anonymize funds (2-8, default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Use OpenSSL (https) for JSON-RPC connections"), -QT_TRANSLATE_NOOP("dash-core", "Use UPnP to map the listening port (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Use UPnP to map the listening port (default: 1 when listening)"), -QT_TRANSLATE_NOOP("dash-core", "Use the test network"), -QT_TRANSLATE_NOOP("dash-core", "Username for JSON-RPC connections"), -QT_TRANSLATE_NOOP("dash-core", "Value more than Darksend pool maximum allows."), -QT_TRANSLATE_NOOP("dash-core", "Verifying blocks..."), -QT_TRANSLATE_NOOP("dash-core", "Verifying wallet..."), -QT_TRANSLATE_NOOP("dash-core", "Wallet %s resides outside data directory %s"), -QT_TRANSLATE_NOOP("dash-core", "Wallet is locked."), -QT_TRANSLATE_NOOP("dash-core", "Wallet needed to be rewritten: restart Dash Core to complete"), -QT_TRANSLATE_NOOP("dash-core", "Wallet options:"), -QT_TRANSLATE_NOOP("dash-core", "Wallet window title"), -QT_TRANSLATE_NOOP("dash-core", "Warning"), -QT_TRANSLATE_NOOP("dash-core", "Warning: This version is obsolete, upgrade required!"), -QT_TRANSLATE_NOOP("dash-core", "Warning: Unsupported argument -benchmark ignored, use -debug=bench."), -QT_TRANSLATE_NOOP("dash-core", "Warning: Unsupported argument -debugnet ignored, use -debug=net."), -QT_TRANSLATE_NOOP("dash-core", "Will retry..."), -QT_TRANSLATE_NOOP("dash-core", "You need to rebuild the database using -reindex to change -txindex"), -QT_TRANSLATE_NOOP("dash-core", "Your entries added successfully."), -QT_TRANSLATE_NOOP("dash-core", "Your transaction was accepted into the pool!"), -QT_TRANSLATE_NOOP("dash-core", "Zapping all transactions from wallet..."), -QT_TRANSLATE_NOOP("dash-core", "on startup"), -QT_TRANSLATE_NOOP("dash-core", "wallet.dat corrupt, salvage failed"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "(9999 could be used only on mainnet)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "(default: %s)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "(default: 1)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "(must be 9999 for mainnet)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", " can be:\n"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Accept command line and JSON-RPC commands"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Accept connections from outside (default: 1 if no -proxy or -connect)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Accept public REST requests (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Acceptable ciphers (default: %s)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Add a node to connect to and attempt to keep the connection open"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Allow DNS lookups for -addnode, -seednode and -connect"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Already have that input."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Always query for peer addresses via DNS lookup (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Attempt to recover private keys from a corrupt wallet.dat"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Block creation options:"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Can't denominate: no compatible inputs left."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Can't find random Masternode."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Can't mix while sync in progress."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Cannot downgrade wallet"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Cannot resolve -bind address: '%s'"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Cannot resolve -externalip address: '%s'"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Cannot resolve -whitebind address: '%s'"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Cannot write default address"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Collateral not valid."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Connect only to the specified node(s)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Connect through SOCKS5 proxy"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Connect to KeePassHttp on port (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Connect to a node to retrieve peer addresses, and disconnect"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Connection options:"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Copyright (C) 2009-%i The Bitcoin Core Developers"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Copyright (C) 2014-%i The SarmaCoins Core Developers"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Corrupted block database detected"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Could not parse -rpcbind value %s as network address"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Could not parse masternode.conf"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Darksend is idle."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Darksend options:"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Darksend request complete:"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Darksend request incomplete:"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Debugging/Testing options:"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Disable safemode, override a real safe mode event (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Discover own IP address (default: 1 when listening and no -externalip)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Do not load the wallet and disable wallet RPC calls"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Do you want to rebuild the block database now?"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Done loading"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Enable the client to act as a masternode (0-1, default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Entries are full."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Error connecting to Masternode."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Error initializing block database"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Error initializing wallet database environment %s!"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Error loading block database"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Error loading wallet.dat"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Error loading wallet.dat: Wallet corrupted"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Error loading wallet.dat: Wallet requires newer version of SarmaCoins Core"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Error opening block database"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Error reading from database, shutting down."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Error recovering public key."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Error"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Error: A fatal internal error occured, see debug.log for details"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Error: Can't select current denominated inputs"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Error: Disk space is low!"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Error: Unsupported argument -tor found, use -onion."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Error: Wallet locked, unable to create transaction!"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Error: You already have pending entries in the Darksend pool"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Failed to listen on any port. Use -listen=0 if you want this."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Failed to read block"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Fee (in SarmaCoins/kB) to add to transactions you send (default: %s)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Finalizing transaction."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Force safe mode (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Found enough users, signing ( waiting %s )"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Found enough users, signing ..."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Generate coins (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "How many blocks to check at startup (default: %u, 0 = all)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "If is not supplied, output all debugging information."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Importing..."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Imports blocks from external blk000??.dat file"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Include IP addresses in debug output (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Incompatible mode."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Incompatible version."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Incorrect or no genesis block found. Wrong datadir for network?"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Information"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Initialization sanity check failed. SarmaCoins Core is shutting down."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Input is not valid."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "InstantX options:"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Insufficient funds."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Invalid -onion address: '%s'"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Invalid -proxy address: '%s'"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Invalid amount for -maxtxfee=: '%s'"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Invalid amount for -minrelaytxfee=: '%s'"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Invalid amount for -mintxfee=: '%s'"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Invalid amount for -paytxfee=: '%s' (must be at least %s)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Invalid amount for -paytxfee=: '%s'"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Invalid masternodeprivkey. Please see documenation."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Invalid netmask specified in -whitelist: '%s'"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Invalid port detected in masternode.conf"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Invalid private key."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Invalid script detected."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "KeePassHttp id for the established association"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "KeePassHttp key for AES encrypted communication with KeePass"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Keep N SarmaCoins anonymized (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Keep at most unconnectable transactions in memory (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Last Darksend was too recent."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Last successful Darksend action was too recent."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Limit size of signature cache to entries (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Line: %d"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Listen for JSON-RPC connections on (default: %u or testnet: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Listen for connections on (default: %u or testnet: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Loading addresses..."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Loading block index..."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Loading budget cache..."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Loading masternode cache..."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Loading masternode payment cache..."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Loading wallet... (%3.2f %%)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Loading wallet..."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Lock is already in place."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Lock masternodes from masternode configuration file (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Maintain at most connections to peers (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Masternode options:"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Masternode queue is full."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Masternode:"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Maximum per-connection receive buffer, *1000 bytes (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Maximum per-connection send buffer, *1000 bytes (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Missing input transaction information."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Mixing in progress..."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Need to specify a port with -whitebind: '%s'"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "No Masternodes detected."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "No compatible Masternode found."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "No funds detected in need of denominating."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "No matching denominations found for mixing."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Node relay options:"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Non-standard public key detected."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Not compatible with existing transactions."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Not enough file descriptors available."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Not in the Masternode list."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Number of automatic wallet backups (default: 10)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Only accept block chain matching built-in checkpoints (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Only connect to nodes in network (ipv4, ipv6 or onion)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Options:"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Password for JSON-RPC connections"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Prepend debug output with timestamp (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "RPC SSL options: (see the Bitcoin Wiki for SSL setup instructions)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "RPC server options:"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "RPC support for HTTP persistent connections (default: %d)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Randomly drop 1 of every network messages"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Randomly fuzz 1 of every network messages"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Rebuild block chain index from current blk000??.dat files"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Receive and display P2P network alerts (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Relay and mine data carrier transactions (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Relay non-P2SH multisig (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Rescan the block chain for missing wallet transactions"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Rescanning..."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Run a thread to flush wallet periodically (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Run in the background as a daemon and accept commands"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Send trace/debug info to debug.log file (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Send transactions as zero-fee transactions if possible (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Server certificate file (default: %s)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Server private key (default: %s)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Session not complete!"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Session timed out."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Set database cache size in megabytes (%d to %d, default: %d)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Set external address:port to get to this masternode (example: %s)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Set key pool size to (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Set maximum block size in bytes (default: %d)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Set minimum block size in bytes (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Set the masternode private key"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Set the number of threads to service RPC calls (default: %d)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Sets the DB_PRIVATE flag in the wallet db environment (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Show all debugging options (usage: --help -help-debug)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Shrink debug.log file on client startup (default: 1 when no -debug)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Signing failed."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Signing timed out."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Signing transaction failed"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Specify configuration file (default: %s)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Specify connection timeout in milliseconds (minimum: 1, default: %d)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Specify data directory"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Specify masternode configuration file (default: %s)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Specify pid file (default: %s)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Specify wallet file (within data directory)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Specify your own public address"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Spend unconfirmed change when sending transactions (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Stop running after importing blocks from disk (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Submitted following entries to masternode: %u / %d"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Submitted to masternode, waiting for more entries ( %u / %d ) %s"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Submitted to masternode, waiting in queue %s"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Synchronization failed"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Synchronization finished"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Synchronization pending..."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Synchronizing budgets..."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Synchronizing masternode winners..."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Synchronizing masternodes..."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Synchronizing sporks..."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "This help message"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "This is experimental software."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "This is intended for regression testing tools and app development."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "This is not a Masternode."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Threshold for disconnecting misbehaving peers (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Transaction amount too small"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Transaction amounts must be positive"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Transaction created successfully."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Transaction fees are too high."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Transaction not valid."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Transaction too large for fee policy"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Transaction too large"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Transmitting final transaction."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Unable to bind to %s on this computer (bind returned error %s)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Unable to sign spork message, wrong key?"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Unknown network specified in -onlynet: '%s'"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Unknown state: id = %u"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Upgrade wallet to latest format"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Use KeePass 2 integration using KeePassHttp plugin (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Use N separate masternodes to anonymize funds (2-8, default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Use OpenSSL (https) for JSON-RPC connections"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Use UPnP to map the listening port (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Use UPnP to map the listening port (default: 1 when listening)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Use the test network"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Username for JSON-RPC connections"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Value more than Darksend pool maximum allows."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Verifying blocks..."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Verifying wallet..."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Wallet %s resides outside data directory %s"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Wallet is locked."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Wallet needed to be rewritten: restart SarmaCoins Core to complete"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Wallet options:"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Wallet window title"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Warning"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Warning: This version is obsolete, upgrade required!"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Warning: Unsupported argument -benchmark ignored, use -debug=bench."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Warning: Unsupported argument -debugnet ignored, use -debug=net."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Will retry..."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "You need to rebuild the database using -reindex to change -txindex"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Your entries added successfully."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Your transaction was accepted into the pool!"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Zapping all transactions from wallet..."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "on startup"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "wallet.dat corrupt, salvage failed"), }; diff --git a/src/qt/editaddressdialog.cpp b/src/qt/editaddressdialog.cpp index 0a7fee4f1b332..617d3543c5ef7 100644 --- a/src/qt/editaddressdialog.cpp +++ b/src/qt/editaddressdialog.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -108,7 +108,7 @@ void EditAddressDialog::accept() break; case AddressTableModel::INVALID_ADDRESS: QMessageBox::warning(this, windowTitle(), - tr("The entered address \"%1\" is not a valid Dash address.").arg(ui->addressEdit->text()), + tr("The entered address \"%1\" is not a valid SarmaCoins address.").arg(ui->addressEdit->text()), QMessageBox::Ok, QMessageBox::Ok); break; case AddressTableModel::DUPLICATE_ADDRESS: diff --git a/src/qt/forms/addressbookpage.ui b/src/qt/forms/addressbookpage.ui index b45d0c10a12c6..31bc05788ea02 100644 --- a/src/qt/forms/addressbookpage.ui +++ b/src/qt/forms/addressbookpage.ui @@ -60,7 +60,7 @@ &New - + :/icons/add:/icons/add @@ -77,7 +77,7 @@ &Copy - + :/icons/editcopy:/icons/editcopy @@ -94,7 +94,7 @@ &Delete - + :/icons/remove:/icons/remove @@ -124,7 +124,7 @@ &Export - + :/icons/export:/icons/export @@ -153,7 +153,7 @@ - + diff --git a/src/qt/forms/coincontroldialog.ui b/src/qt/forms/coincontroldialog.ui index a80652c3c3667..7be5ebec61d5b 100644 --- a/src/qt/forms/coincontroldialog.ui +++ b/src/qt/forms/coincontroldialog.ui @@ -132,7 +132,7 @@ Qt::ActionsContextMenu - 0.00 DASH + 0.00 SarmaCoins Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse @@ -206,7 +206,7 @@ Qt::ActionsContextMenu - 0.00 DASH + 0.00 SarmaCoins Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse @@ -286,7 +286,7 @@ Qt::ActionsContextMenu - 0.00 DASH + 0.00 SarmaCoins Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse @@ -321,7 +321,7 @@ Qt::ActionsContextMenu - 0.00 DASH + 0.00 SarmaCoins Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse diff --git a/src/qt/forms/darksendconfig.ui b/src/qt/forms/darksendconfig.ui index 914431d6172ed..4815f5f97e2ac 100644 --- a/src/qt/forms/darksendconfig.ui +++ b/src/qt/forms/darksendconfig.ui @@ -75,7 +75,7 @@ - Use 2 separate masternodes to mix funds up to 1000 DASH + Use 2 separate masternodes to mix funds up to 1000 SarmaCoins @@ -88,7 +88,7 @@ - Use 8 separate masternodes to mix funds up to 1000 DASH + Use 8 separate masternodes to mix funds up to 1000 SarmaCoins @@ -114,7 +114,7 @@ - This option is the quickest and will cost about ~0.025 DASH to anonymize 1000 DASH + This option is the quickest and will cost about ~0.025 SarmaCoins to anonymize 1000 SarmaCoins @@ -127,7 +127,7 @@ - This option is moderately fast and will cost about 0.05 DASH to anonymize 1000 DASH + This option is moderately fast and will cost about 0.05 SarmaCoins to anonymize 1000 SarmaCoins @@ -153,7 +153,7 @@ - 0.1 DASH per 1000 DASH you anonymize. + 0.1 SarmaCoins per 1000 SarmaCoins you anonymize. diff --git a/src/qt/forms/helpmessagedialog.ui b/src/qt/forms/helpmessagedialog.ui index e1edf58916850..590b90f0b5517 100644 --- a/src/qt/forms/helpmessagedialog.ui +++ b/src/qt/forms/helpmessagedialog.ui @@ -16,7 +16,7 @@ - Dash Core - Command-line options + SarmaCoins Core - Command-line options @@ -28,7 +28,7 @@ - :/images/about + :/images/about @@ -87,7 +87,7 @@ - + diff --git a/src/qt/forms/intro.ui b/src/qt/forms/intro.ui index dd014d90a936b..f8e7862dfc7f7 100644 --- a/src/qt/forms/intro.ui +++ b/src/qt/forms/intro.ui @@ -20,7 +20,7 @@ QLabel { font-style:italic; } - Welcome to Dash Core. + Welcome to SarmaCoins Core. true @@ -46,7 +46,7 @@ - As this is the first time the program is launched, you can choose where Dash Core will store its data. + As this is the first time the program is launched, you can choose where SarmaCoins Core will store its data. true @@ -56,7 +56,7 @@ - Dash Core will download and store a copy of the Dash block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + SarmaCoins Core will download and store a copy of the SarmaCoins block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. true diff --git a/src/qt/forms/optionsdialog.ui b/src/qt/forms/optionsdialog.ui index 27e8773fcac81..5b816ff7c7c97 100644 --- a/src/qt/forms/optionsdialog.ui +++ b/src/qt/forms/optionsdialog.ui @@ -30,10 +30,10 @@ - Automatically start Dash after logging in to the system. + Automatically start SarmaCoins after logging in to the system. - &Start Dash on system login + &Start SarmaCoins on system login @@ -177,7 +177,7 @@ - Amount of Dash to keep anonymized + Amount of SarmaCoins to keep anonymized @@ -258,7 +258,7 @@ - Automatically open the Dash client port on the router. This only works when your router supports UPnP and it is enabled. + Automatically open the SarmaCoins client port on the router. This only works when your router supports UPnP and it is enabled. Map port using &UPnP @@ -278,7 +278,7 @@ - Connect to the Dash network through a SOCKS5 proxy. + Connect to the SarmaCoins network through a SOCKS5 proxy. &Connect through SOCKS5 proxy (default proxy): @@ -444,7 +444,7 @@ - The user interface language can be set here. This setting will take effect after restarting Dash. + The user interface language can be set here. This setting will take effect after restarting SarmaCoins. @@ -466,7 +466,7 @@ Language missing or translation incomplete? Help contributing translations here: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ true diff --git a/src/qt/forms/overviewpage.ui b/src/qt/forms/overviewpage.ui index a7925a3730b35..0c2dcba9e5d90 100644 --- a/src/qt/forms/overviewpage.ui +++ b/src/qt/forms/overviewpage.ui @@ -70,7 +70,7 @@ WhatsThisCursor - The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. + The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. QLabel { color: red; } @@ -474,7 +474,7 @@ - 0 DASH + 0 SarmaCoins @@ -488,7 +488,7 @@ - 0 DASH / 0 Rounds + 0 SarmaCoins / 0 Rounds @@ -1085,7 +1085,7 @@ - The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. + The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. QLabel { color: red; } @@ -1162,7 +1162,7 @@ WhatsThisCursor - The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. + The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. QLabel { color: red; } diff --git a/src/qt/forms/receivecoinsdialog.ui b/src/qt/forms/receivecoinsdialog.ui index e0234fb368f05..fa36a9b671782 100644 --- a/src/qt/forms/receivecoinsdialog.ui +++ b/src/qt/forms/receivecoinsdialog.ui @@ -48,7 +48,7 @@ - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dash network. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the SarmaCoins network. &Message: @@ -71,7 +71,7 @@ - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Dash network. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the SarmaCoins network. @@ -141,7 +141,7 @@ &Request payment - + :/icons/receiving_addresses:/icons/receiving_addresses @@ -161,7 +161,7 @@ Clear - + :/icons/remove:/icons/remove @@ -264,7 +264,7 @@ Show - + :/icons/edit:/icons/edit @@ -284,7 +284,7 @@ Remove - + :/icons/remove:/icons/remove @@ -332,7 +332,7 @@ removeRequestButton - + diff --git a/src/qt/forms/rpcconsole.ui b/src/qt/forms/rpcconsole.ui index 089b9de898e95..22eaf4a154ff0 100644 --- a/src/qt/forms/rpcconsole.ui +++ b/src/qt/forms/rpcconsole.ui @@ -185,7 +185,7 @@ - Open the Dash debug log file from the current data directory. This can take a few seconds for large log files. + Open the SarmaCoins debug log file from the current data directory. This can take a few seconds for large log files. &Open @@ -414,7 +414,7 @@ - + :/icons/remove:/icons/remove @@ -1334,7 +1334,7 @@ - + diff --git a/src/qt/forms/sendcoinsdialog.ui b/src/qt/forms/sendcoinsdialog.ui index e89957058d42f..cb2ccfef01943 100644 --- a/src/qt/forms/sendcoinsdialog.ui +++ b/src/qt/forms/sendcoinsdialog.ui @@ -324,7 +324,7 @@ Qt::ActionsContextMenu - 0.00 DASH + 0.00 SarmaCoins Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse @@ -404,7 +404,7 @@ Qt::ActionsContextMenu - 0.00 DASH + 0.00 SarmaCoins Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse @@ -484,7 +484,7 @@ Qt::ActionsContextMenu - 0.00 DASH + 0.00 SarmaCoins Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse @@ -513,7 +513,7 @@ Qt::ActionsContextMenu - 0.00 DASH + 0.00 SarmaCoins Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse @@ -904,7 +904,7 @@ - Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for dash transactions than the network can process. + Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for SarmaCoins transactions than the network can process. @@ -917,7 +917,7 @@ true - Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for dash transactions than the network can process. + Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for SarmaCoins transactions than the network can process. (read the tooltip) @@ -1258,7 +1258,7 @@ S&end - + :/icons/send:/icons/send @@ -1284,7 +1284,7 @@ Clear &All - + :/icons/remove:/icons/remove @@ -1301,7 +1301,7 @@ Add &Recipient - + :/icons/add:/icons/add @@ -1378,7 +1378,7 @@ IBeamCursor - 123.456 DASH + 123.456 SarmaCoins Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse @@ -1405,7 +1405,7 @@ - + diff --git a/src/qt/forms/sendcoinsentry.ui b/src/qt/forms/sendcoinsentry.ui index a6d0a8cf242eb..6b1e59d101d35 100644 --- a/src/qt/forms/sendcoinsentry.ui +++ b/src/qt/forms/sendcoinsentry.ui @@ -51,7 +51,7 @@ - The Dash address to send the payment to + The SarmaCoins address to send the payment to @@ -64,7 +64,7 @@ - + :/icons/address-book:/icons/address-book @@ -81,7 +81,7 @@ - + :/icons/editpaste:/icons/editpaste @@ -98,7 +98,7 @@ - + :/icons/remove:/icons/remove @@ -154,7 +154,7 @@ - A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network. + A message that was attached to the SarmaCoins: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the SarmaCoins network. Qt::PlainText @@ -622,7 +622,7 @@ - + :/icons/remove:/icons/remove @@ -1158,7 +1158,7 @@ - + :/icons/remove:/icons/remove @@ -1230,7 +1230,7 @@ deleteButton_s - + diff --git a/src/qt/forms/signverifymessagedialog.ui b/src/qt/forms/signverifymessagedialog.ui index 66d7c5b111df8..d3d25baa7141b 100644 --- a/src/qt/forms/signverifymessagedialog.ui +++ b/src/qt/forms/signverifymessagedialog.ui @@ -48,7 +48,7 @@ - The Dash address to sign the message with + The SarmaCoins address to sign the message with @@ -61,7 +61,7 @@ - + :/icons/address-book:/icons/address-book @@ -81,7 +81,7 @@ - + :/icons/editpaste:/icons/editpaste @@ -137,7 +137,7 @@ - + :/icons/editcopy:/icons/editcopy @@ -152,13 +152,13 @@ - Sign the message to prove you own this Dash address + Sign the message to prove you own this SarmaCoins address Sign &Message - + :/icons/edit:/icons/edit @@ -175,7 +175,7 @@ Clear &All - + :/icons/remove:/icons/remove @@ -258,7 +258,7 @@ - The Dash address the message was signed with + The SarmaCoins address the message was signed with @@ -271,7 +271,7 @@ - + :/icons/address-book:/icons/address-book @@ -295,13 +295,13 @@ - Verify the message to ensure it was signed with the specified Dash address + Verify the message to ensure it was signed with the specified SarmaCoins address Verify &Message - + :/icons/transaction_0:/icons/transaction_0 @@ -318,7 +318,7 @@ Clear &All - + :/icons/remove:/icons/remove @@ -384,7 +384,7 @@ - + diff --git a/src/qt/guiconstants.h b/src/qt/guiconstants.h index c563ef88369eb..d0cc4586190bb 100644 --- a/src/qt/guiconstants.h +++ b/src/qt/guiconstants.h @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -45,9 +45,9 @@ static const int MAX_URI_LENGTH = 255; /* Number of frames in spinner animation */ #define SPINNER_FRAMES 35 -#define QAPP_ORG_NAME "Dash" +#define QAPP_ORG_NAME "SarmaCoins" #define QAPP_ORG_DOMAIN "SarmaCoins.io" -#define QAPP_APP_NAME_DEFAULT "Dash-Qt" -#define QAPP_APP_NAME_TESTNET "Dash-Qt-testnet" +#define QAPP_APP_NAME_DEFAULT "SarmaCoins-Qt" +#define QAPP_APP_NAME_TESTNET "SarmaCoins-Qt-testnet" #endif // BITCOIN_QT_GUICONSTANTS_H diff --git a/src/qt/guiutil.cpp b/src/qt/guiutil.cpp index 6f495230b65de..10fe0f3d0efc8 100644 --- a/src/qt/guiutil.cpp +++ b/src/qt/guiutil.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -107,7 +107,7 @@ void setupAddressWidget(QValidatedLineEdit *widget, QWidget *parent) #if QT_VERSION >= 0x040700 // We don't want translators to use own addresses in translations // and this is the only place, where this address is supplied. - widget->setPlaceholderText(QObject::tr("Enter a Dash address (e.g. %1)").arg("XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg")); + widget->setPlaceholderText(QObject::tr("Enter a SarmaCoins address (e.g. %1)").arg("XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg")); #endif widget->setValidator(new BitcoinAddressEntryValidator(parent)); widget->setCheckValidator(new BitcoinAddressCheckValidator(parent)); @@ -124,8 +124,8 @@ void setupAmountWidget(QLineEdit *widget, QWidget *parent) bool parseBitcoinURI(const QUrl &uri, SendCoinsRecipient *out) { - // return if URI is not valid or is no dash: URI - if(!uri.isValid() || uri.scheme() != QString("dash")) + // return if URI is not valid or is no SarmaCoins: URI + if(!uri.isValid() || uri.scheme() != QString("SarmaCoins")) return false; SendCoinsRecipient rv; @@ -165,7 +165,7 @@ bool parseBitcoinURI(const QUrl &uri, SendCoinsRecipient *out) { if(!i->second.isEmpty()) { - if(!BitcoinUnits::parse(BitcoinUnits::DASH, i->second, &rv.amount)) + if(!BitcoinUnits::parse(BitcoinUnits::SarmaCoins, i->second, &rv.amount)) { return false; } @@ -185,13 +185,13 @@ bool parseBitcoinURI(const QUrl &uri, SendCoinsRecipient *out) bool parseBitcoinURI(QString uri, SendCoinsRecipient *out) { - // Convert dash:// to dash: + // Convert SarmaCoins:// to SarmaCoins: // - // Cannot handle this later, because dash:// will cause Qt to see the part after // as host, + // Cannot handle this later, because SarmaCoins:// will cause Qt to see the part after // as host, // which will lower-case it (and thus invalidate the address). - if(uri.startsWith("dash://", Qt::CaseInsensitive)) + if(uri.startsWith("SarmaCoins://", Qt::CaseInsensitive)) { - uri.replace(0, 7, "dash:"); + uri.replace(0, 7, "SarmaCoins:"); } QUrl uriInstance(uri); return parseBitcoinURI(uriInstance, out); @@ -199,12 +199,12 @@ bool parseBitcoinURI(QString uri, SendCoinsRecipient *out) QString formatBitcoinURI(const SendCoinsRecipient &info) { - QString ret = QString("dash:%1").arg(info.address); + QString ret = QString("SarmaCoins:%1").arg(info.address); int paramCount = 0; if (info.amount) { - ret += QString("?amount=%1").arg(BitcoinUnits::format(BitcoinUnits::DASH, info.amount, false, BitcoinUnits::separatorNever)); + ret += QString("?amount=%1").arg(BitcoinUnits::format(BitcoinUnits::SarmaCoins, info.amount, false, BitcoinUnits::separatorNever)); paramCount++; } @@ -392,7 +392,7 @@ void openConfigfile() { boost::filesystem::path pathConfig = GetConfigFile(); - /* Open dash.conf with the associated application */ + /* Open SarmaCoins.conf with the associated application */ if (boost::filesystem::exists(pathConfig)) QDesktopServices::openUrl(QUrl::fromLocalFile(boostPathToQString(pathConfig))); } @@ -590,12 +590,12 @@ TableViewLastColumnResizingFixer::TableViewLastColumnResizingFixer(QTableView* t #ifdef WIN32 boost::filesystem::path static StartupShortcutPath() { - return GetSpecialFolderPath(CSIDL_STARTUP) / "Dash.lnk"; + return GetSpecialFolderPath(CSIDL_STARTUP) / "SarmaCoins.lnk"; } bool GetStartOnSystemStartup() { - // check for Dash.lnk + // check for SarmaCoins.lnk return boost::filesystem::exists(StartupShortcutPath()); } @@ -672,7 +672,7 @@ boost::filesystem::path static GetAutostartDir() boost::filesystem::path static GetAutostartFilePath() { - return GetAutostartDir() / "dash.desktop"; + return GetAutostartDir() / "SarmaCoins.desktop"; } bool GetStartOnSystemStartup() @@ -710,10 +710,10 @@ bool SetStartOnSystemStartup(bool fAutoStart) boost::filesystem::ofstream optionFile(GetAutostartFilePath(), std::ios_base::out|std::ios_base::trunc); if (!optionFile.good()) return false; - // Write a dash.desktop file to the autostart directory: + // Write a SarmaCoins.desktop file to the autostart directory: optionFile << "[Desktop Entry]\n"; optionFile << "Type=Application\n"; - optionFile << "Name=Dash\n"; + optionFile << "Name=SarmaCoins\n"; optionFile << "Exec=" << pszExePath << " -min\n"; optionFile << "Terminal=false\n"; optionFile << "Hidden=false\n"; @@ -732,7 +732,7 @@ bool SetStartOnSystemStartup(bool fAutoStart) LSSharedFileListItemRef findStartupItemInList(LSSharedFileListRef list, CFURLRef findUrl); LSSharedFileListItemRef findStartupItemInList(LSSharedFileListRef list, CFURLRef findUrl) { - // loop through the list of startup items and try to find the dash app + // loop through the list of startup items and try to find the SarmaCoins app CFArrayRef listSnapshot = LSSharedFileListCopySnapshot(list, NULL); for(int i = 0; i < CFArrayGetCount(listSnapshot); i++) { LSSharedFileListItemRef item = (LSSharedFileListItemRef)CFArrayGetValueAtIndex(listSnapshot, i); @@ -766,7 +766,7 @@ bool SetStartOnSystemStartup(bool fAutoStart) LSSharedFileListItemRef foundItem = findStartupItemInList(loginItems, bitcoinAppUrl); if(fAutoStart && !foundItem) { - // add dash app to startup item list + // add SarmaCoins app to startup item list LSSharedFileListInsertItemURL(loginItems, kLSSharedFileListItemBeforeFirst, NULL, NULL, bitcoinAppUrl, NULL, NULL); } else if(!fAutoStart && foundItem) { diff --git a/src/qt/guiutil.h b/src/qt/guiutil.h index 4dd6ca2f6c5a3..c144df3ecac04 100644 --- a/src/qt/guiutil.h +++ b/src/qt/guiutil.h @@ -29,7 +29,7 @@ class QUrl; class QWidget; QT_END_NAMESPACE -/** Utility functions used by the Dash Qt UI. +/** Utility functions used by the SarmaCoins Qt UI. */ namespace GUIUtil { @@ -37,14 +37,14 @@ namespace GUIUtil QString dateTimeStr(const QDateTime &datetime); QString dateTimeStr(qint64 nTime); - // Render Dash addresses in monospace font + // Render SarmaCoins addresses in monospace font QFont bitcoinAddressFont(); // Set up widgets for address and amounts void setupAddressWidget(QValidatedLineEdit *widget, QWidget *parent); void setupAmountWidget(QLineEdit *widget, QWidget *parent); - // Parse "dash:" URI into recipient object, return true on successful parsing + // Parse "SarmaCoins:" URI into recipient object, return true on successful parsing bool parseBitcoinURI(const QUrl &uri, SendCoinsRecipient *out); bool parseBitcoinURI(QString uri, SendCoinsRecipient *out); QString formatBitcoinURI(const SendCoinsRecipient &info); @@ -106,7 +106,7 @@ namespace GUIUtil // Open debug.log void openDebugLogfile(); - // Open dash.conf + // Open SarmaCoins.conf void openConfigfile(); // Browse backup folder diff --git a/src/qt/intro.cpp b/src/qt/intro.cpp index b31091ceb575c..e9e6e0d4c633e 100644 --- a/src/qt/intro.cpp +++ b/src/qt/intro.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -182,7 +182,7 @@ void Intro::pickDataDirectory() TryCreateDirectory(GUIUtil::qstringToBoostPath(dataDir)); break; } catch(fs::filesystem_error &e) { - QMessageBox::critical(0, tr("Dash Core"), + QMessageBox::critical(0, tr("SarmaCoins Core"), tr("Error: Specified data directory \"%1\" cannot be created.").arg(dataDir)); /* fall through, back to choosing screen */ } @@ -191,8 +191,8 @@ void Intro::pickDataDirectory() settings.setValue("strDataDir", dataDir); } /* Only override -datadir if different from the default, to make it possible to - * override -datadir in the dash.conf file in the default data directory - * (to be consistent with dashd behavior) + * override -datadir in the SarmaCoins.conf file in the default data directory + * (to be consistent with SarmaCoinsd behavior) */ if(dataDir != getDefaultDataDirectory()) SoftSetArg("-datadir", GUIUtil::qstringToBoostPath(dataDir).string()); // use OS locale for path setting diff --git a/src/qt/locale/dash_bg.ts b/src/qt/locale/dash_bg.ts index c9b6fcf5efe95..4175460d5b573 100644 --- a/src/qt/locale/dash_bg.ts +++ b/src/qt/locale/dash_bg.ts @@ -62,12 +62,12 @@ Адреси за получаване - These are your Dash addresses for sending payments. Always check the amount and the receiving address before sending coins. - Това са вашите Dash адреси за изпращане на плащания. Преди изпращане винаги проверявайте количеството и адреса за получаване на монетите. + These are your SarmaCoins addresses for sending payments. Always check the amount and the receiving address before sending coins. + Това са вашите SarmaCoins адреси за изпращане на плащания. Преди изпращане винаги проверявайте количеството и адреса за получаване на монетите. - These are your Dash addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Това са вашите Dash адреси за получаване на плащания. Препоръчително е да използвате нов адрес за всяка нова транзакция. + These are your SarmaCoins addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + Това са вашите SarmaCoins адреси за получаване на плащания. Препоръчително е да използвате нов адрес за всяка нова транзакция. &Copy Address @@ -176,8 +176,8 @@ Потвърдете на шифрирането на портфейла - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR DASH</b>! - Внимание: Ако шифрирате вашия портфейл и загубите паролата си, <b>ЩЕ ЗАГУБИТЕ ВСИЧКИ DASH МОНЕТИ!</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR SarmaCoins</b>! + Внимание: Ако шифрирате вашия портфейл и загубите паролата си, <b>ЩЕ ЗАГУБИТЕ ВСИЧКИ SarmaCoins МОНЕТИ!</b>! Are you sure you wish to encrypt your wallet? @@ -188,8 +188,8 @@ Портфейлът е шифриран - Dash will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your dashs from being stolen by malware infecting your computer. - Dash ще се затвори, за да завърши процеса по шифриране. Запомнете, че шифрирането на вашия портфейл не може напълно да ви предпази от кражба на монетите чрез зловреден софтуер инфектирал компютъра ви. + SarmaCoins will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your SarmaCoinss from being stolen by malware infecting your computer. + SarmaCoins ще се затвори, за да завърши процеса по шифриране. Запомнете, че шифрирането на вашия портфейл не може напълно да ви предпази от кражба на монетите чрез зловреден софтуер инфектирал компютъра ви. IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. @@ -231,8 +231,8 @@ BitcoinGUI - Dash Core - Dash Ядро + SarmaCoins Core + SarmaCoins Ядро Wallet @@ -255,16 +255,16 @@ &Изпращане - Send coins to a Dash address - Изпращане на монети към Dash адрес + Send coins to a SarmaCoins address + Изпращане на монети към SarmaCoins адрес &Receive &Получаване - Request payments (generates QR codes and dash: URIs) - Заявка за плащане (генерира QR кодове и Dash: URI) + Request payments (generates QR codes and SarmaCoins: URIs) + Заявка за плащане (генерира QR кодове и SarmaCoins: URI) &Transactions @@ -283,12 +283,12 @@ Изход от приложението - &About Dash Core - &За Dash ядрото + &About SarmaCoins Core + &За SarmaCoins ядрото - Show information about Dash Core - Покаци информация за Dash Core + Show information about SarmaCoins Core + Покаци информация за SarmaCoins Core About &Qt @@ -303,8 +303,8 @@ &Опции... - Modify configuration options for Dash - Промяна на опции за конфигуриране на Dash + Modify configuration options for SarmaCoins + Промяна на опции за конфигуриране на SarmaCoins &Show / Hide @@ -355,16 +355,16 @@ Подписване на &съобщение... - Sign messages with your Dash addresses to prove you own them - Подпиши съобщения с твоите Dash адреси за да докажеш че ги притежаваш + Sign messages with your SarmaCoins addresses to prove you own them + Подпиши съобщения с твоите SarmaCoins адреси за да докажеш че ги притежаваш &Verify message... &Проверка на съобщение... - Verify messages to ensure they were signed with specified Dash addresses - Проверете съобщенията, за да сте сигурни че са подписани с определен Dash адрес + Verify messages to ensure they were signed with specified SarmaCoins addresses + Проверете съобщенията, за да сте сигурни че са подписани с определен SarmaCoins адрес &Information @@ -443,16 +443,16 @@ Отвори &URI... - Open a dash: URI or payment request - Отвори Dash: URI или заявка за плащане + Open a SarmaCoins: URI or payment request + Отвори SarmaCoins: URI или заявка за плащане &Command-line options &Опции на командния ред - Dash Core client - Dash Core клиент + SarmaCoins Core client + SarmaCoins Core клиент Processed %n blocks of transaction history. @@ -463,8 +463,8 @@ Синхронизиране на допълнителни данни: %p% - Show the Dash Core help message to get a list with possible Dash command-line options - Покажи съобщението за помощ на Dash ядрото за да получиш списък на възможните опции за командния ред + Show the SarmaCoins Core help message to get a list with possible SarmaCoins command-line options + Покажи съобщението за помощ на SarmaCoins ядрото за да получиш списък на възможните опции за командния ред &File @@ -487,8 +487,8 @@ Лента с инструменти - %n active connection(s) to Dash network - %n активни връзки към Dash мрежата%n активни връзки към Dash мрежата + %n active connection(s) to SarmaCoins network + %n активни връзки към SarmaCoins мрежата%n активни връзки към SarmaCoins мрежата Synchronizing with network... @@ -864,28 +864,28 @@ Address: %4 Моля изберете ниво на сигурност. - Use 2 separate masternodes to mix funds up to 1000 DASH - Използване на 2 различни masternodes за смесване на средства до 1000 DASH + Use 2 separate masternodes to mix funds up to 1000 SarmaCoins + Използване на 2 различни masternodes за смесване на средства до 1000 SarmaCoins - Use 8 separate masternodes to mix funds up to 1000 DASH - Използване на 8 различни masternodes за смесване на средства до 1000 DASH + Use 8 separate masternodes to mix funds up to 1000 SarmaCoins + Използване на 8 различни masternodes за смесване на средства до 1000 SarmaCoins Use 16 separate masternodes - Използване на 16 различни masternodes за смесване на средства до 1000 DASH + Използване на 16 различни masternodes за смесване на средства до 1000 SarmaCoins - This option is the quickest and will cost about ~0.025 DASH to anonymize 1000 DASH - Това е най-бързият вариант, анонимизиране на 1000 DASH ще ви струва около 0.025 DASH + This option is the quickest and will cost about ~0.025 SarmaCoins to anonymize 1000 SarmaCoins + Това е най-бързият вариант, анонимизиране на 1000 SarmaCoins ще ви струва около 0.025 SarmaCoins - This option is moderately fast and will cost about 0.05 DASH to anonymize 1000 DASH - Това е средно бърз вариант, анонимизиране на 1000 DASH ще ви струва около 0.05 DASH + This option is moderately fast and will cost about 0.05 SarmaCoins to anonymize 1000 SarmaCoins + Това е средно бърз вариант, анонимизиране на 1000 SarmaCoins ще ви струва около 0.05 SarmaCoins - 0.1 DASH per 1000 DASH you anonymize. - 0.1 DASH за всеки 1000 DASH които анонимизирате. + 0.1 SarmaCoins per 1000 SarmaCoins you anonymize. + 0.1 SarmaCoins за всеки 1000 SarmaCoins които анонимизирате. This is the slowest and most secure option. Using maximum anonymity will cost @@ -896,16 +896,16 @@ Address: %4 Настройка на Darksend - Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend беше успешно настроен на режим основен (%1 и 2 цикъла). Можете да промените тази настройка по всяко време, като отворите конфигурационния прозорец на Dash. + Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend беше успешно настроен на режим основен (%1 и 2 цикъла). Можете да промените тази настройка по всяко време, като отворите конфигурационния прозорец на SarmaCoins. - Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend беше успешно настроен на режим висок (%1 и 8 цикъла). Можете да промените тази настройка по всяко време, като отворите конфигурационния прозорец на Dash. + Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend беше успешно настроен на режим висок (%1 и 8 цикъла). Можете да промените тази настройка по всяко време, като отворите конфигурационния прозорец на SarmaCoins. - Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend беше успешно настроен на режим максимум (%1 и 16 цикъла). Можете да промените тази настройка по всяко време, като отворите конфигурационния прозорец на Dash. + Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend беше успешно настроен на режим максимум (%1 и 16 цикъла). Можете да промените тази настройка по всяко време, като отворите конфигурационния прозорец на SarmaCoins. @@ -947,8 +947,8 @@ Address: %4 Редактиране на адрес за изпращане - The entered address "%1" is not a valid Dash address. - Въведеният адрес "%1" не е валиден Dash адрес. + The entered address "%1" is not a valid SarmaCoins address. + Въведеният адрес "%1" не е валиден SarmaCoins адрес. The entered address "%1" is already in the address book. @@ -989,8 +989,8 @@ Address: %4 HelpMessageDialog - Dash Core - Dash ядро + SarmaCoins Core + SarmaCoins ядро version @@ -1001,8 +1001,8 @@ Address: %4 (%1-битов) - About Dash Core - За Dash ядрото + About SarmaCoins Core + За SarmaCoins ядрото Command-line options @@ -1048,16 +1048,16 @@ Address: %4 Добре дошли - Welcome to Dash Core. - Добре дошли в ядрото на Dash. + Welcome to SarmaCoins Core. + Добре дошли в ядрото на SarmaCoins. - As this is the first time the program is launched, you can choose where Dash Core will store its data. - Тъй като програмата се стартира за първи път вие може да изберете къде Dash да съхранява своята информация. + As this is the first time the program is launched, you can choose where SarmaCoins Core will store its data. + Тъй като програмата се стартира за първи път вие може да изберете къде SarmaCoins да съхранява своята информация. - Dash Core will download and store a copy of the Dash block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Dash ще свали и съхрани копие на Dash регистъра на блокове. Информацията ще заеме поне %1ГБ пространство и ще нараства с времето. В тази папка ще бъде съхранен и портфейла. + SarmaCoins Core will download and store a copy of the SarmaCoins block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + SarmaCoins ще свали и съхрани копие на SarmaCoins регистъра на блокове. Информацията ще заеме поне %1ГБ пространство и ще нараства с времето. В тази папка ще бъде съхранен и портфейла. Use the default data directory @@ -1068,8 +1068,8 @@ Address: %4 Определете папка по ваш избор: - Dash Core - Dash ядро + SarmaCoins Core + SarmaCoins ядро Error: Specified data directory "%1" cannot be created. @@ -1122,12 +1122,12 @@ Address: %4 &Основни - Automatically start Dash after logging in to the system. - Автоматично стартиране на Dash след влизане в системата. + Automatically start SarmaCoins after logging in to the system. + Автоматично стартиране на SarmaCoins след влизане в системата. - &Start Dash on system login - &Стартирне на Dash при влизане в системата. + &Start SarmaCoins on system login + &Стартирне на SarmaCoins при влизане в системата. Size of &database cache @@ -1147,15 +1147,15 @@ Address: %4 Darksend rounds to use - Използвани Dash цикли + Използвани SarmaCoins цикли This amount acts as a threshold to turn off Darksend once it's reached. Тази сума действа като праг, за да се изключи Darksend, когато той е достигнат. - Amount of Dash to keep anonymized - Постоянно поддържано количество анонимни Dash монети + Amount of SarmaCoins to keep anonymized + Постоянно поддържано количество анонимни SarmaCoins монети W&allet @@ -1174,8 +1174,8 @@ Address: %4 Разрешени входящи връзки - Connect to the Dash network through a SOCKS5 proxy. - Свързване с мрежата на Dash чрез SOCKS5 прокси. + Connect to the SarmaCoins network through a SOCKS5 proxy. + Свързване с мрежата на SarmaCoins чрез SOCKS5 прокси. &Connect through SOCKS5 proxy (default proxy): @@ -1206,8 +1206,8 @@ Address: %4 &Мрежа - Automatically open the Dash client port on the router. This only works when your router supports UPnP and it is enabled. - Автоматично отваря порта за Dash клиента в маршрутизатора. Това работи само когато вашият маршрутизатор поддържа UPnP и той е разрешен. + Automatically open the SarmaCoins client port on the router. This only works when your router supports UPnP and it is enabled. + Автоматично отваря порта за SarmaCoins клиента в маршрутизатора. Това работи само когато вашият маршрутизатор поддържа UPnP и той е разрешен. Map port using &UPnP @@ -1258,14 +1258,14 @@ Address: %4 Език на потребителски &изглед : - The user interface language can be set here. This setting will take effect after restarting Dash. - Тук можете да промените езика на потребителския изглед. Настройката ще влезе в сила след рестартиране на Dash. + The user interface language can be set here. This setting will take effect after restarting SarmaCoins. + Тук можете да промените езика на потребителския изглед. Настройката ще влезе в сила след рестартиране на SarmaCoins. Language missing or translation incomplete? Help contributing translations here: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ Липсва език или превода е непълен? Можете да помогнете с превода тук: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ User Interface Theme: @@ -1347,8 +1347,8 @@ https://www.transifex.com/projects/p/dash/ Формуляр - The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. - Показаната информация може да е остаряла. Вашият портфейл се синхронизира автоматично след изграждането на връзка с Dash мрежата, но този процес все още не е завършен. + The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. + Показаната информация може да е остаряла. Вашият портфейл се синхронизира автоматично след изграждането на връзка с SarmaCoins мрежата, но този процес все още не е завършен. Available: @@ -1431,8 +1431,8 @@ https://www.transifex.com/projects/p/dash/ Количество и цикли: - 0 DASH / 0 Rounds - 0 DASH / 0 Цикъла + 0 SarmaCoins / 0 Rounds + 0 SarmaCoins / 0 Цикъла Submitted Denom: @@ -1568,8 +1568,8 @@ https://www.transifex.com/projects/p/dash/ Грешка в заявката за плащане - Cannot start dash: click-to-pay handler - Не може да стартира dash: кликни за плащане на притежателя + Cannot start SarmaCoins: click-to-pay handler + Не може да стартира SarmaCoins: кликни за плащане на притежателя URI handling @@ -1588,8 +1588,8 @@ https://www.transifex.com/projects/p/dash/ Невалиден адрес за плащане %1 - URI cannot be parsed! This can be caused by an invalid Dash address or malformed URI parameters. - Грешка при анализ на URI! Това може да е следствие от неправилен Dash адрес или неправилно зададени URI параметри. + URI cannot be parsed! This can be caused by an invalid SarmaCoins address or malformed URI parameters. + Грешка при анализ на URI! Това може да е следствие от неправилен SarmaCoins адрес или неправилно зададени URI параметри. Payment request file cannot be read! This can be caused by an invalid payment request file. @@ -1674,8 +1674,8 @@ https://www.transifex.com/projects/p/dash/ Сума - Enter a Dash address (e.g. %1) - Въведете Dash адрес (напр.%1) + Enter a SarmaCoins address (e.g. %1) + Въведете SarmaCoins адрес (напр.%1) %1 d @@ -1764,8 +1764,8 @@ https://www.transifex.com/projects/p/dash/ Брой връзки - Open the Dash debug log file from the current data directory. This can take a few seconds for large log files. - Отваря файла за откриване на грешки на Dash от текущата папка. За по-големите файлове това може да отнеме няколко секунди. + Open the SarmaCoins debug log file from the current data directory. This can take a few seconds for large log files. + Отваря файла за откриване на грешки на SarmaCoins от текущата папка. За по-големите файлове това може да отнеме няколко секунди. &Open @@ -1972,8 +1972,8 @@ https://www.transifex.com/projects/p/dash/ Изход: - Welcome to the Dash RPC console. - Добре дошли в Dash RPC (Remote Procedure Call) конзолата. + Welcome to the SarmaCoins RPC console. + Добре дошли в SarmaCoins RPC (Remote Procedure Call) конзолата. Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -2035,8 +2035,8 @@ https://www.transifex.com/projects/p/dash/ П&овторно използване на съществуващ адрес за получаване (не се препоръчва) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dash network. - Възможност да се прикрепи съобщение към заявката за плащане, което да бъде показано при отваряне на заявката. Забележка: съобщението няма да бъде изпратено с плащането по мрежата на Dash. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the SarmaCoins network. + Възможност да се прикрепи съобщение към заявката за плащане, което да бъде показано при отваряне на заявката. Забележка: съобщението няма да бъде изпратено с плащането по мрежата на SarmaCoins. &Message: @@ -2047,8 +2047,8 @@ https://www.transifex.com/projects/p/dash/ Възможност да се прикрепи наименование към новия адрес за получаване. - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Dash network. - Възможност да се прикрепи съобщение към заявката за плащане, което да бъде показано при отваряне на заявката. <br>Забележка: съобщението няма да бъде изпратено с плащането по мрежата на Dash. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the SarmaCoins network. + Възможност да се прикрепи съобщение към заявката за плащане, което да бъде показано при отваряне на заявката. <br>Забележка: съобщението няма да бъде изпратено с плащането по мрежата на SarmaCoins. Use this form to request payments. All fields are <b>optional</b>. @@ -2292,8 +2292,8 @@ https://www.transifex.com/projects/p/dash/ Ако променената такса е 1000 duffs и транзакцията е само 250 байта, тогава "за килобайт" само плаща такса 250 duffs,<br /> тогава"за последно" заплаща 1000 duffs. За транзакции по-големи от килобайт едновременно се заплащат от килобайт. - Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for dash transactions than the network can process. - Разплащането само минималната такса ще продължи толкова дълго,докато транзакцията заема по-малък обем в блоковото пространство.<br /> Но имайте предвид, че транзакцията може да се окаже без първоначално потвърждение ако се появи голямо търсене на dash транзакции отколкото мрежата може да обработи. + Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for SarmaCoins transactions than the network can process. + Разплащането само минималната такса ще продължи толкова дълго,докато транзакцията заема по-малък обем в блоковото пространство.<br /> Но имайте предвид, че транзакцията може да се окаже без първоначално потвърждение ако се появи голямо търсене на SarmaCoins транзакции отколкото мрежата може да обработи. per kilobyte @@ -2496,8 +2496,8 @@ https://www.transifex.com/projects/p/dash/ Плати само минималната такса от %1 - Warning: Invalid Dash address - Внимание: Невалиден Dash адрес + Warning: Invalid SarmaCoins address + Внимание: Невалиден SarmaCoins адрес Warning: Unknown change address @@ -2519,8 +2519,8 @@ https://www.transifex.com/projects/p/dash/ Плати &На: - The Dash address to send the payment to - Dash адресът да изпрати плащането към + The SarmaCoins address to send the payment to + SarmaCoins адресът да изпрати плащането към Choose previously used address @@ -2559,8 +2559,8 @@ https://www.transifex.com/projects/p/dash/ Съобщение: - A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network. - Съобщението което беше прикрепено към dash: URI ще бъде запазено с транзакцията за ваше сведение. Забележка: Това съобщение няма да бъде изпратено през Dash мрежата. + A message that was attached to the SarmaCoins: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the SarmaCoins network. + Съобщението което беше прикрепено към SarmaCoins: URI ще бъде запазено с транзакцията за ваше сведение. Забележка: Това съобщение няма да бъде изпратено през SarmaCoins мрежата. This is an unverified payment request. @@ -2586,8 +2586,8 @@ https://www.transifex.com/projects/p/dash/ ShutdownWindow - Dash Core is shutting down... - Dash ядрото се изключва... + SarmaCoins Core is shutting down... + SarmaCoins ядрото се изключва... Do not shut down the computer until this window disappears. @@ -2609,8 +2609,8 @@ https://www.transifex.com/projects/p/dash/ Можете да подпишете съобщение като доказателство, че притежавате определен адрес. Бъдете внимателни и не подписвайте съобщения, които биха разкрили лична информация без вашето съгласие. - The Dash address to sign the message with - Dash адресът да подпише съобщението + The SarmaCoins address to sign the message with + SarmaCoins адресът да подпише съобщението Choose previously used address @@ -2641,8 +2641,8 @@ https://www.transifex.com/projects/p/dash/ Копиране на текущия подпис в системния клипборд - Sign the message to prove you own this Dash address - Подпиши съобщението за да докажеш че притежаваш този Dash адрес + Sign the message to prove you own this SarmaCoins address + Подпиши съобщението за да докажеш че притежаваш този SarmaCoins адрес Sign &Message @@ -2665,12 +2665,12 @@ https://www.transifex.com/projects/p/dash/ Въведете подписания адрес, съобщението (уверете се, че сте копирали редовете, спациите, табовете и другите точно) и подпишете отдолу, за да удостоверите съобщението. Внимавайте да не вмъкнете излишни символи в подписа от това, което е в самото съобщение, за да избегнете риска от злонамерна външа намеса. - The Dash address the message was signed with - Dash адресът ,с който е подписано съобщението + The SarmaCoins address the message was signed with + SarmaCoins адресът ,с който е подписано съобщението - Verify the message to ensure it was signed with the specified Dash address - Проверете съобщението, за да сте сигурни че е подписано с определен Dash адрес + Verify the message to ensure it was signed with the specified SarmaCoins address + Проверете съобщението, за да сте сигурни че е подписано с определен SarmaCoins адрес Verify &Message @@ -2736,8 +2736,8 @@ https://www.transifex.com/projects/p/dash/ SplashScreen - Dash Core - Dash Ядро + SarmaCoins Core + SarmaCoins Ядро Version %1 @@ -2748,8 +2748,8 @@ https://www.transifex.com/projects/p/dash/ Водещи Bitcoin разработчици - The Dash Core developers - Водещи Dash разработчици + The SarmaCoins Core developers + Водещи SarmaCoins разработчици [testnet] @@ -3276,8 +3276,8 @@ https://www.transifex.com/projects/p/dash/ Изпращане - InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 DASH. - InstantX не поддържа изпращане на толкова големи суми. Транзакциите са ограничени до %1 DASH. + InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 SarmaCoins. + InstantX не поддържа изпращане на толкова големи суми. Транзакциите са ограничени до %1 SarmaCoins. @@ -3320,14 +3320,14 @@ https://www.transifex.com/projects/p/dash/ - dash-core + SarmaCoins-core Bind to given address and always listen on it. Use [host]:port notation for IPv6 Свързва се с посочения адрес и винаги слуша за него. Използвайте [хост]:порт за изписване при IPv6 - Cannot obtain a lock on data directory %s. Dash Core is probably already running. - Не може да се заключи дата директорията %s. Dash ядрото вече работи. + Cannot obtain a lock on data directory %s. SarmaCoins Core is probably already running. + Не може да се заключи дата директорията %s. SarmaCoins ядрото вече работи. Darksend uses exact denominated amounts to send funds, you might simply need to anonymize some more coins. @@ -3382,16 +3382,16 @@ https://www.transifex.com/projects/p/dash/ Това е предварителна тест версия - използвайте я на ваша отговорност - не използвайте за копане или за търговски приложения. - Unable to bind to %s on this computer. Dash Core is probably already running. - Не може да се свърже с %s на този компютър. Dash ядрото най-вероятно вече работи. + Unable to bind to %s on this computer. SarmaCoins Core is probably already running. + Не може да се свърже с %s на този компютър. SarmaCoins ядрото най-вероятно вече работи. Unable to locate enough Darksend denominated funds for this transaction. Не са намерени достатъчно Darksend деноминирани средства за тази транзакция. - Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 DASH. - Не са намерени достатъчно Darksend неденоминирани средства за тази транзакция, които не са равни на 1000 DASH. + Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 SarmaCoins. + Не са намерени достатъчно Darksend неденоминирани средства за тази транзакция, които не са равни на 1000 SarmaCoins. Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. @@ -3614,8 +3614,8 @@ https://www.transifex.com/projects/p/dash/ Изтриване на всички транзакции на портфейла и възстановява само тези части на блок веригата чрез -rescan при стартиране - Disable all Dash specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) - Изключване на всички специфични Dash функции (Masternodes, Darksend, InstantX, Budgeting) (0-1, по подразбиране: %u) + Disable all SarmaCoins specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) + Изключване на всички специфични SarmaCoins функции (Masternodes, Darksend, InstantX, Budgeting) (0-1, по подразбиране: %u) Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. @@ -3634,12 +3634,12 @@ https://www.transifex.com/projects/p/dash/ Грешка: Открит е неподдържан аргумент -socks .настройка SOCKS версия вече не е възможна, само SOCKS5 прокси се поддържа. - Fees (in DASH/Kb) smaller than this are considered zero fee for relaying (default: %s) - Такси (в DASH/Kb) по-малки от това се считат за нулева такса за прилагане (по подразбиране: %s) + Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for relaying (default: %s) + Такси (в SarmaCoins/Kb) по-малки от това се считат за нулева такса за прилагане (по подразбиране: %s) - Fees (in DASH/Kb) smaller than this are considered zero fee for transaction creation (default: %s) - Такси (в DASH/Kb) по-малки от това се считат за нулева такса при създаване на транзакция (по подразбиране: %s) + Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for transaction creation (default: %s) + Такси (в SarmaCoins/Kb) по-малки от това се считат за нулева такса при създаване на транзакция (по подразбиране: %s) Flush database activity from memory pool to disk log every <n> megabytes (default: %u) @@ -3710,23 +3710,23 @@ https://www.transifex.com/projects/p/dash/ Този продукт включва софтуер, разработен от проекта OpenSSL за използване в OpenSSL Toolkit <https://www.openssl.org/> и криптографски софтуер, написан от Eric Young и UPnP софтуер, написан от Thomas Bernard. - To use dashd, or the -server option to dash-qt, you must set an rpcpassword in the configuration file: + To use SarmaCoinsd, or the -server option to SarmaCoins-qt, you must set an rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=dashrpc +rpcuser=SarmaCoinsrpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com - За използване на dashd, или the -server опция към dash-qt, трябва да зададете rpcpassword в конфигурационния файл: %s Препоръчително е да използвате следната произволна парола: rpcuser=dashrpc rpcpassword=%s (не е нужно да запомняте тази парола) Потребителя и паролата НЕ ТРЯБВА да са еднакви. Ако файла не съществува , създайте го с права за само за четене. Препоръчително е да създадете сигнал за уведомяване за да бъдете осведомени при проблем; Пример: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com + За използване на SarmaCoinsd, или the -server опция към SarmaCoins-qt, трябва да зададете rpcpassword в конфигурационния файл: %s Препоръчително е да използвате следната произволна парола: rpcuser=SarmaCoinsrpc rpcpassword=%s (не е нужно да запомняте тази парола) Потребителя и паролата НЕ ТРЯБВА да са еднакви. Ако файла не съществува , създайте го с права за само за четене. Препоръчително е да създадете сигнал за уведомяване за да бъдете осведомени при проблем; Пример: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com - Unable to locate enough funds for this transaction that are not equal 1000 DASH. - Не са намерени достатъчно средства за тази транзакция, които не са равни на 1000 DASH. + Unable to locate enough funds for this transaction that are not equal 1000 SarmaCoins. + Не са намерени достатъчно средства за тази транзакция, които не са равни на 1000 SarmaCoins. Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) @@ -3737,8 +3737,8 @@ for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com Внимание: -maxtxfee е с много голяма зададена стойност! Това е транзакционната такса, която ще платите ако направите единична транзакция. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Dash Core will not work properly. - Внимание: Моля проверете дали датата и часът на вашият компютър са верни! Ако часовникът ви не е сверен, Dash Core няма да работи правилно. + Warning: Please check that your computer's date and time are correct! If your clock is wrong SarmaCoins Core will not work properly. + Внимание: Моля проверете дали датата и часът на вашият компютър са верни! Ако часовникът ви не е сверен, SarmaCoins Core няма да работи правилно. Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. @@ -3791,8 +3791,8 @@ for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com Запазени права (C) 2009-%i Bitcoin Core разработчици - Copyright (C) 2014-%i The Dash Core Developers - Запазени права (C) 2014-%i Dash Core разработчиците + Copyright (C) 2014-%i The SarmaCoins Core Developers + Запазени права (C) 2014-%i SarmaCoins Core разработчиците Could not parse -rpcbind value %s as network address @@ -3823,8 +3823,8 @@ for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com Грешка при свързване с Masternode. - Error loading wallet.dat: Wallet requires newer version of Dash Core - Грешка при зареждане на wallet.dat: портфейлът изисква по-нова версия на Dash Core + Error loading wallet.dat: Wallet requires newer version of SarmaCoins Core + Грешка при зареждане на wallet.dat: портфейлът изисква по-нова версия на SarmaCoins Core Error: A fatal internal error occured, see debug.log for details @@ -3839,8 +3839,8 @@ for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com Грешка:Открит е неподдържан аргумент -tor, моля използвай -onion. - Fee (in DASH/kB) to add to transactions you send (default: %s) - Такси (в DASH/Kb) добавена към направената транзакция(по подразбиране: %s) + Fee (in SarmaCoins/kB) to add to transactions you send (default: %s) + Такси (в SarmaCoins/Kb) добавена към направената транзакция(по подразбиране: %s) Finalizing transaction. @@ -3895,8 +3895,8 @@ for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com Информация - Initialization sanity check failed. Dash Core is shutting down. - Инициализационната проверка не успешна. Dash ядрото се изключва. + Initialization sanity check failed. SarmaCoins Core is shutting down. + Инициализационната проверка не успешна. SarmaCoins ядрото се изключва. Input is not valid. @@ -4147,8 +4147,8 @@ for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com Използвай UPnP за определяне на порта за слушане (по подразбиране: %u) - Wallet needed to be rewritten: restart Dash Core to complete - Портфейлът трябва да бъде презаписан: рестартирайте Dash за да завършите + Wallet needed to be rewritten: restart SarmaCoins Core to complete + Портфейлът трябва да бъде презаписан: рестартирайте SarmaCoins за да завършите Warning: Unsupported argument -benchmark ignored, use -debug=bench. @@ -4207,8 +4207,8 @@ for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com KeePassHttp ключ за AES криптирана връзка с KeePass - Keep N DASH anonymized (default: %u) - Поддържай N Dash анонимизирани (по подразбиране: %u) + Keep N SarmaCoins anonymized (default: %u) + Поддържай N SarmaCoins анонимизирани (по подразбиране: %u) Keep at most <n> unconnectable transactions in memory (default: %u) diff --git a/src/qt/locale/dash_de.ts b/src/qt/locale/dash_de.ts index 4c99ff23404a7..73fb61f690d9e 100644 --- a/src/qt/locale/dash_de.ts +++ b/src/qt/locale/dash_de.ts @@ -43,11 +43,11 @@ Choose the address to send coins to - Wählen Sie die Adresse aus, an die Sie Dash überweisen möchten + Wählen Sie die Adresse aus, an die Sie SarmaCoins überweisen möchten Choose the address to receive coins with - Wählen Sie die Adresse aus, über die Sie Dash empfangen wollen + Wählen Sie die Adresse aus, über die Sie SarmaCoins empfangen wollen C&hoose @@ -62,12 +62,12 @@ Empfangsadressen - These are your Dash addresses for sending payments. Always check the amount and the receiving address before sending coins. - Dies sind ihre Dash-Adressen zum Tätigen von Überweisungen. Bitte prüfen Sie den Betrag und die Empfangsadresse, bevor Sie Dash überweisen. + These are your SarmaCoins addresses for sending payments. Always check the amount and the receiving address before sending coins. + Dies sind ihre SarmaCoins-Adressen zum Tätigen von Überweisungen. Bitte prüfen Sie den Betrag und die Empfangsadresse, bevor Sie SarmaCoins überweisen. - These are your Dash addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Dies sind ihre Dash-Adressen zum Empfangen von Zahlungen. Es wird empfohlen für jede Transaktion eine neue Empfangsadresse zu verwenden. + These are your SarmaCoins addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + Dies sind ihre SarmaCoins-Adressen zum Empfangen von Zahlungen. Es wird empfohlen für jede Transaktion eine neue Empfangsadresse zu verwenden. &Copy Address @@ -176,8 +176,8 @@ Wallet-Verschlüsselung bestätigen - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR DASH</b>! - Warnung: Wenn Sie ihre Wallet verschlüsseln und ihre Passphrase verlieren werden Sie <b>alle ihre Dash verlieren</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR SarmaCoins</b>! + Warnung: Wenn Sie ihre Wallet verschlüsseln und ihre Passphrase verlieren werden Sie <b>alle ihre SarmaCoins verlieren</b>! Are you sure you wish to encrypt your wallet? @@ -188,8 +188,8 @@ Wallet verschlüsselt - Dash will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your dashs from being stolen by malware infecting your computer. - Dash wird jetzt beendet, um den Verschlüsselungsprozess abzuschließen. Bitte beachten Sie, dass die Wallet-Verschlüsselung nicht vollständig vor Diebstahl ihrer Dash durch Schadsoftware schützt, die ihren Computer befällt. + SarmaCoins will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your SarmaCoinss from being stolen by malware infecting your computer. + SarmaCoins wird jetzt beendet, um den Verschlüsselungsprozess abzuschließen. Bitte beachten Sie, dass die Wallet-Verschlüsselung nicht vollständig vor Diebstahl ihrer SarmaCoins durch Schadsoftware schützt, die ihren Computer befällt. IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. @@ -231,8 +231,8 @@ BitcoinGUI - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Wallet @@ -255,16 +255,16 @@ &Überweisen - Send coins to a Dash address - Dash an eine Dash-Adresse überweisen + Send coins to a SarmaCoins address + SarmaCoins an eine SarmaCoins-Adresse überweisen &Receive &Empfangen - Request payments (generates QR codes and dash: URIs) - Zahlungen anfordern (erzeugt QR-Codes und "dash:"-URIs) + Request payments (generates QR codes and SarmaCoins: URIs) + Zahlungen anfordern (erzeugt QR-Codes und "SarmaCoins:"-URIs) &Transactions @@ -283,12 +283,12 @@ Anwendung beenden - &About Dash Core - &Über Dash Core + &About SarmaCoins Core + &Über SarmaCoins Core - Show information about Dash Core - Informationen über Dash Core anzeigen + Show information about SarmaCoins Core + Informationen über SarmaCoins Core anzeigen About &Qt @@ -303,7 +303,7 @@ &Konfiguration... - Modify configuration options for Dash + Modify configuration options for SarmaCoins Die Konfiguration des Clients bearbeiten @@ -355,16 +355,16 @@ Nachricht s&ignieren... - Sign messages with your Dash addresses to prove you own them - Nachrichten signieren, um den Besitz ihrer Dash-Adressen zu beweisen + Sign messages with your SarmaCoins addresses to prove you own them + Nachrichten signieren, um den Besitz ihrer SarmaCoins-Adressen zu beweisen &Verify message... Nachricht &verifizieren... - Verify messages to ensure they were signed with specified Dash addresses - Nachrichten verifizieren, um sicherzustellen, dass diese mit den angegebenen Dash-Adressen signiert wurden + Verify messages to ensure they were signed with specified SarmaCoins addresses + Nachrichten verifizieren, um sicherzustellen, dass diese mit den angegebenen SarmaCoins-Adressen signiert wurden &Information @@ -443,16 +443,16 @@ &URI öffnen... - Open a dash: URI or payment request - Eine "dash:"-URI oder Zahlungsanforderung öffnen + Open a SarmaCoins: URI or payment request + Eine "SarmaCoins:"-URI oder Zahlungsanforderung öffnen &Command-line options &Kommandozeilenoptionen - Dash Core client - Dash Core Client + SarmaCoins Core client + SarmaCoins Core Client Processed %n blocks of transaction history. @@ -463,8 +463,8 @@ Synchronisiere zusätzliche Daten: %p% - Show the Dash Core help message to get a list with possible Dash command-line options - Zeige den "Dash Core"-Hilfetext, um eine Liste mit möglichen Kommandozeilenoptionen zu erhalten + Show the SarmaCoins Core help message to get a list with possible SarmaCoins command-line options + Zeige den "SarmaCoins Core"-Hilfetext, um eine Liste mit möglichen Kommandozeilenoptionen zu erhalten &File @@ -487,8 +487,8 @@ Registerkartenleiste - %n active connection(s) to Dash network - %n aktive Verbindung zum Dash-Netzwerk%n aktive Verbindungen zum Dash-Netzwerk + %n active connection(s) to SarmaCoins network + %n aktive Verbindung zum SarmaCoins-Netzwerk%n aktive Verbindungen zum SarmaCoins-Netzwerk Synchronizing with network... @@ -863,28 +863,28 @@ Adresse: %4 Bitten wählen Sie eine Datenschutz-Stufe. - Use 2 separate masternodes to mix funds up to 1000 DASH - Benutze 2 separate Masternodes um bis zu 1000 DASH zu mixen + Use 2 separate masternodes to mix funds up to 1000 SarmaCoins + Benutze 2 separate Masternodes um bis zu 1000 SarmaCoins zu mixen - Use 8 separate masternodes to mix funds up to 1000 DASH - Benutze 8 separate Masternodes um bis zu 1000 DASH zu mixen + Use 8 separate masternodes to mix funds up to 1000 SarmaCoins + Benutze 8 separate Masternodes um bis zu 1000 SarmaCoins zu mixen Use 16 separate masternodes Benutze 16 separate Masternodes - This option is the quickest and will cost about ~0.025 DASH to anonymize 1000 DASH - Diese Option ist am Schnellsten und kostet ungefähr 0,025 DASH, um 1000 DASH zu anonymisieren + This option is the quickest and will cost about ~0.025 SarmaCoins to anonymize 1000 SarmaCoins + Diese Option ist am Schnellsten und kostet ungefähr 0,025 SarmaCoins, um 1000 SarmaCoins zu anonymisieren - This option is moderately fast and will cost about 0.05 DASH to anonymize 1000 DASH - Diese Option ist einigermaßen schnell und kostet ungefähr 0,05 DASH, um 1000 DASH zu anonymisieren + This option is moderately fast and will cost about 0.05 SarmaCoins to anonymize 1000 SarmaCoins + Diese Option ist einigermaßen schnell und kostet ungefähr 0,05 SarmaCoins, um 1000 SarmaCoins zu anonymisieren - 0.1 DASH per 1000 DASH you anonymize. - 0,1 DASH pro 1000 zu anonymisierende Dash. + 0.1 SarmaCoins per 1000 SarmaCoins you anonymize. + 0,1 SarmaCoins pro 1000 zu anonymisierende SarmaCoins. This is the slowest and most secure option. Using maximum anonymity will cost @@ -895,16 +895,16 @@ Adresse: %4 Darksend-Konfiguration - Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend wurde erfolgreich auf einfachen Datenschutz (%1 und 2 Runden) gesetzt. Sie können dies jederzeit im Konfigurationsfenster von Dash ändern. + Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend wurde erfolgreich auf einfachen Datenschutz (%1 und 2 Runden) gesetzt. Sie können dies jederzeit im Konfigurationsfenster von SarmaCoins ändern. - Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend wurde erfolgreich auf hohen Datenschutz (%1 und 8 Runden) gesetzt. Sie können dies jederzeit im Konfigurationsfenster von Dash ändern. + Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend wurde erfolgreich auf hohen Datenschutz (%1 und 8 Runden) gesetzt. Sie können dies jederzeit im Konfigurationsfenster von SarmaCoins ändern. - Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend wurde erfolgreich auf maximalen Datenschutz (%1 und 16 Runden) gesetzt. Sie können dies jederzeit im Konfigurationsfenster von Dash ändern. + Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend wurde erfolgreich auf maximalen Datenschutz (%1 und 16 Runden) gesetzt. Sie können dies jederzeit im Konfigurationsfenster von SarmaCoins ändern. @@ -946,8 +946,8 @@ Adresse: %4 Zahlungsadresse bearbeiten - The entered address "%1" is not a valid Dash address. - Die eingegebene Adresse "%1" ist keine gültige Dash-Adresse. + The entered address "%1" is not a valid SarmaCoins address. + Die eingegebene Adresse "%1" ist keine gültige SarmaCoins-Adresse. The entered address "%1" is already in the address book. @@ -988,8 +988,8 @@ Adresse: %4 HelpMessageDialog - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core version @@ -1000,8 +1000,8 @@ Adresse: %4 (%1-Bit) - About Dash Core - Über Dash Core + About SarmaCoins Core + Über SarmaCoins Core Command-line options @@ -1047,16 +1047,16 @@ Adresse: %4 Willkommen - Welcome to Dash Core. - Willkommen zu Dash Core. + Welcome to SarmaCoins Core. + Willkommen zu SarmaCoins Core. - As this is the first time the program is launched, you can choose where Dash Core will store its data. - Da dies das erste Mal ist, dass Sie Dash Core starten, legen Sie jetzt bitte fest, an welchem Ort die Daten gespeichert werden sollen. + As this is the first time the program is launched, you can choose where SarmaCoins Core will store its data. + Da dies das erste Mal ist, dass Sie SarmaCoins Core starten, legen Sie jetzt bitte fest, an welchem Ort die Daten gespeichert werden sollen. - Dash Core will download and store a copy of the Dash block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Dash Core wird jetzt die Blockchain laden und lokal speichern. Dafür sind mindestens %1GB freier Speicherplatz erforderlich. Der Speicherbedarf wird mit der Zeit anwachsen. Das Wallet wird ebenfalls in diesem Verzeichnis gespeichert. + SarmaCoins Core will download and store a copy of the SarmaCoins block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + SarmaCoins Core wird jetzt die Blockchain laden und lokal speichern. Dafür sind mindestens %1GB freier Speicherplatz erforderlich. Der Speicherbedarf wird mit der Zeit anwachsen. Das Wallet wird ebenfalls in diesem Verzeichnis gespeichert. Use the default data directory @@ -1067,8 +1067,8 @@ Adresse: %4 Ein benutzerdefiniertes Datenverzeichnis verwenden: - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Error: Specified data directory "%1" cannot be created. @@ -1121,12 +1121,12 @@ Adresse: %4 &Allgemein - Automatically start Dash after logging in to the system. - Dash nach der Anmeldung am System automatisch starten. + Automatically start SarmaCoins after logging in to the system. + SarmaCoins nach der Anmeldung am System automatisch starten. - &Start Dash on system login - &Starte Dash automatisch nach Systemanmeldung + &Start SarmaCoins on system login + &Starte SarmaCoins automatisch nach Systemanmeldung Size of &database cache @@ -1153,8 +1153,8 @@ Adresse: %4 Beim Erreichen dieses Betrages wird Darksend ausgeschaltet. - Amount of Dash to keep anonymized - Anzahl anonymisierter Dash + Amount of SarmaCoins to keep anonymized + Anzahl anonymisierter SarmaCoins W&allet @@ -1173,8 +1173,8 @@ Adresse: %4 Eingehende Verbindungen erlauben - Connect to the Dash network through a SOCKS5 proxy. - Über einen SOCKS5-Proxy mit dem Dash-Netzwerk verbinden. + Connect to the SarmaCoins network through a SOCKS5 proxy. + Über einen SOCKS5-Proxy mit dem SarmaCoins-Netzwerk verbinden. &Connect through SOCKS5 proxy (default proxy): @@ -1205,8 +1205,8 @@ Adresse: %4 &Netzwerk - Automatically open the Dash client port on the router. This only works when your router supports UPnP and it is enabled. - Automatisch den Dash-Clientport auf dem Router öffnen. Dies funktioniert nur, wenn Ihr Router UPnP unterstützt und dies aktiviert ist. + Automatically open the SarmaCoins client port on the router. This only works when your router supports UPnP and it is enabled. + Automatisch den SarmaCoins-Clientport auf dem Router öffnen. Dies funktioniert nur, wenn Ihr Router UPnP unterstützt und dies aktiviert ist. Map port using &UPnP @@ -1257,14 +1257,14 @@ Adresse: %4 &Sprache der Benutzeroberfläche: - The user interface language can be set here. This setting will take effect after restarting Dash. - Legt die Sprache der Benutzeroberfläche fest. Diese Einstellung wird erst nach einem Neustart von Dash aktiv. + The user interface language can be set here. This setting will take effect after restarting SarmaCoins. + Legt die Sprache der Benutzeroberfläche fest. Diese Einstellung wird erst nach einem Neustart von SarmaCoins aktiv. Language missing or translation incomplete? Help contributing translations here: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ Fehlt eine Sprache oder ist unvollständig übersetzt? Hier können Sie helfen: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ User Interface Theme: @@ -1276,7 +1276,7 @@ https://www.transifex.com/projects/p/dash/ Choose the default subdivision unit to show in the interface and when sending coins. - Wählen Sie die standardmäßige Untereinheit, die in der Benutzeroberfläche und beim Überweisen von Dash angezeigt werden soll. + Wählen Sie die standardmäßige Untereinheit, die in der Benutzeroberfläche und beim Überweisen von SarmaCoins angezeigt werden soll. Decimal digits @@ -1346,8 +1346,8 @@ https://www.transifex.com/projects/p/dash/ Formular - The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. - Die angezeigten Informationen sind möglicherweise nicht mehr aktuell. Ihre Wallet wird automatisch synchronisiert, nachdem eine Verbindung zum Dash-Netzwerk hergestellt wurde. Dieser Prozess ist jedoch derzeit noch nicht abgeschlossen. + The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. + Die angezeigten Informationen sind möglicherweise nicht mehr aktuell. Ihre Wallet wird automatisch synchronisiert, nachdem eine Verbindung zum SarmaCoins-Netzwerk hergestellt wurde. Dieser Prozess ist jedoch derzeit noch nicht abgeschlossen. Available: @@ -1430,8 +1430,8 @@ https://www.transifex.com/projects/p/dash/ Betrag und Runden: - 0 DASH / 0 Rounds - 0 DASH / 0 Runden + 0 SarmaCoins / 0 Rounds + 0 SarmaCoins / 0 Runden Submitted Denom: @@ -1567,8 +1567,8 @@ https://www.transifex.com/projects/p/dash/ Fehlerhafte Zahlungsanforderung - Cannot start dash: click-to-pay handler - Dash kann nicht gestartet werden: click-to-pay handler + Cannot start SarmaCoins: click-to-pay handler + SarmaCoins kann nicht gestartet werden: click-to-pay handler URI handling @@ -1587,8 +1587,8 @@ https://www.transifex.com/projects/p/dash/ Ungültige Zahlungsadresse %1 - URI cannot be parsed! This can be caused by an invalid Dash address or malformed URI parameters. - URI konnte nicht erfolgreich verarbeitet werden. Höchstwahrscheinlich ist dies entweder keine gültige Dash-Adresse oder die URI-Parameter sind falsch gesetzt. + URI cannot be parsed! This can be caused by an invalid SarmaCoins address or malformed URI parameters. + URI konnte nicht erfolgreich verarbeitet werden. Höchstwahrscheinlich ist dies entweder keine gültige SarmaCoins-Adresse oder die URI-Parameter sind falsch gesetzt. Payment request file cannot be read! This can be caused by an invalid payment request file. @@ -1673,8 +1673,8 @@ https://www.transifex.com/projects/p/dash/ Betrag - Enter a Dash address (e.g. %1) - Dash-Adresse eingeben (z.B. %1) + Enter a SarmaCoins address (e.g. %1) + SarmaCoins-Adresse eingeben (z.B. %1) %1 d @@ -1763,8 +1763,8 @@ https://www.transifex.com/projects/p/dash/ Anzahl Verbindungen - Open the Dash debug log file from the current data directory. This can take a few seconds for large log files. - Öffnet die Dash-Debugprotokolldatei aus dem aktuellen Datenverzeichnis. Dies kann bei großen Protokolldateien einige Sekunden dauern. + Open the SarmaCoins debug log file from the current data directory. This can take a few seconds for large log files. + Öffnet die SarmaCoins-Debugprotokolldatei aus dem aktuellen Datenverzeichnis. Dies kann bei großen Protokolldateien einige Sekunden dauern. &Open @@ -1971,8 +1971,8 @@ https://www.transifex.com/projects/p/dash/ ausgehend: - Welcome to the Dash RPC console. - Willkommen in der Dash RPC-Console. + Welcome to the SarmaCoins RPC console. + Willkommen in der SarmaCoins RPC-Console. Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -2034,8 +2034,8 @@ https://www.transifex.com/projects/p/dash/ Vorhandene Empfangsadresse &wiederverwenden (nicht empfohlen) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dash network. - Eine optionale Nachricht, die an die Zahlungsanforderung angehängt wird. Sie wird angezeigt, wenn die Anforderung geöffnet wird. Hinweis: Diese Nachricht wird nicht mit der Zahlung über das Dash-Netzwerk gesendet. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the SarmaCoins network. + Eine optionale Nachricht, die an die Zahlungsanforderung angehängt wird. Sie wird angezeigt, wenn die Anforderung geöffnet wird. Hinweis: Diese Nachricht wird nicht mit der Zahlung über das SarmaCoins-Netzwerk gesendet. &Message: @@ -2046,8 +2046,8 @@ https://www.transifex.com/projects/p/dash/ Eine optionale Bezeichnung, die der neuen Empfangsadresse zugeordnet wird. - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Dash network. - Eine optionale Nachricht, die an die Zahlungsanforderung angehängt wird. Sie wird angezeigt, wenn die Anforderung geöffnet wird.<br> Hinweis: Diese Nachricht wird nicht mit der Zahlung über das Dash-Netzwerk gesendet. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the SarmaCoins network. + Eine optionale Nachricht, die an die Zahlungsanforderung angehängt wird. Sie wird angezeigt, wenn die Anforderung geöffnet wird.<br> Hinweis: Diese Nachricht wird nicht mit der Zahlung über das SarmaCoins-Netzwerk gesendet. Use this form to request payments. All fields are <b>optional</b>. @@ -2200,7 +2200,7 @@ https://www.transifex.com/projects/p/dash/ SendCoinsDialog Send Coins - Dash überweisen + SarmaCoins überweisen Coin Control Features @@ -2291,7 +2291,7 @@ https://www.transifex.com/projects/p/dash/ Wenn die benutzerdefinierten Gebühren auf 1000 duffs gesetzt sind und eine Transaktion hat nur 250 Bytes, dann kostet "pro Kilobyte" nur 250 duffs Gebühren, während "mindestens" 1000 duffs kostet. Transaktionen größer als 1 Kilobyte werden immer pro Kilobyte bezahlt. - Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for dash transactions than the network can process. + Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for SarmaCoins transactions than the network can process. Nur die minimalen Gebühren zu zahlen ist völlig ausreichend so lange in einem neuen Block der Blockkette noch genug Platz für neue Transaktionen ist.<br /> Bitte beachten Sie dass wenn dies in der Zukunft nicht mehr der Fall sein sollte Ihre Transaktion eventuell niemals in einen neuen Block aufgenommen werden wird, also niemals bestätigt wird. @@ -2485,7 +2485,7 @@ https://www.transifex.com/projects/p/dash/ The transaction was rejected! This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here. Die Transaktion wurde abgelehnt! -Dies kann passieren, wenn einige Dash aus ihrer Wallet bereits ausgegeben wurden. Beispielsweise weil Sie eine Kopie ihrer wallet.dat nutzten und die Dash dort ausgegeben haben. Diese Ausgaben sind in diesem Fall in der derzeit aktiven Wallet nicht vermerkt. +Dies kann passieren, wenn einige SarmaCoins aus ihrer Wallet bereits ausgegeben wurden. Beispielsweise weil Sie eine Kopie ihrer wallet.dat nutzten und die SarmaCoins dort ausgegeben haben. Diese Ausgaben sind in diesem Fall in der derzeit aktiven Wallet nicht vermerkt. Error: The wallet was unlocked only to anonymize coins. @@ -2496,8 +2496,8 @@ Dies kann passieren, wenn einige Dash aus ihrer Wallet bereits ausgegeben wurden Nur die minimalen Gebühren von %1 zahlen - Warning: Invalid Dash address - Warnung: ungültige Dash-Adresse + Warning: Invalid SarmaCoins address + Warnung: ungültige SarmaCoins-Adresse Warning: Unknown change address @@ -2519,8 +2519,8 @@ Dies kann passieren, wenn einige Dash aus ihrer Wallet bereits ausgegeben wurden E&mpfänger: - The Dash address to send the payment to - Dash-Adresse, an die überwiesen werden soll + The SarmaCoins address to send the payment to + SarmaCoins-Adresse, an die überwiesen werden soll Choose previously used address @@ -2559,8 +2559,8 @@ Dies kann passieren, wenn einige Dash aus ihrer Wallet bereits ausgegeben wurden Nachricht: - A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network. - Eine an die "dash:"-URI angefügte Nachricht, die zusammen mit der Transaktion gespeichert wird. Hinweis: Diese Nachricht wird nicht über das Dash-Netzwerk gesendet. + A message that was attached to the SarmaCoins: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the SarmaCoins network. + Eine an die "SarmaCoins:"-URI angefügte Nachricht, die zusammen mit der Transaktion gespeichert wird. Hinweis: Diese Nachricht wird nicht über das SarmaCoins-Netzwerk gesendet. This is an unverified payment request. @@ -2586,8 +2586,8 @@ Dies kann passieren, wenn einige Dash aus ihrer Wallet bereits ausgegeben wurden ShutdownWindow - Dash Core is shutting down... - Dash-Core wird herunter gefahren... + SarmaCoins Core is shutting down... + SarmaCoins-Core wird herunter gefahren... Do not shut down the computer until this window disappears. @@ -2609,8 +2609,8 @@ Dies kann passieren, wenn einige Dash aus ihrer Wallet bereits ausgegeben wurden Sie können Nachrichten mit ihren Adressen signieren, um den Besitz dieser Adressen zu beweisen. Bitte nutzen Sie diese Funktion mit Vorsicht und nehmen Sie sich vor Phishingangriffen in Acht. Signieren Sie nur Nachrichten, mit denen Sie vollständig einverstanden sind. - The Dash address to sign the message with - Dash-Adresse, mit der die Nachricht signiert werden soll + The SarmaCoins address to sign the message with + SarmaCoins-Adresse, mit der die Nachricht signiert werden soll Choose previously used address @@ -2641,8 +2641,8 @@ Dies kann passieren, wenn einige Dash aus ihrer Wallet bereits ausgegeben wurden Aktuelle Signatur in die Zwischenablage kopieren - Sign the message to prove you own this Dash address - Die Nachricht signieren, um den Besitz dieser Dash-Adresse zu belegen + Sign the message to prove you own this SarmaCoins address + Die Nachricht signieren, um den Besitz dieser SarmaCoins-Adresse zu belegen Sign &Message @@ -2665,12 +2665,12 @@ Dies kann passieren, wenn einige Dash aus ihrer Wallet bereits ausgegeben wurden Geben Sie die signierende Adresse, Nachricht (achten Sie darauf Zeilenumbrüche, Leerzeichen, Tabulatoren usw. exakt zu kopieren) und Signatur unten ein, um die Nachricht zu verifizieren. Vorsicht, interpretieren Sie nicht mehr in die Signatur hinein, als in der signierten Nachricht selber enthalten ist, um nicht von einem Man-in-the-middle-Angriff hinters Licht geführt zu werden. - The Dash address the message was signed with - Dash-Adresse, mit der die Nachricht signiert worden ist + The SarmaCoins address the message was signed with + SarmaCoins-Adresse, mit der die Nachricht signiert worden ist - Verify the message to ensure it was signed with the specified Dash address - Die Nachricht verifizieren, um sicherzustellen, dass diese mit der angegebenen Dash-Adresse signiert wurde + Verify the message to ensure it was signed with the specified SarmaCoins address + Die Nachricht verifizieren, um sicherzustellen, dass diese mit der angegebenen SarmaCoins-Adresse signiert wurde Verify &Message @@ -2736,8 +2736,8 @@ Dies kann passieren, wenn einige Dash aus ihrer Wallet bereits ausgegeben wurden SplashScreen - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Version %1 @@ -2748,8 +2748,8 @@ Dies kann passieren, wenn einige Dash aus ihrer Wallet bereits ausgegeben wurden Die "Bitcoin Core"-Entwickler - The Dash Core developers - Die "Dash Core"-Entwickler + The SarmaCoins Core developers + Die "SarmaCoins Core"-Entwickler [testnet] @@ -2919,7 +2919,7 @@ Dies kann passieren, wenn einige Dash aus ihrer Wallet bereits ausgegeben wurden Generated coins must mature %1 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, its state will change to "not accepted" and it won't be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. - Erzeugte Dash müssen %1 Blöcke lang reifen, bevor sie ausgegeben werden können. Als Sie diesen Block erzeugten, wurde er an das Netzwerk übertragen, um ihn der Blockkette hinzuzufügen. Falls dies fehlschlägt wird der Status in "nicht angenommen" geändert und Sie werden keine Dash gutgeschrieben bekommen. Das kann gelegentlich passieren, wenn ein anderer Knoten einen Block fast zeitgleich erzeugt. + Erzeugte SarmaCoins müssen %1 Blöcke lang reifen, bevor sie ausgegeben werden können. Als Sie diesen Block erzeugten, wurde er an das Netzwerk übertragen, um ihn der Blockkette hinzuzufügen. Falls dies fehlschlägt wird der Status in "nicht angenommen" geändert und Sie werden keine SarmaCoins gutgeschrieben bekommen. Das kann gelegentlich passieren, wenn ein anderer Knoten einen Block fast zeitgleich erzeugt. Debug information @@ -3273,11 +3273,11 @@ Dies kann passieren, wenn einige Dash aus ihrer Wallet bereits ausgegeben wurden WalletModel Send Coins - Dash überweisen + SarmaCoins überweisen - InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 DASH. - InstantX unterstützt das Versenden von Beträgen dieser Höhe noch nicht. Transaktionen sind zur Zeit auf maximal %1 DASH begrenzt. + InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 SarmaCoins. + InstantX unterstützt das Versenden von Beträgen dieser Höhe noch nicht. Transaktionen sind zur Zeit auf maximal %1 SarmaCoins begrenzt. @@ -3320,18 +3320,18 @@ Dies kann passieren, wenn einige Dash aus ihrer Wallet bereits ausgegeben wurden - dash-core + SarmaCoins-core Bind to given address and always listen on it. Use [host]:port notation for IPv6 An die angegebene Adresse binden und immer abhören. Für IPv6 "[Host]:Port"-Schreibweise verwenden - Cannot obtain a lock on data directory %s. Dash Core is probably already running. + Cannot obtain a lock on data directory %s. SarmaCoins Core is probably already running. Das Programm kann das Daten-Verzeichnis %s nicht als "in Verwendung" markieren. Wahrscheinlich läuft das Programm bereits. Darksend uses exact denominated amounts to send funds, you might simply need to anonymize some more coins. - Darksend benutzt exakt gestückelte Beträge zum Versenden, Sie müssen dafür möglicherweise noch mehr Dash anonymisieren. + Darksend benutzt exakt gestückelte Beträge zum Versenden, Sie müssen dafür möglicherweise noch mehr SarmaCoins anonymisieren. Enter regression test mode, which uses a special chain in which blocks can be solved instantly. @@ -3382,16 +3382,16 @@ Dies kann passieren, wenn einige Dash aus ihrer Wallet bereits ausgegeben wurden Dies ist eine Vorab-Testversion - Verwendung auf eigene Gefahr - nicht für Mining- oder Handelsanwendungen nutzen! - Unable to bind to %s on this computer. Dash Core is probably already running. - Dash Core den Prozess %s auf dem Computer nicht an sich binden. Wahrscheinlich läuft das Programm bereits. + Unable to bind to %s on this computer. SarmaCoins Core is probably already running. + SarmaCoins Core den Prozess %s auf dem Computer nicht an sich binden. Wahrscheinlich läuft das Programm bereits. Unable to locate enough Darksend denominated funds for this transaction. Für diese Transaktion konnten nicht genug mit Darksend gestückelte Beträge gefunden werden. - Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 DASH. - Für diese Transaktion konnten nicht genug nicht mit Darksend gestückelte Beträge gefunden werden, die ungleich 1000 DASH sind. + Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 SarmaCoins. + Für diese Transaktion konnten nicht genug nicht mit Darksend gestückelte Beträge gefunden werden, die ungleich 1000 SarmaCoins sind. Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. @@ -3614,8 +3614,8 @@ Dies kann passieren, wenn einige Dash aus ihrer Wallet bereits ausgegeben wurden Lösche alle Wallet-Transaktionen stelle nur diese mittels -rescan beim nächsten Start des Wallets wieder her. - Disable all Dash specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) - Deaktiviere all Dash-spezifischen Funktionen (Masternodes, Darksend, InstantX, Budgeting) (0-1, Standard: %u) + Disable all SarmaCoins specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) + Deaktiviere all SarmaCoins-spezifischen Funktionen (Masternodes, Darksend, InstantX, Budgeting) (0-1, Standard: %u) Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. @@ -3634,12 +3634,12 @@ Dies kann passieren, wenn einige Dash aus ihrer Wallet bereits ausgegeben wurden Fehler: Parameter -socks wird nicht mehr unterstützt. Setzen der SOCKS-Version ist nicht mehr möglich, es werden nur noch SOCKS5 Proxies unterstützt. - Fees (in DASH/Kb) smaller than this are considered zero fee for relaying (default: %s) - Niedrigere Gebühren (in DASH pro Kb) als diese werden bei der Vermittlung als gebührenfrei angesehen (Standard: %s) + Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for relaying (default: %s) + Niedrigere Gebühren (in SarmaCoins pro Kb) als diese werden bei der Vermittlung als gebührenfrei angesehen (Standard: %s) - Fees (in DASH/Kb) smaller than this are considered zero fee for transaction creation (default: %s) - Niedrigere Gebühren (in DASH pro Kb) als diese werden bei der Transaktionserzeugung als gebührenfrei angesehen (Standard: %s) + Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for transaction creation (default: %s) + Niedrigere Gebühren (in SarmaCoins pro Kb) als diese werden bei der Transaktionserzeugung als gebührenfrei angesehen (Standard: %s) Flush database activity from memory pool to disk log every <n> megabytes (default: %u) @@ -3687,7 +3687,7 @@ Dies kann passieren, wenn einige Dash aus ihrer Wallet bereits ausgegeben wurden Provide liquidity to Darksend by infrequently mixing coins on a continual basis (0-100, default: %u, 1=very frequent, high fees, 100=very infrequent, low fees) - Durch diese Einstellung können Sie dem Darksend-Netzwerk zusätzliche Liquidität zur Verfügung stellen in dem Sie von Zeit zu Zeit bereits anonymisierte Dash wieder dem Mixing-Prozess zuführen. (0-100, 0=aus, 1=sehr oft, 100=sehr selten (wenig Gebühren). Standard: %u) + Durch diese Einstellung können Sie dem Darksend-Netzwerk zusätzliche Liquidität zur Verfügung stellen in dem Sie von Zeit zu Zeit bereits anonymisierte SarmaCoins wieder dem Mixing-Prozess zuführen. (0-100, 0=aus, 1=sehr oft, 100=sehr selten (wenig Gebühren). Standard: %u) Require high priority for relaying free or low-fee transactions (default:%u) @@ -3710,31 +3710,31 @@ Dies kann passieren, wenn einige Dash aus ihrer Wallet bereits ausgegeben wurden Dieses Produkt enthält vom OpenSSL-Projekt entwickelte Software zur Benutzung des OpenSSL Toolkit <https://www.openssl.org/>, kryptographische Software geschrieben von Eric Young und UPnP Software geschrieben von Thomas Bernard. - To use dashd, or the -server option to dash-qt, you must set an rpcpassword in the configuration file: + To use SarmaCoinsd, or the -server option to SarmaCoins-qt, you must set an rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=dashrpc +rpcuser=SarmaCoinsrpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com - Um dashd (oder dash-qt mit dem -server Parameter) zu benutzen müssen Sie ein rpcpasswort in dieser Konfigurationsdatei angeben: + Um SarmaCoinsd (oder SarmaCoins-qt mit dem -server Parameter) zu benutzen müssen Sie ein rpcpasswort in dieser Konfigurationsdatei angeben: %s Es wird empfohlen das folgende Zufallspasswort zu verwenden: -rpcuser=dashrpc +rpcuser=SarmaCoinsrpc rpcpassword=%s (Sie müssen sich dieses Passwort nicht merken!) Der Benutzername und das Passwort dürfen NICHT identisch sein. Falls die Konfigurationsdatei nicht existiert, erzeugen Sie diese bitte mit Leserechten nur für den Dateibesitzer. Es wird ebenfalls empfohlen alertnotify anzugeben, um im Problemfall benachrichtigt zu werden; -zum Beispiel: alertnotify=echo %%s | mail -s \"Dash Alert\" admin@foo.com +zum Beispiel: alertnotify=echo %%s | mail -s \"SarmaCoins Alert\" admin@foo.com - Unable to locate enough funds for this transaction that are not equal 1000 DASH. - Für diese Transaktion konnten nicht genug Beträge gefunden werden, die ungleich 1000 DASH sind. + Unable to locate enough funds for this transaction that are not equal 1000 SarmaCoins. + Für diese Transaktion konnten nicht genug Beträge gefunden werden, die ungleich 1000 SarmaCoins sind. Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) @@ -3745,8 +3745,8 @@ zum Beispiel: alertnotify=echo %%s | mail -s \"Dash Alert\" admin@foo.comWarnung: -maxtxfee ist auf einen sehr hohen Wert gesetzt! Diese Gebühr könnte schon beim Senden einer einzelnen Transaktion fällig werden. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Dash Core will not work properly. - Warnung: Bitte überprüfen Sie die Datums- und Uhrzeiteinstellungen ihres Computers, da Dash Core ansonsten nicht ordnungsgemäß funktionieren wird! + Warning: Please check that your computer's date and time are correct! If your clock is wrong SarmaCoins Core will not work properly. + Warnung: Bitte überprüfen Sie die Datums- und Uhrzeiteinstellungen ihres Computers, da SarmaCoins Core ansonsten nicht ordnungsgemäß funktionieren wird! Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. @@ -3799,8 +3799,8 @@ zum Beispiel: alertnotify=echo %%s | mail -s \"Dash Alert\" admin@foo.comCopyright (C) 2009-%i Die "Bitcoin Core"-Entwickler - Copyright (C) 2014-%i The Dash Core Developers - Copyright (C) 2014-%i Die "Dash Core"-Entwickler + Copyright (C) 2014-%i The SarmaCoins Core Developers + Copyright (C) 2014-%i Die "SarmaCoins Core"-Entwickler Could not parse -rpcbind value %s as network address @@ -3831,8 +3831,8 @@ zum Beispiel: alertnotify=echo %%s | mail -s \"Dash Alert\" admin@foo.comFehler bei der Verbindung zum Masternode. - Error loading wallet.dat: Wallet requires newer version of Dash Core - Fehler beim Laden von wallet.dat: Wallet benötigt neuere Version von Dash Core + Error loading wallet.dat: Wallet requires newer version of SarmaCoins Core + Fehler beim Laden von wallet.dat: Wallet benötigt neuere Version von SarmaCoins Core Error: A fatal internal error occured, see debug.log for details @@ -3847,8 +3847,8 @@ zum Beispiel: alertnotify=echo %%s | mail -s \"Dash Alert\" admin@foo.comFehler: Paramter -tor wird nicht unterstützt, bitte -onion benutzen. - Fee (in DASH/kB) to add to transactions you send (default: %s) - Gebühren (in DASH pro Kb), die gesendeten Transaktionen hinzugefügt werden (Standard: %s) + Fee (in SarmaCoins/kB) to add to transactions you send (default: %s) + Gebühren (in SarmaCoins pro Kb), die gesendeten Transaktionen hinzugefügt werden (Standard: %s) Finalizing transaction. @@ -3903,9 +3903,9 @@ zum Beispiel: alertnotify=echo %%s | mail -s \"Dash Alert\" admin@foo.comHinweis - Initialization sanity check failed. Dash Core is shutting down. + Initialization sanity check failed. SarmaCoins Core is shutting down. Fehler beim Initialisieren (Plausibilitätsprüfung fehlgeschlagen). -Dash Core wird heruntergefahren. +SarmaCoins Core wird heruntergefahren. Input is not valid. @@ -4149,14 +4149,14 @@ Dash Core wird heruntergefahren. Use N separate masternodes to anonymize funds (2-8, default: %u) - N unterschiedliche Masternodes benutzen, um Dash zu anonymisieren (2-8, Standard: %u) + N unterschiedliche Masternodes benutzen, um SarmaCoins zu anonymisieren (2-8, Standard: %u) Use UPnP to map the listening port (default: %u) UPnP verwenden, um eine Portweiterleitung einzurichten (Standard: %u) - Wallet needed to be rewritten: restart Dash Core to complete + Wallet needed to be rewritten: restart SarmaCoins Core to complete Die Wallet musste neu geschrieben werden. Bitte das Programm neu starten um den Vorgang abzuschließen @@ -4216,7 +4216,7 @@ Dash Core wird heruntergefahren. "KeePassHttp key" für die AES-verschlüsselte Kommunikation mit "KeePass" - Keep N DASH anonymized (default: %u) + Keep N SarmaCoins anonymized (default: %u) Betrag welcher anonymisiert vorgehalten wird. (Voreinstellung: %u) diff --git a/src/qt/locale/dash_en.ts b/src/qt/locale/dash_en.ts index 3c86462593e14..00b855917d263 100644 --- a/src/qt/locale/dash_en.ts +++ b/src/qt/locale/dash_en.ts @@ -78,13 +78,13 @@ - These are your Dash addresses for sending payments. Always check the amount and the receiving address before sending coins. - These are your Dash addresses for sending payments. Always check the amount and the receiving address before sending coins. + These are your SarmaCoins addresses for sending payments. Always check the amount and the receiving address before sending coins. + These are your SarmaCoins addresses for sending payments. Always check the amount and the receiving address before sending coins. - These are your Dash addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - These are your Dash addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + These are your SarmaCoins addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + These are your SarmaCoins addresses for receiving payments. It is recommended to use a new receiving address for each transaction. @@ -219,8 +219,8 @@ - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR DASH</b>! - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR DASH</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR SarmaCoins</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR SarmaCoins</b>! @@ -235,8 +235,8 @@ - Dash will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your dashs from being stolen by malware infecting your computer. - Dash will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your dashs from being stolen by malware infecting your computer. + SarmaCoins will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your SarmaCoinss from being stolen by malware infecting your computer. + SarmaCoins will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your SarmaCoinss from being stolen by malware infecting your computer. @@ -296,8 +296,8 @@ - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core @@ -326,8 +326,8 @@ - Send coins to a Dash address - Send coins to a Dash address + Send coins to a SarmaCoins address + Send coins to a SarmaCoins address @@ -336,8 +336,8 @@ - Request payments (generates QR codes and dash: URIs) - Request payments (generates QR codes and dash: URIs) + Request payments (generates QR codes and SarmaCoins: URIs) + Request payments (generates QR codes and SarmaCoins: URIs) @@ -361,13 +361,13 @@ - &About Dash Core - &About Dash Core + &About SarmaCoins Core + &About SarmaCoins Core - Show information about Dash Core - Show information about Dash Core + Show information about SarmaCoins Core + Show information about SarmaCoins Core @@ -387,8 +387,8 @@ - Modify configuration options for Dash - Modify configuration options for Dash + Modify configuration options for SarmaCoins + Modify configuration options for SarmaCoins @@ -452,8 +452,8 @@ - Sign messages with your Dash addresses to prove you own them - Sign messages with your Dash addresses to prove you own them + Sign messages with your SarmaCoins addresses to prove you own them + Sign messages with your SarmaCoins addresses to prove you own them @@ -462,8 +462,8 @@ - Verify messages to ensure they were signed with specified Dash addresses - Verify messages to ensure they were signed with specified Dash addresses + Verify messages to ensure they were signed with specified SarmaCoins addresses + Verify messages to ensure they were signed with specified SarmaCoins addresses @@ -562,8 +562,8 @@ - Open a dash: URI or payment request - Open a dash: URI or payment request + Open a SarmaCoins: URI or payment request + Open a SarmaCoins: URI or payment request @@ -572,8 +572,8 @@ - Dash Core client - Dash Core client + SarmaCoins Core client + SarmaCoins Core client @@ -587,8 +587,8 @@ - Show the Dash Core help message to get a list with possible Dash command-line options - Show the Dash Core help message to get a list with possible Dash command-line options + Show the SarmaCoins Core help message to get a list with possible SarmaCoins command-line options + Show the SarmaCoins Core help message to get a list with possible SarmaCoins command-line options @@ -617,8 +617,8 @@ - %n active connection(s) to Dash network - %n active connection to Dash network%n active connections to Dash network + %n active connection(s) to SarmaCoins network + %n active connection to SarmaCoins network%n active connections to SarmaCoins network @@ -1090,13 +1090,13 @@ Address: %4 - Use 2 separate masternodes to mix funds up to 1000 DASH - Use 2 separate masternodes to mix funds up to 1000 DASH + Use 2 separate masternodes to mix funds up to 1000 SarmaCoins + Use 2 separate masternodes to mix funds up to 1000 SarmaCoins - Use 8 separate masternodes to mix funds up to 1000 DASH - Use 8 separate masternodes to mix funds up to 1000 DASH + Use 8 separate masternodes to mix funds up to 1000 SarmaCoins + Use 8 separate masternodes to mix funds up to 1000 SarmaCoins @@ -1105,18 +1105,18 @@ Address: %4 - This option is the quickest and will cost about ~0.025 DASH to anonymize 1000 DASH - This option is the quickest and will cost about ~0.025 DASH to anonymize 1000 DASH + This option is the quickest and will cost about ~0.025 SarmaCoins to anonymize 1000 SarmaCoins + This option is the quickest and will cost about ~0.025 SarmaCoins to anonymize 1000 SarmaCoins - This option is moderately fast and will cost about 0.05 DASH to anonymize 1000 DASH - This option is moderately fast and will cost about 0.05 DASH to anonymize 1000 DASH + This option is moderately fast and will cost about 0.05 SarmaCoins to anonymize 1000 SarmaCoins + This option is moderately fast and will cost about 0.05 SarmaCoins to anonymize 1000 SarmaCoins - 0.1 DASH per 1000 DASH you anonymize. - 0.1 DASH per 1000 DASH you anonymize. + 0.1 SarmaCoins per 1000 SarmaCoins you anonymize. + 0.1 SarmaCoins per 1000 SarmaCoins you anonymize. @@ -1132,18 +1132,18 @@ Address: %4 - Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening SarmaCoins's configuration screen. - Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening SarmaCoins's configuration screen. - Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening SarmaCoins's configuration screen. @@ -1195,8 +1195,8 @@ Address: %4 - The entered address "%1" is not a valid Dash address. - The entered address "%1" is not a valid Dash address. + The entered address "%1" is not a valid SarmaCoins address. + The entered address "%1" is not a valid SarmaCoins address. @@ -1246,8 +1246,8 @@ Address: %4 HelpMessageDialog - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core @@ -1262,8 +1262,8 @@ Address: %4 - About Dash Core - About Dash Core + About SarmaCoins Core + About SarmaCoins Core @@ -1320,18 +1320,18 @@ Address: %4 - Welcome to Dash Core. - Welcome to Dash Core. + Welcome to SarmaCoins Core. + Welcome to SarmaCoins Core. - As this is the first time the program is launched, you can choose where Dash Core will store its data. - As this is the first time the program is launched, you can choose where Dash Core will store its data. + As this is the first time the program is launched, you can choose where SarmaCoins Core will store its data. + As this is the first time the program is launched, you can choose where SarmaCoins Core will store its data. - Dash Core will download and store a copy of the Dash block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Dash Core will download and store a copy of the Dash block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + SarmaCoins Core will download and store a copy of the SarmaCoins block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + SarmaCoins Core will download and store a copy of the SarmaCoins block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. @@ -1345,8 +1345,8 @@ Address: %4 - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core @@ -1411,13 +1411,13 @@ Address: %4 - Automatically start Dash after logging in to the system. - Automatically start Dash after logging in to the system. + Automatically start SarmaCoins after logging in to the system. + Automatically start SarmaCoins after logging in to the system. - &Start Dash on system login - &Start Dash on system login + &Start SarmaCoins on system login + &Start SarmaCoins on system login @@ -1451,8 +1451,8 @@ Address: %4 - Amount of Dash to keep anonymized - Amount of Dash to keep anonymized + Amount of SarmaCoins to keep anonymized + Amount of SarmaCoins to keep anonymized @@ -1476,8 +1476,8 @@ Address: %4 - Connect to the Dash network through a SOCKS5 proxy. - Connect to the Dash network through a SOCKS5 proxy. + Connect to the SarmaCoins network through a SOCKS5 proxy. + Connect to the SarmaCoins network through a SOCKS5 proxy. @@ -1516,8 +1516,8 @@ Address: %4 - Automatically open the Dash client port on the router. This only works when your router supports UPnP and it is enabled. - Automatically open the Dash client port on the router. This only works when your router supports UPnP and it is enabled. + Automatically open the SarmaCoins client port on the router. This only works when your router supports UPnP and it is enabled. + Automatically open the SarmaCoins client port on the router. This only works when your router supports UPnP and it is enabled. @@ -1581,15 +1581,15 @@ Address: %4 - The user interface language can be set here. This setting will take effect after restarting Dash. - The user interface language can be set here. This setting will take effect after restarting Dash. + The user interface language can be set here. This setting will take effect after restarting SarmaCoins. + The user interface language can be set here. This setting will take effect after restarting SarmaCoins. Language missing or translation incomplete? Help contributing translations here: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ Language missing or translation incomplete? Help contributing translations here: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ @@ -1695,8 +1695,8 @@ https://www.transifex.com/projects/p/dash/ - The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. - The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. + The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. + The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. @@ -1800,8 +1800,8 @@ https://www.transifex.com/projects/p/dash/ - 0 DASH / 0 Rounds - 0 DASH / 0 Rounds + 0 SarmaCoins / 0 Rounds + 0 SarmaCoins / 0 Rounds @@ -1990,8 +1990,8 @@ https://www.transifex.com/projects/p/dash/ - Cannot start dash: click-to-pay handler - Cannot start dash: click-to-pay handler + Cannot start SarmaCoins: click-to-pay handler + Cannot start SarmaCoins: click-to-pay handler @@ -2017,8 +2017,8 @@ https://www.transifex.com/projects/p/dash/ - URI cannot be parsed! This can be caused by an invalid Dash address or malformed URI parameters. - URI cannot be parsed! This can be caused by an invalid Dash address or malformed URI parameters. + URI cannot be parsed! This can be caused by an invalid SarmaCoins address or malformed URI parameters. + URI cannot be parsed! This can be caused by an invalid SarmaCoins address or malformed URI parameters. @@ -2125,8 +2125,8 @@ https://www.transifex.com/projects/p/dash/ - Enter a Dash address (e.g. %1) - Enter a Dash address (e.g. %1) + Enter a SarmaCoins address (e.g. %1) + Enter a SarmaCoins address (e.g. %1) @@ -2259,8 +2259,8 @@ https://www.transifex.com/projects/p/dash/ - Open the Dash debug log file from the current data directory. This can take a few seconds for large log files. - Open the Dash debug log file from the current data directory. This can take a few seconds for large log files. + Open the SarmaCoins debug log file from the current data directory. This can take a few seconds for large log files. + Open the SarmaCoins debug log file from the current data directory. This can take a few seconds for large log files. @@ -2521,8 +2521,8 @@ https://www.transifex.com/projects/p/dash/ - Welcome to the Dash RPC console. - Welcome to the Dash RPC console. + Welcome to the SarmaCoins RPC console. + Welcome to the SarmaCoins RPC console. @@ -2601,8 +2601,8 @@ https://www.transifex.com/projects/p/dash/ - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dash network. - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dash network. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the SarmaCoins network. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the SarmaCoins network. @@ -2617,8 +2617,8 @@ https://www.transifex.com/projects/p/dash/ - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Dash network. - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Dash network. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the SarmaCoins network. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the SarmaCoins network. @@ -2925,8 +2925,8 @@ https://www.transifex.com/projects/p/dash/ - Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for dash transactions than the network can process. - Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for dash transactions than the network can process. + Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for SarmaCoins transactions than the network can process. + Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for SarmaCoins transactions than the network can process. @@ -3186,8 +3186,8 @@ https://www.transifex.com/projects/p/dash/ - Warning: Invalid Dash address - Warning: Invalid Dash address + Warning: Invalid SarmaCoins address + Warning: Invalid SarmaCoins address @@ -3214,8 +3214,8 @@ https://www.transifex.com/projects/p/dash/ - The Dash address to send the payment to - The Dash address to send the payment to + The SarmaCoins address to send the payment to + The SarmaCoins address to send the payment to @@ -3268,8 +3268,8 @@ https://www.transifex.com/projects/p/dash/ - A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network. - A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network. + A message that was attached to the SarmaCoins: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the SarmaCoins network. + A message that was attached to the SarmaCoins: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the SarmaCoins network. @@ -3303,8 +3303,8 @@ https://www.transifex.com/projects/p/dash/ ShutdownWindow - Dash Core is shutting down... - Dash Core is shutting down... + SarmaCoins Core is shutting down... + SarmaCoins Core is shutting down... @@ -3331,8 +3331,8 @@ https://www.transifex.com/projects/p/dash/ - The Dash address to sign the message with - The Dash address to sign the message with + The SarmaCoins address to sign the message with + The SarmaCoins address to sign the message with @@ -3373,8 +3373,8 @@ https://www.transifex.com/projects/p/dash/ - Sign the message to prove you own this Dash address - Sign the message to prove you own this Dash address + Sign the message to prove you own this SarmaCoins address + Sign the message to prove you own this SarmaCoins address @@ -3404,13 +3404,13 @@ https://www.transifex.com/projects/p/dash/ - The Dash address the message was signed with - The Dash address the message was signed with + The SarmaCoins address the message was signed with + The SarmaCoins address the message was signed with - Verify the message to ensure it was signed with the specified Dash address - Verify the message to ensure it was signed with the specified Dash address + Verify the message to ensure it was signed with the specified SarmaCoins address + Verify the message to ensure it was signed with the specified SarmaCoins address @@ -3498,8 +3498,8 @@ https://www.transifex.com/projects/p/dash/ SplashScreen - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core @@ -3513,8 +3513,8 @@ https://www.transifex.com/projects/p/dash/ - The Dash Core developers - The Dash Core developers + The SarmaCoins Core developers + The SarmaCoins Core developers @@ -4189,8 +4189,8 @@ https://www.transifex.com/projects/p/dash/ - InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 DASH. - InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 DASH. + InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 SarmaCoins. + InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 SarmaCoins. @@ -4242,16 +4242,16 @@ https://www.transifex.com/projects/p/dash/ - dash-core + SarmaCoins-core - + Bind to given address and always listen on it. Use [host]:port notation for IPv6 Bind to given address and always listen on it. Use [host]:port notation for IPv6 - Cannot obtain a lock on data directory %s. Dash Core is probably already running. - Cannot obtain a lock on data directory %s. Dash Core is probably already running. + Cannot obtain a lock on data directory %s. SarmaCoins Core is probably already running. + Cannot obtain a lock on data directory %s. SarmaCoins Core is probably already running. @@ -4320,8 +4320,8 @@ https://www.transifex.com/projects/p/dash/ - Unable to bind to %s on this computer. Dash Core is probably already running. - Unable to bind to %s on this computer. Dash Core is probably already running. + Unable to bind to %s on this computer. SarmaCoins Core is probably already running. + Unable to bind to %s on this computer. SarmaCoins Core is probably already running. @@ -4330,8 +4330,8 @@ https://www.transifex.com/projects/p/dash/ - Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 DASH. - Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 DASH. + Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 SarmaCoins. + Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 SarmaCoins. @@ -4610,8 +4610,8 @@ https://www.transifex.com/projects/p/dash/ - Disable all Dash specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) - Disable all Dash specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) + Disable all SarmaCoins specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) + Disable all SarmaCoins specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) @@ -4635,13 +4635,13 @@ https://www.transifex.com/projects/p/dash/ - Fees (in DASH/Kb) smaller than this are considered zero fee for relaying (default: %s) - Fees (in DASH/Kb) smaller than this are considered zero fee for relaying (default: %s) + Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for relaying (default: %s) + Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for relaying (default: %s) - Fees (in DASH/Kb) smaller than this are considered zero fee for transaction creation (default: %s) - Fees (in DASH/Kb) smaller than this are considered zero fee for transaction creation (default: %s) + Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for transaction creation (default: %s) + Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for transaction creation (default: %s) @@ -4730,33 +4730,33 @@ https://www.transifex.com/projects/p/dash/ - To use dashd, or the -server option to dash-qt, you must set an rpcpassword in the configuration file: + To use SarmaCoinsd, or the -server option to SarmaCoins-qt, you must set an rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=dashrpc +rpcuser=SarmaCoinsrpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com - To use dashd, or the -server option to dash-qt, you must set an rpcpassword in the configuration file: + To use SarmaCoinsd, or the -server option to SarmaCoins-qt, you must set an rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=dashrpc +rpcuser=SarmaCoinsrpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com - Unable to locate enough funds for this transaction that are not equal 1000 DASH. - Unable to locate enough funds for this transaction that are not equal 1000 DASH. + Unable to locate enough funds for this transaction that are not equal 1000 SarmaCoins. + Unable to locate enough funds for this transaction that are not equal 1000 SarmaCoins. @@ -4770,8 +4770,8 @@ for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com - Warning: Please check that your computer's date and time are correct! If your clock is wrong Dash Core will not work properly. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Dash Core will not work properly. + Warning: Please check that your computer's date and time are correct! If your clock is wrong SarmaCoins Core will not work properly. + Warning: Please check that your computer's date and time are correct! If your clock is wrong SarmaCoins Core will not work properly. @@ -4837,8 +4837,8 @@ for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com - Copyright (C) 2014-%i The Dash Core Developers - Copyright (C) 2014-%i The Dash Core Developers + Copyright (C) 2014-%i The SarmaCoins Core Developers + Copyright (C) 2014-%i The SarmaCoins Core Developers @@ -4877,8 +4877,8 @@ for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com - Error loading wallet.dat: Wallet requires newer version of Dash Core - Error loading wallet.dat: Wallet requires newer version of Dash Core + Error loading wallet.dat: Wallet requires newer version of SarmaCoins Core + Error loading wallet.dat: Wallet requires newer version of SarmaCoins Core @@ -4897,8 +4897,8 @@ for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com - Fee (in DASH/kB) to add to transactions you send (default: %s) - Fee (in DASH/kB) to add to transactions you send (default: %s) + Fee (in SarmaCoins/kB) to add to transactions you send (default: %s) + Fee (in SarmaCoins/kB) to add to transactions you send (default: %s) @@ -4967,8 +4967,8 @@ for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com - Initialization sanity check failed. Dash Core is shutting down. - Initialization sanity check failed. Dash Core is shutting down. + Initialization sanity check failed. SarmaCoins Core is shutting down. + Initialization sanity check failed. SarmaCoins Core is shutting down. @@ -5282,8 +5282,8 @@ for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com - Wallet needed to be rewritten: restart Dash Core to complete - Wallet needed to be rewritten: restart Dash Core to complete + Wallet needed to be rewritten: restart SarmaCoins Core to complete + Wallet needed to be rewritten: restart SarmaCoins Core to complete @@ -5357,8 +5357,8 @@ for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com - Keep N DASH anonymized (default: %u) - Keep N DASH anonymized (default: %u) + Keep N SarmaCoins anonymized (default: %u) + Keep N SarmaCoins anonymized (default: %u) diff --git a/src/qt/locale/dash_es.ts b/src/qt/locale/dash_es.ts index a6f961288fda8..bf16b44f30708 100644 --- a/src/qt/locale/dash_es.ts +++ b/src/qt/locale/dash_es.ts @@ -43,11 +43,11 @@ Choose the address to send coins to - Elija la dirección a la cual enviar los dash + Elija la dirección a la cual enviar los SarmaCoins Choose the address to receive coins with - Elija la dirección donde recibirá los dash + Elija la dirección donde recibirá los SarmaCoins C&hoose @@ -62,12 +62,12 @@ Direcciones de recepción - These are your Dash addresses for sending payments. Always check the amount and the receiving address before sending coins. - Estas son sus direcciones Dash para enviar pagos. Compruebe siempre la cantidad y la dirección receptora antes de enviar dashs. + These are your SarmaCoins addresses for sending payments. Always check the amount and the receiving address before sending coins. + Estas son sus direcciones SarmaCoins para enviar pagos. Compruebe siempre la cantidad y la dirección receptora antes de enviar SarmaCoinss. - These are your Dash addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Estas son sus direcciones de Dash para recibir pagos. Se recomienda utilizar una nueva dirección de recepción para cada transacción. + These are your SarmaCoins addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + Estas son sus direcciones de SarmaCoins para recibir pagos. Se recomienda utilizar una nueva dirección de recepción para cada transacción. &Copy Address @@ -176,8 +176,8 @@ Confirmar cifrado del monedero - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR DASH</b>! - Advertencia: Si cifra la cartera y pierde su contraseña, ¡<b>PERDERÁ TODOS SUS DASH</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR SarmaCoins</b>! + Advertencia: Si cifra la cartera y pierde su contraseña, ¡<b>PERDERÁ TODOS SUS SarmaCoins</b>! Are you sure you wish to encrypt your wallet? @@ -188,8 +188,8 @@ Monedero cifrado - Dash will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your dashs from being stolen by malware infecting your computer. - Dash se cerrará ahora para finalizar el proceso de cifrado. Recuerde que el cifrado de su monedero no puede proteger totalmente sus dashs del robo por un malware que infecte su sistema. + SarmaCoins will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your SarmaCoinss from being stolen by malware infecting your computer. + SarmaCoins se cerrará ahora para finalizar el proceso de cifrado. Recuerde que el cifrado de su monedero no puede proteger totalmente sus SarmaCoinss del robo por un malware que infecte su sistema. IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. @@ -231,8 +231,8 @@ BitcoinGUI - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Wallet @@ -255,16 +255,16 @@ &Enviar - Send coins to a Dash address - Enviar cuantía a una dirección Dash + Send coins to a SarmaCoins address + Enviar cuantía a una dirección SarmaCoins &Receive &Recibir - Request payments (generates QR codes and dash: URIs) - Solicitar pagos (genera códigos QR y URIs de Dash) + Request payments (generates QR codes and SarmaCoins: URIs) + Solicitar pagos (genera códigos QR y URIs de SarmaCoins) &Transactions @@ -283,12 +283,12 @@ Salir de la aplicación - &About Dash Core - &Acerca de Dash Core + &About SarmaCoins Core + &Acerca de SarmaCoins Core - Show information about Dash Core - Mostrar información acerca de Dash Core + Show information about SarmaCoins Core + Mostrar información acerca de SarmaCoins Core About &Qt @@ -303,8 +303,8 @@ &Opciones... - Modify configuration options for Dash - Modificar las opciones de configuración de Dash + Modify configuration options for SarmaCoins + Modificar las opciones de configuración de SarmaCoins &Show / Hide @@ -355,16 +355,16 @@ Firmar &mensaje... - Sign messages with your Dash addresses to prove you own them - Firmar mensajes con sus direcciones Dash para demostrar su posesión + Sign messages with your SarmaCoins addresses to prove you own them + Firmar mensajes con sus direcciones SarmaCoins para demostrar su posesión &Verify message... &Verificar el mensaje... - Verify messages to ensure they were signed with specified Dash addresses - Verificar mensajes para comprobar que fueron firmados con la dirección Dash indicada + Verify messages to ensure they were signed with specified SarmaCoins addresses + Verificar mensajes para comprobar que fueron firmados con la dirección SarmaCoins indicada &Information @@ -443,16 +443,16 @@ Abrir &URI... - Open a dash: URI or payment request - Abrir un dash: URI o petición de pago + Open a SarmaCoins: URI or payment request + Abrir un SarmaCoins: URI o petición de pago &Command-line options &Opciones de consola de comandos - Dash Core client - Cliente Dash Core + SarmaCoins Core client + Cliente SarmaCoins Core Processed %n blocks of transaction history. @@ -463,8 +463,8 @@ Sincronizando datos adicionales: %p% - Show the Dash Core help message to get a list with possible Dash command-line options - Mostrar el mensaje de ayuda de Dash Core para obtener una lista con las posibles opciones de la consola de comandos + Show the SarmaCoins Core help message to get a list with possible SarmaCoins command-line options + Mostrar el mensaje de ayuda de SarmaCoins Core para obtener una lista con las posibles opciones de la consola de comandos &File @@ -487,8 +487,8 @@ Barra de pestañas - %n active connection(s) to Dash network - %n conexion(es) activa a la red Dash%n conexion(es) activas a la red Dash + %n active connection(s) to SarmaCoins network + %n conexion(es) activa a la red SarmaCoins%n conexion(es) activas a la red SarmaCoins Synchronizing with network... @@ -626,7 +626,7 @@ Dirección: %4 Coin Selection - Selección de Dash + Selección de SarmaCoins Dust: @@ -864,28 +864,28 @@ Dirección: %4 Por favor, seleccione el nivel de privacidad. - Use 2 separate masternodes to mix funds up to 1000 DASH - Usar 2 nodos maestros distintos para mezclar fondos hasta 1000 DASH + Use 2 separate masternodes to mix funds up to 1000 SarmaCoins + Usar 2 nodos maestros distintos para mezclar fondos hasta 1000 SarmaCoins - Use 8 separate masternodes to mix funds up to 1000 DASH - Usar 8 nodos maestros diferentes para mezclar fondos hasta 1000 DASH + Use 8 separate masternodes to mix funds up to 1000 SarmaCoins + Usar 8 nodos maestros diferentes para mezclar fondos hasta 1000 SarmaCoins Use 16 separate masternodes Usar 16 nodos maestros diferentes - This option is the quickest and will cost about ~0.025 DASH to anonymize 1000 DASH - Esta es la opción más rápida y anonimizar 1000 DASH costará alrededor de 0.025 DASH + This option is the quickest and will cost about ~0.025 SarmaCoins to anonymize 1000 SarmaCoins + Esta es la opción más rápida y anonimizar 1000 SarmaCoins costará alrededor de 0.025 SarmaCoins - This option is moderately fast and will cost about 0.05 DASH to anonymize 1000 DASH - Esta opción es moderadamente rápida y anonimizar 1000 DASH costará alrededor de 0.05 DASH + This option is moderately fast and will cost about 0.05 SarmaCoins to anonymize 1000 SarmaCoins + Esta opción es moderadamente rápida y anonimizar 1000 SarmaCoins costará alrededor de 0.05 SarmaCoins - 0.1 DASH per 1000 DASH you anonymize. - 0.1 DASH por cada 1000 DASH que anonimice. + 0.1 SarmaCoins per 1000 SarmaCoins you anonymize. + 0.1 SarmaCoins por cada 1000 SarmaCoins que anonimice. This is the slowest and most secure option. Using maximum anonymity will cost @@ -896,16 +896,16 @@ Dirección: %4 Configuración de Darksend - Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend fue configurado con éxito en la básica (%1 y 2 rondas). Puede cambiarlo en cualquier momento abriendo la pantalla de configuración de Dash. + Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend fue configurado con éxito en la básica (%1 y 2 rondas). Puede cambiarlo en cualquier momento abriendo la pantalla de configuración de SarmaCoins. - Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend fue configurado con éxito en la alta (%1 y 8 rondas). Puede cambiarlo en cualquier momento abriendo la pantalla de configuración de Dash. + Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend fue configurado con éxito en la alta (%1 y 8 rondas). Puede cambiarlo en cualquier momento abriendo la pantalla de configuración de SarmaCoins. - Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend fue configurado con éxito en la máxima (%1 y 16 rondas). Puede cambiarlo en cualquier momento abriendo la pantalla de configuración de Dash. + Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend fue configurado con éxito en la máxima (%1 y 16 rondas). Puede cambiarlo en cualquier momento abriendo la pantalla de configuración de SarmaCoins. @@ -947,8 +947,8 @@ Dirección: %4 Editar dirección de envío - The entered address "%1" is not a valid Dash address. - La dirección introducida "%1" no es una dirección Dash válida. + The entered address "%1" is not a valid SarmaCoins address. + La dirección introducida "%1" no es una dirección SarmaCoins válida. The entered address "%1" is already in the address book. @@ -989,8 +989,8 @@ Dirección: %4 HelpMessageDialog - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core version @@ -1001,8 +1001,8 @@ Dirección: %4 (%1-bit) - About Dash Core - Acerca de Dash Core + About SarmaCoins Core + Acerca de SarmaCoins Core Command-line options @@ -1048,16 +1048,16 @@ Dirección: %4 Bienvenido - Welcome to Dash Core. - Bienvenido a Dash Core + Welcome to SarmaCoins Core. + Bienvenido a SarmaCoins Core - As this is the first time the program is launched, you can choose where Dash Core will store its data. - Al ser la primera vez que se ejecuta el programa, puede elegir dónde almacenará sus datos Dash Core. + As this is the first time the program is launched, you can choose where SarmaCoins Core will store its data. + Al ser la primera vez que se ejecuta el programa, puede elegir dónde almacenará sus datos SarmaCoins Core. - Dash Core will download and store a copy of the Dash block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Dash Core va a descargar y guardar una copia de la cadena de bloques de Dash. Se almacenará al menos %1GB de datos en este directorio, que irá creciendo con el tiempo. El monedero se guardará también en este directorio. + SarmaCoins Core will download and store a copy of the SarmaCoins block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + SarmaCoins Core va a descargar y guardar una copia de la cadena de bloques de SarmaCoins. Se almacenará al menos %1GB de datos en este directorio, que irá creciendo con el tiempo. El monedero se guardará también en este directorio. Use the default data directory @@ -1068,8 +1068,8 @@ Dirección: %4 Utilizar un directorio de datos personalizado: - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Error: Specified data directory "%1" cannot be created. @@ -1122,12 +1122,12 @@ Dirección: %4 &Principal - Automatically start Dash after logging in to the system. - Iniciar Dash automáticamente al ingresar en el sistema. + Automatically start SarmaCoins after logging in to the system. + Iniciar SarmaCoins automáticamente al ingresar en el sistema. - &Start Dash on system login - &Iniciar Dash al ingresar en el sistema + &Start SarmaCoins on system login + &Iniciar SarmaCoins al ingresar en el sistema Size of &database cache @@ -1154,8 +1154,8 @@ Dirección: %4 Esta cuantía sirve de umbral para que Darksend se apague, una vez sea alcanzada. - Amount of Dash to keep anonymized - Cuantía de Dash a mantener anónima + Amount of SarmaCoins to keep anonymized + Cuantía de SarmaCoins a mantener anónima W&allet @@ -1174,8 +1174,8 @@ Dirección: %4 Permitir conexiones entrantes - Connect to the Dash network through a SOCKS5 proxy. - Conectarse a la red Dash a través de un proxy SOCKS5. + Connect to the SarmaCoins network through a SOCKS5 proxy. + Conectarse a la red SarmaCoins a través de un proxy SOCKS5. &Connect through SOCKS5 proxy (default proxy): @@ -1206,8 +1206,8 @@ Dirección: %4 &Red - Automatically open the Dash client port on the router. This only works when your router supports UPnP and it is enabled. - Abrir automáticamente el puerto del cliente Dash en el router. Esta opción solo funciona si el router admite UPnP y está activado. + Automatically open the SarmaCoins client port on the router. This only works when your router supports UPnP and it is enabled. + Abrir automáticamente el puerto del cliente SarmaCoins en el router. Esta opción solo funciona si el router admite UPnP y está activado. Map port using &UPnP @@ -1258,14 +1258,14 @@ Dirección: %4 I&dioma de la interfaz de usuario - The user interface language can be set here. This setting will take effect after restarting Dash. - El idioma de la interfaz de usuario puede establecerse aquí. Este ajuste se aplicará después de reiniciar Dash. + The user interface language can be set here. This setting will take effect after restarting SarmaCoins. + El idioma de la interfaz de usuario puede establecerse aquí. Este ajuste se aplicará después de reiniciar SarmaCoins. Language missing or translation incomplete? Help contributing translations here: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ ¿Idioma no disponible o traducción incompleta? Contribuye a la traducción aquí: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ User Interface Theme: @@ -1277,7 +1277,7 @@ https://www.transifex.com/projects/p/dash/ Choose the default subdivision unit to show in the interface and when sending coins. - Elegir la subdivisión predeterminada para mostrar las cuantías en la interfaz y cuando se envían dashs. + Elegir la subdivisión predeterminada para mostrar las cuantías en la interfaz y cuando se envían SarmaCoinss. Decimal digits @@ -1347,8 +1347,8 @@ https://www.transifex.com/projects/p/dash/ Formulario - The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. - La información mostrada puede estar desactualizada. Su monedero se sincroniza automáticamente con la red Dash después de que se haya establecido una conexión, pero este proceso aún no se ha completado. + The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. + La información mostrada puede estar desactualizada. Su monedero se sincroniza automáticamente con la red SarmaCoins después de que se haya establecido una conexión, pero este proceso aún no se ha completado. Available: @@ -1431,8 +1431,8 @@ https://www.transifex.com/projects/p/dash/ Cuantía y Rondas: - 0 DASH / 0 Rounds - 0 DASH / 0 Rondas + 0 SarmaCoins / 0 Rounds + 0 SarmaCoins / 0 Rondas Submitted Denom: @@ -1568,8 +1568,8 @@ https://www.transifex.com/projects/p/dash/ Error en solicitud de pago - Cannot start dash: click-to-pay handler - No se pudo iniciar dash: manejador de pago-al-clic + Cannot start SarmaCoins: click-to-pay handler + No se pudo iniciar SarmaCoins: manejador de pago-al-clic URI handling @@ -1588,8 +1588,8 @@ https://www.transifex.com/projects/p/dash/ Dirección de pago no válida %1 - URI cannot be parsed! This can be caused by an invalid Dash address or malformed URI parameters. - ¡No se puede interpretar la URI! Esto puede deberse a una dirección Dash inválida o a parámetros de URI mal formados. + URI cannot be parsed! This can be caused by an invalid SarmaCoins address or malformed URI parameters. + ¡No se puede interpretar la URI! Esto puede deberse a una dirección SarmaCoins inválida o a parámetros de URI mal formados. Payment request file cannot be read! This can be caused by an invalid payment request file. @@ -1674,8 +1674,8 @@ https://www.transifex.com/projects/p/dash/ Cuantía - Enter a Dash address (e.g. %1) - Introduzca una dirección Dash (e.g. %1) + Enter a SarmaCoins address (e.g. %1) + Introduzca una dirección SarmaCoins (e.g. %1) %1 d @@ -1764,7 +1764,7 @@ https://www.transifex.com/projects/p/dash/ Número de conexiones - Open the Dash debug log file from the current data directory. This can take a few seconds for large log files. + Open the SarmaCoins debug log file from the current data directory. This can take a few seconds for large log files. Abrir el archivo de registro de depuración en el directorio actual de datos. Esto puede requerir varios segundos para archivos de registro grandes. @@ -1972,8 +1972,8 @@ https://www.transifex.com/projects/p/dash/ Salientes: - Welcome to the Dash RPC console. - Bienvenido a la consola RPC de Dash + Welcome to the SarmaCoins RPC console. + Bienvenido a la consola RPC de SarmaCoins Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -2035,8 +2035,8 @@ https://www.transifex.com/projects/p/dash/ &Reutilizar una dirección receptora existente (no recomendado) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dash network. - Un mensaje opcional para adjuntar a la solicitud de pago, el cual se muestra cuando se abre la solicitud. Nota: El mensaje no se enviará con el pago por la red Dash. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the SarmaCoins network. + Un mensaje opcional para adjuntar a la solicitud de pago, el cual se muestra cuando se abre la solicitud. Nota: El mensaje no se enviará con el pago por la red SarmaCoins. &Message: @@ -2047,8 +2047,8 @@ https://www.transifex.com/projects/p/dash/ Etiqueta opcional para asociar con la nueva dirección de recepción. - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Dash network. - Un mensaje opcional para adjuntar con la solicitud de pago, el cual aparecerá cuando ésta sea abierta.<br>Nota: El mensaje no se enviará con el pago a la red Dash. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the SarmaCoins network. + Un mensaje opcional para adjuntar con la solicitud de pago, el cual aparecerá cuando ésta sea abierta.<br>Nota: El mensaje no se enviará con el pago a la red SarmaCoins. Use this form to request payments. All fields are <b>optional</b>. @@ -2201,7 +2201,7 @@ https://www.transifex.com/projects/p/dash/ SendCoinsDialog Send Coins - Enviar Dash + Enviar SarmaCoins Coin Control Features @@ -2292,8 +2292,8 @@ https://www.transifex.com/projects/p/dash/ Si la comisión personalizada se establece en 1000 duffs y la transacción sólo ocupa 250 bytes, entonces "por kilobyte" sólo se pagan 250 duffs de comisión,<br />mientras que "total como mínimo" paga 1000 duffs. Para transacciones mayores de un kilobyte ambas pagan por kilobyte. - Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for dash transactions than the network can process. - Pagar sólo la comisión mínima está bien mientras el volumen de transacciones sea menor al espacio en los bloques.<br />No obstante, tenga en cuenta que esto puede acabar en una transacción que nunca se confirme una vez haya más demanda de transacciones dash a la procesable por la red. + Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for SarmaCoins transactions than the network can process. + Pagar sólo la comisión mínima está bien mientras el volumen de transacciones sea menor al espacio en los bloques.<br />No obstante, tenga en cuenta que esto puede acabar en una transacción que nunca se confirme una vez haya más demanda de transacciones SarmaCoins a la procesable por la red. per kilobyte @@ -2445,7 +2445,7 @@ https://www.transifex.com/projects/p/dash/ Confirm send coins - Confirmar el envío de dashs + Confirmar el envío de SarmaCoinss A fee %1 times higher than %2 per kB is considered an insanely high fee. @@ -2485,19 +2485,19 @@ https://www.transifex.com/projects/p/dash/ The transaction was rejected! This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here. - ¡La transacción fue rechazada! Esto puede suceder si alguno de los dashs de su monedero ya se habían gastado, por ejemplo si usó una copia de wallet.dat y los dash se gastaron en dicha copia pero no se aparecen como gastados aqui. + ¡La transacción fue rechazada! Esto puede suceder si alguno de los SarmaCoinss de su monedero ya se habían gastado, por ejemplo si usó una copia de wallet.dat y los SarmaCoins se gastaron en dicha copia pero no se aparecen como gastados aqui. Error: The wallet was unlocked only to anonymize coins. - Error: El monedero se desbloqueó solo para anonimizar dashs. + Error: El monedero se desbloqueó solo para anonimizar SarmaCoinss. Pay only the minimum fee of %1 Pagar sólo la comisión mínima de %1 - Warning: Invalid Dash address - Aviso: Dirección de Dash no válida + Warning: Invalid SarmaCoins address + Aviso: Dirección de SarmaCoins no válida Warning: Unknown change address @@ -2519,8 +2519,8 @@ https://www.transifex.com/projects/p/dash/ Pagar &a: - The Dash address to send the payment to - La dirección Dash a la cual enviar el pago + The SarmaCoins address to send the payment to + La dirección SarmaCoins a la cual enviar el pago Choose previously used address @@ -2559,8 +2559,8 @@ https://www.transifex.com/projects/p/dash/ Mensaje: - A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network. - Un mensaje que se adjuntó al dash: URI que será almacenada con la transacción para su referencia. Nota: Este mensaje no se enviará a través de la red Dash. + A message that was attached to the SarmaCoins: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the SarmaCoins network. + Un mensaje que se adjuntó al SarmaCoins: URI que será almacenada con la transacción para su referencia. Nota: Este mensaje no se enviará a través de la red SarmaCoins. This is an unverified payment request. @@ -2586,8 +2586,8 @@ https://www.transifex.com/projects/p/dash/ ShutdownWindow - Dash Core is shutting down... - Dash Core se está cerrando... + SarmaCoins Core is shutting down... + SarmaCoins Core se está cerrando... Do not shut down the computer until this window disappears. @@ -2609,8 +2609,8 @@ https://www.transifex.com/projects/p/dash/ Puede firmar mensajes con sus direcciones para demostrar que las posee. Tenga cuidado de no firmar cualquier cosa vaga, ya que los ataques de phishing pueden tratar de engañarle para suplantar su identidad. Firme solo declaraciones totalmente detalladas con las que usted esté de acuerdo. - The Dash address to sign the message with - La dirección Dash con la cual se firma el mensaje + The SarmaCoins address to sign the message with + La dirección SarmaCoins con la cual se firma el mensaje Choose previously used address @@ -2641,8 +2641,8 @@ https://www.transifex.com/projects/p/dash/ Copiar la firma actual al portapapeles del sistema - Sign the message to prove you own this Dash address - Firmar el mensaje para demostrar que se posee esta dirección Dash + Sign the message to prove you own this SarmaCoins address + Firmar el mensaje para demostrar que se posee esta dirección SarmaCoins Sign &Message @@ -2665,12 +2665,12 @@ https://www.transifex.com/projects/p/dash/ Introduzca la dirección para la firma, el mensaje (asegurándose de copiar tal cual los saltos de línea, espacios, tabulaciones, etc.) y la firma a continuación para verificar el mensaje. Tenga cuidado de no asumir más información de lo que dice el propio mensaje firmado para evitar fraudes basados en ataques de tipo man-in-the-middle. - The Dash address the message was signed with - La dirección Dash con la cual se firmó el mensaje + The SarmaCoins address the message was signed with + La dirección SarmaCoins con la cual se firmó el mensaje - Verify the message to ensure it was signed with the specified Dash address - Verificar el mensaje para garantizar que fue firmado con la dirección Dash indicada + Verify the message to ensure it was signed with the specified SarmaCoins address + Verificar el mensaje para garantizar que fue firmado con la dirección SarmaCoins indicada Verify &Message @@ -2736,8 +2736,8 @@ https://www.transifex.com/projects/p/dash/ SplashScreen - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Version %1 @@ -2748,8 +2748,8 @@ https://www.transifex.com/projects/p/dash/ Los desarrolladores de Bitcoin Core - The Dash Core developers - Los desarrolladores del Dash Core + The SarmaCoins Core developers + Los desarrolladores del SarmaCoins Core [testnet] @@ -2919,7 +2919,7 @@ https://www.transifex.com/projects/p/dash/ Generated coins must mature %1 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, its state will change to "not accepted" and it won't be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. - Los dashs generados deben madurar %1 bloques antes de que puedan gastarse. Cuando generó este bloque, se transmitió a la red para que se añadiera a la cadena de bloques. Si no consigue entrar en la cadena, su estado cambiará a "no aceptado" y ya no se podrá gastar. Esto puede ocurrir ocasionalmente si otro nodo genera un bloque a pocos segundos del suyo. + Los SarmaCoinss generados deben madurar %1 bloques antes de que puedan gastarse. Cuando generó este bloque, se transmitió a la red para que se añadiera a la cadena de bloques. Si no consigue entrar en la cadena, su estado cambiará a "no aceptado" y ya no se podrá gastar. Esto puede ocurrir ocasionalmente si otro nodo genera un bloque a pocos segundos del suyo. Debug information @@ -3273,11 +3273,11 @@ https://www.transifex.com/projects/p/dash/ WalletModel Send Coins - Enviar Dash + Enviar SarmaCoins - InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 DASH. - InstantX aún no soporta el envío de valores tan elevados. Las transacciones están limitadas actualmente a %1 DASH. + InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 SarmaCoins. + InstantX aún no soporta el envío de valores tan elevados. Las transacciones están limitadas actualmente a %1 SarmaCoins. @@ -3320,18 +3320,18 @@ https://www.transifex.com/projects/p/dash/ - dash-core + SarmaCoins-core Bind to given address and always listen on it. Use [host]:port notation for IPv6 Vincular a la dirección dada y escuchar siempre en ella. Utilice la notación [host]:port para IPv6 - Cannot obtain a lock on data directory %s. Dash Core is probably already running. - No se ha podido bloquear el directorio de datos %s. Probablemente ya se está ejecutando Dash Core. + Cannot obtain a lock on data directory %s. SarmaCoins Core is probably already running. + No se ha podido bloquear el directorio de datos %s. Probablemente ya se está ejecutando SarmaCoins Core. Darksend uses exact denominated amounts to send funds, you might simply need to anonymize some more coins. - Darksend utiliza cuantías denominadas exactas para enviar fondos, simplemente necesita anonimizar algunos dashs más. + Darksend utiliza cuantías denominadas exactas para enviar fondos, simplemente necesita anonimizar algunos SarmaCoinss más. Enter regression test mode, which uses a special chain in which blocks can be solved instantly. @@ -3382,16 +3382,16 @@ https://www.transifex.com/projects/p/dash/ Esta es una versión de pre-prueba - utilícela bajo su propio riesgo. No la utilice para usos comerciales o de minería. - Unable to bind to %s on this computer. Dash Core is probably already running. - No se puede enlazar a %s en este equipo. Dash Core probablemente ya está en funcionamiento. + Unable to bind to %s on this computer. SarmaCoins Core is probably already running. + No se puede enlazar a %s en este equipo. SarmaCoins Core probablemente ya está en funcionamiento. Unable to locate enough Darksend denominated funds for this transaction. No se pueden localizar fondos denominados de Darksend suficientes para esta transacción. - Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 DASH. - No se pueden localizar fondos no denominados de Darksend suficientes para esta transacción que no sean iguales a 1000 DASH. + Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 SarmaCoins. + No se pueden localizar fondos no denominados de Darksend suficientes para esta transacción que no sean iguales a 1000 SarmaCoins. Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. @@ -3615,8 +3615,8 @@ https://www.transifex.com/projects/p/dash/ Borrar todas las transacciones del monedero y recuperar únicamente aquellas partes de la cadena de bloques a través de -rescan en el inicio - Disable all Dash specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) - Desactivar todas las funciones asociadas a Dash (Nodos Maestros, Darksend, InstantX, Presupuesto) (0-1, predeterminado: %u) + Disable all SarmaCoins specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) + Desactivar todas las funciones asociadas a SarmaCoins (Nodos Maestros, Darksend, InstantX, Presupuesto) (0-1, predeterminado: %u) Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. @@ -3635,12 +3635,12 @@ https://www.transifex.com/projects/p/dash/ Error: Se encontró el argumento no permitido -socks. Ajustar la versión de SOCKS ya no es posible, sólo se admiten proxies SOCKS5 - Fees (in DASH/Kb) smaller than this are considered zero fee for relaying (default: %s) - Las comisiones (en DASH/Kb) menores a ésta se consideran como cero a efectos de transmisión (predeterminado: %s) + Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for relaying (default: %s) + Las comisiones (en SarmaCoins/Kb) menores a ésta se consideran como cero a efectos de transmisión (predeterminado: %s) - Fees (in DASH/Kb) smaller than this are considered zero fee for transaction creation (default: %s) - Las comisiones (en DASH/Kb) menores a ésta se consideran como cero a efectos de creación de transacciones (predeterminado: %s) + Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for transaction creation (default: %s) + Las comisiones (en SarmaCoins/Kb) menores a ésta se consideran como cero a efectos de creación de transacciones (predeterminado: %s) Flush database activity from memory pool to disk log every <n> megabytes (default: %u) @@ -3688,7 +3688,7 @@ https://www.transifex.com/projects/p/dash/ Provide liquidity to Darksend by infrequently mixing coins on a continual basis (0-100, default: %u, 1=very frequent, high fees, 100=very infrequent, low fees) - Ofrecer liquidez a Darksend mezclando dash con poca frecuencia y de forma continua (0-100, predeterminado: %u, 1=muy frecuente, comisiones altas, 100=muy pocas veces, comisiones bajas) + Ofrecer liquidez a Darksend mezclando SarmaCoins con poca frecuencia y de forma continua (0-100, predeterminado: %u, 1=muy frecuente, comisiones altas, 100=muy pocas veces, comisiones bajas) Require high priority for relaying free or low-fee transactions (default:%u) @@ -3700,7 +3700,7 @@ https://www.transifex.com/projects/p/dash/ Set the number of threads for coin generation if enabled (-1 = all cores, default: %d) - Establecer el número de hilos para la generación de dash cuando ésta se encuentra activada (-1 = todos los núcleos, predeterminado: %d) + Establecer el número de hilos para la generación de SarmaCoins cuando ésta se encuentra activada (-1 = todos los núcleos, predeterminado: %d) Show N confirmations for a successfully locked transaction (0-9999, default: %u) @@ -3711,32 +3711,32 @@ https://www.transifex.com/projects/p/dash/ Este producto incluye software desarrollado por el Proyecto OpenSSL para su uso en el Toolkit OpenSSL <https://www.openssl.org/> y software criptográfico escrito por Eric Young y software UPnP escrito por Thomas Bernard. - To use dashd, or the -server option to dash-qt, you must set an rpcpassword in the configuration file: + To use SarmaCoinsd, or the -server option to SarmaCoins-qt, you must set an rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=dashrpc +rpcuser=SarmaCoinsrpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com - Para usar dashd, o la opción -server de dash-qt, debe establecer rpcpassword en el archivo de configuración: + Para usar SarmaCoinsd, o la opción -server de SarmaCoins-qt, debe establecer rpcpassword en el archivo de configuración: %s Es recomendable que use la contraseña aleatoria siguiente: -rpcuser=dashrpc +rpcuser=SarmaCoinsrpc rpcpassword=%s (no necesita recordar esta contraseña) El nombre de usuario y la contraseña NO DEBEN ser iguales. Si el archivo no existe, créelo con permisos de sólo lectura para su propietario. También resulta recomendable establecer alertnotify para que se le notifique de posibles problemas; -por ejemplo: alertnotify=echo %%s | mail -s "Alerta de Dash" admin@foo.com +por ejemplo: alertnotify=echo %%s | mail -s "Alerta de SarmaCoins" admin@foo.com - Unable to locate enough funds for this transaction that are not equal 1000 DASH. - No se pueden localizar fondos suficientes para esta transacción que no sean iguales a 1000 DASH. + Unable to locate enough funds for this transaction that are not equal 1000 SarmaCoins. + No se pueden localizar fondos suficientes para esta transacción que no sean iguales a 1000 SarmaCoins. Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) @@ -3747,8 +3747,8 @@ por ejemplo: alertnotify=echo %%s | mail -s "Alerta de Dash" admin@foo.com Aviso: ¡-maxtxfee se estableció en un valor muy alto! Comisiones tan grandes no se podrían pagar en una única transacción. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Dash Core will not work properly. - Aviso: ¡Por favor compruebe que la fecha y hora de su computadora son correctas! Si su reloj está mal ajustado, Dash Core no funcionará correctamente. + Warning: Please check that your computer's date and time are correct! If your clock is wrong SarmaCoins Core will not work properly. + Aviso: ¡Por favor compruebe que la fecha y hora de su computadora son correctas! Si su reloj está mal ajustado, SarmaCoins Core no funcionará correctamente. Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. @@ -3801,8 +3801,8 @@ por ejemplo: alertnotify=echo %%s | mail -s "Alerta de Dash" admin@foo.com Copyright (C) 2009-%i Los Desarrolladores de Bitcoin Core - Copyright (C) 2014-%i The Dash Core Developers - Copyright (C) 2014-%i Los Desarrolladores de Dash Core + Copyright (C) 2014-%i The SarmaCoins Core Developers + Copyright (C) 2014-%i Los Desarrolladores de SarmaCoins Core Could not parse -rpcbind value %s as network address @@ -3833,8 +3833,8 @@ por ejemplo: alertnotify=echo %%s | mail -s "Alerta de Dash" admin@foo.com Error al conectar al Nodo Maestro. - Error loading wallet.dat: Wallet requires newer version of Dash Core - Error al cargar wallet.dat: El monedero requiere una versión más reciente de Dash Core + Error loading wallet.dat: Wallet requires newer version of SarmaCoins Core + Error al cargar wallet.dat: El monedero requiere una versión más reciente de SarmaCoins Core Error: A fatal internal error occured, see debug.log for details @@ -3849,8 +3849,8 @@ por ejemplo: alertnotify=echo %%s | mail -s "Alerta de Dash" admin@foo.com Error: Se encontró el argumento no soportado -tor, use -onion. - Fee (in DASH/kB) to add to transactions you send (default: %s) - Comisión (en DASH/kB) a añadir sobre las transacciones que envíe (predeterminado: %s) + Fee (in SarmaCoins/kB) to add to transactions you send (default: %s) + Comisión (en SarmaCoins/kB) a añadir sobre las transacciones que envíe (predeterminado: %s) Finalizing transaction. @@ -3870,7 +3870,7 @@ por ejemplo: alertnotify=echo %%s | mail -s "Alerta de Dash" admin@foo.com Generate coins (default: %u) - Generar dash (predeterminado: %u) + Generar SarmaCoins (predeterminado: %u) How many blocks to check at startup (default: %u, 0 = all) @@ -3905,8 +3905,8 @@ por ejemplo: alertnotify=echo %%s | mail -s "Alerta de Dash" admin@foo.com Información - Initialization sanity check failed. Dash Core is shutting down. - La comprobación de validez de inicio falló. Dash Core se está cerrando. + Initialization sanity check failed. SarmaCoins Core is shutting down. + La comprobación de validez de inicio falló. SarmaCoins Core se está cerrando. Input is not valid. @@ -4157,8 +4157,8 @@ por ejemplo: alertnotify=echo %%s | mail -s "Alerta de Dash" admin@foo.com Usar UPnP para asignar el puerto de escucha (predeterminado: %u) - Wallet needed to be rewritten: restart Dash Core to complete - El monedero se ha de reescribir: reinicie Dash Core para completarlo + Wallet needed to be rewritten: restart SarmaCoins Core to complete + El monedero se ha de reescribir: reinicie SarmaCoins Core para completarlo Warning: Unsupported argument -benchmark ignored, use -debug=bench. @@ -4217,8 +4217,8 @@ por ejemplo: alertnotify=echo %%s | mail -s "Alerta de Dash" admin@foo.com Clave KeePassHttp para la comunicación cifrada AES con KeePass - Keep N DASH anonymized (default: %u) - Conservar N DASH anónimos (predeterminado: %u) + Keep N SarmaCoins anonymized (default: %u) + Conservar N SarmaCoins anónimos (predeterminado: %u) Keep at most <n> unconnectable transactions in memory (default: %u) diff --git a/src/qt/locale/dash_fi.ts b/src/qt/locale/dash_fi.ts index 0d6608b2bd7e5..edd5a948812a6 100644 --- a/src/qt/locale/dash_fi.ts +++ b/src/qt/locale/dash_fi.ts @@ -62,12 +62,12 @@ Vastaanottava osoite - These are your Dash addresses for sending payments. Always check the amount and the receiving address before sending coins. - Nämä ovat Dash osoitteesi maksujen lähetykseen. Tarkista aina lähetettävä määrä ja vastaanottajan osoite ennen kuin lähetät varoja. + These are your SarmaCoins addresses for sending payments. Always check the amount and the receiving address before sending coins. + Nämä ovat SarmaCoins osoitteesi maksujen lähetykseen. Tarkista aina lähetettävä määrä ja vastaanottajan osoite ennen kuin lähetät varoja. - These are your Dash addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Nämä ovat Dash osoitteesi suoritusten vastaanottamiseen. Suositellaan että annat uuden osoitteen kullekin siirtotapahtumalle. + These are your SarmaCoins addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + Nämä ovat SarmaCoins osoitteesi suoritusten vastaanottamiseen. Suositellaan että annat uuden osoitteen kullekin siirtotapahtumalle. &Copy Address @@ -176,8 +176,8 @@ Vahvista lompakon salaus - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR DASH</b>! - Varoitus: Jos salaat lompakon ja unohdat salasanan, <b>MENETÄT KAIKKI DASHisi</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR SarmaCoins</b>! + Varoitus: Jos salaat lompakon ja unohdat salasanan, <b>MENETÄT KAIKKI SarmaCoinsisi</b>! Are you sure you wish to encrypt your wallet? @@ -188,8 +188,8 @@ Lompakko salattu - Dash will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your dashs from being stolen by malware infecting your computer. - Dash sulkeutuu nyt salauksen viimeistelyä varten. Muista että salaus pelkästään ei voi estää Dashiesi varastamista jos koneesi saastuu haittaohjelmilla tai viruksilla. + SarmaCoins will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your SarmaCoinss from being stolen by malware infecting your computer. + SarmaCoins sulkeutuu nyt salauksen viimeistelyä varten. Muista että salaus pelkästään ei voi estää SarmaCoinsiesi varastamista jos koneesi saastuu haittaohjelmilla tai viruksilla. IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. @@ -231,8 +231,8 @@ BitcoinGUI - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Wallet @@ -255,16 +255,16 @@ L&ähetä - Send coins to a Dash address - Lähetä varoja Dash osoitteeseen + Send coins to a SarmaCoins address + Lähetä varoja SarmaCoins osoitteeseen &Receive &Vastaanota - Request payments (generates QR codes and dash: URIs) - Pyydä maksuja (Luo QR koodit ja Dash: URIt) + Request payments (generates QR codes and SarmaCoins: URIs) + Pyydä maksuja (Luo QR koodit ja SarmaCoins: URIt) &Transactions @@ -283,12 +283,12 @@ Sulje ohjelma - &About Dash Core - Tietoja &Dash Core:sta + &About SarmaCoins Core + Tietoja &SarmaCoins Core:sta - Show information about Dash Core - Näytä tietoja Dash Core:sta + Show information about SarmaCoins Core + Näytä tietoja SarmaCoins Core:sta About &Qt @@ -303,8 +303,8 @@ &Asetukset... - Modify configuration options for Dash - Muuta Dash asetuksia + Modify configuration options for SarmaCoins + Muuta SarmaCoins asetuksia &Show / Hide @@ -312,7 +312,7 @@ Show or hide the main Window - Näytä tai piilota Dash pääikkuna + Näytä tai piilota SarmaCoins pääikkuna &Encrypt Wallet... @@ -355,16 +355,16 @@ &Allekirjoita Viesti... - Sign messages with your Dash addresses to prove you own them - Allekirjoita viestit Dash osoitteillasi todistaaksesi että omistat ne + Sign messages with your SarmaCoins addresses to prove you own them + Allekirjoita viestit SarmaCoins osoitteillasi todistaaksesi että omistat ne &Verify message... &Tarkista Viesti... - Verify messages to ensure they were signed with specified Dash addresses - Tarkista viestit ollaksesi varma että ne on allekirjoitettu määritetyillä Dash osoitteilla + Verify messages to ensure they were signed with specified SarmaCoins addresses + Tarkista viestit ollaksesi varma että ne on allekirjoitettu määritetyillä SarmaCoins osoitteilla &Information @@ -443,16 +443,16 @@ Avaa &URI... - Open a dash: URI or payment request - Avaa Dash: URI tai maksupyyntö + Open a SarmaCoins: URI or payment request + Avaa SarmaCoins: URI tai maksupyyntö &Command-line options &Komentorivin valinnat - Dash Core client - Dash Core asiakasohjelma + SarmaCoins Core client + SarmaCoins Core asiakasohjelma Processed %n blocks of transaction history. @@ -463,8 +463,8 @@ Synkronoidaan lisätietoja: %p% - Show the Dash Core help message to get a list with possible Dash command-line options - Näytä Dash Core ohjelista komentorivin valinnoista + Show the SarmaCoins Core help message to get a list with possible SarmaCoins command-line options + Näytä SarmaCoins Core ohjelista komentorivin valinnoista &File @@ -487,8 +487,8 @@ Välilehtipalkki - %n active connection(s) to Dash network - %n aktiivinen yhteys Dash verkkoon%n aktiivista yhteyttä Dash verkkoon + %n active connection(s) to SarmaCoins network + %n aktiivinen yhteys SarmaCoins verkkoon%n aktiivista yhteyttä SarmaCoins verkkoon Synchronizing with network... @@ -864,11 +864,11 @@ Osoite: %4 Valitse yksityisyyden taso. - Use 2 separate masternodes to mix funds up to 1000 DASH + Use 2 separate masternodes to mix funds up to 1000 SarmaCoins Käytä 2 erillistä masternodea sekoittaaksesi varoja - Use 8 separate masternodes to mix funds up to 1000 DASH + Use 8 separate masternodes to mix funds up to 1000 SarmaCoins Käytä 8 erillistä masternodea sekoittaaksesi varoja @@ -876,16 +876,16 @@ Osoite: %4 Käytä 16 erillistä masternodea - This option is the quickest and will cost about ~0.025 DASH to anonymize 1000 DASH - Tämä vaihtoehto on nopein ja maksaa noin ~0.025 DASH kun anonymisoidaan 1000 DASH + This option is the quickest and will cost about ~0.025 SarmaCoins to anonymize 1000 SarmaCoins + Tämä vaihtoehto on nopein ja maksaa noin ~0.025 SarmaCoins kun anonymisoidaan 1000 SarmaCoins - This option is moderately fast and will cost about 0.05 DASH to anonymize 1000 DASH - Tämä vaihtoehto on keskinopea ja maksaa noin ~0.05 DASH kun anonymisoidaan 1000 DASH + This option is moderately fast and will cost about 0.05 SarmaCoins to anonymize 1000 SarmaCoins + Tämä vaihtoehto on keskinopea ja maksaa noin ~0.05 SarmaCoins kun anonymisoidaan 1000 SarmaCoins - 0.1 DASH per 1000 DASH you anonymize. - 0.1 DASH maksu per 1000 DASH jonka anonymisoit. + 0.1 SarmaCoins per 1000 SarmaCoins you anonymize. + 0.1 SarmaCoins maksu per 1000 SarmaCoins jonka anonymisoit. This is the slowest and most secure option. Using maximum anonymity will cost @@ -896,16 +896,16 @@ Osoite: %4 Darksend Asetukset - Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend on asetettu perusasetuksiin (%1 and 2 kierrosta). Voit muuttaa asetuksia milloin vain Dash asetuksista. + Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend on asetettu perusasetuksiin (%1 and 2 kierrosta). Voit muuttaa asetuksia milloin vain SarmaCoins asetuksista. - Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend on asetettu keskitason asetuksiin (%1 and 8 kierrosta). Voit muuttaa asetuksia milloin vain Dash asetuksista. + Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend on asetettu keskitason asetuksiin (%1 and 8 kierrosta). Voit muuttaa asetuksia milloin vain SarmaCoins asetuksista. - Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend on asetettu maksimitason asetuksiin (%1 and 16 kierrosta). Voit muuttaa asetuksia milloin vain Dash asetuksista. + Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend on asetettu maksimitason asetuksiin (%1 and 16 kierrosta). Voit muuttaa asetuksia milloin vain SarmaCoins asetuksista. @@ -947,8 +947,8 @@ Osoite: %4 Muokkaa lähettävää osoitetta - The entered address "%1" is not a valid Dash address. - Annettu osoite "%1" ei ole pätevä Dash osoite. + The entered address "%1" is not a valid SarmaCoins address. + Annettu osoite "%1" ei ole pätevä SarmaCoins osoite. The entered address "%1" is already in the address book. @@ -989,8 +989,8 @@ Osoite: %4 HelpMessageDialog - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core version @@ -1001,8 +1001,8 @@ Osoite: %4 (%1-bittinen) - About Dash Core - Tietoja Dash Core:sta + About SarmaCoins Core + Tietoja SarmaCoins Core:sta Command-line options @@ -1048,17 +1048,17 @@ Osoite: %4 Tervetuloa - Welcome to Dash Core. - Dash Core - Tervetuloa. + Welcome to SarmaCoins Core. + SarmaCoins Core - Tervetuloa. - As this is the first time the program is launched, you can choose where Dash Core will store its data. - Koska tämä on ensimmäinen kerta kun ohjelma käynnistetään, voit valita minne Dash Core tallettaa datansa. + As this is the first time the program is launched, you can choose where SarmaCoins Core will store its data. + Koska tämä on ensimmäinen kerta kun ohjelma käynnistetään, voit valita minne SarmaCoins Core tallettaa datansa. Varoitus: Jos käytät käyttöjärjestelmää (Live os) suoraan usb, dvd tai cd levyltä, ohjaa talletettava data eri levyasemalle turvalliseen paikkaan. - Dash Core will download and store a copy of the Dash block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Dash Core lataa ja tallettaa kopion lohkoketjusta. Vähintään %1GB dataa talletetaan tähän hakemistoon, ja se myös kasvaa ajan myötä. Myös lompakko talletetaan tähän hakemistoon. + SarmaCoins Core will download and store a copy of the SarmaCoins block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + SarmaCoins Core lataa ja tallettaa kopion lohkoketjusta. Vähintään %1GB dataa talletetaan tähän hakemistoon, ja se myös kasvaa ajan myötä. Myös lompakko talletetaan tähän hakemistoon. Use the default data directory @@ -1069,8 +1069,8 @@ Varoitus: Jos käytät käyttöjärjestelmää (Live os) suoraan usb, dvd tai cd Määritä oma hakemisto: - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Error: Specified data directory "%1" cannot be created. @@ -1123,12 +1123,12 @@ Varoitus: Jos käytät käyttöjärjestelmää (Live os) suoraan usb, dvd tai cd &Yleiset - Automatically start Dash after logging in to the system. - Käynnistä Dash automaattisesti kun järjestelmään kirjaudutaan. + Automatically start SarmaCoins after logging in to the system. + Käynnistä SarmaCoins automaattisesti kun järjestelmään kirjaudutaan. - &Start Dash on system login - &Käynnistä Dash järjestelmään kirjauduttaessa + &Start SarmaCoins on system login + &Käynnistä SarmaCoins järjestelmään kirjauduttaessa Size of &database cache @@ -1155,8 +1155,8 @@ Varoitus: Jos käytät käyttöjärjestelmää (Live os) suoraan usb, dvd tai cd Tämä määrä toimii rajana keskeytykselle kun Darksend anonymisointi sen saavuttaa. - Amount of Dash to keep anonymized - Dash määrä joka pidetään anonymisoituna + Amount of SarmaCoins to keep anonymized + SarmaCoins määrä joka pidetään anonymisoituna W&allet @@ -1175,8 +1175,8 @@ Varoitus: Jos käytät käyttöjärjestelmää (Live os) suoraan usb, dvd tai cd Salli sisään tulevat yhteydet - Connect to the Dash network through a SOCKS5 proxy. - Kytkeydy Dash verkkoon käyttäen SOCKS5 proxy:a. + Connect to the SarmaCoins network through a SOCKS5 proxy. + Kytkeydy SarmaCoins verkkoon käyttäen SOCKS5 proxy:a. &Connect through SOCKS5 proxy (default proxy): @@ -1207,8 +1207,8 @@ Varoitus: Jos käytät käyttöjärjestelmää (Live os) suoraan usb, dvd tai cd &Verkko - Automatically open the Dash client port on the router. This only works when your router supports UPnP and it is enabled. - Avaa automaattisesti Dash asiakasohjelmalle portti reitittimeen. Tämä toimii vain jos reitittimesi tukee UPnP:tä ja se on käytössä. + Automatically open the SarmaCoins client port on the router. This only works when your router supports UPnP and it is enabled. + Avaa automaattisesti SarmaCoins asiakasohjelmalle portti reitittimeen. Tämä toimii vain jos reitittimesi tukee UPnP:tä ja se on käytössä. Map port using &UPnP @@ -1244,7 +1244,7 @@ Varoitus: Jos käytät käyttöjärjestelmää (Live os) suoraan usb, dvd tai cd Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Quit in the menu. - Ikkunaa suljettaessa pienennä Dash asiakasohjelman ikkuna lopettamatta itse ohjelmaa. Kun tämä asetus on valittuna, ohjelman voi sulkea vain valitsemalla Lopeta ohjelman valikosta. + Ikkunaa suljettaessa pienennä SarmaCoins asiakasohjelman ikkuna lopettamatta itse ohjelmaa. Kun tämä asetus on valittuna, ohjelman voi sulkea vain valitsemalla Lopeta ohjelman valikosta. M&inimize on close @@ -1259,14 +1259,14 @@ Varoitus: Jos käytät käyttöjärjestelmää (Live os) suoraan usb, dvd tai cd &Käyttöliittymän kieli - The user interface language can be set here. This setting will take effect after restarting Dash. - Käyttöliittymän kieli asetetaan tässä, Asetus tulee voimaan kun Dash asiakasohjelma käynnistetään uudelleen. + The user interface language can be set here. This setting will take effect after restarting SarmaCoins. + Käyttöliittymän kieli asetetaan tässä, Asetus tulee voimaan kun SarmaCoins asiakasohjelma käynnistetään uudelleen. Language missing or translation incomplete? Help contributing translations here: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ Puuttuuko sopiva kieli tai käännös on kesken? Auta käännöstyössä täällä: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ User Interface Theme: @@ -1348,8 +1348,8 @@ https://www.transifex.com/projects/p/dash/ Lomake - The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. - Näytetyt tiedot eivät välttämättä ole ajan tasalla.<br>Lompakkosi synkronoituu automaattisesti Dash verkkoon kun<br>yhteys on muodostettu, mutta tämä prosessi ei vielä ole valmis. + The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. + Näytetyt tiedot eivät välttämättä ole ajan tasalla.<br>Lompakkosi synkronoituu automaattisesti SarmaCoins verkkoon kun<br>yhteys on muodostettu, mutta tämä prosessi ei vielä ole valmis. Available: @@ -1432,8 +1432,8 @@ https://www.transifex.com/projects/p/dash/ Määrä ja Kierrokset: - 0 DASH / 0 Rounds - 0 DASH / 0 Kierrosta + 0 SarmaCoins / 0 Rounds + 0 SarmaCoins / 0 Kierrosta Submitted Denom: @@ -1569,8 +1569,8 @@ https://www.transifex.com/projects/p/dash/ Maksupyyntövirhe - Cannot start dash: click-to-pay handler - Ei voi käynnistää Dashia: click-to-pay handler + Cannot start SarmaCoins: click-to-pay handler + Ei voi käynnistää SarmaCoinsia: click-to-pay handler URI handling @@ -1589,8 +1589,8 @@ https://www.transifex.com/projects/p/dash/ Virheellinen maksuosoite %1 - URI cannot be parsed! This can be caused by an invalid Dash address or malformed URI parameters. - URI:a ei voida jäsentää! Tämä voi johtua virheellisestä Dash osoitteesta tai virheellisestä URI:n muuttujasta. + URI cannot be parsed! This can be caused by an invalid SarmaCoins address or malformed URI parameters. + URI:a ei voida jäsentää! Tämä voi johtua virheellisestä SarmaCoins osoitteesta tai virheellisestä URI:n muuttujasta. Payment request file cannot be read! This can be caused by an invalid payment request file. @@ -1675,8 +1675,8 @@ https://www.transifex.com/projects/p/dash/ Määrä - Enter a Dash address (e.g. %1) - Syötä Dash osoite (esim. %1) + Enter a SarmaCoins address (e.g. %1) + Syötä SarmaCoins osoite (esim. %1) %1 d @@ -1765,8 +1765,8 @@ https://www.transifex.com/projects/p/dash/ Yhteyksien määrä - Open the Dash debug log file from the current data directory. This can take a few seconds for large log files. - Avaa Dash debug lokitiedosto nykyisestä datahakemistosta. Tämä saattaa kestää muutaman sekunnin isoilla tiedostoilla. + Open the SarmaCoins debug log file from the current data directory. This can take a few seconds for large log files. + Avaa SarmaCoins debug lokitiedosto nykyisestä datahakemistosta. Tämä saattaa kestää muutaman sekunnin isoilla tiedostoilla. &Open @@ -1977,8 +1977,8 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Ulos: - Welcome to the Dash RPC console. - Tervetuloa Dash RPC konsoliin. + Welcome to the SarmaCoins RPC console. + Tervetuloa SarmaCoins RPC konsoliin. Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -2040,8 +2040,8 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van &Uudelleenkäytä vastaanottavaa osoitetta (ei suositella) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dash network. - Valinnainen viesti liitettäväksi maksupyyntöön, joka näytetään kun pyyntö on avattu.<br>Huomio: Viestiä ei lähetetä maksun mukana Dash verkkoon. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the SarmaCoins network. + Valinnainen viesti liitettäväksi maksupyyntöön, joka näytetään kun pyyntö on avattu.<br>Huomio: Viestiä ei lähetetä maksun mukana SarmaCoins verkkoon. &Message: @@ -2052,8 +2052,8 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Valinnainen nimi liitetään uuteen vastaanottavaan osoitteeseen. - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Dash network. - Valinnainen viesti liitettäväksi maksupyyntöön, joka näytetään kun pyyntö on avattu.<br>Huomio: Viestiä ei lähetetä maksun mukana Dash verkkoon. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the SarmaCoins network. + Valinnainen viesti liitettäväksi maksupyyntöön, joka näytetään kun pyyntö on avattu.<br>Huomio: Viestiä ei lähetetä maksun mukana SarmaCoins verkkoon. Use this form to request payments. All fields are <b>optional</b>. @@ -2297,7 +2297,7 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Jos mukautettu siirtomaksu on asetettu 1000 duff ja siirtotapahtuma on vain 250 tavua,<br />tällöin "per kilotavu" maksaa vain 250 duffs siirtomaksun, kun taas "yhteensä vähintään" maksaa 1000 duffs.<br />Siirtotapahtumat jotka ovat isompia kuin kilotavu, molemmat maksaa "per kilotavu". - Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for dash transactions than the network can process. + Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for SarmaCoins transactions than the network can process. Minimi siirtomaksun maksaminen on ok niin kauan kun siirtotapahtumien määrä on pienempi kuin tila lohkoissa.<br />Mutta ota huomioon että tämä voi johtaa siirtotapahtumaan jota ei vahvisteta koskaan, jos siirtotapahtumia on enemmän kuin verkko voi käsitellä. @@ -2501,8 +2501,8 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Maksa vain minimi siirtomaksu %1 - Warning: Invalid Dash address - Varoitus: Virheellinen Dash osoite + Warning: Invalid SarmaCoins address + Varoitus: Virheellinen SarmaCoins osoite Warning: Unknown change address @@ -2524,8 +2524,8 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Maksun &saaja: - The Dash address to send the payment to - Dash osoite johon maksu lähetetään + The SarmaCoins address to send the payment to + SarmaCoins osoite johon maksu lähetetään Choose previously used address @@ -2564,8 +2564,8 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Viesti: - A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network. - Viesti joka liitettiin Dash: URI joka talletetaan siirtotapahtuman kanssa viitteeksi sinulle. Huomio: Tätä viestiä ei lähetetä Dash verkkoon. + A message that was attached to the SarmaCoins: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the SarmaCoins network. + Viesti joka liitettiin SarmaCoins: URI joka talletetaan siirtotapahtuman kanssa viitteeksi sinulle. Huomio: Tätä viestiä ei lähetetä SarmaCoins verkkoon. This is an unverified payment request. @@ -2591,8 +2591,8 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van ShutdownWindow - Dash Core is shutting down... - Dash Core sulkeutuu... + SarmaCoins Core is shutting down... + SarmaCoins Core sulkeutuu... Do not shut down the computer until this window disappears. @@ -2614,8 +2614,8 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Voit allekirjoittaa viestit omilla osoitteillasi todistaaksesi että omistat ne. Ole huolellinen että et allekirjoita mitään epämääräistä, phishing-hyökkäjä voi huijata sinua allekirjoittamaan henkilöllisyytesi omasta puolestaan. Allekirjoita vain yksityiskohtaisesti täytetty selvitys johon sitoudut. - The Dash address to sign the message with - Dash osoite jolla viesti allekirjoitetaan + The SarmaCoins address to sign the message with + SarmaCoins osoite jolla viesti allekirjoitetaan Choose previously used address @@ -2646,8 +2646,8 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Kopioi tämän hetkinen allekirjoitus leikepöydälle - Sign the message to prove you own this Dash address - Allekirjoita viesti todistaaksesi että omistat tämän Dash osoitteen + Sign the message to prove you own this SarmaCoins address + Allekirjoita viesti todistaaksesi että omistat tämän SarmaCoins osoitteen Sign &Message @@ -2670,12 +2670,12 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Syötä allekirjoittava osoite, viesti ja allekirjoitus alla oleviin kenttiin varmistaaksesi allekirjoituksen aitouden. Varmista että kopioit kaikki kentät täsmälleen oikein, myös rivinvaihdot, välilyönnit, tabulaattorit, jne. - The Dash address the message was signed with - Dash osoite jolla viesti on allekirjoitettu + The SarmaCoins address the message was signed with + SarmaCoins osoite jolla viesti on allekirjoitettu - Verify the message to ensure it was signed with the specified Dash address - Tarkista että viesti on allekirjoitettu määritetyllä Dash osoitteella + Verify the message to ensure it was signed with the specified SarmaCoins address + Tarkista että viesti on allekirjoitettu määritetyllä SarmaCoins osoitteella Verify &Message @@ -2741,8 +2741,8 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van SplashScreen - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Version %1 @@ -2753,8 +2753,8 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Bitcoin Core kehittäjät - The Dash Core developers - Dash Core kehittäjät + The SarmaCoins Core developers + SarmaCoins Core kehittäjät [testnet] @@ -3086,7 +3086,7 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Destination address of transaction. - Siirtotapahtuman Dash kohdeosoite + Siirtotapahtuman SarmaCoins kohdeosoite Amount removed from or added to balance. @@ -3278,11 +3278,11 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van WalletModel Send Coins - Lähetä Dasheja + Lähetä SarmaCoinseja - InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 DASH. - InstantX ei tue näin korkeaa lähetysmäärää vielä. Siirtotapahtumat on tällä hetkellä rajoitettu %1 DASH. + InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 SarmaCoins. + InstantX ei tue näin korkeaa lähetysmäärää vielä. Siirtotapahtumat on tällä hetkellä rajoitettu %1 SarmaCoins. @@ -3325,14 +3325,14 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van - dash-core + SarmaCoins-core Bind to given address and always listen on it. Use [host]:port notation for IPv6 Kytkeydy annettuun osoitteeseen ja pidä linja aina auki. Käytä [host]:port merkintätapaa IPv6:lle. - Cannot obtain a lock on data directory %s. Dash Core is probably already running. - Ei voida lukita data hakemistoa %s. Dash Core on luultavasti jo käynnissä. + Cannot obtain a lock on data directory %s. SarmaCoins Core is probably already running. + Ei voida lukita data hakemistoa %s. SarmaCoins Core on luultavasti jo käynnissä. Darksend uses exact denominated amounts to send funds, you might simply need to anonymize some more coins. @@ -3387,16 +3387,16 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Tämä on esi-julkaistu testiversio - Käytä omalla vastuulla - Älä käytä louhimiseen tai kauppasovelluksiin. - Unable to bind to %s on this computer. Dash Core is probably already running. - Ei voida yhdistää %s tässä tietokoneessa. Dash Core on luultavasti jo käynnissä. + Unable to bind to %s on this computer. SarmaCoins Core is probably already running. + Ei voida yhdistää %s tässä tietokoneessa. SarmaCoins Core on luultavasti jo käynnissä. Unable to locate enough Darksend denominated funds for this transaction. Ei tarpeeksi Darksend anonymisoituja varoja tälle siirtotapahtumalle. - Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 DASH. - Ei tarpeeksi Darksend ei-anonymisoituja varoja tälle siirtotapahtumalle, joka ei ole 1000 DASH. + Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 SarmaCoins. + Ei tarpeeksi Darksend ei-anonymisoituja varoja tälle siirtotapahtumalle, joka ei ole 1000 SarmaCoins. Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. @@ -3404,7 +3404,7 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. - Varoitus: Dash verkossa on ristiriitoja! Louhijat näyttävät kokevan virhetilanteita. + Varoitus: SarmaCoins verkossa on ristiriitoja! Louhijat näyttävät kokevan virhetilanteita. Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. @@ -3619,8 +3619,8 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Poista kaikki lompakon siirtotapahtumat ja palauta vain nuo osat lohkoketjusta -rescan valinnan avulla käynnistyksessä - Disable all Dash specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) - Kytke pois käytöstä kaikki Dash:in erityistoiminnot (Masternodet, Darksend, InstantX, Budjetointi) (0-1, oletus: %u) + Disable all SarmaCoins specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) + Kytke pois käytöstä kaikki SarmaCoins:in erityistoiminnot (Masternodet, Darksend, InstantX, Budjetointi) (0-1, oletus: %u) Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. @@ -3639,12 +3639,12 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Virhe: Ei tuettu argumentti -socks. SOCKS version asettaminen ei ole enää mahdollista, vain SOCKS5 proxyt ovat tuettuja. - Fees (in DASH/Kb) smaller than this are considered zero fee for relaying (default: %s) - Siirtomaksut (DASH/Kb) jotka ovat pienempiä kuin tämä, tulkitaan nollamaksuksi välityksessä (oletus: %s) + Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for relaying (default: %s) + Siirtomaksut (SarmaCoins/Kb) jotka ovat pienempiä kuin tämä, tulkitaan nollamaksuksi välityksessä (oletus: %s) - Fees (in DASH/Kb) smaller than this are considered zero fee for transaction creation (default: %s) - Siirtomaksut (DASH/Kb) jotka ovat pienempiä kuin tämä, tulkitaan nollamaksuksi siirtotapahtuman luonnissa (oletus: %s) + Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for transaction creation (default: %s) + Siirtomaksut (SarmaCoins/Kb) jotka ovat pienempiä kuin tämä, tulkitaan nollamaksuksi siirtotapahtuman luonnissa (oletus: %s) Flush database activity from memory pool to disk log every <n> megabytes (default: %u) @@ -3717,32 +3717,32 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Käännös päivitetty: 1.9.2015 by AjM. - To use dashd, or the -server option to dash-qt, you must set an rpcpassword in the configuration file: + To use SarmaCoinsd, or the -server option to SarmaCoins-qt, you must set an rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=dashrpc +rpcuser=SarmaCoinsrpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com - Käyttääksesi dashd:ia tai -server valintaa dash-qt:lle, sinun tulee asettaa rpc salasana asetustiedostossa: + Käyttääksesi SarmaCoinsd:ia tai -server valintaa SarmaCoins-qt:lle, sinun tulee asettaa rpc salasana asetustiedostossa: %s Suositellaan että käytät allaolevaa satunnaista salasanaa: -rpcuser=dashrpc +rpcuser=SarmaCoinsrpc rpcpassword=%s (sinun ei tarvitse muistaa tätä salasanaa) Käyttäjätunnus ja salasana on oltava ERILAISET. Jos tiedostoa ei ole, luo se vain omistajan-luku-oikeudella. Suositellaan asetettavaksi alertnotify jotta saat tietoa ongelmista, -esimerkiksi: alertnotify=echo %%s | mail -s "Dash Hälytys" admin@foo.com +esimerkiksi: alertnotify=echo %%s | mail -s "SarmaCoins Hälytys" admin@foo.com - Unable to locate enough funds for this transaction that are not equal 1000 DASH. - Ei tarpeeksi varoja tälle siirtotapahtumalle, joka ei ole 1000 DASH. + Unable to locate enough funds for this transaction that are not equal 1000 SarmaCoins. + Ei tarpeeksi varoja tälle siirtotapahtumalle, joka ei ole 1000 SarmaCoins. Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) @@ -3753,8 +3753,8 @@ esimerkiksi: alertnotify=echo %%s | mail -s "Dash Hälytys" admin@foo.com Varoitus: -maxtxfee on asetettu erittäin korkeaksi! Näin isot siirtomaksut voitaisiin maksaa yhdessä siirtotapahtumassa. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Dash Core will not work properly. - Varoitus: Tarkista että tietokoneesi kellonaika ja päivämäärä ovat oikein! Dash ei toimi oikein väärällä päivämäärällä ja/tai kellonajalla. + Warning: Please check that your computer's date and time are correct! If your clock is wrong SarmaCoins Core will not work properly. + Varoitus: Tarkista että tietokoneesi kellonaika ja päivämäärä ovat oikein! SarmaCoins ei toimi oikein väärällä päivämäärällä ja/tai kellonajalla. Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. @@ -3807,8 +3807,8 @@ esimerkiksi: alertnotify=echo %%s | mail -s "Dash Hälytys" admin@foo.com Copyright (C) 2009-%i Bitcoin Core Kehittäjät - Copyright (C) 2014-%i The Dash Core Developers - Copyright (C) 2014-%i Dash Core Kehittäjät + Copyright (C) 2014-%i The SarmaCoins Core Developers + Copyright (C) 2014-%i SarmaCoins Core Kehittäjät Could not parse -rpcbind value %s as network address @@ -3839,8 +3839,8 @@ esimerkiksi: alertnotify=echo %%s | mail -s "Dash Hälytys" admin@foo.com Virhe masternode:en kytkeytymisessä. - Error loading wallet.dat: Wallet requires newer version of Dash Core - Virhe ladattaessa wallet.dat: Lompakko vaatii uudemman version Dash Core:sta + Error loading wallet.dat: Wallet requires newer version of SarmaCoins Core + Virhe ladattaessa wallet.dat: Lompakko vaatii uudemman version SarmaCoins Core:sta Error: A fatal internal error occured, see debug.log for details @@ -3855,8 +3855,8 @@ esimerkiksi: alertnotify=echo %%s | mail -s "Dash Hälytys" admin@foo.com Virhe: Ei tuettu argumentti -tor löytyi, käytä -onion. - Fee (in DASH/kB) to add to transactions you send (default: %s) - Lisättävä siirtomaksu (DASH/Kb) siirtotapahtumaan jonka lähetät (oletus: %s) + Fee (in SarmaCoins/kB) to add to transactions you send (default: %s) + Lisättävä siirtomaksu (SarmaCoins/Kb) siirtotapahtumaan jonka lähetät (oletus: %s) Finalizing transaction. @@ -3911,8 +3911,8 @@ esimerkiksi: alertnotify=echo %%s | mail -s "Dash Hälytys" admin@foo.com Tietoa - Initialization sanity check failed. Dash Core is shutting down. - Alkuperäisyyden tarkistus epäonnistui. Dash Core sulkeutuu. + Initialization sanity check failed. SarmaCoins Core is shutting down. + Alkuperäisyyden tarkistus epäonnistui. SarmaCoins Core sulkeutuu. Input is not valid. @@ -4163,8 +4163,8 @@ esimerkiksi: alertnotify=echo %%s | mail -s "Dash Hälytys" admin@foo.com Käytä UPnP:tä kuunneltavan portin kartoitukseen (oletus: %u) - Wallet needed to be rewritten: restart Dash Core to complete - Lompakko on kirjoitettava uudelleen: käynnistä Dash Core uudestaan viimeistelyä varten + Wallet needed to be rewritten: restart SarmaCoins Core to complete + Lompakko on kirjoitettava uudelleen: käynnistä SarmaCoins Core uudestaan viimeistelyä varten Warning: Unsupported argument -benchmark ignored, use -debug=bench. @@ -4223,8 +4223,8 @@ esimerkiksi: alertnotify=echo %%s | mail -s "Dash Hälytys" admin@foo.com KeePassHttp avain AES salattuun viestintään - Keep N DASH anonymized (default: %u) - Pidä N DASH anonymisoituna (oletus: %u) + Keep N SarmaCoins anonymized (default: %u) + Pidä N SarmaCoins anonymisoituna (oletus: %u) Keep at most <n> unconnectable transactions in memory (default: %u) diff --git a/src/qt/locale/dash_fr.ts b/src/qt/locale/dash_fr.ts index 75c90d5844f87..6894c21223a3d 100644 --- a/src/qt/locale/dash_fr.ts +++ b/src/qt/locale/dash_fr.ts @@ -62,12 +62,12 @@ Adresses de réception - These are your Dash addresses for sending payments. Always check the amount and the receiving address before sending coins. - Ce sont vos adresses Dash pour l'envoi de paiements. Vérifiez toujours le montant et l'adresse de réception avant l'envoi de monnaies. + These are your SarmaCoins addresses for sending payments. Always check the amount and the receiving address before sending coins. + Ce sont vos adresses SarmaCoins pour l'envoi de paiements. Vérifiez toujours le montant et l'adresse de réception avant l'envoi de monnaies. - These are your Dash addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Ce sont vos adresses Dash pour la réception de paiements. Il est recommandé d'utiliser une nouvelle adresse de réception pour chaque transaction. + These are your SarmaCoins addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + Ce sont vos adresses SarmaCoins pour la réception de paiements. Il est recommandé d'utiliser une nouvelle adresse de réception pour chaque transaction. &Copy Address @@ -176,8 +176,8 @@ Confirmer le chiffrement du portefeuille - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR DASH</b>! - Attention : Si vous chiffrez votre portefeuille et perdez votre phrase de passe, vous <b>PERDREZ TOUS VOS DASH</b> ! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR SarmaCoins</b>! + Attention : Si vous chiffrez votre portefeuille et perdez votre phrase de passe, vous <b>PERDREZ TOUS VOS SarmaCoins</b> ! Are you sure you wish to encrypt your wallet? @@ -188,8 +188,8 @@ Portefeuille chiffré - Dash will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your dashs from being stolen by malware infecting your computer. - Dash va à présent se fermer pour terminer le chiffrement. N'oubliez pas que le chiffrement de votre portefeuille n'est pas une protection totale contre le vol par des logiciels malveillants qui infecteraient votre ordinateur. + SarmaCoins will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your SarmaCoinss from being stolen by malware infecting your computer. + SarmaCoins va à présent se fermer pour terminer le chiffrement. N'oubliez pas que le chiffrement de votre portefeuille n'est pas une protection totale contre le vol par des logiciels malveillants qui infecteraient votre ordinateur. IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. @@ -231,8 +231,8 @@ BitcoinGUI - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Wallet @@ -255,16 +255,16 @@ &Envoyer - Send coins to a Dash address - Envoyer des pièces sur une adresse Dash + Send coins to a SarmaCoins address + Envoyer des pièces sur une adresse SarmaCoins &Receive &Recevoir - Request payments (generates QR codes and dash: URIs) - Demande de paiements (Générer des QR code et des URIs dash) + Request payments (generates QR codes and SarmaCoins: URIs) + Demande de paiements (Générer des QR code et des URIs SarmaCoins) &Transactions @@ -283,12 +283,12 @@ Quitter l’application - &About Dash Core - À propos du noyau Dash + &About SarmaCoins Core + À propos du noyau SarmaCoins - Show information about Dash Core - Affichez des informations à propos de Dash Core + Show information about SarmaCoins Core + Affichez des informations à propos de SarmaCoins Core About &Qt @@ -303,8 +303,8 @@ &Options... - Modify configuration options for Dash - Modifier les options de configuration pour Dash + Modify configuration options for SarmaCoins + Modifier les options de configuration pour SarmaCoins &Show / Hide @@ -355,16 +355,16 @@ &Signer le message... - Sign messages with your Dash addresses to prove you own them - Signer les messages avec votre adresses Dash pour prouver que vous êtes le propriétaire + Sign messages with your SarmaCoins addresses to prove you own them + Signer les messages avec votre adresses SarmaCoins pour prouver que vous êtes le propriétaire &Verify message... &Vérifier un message... - Verify messages to ensure they were signed with specified Dash addresses - Vérifier les messages pour vous assurer qu'ils ont été signés avec les adresses Dash spécifiées + Verify messages to ensure they were signed with specified SarmaCoins addresses + Vérifier les messages pour vous assurer qu'ils ont été signés avec les adresses SarmaCoins spécifiées &Information @@ -443,16 +443,16 @@ Ouvrir un &URI... - Open a dash: URI or payment request - Ouvrir une URI ou demande de paiement dash + Open a SarmaCoins: URI or payment request + Ouvrir une URI ou demande de paiement SarmaCoins &Command-line options Options de ligne de &commande - Dash Core client - Client Dash Core + SarmaCoins Core client + Client SarmaCoins Core Processed %n blocks of transaction history. @@ -463,8 +463,8 @@ Synchronisation des données additionnelles: %p% - Show the Dash Core help message to get a list with possible Dash command-line options - Afficher le message d'aide de Dash Core pour obtenir une liste des options de ligne de commande Bitcoin possibles. + Show the SarmaCoins Core help message to get a list with possible SarmaCoins command-line options + Afficher le message d'aide de SarmaCoins Core pour obtenir une liste des options de ligne de commande Bitcoin possibles. &File @@ -487,8 +487,8 @@ Barre d'outils des onglets - %n active connection(s) to Dash network - %n connexion active au réseau Dash %n connexions actives au réseau Dash + %n active connection(s) to SarmaCoins network + %n connexion active au réseau SarmaCoins %n connexions actives au réseau SarmaCoins Synchronizing with network... @@ -864,28 +864,28 @@ Adresse : %4 Veuillez choisir un niveau de confidentialité. - Use 2 separate masternodes to mix funds up to 1000 DASH - Utiliser 2 masternodes pour mélanger jusqu'à 1000 DASH + Use 2 separate masternodes to mix funds up to 1000 SarmaCoins + Utiliser 2 masternodes pour mélanger jusqu'à 1000 SarmaCoins - Use 8 separate masternodes to mix funds up to 1000 DASH - Utiliser 8 masternodes pour mélanger jusqu'à 1000 DASH + Use 8 separate masternodes to mix funds up to 1000 SarmaCoins + Utiliser 8 masternodes pour mélanger jusqu'à 1000 SarmaCoins Use 16 separate masternodes Utiliser 16 masternodes - This option is the quickest and will cost about ~0.025 DASH to anonymize 1000 DASH - Cette option est la plus rapide et coûtera environ 0,025 DASH pour anonymiser 1000 DASH + This option is the quickest and will cost about ~0.025 SarmaCoins to anonymize 1000 SarmaCoins + Cette option est la plus rapide et coûtera environ 0,025 SarmaCoins pour anonymiser 1000 SarmaCoins - This option is moderately fast and will cost about 0.05 DASH to anonymize 1000 DASH - Cette option est un peu moins rapide et coûtera environ 0,05 DASH pour anonymiser 1000 DASH + This option is moderately fast and will cost about 0.05 SarmaCoins to anonymize 1000 SarmaCoins + Cette option est un peu moins rapide et coûtera environ 0,05 SarmaCoins pour anonymiser 1000 SarmaCoins - 0.1 DASH per 1000 DASH you anonymize. - 0,1 DASH par 1000 DASH anonymisés. + 0.1 SarmaCoins per 1000 SarmaCoins you anonymize. + 0,1 SarmaCoins par 1000 SarmaCoins anonymisés. This is the slowest and most secure option. Using maximum anonymity will cost @@ -896,16 +896,16 @@ Adresse : %4 Configuration de Darksend - Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend est réglé avec succès sur normal (%1 and 2 rounds). Vous pouvez changer cela à tout moment en ouvrant la fenêtre de configuration du Dash. + Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend est réglé avec succès sur normal (%1 and 2 rounds). Vous pouvez changer cela à tout moment en ouvrant la fenêtre de configuration du SarmaCoins. - Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend est réglé avec succès sur haut (%1 and 8 rounds). Vous pouvez changer cela à tout moment en ouvrant la fenêtre de configuration du Dash. + Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend est réglé avec succès sur haut (%1 and 8 rounds). Vous pouvez changer cela à tout moment en ouvrant la fenêtre de configuration du SarmaCoins. - Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend est réglé avec succès sur maximum (%1 and 16 rounds). Vous pouvez changer cela à tout moment en ouvrant la fenêtre de configuration du Dash. + Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend est réglé avec succès sur maximum (%1 and 16 rounds). Vous pouvez changer cela à tout moment en ouvrant la fenêtre de configuration du SarmaCoins. @@ -947,8 +947,8 @@ Adresse : %4 Modifier l’adresse d'envoi - The entered address "%1" is not a valid Dash address. - L'adresse entrée "%1" est pas une adresse Dash valide + The entered address "%1" is not a valid SarmaCoins address. + L'adresse entrée "%1" est pas une adresse SarmaCoins valide The entered address "%1" is already in the address book. @@ -989,8 +989,8 @@ Adresse : %4 HelpMessageDialog - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core version @@ -1001,8 +1001,8 @@ Adresse : %4 (%1-bit) - About Dash Core - A propos de Dash Core + About SarmaCoins Core + A propos de SarmaCoins Core Command-line options @@ -1048,16 +1048,16 @@ Adresse : %4 Bienvenue - Welcome to Dash Core. - Bienvenue à Dash Core + Welcome to SarmaCoins Core. + Bienvenue à SarmaCoins Core - As this is the first time the program is launched, you can choose where Dash Core will store its data. - Comme il s'agit du premier lancement du logiciel, vous pouvez choisir l'emplacement où Dash Core sauvegardera ses données. + As this is the first time the program is launched, you can choose where SarmaCoins Core will store its data. + Comme il s'agit du premier lancement du logiciel, vous pouvez choisir l'emplacement où SarmaCoins Core sauvegardera ses données. - Dash Core will download and store a copy of the Dash block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Dash Core téléchargera et sauvegardera une copie de la chaîne de blocs Dash. Au moins %1Go de données seront sauvegardées dans ce répertoire, et cette taille augmentera avec le temps. Le portefeuille sera aussi sauvegardé dans ce répertoire. + SarmaCoins Core will download and store a copy of the SarmaCoins block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + SarmaCoins Core téléchargera et sauvegardera une copie de la chaîne de blocs SarmaCoins. Au moins %1Go de données seront sauvegardées dans ce répertoire, et cette taille augmentera avec le temps. Le portefeuille sera aussi sauvegardé dans ce répertoire. Use the default data directory @@ -1068,8 +1068,8 @@ Adresse : %4 Utiliser un répertoire de données personnalisé : - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Error: Specified data directory "%1" cannot be created. @@ -1122,12 +1122,12 @@ Adresse : %4 Réglages &principaux - Automatically start Dash after logging in to the system. - Démarrer Dash automatiquement au démarrage du système. + Automatically start SarmaCoins after logging in to the system. + Démarrer SarmaCoins automatiquement au démarrage du système. - &Start Dash on system login - &Démarrer Dash au démarrage du système + &Start SarmaCoins on system login + &Démarrer SarmaCoins au démarrage du système Size of &database cache @@ -1154,8 +1154,8 @@ Adresse : %4 Ce montant est le seuil pour désactiver Darksend dès qu'il est atteint. - Amount of Dash to keep anonymized - Nombre de Dash à conserver anonymisés + Amount of SarmaCoins to keep anonymized + Nombre de SarmaCoins à conserver anonymisés W&allet @@ -1174,8 +1174,8 @@ Adresse : %4 Autoriser les connexions entrantes - Connect to the Dash network through a SOCKS5 proxy. - Se connecter au réseau Dash à travers un proxy SOCKS5. + Connect to the SarmaCoins network through a SOCKS5 proxy. + Se connecter au réseau SarmaCoins à travers un proxy SOCKS5. &Connect through SOCKS5 proxy (default proxy): @@ -1206,8 +1206,8 @@ Adresse : %4 &Réseau - Automatically open the Dash client port on the router. This only works when your router supports UPnP and it is enabled. - Ouvrir automatiquement le port client Dash sur le routeur. Cela ne fonctionne que sur les routeurs supportant et ayant activé UPnP. + Automatically open the SarmaCoins client port on the router. This only works when your router supports UPnP and it is enabled. + Ouvrir automatiquement le port client SarmaCoins sur le routeur. Cela ne fonctionne que sur les routeurs supportant et ayant activé UPnP. Map port using &UPnP @@ -1258,14 +1258,14 @@ Adresse : %4 &Langue de l'interface utilisateur : - The user interface language can be set here. This setting will take effect after restarting Dash. - La langue de l'interface utilisateur peut être modifiée ici. Ce paramètre sera pris en compte au redémarrage de Dash. + The user interface language can be set here. This setting will take effect after restarting SarmaCoins. + La langue de l'interface utilisateur peut être modifiée ici. Ce paramètre sera pris en compte au redémarrage de SarmaCoins. Language missing or translation incomplete? Help contributing translations here: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ Langage manquant ou traduction incomplète ? Participez aux traductions ici : -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ User Interface Theme: @@ -1347,8 +1347,8 @@ https://www.transifex.com/projects/p/dash/ Formulaire - The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. - L'information affichée peut être obsolète. Votre portefeuille se synchronise automatiquement avec le réseau Dash lorsque la connection est établie, mais le process n'est pas encore terminé. + The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. + L'information affichée peut être obsolète. Votre portefeuille se synchronise automatiquement avec le réseau SarmaCoins lorsque la connection est établie, mais le process n'est pas encore terminé. Available: @@ -1431,8 +1431,8 @@ https://www.transifex.com/projects/p/dash/ Montant et Cycles - 0 DASH / 0 Rounds - 0 DASH / 0 Cycles + 0 SarmaCoins / 0 Rounds + 0 SarmaCoins / 0 Cycles Submitted Denom: @@ -1568,8 +1568,8 @@ https://www.transifex.com/projects/p/dash/ Erreur de demande de paiement - Cannot start dash: click-to-pay handler - Impossible de démarrer dash: click-to-pay le gestionnaire + Cannot start SarmaCoins: click-to-pay handler + Impossible de démarrer SarmaCoins: click-to-pay le gestionnaire URI handling @@ -1588,8 +1588,8 @@ https://www.transifex.com/projects/p/dash/ Adresse de paiement %1 invalide - URI cannot be parsed! This can be caused by an invalid Dash address or malformed URI parameters. - L'URI ne peut être analysé ! Ceci peut être causé par une adresse Dash invalide ou par des paramètres d'URI mal composé. + URI cannot be parsed! This can be caused by an invalid SarmaCoins address or malformed URI parameters. + L'URI ne peut être analysé ! Ceci peut être causé par une adresse SarmaCoins invalide ou par des paramètres d'URI mal composé. Payment request file cannot be read! This can be caused by an invalid payment request file. @@ -1674,8 +1674,8 @@ https://www.transifex.com/projects/p/dash/ Montant - Enter a Dash address (e.g. %1) - Entrez une adresse Dash (e.g. %1) + Enter a SarmaCoins address (e.g. %1) + Entrez une adresse SarmaCoins (e.g. %1) %1 d @@ -1764,8 +1764,8 @@ https://www.transifex.com/projects/p/dash/ Nombre de connexions - Open the Dash debug log file from the current data directory. This can take a few seconds for large log files. - Ouvrir le fichier de debug Dash depuis le répertoire de données actuel. Ceci peut prendre plusieurs secondes pour un fichier de debug imposant. + Open the SarmaCoins debug log file from the current data directory. This can take a few seconds for large log files. + Ouvrir le fichier de debug SarmaCoins depuis le répertoire de données actuel. Ceci peut prendre plusieurs secondes pour un fichier de debug imposant. &Open @@ -1972,8 +1972,8 @@ https://www.transifex.com/projects/p/dash/ Sortant : - Welcome to the Dash RPC console. - Bienvenue sur la console RPC de Dash. + Welcome to the SarmaCoins RPC console. + Bienvenue sur la console RPC de SarmaCoins. Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -2035,8 +2035,8 @@ https://www.transifex.com/projects/p/dash/ Ré&utiliser une adresse de réception existante (non recommandé) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dash network. - Un message optionnel à joindre à la demande de paiement, qui sera affiché quand la demande sera ouverte. Note : Ce message ne sera pas envoyé avec le paiement à travers le réseau Dash. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the SarmaCoins network. + Un message optionnel à joindre à la demande de paiement, qui sera affiché quand la demande sera ouverte. Note : Ce message ne sera pas envoyé avec le paiement à travers le réseau SarmaCoins. &Message: @@ -2047,8 +2047,8 @@ https://www.transifex.com/projects/p/dash/ Un étiquette optionnelle à associer à la nouvelle adresse de réception - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Dash network. - Un message optionnel à joindre à la demande de paiement, qui sera affiché quand la demande sera ouverte.<br>Note : Ce message ne sera pas envoyé avec le paiement à travers le réseau Dash. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the SarmaCoins network. + Un message optionnel à joindre à la demande de paiement, qui sera affiché quand la demande sera ouverte.<br>Note : Ce message ne sera pas envoyé avec le paiement à travers le réseau SarmaCoins. Use this form to request payments. All fields are <b>optional</b>. @@ -2292,7 +2292,7 @@ https://www.transifex.com/projects/p/dash/ Si les frais personnalisés sont à 1000 duffs et que la transaction fait seulement 250 octets, alors "par kilooctet" payera seulement 250 duffs de frais,<br />alors que "total au moins" payera 1000 duffs. Pour les transactions de plus d'un kilooctet les deux payeront par kilooctet. - Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for dash transactions than the network can process. + Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for SarmaCoins transactions than the network can process. Payer les frais minimums fonctionne tant qu'il y a moins de volume de transactions que de place dans les blocs.<br/>Mais soyez conscients que ceci peut amener a des transactions qui ne seront jamais confirmées lorsqu'il y aura plus de demande que la capacité du réseau. @@ -2496,8 +2496,8 @@ https://www.transifex.com/projects/p/dash/ Payer seulement les frais minimum de %1 - Warning: Invalid Dash address - Attention: adresse Dash invalide + Warning: Invalid SarmaCoins address + Attention: adresse SarmaCoins invalide Warning: Unknown change address @@ -2519,8 +2519,8 @@ https://www.transifex.com/projects/p/dash/ &Payer à : - The Dash address to send the payment to - L'adresse Dash à laquelle envoyer de la monnaie + The SarmaCoins address to send the payment to + L'adresse SarmaCoins à laquelle envoyer de la monnaie Choose previously used address @@ -2559,8 +2559,8 @@ https://www.transifex.com/projects/p/dash/ Message : - A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network. - Un message qui était joint au Dash : URI qui sera sauvegardée avec la transaction pour référence. Note : Ce message ne sera pas envoyé à travers le réseau Dash. + A message that was attached to the SarmaCoins: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the SarmaCoins network. + Un message qui était joint au SarmaCoins : URI qui sera sauvegardée avec la transaction pour référence. Note : Ce message ne sera pas envoyé à travers le réseau SarmaCoins. This is an unverified payment request. @@ -2586,8 +2586,8 @@ https://www.transifex.com/projects/p/dash/ ShutdownWindow - Dash Core is shutting down... - Arrêt de Dash Core... + SarmaCoins Core is shutting down... + Arrêt de SarmaCoins Core... Do not shut down the computer until this window disappears. @@ -2609,8 +2609,8 @@ https://www.transifex.com/projects/p/dash/ Vous pouvez signer des messages avec vos adresses pour prouver que vous les détenez. Faites attention de ne pas signer de vague car des attaques d'hameçonnage peuvent essayer d'usurper votre identité par votre signature. Ne signez que des déclarations entièrement détaillées et avec lesquelles vous serez d'accord. - The Dash address to sign the message with - L'adresse Dash avec laquelle signer le message + The SarmaCoins address to sign the message with + L'adresse SarmaCoins avec laquelle signer le message Choose previously used address @@ -2641,8 +2641,8 @@ https://www.transifex.com/projects/p/dash/ Copier la signature actuelle dans le presse-papier - Sign the message to prove you own this Dash address - Signer le message pour prouver que vous possédez cette adresse Dash + Sign the message to prove you own this SarmaCoins address + Signer le message pour prouver que vous possédez cette adresse SarmaCoins Sign &Message @@ -2665,12 +2665,12 @@ https://www.transifex.com/projects/p/dash/ Saisir ci-dessous l'adresse de signature, le message (assurez-vous d'avoir copié exactement les retours à la ligne, les espaces, tabulations etc.) et la signature pour vérifier le message. Faire attention à ne pas déduire davantage de la signature que ce qui est contenu dans le message signé lui-même pour éviter d'être trompé par une attaque d'homme du milieu. - The Dash address the message was signed with - L'adresse Dash avec laquelle le message a été signé + The SarmaCoins address the message was signed with + L'adresse SarmaCoins avec laquelle le message a été signé - Verify the message to ensure it was signed with the specified Dash address - Vérifier le message pour s'assurer qu'il a été signé avec l'adresse Dash spécifiée + Verify the message to ensure it was signed with the specified SarmaCoins address + Vérifier le message pour s'assurer qu'il a été signé avec l'adresse SarmaCoins spécifiée Verify &Message @@ -2736,8 +2736,8 @@ https://www.transifex.com/projects/p/dash/ SplashScreen - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Version %1 @@ -2748,8 +2748,8 @@ https://www.transifex.com/projects/p/dash/ Les développeurs Bitcoin Core - The Dash Core developers - Les développeurs Dash Core + The SarmaCoins Core developers + Les développeurs SarmaCoins Core [testnet] @@ -3276,8 +3276,8 @@ https://www.transifex.com/projects/p/dash/ Envoyer des pièces - InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 DASH. - InstantX ne supporte pas des transferts aussi élevés. Les transactions sont pour le moment limitées à %11 DASH. + InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 SarmaCoins. + InstantX ne supporte pas des transferts aussi élevés. Les transactions sont pour le moment limitées à %11 SarmaCoins. @@ -3320,14 +3320,14 @@ https://www.transifex.com/projects/p/dash/ - dash-core + SarmaCoins-core Bind to given address and always listen on it. Use [host]:port notation for IPv6 Se lier à l'adresse donnée et toujours l'écouter. Utilisez la notation [host]:port pour l'IPv6 - Cannot obtain a lock on data directory %s. Dash Core is probably already running. - Impossible d’obtenir un verrou sur le répertoire de données %s. Dash Core fonctionne probablement déjà. + Cannot obtain a lock on data directory %s. SarmaCoins Core is probably already running. + Impossible d’obtenir un verrou sur le répertoire de données %s. SarmaCoins Core fonctionne probablement déjà. Darksend uses exact denominated amounts to send funds, you might simply need to anonymize some more coins. @@ -3382,16 +3382,16 @@ https://www.transifex.com/projects/p/dash/ Ceci est une pré-version de test - l'utiliser à vos risques et périls - ne pas l'utiliser pour miner ou pour des applications marchandes - Unable to bind to %s on this computer. Dash Core is probably already running. - Impossible de se lier à %s sur cet ordinateur. Dash Core fonctionne probablement déjà. + Unable to bind to %s on this computer. SarmaCoins Core is probably already running. + Impossible de se lier à %s sur cet ordinateur. SarmaCoins Core fonctionne probablement déjà. Unable to locate enough Darksend denominated funds for this transaction. Impossible de localiser suffisamment de fonds Darksend dénominés pour cette transaction. - Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 DASH. - Impossible de localiser suffisamment de fonds non-dénominés Darksend pour cette transaction qui ne sont pas égaux à 1000 DASH. + Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 SarmaCoins. + Impossible de localiser suffisamment de fonds non-dénominés Darksend pour cette transaction qui ne sont pas égaux à 1000 SarmaCoins. Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. @@ -3614,8 +3614,8 @@ https://www.transifex.com/projects/p/dash/ Effacer toutes les transactions du portefeuille et récupère celle qui font partie de la chaine de blocs via -rescan au démarrage - Disable all Dash specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) - Désactivez toutes les fonctionnalités liées à Dash (Masternode, Darksend, InstantX, Budgetisation) (0-1, par défaut: %u) + Disable all SarmaCoins specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) + Désactivez toutes les fonctionnalités liées à SarmaCoins (Masternode, Darksend, InstantX, Budgetisation) (0-1, par défaut: %u) Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. @@ -3634,12 +3634,12 @@ https://www.transifex.com/projects/p/dash/ Erreur: Paramètre obsolète -socks. Il n'est plus possible d'indiquer la version SOCKS, seul les proxy SOCKS5 sont supportés. - Fees (in DASH/Kb) smaller than this are considered zero fee for relaying (default: %s) - Les frais (en DASH/ko) inférieurs à ce seuil sont considérés comme nuls pour le relayage (par défaut : %s) + Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for relaying (default: %s) + Les frais (en SarmaCoins/ko) inférieurs à ce seuil sont considérés comme nuls pour le relayage (par défaut : %s) - Fees (in DASH/Kb) smaller than this are considered zero fee for transaction creation (default: %s) - Les frais (en DASH/ko) inférieurs à ce seuil sont considérés comme nuls pour la création de transactions (par défaut : %s) + Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for transaction creation (default: %s) + Les frais (en SarmaCoins/ko) inférieurs à ce seuil sont considérés comme nuls pour la création de transactions (par défaut : %s) Flush database activity from memory pool to disk log every <n> megabytes (default: %u) @@ -3710,32 +3710,32 @@ https://www.transifex.com/projects/p/dash/ Ce produit comprend des logiciels développés par le projet OpenSSL afin d'être utilisés dans la boîte à outils OpenSSL <https://www.openssl.org/>, un logiciel de chiffrement écrit par Eric Young et un logiciel UPnP développé par Thomas Bernard. - To use dashd, or the -server option to dash-qt, you must set an rpcpassword in the configuration file: + To use SarmaCoinsd, or the -server option to SarmaCoins-qt, you must set an rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=dashrpc +rpcuser=SarmaCoinsrpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com - Pour utiliser dashd, ou le paramètre -server de dash-qt, vous devez définir un rpc mot de passe dans le fichier de configuration: + Pour utiliser SarmaCoinsd, ou le paramètre -server de SarmaCoins-qt, vous devez définir un rpc mot de passe dans le fichier de configuration: %s Il est recommandé que vous utilisiez ce mot de passe aléatoire: -rpcuser=dashrpc +rpcuser=SarmaCoinsrpc rpcpassword=%s (Vous ne devez pas vous souvenir de ce mot de passe) Le nom d'utilisateur et le mot de passe NE DOIVENT PAS être équivalent. Si le fichier n'existe pas, créé le avec les permissions de lecture uniquement pour le propriétaire. Il est recommandé de régler alertnotify pour que vous soyez averti des problèmes; -Pour exemple: alertnotify=echo %%s | mail -s "Alerte Dash" admin@foo.com +Pour exemple: alertnotify=echo %%s | mail -s "Alerte SarmaCoins" admin@foo.com - Unable to locate enough funds for this transaction that are not equal 1000 DASH. - Impossible de localiser suffisamment de fonds pour cette transaction qui ne sont pas égaux à 1000 DASH. + Unable to locate enough funds for this transaction that are not equal 1000 SarmaCoins. + Impossible de localiser suffisamment de fonds pour cette transaction qui ne sont pas égaux à 1000 SarmaCoins. Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) @@ -3746,8 +3746,8 @@ Pour exemple: alertnotify=echo %%s | mail -s "Alerte Dash" admin@foo.com Attention : -maxtxfee est réglée sur un montant très élevé ! Il s'agit des frais de transaction que vous payerez si vous envoyez une transaction. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Dash Core will not work properly. - Attention : Veuillez vérifier que la date et l'heure de votre ordinateur sont justes ! Si votre horloge n'est pas à l'heure, Dash Core ne fonctionnera pas correctement. + Warning: Please check that your computer's date and time are correct! If your clock is wrong SarmaCoins Core will not work properly. + Attention : Veuillez vérifier que la date et l'heure de votre ordinateur sont justes ! Si votre horloge n'est pas à l'heure, SarmaCoins Core ne fonctionnera pas correctement. Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. @@ -3800,8 +3800,8 @@ Pour exemple: alertnotify=echo %%s | mail -s "Alerte Dash" admin@foo.com Copyright (C) 2009-%i The Bitcoin Core Developers - Copyright (C) 2014-%i The Dash Core Developers - Copyright (C) 2014-%i The Dash Core Developers + Copyright (C) 2014-%i The SarmaCoins Core Developers + Copyright (C) 2014-%i The SarmaCoins Core Developers Could not parse -rpcbind value %s as network address @@ -3832,8 +3832,8 @@ Pour exemple: alertnotify=echo %%s | mail -s "Alerte Dash" admin@foo.com Erreur de connexion au masternode. - Error loading wallet.dat: Wallet requires newer version of Dash Core - Erreur au chargement de wallet.dat : le Portefeuille nécessite une nouvelle version de Dash Core + Error loading wallet.dat: Wallet requires newer version of SarmaCoins Core + Erreur au chargement de wallet.dat : le Portefeuille nécessite une nouvelle version de SarmaCoins Core Error: A fatal internal error occured, see debug.log for details @@ -3848,8 +3848,8 @@ Pour exemple: alertnotify=echo %%s | mail -s "Alerte Dash" admin@foo.com Erreur: Paramètre -tor non supporté, utilisez -onion. - Fee (in DASH/kB) to add to transactions you send (default: %s) - Frais (en DASH/ko) à ajouter aux transactions que vous envoyez (par défaut: %s) + Fee (in SarmaCoins/kB) to add to transactions you send (default: %s) + Frais (en SarmaCoins/ko) à ajouter aux transactions que vous envoyez (par défaut: %s) Finalizing transaction. @@ -3904,8 +3904,8 @@ Pour exemple: alertnotify=echo %%s | mail -s "Alerte Dash" admin@foo.com Informations - Initialization sanity check failed. Dash Core is shutting down. - Les tests de cohérences lors de l'initialisation ont échoués. Dash Core est en cours de fermeture. + Initialization sanity check failed. SarmaCoins Core is shutting down. + Les tests de cohérences lors de l'initialisation ont échoués. SarmaCoins Core est en cours de fermeture. Input is not valid. @@ -4156,8 +4156,8 @@ Pour exemple: alertnotify=echo %%s | mail -s "Alerte Dash" admin@foo.com Utiliser l'UPnP pour mapper le port d'écoute (par défaut : %u) - Wallet needed to be rewritten: restart Dash Core to complete - Le portefeuille devait être réécrit : redémarrer Dash Core pour terminer l'opération. + Wallet needed to be rewritten: restart SarmaCoins Core to complete + Le portefeuille devait être réécrit : redémarrer SarmaCoins Core pour terminer l'opération. Warning: Unsupported argument -benchmark ignored, use -debug=bench. @@ -4216,8 +4216,8 @@ Pour exemple: alertnotify=echo %%s | mail -s "Alerte Dash" admin@foo.com Clé KeePassHttp pour la communication chiffrée AES avec KeePass - Keep N DASH anonymized (default: %u) - Maintenir N dash anonymisé en permanence (défaut: %u) + Keep N SarmaCoins anonymized (default: %u) + Maintenir N SarmaCoins anonymisé en permanence (défaut: %u) Keep at most <n> unconnectable transactions in memory (default: %u) diff --git a/src/qt/locale/dash_it.ts b/src/qt/locale/dash_it.ts index dcdce039e28a0..df53837ab5b33 100644 --- a/src/qt/locale/dash_it.ts +++ b/src/qt/locale/dash_it.ts @@ -43,11 +43,11 @@ Choose the address to send coins to - Scegli l'indirizzo a cui inviare i dash + Scegli l'indirizzo a cui inviare i SarmaCoins Choose the address to receive coins with - Scegli l'indirizzo con cui ricevere dash + Scegli l'indirizzo con cui ricevere SarmaCoins C&hoose @@ -62,12 +62,12 @@ Indirizzi di ricezione - These are your Dash addresses for sending payments. Always check the amount and the receiving address before sending coins. - Questi sono i tuoi indirizzi Dash per inviare i pagamenti. Controlla sempre l'ammontare e l'indirizzo destinatario prima di inviare i dash. + These are your SarmaCoins addresses for sending payments. Always check the amount and the receiving address before sending coins. + Questi sono i tuoi indirizzi SarmaCoins per inviare i pagamenti. Controlla sempre l'ammontare e l'indirizzo destinatario prima di inviare i SarmaCoins. - These are your Dash addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Questi sono i tuoi indirizzi di Dash per ricevere i pagamenti. Si raccomanda di usare un nuovo indirizzo di ricezione per ogni operazione. + These are your SarmaCoins addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + Questi sono i tuoi indirizzi di SarmaCoins per ricevere i pagamenti. Si raccomanda di usare un nuovo indirizzo di ricezione per ogni operazione. &Copy Address @@ -176,8 +176,8 @@ Conferma la cifratura del portafoglio - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR DASH</b>! - Attenzione: se crittografi il tuo portafoglio e perdi la tua parola d'ordine, <b>PERDERAI TUTTI I TUOI DASH</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR SarmaCoins</b>! + Attenzione: se crittografi il tuo portafoglio e perdi la tua parola d'ordine, <b>PERDERAI TUTTI I TUOI SarmaCoins</b>! Are you sure you wish to encrypt your wallet? @@ -188,8 +188,8 @@ Portafoglio cifrato - Dash will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your dashs from being stolen by malware infecting your computer. - Dash adesso si chiuderá per finire il processo di crittografia. Ricorda che crittografare il tuo portafoglio non ti da una protezione totale se il tuo computer é infettato da malware + SarmaCoins will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your SarmaCoinss from being stolen by malware infecting your computer. + SarmaCoins adesso si chiuderá per finire il processo di crittografia. Ricorda che crittografare il tuo portafoglio non ti da una protezione totale se il tuo computer é infettato da malware IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. @@ -231,8 +231,8 @@ BitcoinGUI - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Wallet @@ -255,16 +255,16 @@ &Invia - Send coins to a Dash address - Spedire dash ad un indirizzo Dash + Send coins to a SarmaCoins address + Spedire SarmaCoins ad un indirizzo SarmaCoins &Receive &Ricevi - Request payments (generates QR codes and dash: URIs) - Richieste di pagamenti (genera codici QR e dash: URLs) + Request payments (generates QR codes and SarmaCoins: URIs) + Richieste di pagamenti (genera codici QR e SarmaCoins: URLs) &Transactions @@ -283,12 +283,12 @@ Chiudi applicazione - &About Dash Core - &Su Dash Core + &About SarmaCoins Core + &Su SarmaCoins Core - Show information about Dash Core - Mostra la informazione su Dash Core + Show information about SarmaCoins Core + Mostra la informazione su SarmaCoins Core About &Qt @@ -303,8 +303,8 @@ &Opzioni... - Modify configuration options for Dash - Modifica le opzioni di configurazione di Dash + Modify configuration options for SarmaCoins + Modifica le opzioni di configurazione di SarmaCoins &Show / Hide @@ -355,16 +355,16 @@ Firma il &messaggio... - Sign messages with your Dash addresses to prove you own them - Firma i messaggi con il tuo indirizzo Dash per dimostrarne che li possiedi + Sign messages with your SarmaCoins addresses to prove you own them + Firma i messaggi con il tuo indirizzo SarmaCoins per dimostrarne che li possiedi &Verify message... &Verifica messaggio... - Verify messages to ensure they were signed with specified Dash addresses - Verificare i messaggi per assicurarsi che sono firmati con gli indirizzi specificati di Dash + Verify messages to ensure they were signed with specified SarmaCoins addresses + Verificare i messaggi per assicurarsi che sono firmati con gli indirizzi specificati di SarmaCoins &Information @@ -435,24 +435,24 @@ Apri &URI... - Open a dash: URI or payment request - Apri un dash: URI o una richiesta di pagamento + Open a SarmaCoins: URI or payment request + Apri un SarmaCoins: URI o una richiesta di pagamento &Command-line options Opzioni riga di &comando - Dash Core client - Cliente Dash Core + SarmaCoins Core client + Cliente SarmaCoins Core Processed %n blocks of transaction history. Processato %n blocco della cronologia transazioni.Processati %n blocchi della cronologia transazioni. - Show the Dash Core help message to get a list with possible Dash command-line options - Mostra il messaggio di aiuto di Dash Core per ottenere una lista con le possibili opzioni di linea di comando di Dash + Show the SarmaCoins Core help message to get a list with possible SarmaCoins command-line options + Mostra il messaggio di aiuto di SarmaCoins Core per ottenere una lista con le possibili opzioni di linea di comando di SarmaCoins &File @@ -475,8 +475,8 @@ Barra degli strumenti "Tabs" - %n active connection(s) to Dash network - %n connessione attiva alla rete Dash%n connessioni attive alla rete Dash + %n active connection(s) to SarmaCoins network + %n connessione attiva alla rete SarmaCoins%n connessioni attive alla rete SarmaCoins Synchronizing with network... @@ -833,27 +833,27 @@ Indirizzo: %4 Selezionare il livello di privacy - Use 2 separate masternodes to mix funds up to 1000 DASH - Usa 2 separati masternode per mischiare fino al 1000 DASH + Use 2 separate masternodes to mix funds up to 1000 SarmaCoins + Usa 2 separati masternode per mischiare fino al 1000 SarmaCoins - Use 8 separate masternodes to mix funds up to 1000 DASH - Usa 8 separati masternode per mischiare fino al 1000 DASH + Use 8 separate masternodes to mix funds up to 1000 SarmaCoins + Usa 8 separati masternode per mischiare fino al 1000 SarmaCoins Use 16 separate masternodes Usa 16 separati masternode - This option is the quickest and will cost about ~0.025 DASH to anonymize 1000 DASH + This option is the quickest and will cost about ~0.025 SarmaCoins to anonymize 1000 SarmaCoins Questa opzione è la più veloce e ti costerà ~0.025DRK circa per anonimizzare 1000DRK - This option is moderately fast and will cost about 0.05 DASH to anonymize 1000 DASH + This option is moderately fast and will cost about 0.05 SarmaCoins to anonymize 1000 SarmaCoins Questa opzione è moderatamente veloce e costerà 0.05DRK circa per anonimizzare 1000DRK - 0.1 DASH per 1000 DASH you anonymize. + 0.1 SarmaCoins per 1000 SarmaCoins you anonymize. 0.1DRK ogni 1000DRK anonimizzati. @@ -865,16 +865,16 @@ Indirizzo: %4 Configurazione Darksend - Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening SarmaCoins's configuration screen. Dark send è statto correttamente impostato su base (%1 e 2 round). Puoi cambiare questa impostazione in qualsiasi momento tu lo voglia dalla finestra di configurazione. - Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend è stata impostata correttamente a elevato (%1 e 8 turni). È possibile modificare in qualsiasi momento aprendo schermata di configurazione di Dash. + Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend è stata impostata correttamente a elevato (%1 e 8 turni). È possibile modificare in qualsiasi momento aprendo schermata di configurazione di SarmaCoins. - Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend è stato correttamente settato al massimo (%1 e 16 rounds). Puoi cambiarlo quando vuoi aprendo la finestra di configurazione di Dash + Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend è stato correttamente settato al massimo (%1 e 16 rounds). Puoi cambiarlo quando vuoi aprendo la finestra di configurazione di SarmaCoins @@ -916,8 +916,8 @@ Indirizzo: %4 Modifica indirizzo d'invio - The entered address "%1" is not a valid Dash address. - L'indirizzo inserito "%1" non é un indirizzo Dash valido + The entered address "%1" is not a valid SarmaCoins address. + L'indirizzo inserito "%1" non é un indirizzo SarmaCoins valido The entered address "%1" is already in the address book. @@ -958,16 +958,16 @@ Indirizzo: %4 HelpMessageDialog - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core version versione - About Dash Core - Su Dash Core + About SarmaCoins Core + Su SarmaCoins Core Command-line options @@ -1013,16 +1013,16 @@ Indirizzo: %4 Benvenuto - Welcome to Dash Core. - Benvenuto in Dash Core + Welcome to SarmaCoins Core. + Benvenuto in SarmaCoins Core - As this is the first time the program is launched, you can choose where Dash Core will store its data. - Essendo la prima volta nella quale il programma viene lanciato, puoi scegliere dove Dash Core memorizzerà i propri dati. + As this is the first time the program is launched, you can choose where SarmaCoins Core will store its data. + Essendo la prima volta nella quale il programma viene lanciato, puoi scegliere dove SarmaCoins Core memorizzerà i propri dati. - Dash Core will download and store a copy of the Dash block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Dash Core scaricherà e salverà una copia della blocco catena. Almeno %1GB di dati sarà immagazzinato in questa cartella e aumenterà col tempo. Anche il portafoglio sarà conservato in questa cartella. + SarmaCoins Core will download and store a copy of the SarmaCoins block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + SarmaCoins Core scaricherà e salverà una copia della blocco catena. Almeno %1GB di dati sarà immagazzinato in questa cartella e aumenterà col tempo. Anche il portafoglio sarà conservato in questa cartella. Use the default data directory @@ -1033,8 +1033,8 @@ Indirizzo: %4 Usa una cartella dati personalizzata: - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Error: Specified data directory "%1" cannot be created. @@ -1087,12 +1087,12 @@ Indirizzo: %4 &Principale - Automatically start Dash after logging in to the system. - Esegui automaticamente Dash Core all'avvio del sistema. + Automatically start SarmaCoins after logging in to the system. + Esegui automaticamente SarmaCoins Core all'avvio del sistema. - &Start Dash on system login - &Esegui Dash al login di sistema + &Start SarmaCoins on system login + &Esegui SarmaCoins al login di sistema Size of &database cache @@ -1119,8 +1119,8 @@ Indirizzo: %4 Tale importo si comporta come una soglia per spegnere Darksend una volta che è raggiunto. - Amount of Dash to keep anonymized - Quantitá di Dash da mantenere anonima. + Amount of SarmaCoins to keep anonymized + Quantitá di SarmaCoins da mantenere anonima. W&allet @@ -1135,8 +1135,8 @@ Indirizzo: %4 Permetti connessioni in entrata - Connect to the Dash network through a SOCKS5 proxy. - Connetta a la rete Dash attraverso un SOCKS5 proxy + Connect to the SarmaCoins network through a SOCKS5 proxy. + Connetta a la rete SarmaCoins attraverso un SOCKS5 proxy &Connect through SOCKS5 proxy (default proxy): @@ -1163,8 +1163,8 @@ Indirizzo: %4 Rete - Automatically open the Dash client port on the router. This only works when your router supports UPnP and it is enabled. - Apri automaticamente la porta utilizzata dal client Dash nel router. Funziona solo se il router supporta UPnP ed è attivato. + Automatically open the SarmaCoins client port on the router. This only works when your router supports UPnP and it is enabled. + Apri automaticamente la porta utilizzata dal client SarmaCoins nel router. Funziona solo se il router supporta UPnP ed è attivato. Map port using &UPnP @@ -1215,14 +1215,14 @@ Indirizzo: %4 &Lingua Interfaccia Utente: - The user interface language can be set here. This setting will take effect after restarting Dash. + The user interface language can be set here. This setting will take effect after restarting SarmaCoins. La lingua dell'interfaccia utente può essere impostata qui. Questo settaggio sarà attivo al riavvio del client. Language missing or translation incomplete? Help contributing translations here: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ La tua lingua manca o la traduzione è incompleta? Contribuisci alla traduzione qui: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ User Interface Theme: @@ -1301,8 +1301,8 @@ Più URL vengono separati da una barra verticale |. Modulo - The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. - Le informazioni visualizzate potrebbero essere datate. Il portafoglio si sincronizza automaticamente con il Dash rete dopo che una connessione viene stabilizzata, ma questo processo non è stato ancora completato. + The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. + Le informazioni visualizzate potrebbero essere datate. Il portafoglio si sincronizza automaticamente con il SarmaCoins rete dopo che una connessione viene stabilizzata, ma questo processo non è stato ancora completato. Available: @@ -1385,8 +1385,8 @@ Più URL vengono separati da una barra verticale |. Ammontare e Round: - 0 DASH / 0 Rounds - 0 DASH / 0 Round + 0 SarmaCoins / 0 Rounds + 0 SarmaCoins / 0 Round Submitted Denom: @@ -1494,8 +1494,8 @@ Più URL vengono separati da una barra verticale |. Errore di richiesta di pagamento - Cannot start dash: click-to-pay handler - Impossibile avviare dash: gestore click-to-pay + Cannot start SarmaCoins: click-to-pay handler + Impossibile avviare SarmaCoins: gestore click-to-pay URI handling @@ -1514,8 +1514,8 @@ Più URL vengono separati da una barra verticale |. Invalido indirizzo di pago %1 - URI cannot be parsed! This can be caused by an invalid Dash address or malformed URI parameters. - Impossibile interpretare l'URI! La causa puó essere un indirizzo Dash non valido o parametri URI non corretti. + URI cannot be parsed! This can be caused by an invalid SarmaCoins address or malformed URI parameters. + Impossibile interpretare l'URI! La causa puó essere un indirizzo SarmaCoins non valido o parametri URI non corretti. Payment request file cannot be read! This can be caused by an invalid payment request file. @@ -1596,8 +1596,8 @@ Più URL vengono separati da una barra verticale |. Importo - Enter a Dash address (e.g. %1) - Inserire un indirizzo Dash (e.g. %1) + Enter a SarmaCoins address (e.g. %1) + Inserire un indirizzo SarmaCoins (e.g. %1) %1 d @@ -1682,7 +1682,7 @@ Più URL vengono separati da una barra verticale |. Numero di connessioni - Open the Dash debug log file from the current data directory. This can take a few seconds for large log files. + Open the SarmaCoins debug log file from the current data directory. This can take a few seconds for large log files. Apri il file log di debug dall'attuale cartella dei dati. Può richiedere un paio di secondi per file di grossa dimensione. @@ -1866,8 +1866,8 @@ Più URL vengono separati da una barra verticale |. Uscita: - Welcome to the Dash RPC console. - Benvenuto nella console RPC Dash + Welcome to the SarmaCoins RPC console. + Benvenuto nella console RPC SarmaCoins Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -1921,8 +1921,8 @@ Più URL vengono separati da una barra verticale |. R&iusa un indirizzo di ricezione (non raccomandato) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dash network. - Messaggio opzionale da allegare alla richiesta di pagamento, che verrà visualizzato quando la richiesta verrà aperta. Nota: il messaggio non sarà inviato insieme al pagamento nel network Dash. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the SarmaCoins network. + Messaggio opzionale da allegare alla richiesta di pagamento, che verrà visualizzato quando la richiesta verrà aperta. Nota: il messaggio non sarà inviato insieme al pagamento nel network SarmaCoins. &Message: @@ -2083,7 +2083,7 @@ Più URL vengono separati da una barra verticale |. SendCoinsDialog Send Coins - Invia dash + Invia SarmaCoins Coin Control Features @@ -2291,7 +2291,7 @@ Più URL vengono separati da una barra verticale |. Confirm send coins - Conferma l'invio di dash + Conferma l'invio di SarmaCoins A fee %1 times higher than %2 per kB is considered an insanely high fee. @@ -2338,8 +2338,8 @@ Più URL vengono separati da una barra verticale |. Pagare solo la minima commissione di %1 - Warning: Invalid Dash address - ATTENZIONE: Indirizzo Dash non valido + Warning: Invalid SarmaCoins address + ATTENZIONE: Indirizzo SarmaCoins non valido Warning: Unknown change address @@ -2361,8 +2361,8 @@ Più URL vengono separati da una barra verticale |. Paga &a: - The Dash address to send the payment to - L'indirizzo Dash per inviare il pagamento a + The SarmaCoins address to send the payment to + L'indirizzo SarmaCoins per inviare il pagamento a Choose previously used address @@ -2401,8 +2401,8 @@ Più URL vengono separati da una barra verticale |. Messaggio: - A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network. - Un messaggio allegato con l'URI dash che verrà memorizzato nella transazione per il tuo referente. Nota: questo messaggio non verrà inviato attraverso il network Dash. + A message that was attached to the SarmaCoins: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the SarmaCoins network. + Un messaggio allegato con l'URI SarmaCoins che verrà memorizzato nella transazione per il tuo referente. Nota: questo messaggio non verrà inviato attraverso il network SarmaCoins. This is an unverified payment request. @@ -2428,8 +2428,8 @@ Più URL vengono separati da una barra verticale |. ShutdownWindow - Dash Core is shutting down... - Dash Core si sta chiudendo... + SarmaCoins Core is shutting down... + SarmaCoins Core si sta chiudendo... Do not shut down the computer until this window disappears. @@ -2451,8 +2451,8 @@ Più URL vengono separati da una barra verticale |. Puoi firmare messaggi con i tuoi indirizzi in modo da dimostrarne il possesso. Presta attenzione a non firmare dichiarazioni vaghe, attacchi di phishing potrebbero cercare di spingerti ad apporre la tua firma su di esse. Firma solo dichiarazioni completamente dettagliate e delle quali condividi in pieno il contenuto. - The Dash address to sign the message with - L'indirizzo Dash con cui firmare il messaggio + The SarmaCoins address to sign the message with + L'indirizzo SarmaCoins con cui firmare il messaggio Choose previously used address @@ -2483,8 +2483,8 @@ Più URL vengono separati da una barra verticale |. Copia la firma corrente nella clipboard - Sign the message to prove you own this Dash address - Firma il mssaggio per dimostrare il possesso di questo indirizzo Dash + Sign the message to prove you own this SarmaCoins address + Firma il mssaggio per dimostrare il possesso di questo indirizzo SarmaCoins Sign &Message @@ -2507,12 +2507,12 @@ Più URL vengono separati da una barra verticale |. Inserisci l'indirizzo del firmatario, il messaggio (assicurati di copiare esattamente anche i ritorni a capo, gli spazi, le tabulazioni, etc..) e la firma qui sotto, per verificare il messaggio. Presta attenzione a non vedere nella firma più di quanto non sia riportato nel messaggio stesso, per evitare di cadere vittima di attacchi di tipo man-in-the-middle. - The Dash address the message was signed with - L'indirizzo Dash con cui era firmato il messaggio + The SarmaCoins address the message was signed with + L'indirizzo SarmaCoins con cui era firmato il messaggio - Verify the message to ensure it was signed with the specified Dash address - Verifica il messaggio per assicurarti sia stato firmato con l'indirizzo Dash specificato + Verify the message to ensure it was signed with the specified SarmaCoins address + Verifica il messaggio per assicurarti sia stato firmato con l'indirizzo SarmaCoins specificato Verify &Message @@ -2578,8 +2578,8 @@ Più URL vengono separati da una barra verticale |. SplashScreen - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Version %1 @@ -2590,8 +2590,8 @@ Più URL vengono separati da una barra verticale |. Gli sviluppatori di Bitcoin Core - The Dash Core developers - Gli sviluppatori di Dash Core + The SarmaCoins Core developers + Gli sviluppatori di SarmaCoins Core [testnet] @@ -3115,11 +3115,11 @@ Più URL vengono separati da una barra verticale |. WalletModel Send Coins - Invia dash + Invia SarmaCoins - InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 DASH. - InstantX non supporta ancora l'invio di somme così alte. Le transazioni sono attualmente limitate al %1 DASH. + InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 SarmaCoins. + InstantX non supporta ancora l'invio di somme così alte. Le transazioni sono attualmente limitate al %1 SarmaCoins. @@ -3158,14 +3158,14 @@ Più URL vengono separati da una barra verticale |. - dash-core + SarmaCoins-core Bind to given address and always listen on it. Use [host]:port notation for IPv6 Associa all'indirizzo indicato e resta permanentemente in ascolto su questo. Usa la notazione [host]:porta per l'IPv6 - Cannot obtain a lock on data directory %s. Dash Core is probably already running. - Impossibile ottenere un blocco sulla data directory %s. Dash Core è probabilmente già in esecuzione. + Cannot obtain a lock on data directory %s. SarmaCoins Core is probably already running. + Impossibile ottenere un blocco sulla data directory %s. SarmaCoins Core è probabilmente già in esecuzione. Darksend uses exact denominated amounts to send funds, you might simply need to anonymize some more coins. @@ -3220,16 +3220,16 @@ Più URL vengono separati da una barra verticale |. Questa versione è una compilazione pre-rilascio - usala a tuo rischio - non utilizzarla per la generazione o per applicazioni di commercio - Unable to bind to %s on this computer. Dash Core is probably already running. - Incapace di legare al %s su questo computer. Dash Core è probabilmente già funzionato. + Unable to bind to %s on this computer. SarmaCoins Core is probably already running. + Incapace di legare al %s su questo computer. SarmaCoins Core è probabilmente già funzionato. Unable to locate enough Darksend denominated funds for this transaction. Impossibile trovare fondi sufficienti Darksend denominati per questa transazione. - Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 DASH. - Impossibile trovare un numero sufficiente di non denominati fondi Darksend per questa operazione che non sono uguali a 1000 DASH. + Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 SarmaCoins. + Impossibile trovare un numero sufficiente di non denominati fondi Darksend per questa operazione che non sono uguali a 1000 SarmaCoins. Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. @@ -3440,12 +3440,12 @@ Più URL vengono separati da una barra verticale |. Abilita utilizzo di darksend automatizzato per i fondi conservati in questo portafoglio (0-1, predefinito: %u) - Fees (in DASH/Kb) smaller than this are considered zero fee for relaying (default: %s) - Le commissioni (in DASH/Kb) inferiori a questo valore saranno considerate nulle per la trasmissione (prefedinito:%s) + Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for relaying (default: %s) + Le commissioni (in SarmaCoins/Kb) inferiori a questo valore saranno considerate nulle per la trasmissione (prefedinito:%s) - Fees (in DASH/Kb) smaller than this are considered zero fee for transaction creation (default: %s) - Le commissioni (in DASH/Kb) inferiori a questo valore saranno considerate nulle per la creazione della transazione (prefedinito:%s) + Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for transaction creation (default: %s) + Le commissioni (in SarmaCoins/Kb) inferiori a questo valore saranno considerate nulle per la creazione della transazione (prefedinito:%s) Found unconfirmed denominated outputs, will wait till they confirm to continue. @@ -3468,8 +3468,8 @@ Più URL vengono separati da una barra verticale |. Errore di connessione al Masternode - Error loading wallet.dat: Wallet requires newer version of Dash Core - Errore caricando il wallet.dat: il Pertafoglio ha bisogno di una versione di Dash Core piú recente. + Error loading wallet.dat: Wallet requires newer version of SarmaCoins Core + Errore caricando il wallet.dat: il Pertafoglio ha bisogno di una versione di SarmaCoins Core piú recente. Error: A fatal internal error occured, see debug.log for details @@ -3508,8 +3508,8 @@ Più URL vengono separati da una barra verticale |. Informazioni - Initialization sanity check failed. Dash Core is shutting down. - Controllo di inizializzazione sanity fallito. Dash Core verrà chiuso. + Initialization sanity check failed. SarmaCoins Core is shutting down. + Controllo di inizializzazione sanity fallito. SarmaCoins Core verrà chiuso. Input is not valid. diff --git a/src/qt/locale/dash_ja.ts b/src/qt/locale/dash_ja.ts index 1e0d322412a2f..b764f3a365d26 100644 --- a/src/qt/locale/dash_ja.ts +++ b/src/qt/locale/dash_ja.ts @@ -2485,7 +2485,7 @@ - dash-core + SarmaCoins-core Bind to given address and always listen on it. Use [host]:port notation for IPv6 指定のアドレスへバインドし、その上で常にリスンします。IPv6 は [host]:port 番号 と表記します diff --git a/src/qt/locale/dash_pl.ts b/src/qt/locale/dash_pl.ts index 9589ed27725b9..7292e755d9e18 100644 --- a/src/qt/locale/dash_pl.ts +++ b/src/qt/locale/dash_pl.ts @@ -62,12 +62,12 @@ Adres odbiorczy - These are your Dash addresses for sending payments. Always check the amount and the receiving address before sending coins. - To są twoje adresy Dash na które wysyłasz płatności. Zawsze upewnij się, że kwota i adres są prawidłowe zanim wyślesz monety. + These are your SarmaCoins addresses for sending payments. Always check the amount and the receiving address before sending coins. + To są twoje adresy SarmaCoins na które wysyłasz płatności. Zawsze upewnij się, że kwota i adres są prawidłowe zanim wyślesz monety. - These are your Dash addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - To są twoje adresy do otrzymywania Dashów. Zaleca się aby stworzyć nowy adres dla każdej transakcji + These are your SarmaCoins addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + To są twoje adresy do otrzymywania SarmaCoinsów. Zaleca się aby stworzyć nowy adres dla każdej transakcji &Copy Address @@ -176,8 +176,8 @@ Potwierdź szyfrowanie portfela - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR DASH</b>! - Ostrzeżenie: Jeśli zaszyfrujesz swój portfel i zgubisz swoje hasło, <b>STRACISZ WSZYSTKIE MONETY DASH</b> + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR SarmaCoins</b>! + Ostrzeżenie: Jeśli zaszyfrujesz swój portfel i zgubisz swoje hasło, <b>STRACISZ WSZYSTKIE MONETY SarmaCoins</b> Are you sure you wish to encrypt your wallet? @@ -188,8 +188,8 @@ Portfel zaszyfrowany - Dash will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your dashs from being stolen by malware infecting your computer. - Dash zostanie teraz zamknięty aby zakończyć proces szyfrowania. Pamiętaj, że zaszyfrowanie portfela nie gwarantuje pełnej ochrony przed kradzieżą twoich monet przez złośliwe oprogramowanie. + SarmaCoins will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your SarmaCoinss from being stolen by malware infecting your computer. + SarmaCoins zostanie teraz zamknięty aby zakończyć proces szyfrowania. Pamiętaj, że zaszyfrowanie portfela nie gwarantuje pełnej ochrony przed kradzieżą twoich monet przez złośliwe oprogramowanie. IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. @@ -231,8 +231,8 @@ BitcoinGUI - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Wallet @@ -255,16 +255,16 @@ Wyślij - Send coins to a Dash address - Wyślij monety na adres Dash + Send coins to a SarmaCoins address + Wyślij monety na adres SarmaCoins &Receive Odbie&rz - Request payments (generates QR codes and dash: URIs) - Poproś o płatności (generuje kod QR oraz dash: link) + Request payments (generates QR codes and SarmaCoins: URIs) + Poproś o płatności (generuje kod QR oraz SarmaCoins: link) &Transactions @@ -283,12 +283,12 @@ Zamknij program - &About Dash Core - &O Dash Core + &About SarmaCoins Core + &O SarmaCoins Core - Show information about Dash Core - Pokaż informacje o Dash Core + Show information about SarmaCoins Core + Pokaż informacje o SarmaCoins Core About &Qt @@ -303,8 +303,8 @@ &Opcje... - Modify configuration options for Dash - Zmień opcje konfiguracji dla Dash + Modify configuration options for SarmaCoins + Zmień opcje konfiguracji dla SarmaCoins &Show / Hide @@ -355,16 +355,16 @@ Podpisz wiado&mość... - Sign messages with your Dash addresses to prove you own them - Podpisz wiadomości swoim adresem Dash aby udowodnić, że jesteś ich właścicielem. + Sign messages with your SarmaCoins addresses to prove you own them + Podpisz wiadomości swoim adresem SarmaCoins aby udowodnić, że jesteś ich właścicielem. &Verify message... &Zweryfikuj wiadomość... - Verify messages to ensure they were signed with specified Dash addresses - Zweryfikuj wiadomości aby upewnić się, że zostały one podpisane wybranym adresem Dash + Verify messages to ensure they were signed with specified SarmaCoins addresses + Zweryfikuj wiadomości aby upewnić się, że zostały one podpisane wybranym adresem SarmaCoins &Information @@ -443,16 +443,16 @@ Otwórz URI... - Open a dash: URI or payment request - Otwórz dash: Link lub żądanie zapłaty + Open a SarmaCoins: URI or payment request + Otwórz SarmaCoins: Link lub żądanie zapłaty &Command-line options &Opcje konsoli - Dash Core client - Klient Dash Core + SarmaCoins Core client + Klient SarmaCoins Core Processed %n blocks of transaction history. @@ -463,8 +463,8 @@ Synchronizuję dodatkowe dane: %p% - Show the Dash Core help message to get a list with possible Dash command-line options - Pokaż wiadomość pomocy Dash Core aby otrzymać listę z dostępnymi opcjami linii komend. + Show the SarmaCoins Core help message to get a list with possible SarmaCoins command-line options + Pokaż wiadomość pomocy SarmaCoins Core aby otrzymać listę z dostępnymi opcjami linii komend. &File @@ -487,8 +487,8 @@ Pasek zakładek - %n active connection(s) to Dash network - %n aktywne połączenie do sieci Dash%n aktywne połączenia do sieci Dash%n aktywne połączenia do sieci Dash + %n active connection(s) to SarmaCoins network + %n aktywne połączenie do sieci SarmaCoins%n aktywne połączenia do sieci SarmaCoins%n aktywne połączenia do sieci SarmaCoins Synchronizing with network... @@ -864,28 +864,28 @@ Adres: %4 Proszę wybrać poziom bezpieczeństwa. - Use 2 separate masternodes to mix funds up to 1000 DASH - Użyj 2 oddzielnych masternodów aby wymieszać środki max. do 1000 DASH + Use 2 separate masternodes to mix funds up to 1000 SarmaCoins + Użyj 2 oddzielnych masternodów aby wymieszać środki max. do 1000 SarmaCoins - Use 8 separate masternodes to mix funds up to 1000 DASH - Użyj 8 oddzielnych masternodów aby wymieszać środki max. do 1000 DASH + Use 8 separate masternodes to mix funds up to 1000 SarmaCoins + Użyj 8 oddzielnych masternodów aby wymieszać środki max. do 1000 SarmaCoins Use 16 separate masternodes Użyj 16 oddzielnych masternodów - This option is the quickest and will cost about ~0.025 DASH to anonymize 1000 DASH - Ta opcja jest najszybsza i kosztuje około 0.025 DASH za zanonimizowanie 1000 DASH + This option is the quickest and will cost about ~0.025 SarmaCoins to anonymize 1000 SarmaCoins + Ta opcja jest najszybsza i kosztuje około 0.025 SarmaCoins za zanonimizowanie 1000 SarmaCoins - This option is moderately fast and will cost about 0.05 DASH to anonymize 1000 DASH - Ta opcja jest w miarę szybka i kosztuje około 0.05 DASH za zanonimizowanie 1000 DASH + This option is moderately fast and will cost about 0.05 SarmaCoins to anonymize 1000 SarmaCoins + Ta opcja jest w miarę szybka i kosztuje około 0.05 SarmaCoins za zanonimizowanie 1000 SarmaCoins - 0.1 DASH per 1000 DASH you anonymize. - 0.1 DASH za każde 1000 DASH które zanonimizujesz. + 0.1 SarmaCoins per 1000 SarmaCoins you anonymize. + 0.1 SarmaCoins za każde 1000 SarmaCoins które zanonimizujesz. This is the slowest and most secure option. Using maximum anonymity will cost @@ -896,16 +896,16 @@ Adres: %4 Konfiguracja Darksend - Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend został pomyślnie ustawiony na poziom podstawowy (%1 oraz 2 rundy). Możesz to zmienić kiedy chcesz, otwierając ekran z konfiguracją Dash. + Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend został pomyślnie ustawiony na poziom podstawowy (%1 oraz 2 rundy). Możesz to zmienić kiedy chcesz, otwierając ekran z konfiguracją SarmaCoins. - Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend został pomyślnie ustawiony na poziom wysoki (%1 oraz 8 rund). Możesz to zmienić kiedy chcesz, otwierając ekran z konfiguracją Dash. + Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend został pomyślnie ustawiony na poziom wysoki (%1 oraz 8 rund). Możesz to zmienić kiedy chcesz, otwierając ekran z konfiguracją SarmaCoins. - Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend został pomyślnie ustawiony na poziom maksymalny (%1 oraz 16 rund). Możesz to zmienić kiedy chcesz, otwierając ekran z konfiguracją Dash. + Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend został pomyślnie ustawiony na poziom maksymalny (%1 oraz 16 rund). Możesz to zmienić kiedy chcesz, otwierając ekran z konfiguracją SarmaCoins. @@ -947,8 +947,8 @@ Adres: %4 Zmień adres wysyłania - The entered address "%1" is not a valid Dash address. - Wprowadzony adres "%1" nie jest właściwym adresem Dash. + The entered address "%1" is not a valid SarmaCoins address. + Wprowadzony adres "%1" nie jest właściwym adresem SarmaCoins. The entered address "%1" is already in the address book. @@ -989,8 +989,8 @@ Adres: %4 HelpMessageDialog - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core version @@ -1001,8 +1001,8 @@ Adres: %4 (%1-bit) - About Dash Core - Informacje o Dash Core + About SarmaCoins Core + Informacje o SarmaCoins Core Command-line options @@ -1048,16 +1048,16 @@ Adres: %4 Witaj - Welcome to Dash Core. - Witaj w Dash Core + Welcome to SarmaCoins Core. + Witaj w SarmaCoins Core - As this is the first time the program is launched, you can choose where Dash Core will store its data. - Ponieważ uruchomiłeś ten program po raz pierwszy, możesz wybrać gdzie Dash Core będzie przechowywał dane. + As this is the first time the program is launched, you can choose where SarmaCoins Core will store its data. + Ponieważ uruchomiłeś ten program po raz pierwszy, możesz wybrać gdzie SarmaCoins Core będzie przechowywał dane. - Dash Core will download and store a copy of the Dash block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Dash Core ściągnie i przechowa kopię blockchain na twoim dysku. Co najmniej %1GB danych zostanie zapisanych w tym katalogu, a wraz z upływem czasu blockchain będzie stopniowo wymagał coraz więcej miejsca. Twój portfel również zostanie zapisany w tym katalogu. + SarmaCoins Core will download and store a copy of the SarmaCoins block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + SarmaCoins Core ściągnie i przechowa kopię blockchain na twoim dysku. Co najmniej %1GB danych zostanie zapisanych w tym katalogu, a wraz z upływem czasu blockchain będzie stopniowo wymagał coraz więcej miejsca. Twój portfel również zostanie zapisany w tym katalogu. Use the default data directory @@ -1068,8 +1068,8 @@ Adres: %4 Użyj wybranego folderu dla danych - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Error: Specified data directory "%1" cannot be created. @@ -1122,12 +1122,12 @@ Adres: %4 Główne - Automatically start Dash after logging in to the system. - Automatycznie uruchom Dash po zalogowaniu się do systemu. + Automatically start SarmaCoins after logging in to the system. + Automatycznie uruchom SarmaCoins po zalogowaniu się do systemu. - &Start Dash on system login - &Uruchom Dash po zalogowaniu się do systemu + &Start SarmaCoins on system login + &Uruchom SarmaCoins po zalogowaniu się do systemu Size of &database cache @@ -1154,8 +1154,8 @@ Adres: %4 Ta kwota działa jako próg po którego przekroczeniu Darksend zostaje wyłączony. - Amount of Dash to keep anonymized - Ilość Dashów, które mają pozostać anonimowe. + Amount of SarmaCoins to keep anonymized + Ilość SarmaCoinsów, które mają pozostać anonimowe. W&allet @@ -1174,8 +1174,8 @@ Adres: %4 Zezwól na przychdzące połączenia - Connect to the Dash network through a SOCKS5 proxy. - Połącz się z siecią Dash przez proxy SOCKS5. + Connect to the SarmaCoins network through a SOCKS5 proxy. + Połącz się z siecią SarmaCoins przez proxy SOCKS5. &Connect through SOCKS5 proxy (default proxy): @@ -1206,7 +1206,7 @@ Adres: %4 &Sieć - Automatically open the Dash client port on the router. This only works when your router supports UPnP and it is enabled. + Automatically open the SarmaCoins client port on the router. This only works when your router supports UPnP and it is enabled. Automatycznie uruchamiaj port klienta Darkcoina na ruterze. To działa tylko jeśli twój ruter wspiera i ma włączone UPnP. @@ -1258,14 +1258,14 @@ Adres: %4 Język &Użytkownika: - The user interface language can be set here. This setting will take effect after restarting Dash. - Tutaj można ustawić język interfejsu użytkownika. To ustawienie zostanie zapisane po ponownym uruchomieniu Dash. + The user interface language can be set here. This setting will take effect after restarting SarmaCoins. + Tutaj można ustawić język interfejsu użytkownika. To ustawienie zostanie zapisane po ponownym uruchomieniu SarmaCoins. Language missing or translation incomplete? Help contributing translations here: -https://www.transifex.com/projects/p/dash/ - Dash Core nie został przetłumaczony na twój język? Tłumaczenie jest niepełne lub niepoprawne? Możesz pomóc nam tłumaczyć tutaj: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ + SarmaCoins Core nie został przetłumaczony na twój język? Tłumaczenie jest niepełne lub niepoprawne? Możesz pomóc nam tłumaczyć tutaj: +https://www.transifex.com/projects/p/SarmaCoins/ User Interface Theme: @@ -1347,8 +1347,8 @@ https://www.transifex.com/projects/p/dash/ Formularz - The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. - Wyświetlona informacja może być przedawniona. Twój portfel automatycznie zsynchronizuje sie z siecią Dash jak tylko zostanie ustanowione połączenie, jednakże proces ten jeszcze się nie zakończył. + The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. + Wyświetlona informacja może być przedawniona. Twój portfel automatycznie zsynchronizuje sie z siecią SarmaCoins jak tylko zostanie ustanowione połączenie, jednakże proces ten jeszcze się nie zakończył. Available: @@ -1431,8 +1431,8 @@ https://www.transifex.com/projects/p/dash/ Ilość oraz Rundy: - 0 DASH / 0 Rounds - 0 DASH / 0 Rund + 0 SarmaCoins / 0 Rounds + 0 SarmaCoins / 0 Rund Submitted Denom: @@ -1568,8 +1568,8 @@ https://www.transifex.com/projects/p/dash/ Błąd żądania płatności - Cannot start dash: click-to-pay handler - Nie można włączyć dash: kliknij-aby-zapłacić ubsługującemu. + Cannot start SarmaCoins: click-to-pay handler + Nie można włączyć SarmaCoins: kliknij-aby-zapłacić ubsługującemu. URI handling @@ -1588,8 +1588,8 @@ https://www.transifex.com/projects/p/dash/ Nieprawidłowy adres płatności %1 - URI cannot be parsed! This can be caused by an invalid Dash address or malformed URI parameters. - URI nie może zostać przeanalizowany! Mogło to być spowodowane przez niewłaściwy adres Dash lub niewłaściwe parametry URI + URI cannot be parsed! This can be caused by an invalid SarmaCoins address or malformed URI parameters. + URI nie może zostać przeanalizowany! Mogło to być spowodowane przez niewłaściwy adres SarmaCoins lub niewłaściwe parametry URI Payment request file cannot be read! This can be caused by an invalid payment request file. @@ -1674,8 +1674,8 @@ https://www.transifex.com/projects/p/dash/ Ilość - Enter a Dash address (e.g. %1) - Wpisz adres Dash (np. %1) + Enter a SarmaCoins address (e.g. %1) + Wpisz adres SarmaCoins (np. %1) %1 d @@ -1764,7 +1764,7 @@ https://www.transifex.com/projects/p/dash/ Liczba połączeń - Open the Dash debug log file from the current data directory. This can take a few seconds for large log files. + Open the SarmaCoins debug log file from the current data directory. This can take a few seconds for large log files. Otwiera plik z zapisami debugowania Darkcoina z obecnego katalogu. Może to potrfać kilka sekund w zależności od rozmiaru pliku. @@ -1972,7 +1972,7 @@ https://www.transifex.com/projects/p/dash/ Wyjście: - Welcome to the Dash RPC console. + Welcome to the SarmaCoins RPC console. Witaj w konsoli RPC Darkcoina @@ -2035,8 +2035,8 @@ https://www.transifex.com/projects/p/dash/ Użyj istniejący adres odbiorczy (nie zalecane) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dash network. - Opcjonalna wiadomość do żądania płatności. Wiadomość wyświetli się po otwarciu żądania. Pamiętaj: Wiadomość nie zostanie wysłana razem z płatnością poprzez sieć Dash. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the SarmaCoins network. + Opcjonalna wiadomość do żądania płatności. Wiadomość wyświetli się po otwarciu żądania. Pamiętaj: Wiadomość nie zostanie wysłana razem z płatnością poprzez sieć SarmaCoins. &Message: @@ -2047,8 +2047,8 @@ https://www.transifex.com/projects/p/dash/ Opcjonalna etykieta do skojarzenia z nowym adresem odbiorczym. - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Dash network. - Opcjonalna wiadomość do żądania płatności. Wiadomość wyświetli się po otwarciu żądania.<br> Pamiętaj: Wiadomość nie zostanie wysłana razem z płatnością poprzez sieć Dash. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the SarmaCoins network. + Opcjonalna wiadomość do żądania płatności. Wiadomość wyświetli się po otwarciu żądania.<br> Pamiętaj: Wiadomość nie zostanie wysłana razem z płatnością poprzez sieć SarmaCoins. Use this form to request payments. All fields are <b>optional</b>. @@ -2292,7 +2292,7 @@ https://www.transifex.com/projects/p/dash/ Jeśli ręcznie ustalona opłata wynosi 1000 Duffów a sama transakcja ma tylko 250 bitów, to opłata jako "za kilobajt" wynosi tylko 250 duffów.<br/> Dzieje się tak dla każdej transakcji poniżej 1000 duffów. W przypadku transakcji większych niż jedn kilobajt opłata jest naliczana od kilobajta. - Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for dash transactions than the network can process. + Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for SarmaCoins transactions than the network can process. Uiszczanie minimalnej opłaty za transakcję jest ok dopóki ilość transakcji nie przekracza dostępnego miejsca w bloku. <br />Jednakże, jeśli zaistnieje taka sytuacja w której wysłanych zostaje więcej transakcji niż sieć może przetworzyć, to jest możliwe, że twoja transakcja nigdy nie zostanie potwierdzona. @@ -2496,8 +2496,8 @@ https://www.transifex.com/projects/p/dash/ Uiść minimalną opłatę %1 - Warning: Invalid Dash address - Ostrzeżenie: adres Dash jest nieprawidlowy + Warning: Invalid SarmaCoins address + Ostrzeżenie: adres SarmaCoins jest nieprawidlowy Warning: Unknown change address @@ -2519,8 +2519,8 @@ https://www.transifex.com/projects/p/dash/ Zapłać &dla: - The Dash address to send the payment to - Adres Dash na który wysłać fundusze + The SarmaCoins address to send the payment to + Adres SarmaCoins na który wysłać fundusze Choose previously used address @@ -2559,8 +2559,8 @@ https://www.transifex.com/projects/p/dash/ Wiadomość: - A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network. - Wiadomość, która została dołączona do dash: Link, który zostanie zapisany wraz z transakcją do wglądu w przyszłości. Zauważ. że sama wiadomość nie zostanie wysłana przez sieć Darkcoina. + A message that was attached to the SarmaCoins: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the SarmaCoins network. + Wiadomość, która została dołączona do SarmaCoins: Link, który zostanie zapisany wraz z transakcją do wglądu w przyszłości. Zauważ. że sama wiadomość nie zostanie wysłana przez sieć Darkcoina. This is an unverified payment request. @@ -2586,8 +2586,8 @@ https://www.transifex.com/projects/p/dash/ ShutdownWindow - Dash Core is shutting down... - Trwa zamykanie Dash Core + SarmaCoins Core is shutting down... + Trwa zamykanie SarmaCoins Core Do not shut down the computer until this window disappears. @@ -2609,8 +2609,8 @@ https://www.transifex.com/projects/p/dash/ Możesz podpisywać wiadomości swoimi adresami aby udowodnić, że jesteś ich właścicielem. Uważaj, aby nie podpisywać niczego co wzbudza Twoje podejrzenia, ponieważ ktoś może stosować phishing próbując nakłonić Cię do ich podpisania. Akceptuj i podpisuj tylko w pełni zrozumiałe komunikaty i wiadomości. - The Dash address to sign the message with - Adres Dash do podpisu wiadomości + The SarmaCoins address to sign the message with + Adres SarmaCoins do podpisu wiadomości Choose previously used address @@ -2641,8 +2641,8 @@ https://www.transifex.com/projects/p/dash/ Kopiuje aktualny podpis do schowka systemowego - Sign the message to prove you own this Dash address - Podpisz wiadomość aby udowodnić, że jesteś właścicielem adresu Dash. + Sign the message to prove you own this SarmaCoins address + Podpisz wiadomość aby udowodnić, że jesteś właścicielem adresu SarmaCoins. Sign &Message @@ -2665,12 +2665,12 @@ https://www.transifex.com/projects/p/dash/ Wpisz adres podpisujący, podaj wiadomość (upewnij się, że dokładnie skopiujesz wszystkie zakończenia linii, spacje, tabulacje itp.) oraz podpis poniżej by sprawdzić wiadomość. Uważaj by nie dodać więcej do podpisu niż do samej podpisywanej wiadomości by uniknąć ataku man-in-the-middle (człowiek pośrodku) - The Dash address the message was signed with - Adres Dash którym wiadomość została podpisana + The SarmaCoins address the message was signed with + Adres SarmaCoins którym wiadomość została podpisana - Verify the message to ensure it was signed with the specified Dash address - Zweryfikuj wiadomość aby upewnić się, że została zapisana przez konkretny adres Dash + Verify the message to ensure it was signed with the specified SarmaCoins address + Zweryfikuj wiadomość aby upewnić się, że została zapisana przez konkretny adres SarmaCoins Verify &Message @@ -2736,8 +2736,8 @@ https://www.transifex.com/projects/p/dash/ SplashScreen - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Version %1 @@ -2748,8 +2748,8 @@ https://www.transifex.com/projects/p/dash/ Deweloperzy Bitcoin Core - The Dash Core developers - Deweloperzy Dash Core + The SarmaCoins Core developers + Deweloperzy SarmaCoins Core [testnet] @@ -3276,8 +3276,8 @@ https://www.transifex.com/projects/p/dash/ Wyślij płatność - InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 DASH. - InstantX jescze nie może przesłać tak wysokich kwot. Obecnie transakcje są ograniczone tylko do %1 DASH: + InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 SarmaCoins. + InstantX jescze nie może przesłać tak wysokich kwot. Obecnie transakcje są ograniczone tylko do %1 SarmaCoins: @@ -3320,14 +3320,14 @@ https://www.transifex.com/projects/p/dash/ - dash-core + SarmaCoins-core Bind to given address and always listen on it. Use [host]:port notation for IPv6 Związany z danym adresem oraz zawsze prowadzący na nim nasłuch. Użyj [host]:oznaczenie dla IPv6 - Cannot obtain a lock on data directory %s. Dash Core is probably already running. - Nie można zablokować katalogu danych %s. Prawdopodobnie Dash jest już uruchomiony. + Cannot obtain a lock on data directory %s. SarmaCoins Core is probably already running. + Nie można zablokować katalogu danych %s. Prawdopodobnie SarmaCoins jest już uruchomiony. Darksend uses exact denominated amounts to send funds, you might simply need to anonymize some more coins. @@ -3382,16 +3382,16 @@ https://www.transifex.com/projects/p/dash/ Ta wersja nie jest jeszcze gotowa na oficjalne wydanie - używaj jej na własne ryzyko - nie używaj tej wersji do kopania monet lub do świadczenia usług komercyjnych. - Unable to bind to %s on this computer. Dash Core is probably already running. - Niezdolny do związania z %s na tym komputerze. Prawdopodobnie Dash jest już uruchomiony. + Unable to bind to %s on this computer. SarmaCoins Core is probably already running. + Niezdolny do związania z %s na tym komputerze. Prawdopodobnie SarmaCoins jest już uruchomiony. Unable to locate enough Darksend denominated funds for this transaction. Nie znaleziono wystarczających denominowanych środków Darksend do wykonania tej transakcji. - Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 DASH. - Nie znaleziono wystarczającej ilości nie zdenominowanych środków Darksend dla tej transakcji, które nie równają się 1000 DASH + Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 SarmaCoins. + Nie znaleziono wystarczającej ilości nie zdenominowanych środków Darksend dla tej transakcji, które nie równają się 1000 SarmaCoins Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. @@ -3614,8 +3614,8 @@ https://www.transifex.com/projects/p/dash/ Usuń wszystkie transakcje portfela i odzyskaj tylko te części blockchainu - zeskanuj powonie na starcie. - Disable all Dash specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) - Wyłącz wszystkie dodatkowe funckje Dash (Masternody, Darksend, InstanX, Budżetowanie) (0-1, domyślnie: %u) + Disable all SarmaCoins specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) + Wyłącz wszystkie dodatkowe funckje SarmaCoins (Masternody, Darksend, InstanX, Budżetowanie) (0-1, domyślnie: %u) Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. @@ -3634,12 +3634,12 @@ https://www.transifex.com/projects/p/dash/ Błąd: niewspierany argument, znaleziono -socks. Ustawienie wersji SOCKS nie jest już możliwa, wspierane są tylkobramki proxy SOCKS5. - Fees (in DASH/Kb) smaller than this are considered zero fee for relaying (default: %s) - Opłaty (DASH/Kb) za retransmisje mniejsze niż ta, uważane są za równoznaczne z brakiem opłat (domyślnie: %s) + Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for relaying (default: %s) + Opłaty (SarmaCoins/Kb) za retransmisje mniejsze niż ta, uważane są za równoznaczne z brakiem opłat (domyślnie: %s) - Fees (in DASH/Kb) smaller than this are considered zero fee for transaction creation (default: %s) - Opłaty (DASH/Kb) mniejsze niż ta, są uważane są za równoznaczne z brakiem opłat za stworzenie transakcji (domyślnie: %s) + Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for transaction creation (default: %s) + Opłaty (SarmaCoins/Kb) mniejsze niż ta, są uważane są za równoznaczne z brakiem opłat za stworzenie transakcji (domyślnie: %s) Flush database activity from memory pool to disk log every <n> megabytes (default: %u) @@ -3710,31 +3710,31 @@ https://www.transifex.com/projects/p/dash/ Produkt ten zawiera oprogramowanie stworzone przez OpenSSL Project do użytku w OpenSSL Toolkit <https://www.openssl.org/>, oprogramowanie krptograficzne napisane przez Eric Young oraz oprogramowanie UPnP napisane przez Thomas Bernard. - To use dashd, or the -server option to dash-qt, you must set an rpcpassword in the configuration file: + To use SarmaCoinsd, or the -server option to SarmaCoins-qt, you must set an rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=dashrpc +rpcuser=SarmaCoinsrpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com - Aby używać dashd, lub opcje -server w kliencie dash-qt, musisz ustawić hasło rpc w pliku konfiguracji: + Aby używać SarmaCoinsd, lub opcje -server w kliencie SarmaCoins-qt, musisz ustawić hasło rpc w pliku konfiguracji: %s Zalecane jest abyś użył te o to losowo stworzone hasło -rpcuser=dashrpc +rpcuser=SarmaCoinsrpc rpcpassword=%s (Nie musisz pamiętać tego hasła) Twoje hasło NIE MOŻE być takie samo jak twój login. Jeśli plik ten nie istnieje, stwórz go z uprawnieniami do odczytu tylko przez właściciela. -Zaleca się również aby ustawić alarm powiadomień tzw. alertnotify, aby dać ci znać w razie wystąpienia jekiegoś problemu, na przykład: alertnotify=echo %%s I -s "Dash Alert" admin@foo.com +Zaleca się również aby ustawić alarm powiadomień tzw. alertnotify, aby dać ci znać w razie wystąpienia jekiegoś problemu, na przykład: alertnotify=echo %%s I -s "SarmaCoins Alert" admin@foo.com - Unable to locate enough funds for this transaction that are not equal 1000 DASH. - Niemożliwe jest zlokalizowanie wystarczającej ilości środków dla tej transakcji, które nie są równe 1000 DASH. + Unable to locate enough funds for this transaction that are not equal 1000 SarmaCoins. + Niemożliwe jest zlokalizowanie wystarczającej ilości środków dla tej transakcji, które nie są równe 1000 SarmaCoins. Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) @@ -3745,8 +3745,8 @@ Zaleca się również aby ustawić alarm powiadomień tzw. alertnotify, aby dać Uwaga: -maxtxfee jest bardzo wysoka! Tak duże opłaty mogą być uiszczone przy wysłaniu jednej transakcji. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Dash Core will not work properly. - Uwaga: Proszę sprawdzić czy data i czas na twoim komputerze są poprawne! Jeśli twój zegar nie pokazuje prawidłowej godziny to Dash może nie działać poprawidłowo. + Warning: Please check that your computer's date and time are correct! If your clock is wrong SarmaCoins Core will not work properly. + Uwaga: Proszę sprawdzić czy data i czas na twoim komputerze są poprawne! Jeśli twój zegar nie pokazuje prawidłowej godziny to SarmaCoins może nie działać poprawidłowo. Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. @@ -3799,8 +3799,8 @@ Zaleca się również aby ustawić alarm powiadomień tzw. alertnotify, aby dać Prawo autorskie (c) 2009-%i deweloperzy Bitcoin - Copyright (C) 2014-%i The Dash Core Developers - Prawa autorskie (C) 2014-%i deweloperzy Dash + Copyright (C) 2014-%i The SarmaCoins Core Developers + Prawa autorskie (C) 2014-%i deweloperzy SarmaCoins Could not parse -rpcbind value %s as network address @@ -3831,8 +3831,8 @@ Zaleca się również aby ustawić alarm powiadomień tzw. alertnotify, aby dać Błąd w połączeniu z Masternodem. - Error loading wallet.dat: Wallet requires newer version of Dash Core - Błą wczytywania wallet.dat: Portfel wymaga nowszej wersji Dash + Error loading wallet.dat: Wallet requires newer version of SarmaCoins Core + Błą wczytywania wallet.dat: Portfel wymaga nowszej wersji SarmaCoins Error: A fatal internal error occured, see debug.log for details @@ -3847,8 +3847,8 @@ Zaleca się również aby ustawić alarm powiadomień tzw. alertnotify, aby dać Błąd: Znaleziono niewspierany argument -tor, użyj -onion. - Fee (in DASH/kB) to add to transactions you send (default: %s) - Opłata (DASH/kB) do dodania do transakcji, którą chcesz wysłać (domyślnie: %s) + Fee (in SarmaCoins/kB) to add to transactions you send (default: %s) + Opłata (SarmaCoins/kB) do dodania do transakcji, którą chcesz wysłać (domyślnie: %s) Finalizing transaction. @@ -3903,8 +3903,8 @@ Zaleca się również aby ustawić alarm powiadomień tzw. alertnotify, aby dać Informacja - Initialization sanity check failed. Dash Core is shutting down. - Inicjalizacja kontroli poprawności nie powiodła się. Trwa zamykanie Dash Core + Initialization sanity check failed. SarmaCoins Core is shutting down. + Inicjalizacja kontroli poprawności nie powiodła się. Trwa zamykanie SarmaCoins Core Input is not valid. @@ -4155,8 +4155,8 @@ Zaleca się również aby ustawić alarm powiadomień tzw. alertnotify, aby dać Użyj UPnP aby zmapować port nasłuchu (domyślnie: %u) - Wallet needed to be rewritten: restart Dash Core to complete - Portfel potrzebuje być przepisany: uruchom ponownie Dash Core aby zakończyć. + Wallet needed to be rewritten: restart SarmaCoins Core to complete + Portfel potrzebuje być przepisany: uruchom ponownie SarmaCoins Core aby zakończyć. Warning: Unsupported argument -benchmark ignored, use -debug=bench. @@ -4215,8 +4215,8 @@ Zaleca się również aby ustawić alarm powiadomień tzw. alertnotify, aby dać Klucz KeePassHttp dla zaszyfrowanego metodą AES połączenia z KeePass - Keep N DASH anonymized (default: %u) - Utrzymuj N zanonimizowanych dash (domyślnie: %u) + Keep N SarmaCoins anonymized (default: %u) + Utrzymuj N zanonimizowanych SarmaCoins (domyślnie: %u) Keep at most <n> unconnectable transactions in memory (default: %u) diff --git a/src/qt/locale/dash_pt.ts b/src/qt/locale/dash_pt.ts index 0815cbce3b68c..85efa116acaa4 100644 --- a/src/qt/locale/dash_pt.ts +++ b/src/qt/locale/dash_pt.ts @@ -62,12 +62,12 @@ Endereços para recepção - These are your Dash addresses for sending payments. Always check the amount and the receiving address before sending coins. - Estes são os endereços Dash para envio de pagamentos. Confirme sempre a quantia e o endereço antes de enviar as moedas. + These are your SarmaCoins addresses for sending payments. Always check the amount and the receiving address before sending coins. + Estes são os endereços SarmaCoins para envio de pagamentos. Confirme sempre a quantia e o endereço antes de enviar as moedas. - These are your Dash addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Estes são os seus endereços Dash para receber pagamentos. É recomendado que seja usado um novo endereço para cada transacção. + These are your SarmaCoins addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + Estes são os seus endereços SarmaCoins para receber pagamentos. É recomendado que seja usado um novo endereço para cada transacção. &Copy Address @@ -176,8 +176,8 @@ Confirme cifra da carteira - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR DASH</b>! - Atenção: Se cifrar a carteira e perder a palavra-passe, irá <b>PERDER TODAS AS SUAS MOEDAS DASH</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR SarmaCoins</b>! + Atenção: Se cifrar a carteira e perder a palavra-passe, irá <b>PERDER TODAS AS SUAS MOEDAS SarmaCoins</b>! Are you sure you wish to encrypt your wallet? @@ -188,8 +188,8 @@ Carteira cifrada - Dash will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your dashs from being stolen by malware infecting your computer. - O cliente Dash irá fechar para finalizar o processo de cifra. Lembre-se que cifrar a sua carteira não consegue proteger totalmente as suas dashs contra roubos feitos por malware presente no seu computador. + SarmaCoins will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your SarmaCoinss from being stolen by malware infecting your computer. + O cliente SarmaCoins irá fechar para finalizar o processo de cifra. Lembre-se que cifrar a sua carteira não consegue proteger totalmente as suas SarmaCoinss contra roubos feitos por malware presente no seu computador. IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. @@ -231,8 +231,8 @@ BitcoinGUI - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Wallet @@ -255,16 +255,16 @@ &Enviar - Send coins to a Dash address - Enviar moedas para um endereço Dash + Send coins to a SarmaCoins address + Enviar moedas para um endereço SarmaCoins &Receive &Receber - Request payments (generates QR codes and dash: URIs) - Solicitar pagamentos (gera códigos QR e dash: URIs) + Request payments (generates QR codes and SarmaCoins: URIs) + Solicitar pagamentos (gera códigos QR e SarmaCoins: URIs) &Transactions @@ -283,12 +283,12 @@ Sair da aplicação - &About Dash Core - &Acerca do Dash Core + &About SarmaCoins Core + &Acerca do SarmaCoins Core - Show information about Dash Core - Mostra informação acerca do Dash Core + Show information about SarmaCoins Core + Mostra informação acerca do SarmaCoins Core About &Qt @@ -303,8 +303,8 @@ &Opções... - Modify configuration options for Dash - Modificar opções de configuração do Dash + Modify configuration options for SarmaCoins + Modificar opções de configuração do SarmaCoins &Show / Hide @@ -355,16 +355,16 @@ &Assinar Mensagem - Sign messages with your Dash addresses to prove you own them - Assine mensagens com os seus endereços Dash para provar que são seus + Sign messages with your SarmaCoins addresses to prove you own them + Assine mensagens com os seus endereços SarmaCoins para provar que são seus &Verify message... &Verificar Mensagem - Verify messages to ensure they were signed with specified Dash addresses - Verifica mensagens para garantir que foram assinadas com um endereço Dash específico + Verify messages to ensure they were signed with specified SarmaCoins addresses + Verifica mensagens para garantir que foram assinadas com um endereço SarmaCoins específico &Information @@ -443,24 +443,24 @@ Abrir &URI... - Open a dash: URI or payment request - Abre um dash: URI ou solicitação de pagamento + Open a SarmaCoins: URI or payment request + Abre um SarmaCoins: URI ou solicitação de pagamento &Command-line options Opções de linha de &comandos - Dash Core client - Cliente Dash Core + SarmaCoins Core client + Cliente SarmaCoins Core Processed %n blocks of transaction history. %n bloco do histórico de transacções processado.%n blocos do histórico de transacções processados. - Show the Dash Core help message to get a list with possible Dash command-line options - Mostra a mensagem de ajuda do Dash Core para obter a lista com as possíveis opções de linha de comandos + Show the SarmaCoins Core help message to get a list with possible SarmaCoins command-line options + Mostra a mensagem de ajuda do SarmaCoins Core para obter a lista com as possíveis opções de linha de comandos &File @@ -483,8 +483,8 @@ Barra de ferramentas - %n active connection(s) to Dash network - %n ligação activa à rede Dash%n ligações activas à rede Dash + %n active connection(s) to SarmaCoins network + %n ligação activa à rede SarmaCoins%n ligações activas à rede SarmaCoins Synchronizing with network... @@ -860,11 +860,11 @@ Endereço: %4 Por favor seleccione um nível de privacidade. - Use 2 separate masternodes to mix funds up to 1000 DASH + Use 2 separate masternodes to mix funds up to 1000 SarmaCoins Usar 2 masternodes distintos para misturar os fundos até 1000DRK - Use 8 separate masternodes to mix funds up to 1000 DASH + Use 8 separate masternodes to mix funds up to 1000 SarmaCoins Usar 8 masternodes distintos para misturar os fundos até 1000DRK @@ -872,16 +872,16 @@ Endereço: %4 Usar 16 masternodes - This option is the quickest and will cost about ~0.025 DASH to anonymize 1000 DASH - Esta opção é a mais rápida e irá custar cerca de ~0.025 DASH para anonimizar 1000 DASH + This option is the quickest and will cost about ~0.025 SarmaCoins to anonymize 1000 SarmaCoins + Esta opção é a mais rápida e irá custar cerca de ~0.025 SarmaCoins para anonimizar 1000 SarmaCoins - This option is moderately fast and will cost about 0.05 DASH to anonymize 1000 DASH - Esta opção é relativamente rápida e irá custar cerca de ~0.05 DASH para anonimizar 1000 DASH + This option is moderately fast and will cost about 0.05 SarmaCoins to anonymize 1000 SarmaCoins + Esta opção é relativamente rápida e irá custar cerca de ~0.05 SarmaCoins para anonimizar 1000 SarmaCoins - 0.1 DASH per 1000 DASH you anonymize. - 0.1 DASH por cada 1000 DASH a anonimizar. + 0.1 SarmaCoins per 1000 SarmaCoins you anonymize. + 0.1 SarmaCoins por cada 1000 SarmaCoins a anonimizar. This is the slowest and most secure option. Using maximum anonymity will cost @@ -892,16 +892,16 @@ Endereço: %4 Configuração Darksend - Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend foi colocado com sucesso no modo básico (%1 e 2 voltas). Pode mudar esta definição em qualquer altura abrindo o ecrã de configuração Dash. + Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend foi colocado com sucesso no modo básico (%1 e 2 voltas). Pode mudar esta definição em qualquer altura abrindo o ecrã de configuração SarmaCoins. - Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend foi colocado com sucesso no modo alto (%1 e 8 voltas). Pode mudar esta definição em qualquer altura abrindo o ecrã de configuração Dash. + Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend foi colocado com sucesso no modo alto (%1 e 8 voltas). Pode mudar esta definição em qualquer altura abrindo o ecrã de configuração SarmaCoins. - Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend foi colocado com sucesso no modo máximo (%1 e 16 voltas). Pode mudar esta definição em qualquer altura abrindo o ecrã de configuração Dash. + Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend foi colocado com sucesso no modo máximo (%1 e 16 voltas). Pode mudar esta definição em qualquer altura abrindo o ecrã de configuração SarmaCoins. @@ -943,8 +943,8 @@ Endereço: %4 Editar endereço de envio - The entered address "%1" is not a valid Dash address. - O endereço introduzido "%1" não é um endereço Dash válido. + The entered address "%1" is not a valid SarmaCoins address. + O endereço introduzido "%1" não é um endereço SarmaCoins válido. The entered address "%1" is already in the address book. @@ -985,8 +985,8 @@ Endereço: %4 HelpMessageDialog - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core version @@ -997,8 +997,8 @@ Endereço: %4 (%1-bit) - About Dash Core - Acerca do Dash Core + About SarmaCoins Core + Acerca do SarmaCoins Core Command-line options @@ -1044,16 +1044,16 @@ Endereço: %4 Bem-vindo - Welcome to Dash Core. - Bem-vindo ao Dash Core. + Welcome to SarmaCoins Core. + Bem-vindo ao SarmaCoins Core. - As this is the first time the program is launched, you can choose where Dash Core will store its data. - Como esta é a primeira vez que o programa é executado, pode escolher onde o cliente Dash Core irá guardar os seus dados. + As this is the first time the program is launched, you can choose where SarmaCoins Core will store its data. + Como esta é a primeira vez que o programa é executado, pode escolher onde o cliente SarmaCoins Core irá guardar os seus dados. - Dash Core will download and store a copy of the Dash block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - O cliente Dash Core irá descarregar e guardar uma copia da cadeia de blocos Dash. Pelo menos %1GB de dados serão guardados nesta pasta e irá aumentar com o tempo. A carteira também ficará guardada nesta pasta. + SarmaCoins Core will download and store a copy of the SarmaCoins block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + O cliente SarmaCoins Core irá descarregar e guardar uma copia da cadeia de blocos SarmaCoins. Pelo menos %1GB de dados serão guardados nesta pasta e irá aumentar com o tempo. A carteira também ficará guardada nesta pasta. Use the default data directory @@ -1064,8 +1064,8 @@ Endereço: %4 Usar uma pasta de dados personalizada - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Error: Specified data directory "%1" cannot be created. @@ -1118,12 +1118,12 @@ Endereço: %4 &Geral - Automatically start Dash after logging in to the system. - Executar automaticamente o cliente Dash quando entrar no sistema. + Automatically start SarmaCoins after logging in to the system. + Executar automaticamente o cliente SarmaCoins quando entrar no sistema. - &Start Dash on system login - &Iniciar o cliente Dash ao entrar no sistema + &Start SarmaCoins on system login + &Iniciar o cliente SarmaCoins ao entrar no sistema Size of &database cache @@ -1150,8 +1150,8 @@ Endereço: %4 Esta quantia actua como um limite, a partir do qual o Darksend é desligado. - Amount of Dash to keep anonymized - Quantia de Dash a manter anonimizada + Amount of SarmaCoins to keep anonymized + Quantia de SarmaCoins a manter anonimizada W&allet @@ -1170,8 +1170,8 @@ Endereço: %4 Aceitar ligações de entrada - Connect to the Dash network through a SOCKS5 proxy. - Efectuar a ligação à rede Dash através de um proxy SOCKS5. + Connect to the SarmaCoins network through a SOCKS5 proxy. + Efectuar a ligação à rede SarmaCoins através de um proxy SOCKS5. &Connect through SOCKS5 proxy (default proxy): @@ -1202,8 +1202,8 @@ Endereço: %4 &Rede - Automatically open the Dash client port on the router. This only works when your router supports UPnP and it is enabled. - Abrir automaticamente a porta do cliente Dash no router. Isto só funciona quando o seu router suporta UPnP e este está activo. + Automatically open the SarmaCoins client port on the router. This only works when your router supports UPnP and it is enabled. + Abrir automaticamente a porta do cliente SarmaCoins no router. Isto só funciona quando o seu router suporta UPnP e este está activo. Map port using &UPnP @@ -1254,14 +1254,14 @@ Endereço: %4 &Linguagem do interface: - The user interface language can be set here. This setting will take effect after restarting Dash. + The user interface language can be set here. This setting will take effect after restarting SarmaCoins. A linguagem do interface pode ser definida aqui. Esta definição terá efeito depois de reiniciar a aplicação. Language missing or translation incomplete? Help contributing translations here: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ Linguagem não encontrada ou tradução incompleta? Ajude a traduzir aqui: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ User Interface Theme: @@ -1343,8 +1343,8 @@ https://www.transifex.com/projects/p/dash/ De - The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. - A informação mostrada pode estar desactualizada. A sua carteira sincroniza automaticamente com a rede Dash assim que for estabelecida uma ligação, mas este processo ainda não terminou. + The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. + A informação mostrada pode estar desactualizada. A sua carteira sincroniza automaticamente com a rede SarmaCoins assim que for estabelecida uma ligação, mas este processo ainda não terminou. Available: @@ -1427,8 +1427,8 @@ https://www.transifex.com/projects/p/dash/ Quantia e Voltas: - 0 DASH / 0 Rounds - 0 DASH / 0 Voltas + 0 SarmaCoins / 0 Rounds + 0 SarmaCoins / 0 Voltas Submitted Denom: @@ -1564,8 +1564,8 @@ https://www.transifex.com/projects/p/dash/ Erro na solicitação de pagamento - Cannot start dash: click-to-pay handler - Não é possível iniciar o dash: click-to-pay handler + Cannot start SarmaCoins: click-to-pay handler + Não é possível iniciar o SarmaCoins: click-to-pay handler URI handling @@ -1584,8 +1584,8 @@ https://www.transifex.com/projects/p/dash/ Endereço de pagamento inválido %1 - URI cannot be parsed! This can be caused by an invalid Dash address or malformed URI parameters. - O URI não pode ser carregado! Isto pode ser causado por um endereço Dash inválido ou parâmetros do URI incorrectos. + URI cannot be parsed! This can be caused by an invalid SarmaCoins address or malformed URI parameters. + O URI não pode ser carregado! Isto pode ser causado por um endereço SarmaCoins inválido ou parâmetros do URI incorrectos. Payment request file cannot be read! This can be caused by an invalid payment request file. @@ -1670,8 +1670,8 @@ https://www.transifex.com/projects/p/dash/ Quantia - Enter a Dash address (e.g. %1) - Insira um endereço Dash (ex. %1) + Enter a SarmaCoins address (e.g. %1) + Insira um endereço SarmaCoins (ex. %1) %1 d @@ -1760,8 +1760,8 @@ https://www.transifex.com/projects/p/dash/ Número de ligações - Open the Dash debug log file from the current data directory. This can take a few seconds for large log files. - Abrir o ficheiro de registo de depuração Dash a partir da pasta de dados actual. Para grandes ficheiros de registo pode demorar alguns segundos. + Open the SarmaCoins debug log file from the current data directory. This can take a few seconds for large log files. + Abrir o ficheiro de registo de depuração SarmaCoins a partir da pasta de dados actual. Para grandes ficheiros de registo pode demorar alguns segundos. &Open @@ -1968,8 +1968,8 @@ https://www.transifex.com/projects/p/dash/ Saída: - Welcome to the Dash RPC console. - Bem-vindo à consola RPC Dash + Welcome to the SarmaCoins RPC console. + Bem-vindo à consola RPC SarmaCoins Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -2031,8 +2031,8 @@ https://www.transifex.com/projects/p/dash/ R&eutilizar um endereço de recebimento existente (não recomendado) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dash network. - Mensagem opcional para anexar à solicitação de pagamento, que será mostrada quando a solicitação for aberta. Nota: A mensagem não será enviada com o pagamento através da rede Dash. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the SarmaCoins network. + Mensagem opcional para anexar à solicitação de pagamento, que será mostrada quando a solicitação for aberta. Nota: A mensagem não será enviada com o pagamento através da rede SarmaCoins. &Message: @@ -2043,8 +2043,8 @@ https://www.transifex.com/projects/p/dash/ Rótulo opcional para associar com o novo endereço de recebimento. - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Dash network. - Mensagem opcional para anexar à solicitação de pagamento, que será mostrada quando a solicitação for aberta. <br>Nota: A mensagem não será enviada com o pagamento através da rede Dash. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the SarmaCoins network. + Mensagem opcional para anexar à solicitação de pagamento, que será mostrada quando a solicitação for aberta. <br>Nota: A mensagem não será enviada com o pagamento através da rede SarmaCoins. Use this form to request payments. All fields are <b>optional</b>. @@ -2480,8 +2480,8 @@ https://www.transifex.com/projects/p/dash/ Pagar somente a taxa mínima de %1 - Warning: Invalid Dash address - Aviso: Endereço Dash inválido + Warning: Invalid SarmaCoins address + Aviso: Endereço SarmaCoins inválido Warning: Unknown change address @@ -2503,8 +2503,8 @@ https://www.transifex.com/projects/p/dash/ &Pagar a: - The Dash address to send the payment to - O endereço Dash para onde enviar o pagamento + The SarmaCoins address to send the payment to + O endereço SarmaCoins para onde enviar o pagamento Choose previously used address @@ -2543,8 +2543,8 @@ https://www.transifex.com/projects/p/dash/ Mensagem: - A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network. - Mensagem que foi anexada ao dash: URI e que será guardada com a transacção para sua referência. Nota: Esta mensagem não será enviada para a rede Dash. + A message that was attached to the SarmaCoins: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the SarmaCoins network. + Mensagem que foi anexada ao SarmaCoins: URI e que será guardada com a transacção para sua referência. Nota: Esta mensagem não será enviada para a rede SarmaCoins. This is an unverified payment request. @@ -2570,8 +2570,8 @@ https://www.transifex.com/projects/p/dash/ ShutdownWindow - Dash Core is shutting down... - O Dash Core está a desligar... + SarmaCoins Core is shutting down... + O SarmaCoins Core está a desligar... Do not shut down the computer until this window disappears. @@ -2593,8 +2593,8 @@ https://www.transifex.com/projects/p/dash/ Pode assinar mensagens com os seus endereços para provar que são seus. Tenha atenção para não assinar mensagens vagas, já que, ataques de phishing podem levá-lo a assinar a sua própria identidade para os atacantes. Apenas assine declarações detalhadas com as quais concorde. - The Dash address to sign the message with - Endereço Dash com o qual deseja assinar a mensagem + The SarmaCoins address to sign the message with + Endereço SarmaCoins com o qual deseja assinar a mensagem Choose previously used address @@ -2625,8 +2625,8 @@ https://www.transifex.com/projects/p/dash/ Copiar a assinatura actual para a área de transferência - Sign the message to prove you own this Dash address - Assinar a mensagem para provar que é o proprietário deste endereço Dash + Sign the message to prove you own this SarmaCoins address + Assinar a mensagem para provar que é o proprietário deste endereço SarmaCoins Sign &Message @@ -2649,12 +2649,12 @@ https://www.transifex.com/projects/p/dash/ Introduza o endereço de assinatura, mensagem (assegure-se que copia exactamente as quebras de linha, espaços, tabulações, etc) e assinatura abaixo para verificar a mensagem. Tenha atenção para não ler mais na assinatura do que o que estiver na mensagem assinada, para evitar ser enganado por um atacante que se encontre entre si e quem assinou a mensagem. - The Dash address the message was signed with - Endereço Dash com o qual a mensagem foi assinada + The SarmaCoins address the message was signed with + Endereço SarmaCoins com o qual a mensagem foi assinada - Verify the message to ensure it was signed with the specified Dash address - Verificar a mensagem de forma a garantir que foi assinada com o endereço Dash especificado + Verify the message to ensure it was signed with the specified SarmaCoins address + Verificar a mensagem de forma a garantir que foi assinada com o endereço SarmaCoins especificado Verify &Message @@ -2720,8 +2720,8 @@ https://www.transifex.com/projects/p/dash/ SplashScreen - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Version %1 @@ -2732,8 +2732,8 @@ https://www.transifex.com/projects/p/dash/ Os programadores Bitcoin Core - The Dash Core developers - Os programadores Dash Core + The SarmaCoins Core developers + Os programadores SarmaCoins Core [testnet] @@ -3260,8 +3260,8 @@ https://www.transifex.com/projects/p/dash/ Enviar Moedas - InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 DASH. - O InstantX não suporta valores tão elevados neste momento. As transacções estão limitadas a %1 DASH. + InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 SarmaCoins. + O InstantX não suporta valores tão elevados neste momento. As transacções estão limitadas a %1 SarmaCoins. @@ -3304,14 +3304,14 @@ https://www.transifex.com/projects/p/dash/ - dash-core + SarmaCoins-core Bind to given address and always listen on it. Use [host]:port notation for IPv6 Vincular a um determinado endereço e ouvir sempre aí. Use a notação [endereço]:porta para IPv6 - Cannot obtain a lock on data directory %s. Dash Core is probably already running. - Não foi possível obter acesso exclusivo à pasta de dados %s. Possivelmente o Dash Core já se encontra em execução. + Cannot obtain a lock on data directory %s. SarmaCoins Core is probably already running. + Não foi possível obter acesso exclusivo à pasta de dados %s. Possivelmente o SarmaCoins Core já se encontra em execução. Darksend uses exact denominated amounts to send funds, you might simply need to anonymize some more coins. @@ -3366,15 +3366,15 @@ https://www.transifex.com/projects/p/dash/ Esta é uma compilação prévia de teste - use por sua conta e risco - não use para minar nem em aplicações comerciais - Unable to bind to %s on this computer. Dash Core is probably already running. - Não foi possível vincular a %s neste computador. Provavelmente o Dash Core já está a ser executado. + Unable to bind to %s on this computer. SarmaCoins Core is probably already running. + Não foi possível vincular a %s neste computador. Provavelmente o SarmaCoins Core já está a ser executado. Unable to locate enough Darksend denominated funds for this transaction. Não foi possível localizar fundos Darksend denominados suficientes para esta transacção. - Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 DASH. + Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 SarmaCoins. Não foi possível localizar fundos Darksend não denominados suficientes para esta transacção que não sejam igual a 1000DRK. @@ -3590,8 +3590,8 @@ https://www.transifex.com/projects/p/dash/ Activar o uso de darksend automatizado para os fundos guardados nesta carteira (0-1, default: %u) - Fees (in DASH/Kb) smaller than this are considered zero fee for relaying (default: %s) - Taxas (em DASH/Kb) inferiores a esta serão consideradas zero para retransmissão (default: %s) + Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for relaying (default: %s) + Taxas (em SarmaCoins/Kb) inferiores a esta serão consideradas zero para retransmissão (default: %s) Flush database activity from memory pool to disk log every <n> megabytes (default: %u) @@ -3638,7 +3638,7 @@ https://www.transifex.com/projects/p/dash/ Este produto inclui software desenvolvido pelo Projecto OpenSSL para uso no OpenSSL Toolkit <https://www.openssl.org/>, software criptográfico escrito por Eric Young e software UPnP escrito por Thomas Bernard. - Unable to locate enough funds for this transaction that are not equal 1000 DASH. + Unable to locate enough funds for this transaction that are not equal 1000 SarmaCoins. Não foi possível localizar fundos suficientes para esta transacção que não sejam igual a 1000DRK. @@ -3650,8 +3650,8 @@ https://www.transifex.com/projects/p/dash/ Aviso: -maxtxfee é demasiado alta! Taxas deste tamanho podem ser pagas em apenas uma transacção. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Dash Core will not work properly. - Aviso: Por favor verifique que a data e a hora do computador está correcta! Se o relógio estiver errado o Dash Core não vai funcionar correctamente. + Warning: Please check that your computer's date and time are correct! If your clock is wrong SarmaCoins Core will not work properly. + Aviso: Por favor verifique que a data e a hora do computador está correcta! Se o relógio estiver errado o SarmaCoins Core não vai funcionar correctamente. (9999 could be used only on mainnet) @@ -3696,8 +3696,8 @@ https://www.transifex.com/projects/p/dash/ Copyright (C) 2009-%i The Bitcoin Core Developers - Copyright (C) 2014-%i The Dash Core Developers - Copyright (C) 2014-%i Dash Core Developers + Copyright (C) 2014-%i The SarmaCoins Core Developers + Copyright (C) 2014-%i SarmaCoins Core Developers Could not parse -rpcbind value %s as network address @@ -3728,8 +3728,8 @@ https://www.transifex.com/projects/p/dash/ Erro conectando ao Masternode - Error loading wallet.dat: Wallet requires newer version of Dash Core - Erro carregando wallet.dat Carteira precisa de nova versão do Dash Core + Error loading wallet.dat: Wallet requires newer version of SarmaCoins Core + Erro carregando wallet.dat Carteira precisa de nova versão do SarmaCoins Core Error: A fatal internal error occured, see debug.log for details @@ -3744,8 +3744,8 @@ https://www.transifex.com/projects/p/dash/ Erro: Argument não suportado -tor encontrado, utilize -onion - Fee (in DASH/kB) to add to transactions you send (default: %s) - Taxas (em DASH/Kb) a adicionar às transacções que envia (omissão: %s) + Fee (in SarmaCoins/kB) to add to transactions you send (default: %s) + Taxas (em SarmaCoins/Kb) a adicionar às transacções que envia (omissão: %s) Finalizing transaction. @@ -3800,8 +3800,8 @@ https://www.transifex.com/projects/p/dash/ Informação - Initialization sanity check failed. Dash Core is shutting down. - A verificação de consistência no arranque falhou. O Dash Core está a encerrar. + Initialization sanity check failed. SarmaCoins Core is shutting down. + A verificação de consistência no arranque falhou. O SarmaCoins Core está a encerrar. Input is not valid. @@ -4044,8 +4044,8 @@ https://www.transifex.com/projects/p/dash/ Utilize UPNP para mapear porta de escuta (default: %u) - Wallet needed to be rewritten: restart Dash Core to complete - Carteira necessita de ser re-escrita: reinicie Dash Core para completar + Wallet needed to be rewritten: restart SarmaCoins Core to complete + Carteira necessita de ser re-escrita: reinicie SarmaCoins Core para completar Warning: Unsupported argument -benchmark ignored, use -debug=bench. @@ -4104,8 +4104,8 @@ https://www.transifex.com/projects/p/dash/ Chave KeePassHttp para usar na comunicação cifrada AES com o KeePass - Keep N DASH anonymized (default: %u) - Manter N DASH anonimizados (default: %u) + Keep N SarmaCoins anonymized (default: %u) + Manter N SarmaCoins anonimizados (default: %u) Keep at most <n> unconnectable transactions in memory (default: %u) @@ -4185,7 +4185,7 @@ https://www.transifex.com/projects/p/dash/ RPC SSL options: (see the Bitcoin Wiki for SSL setup instructions) - Opções RPC SSL: (para instruções de configuração SSL dirija-se à Dash Wiki) + Opções RPC SSL: (para instruções de configuração SSL dirija-se à SarmaCoins Wiki) RPC server options: diff --git a/src/qt/locale/dash_ru.ts b/src/qt/locale/dash_ru.ts index 92f76f4ee042d..d585be2ae0079 100644 --- a/src/qt/locale/dash_ru.ts +++ b/src/qt/locale/dash_ru.ts @@ -62,12 +62,12 @@ Адреса получения - These are your Dash addresses for sending payments. Always check the amount and the receiving address before sending coins. - Это ваши адреса Dash для отправки платежей. Всегда проверяйте количество и адрес получателя перед отправкой перевода. + These are your SarmaCoins addresses for sending payments. Always check the amount and the receiving address before sending coins. + Это ваши адреса SarmaCoins для отправки платежей. Всегда проверяйте количество и адрес получателя перед отправкой перевода. - These are your Dash addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Это ваши адреса Dash для приёма платежей. Рекомендуется использовать новый адрес получения для каждой транзакции. + These are your SarmaCoins addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + Это ваши адреса SarmaCoins для приёма платежей. Рекомендуется использовать новый адрес получения для каждой транзакции. &Copy Address @@ -176,8 +176,8 @@ Подтвердите шифрование кошелька - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR DASH</b>! - Внимание: если Вы зашифруете кошелёк и потеряете пароль, вы <b>ПОТЕРЯЕТЕ ВСЕ ВАШИ DASH</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR SarmaCoins</b>! + Внимание: если Вы зашифруете кошелёк и потеряете пароль, вы <b>ПОТЕРЯЕТЕ ВСЕ ВАШИ SarmaCoins</b>! Are you sure you wish to encrypt your wallet? @@ -188,7 +188,7 @@ Кошелёк зашифрован - Dash will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your dashs from being stolen by malware infecting your computer. + SarmaCoins will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your SarmaCoinss from being stolen by malware infecting your computer. Сейчас программа закроется для завершения процесса шифрования. Помните, что шифрование вашего кошелька не может полностью защитить ваши даши от кражи с помощью инфицирования вашего компьютера вредоносным ПО. @@ -231,8 +231,8 @@ BitcoinGUI - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Wallet @@ -255,16 +255,16 @@ &Отправить - Send coins to a Dash address - Отправить монеты на указанный адрес Dash + Send coins to a SarmaCoins address + Отправить монеты на указанный адрес SarmaCoins &Receive &Получить - Request payments (generates QR codes and dash: URIs) - Запросить платежи (создать QR-коды и dash: URI) + Request payments (generates QR codes and SarmaCoins: URIs) + Запросить платежи (создать QR-коды и SarmaCoins: URI) &Transactions @@ -283,12 +283,12 @@ Закрыть приложение - &About Dash Core - О &Dash Core + &About SarmaCoins Core + О &SarmaCoins Core - Show information about Dash Core - Показать информацию о Dash Core + Show information about SarmaCoins Core + Показать информацию о SarmaCoins Core About &Qt @@ -303,8 +303,8 @@ &Настройки... - Modify configuration options for Dash - Изменить параметры конфигурации Dash + Modify configuration options for SarmaCoins + Изменить параметры конфигурации SarmaCoins &Show / Hide @@ -355,16 +355,16 @@ П&одписать сообщение... - Sign messages with your Dash addresses to prove you own them - Подписать сообщения вашими адресами Dash, чтобы доказать, что вы ими владеете + Sign messages with your SarmaCoins addresses to prove you own them + Подписать сообщения вашими адресами SarmaCoins, чтобы доказать, что вы ими владеете &Verify message... П&роверить сообщение... - Verify messages to ensure they were signed with specified Dash addresses - Проверить сообщения, чтобы удостовериться, что они были подписаны определёнными адресами Dash + Verify messages to ensure they were signed with specified SarmaCoins addresses + Проверить сообщения, чтобы удостовериться, что они были подписаны определёнными адресами SarmaCoins &Information @@ -443,16 +443,16 @@ Открыть &URI... - Open a dash: URI or payment request - Открыть dash: URI или запрос платежа + Open a SarmaCoins: URI or payment request + Открыть SarmaCoins: URI или запрос платежа &Command-line options &Параметры командной строки - Dash Core client - Клиент Dash Core + SarmaCoins Core client + Клиент SarmaCoins Core Processed %n blocks of transaction history. @@ -463,8 +463,8 @@ Синхронизация дополнительных данных: %p% - Show the Dash Core help message to get a list with possible Dash command-line options - Показать помощь о Dash Core со списком возможных параметров командной строки + Show the SarmaCoins Core help message to get a list with possible SarmaCoins command-line options + Показать помощь о SarmaCoins Core со списком возможных параметров командной строки &File @@ -487,8 +487,8 @@ Панель вкладок - %n active connection(s) to Dash network - %n активное соединение с сетью Dash%n активных соединения с сетью Dash%n активных соединений с сетью Dash%n активных соединений с сетью Dash + %n active connection(s) to SarmaCoins network + %n активное соединение с сетью SarmaCoins%n активных соединения с сетью SarmaCoins%n активных соединений с сетью SarmaCoins%n активных соединений с сетью SarmaCoins Synchronizing with network... @@ -864,28 +864,28 @@ Address: %4 Пожалуйста, выберите уровень приватности. - Use 2 separate masternodes to mix funds up to 1000 DASH - Использовать 2 отдельные мастерноды для перемешивания до 1000 DASH + Use 2 separate masternodes to mix funds up to 1000 SarmaCoins + Использовать 2 отдельные мастерноды для перемешивания до 1000 SarmaCoins - Use 8 separate masternodes to mix funds up to 1000 DASH - Использовать 8 отдельных мастернод для перемешивания до 1000 DASH + Use 8 separate masternodes to mix funds up to 1000 SarmaCoins + Использовать 8 отдельных мастернод для перемешивания до 1000 SarmaCoins Use 16 separate masternodes Использовать 16 отдельных мастернод - This option is the quickest and will cost about ~0.025 DASH to anonymize 1000 DASH - Это самый быстрый вариант, анонимизация 1000 DASH будет стоить вам примерно 0.025 DASH + This option is the quickest and will cost about ~0.025 SarmaCoins to anonymize 1000 SarmaCoins + Это самый быстрый вариант, анонимизация 1000 SarmaCoins будет стоить вам примерно 0.025 SarmaCoins - This option is moderately fast and will cost about 0.05 DASH to anonymize 1000 DASH - Это относительно быстрый вариант, анонимизация 1000 DASH будет стоить вам примерно 0.05 DASH + This option is moderately fast and will cost about 0.05 SarmaCoins to anonymize 1000 SarmaCoins + Это относительно быстрый вариант, анонимизация 1000 SarmaCoins будет стоить вам примерно 0.05 SarmaCoins - 0.1 DASH per 1000 DASH you anonymize. - 0.1 DASH за каждые анонимизированные 1000 DASH. + 0.1 SarmaCoins per 1000 SarmaCoins you anonymize. + 0.1 SarmaCoins за каждые анонимизированные 1000 SarmaCoins. This is the slowest and most secure option. Using maximum anonymity will cost @@ -896,15 +896,15 @@ Address: %4 Настройки Darksend - Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening SarmaCoins's configuration screen. Darksend успешно установлен в режим обычной приватности (%1 и 2 раунда). Вы можете изменить это в любое время, используя окно настроек. - Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening SarmaCoins's configuration screen. Darksend успешно установлен в режим высокой приватности (%1 и 8 раундов). Вы можете изменить это в любое время, используя окно настроек. - Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening SarmaCoins's configuration screen. Darksend успешно установлен в режим максимально приватности (%1 и 16 раундов). Вы можете изменить это в любое время, используя окно настроек. @@ -947,8 +947,8 @@ Address: %4 Изменение адреса для отправки - The entered address "%1" is not a valid Dash address. - Введённый адрес "%1" не является правильным адресом Dash. + The entered address "%1" is not a valid SarmaCoins address. + Введённый адрес "%1" не является правильным адресом SarmaCoins. The entered address "%1" is already in the address book. @@ -989,8 +989,8 @@ Address: %4 HelpMessageDialog - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core version @@ -1001,8 +1001,8 @@ Address: %4 (%1-бит) - About Dash Core - О Dash Core + About SarmaCoins Core + О SarmaCoins Core Command-line options @@ -1048,16 +1048,16 @@ Address: %4 Добро пожаловать - Welcome to Dash Core. - Добро пожаловать в Dash Core. + Welcome to SarmaCoins Core. + Добро пожаловать в SarmaCoins Core. - As this is the first time the program is launched, you can choose where Dash Core will store its data. - Так как вы впервые запустили программу, вы можете выбрать, где Dash Core будет хранить данные. + As this is the first time the program is launched, you can choose where SarmaCoins Core will store its data. + Так как вы впервые запустили программу, вы можете выбрать, где SarmaCoins Core будет хранить данные. - Dash Core will download and store a copy of the Dash block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Dash Core скачает и сохранит копию цепочки блоков. Как минимум %1ГБ данных будет храниться в этом каталоге и размер данных будет со временем расти. В этом же каталоге будет сохранён кошелёк. + SarmaCoins Core will download and store a copy of the SarmaCoins block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + SarmaCoins Core скачает и сохранит копию цепочки блоков. Как минимум %1ГБ данных будет храниться в этом каталоге и размер данных будет со временем расти. В этом же каталоге будет сохранён кошелёк. Use the default data directory @@ -1068,8 +1068,8 @@ Address: %4 Использовать другой каталог данных: - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Error: Specified data directory "%1" cannot be created. @@ -1122,12 +1122,12 @@ Address: %4 &Главная - Automatically start Dash after logging in to the system. - Автоматически запускать Dash после входа в систему. + Automatically start SarmaCoins after logging in to the system. + Автоматически запускать SarmaCoins после входа в систему. - &Start Dash on system login - &Запускать Dash при входе в систему + &Start SarmaCoins on system login + &Запускать SarmaCoins при входе в систему Size of &database cache @@ -1154,8 +1154,8 @@ Address: %4 Это пороговое значение, при достижении которого автоматическое перемешивание отключается. - Amount of Dash to keep anonymized - Сумма постоянно анонимизированных Dash + Amount of SarmaCoins to keep anonymized + Сумма постоянно анонимизированных SarmaCoins W&allet @@ -1174,8 +1174,8 @@ Address: %4 Принимать входящие подключения - Connect to the Dash network through a SOCKS5 proxy. - Подключаться к сети Dash через прокси SOCKS5. + Connect to the SarmaCoins network through a SOCKS5 proxy. + Подключаться к сети SarmaCoins через прокси SOCKS5. &Connect through SOCKS5 proxy (default proxy): @@ -1206,8 +1206,8 @@ Address: %4 &Сеть - Automatically open the Dash client port on the router. This only works when your router supports UPnP and it is enabled. - Автоматически открыть порт для клиента Dash на роутере. Работает только в том случае, если Ваш роутер поддерживает UPnP и данная функция включена. + Automatically open the SarmaCoins client port on the router. This only works when your router supports UPnP and it is enabled. + Автоматически открыть порт для клиента SarmaCoins на роутере. Работает только в том случае, если Ваш роутер поддерживает UPnP и данная функция включена. Map port using &UPnP @@ -1258,14 +1258,14 @@ Address: %4 &Язык интерфейса: - The user interface language can be set here. This setting will take effect after restarting Dash. - Здесь можно выбрать язык интерфейса. Настройки вступят в силу после перезапуска Dash. + The user interface language can be set here. This setting will take effect after restarting SarmaCoins. + Здесь можно выбрать язык интерфейса. Настройки вступят в силу после перезапуска SarmaCoins. Language missing or translation incomplete? Help contributing translations here: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ Нет Вашего языка или перевод неполон? Помогите нам сделать перевод лучше: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ User Interface Theme: @@ -1347,8 +1347,8 @@ https://www.transifex.com/projects/p/dash/ Форма - The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. - Отображаемая информация может быть устаревшей. Ваш кошелёк автоматически синхронизируется с сетью Dash после подключения, но этот процесс пока не завершён. + The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. + Отображаемая информация может быть устаревшей. Ваш кошелёк автоматически синхронизируется с сетью SarmaCoins после подключения, но этот процесс пока не завершён. Available: @@ -1431,8 +1431,8 @@ https://www.transifex.com/projects/p/dash/ Сумма и раунды: - 0 DASH / 0 Rounds - 0 DASH / 0 раундов + 0 SarmaCoins / 0 Rounds + 0 SarmaCoins / 0 раундов Submitted Denom: @@ -1568,8 +1568,8 @@ https://www.transifex.com/projects/p/dash/ Ошибка запроса платежа - Cannot start dash: click-to-pay handler - Не удаётся запустить обработчик dash: click-to-pay + Cannot start SarmaCoins: click-to-pay handler + Не удаётся запустить обработчик SarmaCoins: click-to-pay URI handling @@ -1588,8 +1588,8 @@ https://www.transifex.com/projects/p/dash/ Неверный адрес платежа %1 - URI cannot be parsed! This can be caused by an invalid Dash address or malformed URI parameters. - Не удалось разобрать URI! Возможно указан некорректный адрес Dash либо параметры URI сформированы неверно. + URI cannot be parsed! This can be caused by an invalid SarmaCoins address or malformed URI parameters. + Не удалось разобрать URI! Возможно указан некорректный адрес SarmaCoins либо параметры URI сформированы неверно. Payment request file cannot be read! This can be caused by an invalid payment request file. @@ -1674,8 +1674,8 @@ https://www.transifex.com/projects/p/dash/ Сумма - Enter a Dash address (e.g. %1) - Введите адрес Dash (например, %1) + Enter a SarmaCoins address (e.g. %1) + Введите адрес SarmaCoins (например, %1) %1 d @@ -1764,8 +1764,8 @@ https://www.transifex.com/projects/p/dash/ Число подключений - Open the Dash debug log file from the current data directory. This can take a few seconds for large log files. - Открыть отладочный лог-файл Dash из текущего каталога данных. Для больших лог-файлов эта операция может занять несколько секунд. + Open the SarmaCoins debug log file from the current data directory. This can take a few seconds for large log files. + Открыть отладочный лог-файл SarmaCoins из текущего каталога данных. Для больших лог-файлов эта операция может занять несколько секунд. &Open @@ -1972,8 +1972,8 @@ https://www.transifex.com/projects/p/dash/ Выход: - Welcome to the Dash RPC console. - Добро пожаловать в RPC-консоль Dash. + Welcome to the SarmaCoins RPC console. + Добро пожаловать в RPC-консоль SarmaCoins. Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -2035,8 +2035,8 @@ https://www.transifex.com/projects/p/dash/ &Повторно использовать существующий адрес получения (не рекомендуется) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dash network. - Необязательное сообщение для запроса платежа, которое будет показано при открытии запроса. Обратите внимание: сообщение не будет отправлено вместе с платежом через сеть Dash. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the SarmaCoins network. + Необязательное сообщение для запроса платежа, которое будет показано при открытии запроса. Обратите внимание: сообщение не будет отправлено вместе с платежом через сеть SarmaCoins. &Message: @@ -2047,8 +2047,8 @@ https://www.transifex.com/projects/p/dash/ Необязательная метка для нового адреса получения. - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Dash network. - Необязательное сообщение для запроса платежа, которое будет показано при открытии запроса.<br>Обратите внимание: сообщение не будет отправлено вместе с платежом через сеть Dash. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the SarmaCoins network. + Необязательное сообщение для запроса платежа, которое будет показано при открытии запроса.<br>Обратите внимание: сообщение не будет отправлено вместе с платежом через сеть SarmaCoins. Use this form to request payments. All fields are <b>optional</b>. @@ -2292,7 +2292,7 @@ https://www.transifex.com/projects/p/dash/ Если ручная комиссия установлена в 1000 duff, а транзакция по размеру только 250 байт, то плата "за килобайт" составит лишь 250 duff,<br>в то время как "итого минимум" будет равна 1000 duff. Для тразакций больше килобайта в любом случае идет расчет "за килобайт". - Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for dash transactions than the network can process. + Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for SarmaCoins transactions than the network can process. Оплаты только минимальной комиссии должно быть достаточно во всех случаях, пока в блоках достаточно места.<br>Однако, будьте готовы к тому, что транзакция может вовсе не получить подтверждения,<br>если количество транзакций будет стабильно больше, чем сеть способна обработать. @@ -2496,8 +2496,8 @@ https://www.transifex.com/projects/p/dash/ Заплатить только минимальную комиссию %1 - Warning: Invalid Dash address - Внимание: неверный адрес Dash + Warning: Invalid SarmaCoins address + Внимание: неверный адрес SarmaCoins Warning: Unknown change address @@ -2519,8 +2519,8 @@ https://www.transifex.com/projects/p/dash/ Полу&чатель: - The Dash address to send the payment to - Адрес Dash для отправки на него монет + The SarmaCoins address to send the payment to + Адрес SarmaCoins для отправки на него монет Choose previously used address @@ -2559,8 +2559,8 @@ https://www.transifex.com/projects/p/dash/ Сообщение: - A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network. - К dash: URI было прикреплено сообщение, которое будет сохранено вместе с транзакцией для вашего сведения. Обратите внимание: сообщение не будет отправлено через сеть Dash. + A message that was attached to the SarmaCoins: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the SarmaCoins network. + К SarmaCoins: URI было прикреплено сообщение, которое будет сохранено вместе с транзакцией для вашего сведения. Обратите внимание: сообщение не будет отправлено через сеть SarmaCoins. This is an unverified payment request. @@ -2586,8 +2586,8 @@ https://www.transifex.com/projects/p/dash/ ShutdownWindow - Dash Core is shutting down... - Dash Core выключается... + SarmaCoins Core is shutting down... + SarmaCoins Core выключается... Do not shut down the computer until this window disappears. @@ -2609,8 +2609,8 @@ https://www.transifex.com/projects/p/dash/ Вы можете подписывать сообщения своими адресами, чтобы доказать владение ими. Будьте осторожны, не подписывайте что-то неопределённое, так как фишинговые атаки могут обманным путём заставить вас подписать нежелательные сообщения. Подписывайте только те сообщения, с которыми вы согласны вплоть до мелочей. - The Dash address to sign the message with - Адрес Dash, которым Вы хотите подписать сообщение + The SarmaCoins address to sign the message with + Адрес SarmaCoins, которым Вы хотите подписать сообщение Choose previously used address @@ -2641,8 +2641,8 @@ https://www.transifex.com/projects/p/dash/ Скопировать текущую подпись в системный буфер обмена - Sign the message to prove you own this Dash address - Подписать сообщение, чтобы доказать владение этим адресом Dash + Sign the message to prove you own this SarmaCoins address + Подписать сообщение, чтобы доказать владение этим адресом SarmaCoins Sign &Message @@ -2665,12 +2665,12 @@ https://www.transifex.com/projects/p/dash/ Введите ниже адрес для подписи, сообщение (убедитесь, что переводы строк, пробелы, табы и т.п. в точности скопированы) и подпись, чтобы проверить сообщение. Убедитесь, что не скопировали лишнего в подпись, по сравнению с самим подписываемым сообщением, чтобы не стать жертвой атаки "man-in-the-middle". - The Dash address the message was signed with - Адрес Dash, которым было подписано сообщение + The SarmaCoins address the message was signed with + Адрес SarmaCoins, которым было подписано сообщение - Verify the message to ensure it was signed with the specified Dash address - Проверить сообщение, чтобы убедиться, что оно было подписано указанным адресом Dash + Verify the message to ensure it was signed with the specified SarmaCoins address + Проверить сообщение, чтобы убедиться, что оно было подписано указанным адресом SarmaCoins Verify &Message @@ -2736,8 +2736,8 @@ https://www.transifex.com/projects/p/dash/ SplashScreen - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Version %1 @@ -2748,8 +2748,8 @@ https://www.transifex.com/projects/p/dash/ Разработчики Bitcoin Core - The Dash Core developers - Разработчики Dash Core + The SarmaCoins Core developers + Разработчики SarmaCoins Core [testnet] @@ -3276,8 +3276,8 @@ https://www.transifex.com/projects/p/dash/ Отправка - InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 DASH. - InstantX пока что не поддерживает такие большие суммы. На данный момент транзакции ограничены суммами до %1 DASH. + InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 SarmaCoins. + InstantX пока что не поддерживает такие большие суммы. На данный момент транзакции ограничены суммами до %1 SarmaCoins. @@ -3320,14 +3320,14 @@ https://www.transifex.com/projects/p/dash/ - dash-core + SarmaCoins-core Bind to given address and always listen on it. Use [host]:port notation for IPv6 Привязаться к указанному адресу и всегда прослушивать только его. Используйте [хост]:порт для IPv6 - Cannot obtain a lock on data directory %s. Dash Core is probably already running. - Не удалось установить блокировку на каталог данных %s. Возможно, Dash Core уже запущен. + Cannot obtain a lock on data directory %s. SarmaCoins Core is probably already running. + Не удалось установить блокировку на каталог данных %s. Возможно, SarmaCoins Core уже запущен. Darksend uses exact denominated amounts to send funds, you might simply need to anonymize some more coins. @@ -3382,15 +3382,15 @@ https://www.transifex.com/projects/p/dash/ Это пре-релизная тестовая сборка - используйте на свой страх и риск - не используйте для добычи или торговых приложений - Unable to bind to %s on this computer. Dash Core is probably already running. - Не удалось привязаться к %s на этом компьютере. Возможно, Dash Core уже запущен. + Unable to bind to %s on this computer. SarmaCoins Core is probably already running. + Не удалось привязаться к %s на этом компьютере. Возможно, SarmaCoins Core уже запущен. Unable to locate enough Darksend denominated funds for this transaction. Не удалось обнаружить достаточных для выполнения этой транзакции номиналов Darksend. - Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 DASH. + Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 SarmaCoins. Не удалось обнаружить достаточных для выполнения этой транзакции неденоминированных средств, отличающихся от 1000DRK. @@ -3614,8 +3614,8 @@ https://www.transifex.com/projects/p/dash/ Удалить все трансакции из кошелька и при рестарте с помощью -rescan восстановить только те, которые есть в цепочке блоков - Disable all Dash specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) - Отключить всю функциональность, относящуюся к Dash (Мастерноды, Darksend, InstantX, бюджеты) (0-1, по умолчанию: %u) + Disable all SarmaCoins specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) + Отключить всю функциональность, относящуюся к SarmaCoins (Мастерноды, Darksend, InstantX, бюджеты) (0-1, по умолчанию: %u) Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. @@ -3634,12 +3634,12 @@ https://www.transifex.com/projects/p/dash/ Ошибка: Обнаружен неподдерживаемый аргумент -socks. Выбор версии SOCKS больше невозможен, поддерживаются только прокси версии SOCKS5. - Fees (in DASH/Kb) smaller than this are considered zero fee for relaying (default: %s) - Комиссии (в DASH/Kb) меньше этого значения считаются нулевой для ретранслирования транзакции (по умолчанию: %s) + Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for relaying (default: %s) + Комиссии (в SarmaCoins/Kb) меньше этого значения считаются нулевой для ретранслирования транзакции (по умолчанию: %s) - Fees (in DASH/Kb) smaller than this are considered zero fee for transaction creation (default: %s) - Комиссии (в DASH/Kb) меньше этого значения считаются нулевой (для создания транзакции) (по умолчанию: %s) + Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for transaction creation (default: %s) + Комиссии (в SarmaCoins/Kb) меньше этого значения считаются нулевой (для создания транзакции) (по умолчанию: %s) Flush database activity from memory pool to disk log every <n> megabytes (default: %u) @@ -3710,31 +3710,31 @@ https://www.transifex.com/projects/p/dash/ Этот продукт включает ПО, разработанное проектом OpenSSL Project для использования в OpenSSL Toolkit <https://www.openssl.org/>, криптографическое ПО, написанное Eric Young и ПО для работы с UPnP, написанное Thomas Bernard. - To use dashd, or the -server option to dash-qt, you must set an rpcpassword in the configuration file: + To use SarmaCoinsd, or the -server option to SarmaCoins-qt, you must set an rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=dashrpc +rpcuser=SarmaCoinsrpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com - Для использования dashd или опции -server с dash-qt, вы должны установить опцию rpcpassword в конфигурационном файле: + Для использования SarmaCoinsd или опции -server с SarmaCoins-qt, вы должны установить опцию rpcpassword в конфигурационном файле: %s Рекомендуется использовать следующий случайный пароль: -rpcuser=dashrpc +rpcuser=SarmaCoinsrpc rpcpassword=%s (вам не нужно запоминать этот пароль) Имя и пароль ДОЛЖНЫ различаться. Если файл не существует, то создайте его и оставьте права на чтение только для владельца. Также рекомендуется включить alertnotify для оповещения о проблемах; -Например: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com +Например: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com - Unable to locate enough funds for this transaction that are not equal 1000 DASH. + Unable to locate enough funds for this transaction that are not equal 1000 SarmaCoins. Не удалось обнаружить достаточных для выполнения этой транзакции средств, отличающихся от 1000DRK. @@ -3746,8 +3746,8 @@ rpcpassword=%s Внимание: установлено очень большое значение -paytxfee! Комиссия такого размера может быть уплачена при проведении одельной транзакции. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Dash Core will not work properly. - Внимание: пожалуйста, убедитесь что дата и время на Вашем компьютере выставлены правильно! Dash Core не сможет работать корректно, если часы настроены неверно. + Warning: Please check that your computer's date and time are correct! If your clock is wrong SarmaCoins Core will not work properly. + Внимание: пожалуйста, убедитесь что дата и время на Вашем компьютере выставлены правильно! SarmaCoins Core не сможет работать корректно, если часы настроены неверно. Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. @@ -3800,8 +3800,8 @@ rpcpassword=%s Copyright (C) 2009-%i The Bitcoin Core Developers - Copyright (C) 2014-%i The Dash Core Developers - Copyright (C) 2014-%i The Dash Core Developers + Copyright (C) 2014-%i The SarmaCoins Core Developers + Copyright (C) 2014-%i The SarmaCoins Core Developers Could not parse -rpcbind value %s as network address @@ -3832,8 +3832,8 @@ rpcpassword=%s Ошибка соединения с мастернодой. - Error loading wallet.dat: Wallet requires newer version of Dash Core - Ошибка загрузки wallet.dat: кошелёк требует более новой версии Dash Core + Error loading wallet.dat: Wallet requires newer version of SarmaCoins Core + Ошибка загрузки wallet.dat: кошелёк требует более новой версии SarmaCoins Core Error: A fatal internal error occured, see debug.log for details @@ -3848,8 +3848,8 @@ rpcpassword=%s Ошибка: Обнаружен неподдерживаемый параметр -tor, используйте -onion вместо него. - Fee (in DASH/kB) to add to transactions you send (default: %s) - Комиссии (в DASH/kB), добавляемая к отправляемым Вами транзакциям (по умолчанию: %s) + Fee (in SarmaCoins/kB) to add to transactions you send (default: %s) + Комиссии (в SarmaCoins/kB), добавляемая к отправляемым Вами транзакциям (по умолчанию: %s) Finalizing transaction. @@ -3904,8 +3904,8 @@ rpcpassword=%s Информация - Initialization sanity check failed. Dash Core is shutting down. - Проверка на непротиворечивость закончилась неудачно. Dash Core выключается. + Initialization sanity check failed. SarmaCoins Core is shutting down. + Проверка на непротиворечивость закончилась неудачно. SarmaCoins Core выключается. Input is not valid. @@ -4156,8 +4156,8 @@ rpcpassword=%s Использовать UPnP для проброса порта (по умолчанию: %u) - Wallet needed to be rewritten: restart Dash Core to complete - Необходимо перезаписать кошелёк: перезапустите Dash Core для завершения операции + Wallet needed to be rewritten: restart SarmaCoins Core to complete + Необходимо перезаписать кошелёк: перезапустите SarmaCoins Core для завершения операции Warning: Unsupported argument -benchmark ignored, use -debug=bench. @@ -4216,8 +4216,8 @@ rpcpassword=%s Ключ KeePassHttp для зашифрованной коммуникации с KeePass - Keep N DASH anonymized (default: %u) - Держать N DASH анонимизированными (по умолчанию: %u) + Keep N SarmaCoins anonymized (default: %u) + Держать N SarmaCoins анонимизированными (по умолчанию: %u) Keep at most <n> unconnectable transactions in memory (default: %u) diff --git a/src/qt/locale/dash_sk.ts b/src/qt/locale/dash_sk.ts index 48ba8ef869de0..78172c0fe1ada 100644 --- a/src/qt/locale/dash_sk.ts +++ b/src/qt/locale/dash_sk.ts @@ -62,12 +62,12 @@ Adresa prijatia - These are your Dash addresses for sending payments. Always check the amount and the receiving address before sending coins. - Toto sú Vaše Dash adresy pre posielanie platieb. Pred poslaním mincí vždy overte sumu a doručovaciu adresu. + These are your SarmaCoins addresses for sending payments. Always check the amount and the receiving address before sending coins. + Toto sú Vaše SarmaCoins adresy pre posielanie platieb. Pred poslaním mincí vždy overte sumu a doručovaciu adresu. - These are your Dash addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Toto sú Vaše Dash adresy pre posielanie platieb. Pre každú transakciu sa doporučuje použiť novú doručovaciu adresu. + These are your SarmaCoins addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + Toto sú Vaše SarmaCoins adresy pre posielanie platieb. Pre každú transakciu sa doporučuje použiť novú doručovaciu adresu. &Copy Address @@ -176,8 +176,8 @@ Potvrďte šifrovanie peňaženky - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR DASH</b>! - Upozornenie: Ak zašifrujete vašu peňaženku a stratíte prístupové heslo, potom <b>prídete o všetky svoje DASH-y</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR SarmaCoins</b>! + Upozornenie: Ak zašifrujete vašu peňaženku a stratíte prístupové heslo, potom <b>prídete o všetky svoje SarmaCoins-y</b>! Are you sure you wish to encrypt your wallet? @@ -188,8 +188,8 @@ Peňaženka zašifrovaná - Dash will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your dashs from being stolen by malware infecting your computer. - DashCoin sa teraz ukončí, aby dokončil proces šifrovania. Nezabudnite, že zašifrovanie vašej peňaženky nemôže plne chrániť Vaše mince pred krádežou škodlivým softvérom, ktorý napadol váš počítač. + SarmaCoins will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your SarmaCoinss from being stolen by malware infecting your computer. + SarmaCoinsCoin sa teraz ukončí, aby dokončil proces šifrovania. Nezabudnite, že zašifrovanie vašej peňaženky nemôže plne chrániť Vaše mince pred krádežou škodlivým softvérom, ktorý napadol váš počítač. IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. @@ -231,8 +231,8 @@ BitcoinGUI - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Wallet @@ -255,16 +255,16 @@ &Odoslať - Send coins to a Dash address - Poslať mince na Dash adresu + Send coins to a SarmaCoins address + Poslať mince na SarmaCoins adresu &Receive &Prijať - Request payments (generates QR codes and dash: URIs) - Vyžiadať platby (vygeneruje QR kódy a Dash: URI) + Request payments (generates QR codes and SarmaCoins: URIs) + Vyžiadať platby (vygeneruje QR kódy a SarmaCoins: URI) &Transactions @@ -283,12 +283,12 @@ Ukončiť program - &About Dash Core - &O Dash Core + &About SarmaCoins Core + &O SarmaCoins Core - Show information about Dash Core - Zobraziť informácie o Dash Core + Show information about SarmaCoins Core + Zobraziť informácie o SarmaCoins Core About &Qt @@ -303,8 +303,8 @@ &Možnosti... - Modify configuration options for Dash - Upraviť možnosti konfigurácie pre Dash + Modify configuration options for SarmaCoins + Upraviť možnosti konfigurácie pre SarmaCoins &Show / Hide @@ -355,16 +355,16 @@ Podpísať &správu... - Sign messages with your Dash addresses to prove you own them - Podpísať správy s Vašimi Dash adresami ako dôkaz že ich vlastníte + Sign messages with your SarmaCoins addresses to prove you own them + Podpísať správy s Vašimi SarmaCoins adresami ako dôkaz že ich vlastníte &Verify message... Overiť správu - Verify messages to ensure they were signed with specified Dash addresses - Overiť správy pre uistenie, že boli podpísané zadanými Dash adresami + Verify messages to ensure they were signed with specified SarmaCoins addresses + Overiť správy pre uistenie, že boli podpísané zadanými SarmaCoins adresami &Information @@ -443,16 +443,16 @@ Otvoriť &URI... - Open a dash: URI or payment request - Otvoriť dash: URI alebo žiadosť o platbu + Open a SarmaCoins: URI or payment request + Otvoriť SarmaCoins: URI alebo žiadosť o platbu &Command-line options Možnosti príkazového riadku - Dash Core client - Dash Core klient + SarmaCoins Core client + SarmaCoins Core klient Processed %n blocks of transaction history. @@ -463,8 +463,8 @@ Synchronizujú sa ďalšie dáta: %p% - Show the Dash Core help message to get a list with possible Dash command-line options - Zobraziť Dash Core nápovedu k získaniu zoznamu možností príkazového riadku Dash. + Show the SarmaCoins Core help message to get a list with possible SarmaCoins command-line options + Zobraziť SarmaCoins Core nápovedu k získaniu zoznamu možností príkazového riadku SarmaCoins. &File @@ -487,8 +487,8 @@ Lišta záložiek - %n active connection(s) to Dash network - %n aktívne spojenie so sieťou Dash%n aktívne spojenia so sieťou Dash%n aktívnych spojení so sieťou Dash + %n active connection(s) to SarmaCoins network + %n aktívne spojenie so sieťou SarmaCoins%n aktívne spojenia so sieťou SarmaCoins%n aktívnych spojení so sieťou SarmaCoins Synchronizing with network... @@ -863,28 +863,28 @@ Adresa: %4 Prosím vyberte úroveň súkromia. - Use 2 separate masternodes to mix funds up to 1000 DASH - Použiť 2 rozdielne masternode pre fixovanie prostriedkov až do 1000 DASH + Use 2 separate masternodes to mix funds up to 1000 SarmaCoins + Použiť 2 rozdielne masternode pre fixovanie prostriedkov až do 1000 SarmaCoins - Use 8 separate masternodes to mix funds up to 1000 DASH - Použiť 8 rozdielnych masternode pre fixovanie prostriedkov až do 1000 DASH + Use 8 separate masternodes to mix funds up to 1000 SarmaCoins + Použiť 8 rozdielnych masternode pre fixovanie prostriedkov až do 1000 SarmaCoins Use 16 separate masternodes Použiť 16 rozdielnych masternode - This option is the quickest and will cost about ~0.025 DASH to anonymize 1000 DASH - Táto možnosť je najrýchlejšia a bude stáť približne 0.025 DASH pre anonimizáciu 1000 DASH + This option is the quickest and will cost about ~0.025 SarmaCoins to anonymize 1000 SarmaCoins + Táto možnosť je najrýchlejšia a bude stáť približne 0.025 SarmaCoins pre anonimizáciu 1000 SarmaCoins - This option is moderately fast and will cost about 0.05 DASH to anonymize 1000 DASH - Táto možnosť je stredne rýchla bude stáť približne 0.05 DASH pre anonimizáciu 1000 DASH + This option is moderately fast and will cost about 0.05 SarmaCoins to anonymize 1000 SarmaCoins + Táto možnosť je stredne rýchla bude stáť približne 0.05 SarmaCoins pre anonimizáciu 1000 SarmaCoins - 0.1 DASH per 1000 DASH you anonymize. - 0.1 DASH za 1000 DASH ktoré spravíte anonymnými. + 0.1 SarmaCoins per 1000 SarmaCoins you anonymize. + 0.1 SarmaCoins za 1000 SarmaCoins ktoré spravíte anonymnými. This is the slowest and most secure option. Using maximum anonymity will cost @@ -895,16 +895,16 @@ Adresa: %4 Konfigurácia Darksend - Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend bol úspešne nastavený na základnú hodnotu (%1 a 2 kolá). Toto nastavenie môžete kedykoľvek zmeniť otvorením konfiguračnej obrazovky Dash. + Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend bol úspešne nastavený na základnú hodnotu (%1 a 2 kolá). Toto nastavenie môžete kedykoľvek zmeniť otvorením konfiguračnej obrazovky SarmaCoins. - Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend bol úspešne nastavený na vysokú hodnotu (%1 a 8 kôl). Toto nastavenie môžete kedykoľvek zmeniť otvorením konfiguračnej obrazovky Dash. + Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend bol úspešne nastavený na vysokú hodnotu (%1 a 8 kôl). Toto nastavenie môžete kedykoľvek zmeniť otvorením konfiguračnej obrazovky SarmaCoins. - Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend bol úspešne nastavený na maximálnu hodnotu (%1 a 16 kôl). Toto nastavenie môžete kedykoľvek zmeniť otvorením konfiguračnej obrazovky Dash. + Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend bol úspešne nastavený na maximálnu hodnotu (%1 a 16 kôl). Toto nastavenie môžete kedykoľvek zmeniť otvorením konfiguračnej obrazovky SarmaCoins. @@ -946,8 +946,8 @@ Adresa: %4 Upraviť odosielaciu adresu - The entered address "%1" is not a valid Dash address. - Zadaná adresa "%1" nie je platná Dash adresa. + The entered address "%1" is not a valid SarmaCoins address. + Zadaná adresa "%1" nie je platná SarmaCoins adresa. The entered address "%1" is already in the address book. @@ -988,8 +988,8 @@ Adresa: %4 HelpMessageDialog - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core version @@ -1000,8 +1000,8 @@ Adresa: %4 (%1-bit) - About Dash Core - O Dash Core + About SarmaCoins Core + O SarmaCoins Core Command-line options @@ -1047,16 +1047,16 @@ Adresa: %4 Vitajte - Welcome to Dash Core. - Vitajte v Dash Core. + Welcome to SarmaCoins Core. + Vitajte v SarmaCoins Core. - As this is the first time the program is launched, you can choose where Dash Core will store its data. - Keďže toto je prvý krát čo spúšťate tento program, môžete vybrať kam bude Dash Core ukladať svoje dáta. + As this is the first time the program is launched, you can choose where SarmaCoins Core will store its data. + Keďže toto je prvý krát čo spúšťate tento program, môžete vybrať kam bude SarmaCoins Core ukladať svoje dáta. - Dash Core will download and store a copy of the Dash block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Dash Core stiahne a uloží kópiu reťazca blokov Dash. Pri najmenej %1GB dát bude uložených v tejto zložke and bude ďalej rásť. Peňaženka bude tiež uložená v tejto zložke. + SarmaCoins Core will download and store a copy of the SarmaCoins block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + SarmaCoins Core stiahne a uloží kópiu reťazca blokov SarmaCoins. Pri najmenej %1GB dát bude uložených v tejto zložke and bude ďalej rásť. Peňaženka bude tiež uložená v tejto zložke. Use the default data directory @@ -1067,8 +1067,8 @@ Adresa: %4 Použiť vlastný dátový adresár: - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Error: Specified data directory "%1" cannot be created. @@ -1121,12 +1121,12 @@ Adresa: %4 &Hlavné - Automatically start Dash after logging in to the system. - Automaticky spustiť Dash po prihlásení do systému. + Automatically start SarmaCoins after logging in to the system. + Automaticky spustiť SarmaCoins po prihlásení do systému. - &Start Dash on system login - &Spusť Dash po prihlásení do systému + &Start SarmaCoins on system login + &Spusť SarmaCoins po prihlásení do systému Size of &database cache @@ -1153,8 +1153,8 @@ Adresa: %4 Táto suma slúži ako hranica pre vypnutie Darksend akonáhle je dosiahnutá - Amount of Dash to keep anonymized - Suma Dash ktorú držať anonymne + Amount of SarmaCoins to keep anonymized + Suma SarmaCoins ktorú držať anonymne W&allet @@ -1173,8 +1173,8 @@ Adresa: %4 Povoliť prichádzajúce spojenia - Connect to the Dash network through a SOCKS5 proxy. - Pripojiť sa do siete Dash cez proxy SOCKS5. + Connect to the SarmaCoins network through a SOCKS5 proxy. + Pripojiť sa do siete SarmaCoins cez proxy SOCKS5. &Connect through SOCKS5 proxy (default proxy): @@ -1205,8 +1205,8 @@ Adresa: %4 Sieť - Automatically open the Dash client port on the router. This only works when your router supports UPnP and it is enabled. - Automaticky otvoriť na smerovači port pre Dash klient. Toto funguje iba ak Váš smerovač podporuje UPnP a je povolené + Automatically open the SarmaCoins client port on the router. This only works when your router supports UPnP and it is enabled. + Automaticky otvoriť na smerovači port pre SarmaCoins klient. Toto funguje iba ak Váš smerovač podporuje UPnP a je povolené Map port using &UPnP @@ -1257,14 +1257,14 @@ Adresa: %4 Jazyk užívateľského rozhrania: - The user interface language can be set here. This setting will take effect after restarting Dash. - Tu môžete nastaviť jazyk používateľského prostredia. Toto nastavenie sa prejaví po reštartovaní Dash. + The user interface language can be set here. This setting will take effect after restarting SarmaCoins. + Tu môžete nastaviť jazyk používateľského prostredia. Toto nastavenie sa prejaví po reštartovaní SarmaCoins. Language missing or translation incomplete? Help contributing translations here: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ Chýbajúci alebo nekompletný preklad? Pomôžte nám tu: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ User Interface Theme: @@ -1346,8 +1346,8 @@ https://www.transifex.com/projects/p/dash/ Forma - The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. - Zobrazené informácie môžu byť zastaralé. Vaša peňaženka sa automaticky zosynchronizuje so sieťou Dash akonáhle nadviaže spojenie, avšak tento proces ešte nebol dokončený. + The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. + Zobrazené informácie môžu byť zastaralé. Vaša peňaženka sa automaticky zosynchronizuje so sieťou SarmaCoins akonáhle nadviaže spojenie, avšak tento proces ešte nebol dokončený. Available: @@ -1430,8 +1430,8 @@ https://www.transifex.com/projects/p/dash/ Čiastka a kolá: - 0 DASH / 0 Rounds - 0 DASH / 0 Kôl + 0 SarmaCoins / 0 Rounds + 0 SarmaCoins / 0 Kôl Submitted Denom: @@ -1567,8 +1567,8 @@ https://www.transifex.com/projects/p/dash/ Chyba pri vyžiadaní platby - Cannot start dash: click-to-pay handler - Dash sa nedá spustiť: click-to-pay handler + Cannot start SarmaCoins: click-to-pay handler + SarmaCoins sa nedá spustiť: click-to-pay handler URI handling @@ -1587,8 +1587,8 @@ https://www.transifex.com/projects/p/dash/ Neplatná adresa platby %1 - URI cannot be parsed! This can be caused by an invalid Dash address or malformed URI parameters. - URI sa nedá analyzovať! Toto môže byť spôsobené neplatnou Dash adresou, alebo nesprávnym tvarom URI parametrov. + URI cannot be parsed! This can be caused by an invalid SarmaCoins address or malformed URI parameters. + URI sa nedá analyzovať! Toto môže byť spôsobené neplatnou SarmaCoins adresou, alebo nesprávnym tvarom URI parametrov. Payment request file cannot be read! This can be caused by an invalid payment request file. @@ -1673,8 +1673,8 @@ https://www.transifex.com/projects/p/dash/ Suma - Enter a Dash address (e.g. %1) - Zadajte Dash adresu (e.g. %1) + Enter a SarmaCoins address (e.g. %1) + Zadajte SarmaCoins adresu (e.g. %1) %1 d @@ -1763,8 +1763,8 @@ https://www.transifex.com/projects/p/dash/ Počet pripojení - Open the Dash debug log file from the current data directory. This can take a few seconds for large log files. - Otvoriť denník ladenia Dash zo súčastného adresára. Môže trvať niekoľko sekúnd ak je súbor veľký. + Open the SarmaCoins debug log file from the current data directory. This can take a few seconds for large log files. + Otvoriť denník ladenia SarmaCoins zo súčastného adresára. Môže trvať niekoľko sekúnd ak je súbor veľký. &Open @@ -1971,8 +1971,8 @@ https://www.transifex.com/projects/p/dash/ Von: - Welcome to the Dash RPC console. - Vitajte v konzole Dash RPC + Welcome to the SarmaCoins RPC console. + Vitajte v konzole SarmaCoins RPC Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -2034,8 +2034,8 @@ https://www.transifex.com/projects/p/dash/ Znovu použiť jestvujúcu prijímaciu adresu (neodporúča sa) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dash network. - Pripojiť ku vyžiadanej platbe voliteľnú správu, ktorá sa zobrazí, keď bude žiadosť otvorená. Poznámka: Správa nebude poslaná spolu s platbou cez sieť Dash. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the SarmaCoins network. + Pripojiť ku vyžiadanej platbe voliteľnú správu, ktorá sa zobrazí, keď bude žiadosť otvorená. Poznámka: Správa nebude poslaná spolu s platbou cez sieť SarmaCoins. &Message: @@ -2046,8 +2046,8 @@ https://www.transifex.com/projects/p/dash/ Voliteľný popis ktorý sa pridá k tejto novej prijímajúcej adrese. - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Dash network. - Pripojiť ku vyžiadanej platbe voliteľnú správu, ktorá sa zobrazí, keď bude žiadosť otvorená. <br>Poznámka: Správa nebude poslaná spolu s platbou cez sieť Dash. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the SarmaCoins network. + Pripojiť ku vyžiadanej platbe voliteľnú správu, ktorá sa zobrazí, keď bude žiadosť otvorená. <br>Poznámka: Správa nebude poslaná spolu s platbou cez sieť SarmaCoins. Use this form to request payments. All fields are <b>optional</b>. @@ -2291,8 +2291,8 @@ https://www.transifex.com/projects/p/dash/ Ak je vlastný poplatok nastavený na 1000 duffov a transakcia je len 250 bytov, v tom prípade "za kilobajt" zaplatí iba 250 duffov na poplatkoch, <br />zatiaľ čo "celkovo pri najmenšom" zaplatí 1000 duffov. Pre transakcie väčšie ako jeden kilobajt, obe zaplatia rovnako za kilobajt. - Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for dash transactions than the network can process. - Platenie minimálneho poplatku je v poriadku pokiaľ je objem transakcií menší ako je miesto v bloku. <br />Buďte opatrný pretože to môže skončiť s nikdy nepotvrdenými transakciami, akonáhle je dopyt po Dash transakciách väčší ako dokáže sieť Dash spracovať. + Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for SarmaCoins transactions than the network can process. + Platenie minimálneho poplatku je v poriadku pokiaľ je objem transakcií menší ako je miesto v bloku. <br />Buďte opatrný pretože to môže skončiť s nikdy nepotvrdenými transakciami, akonáhle je dopyt po SarmaCoins transakciách väčší ako dokáže sieť SarmaCoins spracovať. per kilobyte @@ -2495,8 +2495,8 @@ https://www.transifex.com/projects/p/dash/ Platiť iba minimálny poplatok %1 - Warning: Invalid Dash address - Upozornenie: Neplatná Dash adresa + Warning: Invalid SarmaCoins address + Upozornenie: Neplatná SarmaCoins adresa Warning: Unknown change address @@ -2518,8 +2518,8 @@ https://www.transifex.com/projects/p/dash/ Zapla&tiť: - The Dash address to send the payment to - Dash adresa pre poslanie platby + The SarmaCoins address to send the payment to + SarmaCoins adresa pre poslanie platby Choose previously used address @@ -2558,8 +2558,8 @@ https://www.transifex.com/projects/p/dash/ Správa: - A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network. - Správa ktorá bola pripojená ku dash: URI ktorá sa uchová spolu s transakciou pre Vašu referenciu. Poznámka: Táto správa nebude poslaná cez sieť Dash. + A message that was attached to the SarmaCoins: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the SarmaCoins network. + Správa ktorá bola pripojená ku SarmaCoins: URI ktorá sa uchová spolu s transakciou pre Vašu referenciu. Poznámka: Táto správa nebude poslaná cez sieť SarmaCoins. This is an unverified payment request. @@ -2585,8 +2585,8 @@ https://www.transifex.com/projects/p/dash/ ShutdownWindow - Dash Core is shutting down... - Dash core sa vypína... + SarmaCoins Core is shutting down... + SarmaCoins core sa vypína... Do not shut down the computer until this window disappears. @@ -2608,8 +2608,8 @@ https://www.transifex.com/projects/p/dash/ Môžete podpísať správy svojou adresou a dokázať, že ju vlastníte. Buďte opatrní a podpíšte len prehlásenia s ktorými plne súhlasíte, nakoľko útoky typu "phishing" Vás môžu lákať k ich podpísaniu. - The Dash address to sign the message with - Dash adresa na podpísanie správy + The SarmaCoins address to sign the message with + SarmaCoins adresa na podpísanie správy Choose previously used address @@ -2640,8 +2640,8 @@ https://www.transifex.com/projects/p/dash/ Kopírovať práve zvolenú adresu do systémového klipbordu - Sign the message to prove you own this Dash address - Podpísať spravu aby ste dokázali, že vlastníte túto Dash adresu + Sign the message to prove you own this SarmaCoins address + Podpísať spravu aby ste dokázali, že vlastníte túto SarmaCoins adresu Sign &Message @@ -2664,12 +2664,12 @@ https://www.transifex.com/projects/p/dash/ Vložte podpisovaciu adresu, správu (uistite sa, že kopírujete ukončenia riadkov, medzery, odrážky, atď. presne) a podpis pod to na overenie adresy. Buďte opatrní a nečítajte ako podpísané viac než je v samotnej podpísanej správe a môžete sa tak vyhnúť podvodu mitm útokom. - The Dash address the message was signed with - Adresa Dash s ktorou bola podpísaná správa + The SarmaCoins address the message was signed with + Adresa SarmaCoins s ktorou bola podpísaná správa - Verify the message to ensure it was signed with the specified Dash address - Overiť správu pre uistenie, že bola podpísaná zadanou Dash adresou + Verify the message to ensure it was signed with the specified SarmaCoins address + Overiť správu pre uistenie, že bola podpísaná zadanou SarmaCoins adresou Verify &Message @@ -2735,8 +2735,8 @@ https://www.transifex.com/projects/p/dash/ SplashScreen - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Version %1 @@ -2747,8 +2747,8 @@ https://www.transifex.com/projects/p/dash/ Vývojári jadra Bitcoin - The Dash Core developers - Vývojári Dash Core + The SarmaCoins Core developers + Vývojári SarmaCoins Core [testnet] @@ -3275,8 +3275,8 @@ https://www.transifex.com/projects/p/dash/ Poslať Bitcoins - InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 DASH. - InstantX zatiaľ nepodporuje posielanie takto vysokých čiastok. Transakcie sú limitované na %1 DASH. + InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 SarmaCoins. + InstantX zatiaľ nepodporuje posielanie takto vysokých čiastok. Transakcie sú limitované na %1 SarmaCoins. @@ -3319,14 +3319,14 @@ https://www.transifex.com/projects/p/dash/ - dash-core + SarmaCoins-core Bind to given address and always listen on it. Use [host]:port notation for IPv6 Spojiť s danou adresou a vždy na nej počúvať. Použite zápis [host]:port pre IPv6 - Cannot obtain a lock on data directory %s. Dash Core is probably already running. - Nedá sa zamknúť dátový adresár %s. Dash Core už pravdepodobne beží. + Cannot obtain a lock on data directory %s. SarmaCoins Core is probably already running. + Nedá sa zamknúť dátový adresár %s. SarmaCoins Core už pravdepodobne beží. Darksend uses exact denominated amounts to send funds, you might simply need to anonymize some more coins. @@ -3381,16 +3381,16 @@ https://www.transifex.com/projects/p/dash/ Toto je predbežná testovacia zostava - používate na vlastné riziko - nepoužívajte na ťaženie alebo obchodné aplikácie - Unable to bind to %s on this computer. Dash Core is probably already running. - Nedá sa viazať ku %s na tomto počítači. Dash Core už pravdepodobne beží. + Unable to bind to %s on this computer. SarmaCoins Core is probably already running. + Nedá sa viazať ku %s na tomto počítači. SarmaCoins Core už pravdepodobne beží. Unable to locate enough Darksend denominated funds for this transaction. Nedá sa nájsť dostatok denominácií Darksend pre túto transakciu. - Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 DASH. - Nedá sa nájsť dostatok ne-denominovaných Darksend zdrojov pre túto transakciu, ktoré nie sú rovné 1000 DASH. + Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 SarmaCoins. + Nedá sa nájsť dostatok ne-denominovaných Darksend zdrojov pre túto transakciu, ktoré nie sú rovné 1000 SarmaCoins. Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. @@ -3613,8 +3613,8 @@ https://www.transifex.com/projects/p/dash/ Vymazať všetky transakcie z peňaženky a pri spustení znova získať z reťazca blokov iba tie získané pomocou -rescan - Disable all Dash specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) - Vypnúť všetky funkcie špecifické pre Dash (Masternode, Darksend, InstantX, Rozpočty) (0-1, predvolené: %u) + Disable all SarmaCoins specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) + Vypnúť všetky funkcie špecifické pre SarmaCoins (Masternode, Darksend, InstantX, Rozpočty) (0-1, predvolené: %u) Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. @@ -3633,12 +3633,12 @@ https://www.transifex.com/projects/p/dash/ Chyba: Nájdený nepodporovaný argument -socks. Nastavenie SOCKS verzie nie je už možné, podporované sú už iba proxy SOCKS5. - Fees (in DASH/Kb) smaller than this are considered zero fee for relaying (default: %s) - Poplatky (v DASH za Kb) menšie ako toto, sú považované za nulový poplatok pre prenos (predvolené: %s) + Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for relaying (default: %s) + Poplatky (v SarmaCoins za Kb) menšie ako toto, sú považované za nulový poplatok pre prenos (predvolené: %s) - Fees (in DASH/Kb) smaller than this are considered zero fee for transaction creation (default: %s) - Poplatky (v DASH za Kb) menšie ako toto, sú považované za nulový transakčný poplatok (predvolené: %s) + Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for transaction creation (default: %s) + Poplatky (v SarmaCoins za Kb) menšie ako toto, sú považované za nulový transakčný poplatok (predvolené: %s) Flush database activity from memory pool to disk log every <n> megabytes (default: %u) @@ -3709,32 +3709,32 @@ https://www.transifex.com/projects/p/dash/ Tento produkt obsahuje softvér vyvinutý projektom OpenSSL pre použitie sady nástrojov OpenSSL <https://www.openssl.org/> a kryptografického softvéru napísaného Eric Young a UPnP softvér napísaný Thomas Bernard. - To use dashd, or the -server option to dash-qt, you must set an rpcpassword in the configuration file: + To use SarmaCoinsd, or the -server option to SarmaCoins-qt, you must set an rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=dashrpc +rpcuser=SarmaCoinsrpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com - Pre použitie možnosti -server pre dash-qt, musíte nastaviť rpcpassword v konfiguračnom súbore: + Pre použitie možnosti -server pre SarmaCoins-qt, musíte nastaviť rpcpassword v konfiguračnom súbore: %s Doporučuje sa použiť nasledovné náhodné heslo: -rpcuser=dashrpc +rpcuser=SarmaCoinsrpc rpcpassword=%s (toto heslo si nemusíte pamätať) Používateľské meno a heslo NEMÔŽU byť rovnaké. Ak súbor neexistuje, vytvoriť na nastaviť práva tak aby ho mohol čítať iba vlastník. Tiež sa doporučuje nastaviť alertnotify, aby ste boli upozornený na problém, -napríklad: alertnotify=echo %%s | mail -s "Dash Upozornenie" admin@foo.com +napríklad: alertnotify=echo %%s | mail -s "SarmaCoins Upozornenie" admin@foo.com - Unable to locate enough funds for this transaction that are not equal 1000 DASH. - Nenašiel sa dostatok prostriedkov pre túto transakciu, ktorú nie sú rovné 1000 DASH. + Unable to locate enough funds for this transaction that are not equal 1000 SarmaCoins. + Nenašiel sa dostatok prostriedkov pre túto transakciu, ktorú nie sú rovné 1000 SarmaCoins. Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) @@ -3745,8 +3745,8 @@ napríklad: alertnotify=echo %%s | mail -s "Dash Upozornenie" admin@foo.com Upozornenie: -maxtxfee je nastavené príliš vysoko! Takto vysoké poplatky by mali byť zaplatené za jednu transakciu. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Dash Core will not work properly. - Upozornenie: Skontrolujte si prosím či máte správny čas a dátum na Vašom počítači. Ak je Vaše nastavenie zlé, Dash Core nebude pracovať správne. + Warning: Please check that your computer's date and time are correct! If your clock is wrong SarmaCoins Core will not work properly. + Upozornenie: Skontrolujte si prosím či máte správny čas a dátum na Vašom počítači. Ak je Vaše nastavenie zlé, SarmaCoins Core nebude pracovať správne. Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. @@ -3799,8 +3799,8 @@ napríklad: alertnotify=echo %%s | mail -s "Dash Upozornenie" admin@foo.com Autorské práva (C) 2009-%i Vývojári jadra Bitcoin - Copyright (C) 2014-%i The Dash Core Developers - Autorské práva (C) 2014-%i Vývojári jadra Dash + Copyright (C) 2014-%i The SarmaCoins Core Developers + Autorské práva (C) 2014-%i Vývojári jadra SarmaCoins Could not parse -rpcbind value %s as network address @@ -3831,8 +3831,8 @@ napríklad: alertnotify=echo %%s | mail -s "Dash Upozornenie" admin@foo.com Chyba pripojenia k Masternode. - Error loading wallet.dat: Wallet requires newer version of Dash Core - Chyba pri načítaní wallet.dat: Peňaženka vyžaduje novšiu verziu Dash Core + Error loading wallet.dat: Wallet requires newer version of SarmaCoins Core + Chyba pri načítaní wallet.dat: Peňaženka vyžaduje novšiu verziu SarmaCoins Core Error: A fatal internal error occured, see debug.log for details @@ -3847,8 +3847,8 @@ napríklad: alertnotify=echo %%s | mail -s "Dash Upozornenie" admin@foo.com Chyba: nájdený nepodporovaný argument -tor, použite -onion. - Fee (in DASH/kB) to add to transactions you send (default: %s) - Pridať poplatok (v DASH za kB) do transakcií ktoré posielate (predvolené: %s) + Fee (in SarmaCoins/kB) to add to transactions you send (default: %s) + Pridať poplatok (v SarmaCoins za kB) do transakcií ktoré posielate (predvolené: %s) Finalizing transaction. @@ -3903,8 +3903,8 @@ napríklad: alertnotify=echo %%s | mail -s "Dash Upozornenie" admin@foo.com Informácia - Initialization sanity check failed. Dash Core is shutting down. - Inicializácia kontroly zdravia zlyhala. Dash Core sa vypína. + Initialization sanity check failed. SarmaCoins Core is shutting down. + Inicializácia kontroly zdravia zlyhala. SarmaCoins Core sa vypína. Input is not valid. @@ -4155,8 +4155,8 @@ napríklad: alertnotify=echo %%s | mail -s "Dash Upozornenie" admin@foo.com Použiť UPnP pre mapovanie počúvajúceho portu (predvolené: %u) - Wallet needed to be rewritten: restart Dash Core to complete - Bolo potrebné prepísať peňaženku: k dokončeniu reštartujte Dash Core + Wallet needed to be rewritten: restart SarmaCoins Core to complete + Bolo potrebné prepísať peňaženku: k dokončeniu reštartujte SarmaCoins Core Warning: Unsupported argument -benchmark ignored, use -debug=bench. @@ -4215,8 +4215,8 @@ napríklad: alertnotify=echo %%s | mail -s "Dash Upozornenie" admin@foo.com Kľúč KeePassHttp pre šifrovanú AES komunikáciu s KeePass - Keep N DASH anonymized (default: %u) - Udržiavať N DASH anonymizovaných (predvolené: %u) + Keep N SarmaCoins anonymized (default: %u) + Udržiavať N SarmaCoins anonymizovaných (predvolené: %u) Keep at most <n> unconnectable transactions in memory (default: %u) diff --git a/src/qt/locale/dash_sv.ts b/src/qt/locale/dash_sv.ts index cdbd2ad6179c7..5992d991d83c7 100644 --- a/src/qt/locale/dash_sv.ts +++ b/src/qt/locale/dash_sv.ts @@ -58,12 +58,12 @@ Mottagaradresser - These are your Dash addresses for sending payments. Always check the amount and the receiving address before sending coins. - De här är dina Dash-adresser för att skicka betalningar. Kontrollera alltid mängden och mottagaradressen innan du skickar mynt. + These are your SarmaCoins addresses for sending payments. Always check the amount and the receiving address before sending coins. + De här är dina SarmaCoins-adresser för att skicka betalningar. Kontrollera alltid mängden och mottagaradressen innan du skickar mynt. - These are your Dash addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - De här är dina Dash-adresser för betalningsmottagningar. Det rekommenderas att använda en ny mottagaradress för varje transaktion. + These are your SarmaCoins addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + De här är dina SarmaCoins-adresser för betalningsmottagningar. Det rekommenderas att använda en ny mottagaradress för varje transaktion. &Copy Address @@ -164,8 +164,8 @@ Bekräfta plånbokskryptering - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR DASH</b>! - Varning: Om du krypterar din plånbok och förlorar din lösenfras kommer du att <b>FÖRLORA ALLA DINA DASH</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR SarmaCoins</b>! + Varning: Om du krypterar din plånbok och förlorar din lösenfras kommer du att <b>FÖRLORA ALLA DINA SarmaCoins</b>! Are you sure you wish to encrypt your wallet? @@ -176,8 +176,8 @@ Plånbok krypterad - Dash will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your dashs from being stolen by malware infecting your computer. - Dash kommer nu att färdigställa krypteringsprocessen. Kom ihåg att krypteringen av din plånbok inte kan skydda dig helt och hållet från att dina Dash stjäls av skadeprogram som har infekterat din dator. + SarmaCoins will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your SarmaCoinss from being stolen by malware infecting your computer. + SarmaCoins kommer nu att färdigställa krypteringsprocessen. Kom ihåg att krypteringen av din plånbok inte kan skydda dig helt och hållet från att dina SarmaCoins stjäls av skadeprogram som har infekterat din dator. IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. @@ -219,8 +219,8 @@ BitcoinGUI - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core @@ -244,16 +244,16 @@ &Skicka - Send coins to a Dash address - Skicka mynt till en Dash-adress + Send coins to a SarmaCoins address + Skicka mynt till en SarmaCoins-adress &Receive &Motta - Request payments (generates QR codes and dash: URIs) - Begär betalningar (genererar QR-koder och Dash:-URI:s) + Request payments (generates QR codes and SarmaCoins: URIs) + Begär betalningar (genererar QR-koder och SarmaCoins:-URI:s) &Transactions @@ -272,8 +272,8 @@ Avsluta applikationen - &About Dash Core - &Om Dash Core + &About SarmaCoins Core + &Om SarmaCoins Core About &Qt @@ -288,8 +288,8 @@ &Alternativ... - Modify configuration options for Dash - Anpassa konfigurationsalternatv för Dash + Modify configuration options for SarmaCoins + Anpassa konfigurationsalternatv för SarmaCoins &Show / Hide @@ -340,16 +340,16 @@ Signera &meddelande... - Sign messages with your Dash addresses to prove you own them - Signera meddelanden med dina Dash-adresser för att bevisa att du äger dem + Sign messages with your SarmaCoins addresses to prove you own them + Signera meddelanden med dina SarmaCoins-adresser för att bevisa att du äger dem &Verify message... &Bekräfta meddelande... - Verify messages to ensure they were signed with specified Dash addresses - Bekräfta meddelanden för att garantera att de signerades med de angivna Dash-adresserna + Verify messages to ensure they were signed with specified SarmaCoins addresses + Bekräfta meddelanden för att garantera att de signerades med de angivna SarmaCoins-adresserna &Information @@ -404,16 +404,16 @@ Öppna &URI... - Open a dash: URI or payment request - Öppna en Dash-URI eller betalningsbegäran + Open a SarmaCoins: URI or payment request + Öppna en SarmaCoins-URI eller betalningsbegäran &Command-line options &Kommandoradalternativ - Show the Dash Core help message to get a list with possible Dash command-line options - Visa Dash Core-hjälpmeddelandet för att få en lista med möjliga Dash-kommandoradalternativ + Show the SarmaCoins Core help message to get a list with possible SarmaCoins command-line options + Visa SarmaCoins Core-hjälpmeddelandet för att få en lista med möjliga SarmaCoins-kommandoradalternativ &File @@ -758,28 +758,28 @@ Adress: %4 Vänligen välj en integritetsnivå. - Use 2 separate masternodes to mix funds up to 1000 DASH - Använd 2 enskilda masternoder för att mixa medel upp till 1000 DASH + Use 2 separate masternodes to mix funds up to 1000 SarmaCoins + Använd 2 enskilda masternoder för att mixa medel upp till 1000 SarmaCoins - Use 8 separate masternodes to mix funds up to 1000 DASH - Använd 8 enskilda masternoder för att mixa medel upp till 1000 DASH. + Use 8 separate masternodes to mix funds up to 1000 SarmaCoins + Använd 8 enskilda masternoder för att mixa medel upp till 1000 SarmaCoins. Use 16 separate masternodes Använd 16 enskilda masternoder - This option is the quickest and will cost about ~0.025 DASH to anonymize 1000 DASH - Detta alternativ är det snabbaste och kommer att kosta omkring ~0,025 DASH för att anonymisera 1000 DASH + This option is the quickest and will cost about ~0.025 SarmaCoins to anonymize 1000 SarmaCoins + Detta alternativ är det snabbaste och kommer att kosta omkring ~0,025 SarmaCoins för att anonymisera 1000 SarmaCoins - This option is moderately fast and will cost about 0.05 DASH to anonymize 1000 DASH - Detta alternativ är relativt snabbt och kommer att kosta omkring 0,05 DASH för att anonymisera 1000 DASH + This option is moderately fast and will cost about 0.05 SarmaCoins to anonymize 1000 SarmaCoins + Detta alternativ är relativt snabbt och kommer att kosta omkring 0,05 SarmaCoins för att anonymisera 1000 SarmaCoins - 0.1 DASH per 1000 DASH you anonymize. - 0,1 DASH per 1000 DASH du anonymiserar. + 0.1 SarmaCoins per 1000 SarmaCoins you anonymize. + 0,1 SarmaCoins per 1000 SarmaCoins du anonymiserar. This is the slowest and most secure option. Using maximum anonymity will cost @@ -790,16 +790,16 @@ Adress: %4 Darksend-konfiguration - Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend ställdes framgångsrikt om till grundläggande (%1 och 2 omgångar). Du kan ändra detta när som helst genom att öppna Dash:s konfigurationsskärm. + Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend ställdes framgångsrikt om till grundläggande (%1 och 2 omgångar). Du kan ändra detta när som helst genom att öppna SarmaCoins:s konfigurationsskärm. - Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend ställdes framgångsrikt in på hög (%1 och 8 omgångar). Du kan ändra detta när som helst genom att öppna Dash:s konfigurationsskärm. + Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend ställdes framgångsrikt in på hög (%1 och 8 omgångar). Du kan ändra detta när som helst genom att öppna SarmaCoins:s konfigurationsskärm. - Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend ställdes framgångsrikt in på maximal (%1 och 16 omgångar). Du kan ändra detta när som helst genom att öppna Dash:s konfigurationsskärm + Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend ställdes framgångsrikt in på maximal (%1 och 16 omgångar). Du kan ändra detta när som helst genom att öppna SarmaCoins:s konfigurationsskärm @@ -841,8 +841,8 @@ Adress: %4 Redigera avsändaradress - The entered address "%1" is not a valid Dash address. - Den angivna adressen "%1" är inte en giltig Dash-adress. + The entered address "%1" is not a valid SarmaCoins address. + Den angivna adressen "%1" är inte en giltig SarmaCoins-adress. The entered address "%1" is already in the address book. @@ -883,8 +883,8 @@ Adress: %4 HelpMessageDialog - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core @@ -931,16 +931,16 @@ Adress: %4 Välkommen - Welcome to Dash Core. - Välkommen till Dash Core. + Welcome to SarmaCoins Core. + Välkommen till SarmaCoins Core. - As this is the first time the program is launched, you can choose where Dash Core will store its data. - Då detta är första gången programmet startas kan du välja var Dash Core ska lagra sin data. + As this is the first time the program is launched, you can choose where SarmaCoins Core will store its data. + Då detta är första gången programmet startas kan du välja var SarmaCoins Core ska lagra sin data. - Dash Core will download and store a copy of the Dash block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Dash Core kommer att laddas ned och lagra en kopia av Dash:s blockkedja. Minst %1 GB data kommer att lagras i denna katalog och den kommer att växa med tiden. Plånboken kommer också att lagras i denna katalog. + SarmaCoins Core will download and store a copy of the SarmaCoins block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + SarmaCoins Core kommer att laddas ned och lagra en kopia av SarmaCoins:s blockkedja. Minst %1 GB data kommer att lagras i denna katalog och den kommer att växa med tiden. Plånboken kommer också att lagras i denna katalog. Use the default data directory @@ -989,12 +989,12 @@ Adress: %4 &Huvud - Automatically start Dash after logging in to the system. - Starta Dash automatiskt efter systeminloggning. + Automatically start SarmaCoins after logging in to the system. + Starta SarmaCoins automatiskt efter systeminloggning. - &Start Dash on system login - &Starta Dash vid systeminloggning + &Start SarmaCoins on system login + &Starta SarmaCoins vid systeminloggning Size of &database cache @@ -1021,8 +1021,8 @@ Adress: %4 Denna mängd fungerar som en tröskel att stänga av Darksend då det har uppnåtts. - Amount of Dash to keep anonymized - Mängd Dash att bibehålla anonymiserade + Amount of SarmaCoins to keep anonymized + Mängd SarmaCoins att bibehålla anonymiserade W&allet @@ -1049,8 +1049,8 @@ Adress: %4 &Nätverk - Automatically open the Dash client port on the router. This only works when your router supports UPnP and it is enabled. - Öppna Dash:s klientport automatiskt på routern. Detta fungerar bara om din router stöder UPnP och är aktiverad. + Automatically open the SarmaCoins client port on the router. This only works when your router supports UPnP and it is enabled. + Öppna SarmaCoins:s klientport automatiskt på routern. Detta fungerar bara om din router stöder UPnP och är aktiverad. Map port using &UPnP @@ -1101,14 +1101,14 @@ Adress: %4 Användargränssnitt&språk: - The user interface language can be set here. This setting will take effect after restarting Dash. - Användargränssnittspråket kan ställas in här. Denna inställning träder i kraft efter att Dash startats om. + The user interface language can be set here. This setting will take effect after restarting SarmaCoins. + Användargränssnittspråket kan ställas in här. Denna inställning träder i kraft efter att SarmaCoins startats om. Language missing or translation incomplete? Help contributing translations here: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ Fattas språk eller är det en ofullständig översättning? Hjälp till att bidra med översättningar här: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ &Unit to show amounts in: @@ -1182,8 +1182,8 @@ https://www.transifex.com/projects/p/dash/ Formulär - The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. - Den visade informationen kan vara utdaterad. Din plånbok synkroniseras automatiskt med Dash-nätverket efter att en anslutning har etablerats men denna process har ännu inte slutförts. + The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. + Den visade informationen kan vara utdaterad. Din plånbok synkroniseras automatiskt med SarmaCoins-nätverket efter att en anslutning har etablerats men denna process har ännu inte slutförts. Available: @@ -1238,8 +1238,8 @@ https://www.transifex.com/projects/p/dash/ Mängd och omgångar: - 0 DASH / 0 Rounds - 0 DASH/0 omgångar + 0 SarmaCoins / 0 Rounds + 0 SarmaCoins/0 omgångar Submitted Denom: @@ -1335,8 +1335,8 @@ https://www.transifex.com/projects/p/dash/ Fel vid betalningsbegäran - Cannot start dash: click-to-pay handler - Kan inte starta dash: klicka-för-att-betala hanterare + Cannot start SarmaCoins: click-to-pay handler + Kan inte starta SarmaCoins: klicka-för-att-betala hanterare URI handling @@ -1435,8 +1435,8 @@ https://www.transifex.com/projects/p/dash/ Antal anslutningar - Open the Dash debug log file from the current data directory. This can take a few seconds for large log files. - Öppna Dashs avsökningsloggfil från den nuvarande datakatalogen. Detta kan ta ett par sekunder för stora loggfiler. + Open the SarmaCoins debug log file from the current data directory. This can take a few seconds for large log files. + Öppna SarmaCoinss avsökningsloggfil från den nuvarande datakatalogen. Detta kan ta ett par sekunder för stora loggfiler. &Open @@ -1507,8 +1507,8 @@ https://www.transifex.com/projects/p/dash/ Ut: - Welcome to the Dash RPC console. - Välkommen till Dashs RPC-konsol. + Welcome to the SarmaCoins RPC console. + Välkommen till SarmaCoinss RPC-konsol. Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -1542,8 +1542,8 @@ https://www.transifex.com/projects/p/dash/ Åt&eranvänd en befintlig mottagaradress (rekommenderas inte) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dash network. - Ett valfritt meddelande att bifoga betalningsbegärandet vilket kommer att visas när begärandet öppnas. Observera: Meddelandet kommer inte att skickas med betalningen över Dash-nätverket. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the SarmaCoins network. + Ett valfritt meddelande att bifoga betalningsbegärandet vilket kommer att visas när begärandet öppnas. Observera: Meddelandet kommer inte att skickas med betalningen över SarmaCoins-nätverket. &Message: @@ -1899,8 +1899,8 @@ https://www.transifex.com/projects/p/dash/ Fel: Plånboken låstes upp enbart för att anonymisera mynt. - Warning: Invalid Dash address - Varning: Ogiltig Dash-adress + Warning: Invalid SarmaCoins address + Varning: Ogiltig SarmaCoins-adress Warning: Unknown change address @@ -1958,8 +1958,8 @@ https://www.transifex.com/projects/p/dash/ Meddelande: - A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network. - Ett meddelande som bifogades till Dash: URI vilket kommer att lagras med transaktionen så att du vet. Observera: Meddelandet kommer inte att skickas över Dash-nätverket. + A message that was attached to the SarmaCoins: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the SarmaCoins network. + Ett meddelande som bifogades till SarmaCoins: URI vilket kommer att lagras med transaktionen så att du vet. Observera: Meddelandet kommer inte att skickas över SarmaCoins-nätverket. This is an unverified payment request. @@ -1985,8 +1985,8 @@ https://www.transifex.com/projects/p/dash/ ShutdownWindow - Dash Core is shutting down... - Dash Core stängs ned... + SarmaCoins Core is shutting down... + SarmaCoins Core stängs ned... Do not shut down the computer until this window disappears. @@ -2036,8 +2036,8 @@ https://www.transifex.com/projects/p/dash/ Kopiera den nuvarande valda signaturen till systemurklippet - Sign the message to prove you own this Dash address - Signera meddelandet för att bevisa att du äger denna Dash-adress + Sign the message to prove you own this SarmaCoins address + Signera meddelandet för att bevisa att du äger denna SarmaCoins-adress Sign &Message @@ -2060,8 +2060,8 @@ https://www.transifex.com/projects/p/dash/ Skriv in signeringsadressen, meddelandet, (försäkra dig om att du kopierar linjeavbrott, mellanslag, flikar med mera) och signera nedtill för att verifiera meddelandet. Var försiktig med att inte läsa in mer i signaturen än vad som finns i det signerade meddelandet för att undvika att bli lurad av en mellanhandattack. - Verify the message to ensure it was signed with the specified Dash address - Bekräfta meddelandet för att försäkra dig om att den signerades med den angivna Dash-adressen + Verify the message to ensure it was signed with the specified SarmaCoins address + Bekräfta meddelandet för att försäkra dig om att den signerades med den angivna SarmaCoins-adressen Verify &Message @@ -2127,8 +2127,8 @@ https://www.transifex.com/projects/p/dash/ SplashScreen - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core @@ -2140,8 +2140,8 @@ https://www.transifex.com/projects/p/dash/ Bitcoin Core-utvecklarna - The Dash Core developers - Dash Core-utvecklarna + The SarmaCoins Core developers + SarmaCoins Core-utvecklarna [testnet] @@ -2656,14 +2656,14 @@ https://www.transifex.com/projects/p/dash/ - dash-core + SarmaCoins-core Bind to given address and always listen on it. Use [host]:port notation for IPv6 Sammanbind till fastställd adress och avlyssna alltid den. Använd [host]:port-notation för IPv6 - Cannot obtain a lock on data directory %s. Dash Core is probably already running. - Kan inte erhålla ett lås på datakatalog %s. Dash Core körs förmodligen redan. + Cannot obtain a lock on data directory %s. SarmaCoins Core is probably already running. + Kan inte erhålla ett lås på datakatalog %s. SarmaCoins Core körs förmodligen redan. Darksend uses exact denominated amounts to send funds, you might simply need to anonymize some more coins. @@ -2718,16 +2718,16 @@ https://www.transifex.com/projects/p/dash/ Detta är en förhandsutgiven testkompilering - använd på egen risk - använd inte för utvinning eller handlarapplikationer. - Unable to bind to %s on this computer. Dash Core is probably already running. - Det går inte att binda till %s till denna dator. Dash Core körs förmodligen redan. + Unable to bind to %s on this computer. SarmaCoins Core is probably already running. + Det går inte att binda till %s till denna dator. SarmaCoins Core körs förmodligen redan. Unable to locate enough Darksend denominated funds for this transaction. Kunde inte hitta tillräckliga Darksend-denominationsmedel för denna transaktion. - Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 DASH. - Kunde inte hitta tillräckliga Darksend-icke-denominationsmedel för denna transaktion som inte är likvärdiga 1000 DASH. + Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 SarmaCoins. + Kunde inte hitta tillräckliga Darksend-icke-denominationsmedel för denna transaktion som inte är likvärdiga 1000 SarmaCoins. Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. @@ -2942,8 +2942,8 @@ https://www.transifex.com/projects/p/dash/ Information - Initialization sanity check failed. Dash Core is shutting down. - Initialiseringstillståndkontroll misslyckades. Dash Core stängs ned. + Initialization sanity check failed. SarmaCoins Core is shutting down. + Initialiseringstillståndkontroll misslyckades. SarmaCoins Core stängs ned. Input is not valid. diff --git a/src/qt/locale/dash_vi.ts b/src/qt/locale/dash_vi.ts index f01324ba33b75..1352484ef9335 100644 --- a/src/qt/locale/dash_vi.ts +++ b/src/qt/locale/dash_vi.ts @@ -62,12 +62,12 @@ Địa chỉ nhận - These are your Dash addresses for sending payments. Always check the amount and the receiving address before sending coins. - Đây là các địa chỉ Dash của bạn để gửi thanh toán. Luôn luôn kiểm tra số tiền và địa chỉ nhận trước khi bạn gửi tiền. + These are your SarmaCoins addresses for sending payments. Always check the amount and the receiving address before sending coins. + Đây là các địa chỉ SarmaCoins của bạn để gửi thanh toán. Luôn luôn kiểm tra số tiền và địa chỉ nhận trước khi bạn gửi tiền. - These are your Dash addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Đây là các địa chỉ Dash của bạn để nhận thanh toán. Gợi ý là sử dụng một địa chỉ nhận mới cho mỗi giao dịch. + These are your SarmaCoins addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + Đây là các địa chỉ SarmaCoins của bạn để nhận thanh toán. Gợi ý là sử dụng một địa chỉ nhận mới cho mỗi giao dịch. &Copy Address @@ -176,8 +176,8 @@ Xác nhận mã hoá ví - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR DASH</b>! - Chú ý: Nếu bạn mã hoá ví và mất mật khẩu, bạn sẽ <b>MẤT TẤT CẢ DASH CỦA BẠN</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR SarmaCoins</b>! + Chú ý: Nếu bạn mã hoá ví và mất mật khẩu, bạn sẽ <b>MẤT TẤT CẢ SarmaCoins CỦA BẠN</b>! Are you sure you wish to encrypt your wallet? @@ -188,8 +188,8 @@ Ví đã được mã hoá. - Dash will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your dashs from being stolen by malware infecting your computer. - Dash sẽ được đóng lại bây giờ để hoàn thành tiến trình mã hoá. Hãy nhớ rằng mã hoá ví của bạn không thể hoàn toàn bảo vệ dash khỏi bị trộm bởi những mã độc lây nhiễm vào máy tính của bạn. + SarmaCoins will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your SarmaCoinss from being stolen by malware infecting your computer. + SarmaCoins sẽ được đóng lại bây giờ để hoàn thành tiến trình mã hoá. Hãy nhớ rằng mã hoá ví của bạn không thể hoàn toàn bảo vệ SarmaCoins khỏi bị trộm bởi những mã độc lây nhiễm vào máy tính của bạn. IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. @@ -231,8 +231,8 @@ BitcoinGUI - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Wallet @@ -255,16 +255,16 @@ &Gửi - Send coins to a Dash address - Gửi tiền vào địa chỉ Dash + Send coins to a SarmaCoins address + Gửi tiền vào địa chỉ SarmaCoins &Receive &Nhận - Request payments (generates QR codes and dash: URIs) - Yêu cầu thanh toán (sinh mã QR và dash: URIs) + Request payments (generates QR codes and SarmaCoins: URIs) + Yêu cầu thanh toán (sinh mã QR và SarmaCoins: URIs) &Transactions @@ -283,12 +283,12 @@ Thoát ứng dụng - &About Dash Core - &Về Dash Core + &About SarmaCoins Core + &Về SarmaCoins Core - Show information about Dash Core - Hiển thị thông tin về Dash Core + Show information about SarmaCoins Core + Hiển thị thông tin về SarmaCoins Core About &Qt @@ -303,8 +303,8 @@ &Tuỳ chọn... - Modify configuration options for Dash - Thay đổi tuỳ chọn cấu hình cho Dash + Modify configuration options for SarmaCoins + Thay đổi tuỳ chọn cấu hình cho SarmaCoins &Show / Hide @@ -355,16 +355,16 @@ Ký vào &thông điệp... - Sign messages with your Dash addresses to prove you own them - Ký vào thông điệp với địa chỉ Dash để chứng minh bạn là chủ của chúng + Sign messages with your SarmaCoins addresses to prove you own them + Ký vào thông điệp với địa chỉ SarmaCoins để chứng minh bạn là chủ của chúng &Verify message... &Kiểm tra thông điệp... - Verify messages to ensure they were signed with specified Dash addresses - Kiểm tra thông điệp để đảm bảo rằng nó đã được ký bằng địa chỉ Dash nhất định + Verify messages to ensure they were signed with specified SarmaCoins addresses + Kiểm tra thông điệp để đảm bảo rằng nó đã được ký bằng địa chỉ SarmaCoins nhất định &Information @@ -443,16 +443,16 @@ Mở &URI... - Open a dash: URI or payment request - Mở một dash: URI hoặc một yêu cầu thanh toán + Open a SarmaCoins: URI or payment request + Mở một SarmaCoins: URI hoặc một yêu cầu thanh toán &Command-line options &Các Tuỳ chọn dòng lệnh - Dash Core client - Phần mềm Dash Core + SarmaCoins Core client + Phần mềm SarmaCoins Core Processed %n blocks of transaction history. @@ -463,8 +463,8 @@ Đang đồng bộ những dữ liệu bổ sung: %p% - Show the Dash Core help message to get a list with possible Dash command-line options - Hiển thị hướng dẫn của Dash Core để có danh sách đầy đủ các tuỳ chọn dòng lệnh của Dash. + Show the SarmaCoins Core help message to get a list with possible SarmaCoins command-line options + Hiển thị hướng dẫn của SarmaCoins Core để có danh sách đầy đủ các tuỳ chọn dòng lệnh của SarmaCoins. &File @@ -487,8 +487,8 @@ Bảng Thanh công cụ - %n active connection(s) to Dash network - %n kết nối hiện thời tới mạng lưới của Dash + %n active connection(s) to SarmaCoins network + %n kết nối hiện thời tới mạng lưới của SarmaCoins Synchronizing with network... @@ -864,28 +864,28 @@ Kiểu: %3 Hãy chọn mức độ riêng tư. - Use 2 separate masternodes to mix funds up to 1000 DASH - Sử dụng 2 masternode khác nhau để trộn số tiền lên đến 1000 DASH + Use 2 separate masternodes to mix funds up to 1000 SarmaCoins + Sử dụng 2 masternode khác nhau để trộn số tiền lên đến 1000 SarmaCoins - Use 8 separate masternodes to mix funds up to 1000 DASH - Sử dụng 8 masternode khác nhau để trộn số tiền lên đến 1000 DASH + Use 8 separate masternodes to mix funds up to 1000 SarmaCoins + Sử dụng 8 masternode khác nhau để trộn số tiền lên đến 1000 SarmaCoins Use 16 separate masternodes Sử dụng 16 masternode khác nhau - This option is the quickest and will cost about ~0.025 DASH to anonymize 1000 DASH - Tuỳ chọn này là nhanh nhất và sẽ mất chi phí khoảng ~0.025 DASH để ẩn danh 1000 DASH + This option is the quickest and will cost about ~0.025 SarmaCoins to anonymize 1000 SarmaCoins + Tuỳ chọn này là nhanh nhất và sẽ mất chi phí khoảng ~0.025 SarmaCoins để ẩn danh 1000 SarmaCoins - This option is moderately fast and will cost about 0.05 DASH to anonymize 1000 DASH - Tuỳ chọn này là tương đối nhanh và sẽ mất chi phí khoảng ~0.05 DASH để ẩn danh 1000 DASH + This option is moderately fast and will cost about 0.05 SarmaCoins to anonymize 1000 SarmaCoins + Tuỳ chọn này là tương đối nhanh và sẽ mất chi phí khoảng ~0.05 SarmaCoins để ẩn danh 1000 SarmaCoins - 0.1 DASH per 1000 DASH you anonymize. - 0.1 DASH cho mỗi 1000 DASH bạn muốn ẩn danh. + 0.1 SarmaCoins per 1000 SarmaCoins you anonymize. + 0.1 SarmaCoins cho mỗi 1000 SarmaCoins bạn muốn ẩn danh. This is the slowest and most secure option. Using maximum anonymity will cost @@ -896,16 +896,16 @@ Kiểu: %3 Cấu hình Darksend - Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend được thiết lập thành công về mức cơ bản (%1 và 2 vòng). Bạn có thể thay đổi nó bất cứ thời gian nào bằng cách mở màn hình cấu hình Dash. + Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend được thiết lập thành công về mức cơ bản (%1 và 2 vòng). Bạn có thể thay đổi nó bất cứ thời gian nào bằng cách mở màn hình cấu hình SarmaCoins. - Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend được thiết lập thành công về mức cao (%1 và 8 vòng). Bạn có thể thay đổi nó bất cứ thời gian nào bằng cách mở màn hình cấu hình Dash. + Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend được thiết lập thành công về mức cao (%1 và 8 vòng). Bạn có thể thay đổi nó bất cứ thời gian nào bằng cách mở màn hình cấu hình SarmaCoins. - Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend được thiết lập thành công về mức tối đa (%1 và 16 vòng). Bạn có thể thay đổi nó bất cứ thời gian nào bằng cách mở màn hình cấu hình Dash. + Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend được thiết lập thành công về mức tối đa (%1 và 16 vòng). Bạn có thể thay đổi nó bất cứ thời gian nào bằng cách mở màn hình cấu hình SarmaCoins. @@ -947,8 +947,8 @@ Kiểu: %3 Sửa địa chỉ gửi - The entered address "%1" is not a valid Dash address. - Địa chỉ vừa nhập "%1" không phải địa chỉ Dash hợp lệ. + The entered address "%1" is not a valid SarmaCoins address. + Địa chỉ vừa nhập "%1" không phải địa chỉ SarmaCoins hợp lệ. The entered address "%1" is already in the address book. @@ -989,8 +989,8 @@ Kiểu: %3 HelpMessageDialog - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core version @@ -1001,8 +1001,8 @@ Kiểu: %3 (%1-bit) - About Dash Core - Về Dash Core + About SarmaCoins Core + Về SarmaCoins Core Command-line options @@ -1048,16 +1048,16 @@ Kiểu: %3 Chào mừng - Welcome to Dash Core. - Chào mừng đến với Dash Core. + Welcome to SarmaCoins Core. + Chào mừng đến với SarmaCoins Core. - As this is the first time the program is launched, you can choose where Dash Core will store its data. - Đây là lần đầu tiên chương trình được khởi động, bạn có thể chọn nơi mà Dash Core sẽ lưu dữ liệu. + As this is the first time the program is launched, you can choose where SarmaCoins Core will store its data. + Đây là lần đầu tiên chương trình được khởi động, bạn có thể chọn nơi mà SarmaCoins Core sẽ lưu dữ liệu. - Dash Core will download and store a copy of the Dash block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Dash Core sẽ tải và lưu một bản của sổ cái Dash. Ít nhất %1GB dữ liệu sẽ được lưu trong thư mục này, và nó sẽ tăng lên theo thời gian. Ví của bạn cũng sẽ được lưu trong thư mục này. + SarmaCoins Core will download and store a copy of the SarmaCoins block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + SarmaCoins Core sẽ tải và lưu một bản của sổ cái SarmaCoins. Ít nhất %1GB dữ liệu sẽ được lưu trong thư mục này, và nó sẽ tăng lên theo thời gian. Ví của bạn cũng sẽ được lưu trong thư mục này. Use the default data directory @@ -1068,8 +1068,8 @@ Kiểu: %3 Sử dụng thư mục dữ liệu tuỳ chọn: - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Error: Specified data directory "%1" cannot be created. @@ -1122,12 +1122,12 @@ Kiểu: %3 &Chính - Automatically start Dash after logging in to the system. - Tự động khởi động Dash sau khi đăng nhập hệ thống. + Automatically start SarmaCoins after logging in to the system. + Tự động khởi động SarmaCoins sau khi đăng nhập hệ thống. - &Start Dash on system login - &Khởi động Dash khi đăng nhập hệ thống + &Start SarmaCoins on system login + &Khởi động SarmaCoins khi đăng nhập hệ thống Size of &database cache @@ -1154,8 +1154,8 @@ Kiểu: %3 Số lượng này hoạt động như là một ngưỡng để tắt Darksend một khi nó đạt đến. - Amount of Dash to keep anonymized - Lượng Dash muốn giữ vô danh + Amount of SarmaCoins to keep anonymized + Lượng SarmaCoins muốn giữ vô danh W&allet @@ -1174,8 +1174,8 @@ Kiểu: %3 Cho phép các kết nối tới - Connect to the Dash network through a SOCKS5 proxy. - Kết nối với mạng lưới Dash thông qua một SOCK5 proxy. + Connect to the SarmaCoins network through a SOCKS5 proxy. + Kết nối với mạng lưới SarmaCoins thông qua một SOCK5 proxy. &Connect through SOCKS5 proxy (default proxy): @@ -1206,8 +1206,8 @@ Kiểu: %3 &Mạng - Automatically open the Dash client port on the router. This only works when your router supports UPnP and it is enabled. - Tự động mở cổng phần mềm Dash trên rounter. Nó chỉ làm việc khi router của bạn hỗ trợ UPnP và nó phải được bật. + Automatically open the SarmaCoins client port on the router. This only works when your router supports UPnP and it is enabled. + Tự động mở cổng phần mềm SarmaCoins trên rounter. Nó chỉ làm việc khi router của bạn hỗ trợ UPnP và nó phải được bật. Map port using &UPnP @@ -1258,14 +1258,14 @@ Kiểu: %3 &Ngôn ngữ người dùng: - The user interface language can be set here. This setting will take effect after restarting Dash. - Ngôn ngữ người dùng có thể thiết lập ở đây. Thiết lập này sẽ có tác dụng sau khi khởi động lại Dash. + The user interface language can be set here. This setting will take effect after restarting SarmaCoins. + Ngôn ngữ người dùng có thể thiết lập ở đây. Thiết lập này sẽ có tác dụng sau khi khởi động lại SarmaCoins. Language missing or translation incomplete? Help contributing translations here: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ Ngôn ngữ ị thiếu hoặc việc dịch chưa hoàn tất? Tham gia dịch giúp tại đây: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ User Interface Theme: @@ -1347,8 +1347,8 @@ https://www.transifex.com/projects/p/dash/ Biểu mẫu - The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. - Thông tin được hiển thị có thể đã lỗi thời. Ví của bạn sẽ tự động đồng bộ với mạng lưới Dash sau khi kết nối được thiết lập, tuy nhiên quá trình này chưa hoàn thành. + The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. + Thông tin được hiển thị có thể đã lỗi thời. Ví của bạn sẽ tự động đồng bộ với mạng lưới SarmaCoins sau khi kết nối được thiết lập, tuy nhiên quá trình này chưa hoàn thành. Available: @@ -1431,8 +1431,8 @@ https://www.transifex.com/projects/p/dash/ Số tiền và số vòng: - 0 DASH / 0 Rounds - 0 DASH / 0 Vòng + 0 SarmaCoins / 0 Rounds + 0 SarmaCoins / 0 Vòng Submitted Denom: @@ -1568,8 +1568,8 @@ https://www.transifex.com/projects/p/dash/ Yêu cầu thanh toán bị lỗi - Cannot start dash: click-to-pay handler - Không thể khởi động dash: trình xử lý click-to-pay + Cannot start SarmaCoins: click-to-pay handler + Không thể khởi động SarmaCoins: trình xử lý click-to-pay URI handling @@ -1588,8 +1588,8 @@ https://www.transifex.com/projects/p/dash/ Địa chỉ thanh toán không hợp lệ %1 - URI cannot be parsed! This can be caused by an invalid Dash address or malformed URI parameters. - URI không thể phân tích. Nó có thể bởi địa chỉ Dash không hợp lệ hoặc thông số URI dị hình. + URI cannot be parsed! This can be caused by an invalid SarmaCoins address or malformed URI parameters. + URI không thể phân tích. Nó có thể bởi địa chỉ SarmaCoins không hợp lệ hoặc thông số URI dị hình. Payment request file cannot be read! This can be caused by an invalid payment request file. @@ -1674,8 +1674,8 @@ https://www.transifex.com/projects/p/dash/ Số lượng - Enter a Dash address (e.g. %1) - Hãy nhập một địa chỉ Dash (VD: %1) + Enter a SarmaCoins address (e.g. %1) + Hãy nhập một địa chỉ SarmaCoins (VD: %1) %1 d @@ -1764,8 +1764,8 @@ https://www.transifex.com/projects/p/dash/ Số kết nối - Open the Dash debug log file from the current data directory. This can take a few seconds for large log files. - Mở file nhật kỹ lỗi Dash từ thư mục hiện tại. Nó có thể mất vài giây trong trường hợp file log lớn. + Open the SarmaCoins debug log file from the current data directory. This can take a few seconds for large log files. + Mở file nhật kỹ lỗi SarmaCoins từ thư mục hiện tại. Nó có thể mất vài giây trong trường hợp file log lớn. &Open @@ -1972,8 +1972,8 @@ https://www.transifex.com/projects/p/dash/ Ra: - Welcome to the Dash RPC console. - Chào mừng đến với giao tiếp Dash RPC + Welcome to the SarmaCoins RPC console. + Chào mừng đến với giao tiếp SarmaCoins RPC Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -2035,8 +2035,8 @@ https://www.transifex.com/projects/p/dash/ Tái &sử dụng lại địa chỉ nhận đã có (không khuyến khích) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dash network. - Một thông điệp tuỳ chọn để đính vào yêu cầu thanh toán, nó sẽ hiển thị khi yêu cầu được mở. Chú ý: Thông điệp sẽ không được gửi thông qua mạng lưới Dash. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the SarmaCoins network. + Một thông điệp tuỳ chọn để đính vào yêu cầu thanh toán, nó sẽ hiển thị khi yêu cầu được mở. Chú ý: Thông điệp sẽ không được gửi thông qua mạng lưới SarmaCoins. &Message: @@ -2047,8 +2047,8 @@ https://www.transifex.com/projects/p/dash/ Một nhãn tuỳ chọn để liên kết với địa chỉ nhận mới. - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Dash network. - Một thông điệp tuỳ chọn để đính vào yêu cầu thanh toán, nó sẽ hiển thị khi yêu cầu được mở.<br>Chú ý: Thông điệp sẽ không được gửi thông qua mạng lưới Dash. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the SarmaCoins network. + Một thông điệp tuỳ chọn để đính vào yêu cầu thanh toán, nó sẽ hiển thị khi yêu cầu được mở.<br>Chú ý: Thông điệp sẽ không được gửi thông qua mạng lưới SarmaCoins. Use this form to request payments. All fields are <b>optional</b>. @@ -2292,8 +2292,8 @@ https://www.transifex.com/projects/p/dash/ Nếu phí giao dịch tuỳ chỉnh được đặt là 1000 duff và giao dịch chỉ có 250 bytes, thì "theo kilobyte" chỉ trả 250 duff phí,<br />trong khi "tổng ít nhất" trả 1000 duff. Với các giao dịch lớn hơn 1 kilobyte thì cả hai đều trả theo kilobyte. - Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for dash transactions than the network can process. - Chỉ trả phí tối thiểu cũng được chỉ khi mà có lượng giao dịch ít hơn không gian trong khối.<br />Nhưng cần lưu ý là nó có thể xảy ra hiện tượng giao dịch không bao giờ được xác nhận một khi có nhiều nhu cầu giao dash hơn khả năng mà mạng lưới có thể xử lý được. + Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for SarmaCoins transactions than the network can process. + Chỉ trả phí tối thiểu cũng được chỉ khi mà có lượng giao dịch ít hơn không gian trong khối.<br />Nhưng cần lưu ý là nó có thể xảy ra hiện tượng giao dịch không bao giờ được xác nhận một khi có nhiều nhu cầu giao SarmaCoins hơn khả năng mà mạng lưới có thể xử lý được. per kilobyte @@ -2496,8 +2496,8 @@ https://www.transifex.com/projects/p/dash/ Thanh toán chỉ mức phí tối thiểu của %1 - Warning: Invalid Dash address - Cảnh báo: Địa chỉ Dash không hợp lệ + Warning: Invalid SarmaCoins address + Cảnh báo: Địa chỉ SarmaCoins không hợp lệ Warning: Unknown change address @@ -2519,8 +2519,8 @@ https://www.transifex.com/projects/p/dash/ Trả &Cho - The Dash address to send the payment to - Địa chỉ Dash để gửi thanh toán + The SarmaCoins address to send the payment to + Địa chỉ SarmaCoins để gửi thanh toán Choose previously used address @@ -2559,8 +2559,8 @@ https://www.transifex.com/projects/p/dash/ Thông điệp: - A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network. - Một thông điệp được đính với dash: URI đó sẽ được lưu trữ với các giao dịch cho các bạn tham khảo. Lưu ý: Thông điệp này sẽ không được gửi qua mạng Dash. + A message that was attached to the SarmaCoins: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the SarmaCoins network. + Một thông điệp được đính với SarmaCoins: URI đó sẽ được lưu trữ với các giao dịch cho các bạn tham khảo. Lưu ý: Thông điệp này sẽ không được gửi qua mạng SarmaCoins. This is an unverified payment request. @@ -2586,8 +2586,8 @@ https://www.transifex.com/projects/p/dash/ ShutdownWindow - Dash Core is shutting down... - Dash Core đang được tắt... + SarmaCoins Core is shutting down... + SarmaCoins Core đang được tắt... Do not shut down the computer until this window disappears. @@ -2609,8 +2609,8 @@ https://www.transifex.com/projects/p/dash/ Bạn có thể ký vào thông điệp với địa chỉ của bạn để chứng minh bạn là chủ của nó. Hãy cẩn thận không ký vào những gì mơ hồ, như là thứ lừa đảo để lừa bạn ký xác nhận của bạn vào đó cho họ. Chỉ ký vào những gì mà bạn hoàn thoàn đồng ý. - The Dash address to sign the message with - Địa chỉ Dash để ký cho thông điệp + The SarmaCoins address to sign the message with + Địa chỉ SarmaCoins để ký cho thông điệp Choose previously used address @@ -2641,8 +2641,8 @@ https://www.transifex.com/projects/p/dash/ Copy chữ ký hiện tại vào bộ đệm của hệ thống - Sign the message to prove you own this Dash address - Ký vào thông điệp để chứng tỏ bạn sở hữu địa chỉ Dash + Sign the message to prove you own this SarmaCoins address + Ký vào thông điệp để chứng tỏ bạn sở hữu địa chỉ SarmaCoins Sign &Message @@ -2665,12 +2665,12 @@ https://www.transifex.com/projects/p/dash/ Hãy nhập địa chỉ ký, thông điệp (hãy chắc chắn rằng bạn copy cả các dấu xuống dòng, dấu cách, tab,... một cách chính xác) và chữ ký dưới đây để xác thực cho thông điệp. Hãy cẩn thận không thêm vào chữ ký hơn so với bản thân nó trong thông điệp đã ký, để tránh bị đánh lừa bởi kiểu tấn công người trung gian. - The Dash address the message was signed with - Địa chỉ Dash mà thông điệp được ký bởi + The SarmaCoins address the message was signed with + Địa chỉ SarmaCoins mà thông điệp được ký bởi - Verify the message to ensure it was signed with the specified Dash address - Kiểm tra lại thông điệp để đảm bảo rằng nó được ký với địa chỉ Dash cụ thể + Verify the message to ensure it was signed with the specified SarmaCoins address + Kiểm tra lại thông điệp để đảm bảo rằng nó được ký với địa chỉ SarmaCoins cụ thể Verify &Message @@ -2736,8 +2736,8 @@ https://www.transifex.com/projects/p/dash/ SplashScreen - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Version %1 @@ -2748,8 +2748,8 @@ https://www.transifex.com/projects/p/dash/ Nhóm phát triển Bitcoin Core - The Dash Core developers - Nhóm phát triển Dash Core + The SarmaCoins Core developers + Nhóm phát triển SarmaCoins Core [testnet] @@ -3276,8 +3276,8 @@ https://www.transifex.com/projects/p/dash/ Gửi tiền - InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 DASH. - InstantX không hỗ trợ để gửi giá trị lớn đến như vậy. Giới hạn giao dịch hiện tại đến %1 DASH. + InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 SarmaCoins. + InstantX không hỗ trợ để gửi giá trị lớn đến như vậy. Giới hạn giao dịch hiện tại đến %1 SarmaCoins. @@ -3320,14 +3320,14 @@ https://www.transifex.com/projects/p/dash/ - dash-core + SarmaCoins-core Bind to given address and always listen on it. Use [host]:port notation for IPv6 Liên kết với địa chỉ nhất định và luôn luôn lắng nghe trên đó. Sử dụng ký hiệu [host]:port cho IPv6 - Cannot obtain a lock on data directory %s. Dash Core is probably already running. - Không nhận được một khoá trong thư mục %s. Dash Core có thể đã đang chạy. + Cannot obtain a lock on data directory %s. SarmaCoins Core is probably already running. + Không nhận được một khoá trong thư mục %s. SarmaCoins Core có thể đã đang chạy. Darksend uses exact denominated amounts to send funds, you might simply need to anonymize some more coins. @@ -3382,16 +3382,16 @@ https://www.transifex.com/projects/p/dash/ Đây là phiên bản chưa chính thức - hãy dùng và tự chấp nhận mạo hiểm - đừng dùng để đào coin hoặc các ứng dụng thương mại. - Unable to bind to %s on this computer. Dash Core is probably already running. - Không thể để ràng buộc vào %s trên máy tính này. Dash Core có thể đã chạy. + Unable to bind to %s on this computer. SarmaCoins Core is probably already running. + Không thể để ràng buộc vào %s trên máy tính này. SarmaCoins Core có thể đã chạy. Unable to locate enough Darksend denominated funds for this transaction. Không tìm đủ ngân sách Darksend denominated cho giao dịch này. - Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 DASH. - Không tìm đủ ngân sách Darksend denominated cho giao dịch mà nó không bằng 1000 DASH + Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 SarmaCoins. + Không tìm đủ ngân sách Darksend denominated cho giao dịch mà nó không bằng 1000 SarmaCoins Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. @@ -3614,8 +3614,8 @@ https://www.transifex.com/projects/p/dash/ Xoá hết tất cả các giao dịch ví và chỉ phục hồi những phần đó của blockchain qua -rescan khi khởi động - Disable all Dash specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) - Tắt tất cả các chức năng đặc trưng của Dash (Masternode, Darksend, InstantX, Lập ngân sách) (0-1, ngầm định: %u) + Disable all SarmaCoins specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) + Tắt tất cả các chức năng đặc trưng của SarmaCoins (Masternode, Darksend, InstantX, Lập ngân sách) (0-1, ngầm định: %u) Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. @@ -3634,12 +3634,12 @@ https://www.transifex.com/projects/p/dash/ Lỗi: Thấy tham số không được hỗ trợ -socks. Thiết lập phiên bản SOCKS là không thể được nữa, chỉ hỗ trợ proxy SOCKS5. - Fees (in DASH/Kb) smaller than this are considered zero fee for relaying (default: %s) - Phí (tính theo DASH/Kb) nhỏ hơn số này được coi là không mất phí cho việc chuyển tiền (ngầm định: %s) + Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for relaying (default: %s) + Phí (tính theo SarmaCoins/Kb) nhỏ hơn số này được coi là không mất phí cho việc chuyển tiền (ngầm định: %s) - Fees (in DASH/Kb) smaller than this are considered zero fee for transaction creation (default: %s) - Phí (theo DASH/Kb) nhỏ hơn số này được coi không mất phí cho việc khởi tạo giao dịch (ngầm định: %s) + Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for transaction creation (default: %s) + Phí (theo SarmaCoins/Kb) nhỏ hơn số này được coi không mất phí cho việc khởi tạo giao dịch (ngầm định: %s) Flush database activity from memory pool to disk log every <n> megabytes (default: %u) @@ -3710,32 +3710,32 @@ https://www.transifex.com/projects/p/dash/ Sản phẩm này có kèm theo phần mềm được phát triển bởi dự án OpenSSL để sử dụng các công cụ OpenSSL <https://www.openssl.org/> và phần mềm mã hoá được viết bởi Eric Young và phần mềm UPnP được viết bởi Thomas Bernard. - To use dashd, or the -server option to dash-qt, you must set an rpcpassword in the configuration file: + To use SarmaCoinsd, or the -server option to SarmaCoins-qt, you must set an rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=dashrpc +rpcuser=SarmaCoinsrpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com - Để sử dụng dashd, hoặc tuỳ chọn -server với dash-qt, bạn phải đặt một mật khẩu rpcpassword trong tệp cấu hình: + Để sử dụng SarmaCoinsd, hoặc tuỳ chọn -server với SarmaCoins-qt, bạn phải đặt một mật khẩu rpcpassword trong tệp cấu hình: %s Gợi ý rằng bạn nên sử dụng những mật khẩu ngẫu nhiên sau: -rpcuser=dashrpc +rpcuser=SarmaCoinsrpc rpcpassword=%s (bạn không cần thiết phải nhớ mật khẩu này) Username và mật khẩu KHÔNG ĐƯỢC giống nhau. Nếu tệp chưa có, thì hãy tạo ra với quyền chỉ đọc. Gợi ý bạn rằng cần đặt alertnotify để bạn nhận được thông báo về các vấn đề; -ví dụ: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com +ví dụ: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com - Unable to locate enough funds for this transaction that are not equal 1000 DASH. - Không tìm được đủ ngân sách cho giao dịch mà nó không đủ 1000 DASH. + Unable to locate enough funds for this transaction that are not equal 1000 SarmaCoins. + Không tìm được đủ ngân sách cho giao dịch mà nó không đủ 1000 SarmaCoins. Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) @@ -3746,8 +3746,8 @@ ví dụ: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com Cảnh báo: -maxtxfee được đặt rất cao! Mức Phí cao này sẽ được trả cho mỗi một giao dịch đơn. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Dash Core will not work properly. - Cánh báo: Hãy vui lòng kiểm tra ngày giờ máy tính của bạn cho chính xác! Nếu đồng hồ của bạn sai thì Dash Core sẽ không làm việc một cách hoàn hảo. + Warning: Please check that your computer's date and time are correct! If your clock is wrong SarmaCoins Core will not work properly. + Cánh báo: Hãy vui lòng kiểm tra ngày giờ máy tính của bạn cho chính xác! Nếu đồng hồ của bạn sai thì SarmaCoins Core sẽ không làm việc một cách hoàn hảo. Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. @@ -3799,8 +3799,8 @@ ví dụ: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com Bản quyền (C) 2009-%i bởi Nhóm phát triển Bitcoin Core - Copyright (C) 2014-%i The Dash Core Developers - Bản quyền (C) 2014-%i bởi Nhóm phát triển Dash Core + Copyright (C) 2014-%i The SarmaCoins Core Developers + Bản quyền (C) 2014-%i bởi Nhóm phát triển SarmaCoins Core Could not parse -rpcbind value %s as network address @@ -3831,8 +3831,8 @@ ví dụ: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com Lỗi kết nối tới Masternode. - Error loading wallet.dat: Wallet requires newer version of Dash Core - Lỗi nạp wallet.dat: Ví cần một phiên bản mới hơn của Dash Core + Error loading wallet.dat: Wallet requires newer version of SarmaCoins Core + Lỗi nạp wallet.dat: Ví cần một phiên bản mới hơn của SarmaCoins Core Error: A fatal internal error occured, see debug.log for details @@ -3847,8 +3847,8 @@ ví dụ: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com Lỗi: Tìm thấy tham số không được hỗ trợ -tor, thay vào đó hãy sử dụng -onion - Fee (in DASH/kB) to add to transactions you send (default: %s) - Phí (theo DASH/Kb) sẽ thêm vào các giao dịch mà bạn gửi (ngầm định: %s) + Fee (in SarmaCoins/kB) to add to transactions you send (default: %s) + Phí (theo SarmaCoins/Kb) sẽ thêm vào các giao dịch mà bạn gửi (ngầm định: %s) Finalizing transaction. @@ -3903,8 +3903,8 @@ ví dụ: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com Thông tin - Initialization sanity check failed. Dash Core is shutting down. - Khởi tạo việc kiểm tra tính đúng đắn thất bại. Dash Core đang được tắt. + Initialization sanity check failed. SarmaCoins Core is shutting down. + Khởi tạo việc kiểm tra tính đúng đắn thất bại. SarmaCoins Core đang được tắt. Input is not valid. @@ -4155,8 +4155,8 @@ ví dụ: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com Sử dụng UPnP để ánh xạ cổng lắng nghe (ngầm định: %u) - Wallet needed to be rewritten: restart Dash Core to complete - Ví cần được ghi lại: khởi động lại Dash Core để hoàn tất + Wallet needed to be rewritten: restart SarmaCoins Core to complete + Ví cần được ghi lại: khởi động lại SarmaCoins Core để hoàn tất Warning: Unsupported argument -benchmark ignored, use -debug=bench. @@ -4215,8 +4215,8 @@ ví dụ: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com Khoá KeePassHttp cho liên lạc mã hoá AES với KeePass - Keep N DASH anonymized (default: %u) - Giữ N DASH đã được ẩn danh (ngầm định: %u) + Keep N SarmaCoins anonymized (default: %u) + Giữ N SarmaCoins đã được ẩn danh (ngầm định: %u) Keep at most <n> unconnectable transactions in memory (default: %u) diff --git a/src/qt/locale/dash_zh_CN.ts b/src/qt/locale/dash_zh_CN.ts index 13efc20b33365..f9640d2c40a1a 100644 --- a/src/qt/locale/dash_zh_CN.ts +++ b/src/qt/locale/dash_zh_CN.ts @@ -62,11 +62,11 @@ 正在接收地址 - These are your Dash addresses for sending payments. Always check the amount and the receiving address before sending coins. + These are your SarmaCoins addresses for sending payments. Always check the amount and the receiving address before sending coins. 这些是你要付款过去的达世币地址。在付款之前,务必要检查金额和收款地址是否正确。 - These are your Dash addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + These are your SarmaCoins addresses for receiving payments. It is recommended to use a new receiving address for each transaction. 这些是你用来收款的达世币地址。建议在每次交易时,都使用一个新的收款地址。 @@ -176,7 +176,7 @@ 确认加密钱包 - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR DASH</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR SarmaCoins</b>! 警告:如果把钱包加​​密后又忘记密码,你就会从此<b>失去所有的达世币了</b>! @@ -188,7 +188,7 @@ 钱包已加密 - Dash will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your dashs from being stolen by malware infecting your computer. + SarmaCoins will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your SarmaCoinss from being stolen by malware infecting your computer. 达世币软体现在要关闭,以完成加密过程。请注意,加密钱包不能完全防止恶意软件入侵你的电脑盗取你的达世币。 @@ -231,7 +231,7 @@ BitcoinGUI - Dash Core + SarmaCoins Core 达世币核心 @@ -255,7 +255,7 @@ 发送(&S) - Send coins to a Dash address + Send coins to a SarmaCoins address 发送币至达世币地址 @@ -263,7 +263,7 @@ 接收(&R) - Request payments (generates QR codes and dash: URIs) + Request payments (generates QR codes and SarmaCoins: URIs) 请求付款(生成二维码和达世币付款协议的URI) @@ -283,11 +283,11 @@ 退出程序 - &About Dash Core + &About SarmaCoins Core &关于达世币核心 - Show information about Dash Core + Show information about SarmaCoins Core 显示关于达世币核心信息 @@ -303,7 +303,7 @@ 选项(&O)... - Modify configuration options for Dash + Modify configuration options for SarmaCoins 修改达世币配置选项 @@ -355,7 +355,7 @@ 消息签名(&M)... - Sign messages with your Dash addresses to prove you own them + Sign messages with your SarmaCoins addresses to prove you own them 用达世币地址签署讯息来证明地址是你的 @@ -363,7 +363,7 @@ 验证消息(&V)... - Verify messages to ensure they were signed with specified Dash addresses + Verify messages to ensure they were signed with specified SarmaCoins addresses 验证讯息是用来确定讯息是用指定的达世币地址签署的 @@ -443,7 +443,7 @@ 打开 &URI... - Open a dash: URI or payment request + Open a SarmaCoins: URI or payment request 打开达世币:网页或付款请求 @@ -451,7 +451,7 @@ &命令行 选项 - Dash Core client + SarmaCoins Core client 达世币核心客户端 @@ -463,7 +463,7 @@ 正在同步附加数据:%p% - Show the Dash Core help message to get a list with possible Dash command-line options + Show the SarmaCoins Core help message to get a list with possible SarmaCoins command-line options 打开达世币核心帮助信息取得可使用的命令行列表 @@ -487,7 +487,7 @@ 分页工具栏 - %n active connection(s) to Dash network + %n active connection(s) to SarmaCoins network %n 已连接至达世币网络 @@ -864,11 +864,11 @@ Address: %4 请选择隐私等级。 - Use 2 separate masternodes to mix funds up to 1000 DASH + Use 2 separate masternodes to mix funds up to 1000 SarmaCoins 使用2个独立的主节点混合资金最多1000达世币 - Use 8 separate masternodes to mix funds up to 1000 DASH + Use 8 separate masternodes to mix funds up to 1000 SarmaCoins 使用8个独立的主节点混合资金最多1000达世币 @@ -876,15 +876,15 @@ Address: %4 使用16个独立主节点 - This option is the quickest and will cost about ~0.025 DASH to anonymize 1000 DASH + This option is the quickest and will cost about ~0.025 SarmaCoins to anonymize 1000 SarmaCoins 此选项为最快速度,需要支付0.025达世币/1000达世币的匿名处理费用。 - This option is moderately fast and will cost about 0.05 DASH to anonymize 1000 DASH + This option is moderately fast and will cost about 0.05 SarmaCoins to anonymize 1000 SarmaCoins 此选项为一般速度,需要支付0.05达世币/1000达世币的匿名处理费用。 - 0.1 DASH per 1000 DASH you anonymize. + 0.1 SarmaCoins per 1000 SarmaCoins you anonymize. 0.1达世币/1000达世币的匿名处理费用。 @@ -896,15 +896,15 @@ Address: %4 匿名发送配置 - Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening SarmaCoins's configuration screen. 匿名发送已成功设置为一般(%1到2次循环)。可以通过打开达世币配置窗口来随时修改。 - Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening SarmaCoins's configuration screen. 匿名发送已成功设置为高(%1到8次循环)。可以通过打开达世币配置窗口来随时修改。 - Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening SarmaCoins's configuration screen. 匿名发送已成功设置为最高(%1到16次循环)。可以通过打开达世币配置窗口来随时修改。 @@ -947,7 +947,7 @@ Address: %4 编辑发送地址 - The entered address "%1" is not a valid Dash address. + The entered address "%1" is not a valid SarmaCoins address. 输入的地址"%1"不是有效的达世币地址。 @@ -989,7 +989,7 @@ Address: %4 HelpMessageDialog - Dash Core + SarmaCoins Core 达世币核心 @@ -1001,7 +1001,7 @@ Address: %4 (%1 位) - About Dash Core + About SarmaCoins Core 关于 达世币核心 @@ -1049,15 +1049,15 @@ Address: %4 欢迎 - Welcome to Dash Core. + Welcome to SarmaCoins Core. 欢迎来到达世币核心。 - As this is the first time the program is launched, you can choose where Dash Core will store its data. + As this is the first time the program is launched, you can choose where SarmaCoins Core will store its data. 此次为第一次程序启动,你可以选择储存达世币核心数据的路径。 - Dash Core will download and store a copy of the Dash block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + SarmaCoins Core will download and store a copy of the SarmaCoins block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. 达世币核心将会下载并存储达世币数据链。至少有%1GB的数据会保存到此路径下,并且随着时间增长。钱包文件也将存储到此路径下。 @@ -1069,7 +1069,7 @@ Address: %4 使用自定义的数据目录: - Dash Core + SarmaCoins Core 达世币核心 @@ -1123,11 +1123,11 @@ Address: %4 主要(&M) - Automatically start Dash after logging in to the system. + Automatically start SarmaCoins after logging in to the system. 登录系统后自动启动达世币程序 - &Start Dash on system login + &Start SarmaCoins on system login &系统登录时启动达世币程序 @@ -1155,7 +1155,7 @@ Address: %4 此金额为关闭匿名发送的极限. - Amount of Dash to keep anonymized + Amount of SarmaCoins to keep anonymized 保持匿名化的达世币数 @@ -1175,7 +1175,7 @@ Address: %4 接受外来链接 - Connect to the Dash network through a SOCKS5 proxy. + Connect to the SarmaCoins network through a SOCKS5 proxy. 通过SOCKS5代理链接达世币网络。 @@ -1207,7 +1207,7 @@ Address: %4 网络(&N) - Automatically open the Dash client port on the router. This only works when your router supports UPnP and it is enabled. + Automatically open the SarmaCoins client port on the router. This only works when your router supports UPnP and it is enabled. 自动对路由器打开达世币客户端端口。此项只在路由器支持UPnP时有效。 @@ -1259,14 +1259,14 @@ Address: %4 用户界面语言(&L): - The user interface language can be set here. This setting will take effect after restarting Dash. + The user interface language can be set here. This setting will take effect after restarting SarmaCoins. 用户界面语言在这里设置。在重启达世币程序后生效。 Language missing or translation incomplete? Help contributing translations here: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ 缺少相关语言或翻译不完整? 请到这里协助翻译: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ User Interface Theme: @@ -1348,7 +1348,7 @@ https://www.transifex.com/projects/p/dash/ 表单 - The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. + The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. 显示信息也许已过期。当与达世币网络连接后钱包程序会自动同步,但现在还未完成。 @@ -1432,7 +1432,7 @@ https://www.transifex.com/projects/p/dash/ 数量与循环次数: - 0 DASH / 0 Rounds + 0 SarmaCoins / 0 Rounds 0 达世币 / 0 循环数 @@ -1457,7 +1457,7 @@ https://www.transifex.com/projects/p/dash/ The denominations you submitted to the Masternode.<br>To mix, other users must submit the exact same denominations. - 您向主节点所提交的用以面额化混合的DASH,<br>当其他用户提交相同的面额化DASH数量时,将开始混合. + 您向主节点所提交的用以面额化混合的SarmaCoins,<br>当其他用户提交相同的面额化SarmaCoins数量时,将开始混合. (Last Message) @@ -1561,7 +1561,7 @@ https://www.transifex.com/projects/p/dash/ 支付请求出错 - Cannot start dash: click-to-pay handler + Cannot start SarmaCoins: click-to-pay handler 无法启动达世币程序:click-to-pay handler @@ -1581,7 +1581,7 @@ https://www.transifex.com/projects/p/dash/ 无效的付款地址 %1 - URI cannot be parsed! This can be caused by an invalid Dash address or malformed URI parameters. + URI cannot be parsed! This can be caused by an invalid SarmaCoins address or malformed URI parameters. 链接不能被解析! 原因可能是无效的达世币地址或输入的链接有错。 @@ -1667,7 +1667,7 @@ https://www.transifex.com/projects/p/dash/ 金额 - Enter a Dash address (e.g. %1) + Enter a SarmaCoins address (e.g. %1) 输入达世币地址(e.g. %1) @@ -1757,7 +1757,7 @@ https://www.transifex.com/projects/p/dash/ 连接数 - Open the Dash debug log file from the current data directory. This can take a few seconds for large log files. + Open the SarmaCoins debug log file from the current data directory. This can take a few seconds for large log files. 从数据路径打开达世币Debug日志,这个过程可能需要几秒钟。 @@ -1965,7 +1965,7 @@ https://www.transifex.com/projects/p/dash/ 输出: - Welcome to the Dash RPC console. + Welcome to the SarmaCoins RPC console. 欢迎来到达世币RPC控制台。 @@ -2028,7 +2028,7 @@ https://www.transifex.com/projects/p/dash/ 重用现有的接收地址(不推荐) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dash network. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the SarmaCoins network. 附加在付款要求中的讯息,可以不填,打开要求内容时会显示。注意: 这个讯息不会随着付款送到达世币网路上。 @@ -2040,7 +2040,7 @@ https://www.transifex.com/projects/p/dash/ 可为新建的收款地址添加一个标签。 - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Dash network. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the SarmaCoins network. 附加在付款要求中的讯息,可以不填,打开要求内容时会显示。<br>注意: 这个讯息不会随着付款送到达世币网路上。 @@ -2289,7 +2289,7 @@ https://www.transifex.com/projects/p/dash/ 但如果交易信息大于一千字节,那么两者都要支付千字节费用. - Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for dash transactions than the network can process. + Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for SarmaCoins transactions than the network can process. 当交易量少于区块可容纳的空间时,只需支付最低手续费.<br />但当交易量的需求增长到超过总体网络可处理的量时,可能会造成一笔一直不被确认的交易. @@ -2489,7 +2489,7 @@ https://www.transifex.com/projects/p/dash/ 只付最低手续费%1 - Warning: Invalid Dash address + Warning: Invalid SarmaCoins address 警告:无效的达世币地址 @@ -2512,7 +2512,7 @@ https://www.transifex.com/projects/p/dash/ 付给(&T): - The Dash address to send the payment to + The SarmaCoins address to send the payment to 选择发款地址 @@ -2552,7 +2552,7 @@ https://www.transifex.com/projects/p/dash/ 消息: - A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network. + A message that was attached to the SarmaCoins: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the SarmaCoins network. 附加在达世币付款协议URI中的信息,会和交易内容一并存储,可供您参考.提示:此信息不会发送到达世币网络上. @@ -2579,7 +2579,7 @@ https://www.transifex.com/projects/p/dash/ ShutdownWindow - Dash Core is shutting down... + SarmaCoins Core is shutting down... 达世币核心正在关闭... @@ -2602,7 +2602,7 @@ https://www.transifex.com/projects/p/dash/ 您可以用你的地址对消息进行签名,以证明您是该地址的所有人。注意不要对模棱两可的消息签名,以免遭受钓鱼式攻击。请确保消息内容准确的表达了您的真实意愿。 - The Dash address to sign the message with + The SarmaCoins address to sign the message with 对此地址进行签名 @@ -2634,7 +2634,7 @@ https://www.transifex.com/projects/p/dash/ 复制当前签名至剪切板 - Sign the message to prove you own this Dash address + Sign the message to prove you own this SarmaCoins address 签署信息证明你拥有此达世币地址 @@ -2658,11 +2658,11 @@ https://www.transifex.com/projects/p/dash/ 在下面输入签名地址,消息(请确保换行符、空格符、制表符等等一个不漏)和签名以验证消息。请确保签名信息准确,提防中间人攻击。 - The Dash address the message was signed with + The SarmaCoins address the message was signed with 已签名的地址 - Verify the message to ensure it was signed with the specified Dash address + Verify the message to ensure it was signed with the specified SarmaCoins address 验证信息用来确保此被签署信息对应相对的达世币地址 @@ -2729,7 +2729,7 @@ https://www.transifex.com/projects/p/dash/ SplashScreen - Dash Core + SarmaCoins Core 达世币核心 @@ -2741,7 +2741,7 @@ https://www.transifex.com/projects/p/dash/ Bitcoin Core 的开发者 - The Dash Core developers + The SarmaCoins Core developers 达世币核心开发人员 @@ -3257,7 +3257,7 @@ https://www.transifex.com/projects/p/dash/ 发送达世币 - InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 DASH. + InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 SarmaCoins. 即时支付功能目前还不支持发送如此高的金额.目前限制在%1 达世币. @@ -3301,13 +3301,13 @@ https://www.transifex.com/projects/p/dash/ - dash-core + SarmaCoins-core Bind to given address and always listen on it. Use [host]:port notation for IPv6 与提供地址绑定,持续监听。使用[host]:标记IPv6端口 - Cannot obtain a lock on data directory %s. Dash Core is probably already running. + Cannot obtain a lock on data directory %s. SarmaCoins Core is probably already running. 不能获得锁定的数据目录 %s. 达世币核心可能已经在运行。 @@ -3339,16 +3339,16 @@ https://www.transifex.com/projects/p/dash/ 即时支付功能需要6步确认,您可以稍后重试。 - Unable to bind to %s on this computer. Dash Core is probably already running. + Unable to bind to %s on this computer. SarmaCoins Core is probably already running. 无法绑定%s此计算机. 达世币核心应该已经在运行中了. Unable to locate enough Darksend denominated funds for this transaction. - 无法找到足够的已匿名化资金来完成交易,不足1000 DASH. + 无法找到足够的已匿名化资金来完成交易,不足1000 SarmaCoins. - Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 DASH. - 无法找到足够的未匿名化资金来完成交易,不足1000 DASH. + Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 SarmaCoins. + 无法找到足够的未匿名化资金来完成交易,不足1000 SarmaCoins. Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. @@ -3531,7 +3531,7 @@ https://www.transifex.com/projects/p/dash/ 删除钱包里的所有交易信息, 并且在下次启动时, 使用 -rescan 来从区块链中恢复 - Disable all Dash specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) + Disable all SarmaCoins specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) 禁止所有达世币附加功能(主节点, 匿名发送, 即时发送, 预算) (0-1, default: %u) @@ -3543,11 +3543,11 @@ https://www.transifex.com/projects/p/dash/ 允许存储在这个钱包内的资金自动使用匿名发送(0-1, 默认: %u) - Fees (in DASH/Kb) smaller than this are considered zero fee for relaying (default: %s) + Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for relaying (default: %s) 如果手续费比这个值低,就视为没有付手续费(当产生交易时)(默认: %s) - Fees (in DASH/Kb) smaller than this are considered zero fee for transaction creation (default: %s) + Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for transaction creation (default: %s) 如果手续费比这个值低,就视为没有付手续费(当产生交易时)(默认: %s) @@ -3591,8 +3591,8 @@ https://www.transifex.com/projects/p/dash/ 此产品包括了由OpenSSL Project所开发的OpenSSL Toolkit 软件<https://www.openssl.org/>, 和由Eric Young 编写的加密软件, 以及由Thomas Bernard 编写的UPnP软件. - Unable to locate enough funds for this transaction that are not equal 1000 DASH. - 无法找到足够的资金完成交易,不足1000 DASH. + Unable to locate enough funds for this transaction that are not equal 1000 SarmaCoins. + 无法找到足够的资金完成交易,不足1000 SarmaCoins. Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) @@ -3603,7 +3603,7 @@ https://www.transifex.com/projects/p/dash/ 警告: -maxtxfee 设定的金额过高! 这是一次交易就要支付的手续费. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Dash Core will not work properly. + Warning: Please check that your computer's date and time are correct! If your clock is wrong SarmaCoins Core will not work properly. 警告: 请检查电脑日期和时间是否正确!达世币核心没办法在时钟不准的情况下正常运作。 @@ -3653,8 +3653,8 @@ https://www.transifex.com/projects/p/dash/ 版权(C) 2009-%i The Bitcoin Core Developers - Copyright (C) 2014-%i The Dash Core Developers - 版权 (C) 2014-%i The Dash Core Developers + Copyright (C) 2014-%i The SarmaCoins Core Developers + 版权 (C) 2014-%i The SarmaCoins Core Developers Could not parse -rpcbind value %s as network address @@ -3685,7 +3685,7 @@ https://www.transifex.com/projects/p/dash/ 连接到主节点时发生错误. - Error loading wallet.dat: Wallet requires newer version of Dash Core + Error loading wallet.dat: Wallet requires newer version of SarmaCoins Core 读取钱包文件错误: 需要较为新版本的达世币核心来读取钱包 @@ -3742,7 +3742,7 @@ https://www.transifex.com/projects/p/dash/ 信息 - Initialization sanity check failed. Dash Core is shutting down. + Initialization sanity check failed. SarmaCoins Core is shutting down. 初始化检查失败。达世币核心正在关闭。 @@ -3938,7 +3938,7 @@ https://www.transifex.com/projects/p/dash/ 断开的作弊节点临界值(默认: %u) - Wallet needed to be rewritten: restart Dash Core to complete + Wallet needed to be rewritten: restart SarmaCoins Core to complete 錢包需要重寫: 請重新啓動達世幣核心來完成 钱包需要重写: 请重新启动达世币核心来完成 @@ -3987,7 +3987,7 @@ https://www.transifex.com/projects/p/dash/ 检测到无效脚本。 - Keep N DASH anonymized (default: %u) + Keep N SarmaCoins anonymized (default: %u) 保持定量达世币匿名化(默认: %u) diff --git a/src/qt/locale/dash_zh_TW.ts b/src/qt/locale/dash_zh_TW.ts index 747926ff15056..7d8323483e383 100644 --- a/src/qt/locale/dash_zh_TW.ts +++ b/src/qt/locale/dash_zh_TW.ts @@ -62,11 +62,11 @@ 收款位址 - These are your Dash addresses for sending payments. Always check the amount and the receiving address before sending coins. + These are your SarmaCoins addresses for sending payments. Always check the amount and the receiving address before sending coins. 這些是你要付款過去的達世幣位址。在付錢之前,務必要檢查金額和收款位址是否正確。 - These are your Dash addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + These are your SarmaCoins addresses for receiving payments. It is recommended to use a new receiving address for each transaction. 這些是你用來收款的達世幣位址。建議在每次交易時,都使用一個新的收款位址。 @@ -176,7 +176,7 @@ 確認錢包加密 - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR DASH</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR SarmaCoins</b>! 警告: 如果把錢包加密後又忘記密碼,你就會從此<b>失去其中所有的達世幣了</b>! @@ -188,7 +188,7 @@ 錢包已加密 - Dash will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your dashs from being stolen by malware infecting your computer. + SarmaCoins will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your SarmaCoinss from being stolen by malware infecting your computer. 達世幣軟體現在要關閉,好完成加密程序。請注意,加密錢包不能完全防止入侵你的電腦的惡意程式偷取達世幣。 @@ -231,7 +231,7 @@ BitcoinGUI - Dash Core + SarmaCoins Core 達世幣核心 @@ -255,7 +255,7 @@ 發送(&S) - Send coins to a Dash address + Send coins to a SarmaCoins address 付錢給一個達世幣位址 @@ -263,7 +263,7 @@ 接收(&R) - Request payments (generates QR codes and dash: URIs) + Request payments (generates QR codes and SarmaCoins: URIs) 要求付款(產生 QR Code 和達世幣付款協議的 URI) @@ -283,11 +283,11 @@ 結束應用程式 - &About Dash Core + &About SarmaCoins Core 關於達世幣核心(&A) - Show information about Dash Core + Show information about SarmaCoins Core 顯示達世幣核心的相關資訊 @@ -303,7 +303,7 @@ 選項(&O)... - Modify configuration options for Dash + Modify configuration options for SarmaCoins 修改達世幣軟體的設定選項 @@ -355,7 +355,7 @@ 簽署訊息(&M)... - Sign messages with your Dash addresses to prove you own them + Sign messages with your SarmaCoins addresses to prove you own them 用達世幣位址簽署訊息來證明位址是你的 @@ -363,7 +363,7 @@ 驗證訊息(&V)... - Verify messages to ensure they were signed with specified Dash addresses + Verify messages to ensure they were signed with specified SarmaCoins addresses 驗證訊息是用來確定訊息是用指定的達世幣位址簽署的 @@ -443,7 +443,7 @@ 開啓 &URI... - Open a dash: URI or payment request + Open a SarmaCoins: URI or payment request 開啓一個達世幣協議的 URI 或付款要求 @@ -451,7 +451,7 @@ 命令列選項(&C) - Dash Core client + SarmaCoins Core client 達世幣核心客戶端軟體 @@ -463,7 +463,7 @@ 正在同步額外的數據: %p% - Show the Dash Core help message to get a list with possible Dash command-line options + Show the SarmaCoins Core help message to get a list with possible SarmaCoins command-line options 顯示達世幣核心的說明訊息,來取得可用命令列選項的列表 @@ -487,7 +487,7 @@ 分頁工具列 - %n active connection(s) to Dash network + %n active connection(s) to SarmaCoins network %n 個運作中的達世幣網路連線 @@ -860,11 +860,11 @@ Address: %4 請選擇穩私級別。 - Use 2 separate masternodes to mix funds up to 1000 DASH + Use 2 separate masternodes to mix funds up to 1000 SarmaCoins 使用2個獨立的主節點來混合最高達1000達世幣的資金 - Use 8 separate masternodes to mix funds up to 1000 DASH + Use 8 separate masternodes to mix funds up to 1000 SarmaCoins 使用8個獨立的主節點來混合最高達1000達世幣的資金 @@ -872,15 +872,15 @@ Address: %4 使用16個獨立的主節點 - This option is the quickest and will cost about ~0.025 DASH to anonymize 1000 DASH + This option is the quickest and will cost about ~0.025 SarmaCoins to anonymize 1000 SarmaCoins 這個是最快的選項,將耗費約~0.025達世幣作為匿名處理1000達世幣的費用 - This option is moderately fast and will cost about 0.05 DASH to anonymize 1000 DASH + This option is moderately fast and will cost about 0.05 SarmaCoins to anonymize 1000 SarmaCoins 這個是一般的選項,將耗費約0.05達世幣作為匿名處理1000達世幣的費用 - 0.1 DASH per 1000 DASH you anonymize. + 0.1 SarmaCoins per 1000 SarmaCoins you anonymize. 每1000達世幣耗費0.1達世幣作為匿名處理費用 @@ -892,15 +892,15 @@ Address: %4 匿名發送配置 - Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening SarmaCoins's configuration screen. 匿名發送已成功設置為一般(%1到2次循環)。你可以隨時打開達世幣配置窗口來修改。 - Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening SarmaCoins's configuration screen. 匿名發送已成功設置為高(%1到8次循環)。你可以隨時打開達世幣配置窗口來修改。 - Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening SarmaCoins's configuration screen. 匿名發送已成功設置為最高(%1到16次循環)。你可以隨時打開達世幣配置窗口來修改。 @@ -943,7 +943,7 @@ Address: %4 編輯付款位址 - The entered address "%1" is not a valid Dash address. + The entered address "%1" is not a valid SarmaCoins address. 輸入的位址 %1 並不是有效的達世幣位址。 @@ -985,7 +985,7 @@ Address: %4 HelpMessageDialog - Dash Core + SarmaCoins Core 達世幣核心 @@ -997,7 +997,7 @@ Address: %4 (%1 位元) - About Dash Core + About SarmaCoins Core 關於達世幣核心 @@ -1044,15 +1044,15 @@ Address: %4 歡迎 - Welcome to Dash Core. + Welcome to SarmaCoins Core. 歡迎使用達世幣核心 - As this is the first time the program is launched, you can choose where Dash Core will store its data. + As this is the first time the program is launched, you can choose where SarmaCoins Core will store its data. 因為這是程式第一次啓動,你可以選擇達世幣核心儲存資料的地方。 - Dash Core will download and store a copy of the Dash block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + SarmaCoins Core will download and store a copy of the SarmaCoins block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. 達世幣核心會下載並儲存一份達世幣區塊鏈的副本。至少有 %1GB 的資料會儲存到這個目錄中,並且還會持續增長。另外錢包資料也會儲存在這個目錄。 @@ -1064,7 +1064,7 @@ Address: %4 使用自定的資料目錄: - Dash Core + SarmaCoins Core 達世幣核心 @@ -1118,11 +1118,11 @@ Address: %4 主要(&M) - Automatically start Dash after logging in to the system. + Automatically start SarmaCoins after logging in to the system. 在登入系統後自動啓動達世幣軟體。 - &Start Dash on system login + &Start SarmaCoins on system login 系統登入時啟動達世幣(&S) @@ -1150,7 +1150,7 @@ Address: %4 此金額為關閉匿名發送的門檻。 - Amount of Dash to keep anonymized + Amount of SarmaCoins to keep anonymized 保持匿名的達世幣數量 @@ -1170,7 +1170,7 @@ Address: %4 接受外來連線 - Connect to the Dash network through a SOCKS5 proxy. + Connect to the SarmaCoins network through a SOCKS5 proxy. 透過 SOCKS5 代理伺服器來連線到達世幣網路。 @@ -1202,7 +1202,7 @@ Address: %4 網絡(&N) - Automatically open the Dash client port on the router. This only works when your router supports UPnP and it is enabled. + Automatically open the SarmaCoins client port on the router. This only works when your router supports UPnP and it is enabled. 自動在路由器上開放達世幣的客戶端通訊埠。只有在你的路由器支援且開啓「通用即插即用」協定(UPnP)時才有作用。 @@ -1254,14 +1254,14 @@ Address: %4 用戶界面語言: - The user interface language can be set here. This setting will take effect after restarting Dash. + The user interface language can be set here. This setting will take effect after restarting SarmaCoins. 可以在這裡設定用戶介面的語言。這個設定在重啓達世幣軟體後才會生效。 Language missing or translation incomplete? Help contributing translations here: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ 缺少相關語言或翻譯不完整?請到這裡協助翻譯 -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ User Interface Theme: @@ -1343,7 +1343,7 @@ https://www.transifex.com/projects/p/dash/ 表單 - The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. + The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. 顯示的資訊可能是過期的。跟達世幣網路的連線建立後,你的錢包會自動和網路同步,但是這個步驟還沒完成。 @@ -1427,7 +1427,7 @@ https://www.transifex.com/projects/p/dash/ 金額和循環次數: - 0 DASH / 0 Rounds + 0 SarmaCoins / 0 Rounds 0 達世幣 / 0 循環次數 @@ -1548,7 +1548,7 @@ https://www.transifex.com/projects/p/dash/ 要求付款時發生錯誤 - Cannot start dash: click-to-pay handler + Cannot start SarmaCoins: click-to-pay handler 無法啟動達世幣 : 點擊支付處理程序 @@ -1568,7 +1568,7 @@ https://www.transifex.com/projects/p/dash/ 無效的付款位址 %1 - URI cannot be parsed! This can be caused by an invalid Dash address or malformed URI parameters. + URI cannot be parsed! This can be caused by an invalid SarmaCoins address or malformed URI parameters. 沒辦法解析 URI 位址!可能是因為達世幣位址無效,或是 URI 參數格式錯誤。 @@ -1654,7 +1654,7 @@ https://www.transifex.com/projects/p/dash/ 金額 - Enter a Dash address (e.g. %1) + Enter a SarmaCoins address (e.g. %1) 輸入達世幣位址 (例如 %1) @@ -1740,7 +1740,7 @@ https://www.transifex.com/projects/p/dash/ 連線數 - Open the Dash debug log file from the current data directory. This can take a few seconds for large log files. + Open the SarmaCoins debug log file from the current data directory. This can take a few seconds for large log files. 從目前的資料目錄下開啓達世幣軟體的除錯紀錄檔。當紀錄檔很大時,可能會花好幾秒的時間。 @@ -1944,7 +1944,7 @@ https://www.transifex.com/projects/p/dash/ 輸出: - Welcome to the Dash RPC console. + Welcome to the SarmaCoins RPC console. 歡迎使用達世幣 RPC 主控台。 @@ -2007,7 +2007,7 @@ https://www.transifex.com/projects/p/dash/ 重複使用現有的收款位址(不建議)(&e) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dash network. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the SarmaCoins network. 附加在付款要求中的訊息,可以不填,打開要求內容時會顯示。注意: 這個訊息不會隨著付款送到達世幣網路上。 @@ -2019,7 +2019,7 @@ https://www.transifex.com/projects/p/dash/ 跟新收款位址關聯的標記,可以不填。 - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Dash network. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the SarmaCoins network. 附加在付款要求中的訊息,可以不填,打開要求內容時會顯示。<br>注意: 這個訊息不會隨著付款送到達世幣網路上。 @@ -2264,7 +2264,7 @@ https://www.transifex.com/projects/p/dash/ 如果自訂手續費設定為 1000 duffs ,而交易資料大小只有 250 個位元組的話,那麽選擇「每千位元組」就只會付 250 duffs 的手續費,<br />而「總共至少」會支付 1000 duffs。但是如果交易資料大小超過一千個位元組,那麽兩者都是每千位元組的費用。 - Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for dash transactions than the network can process. + Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for SarmaCoins transactions than the network can process. 當交易量少於區塊可容納的空間時,只付最低手續費不會有什麽問題。<br />但是當交易量的需求成長到超過整體網路可以處理的量時,可能會造成一筆一直不會被確認的交易。 @@ -2444,7 +2444,7 @@ https://www.transifex.com/projects/p/dash/ 只付最低手續費 %1 - Warning: Invalid Dash address + Warning: Invalid SarmaCoins address 警告: 無效的達世幣位址 @@ -2467,7 +2467,7 @@ https://www.transifex.com/projects/p/dash/ 付給:(&T) - The Dash address to send the payment to + The SarmaCoins address to send the payment to 接收付款的達世幣位址 @@ -2507,7 +2507,7 @@ https://www.transifex.com/projects/p/dash/ 訊息: - A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network. + A message that was attached to the SarmaCoins: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the SarmaCoins network. 附加在達世幣付款協議 URI 中的訊息,會和交易內容一起存起來,給你自己做參考。注意: 這個訊息不會送到達世幣網路上。 @@ -2534,7 +2534,7 @@ https://www.transifex.com/projects/p/dash/ ShutdownWindow - Dash Core is shutting down... + SarmaCoins Core is shutting down... 達世幣核心正在關閉中... @@ -2557,7 +2557,7 @@ https://www.transifex.com/projects/p/dash/ 你可以用自己的位址簽署訊息,來證明你對位址的所有權。但是請小心,不要簽署語意含糊不清的內容,因為釣魚式詐騙可能會用騙你簽署的手法來冒充是你。只有在語句中的細節你都同意時才簽署。 - The Dash address to sign the message with + The SarmaCoins address to sign the message with 用來簽署訊息的達世幣位址 @@ -2589,7 +2589,7 @@ https://www.transifex.com/projects/p/dash/ 複製目前的簽章到系統剪貼簿 - Sign the message to prove you own this Dash address + Sign the message to prove you own this SarmaCoins address 簽署這個訊息來證明這個達世幣位址是你的 @@ -2613,11 +2613,11 @@ https://www.transifex.com/projects/p/dash/ 請在下面輸入簽署的位址,訊息(請確定完整複製了所包含的換行,空格,跳位符號等等),以及簽章,來驗證這個訊息。請小心,除了訊息內容以外,不要對簽章本身過度解讀,以避免被用「中間人攻擊法」詐騙。 - The Dash address the message was signed with + The SarmaCoins address the message was signed with 簽署這個訊息的達世幣位址 - Verify the message to ensure it was signed with the specified Dash address + Verify the message to ensure it was signed with the specified SarmaCoins address 驗證這個訊息來確定是用指定的達世幣位址簽署的 @@ -2684,7 +2684,7 @@ https://www.transifex.com/projects/p/dash/ SplashScreen - Dash Core + SarmaCoins Core 達世幣核心 @@ -2696,7 +2696,7 @@ https://www.transifex.com/projects/p/dash/ 位元幣核心開發人員 - The Dash Core developers + The SarmaCoins Core developers 達世幣核心開發人員 @@ -3180,8 +3180,8 @@ https://www.transifex.com/projects/p/dash/ 付款 - InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 DASH. - 即時到帳系統暫時並不支援這麼高的交易金額。目前的金額僅限於%1 DASH。 + InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 SarmaCoins. + 即時到帳系統暫時並不支援這麼高的交易金額。目前的金額僅限於%1 SarmaCoins。 @@ -3220,7 +3220,7 @@ https://www.transifex.com/projects/p/dash/ - dash-core + SarmaCoins-core Bind to given address and always listen on it. Use [host]:port notation for IPv6 和指定的位址繫結,並且一直在指定位址聽候連線。IPv6 請用 [主機]:通訊埠 這種格式 @@ -3258,7 +3258,7 @@ https://www.transifex.com/projects/p/dash/ 這是個還沒發表的測試版本 - 使用請自負風險 - 請不要用來開採或商業應用 - Unable to bind to %s on this computer. Dash Core is probably already running. + Unable to bind to %s on this computer. SarmaCoins Core is probably already running. 沒辦法繫結在這台電腦上的 %s 。達世幣核心可能已經在執行了。 @@ -3438,11 +3438,11 @@ https://www.transifex.com/projects/p/dash/ 錯誤: 找到不再支援的 -socks 參數。現在只支援 SOCKS5 協定的代理伺服器了,因為不再能夠指定 SOCKS 協定版本。 - Fees (in DASH/Kb) smaller than this are considered zero fee for relaying (default: %s) + Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for relaying (default: %s) 當處理轉發的交易時,如果每千位元組(Kb)的手續費比這個值低,就視為沒付手續費 (預設值: %s) - Fees (in DASH/Kb) smaller than this are considered zero fee for transaction creation (default: %s) + Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for transaction creation (default: %s) 當建立交易時,如果每千位元組(Kb)的手續費比這個值低,就視為沒付手續費 (預設值: %s) @@ -3502,7 +3502,7 @@ https://www.transifex.com/projects/p/dash/ 警告: -maxtxfee 設定了很高的金額!這可是一次交易就有可能付出的最高手續費。 - Warning: Please check that your computer's date and time are correct! If your clock is wrong Dash Core will not work properly. + Warning: Please check that your computer's date and time are correct! If your clock is wrong SarmaCoins Core will not work properly. 警告: 請檢查電腦日期和時間是否正確!達世幣核心沒辦法在時鐘不準的情況下正常運作。 @@ -3530,7 +3530,7 @@ https://www.transifex.com/projects/p/dash/ 版權為位元幣核心開發人員自西元 2009 至 %i 年起所有 - Copyright (C) 2014-%i The Dash Core Developers + Copyright (C) 2014-%i The SarmaCoins Core Developers 版權為達世幣核心開發人員自西元 2014 至 %i 年起所有 @@ -3554,7 +3554,7 @@ https://www.transifex.com/projects/p/dash/ 連接到主節點時發生錯誤。 - Error loading wallet.dat: Wallet requires newer version of Dash Core + Error loading wallet.dat: Wallet requires newer version of SarmaCoins Core 載入 wallet.dat 檔案時發生錯誤: 這個錢包需要新版的達世幣核心 @@ -3738,7 +3738,7 @@ https://www.transifex.com/projects/p/dash/ 與異常的節點斷線的臨界值 (預設: %u) - Wallet needed to be rewritten: restart Dash Core to complete + Wallet needed to be rewritten: restart SarmaCoins Core to complete 錢包需要重寫: 請重新啓動達世幣核心來完成 diff --git a/src/qt/macnotificationhandler.mm b/src/qt/macnotificationhandler.mm index bec97e2a32b72..f0d68aec79ef6 100644 --- a/src/qt/macnotificationhandler.mm +++ b/src/qt/macnotificationhandler.mm @@ -13,7 +13,7 @@ @implementation NSBundle(returnCorrectIdentifier) - (NSString *)__bundleIdentifier { if (self == [NSBundle mainBundle]) { - return @"io.SarmaCoins.Dash-Qt"; + return @"io.SarmaCoins.SarmaCoins-Qt"; } else { return [self __bundleIdentifier]; } diff --git a/src/qt/notificator.h b/src/qt/notificator.h index 471675a685c1c..c3834e3680791 100644 --- a/src/qt/notificator.h +++ b/src/qt/notificator.h @@ -6,7 +6,7 @@ #define BITCOIN_QT_NOTIFICATOR_H #if defined(HAVE_CONFIG_H) -#include "config/dash-config.h" +#include "config/SarmaCoins-config.h" #endif #include diff --git a/src/qt/openuridialog.cpp b/src/qt/openuridialog.cpp index 08ac80fb247a7..820f5cd97658e 100644 --- a/src/qt/openuridialog.cpp +++ b/src/qt/openuridialog.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -17,7 +17,7 @@ OpenURIDialog::OpenURIDialog(QWidget *parent) : { ui->setupUi(this); #if QT_VERSION >= 0x040700 - ui->uriEdit->setPlaceholderText("dash:"); + ui->uriEdit->setPlaceholderText("SarmaCoins:"); #endif } @@ -49,5 +49,5 @@ void OpenURIDialog::on_selectFileButton_clicked() if(filename.isEmpty()) return; QUrl fileUri = QUrl::fromLocalFile(filename); - ui->uriEdit->setText("dash:?r=" + QUrl::toPercentEncoding(fileUri.toString())); + ui->uriEdit->setText("SarmaCoins:?r=" + QUrl::toPercentEncoding(fileUri.toString())); } diff --git a/src/qt/optionsdialog.cpp b/src/qt/optionsdialog.cpp index d1b30399d2da3..718c515a0ffcb 100644 --- a/src/qt/optionsdialog.cpp +++ b/src/qt/optionsdialog.cpp @@ -3,7 +3,7 @@ // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) -#include "config/dash-config.h" +#include "config/SarmaCoins-config.h" #endif #include "optionsdialog.h" @@ -82,8 +82,8 @@ OptionsDialog::OptionsDialog(QWidget *parent, bool enableWallet) : } /* Theme selector */ - ui->theme->addItem(QString("DASH-blue"), QVariant("drkblue")); - ui->theme->addItem(QString("DASH-traditional"), QVariant("trad")); + ui->theme->addItem(QString("SarmaCoins-blue"), QVariant("drkblue")); + ui->theme->addItem(QString("SarmaCoins-traditional"), QVariant("trad")); /* Language selector */ diff --git a/src/qt/optionsmodel.cpp b/src/qt/optionsmodel.cpp index e2f15ae74075a..3338a7a2ed2c6 100644 --- a/src/qt/optionsmodel.cpp +++ b/src/qt/optionsmodel.cpp @@ -1,10 +1,10 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) -#include "config/dash-config.h" +#include "config/SarmaCoins-config.h" #endif #include "optionsmodel.h" @@ -60,7 +60,7 @@ void OptionsModel::Init() // Display if (!settings.contains("nDisplayUnit")) - settings.setValue("nDisplayUnit", BitcoinUnits::DASH); + settings.setValue("nDisplayUnit", BitcoinUnits::SarmaCoins); nDisplayUnit = settings.value("nDisplayUnit").toInt(); if (!settings.contains("strThirdPartyTxUrls")) @@ -141,7 +141,7 @@ void OptionsModel::Init() if (settings.contains("nDarksendRounds")) SoftSetArg("-darksendrounds", settings.value("nDarksendRounds").toString().toStdString()); if (settings.contains("nAnonymizeDarkcoinAmount")) - SoftSetArg("-anonymizedashamount", settings.value("nAnonymizeDarkcoinAmount").toString().toStdString()); + SoftSetArg("-anonymizeSarmaCoinsamount", settings.value("nAnonymizeDarkcoinAmount").toString().toStdString()); language = settings.value("language").toString(); } @@ -152,7 +152,7 @@ void OptionsModel::Reset() // Remove all entries from our QSettings object settings.clear(); - resetSettings = true; // Needed in dash.cpp during shotdown to also remove the window positions + resetSettings = true; // Needed in SarmaCoins.cpp during shotdown to also remove the window positions // default setting for OptionsModel::StartAtStartup - disabled if (GUIUtil::GetStartOnSystemStartup()) diff --git a/src/qt/overviewpage.cpp b/src/qt/overviewpage.cpp index e5d19950a6db7..d0076a35505ac 100644 --- a/src/qt/overviewpage.cpp +++ b/src/qt/overviewpage.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -31,7 +31,7 @@ class TxViewDelegate : public QAbstractItemDelegate { Q_OBJECT public: - TxViewDelegate(): QAbstractItemDelegate(), unit(BitcoinUnits::DASH) + TxViewDelegate(): QAbstractItemDelegate(), unit(BitcoinUnits::SarmaCoins) { } @@ -279,7 +279,7 @@ void OverviewPage::setWalletModel(WalletModel *model) connect(model, SIGNAL(notifyWatchonlyChanged(bool)), this, SLOT(updateWatchOnlyLabels(bool))); } - // update the display unit, to not use the default ("DASH") + // update the display unit, to not use the default ("SarmaCoins") updateDisplayUnit(); } diff --git a/src/qt/paymentserver.cpp b/src/qt/paymentserver.cpp index e08e628841c11..ade69230aec8d 100644 --- a/src/qt/paymentserver.cpp +++ b/src/qt/paymentserver.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -51,14 +51,14 @@ using namespace boost; using namespace std; const int BITCOIN_IPC_CONNECT_TIMEOUT = 1000; // milliseconds -const QString BITCOIN_IPC_PREFIX("dash:"); +const QString BITCOIN_IPC_PREFIX("SarmaCoins:"); // BIP70 payment protocol messages const char* BIP70_MESSAGE_PAYMENTACK = "PaymentACK"; const char* BIP70_MESSAGE_PAYMENTREQUEST = "PaymentRequest"; // BIP71 payment protocol media types -const char* BIP71_MIMETYPE_PAYMENT = "application/dash-payment"; -const char* BIP71_MIMETYPE_PAYMENTACK = "application/dash-paymentack"; -const char* BIP71_MIMETYPE_PAYMENTREQUEST = "application/dash-paymentrequest"; +const char* BIP71_MIMETYPE_PAYMENT = "application/SarmaCoins-payment"; +const char* BIP71_MIMETYPE_PAYMENTACK = "application/SarmaCoins-paymentack"; +const char* BIP71_MIMETYPE_PAYMENTREQUEST = "application/SarmaCoins-paymentrequest"; // BIP70 max payment request size in bytes (DoS protection) const qint64 BIP70_MAX_PAYMENTREQUEST_SIZE = 50000; @@ -79,7 +79,7 @@ void PaymentServer::freeCertStore() // static QString ipcServerName() { - QString name("DashQt"); + QString name("SarmaCoinsQt"); // Append a simple hash of the datadir // Note that GetDataDir(true) returns a different path @@ -199,11 +199,11 @@ void PaymentServer::ipcParseCommandLine(int argc, char* argv[]) if (arg.startsWith("-")) continue; - // If the dash: URI contains a payment request, we are not able to detect the + // If the SarmaCoins: URI contains a payment request, we are not able to detect the // network as that would require fetching and parsing the payment request. // That means clicking such an URI which contains a testnet payment request // will start a mainnet instance and throw a "wrong network" error. - if (arg.startsWith(BITCOIN_IPC_PREFIX, Qt::CaseInsensitive)) // dash: URI + if (arg.startsWith(BITCOIN_IPC_PREFIX, Qt::CaseInsensitive)) // SarmaCoins: URI { savedPaymentRequests.append(arg); @@ -299,7 +299,7 @@ PaymentServer::PaymentServer(QObject* parent, bool startLocalServer) : GOOGLE_PROTOBUF_VERIFY_VERSION; // Install global event filter to catch QFileOpenEvents - // on Mac: sent when you click dash: links + // on Mac: sent when you click SarmaCoins: links // other OSes: helpful when dealing with payment request files (in the future) if (parent) parent->installEventFilter(this); @@ -316,7 +316,7 @@ PaymentServer::PaymentServer(QObject* parent, bool startLocalServer) : if (!uriServer->listen(name)) { // constructor is called early in init, so don't use "emit message()" here QMessageBox::critical(0, tr("Payment request error"), - tr("Cannot start dash: click-to-pay handler")); + tr("Cannot start SarmaCoins: click-to-pay handler")); } else { connect(uriServer, SIGNAL(newConnection()), this, SLOT(handleURIConnection())); @@ -331,12 +331,12 @@ PaymentServer::~PaymentServer() } // -// OSX-specific way of handling dash: URIs and +// OSX-specific way of handling SarmaCoins: URIs and // PaymentRequest mime types // bool PaymentServer::eventFilter(QObject *object, QEvent *event) { - // clicking on dash: URIs creates FileOpen events on the Mac + // clicking on SarmaCoins: URIs creates FileOpen events on the Mac if (event->type() == QEvent::FileOpen) { QFileOpenEvent *fileEvent = static_cast(event); @@ -358,7 +358,7 @@ void PaymentServer::initNetManager() if (netManager != NULL) delete netManager; - // netManager is used to fetch paymentrequests given in dash: URIs + // netManager is used to fetch paymentrequests given in SarmaCoins: URIs netManager = new QNetworkAccessManager(this); QNetworkProxy proxy; @@ -398,7 +398,7 @@ void PaymentServer::handleURIOrFile(const QString& s) return; } - if (s.startsWith(BITCOIN_IPC_PREFIX, Qt::CaseInsensitive)) // dash: URI + if (s.startsWith(BITCOIN_IPC_PREFIX, Qt::CaseInsensitive)) // SarmaCoins: URI { #if QT_VERSION < 0x050000 QUrl uri(s); @@ -442,7 +442,7 @@ void PaymentServer::handleURIOrFile(const QString& s) } else emit message(tr("URI handling"), - tr("URI cannot be parsed! This can be caused by an invalid Dash address or malformed URI parameters."), + tr("URI cannot be parsed! This can be caused by an invalid SarmaCoins address or malformed URI parameters."), CClientUIInterface::ICON_WARNING); return; @@ -563,7 +563,7 @@ bool PaymentServer::processPaymentRequest(PaymentRequestPlus& request, SendCoins addresses.append(QString::fromStdString(CBitcoinAddress(dest).ToString())); } else if (!recipient.authenticatedMerchant.isEmpty()) { - // Insecure payments to custom dash addresses are not supported + // Insecure payments to custom SarmaCoins addresses are not supported // (there is no good way to tell the user where they are paying in a way // they'd have a chance of understanding). emit message(tr("Payment request rejected"), diff --git a/src/qt/paymentserver.h b/src/qt/paymentserver.h index f17491db309c7..71ae092990b67 100644 --- a/src/qt/paymentserver.h +++ b/src/qt/paymentserver.h @@ -6,7 +6,7 @@ #define BITCOIN_QT_PAYMENTSERVER_H // This class handles payment requests from clicking on -// dash: URIs +// SarmaCoins: URIs // // This is somewhat tricky, because we have to deal with // the situation where the user clicks on a link during diff --git a/src/qt/receiverequestdialog.cpp b/src/qt/receiverequestdialog.cpp index 987a2fd41b558..b72717ff96e4a 100644 --- a/src/qt/receiverequestdialog.cpp +++ b/src/qt/receiverequestdialog.cpp @@ -22,7 +22,7 @@ #endif #if defined(HAVE_CONFIG_H) -#include "config/dash-config.h" /* for USE_QRCODE */ +#include "config/SarmaCoins-config.h" /* for USE_QRCODE */ #endif #ifdef USE_QRCODE diff --git a/src/qt/recentrequeststablemodel.h b/src/qt/recentrequeststablemodel.h index c678a2de88d6c..28b47391c79d0 100644 --- a/src/qt/recentrequeststablemodel.h +++ b/src/qt/recentrequeststablemodel.h @@ -53,7 +53,7 @@ class RecentRequestEntryLessThan Qt::SortOrder order; }; -/** Model for list of recently generated payment requests / dash: URIs. +/** Model for list of recently generated payment requests / SarmaCoins: URIs. * Part of wallet model. */ class RecentRequestsTableModel: public QAbstractTableModel diff --git a/src/qt/res/css/drkblue.css b/src/qt/res/css/drkblue.css index 965ef42a395c6..017562d0b62e1 100644 --- a/src/qt/res/css/drkblue.css +++ b/src/qt/res/css/drkblue.css @@ -700,16 +700,16 @@ QDialog#HelpMessageDialog QScrollBar:vertical, QDialog#HelpMessageDialog QScroll border:0; } -/* About Dash Dialog */ +/* About SarmaCoins Dialog */ QDialog#AboutDialog { background-color:#F8F6F6; } -QDialog#AboutDialog QLabel#label, QDialog#AboutDialog QLabel#copyrightLabel, QDialog#AboutDialog QLabel#label_2 { /* About Dash Contents */ +QDialog#AboutDialog QLabel#label, QDialog#AboutDialog QLabel#copyrightLabel, QDialog#AboutDialog QLabel#label_2 { /* About SarmaCoins Contents */ margin-left:10px; } -QDialog#AboutDialog QLabel#label_2 { /* Margin for About Dash text */ +QDialog#AboutDialog QLabel#label_2 { /* Margin for About SarmaCoins text */ margin-right:10px; } @@ -1042,7 +1042,7 @@ min-width:410px; margin-right:20px; margin-left:0; margin-top:0; -background-image: url(':/images/dash_logo_horizontal'); +background-image: url(':/images/SarmaCoins_logo_horizontal'); background-repeat:none; } diff --git a/src/qt/res/dash-qt-res.rc b/src/qt/res/dash-qt-res.rc index 2a8f850260f12..2a834766f4a53 100644 --- a/src/qt/res/dash-qt-res.rc +++ b/src/qt/res/dash-qt-res.rc @@ -19,14 +19,14 @@ BEGIN BEGIN BLOCK "040904E4" // U.S. English - multilingual (hex) BEGIN - VALUE "CompanyName", "Dash" - VALUE "FileDescription", "Dash Core (OSS GUI client for Dash)" + VALUE "CompanyName", "SarmaCoins" + VALUE "FileDescription", "SarmaCoins Core (OSS GUI client for SarmaCoins)" VALUE "FileVersion", VER_FILEVERSION_STR - VALUE "InternalName", "dash-qt" + VALUE "InternalName", "SarmaCoins-qt" VALUE "LegalCopyright", COPYRIGHT_STR VALUE "LegalTrademarks1", "Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php." - VALUE "OriginalFilename", "dash-qt.exe" - VALUE "ProductName", "Dash Core" + VALUE "OriginalFilename", "SarmaCoins-qt.exe" + VALUE "ProductName", "SarmaCoins Core" VALUE "ProductVersion", VER_PRODUCTVERSION_STR END END diff --git a/src/qt/rpcconsole.cpp b/src/qt/rpcconsole.cpp index b3be32cc65048..27c4c889cb610 100644 --- a/src/qt/rpcconsole.cpp +++ b/src/qt/rpcconsole.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -438,7 +438,7 @@ void RPCConsole::clear() "b { color: #006060; } " ); - message(CMD_REPLY, (tr("Welcome to the Dash RPC console.") + "
" + + message(CMD_REPLY, (tr("Welcome to the SarmaCoins RPC console.") + "
" + tr("Use up and down arrows to navigate history, and Ctrl-L to clear screen.") + "
" + tr("Type help for an overview of available commands.")), true); } diff --git a/src/qt/rpcconsole.h b/src/qt/rpcconsole.h index 07281c35a33bf..38a0acfe2790d 100644 --- a/src/qt/rpcconsole.h +++ b/src/qt/rpcconsole.h @@ -90,7 +90,7 @@ public slots: void showPeers(); /** Switch to wallet-repair tab and show */ void showRepair(); - /** Open external (default) editor with dash.conf */ + /** Open external (default) editor with SarmaCoins.conf */ void showConfEditor(); /** Handle selection of peer in peers list */ void peerSelected(const QItemSelection &selected, const QItemSelection &deselected); diff --git a/src/qt/sendcoinsdialog.cpp b/src/qt/sendcoinsdialog.cpp index 9f3fc57ebc93b..3b0dc162df7e2 100644 --- a/src/qt/sendcoinsdialog.cpp +++ b/src/qt/sendcoinsdialog.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -53,7 +53,7 @@ SendCoinsDialog::SendCoinsDialog(QWidget *parent) : connect(ui->checkBoxCoinControlChange, SIGNAL(stateChanged(int)), this, SLOT(coinControlChangeChecked(int))); connect(ui->lineEditCoinControlChange, SIGNAL(textEdited(const QString &)), this, SLOT(coinControlChangeEdited(const QString &))); - // Dash specific + // SarmaCoins specific QSettings settings; if (!settings.contains("bUseDarkSend")) settings.setValue("bUseDarkSend", false); @@ -855,7 +855,7 @@ void SendCoinsDialog::coinControlChangeEdited(const QString& text) } else if (!addr.IsValid()) // Invalid address { - ui->labelCoinControlChangeLabel->setText(tr("Warning: Invalid Dash address")); + ui->labelCoinControlChangeLabel->setText(tr("Warning: Invalid SarmaCoins address")); } else // Valid address { diff --git a/src/qt/sendcoinsentry.cpp b/src/qt/sendcoinsentry.cpp index 0a58998bd8308..b548a451adbbe 100644 --- a/src/qt/sendcoinsentry.cpp +++ b/src/qt/sendcoinsentry.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -31,9 +31,9 @@ SendCoinsEntry::SendCoinsEntry(QWidget *parent) : ui->addAsLabel->setPlaceholderText(tr("Enter a label for this address to add it to your address book")); #endif - // normal dash address field + // normal SarmaCoins address field GUIUtil::setupAddressWidget(ui->payTo, this); - // just a label for displaying dash address(es) + // just a label for displaying SarmaCoins address(es) ui->payTo_is->setFont(GUIUtil::bitcoinAddressFont()); // Connect signals diff --git a/src/qt/signverifymessagedialog.cpp b/src/qt/signverifymessagedialog.cpp index 67716aa5ddcf9..5ac8692f81fc4 100644 --- a/src/qt/signverifymessagedialog.cpp +++ b/src/qt/signverifymessagedialog.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/splashscreen.cpp b/src/qt/splashscreen.cpp index 3312bd134167e..f83509b6388cd 100644 --- a/src/qt/splashscreen.cpp +++ b/src/qt/splashscreen.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -33,10 +33,10 @@ SplashScreen::SplashScreen(Qt::WindowFlags f, const NetworkStyle *networkStyle) float fontFactor = 1.0; // define text to place - QString titleText = tr("Dash Core"); + QString titleText = tr("SarmaCoins Core"); QString versionText = QString(tr("Version %1")).arg(QString::fromStdString(FormatFullVersion())); QString copyrightTextBtc = QChar(0xA9)+QString(" 2009-%1 ").arg(COPYRIGHT_YEAR) + QString(tr("The Bitcoin Core developers")); - QString copyrightTextDash = QChar(0xA9)+QString(" 2014-%1 ").arg(COPYRIGHT_YEAR) + QString(tr("The Dash Core developers")); + QString copyrightTextSarmaCoins = QChar(0xA9)+QString(" 2014-%1 ").arg(COPYRIGHT_YEAR) + QString(tr("The SarmaCoins Core developers")); QString titleAddText = networkStyle->getTitleAddText(); QString font = QApplication::font().toString(); @@ -67,7 +67,7 @@ SplashScreen::SplashScreen(Qt::WindowFlags f, const NetworkStyle *networkStyle) // draw copyright stuff pixPaint.setFont(QFont(font, 10*fontFactor)); pixPaint.drawText(paddingLeft,paddingTop+titleCopyrightVSpace,copyrightTextBtc); - pixPaint.drawText(paddingLeft,paddingTop+titleCopyrightVSpace+12,copyrightTextDash); + pixPaint.drawText(paddingLeft,paddingTop+titleCopyrightVSpace+12,copyrightTextSarmaCoins); // draw additional text if special network if(!titleAddText.isEmpty()) { diff --git a/src/qt/test/Makefile b/src/qt/test/Makefile index 09cd874b11577..5a28636a10cf6 100644 --- a/src/qt/test/Makefile +++ b/src/qt/test/Makefile @@ -1,6 +1,6 @@ all: - $(MAKE) -C ../../ test_dash_qt + $(MAKE) -C ../../ test_SarmaCoins_qt clean: - $(MAKE) -C ../../ test_dash_qt_clean + $(MAKE) -C ../../ test_SarmaCoins_qt_clean check: - $(MAKE) -C ../../ test_dash_qt_check + $(MAKE) -C ../../ test_SarmaCoins_qt_check diff --git a/src/qt/test/test_main.cpp b/src/qt/test/test_main.cpp index 36e926456c927..993a500f80ac4 100644 --- a/src/qt/test/test_main.cpp +++ b/src/qt/test/test_main.cpp @@ -1,10 +1,10 @@ // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) -#include "config/dash-config.h" +#include "config/SarmaCoins-config.h" #endif #include "util.h" @@ -35,7 +35,7 @@ int main(int argc, char *argv[]) // Don't remove this, it's needed to access // QCoreApplication:: in the tests QCoreApplication app(argc, argv); - app.setApplicationName("Dash-Qt-test"); + app.setApplicationName("SarmaCoins-Qt-test"); URITests test1; if (QTest::qExec(&test1) != 0) diff --git a/src/qt/test/uritests.cpp b/src/qt/test/uritests.cpp index c8598e46482bb..2c3a6875d7dbb 100644 --- a/src/qt/test/uritests.cpp +++ b/src/qt/test/uritests.cpp @@ -13,54 +13,54 @@ void URITests::uriTests() { SendCoinsRecipient rv; QUrl uri; - uri.setUrl(QString("dash:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?req-dontexist=")); + uri.setUrl(QString("SarmaCoins:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?req-dontexist=")); QVERIFY(!GUIUtil::parseBitcoinURI(uri, &rv)); - uri.setUrl(QString("dash:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?dontexist=")); + uri.setUrl(QString("SarmaCoins:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?dontexist=")); QVERIFY(GUIUtil::parseBitcoinURI(uri, &rv)); QVERIFY(rv.address == QString("XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg")); QVERIFY(rv.label == QString()); QVERIFY(rv.amount == 0); - uri.setUrl(QString("dash:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?label=Some Example Address")); + uri.setUrl(QString("SarmaCoins:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?label=Some Example Address")); QVERIFY(GUIUtil::parseBitcoinURI(uri, &rv)); QVERIFY(rv.address == QString("XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg")); QVERIFY(rv.label == QString("Some Example Address")); QVERIFY(rv.amount == 0); - uri.setUrl(QString("dash:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?amount=0.001")); + uri.setUrl(QString("SarmaCoins:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?amount=0.001")); QVERIFY(GUIUtil::parseBitcoinURI(uri, &rv)); QVERIFY(rv.address == QString("XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg")); QVERIFY(rv.label == QString()); QVERIFY(rv.amount == 100000); - uri.setUrl(QString("dash:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?amount=1.001")); + uri.setUrl(QString("SarmaCoins:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?amount=1.001")); QVERIFY(GUIUtil::parseBitcoinURI(uri, &rv)); QVERIFY(rv.address == QString("XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg")); QVERIFY(rv.label == QString()); QVERIFY(rv.amount == 100100000); - uri.setUrl(QString("dash:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?amount=100&label=Some Example")); + uri.setUrl(QString("SarmaCoins:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?amount=100&label=Some Example")); QVERIFY(GUIUtil::parseBitcoinURI(uri, &rv)); QVERIFY(rv.address == QString("XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg")); QVERIFY(rv.amount == 10000000000LL); QVERIFY(rv.label == QString("Some Example")); - uri.setUrl(QString("dash:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?message=Some Example Address")); + uri.setUrl(QString("SarmaCoins:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?message=Some Example Address")); QVERIFY(GUIUtil::parseBitcoinURI(uri, &rv)); QVERIFY(rv.address == QString("XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg")); QVERIFY(rv.label == QString()); - QVERIFY(GUIUtil::parseBitcoinURI("dash://XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?message=Some Example Address", &rv)); + QVERIFY(GUIUtil::parseBitcoinURI("SarmaCoins://XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?message=Some Example Address", &rv)); QVERIFY(rv.address == QString("XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg")); QVERIFY(rv.label == QString()); - uri.setUrl(QString("dash:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?req-message=Some Example Address")); + uri.setUrl(QString("SarmaCoins:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?req-message=Some Example Address")); QVERIFY(GUIUtil::parseBitcoinURI(uri, &rv)); - uri.setUrl(QString("dash:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?amount=1,000&label=Some Example")); + uri.setUrl(QString("SarmaCoins:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?amount=1,000&label=Some Example")); QVERIFY(!GUIUtil::parseBitcoinURI(uri, &rv)); - uri.setUrl(QString("dash:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?amount=1,000.0&label=Some Example")); + uri.setUrl(QString("SarmaCoins:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?amount=1,000.0&label=Some Example")); QVERIFY(!GUIUtil::parseBitcoinURI(uri, &rv)); } diff --git a/src/qt/transactiondesc.cpp b/src/qt/transactiondesc.cpp index 5fb1573edcf0d..f3f1ca2d9ec04 100644 --- a/src/qt/transactiondesc.cpp +++ b/src/qt/transactiondesc.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -282,7 +282,7 @@ QString TransactionDesc::toHTML(CWallet *wallet, CWalletTx &wtx, TransactionReco strHTML += "" + tr("Transaction ID") + ": " + TransactionRecord::formatSubTxId(wtx.GetHash(), rec->idx) + "
"; - // Message from normal dash:URI (dash:XyZ...?message=example) + // Message from normal SarmaCoins:URI (SarmaCoins:XyZ...?message=example) foreach (const PAIRTYPE(string, string)& r, wtx.vOrderForm) if (r.first == "Message") strHTML += "
" + tr("Message") + ":
" + GUIUtil::HtmlEscape(r.second, true) + "
"; diff --git a/src/qt/transactionrecord.cpp b/src/qt/transactionrecord.cpp index 968391a73635e..65d54ade1e588 100644 --- a/src/qt/transactionrecord.cpp +++ b/src/qt/transactionrecord.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -58,7 +58,7 @@ QList TransactionRecord::decomposeTransaction(const CWallet * sub.involvesWatchAddress = mine == ISMINE_WATCH_ONLY; if (ExtractDestination(txout.scriptPubKey, address) && IsMine(*wallet, address)) { - // Received by Dash Address + // Received by SarmaCoins Address sub.type = TransactionRecord::RecvWithAddress; sub.address = CBitcoinAddress(address).ToString(); } @@ -129,7 +129,7 @@ QList TransactionRecord::decomposeTransaction(const CWallet * CTxDestination address; if (ExtractDestination(wtx.vout[0].scriptPubKey, address)) { - // Sent to Dash Address + // Sent to SarmaCoins Address sub.address = CBitcoinAddress(address).ToString(); } else @@ -182,7 +182,7 @@ QList TransactionRecord::decomposeTransaction(const CWallet * CTxDestination address; if (ExtractDestination(txout.scriptPubKey, address)) { - // Sent to Dash Address + // Sent to SarmaCoins Address sub.type = TransactionRecord::SendToAddress; sub.address = CBitcoinAddress(address).ToString(); } diff --git a/src/qt/utilitydialog.cpp b/src/qt/utilitydialog.cpp index c0bfc47c41b19..ccc6078ea89ad 100644 --- a/src/qt/utilitydialog.cpp +++ b/src/qt/utilitydialog.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -29,7 +29,7 @@ HelpMessageDialog::HelpMessageDialog(QWidget *parent, bool about) : ui->setupUi(this); GUIUtil::restoreWindowGeometry("nHelpMessageDialogWindow", this->size(), this); - QString version = tr("Dash Core") + " " + tr("version") + " " + QString::fromStdString(FormatFullVersion()); + QString version = tr("SarmaCoins Core") + " " + tr("version") + " " + QString::fromStdString(FormatFullVersion()); /* On x86 add a bit specifier to the version so that users can distinguish between * 32 and 64 bit builds. On other architectures, 32/64 bit may be more ambigious. */ @@ -41,7 +41,7 @@ HelpMessageDialog::HelpMessageDialog(QWidget *parent, bool about) : if (about) { - setWindowTitle(tr("About Dash Core")); + setWindowTitle(tr("About SarmaCoins Core")); /// HTML-format the license message from the core QString licenseInfo = QString::fromStdString(LicenseInfo()); @@ -62,7 +62,7 @@ HelpMessageDialog::HelpMessageDialog(QWidget *parent, bool about) : } else { setWindowTitle(tr("Command-line options")); QString header = tr("Usage:") + "\n" + - " dash-qt [" + tr("command-line options") + "] " + "\n"; + " SarmaCoins-qt [" + tr("command-line options") + "] " + "\n"; QString coreOptions = QString::fromStdString(HelpMessage(HMM_BITCOIN_QT)); @@ -114,7 +114,7 @@ ShutdownWindow::ShutdownWindow(QWidget *parent, Qt::WindowFlags f): { QVBoxLayout *layout = new QVBoxLayout(); layout->addWidget(new QLabel( - tr("Dash Core is shutting down...") + "

" + + tr("SarmaCoins Core is shutting down...") + "

" + tr("Do not shut down the computer until this window disappears."))); setLayout(layout); } diff --git a/src/qt/walletmodel.cpp b/src/qt/walletmodel.cpp index 71179e791f157..408cabded6ddb 100644 --- a/src/qt/walletmodel.cpp +++ b/src/qt/walletmodel.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -247,7 +247,7 @@ WalletModel::SendCoinsReturn WalletModel::prepareTransaction(WalletModelTransact total += subtotal; } else - { // User-entered dash address / amount: + { // User-entered SarmaCoins address / amount: if(!validateAddress(rcp.address)) { return InvalidAddress; @@ -289,7 +289,7 @@ WalletModel::SendCoinsReturn WalletModel::prepareTransaction(WalletModelTransact if(recipients[0].useInstantX && total > GetSporkValue(SPORK_5_MAX_VALUE)*COIN){ - emit message(tr("Send Coins"), tr("InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 DASH.").arg(GetSporkValue(SPORK_5_MAX_VALUE)), + emit message(tr("Send Coins"), tr("InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 SarmaCoins.").arg(GetSporkValue(SPORK_5_MAX_VALUE)), CClientUIInterface::MSG_ERROR); return TransactionCreationFailed; } @@ -298,7 +298,7 @@ WalletModel::SendCoinsReturn WalletModel::prepareTransaction(WalletModelTransact transaction.setTransactionFee(nFeeRequired); if(recipients[0].useInstantX && newTx->GetValueOut() > GetSporkValue(SPORK_5_MAX_VALUE)*COIN){ - emit message(tr("Send Coins"), tr("InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 DASH.").arg(GetSporkValue(SPORK_5_MAX_VALUE)), + emit message(tr("Send Coins"), tr("InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 SarmaCoins.").arg(GetSporkValue(SPORK_5_MAX_VALUE)), CClientUIInterface::MSG_ERROR); return TransactionCreationFailed; } @@ -346,7 +346,7 @@ WalletModel::SendCoinsReturn WalletModel::sendCoins(WalletModelTransaction &tran rcp.paymentRequest.SerializeToString(&value); newTx->vOrderForm.push_back(make_pair(key, value)); } - else if (!rcp.message.isEmpty()) // Message from normal dash:URI (dash:XyZ...?message=example) + else if (!rcp.message.isEmpty()) // Message from normal SarmaCoins:URI (SarmaCoins:XyZ...?message=example) { newTx->vOrderForm.push_back(make_pair("Message", rcp.message.toStdString())); } diff --git a/src/qt/walletview.h b/src/qt/walletview.h index 71fd26ba9c7af..c224bf2fa79a6 100644 --- a/src/qt/walletview.h +++ b/src/qt/walletview.h @@ -109,7 +109,7 @@ public slots: /** Show progress dialog e.g. for rescan */ void showProgress(const QString &title, int nProgress); - /** Update selected DASH amount from transactionview */ + /** Update selected SarmaCoins amount from transactionview */ void trxAmount(QString amount); signals: diff --git a/src/rpcblockchain.cpp b/src/rpcblockchain.cpp index 8ff4ffc80e379..7c48a57d7e5f8 100644 --- a/src/rpcblockchain.cpp +++ b/src/rpcblockchain.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -173,7 +173,7 @@ Value getrawmempool(const Array& params, bool fHelp) "{ (json object)\n" " \"transactionid\" : { (json object)\n" " \"size\" : n, (numeric) transaction size in bytes\n" - " \"fee\" : n, (numeric) transaction fee in dashs\n" + " \"fee\" : n, (numeric) transaction fee in SarmaCoinss\n" " \"time\" : n, (numeric) local time transaction entered pool in seconds since 1 Jan 1970 GMT\n" " \"height\" : n, (numeric) block height when transaction entered pool\n" " \"startingpriority\" : n, (numeric) priority when transaction entered pool\n" @@ -430,8 +430,8 @@ Value gettxout(const Array& params, bool fHelp) " \"hex\" : \"hex\", (string) \n" " \"reqSigs\" : n, (numeric) Number of required signatures\n" " \"type\" : \"pubkeyhash\", (string) The type, eg pubkeyhash\n" - " \"addresses\" : [ (array of string) array of dash addresses\n" - " \"dashaddress\" (string) dash address\n" + " \"addresses\" : [ (array of string) array of SarmaCoins addresses\n" + " \"SarmaCoinsaddress\" (string) SarmaCoins address\n" " ,...\n" " ]\n" " },\n" diff --git a/src/rpcclient.cpp b/src/rpcclient.cpp index 4844f6567373d..d206a5dbad84e 100644 --- a/src/rpcclient.cpp +++ b/src/rpcclient.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/rpcdump.cpp b/src/rpcdump.cpp index 1171965f1bc8a..1c902fb07f935 100644 --- a/src/rpcdump.cpp +++ b/src/rpcdump.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -74,10 +74,10 @@ Value importprivkey(const Array& params, bool fHelp) { if (fHelp || params.size() < 1 || params.size() > 3) throw runtime_error( - "importprivkey \"dashprivkey\" ( \"label\" rescan )\n" + "importprivkey \"SarmaCoinsprivkey\" ( \"label\" rescan )\n" "\nAdds a private key (as returned by dumpprivkey) to your wallet.\n" "\nArguments:\n" - "1. \"dashprivkey\" (string, required) The private key (see dumpprivkey)\n" + "1. \"SarmaCoinsprivkey\" (string, required) The private key (see dumpprivkey)\n" "2. \"label\" (string, optional, default=\"\") An optional label\n" "3. rescan (boolean, optional, default=true) Rescan the wallet for transactions\n" "\nNote: This call can take minutes to complete if rescan is true.\n" @@ -168,7 +168,7 @@ Value importaddress(const Array& params, bool fHelp) std::vector data(ParseHex(params[0].get_str())); script = CScript(data.begin(), data.end()); } else { - throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Dash address or script"); + throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid SarmaCoins address or script"); } string strLabel = ""; @@ -310,11 +310,11 @@ Value dumpprivkey(const Array& params, bool fHelp) { if (fHelp || params.size() != 1) throw runtime_error( - "dumpprivkey \"dashaddress\"\n" - "\nReveals the private key corresponding to 'dashaddress'.\n" + "dumpprivkey \"SarmaCoinsaddress\"\n" + "\nReveals the private key corresponding to 'SarmaCoinsaddress'.\n" "Then the importprivkey can be used with this output\n" "\nArguments:\n" - "1. \"dashaddress\" (string, required) The dash address for the private key\n" + "1. \"SarmaCoinsaddress\" (string, required) The SarmaCoins address for the private key\n" "\nResult:\n" "\"key\" (string) The private key\n" "\nExamples:\n" @@ -328,7 +328,7 @@ Value dumpprivkey(const Array& params, bool fHelp) string strAddress = params[0].get_str(); CBitcoinAddress address; if (!address.SetString(strAddress)) - throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Dash address"); + throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid SarmaCoins address"); CKeyID keyID; if (!address.GetKeyID(keyID)) throw JSONRPCError(RPC_TYPE_ERROR, "Address does not refer to a key"); @@ -373,7 +373,7 @@ Value dumpwallet(const Array& params, bool fHelp) std::sort(vKeyBirth.begin(), vKeyBirth.end()); // produce output - file << strprintf("# Wallet dump created by Dash %s (%s)\n", CLIENT_BUILD, CLIENT_DATE); + file << strprintf("# Wallet dump created by SarmaCoins %s (%s)\n", CLIENT_BUILD, CLIENT_DATE); file << strprintf("# * Created on %s\n", EncodeDumpTime(GetTime())); file << strprintf("# * Best block at time of backup was %i (%s),\n", chainActive.Height(), chainActive.Tip()->GetBlockHash().ToString()); file << strprintf("# mined on %s\n", EncodeDumpTime(chainActive.Tip()->GetBlockTime())); diff --git a/src/rpcmasternode-budget.cpp b/src/rpcmasternode-budget.cpp index 3245349f847c2..7780d54126989 100644 --- a/src/rpcmasternode-budget.cpp +++ b/src/rpcmasternode-budget.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015 The Dash Developers +// Copyright (c) 2014-2015 The SarmaCoins Developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -31,9 +31,9 @@ Value mnbudget(const Array& params, bool fHelp) "\nAvailable commands:\n" " prepare - Prepare proposal for network by signing and creating tx\n" " submit - Submit proposal for network\n" - " vote-many - Vote on a Dash initiative\n" - " vote-alias - Vote on a Dash initiative\n" - " vote - Vote on a Dash initiative/budget\n" + " vote-many - Vote on a SarmaCoins initiative\n" + " vote-alias - Vote on a SarmaCoins initiative\n" + " vote - Vote on a SarmaCoins initiative/budget\n" " getvotes - Show current masternode budgets\n" " getinfo - Show current masternode budgets\n" " show - Show all budgets\n" @@ -60,7 +60,7 @@ Value mnbudget(const Array& params, bool fHelp) mnEntries = masternodeConfig.getEntries(); if (params.size() != 7) - throw runtime_error("Correct usage is 'mnbudget prepare proposal-name url payment_count block_start dash_address monthly_payment_dash'"); + throw runtime_error("Correct usage is 'mnbudget prepare proposal-name url payment_count block_start SarmaCoins_address monthly_payment_SarmaCoins'"); std::string strProposalName = params[1].get_str(); if(strProposalName.size() > 20) @@ -93,9 +93,9 @@ Value mnbudget(const Array& params, bool fHelp) CBitcoinAddress address(params[5].get_str()); if (!address.IsValid()) - throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Dash address"); + throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid SarmaCoins address"); - // Parse Dash address + // Parse SarmaCoins address CScript scriptPubKey = GetScriptForDestination(address.Get()); CAmount nAmount = AmountFromValue(params[6]); @@ -137,7 +137,7 @@ Value mnbudget(const Array& params, bool fHelp) mnEntries = masternodeConfig.getEntries(); if (params.size() != 8) - throw runtime_error("Correct usage is 'mnbudget submit proposal-name url payment_count block_start dash_address monthly_payment_dash fee_tx'"); + throw runtime_error("Correct usage is 'mnbudget submit proposal-name url payment_count block_start SarmaCoins_address monthly_payment_SarmaCoins fee_tx'"); // Check these inputs the same way we check the vote commands: // ********************************************************** @@ -173,9 +173,9 @@ Value mnbudget(const Array& params, bool fHelp) CBitcoinAddress address(params[5].get_str()); if (!address.IsValid()) - throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Dash address"); + throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid SarmaCoins address"); - // Parse Dash address + // Parse SarmaCoins address CScript scriptPubKey = GetScriptForDestination(address.Get()); CAmount nAmount = AmountFromValue(params[6]); uint256 hash = ParseHashV(params[7], "parameter 1"); diff --git a/src/rpcmasternode.cpp b/src/rpcmasternode.cpp index d59abb77416d0..ffc3a31e89711 100644 --- a/src/rpcmasternode.cpp +++ b/src/rpcmasternode.cpp @@ -34,7 +34,7 @@ void SendMoney(const CTxDestination &address, CAmount nValue, CWalletTx& wtxNew, throw JSONRPCError(RPC_WALLET_ERROR, strError); } - // Parse Dash address + // Parse SarmaCoins address CScript scriptPubKey = GetScriptForDestination(address); // Create and send the transaction @@ -55,8 +55,8 @@ Value darksend(const Array& params, bool fHelp) { if (fHelp || params.size() == 0) throw runtime_error( - "darksend \n" - "dashaddress, reset, or auto (AutoDenominate)" + "darksend \n" + "SarmaCoinsaddress, reset, or auto (AutoDenominate)" " is a real and will be rounded to the next 0.1" + HelpRequiringPassphrase()); @@ -77,14 +77,14 @@ Value darksend(const Array& params, bool fHelp) if (params.size() != 2) throw runtime_error( - "darksend \n" - "dashaddress, denominate, or auto (AutoDenominate)" + "darksend \n" + "SarmaCoinsaddress, denominate, or auto (AutoDenominate)" " is a real and will be rounded to the next 0.1" + HelpRequiringPassphrase()); CBitcoinAddress address(params[0].get_str()); if (!address.IsValid()) - throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Dash address"); + throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid SarmaCoins address"); // Amount CAmount nAmount = AmountFromValue(params[1]); @@ -140,7 +140,7 @@ Value masternode(const Array& params, bool fHelp) " genkey - Generate new masternodeprivkey\n" " enforce - Enforce masternode payments\n" " outputs - Print masternode compatible outputs\n" - " start - Start masternode configured in dash.conf\n" + " start - Start masternode configured in SarmaCoins.conf\n" " start-alias - Start single masternode by assigned alias configured in masternode.conf\n" " start- - Start masternodes configured in masternode.conf (: 'all', 'missing', 'disabled')\n" " status - Print masternode status information\n" diff --git a/src/rpcmining.cpp b/src/rpcmining.cpp index 4f42e7e534abd..d4a374ec80b6b 100644 --- a/src/rpcmining.cpp +++ b/src/rpcmining.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -101,7 +101,7 @@ Value getgenerate(const Array& params, bool fHelp) throw runtime_error( "getgenerate\n" "\nReturn if the server is set to generate coins or not. The default is false.\n" - "It is set with the command line argument -gen (or dash.conf setting gen)\n" + "It is set with the command line argument -gen (or SarmaCoins.conf setting gen)\n" "It can also be set with the setgenerate call.\n" "\nResult\n" "true|false (boolean) If the server is set to generate coins or not\n" @@ -440,10 +440,10 @@ Value getblocktemplate(const Array& params, bool fHelp) throw JSONRPCError(RPC_INVALID_PARAMETER, "Invalid mode"); if (vNodes.empty()) - throw JSONRPCError(RPC_CLIENT_NOT_CONNECTED, "Dash is not connected!"); + throw JSONRPCError(RPC_CLIENT_NOT_CONNECTED, "SarmaCoins is not connected!"); if (IsInitialBlockDownload()) - throw JSONRPCError(RPC_CLIENT_IN_INITIAL_DOWNLOAD, "Dash is downloading blocks..."); + throw JSONRPCError(RPC_CLIENT_IN_INITIAL_DOWNLOAD, "SarmaCoins is downloading blocks..."); static unsigned int nTransactionsUpdatedLast; diff --git a/src/rpcmisc.cpp b/src/rpcmisc.cpp index 5aa41de1f33e7..3cbacdcc64995 100644 --- a/src/rpcmisc.cpp +++ b/src/rpcmisc.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -55,8 +55,8 @@ Value getinfo(const Array& params, bool fHelp) " \"version\": xxxxx, (numeric) the server version\n" " \"protocolversion\": xxxxx, (numeric) the protocol version\n" " \"walletversion\": xxxxx, (numeric) the wallet version\n" - " \"balance\": xxxxxxx, (numeric) the total dash balance of the wallet\n" - " \"darksend_balance\": xxxxxx, (numeric) the anonymized dash balance of the wallet\n" + " \"balance\": xxxxxxx, (numeric) the total SarmaCoins balance of the wallet\n" + " \"darksend_balance\": xxxxxx, (numeric) the anonymized SarmaCoins balance of the wallet\n" " \"blocks\": xxxxxx, (numeric) the current number of blocks processed in the server\n" " \"timeoffset\": xxxxx, (numeric) the time offset\n" " \"connections\": xxxxx, (numeric) the number of connections\n" @@ -66,8 +66,8 @@ Value getinfo(const Array& params, bool fHelp) " \"keypoololdest\": xxxxxx, (numeric) the timestamp (seconds since GMT epoch) of the oldest pre-generated key in the key pool\n" " \"keypoolsize\": xxxx, (numeric) how many new keys are pre-generated\n" " \"unlocked_until\": ttt, (numeric) the timestamp in seconds since epoch (midnight Jan 1 1970 GMT) that the wallet is unlocked for transfers, or 0 if the wallet is locked\n" - " \"paytxfee\": x.xxxx, (numeric) the transaction fee set in dash/kb\n" - " \"relayfee\": x.xxxx, (numeric) minimum relay fee for non-free transactions in dash/kb\n" + " \"paytxfee\": x.xxxx, (numeric) the transaction fee set in SarmaCoins/kb\n" + " \"relayfee\": x.xxxx, (numeric) minimum relay fee for non-free transactions in SarmaCoins/kb\n" " \"errors\": \"...\" (string) any error messages\n" "}\n" "\nExamples:\n" @@ -247,14 +247,14 @@ Value validateaddress(const Array& params, bool fHelp) { if (fHelp || params.size() != 1) throw runtime_error( - "validateaddress \"dashaddress\"\n" - "\nReturn information about the given dash address.\n" + "validateaddress \"SarmaCoinsaddress\"\n" + "\nReturn information about the given SarmaCoins address.\n" "\nArguments:\n" - "1. \"dashaddress\" (string, required) The dash address to validate\n" + "1. \"SarmaCoinsaddress\" (string, required) The SarmaCoins address to validate\n" "\nResult:\n" "{\n" " \"isvalid\" : true|false, (boolean) If the address is valid or not. If not, this is the only property returned.\n" - " \"address\" : \"dashaddress\", (string) The dash address validated\n" + " \"address\" : \"SarmaCoinsaddress\", (string) The SarmaCoins address validated\n" " \"ismine\" : true|false, (boolean) If the address is yours or not\n" " \"isscript\" : true|false, (boolean) If the key is a script\n" " \"pubkey\" : \"publickeyhex\", (string) The hex value of the raw public key\n" @@ -314,7 +314,7 @@ CScript _createmultisig_redeemScript(const Array& params) { const std::string& ks = keys[i].get_str(); #ifdef ENABLE_WALLET - // Case 1: Dash address and we have full public key: + // Case 1: SarmaCoins address and we have full public key: CBitcoinAddress address(ks); if (pwalletMain && address.IsValid()) { @@ -365,9 +365,9 @@ Value createmultisig(const Array& params, bool fHelp) "\nArguments:\n" "1. nrequired (numeric, required) The number of required signatures out of the n keys or addresses.\n" - "2. \"keys\" (string, required) A json array of keys which are dash addresses or hex-encoded public keys\n" + "2. \"keys\" (string, required) A json array of keys which are SarmaCoins addresses or hex-encoded public keys\n" " [\n" - " \"key\" (string) dash address or hex-encoded public key\n" + " \"key\" (string) SarmaCoins address or hex-encoded public key\n" " ,...\n" " ]\n" @@ -402,10 +402,10 @@ Value verifymessage(const Array& params, bool fHelp) { if (fHelp || params.size() != 3) throw runtime_error( - "verifymessage \"dashaddress\" \"signature\" \"message\"\n" + "verifymessage \"SarmaCoinsaddress\" \"signature\" \"message\"\n" "\nVerify a signed message\n" "\nArguments:\n" - "1. \"dashaddress\" (string, required) The dash address to use for the signature.\n" + "1. \"SarmaCoinsaddress\" (string, required) The SarmaCoins address to use for the signature.\n" "2. \"signature\" (string, required) The signature provided by the signer in base 64 encoding (see signmessage).\n" "3. \"message\" (string, required) The message that was signed.\n" "\nResult:\n" diff --git a/src/rpcnet.cpp b/src/rpcnet.cpp index a8f51fa6122dd..15480cdaa8258 100644 --- a/src/rpcnet.cpp +++ b/src/rpcnet.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -95,7 +95,7 @@ Value getpeerinfo(const Array& params, bool fHelp) " \"pingtime\": n, (numeric) ping time\n" " \"pingwait\": n, (numeric) ping wait\n" " \"version\": v, (numeric) The peer version, such as 7001\n" - " \"subver\": \"/Dash Core:x.x.x/\", (string) The string version\n" + " \"subver\": \"/SarmaCoins Core:x.x.x/\", (string) The string version\n" " \"inbound\": true|false, (boolean) Inbound (true) or Outbound (false)\n" " \"startingheight\": n, (numeric) The starting height (block) of the peer\n" " \"banscore\": n, (numeric) The ban score\n" @@ -229,7 +229,7 @@ Value getaddednodeinfo(const Array& params, bool fHelp) " \"connected\" : true|false, (boolean) If connected\n" " \"addresses\" : [\n" " {\n" - " \"address\" : \"192.168.0.201:9999\", (string) The dash server host and port\n" + " \"address\" : \"192.168.0.201:9999\", (string) The SarmaCoins server host and port\n" " \"connected\" : \"outbound\" (string) connection, inbound or outbound\n" " }\n" " ,...\n" @@ -381,7 +381,7 @@ Value getnetworkinfo(const Array& params, bool fHelp) "\nResult:\n" "{\n" " \"version\": xxxxx, (numeric) the server version\n" - " \"subversion\": \"/Dash Core:x.x.x/\", (string) the server subversion string\n" + " \"subversion\": \"/SarmaCoins Core:x.x.x/\", (string) the server subversion string\n" " \"protocolversion\": xxxxx, (numeric) the protocol version\n" " \"localservices\": \"xxxxxxxxxxxxxxxx\", (string) the services we offer to the network\n" " \"timeoffset\": xxxxx, (numeric) the time offset\n" @@ -395,7 +395,7 @@ Value getnetworkinfo(const Array& params, bool fHelp) " }\n" " ,...\n" " ],\n" - " \"relayfee\": x.xxxxxxxx, (numeric) minimum relay fee for non-free transactions in dash/kb\n" + " \"relayfee\": x.xxxxxxxx, (numeric) minimum relay fee for non-free transactions in SarmaCoins/kb\n" " \"localaddresses\": [ (array) list of local addresses\n" " {\n" " \"address\": \"xxxx\", (string) network address\n" diff --git a/src/rpcprotocol.cpp b/src/rpcprotocol.cpp index b5f8f5ce75877..961d5497ac188 100644 --- a/src/rpcprotocol.cpp +++ b/src/rpcprotocol.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -45,7 +45,7 @@ string HTTPPost(const string& strMsg, const map& mapRequestHeader { ostringstream s; s << "POST / HTTP/1.1\r\n" - << "User-Agent: dash-json-rpc/" << FormatFullVersion() << "\r\n" + << "User-Agent: SarmaCoins-json-rpc/" << FormatFullVersion() << "\r\n" << "Host: 127.0.0.1\r\n" << "Content-Type: application/json\r\n" << "Content-Length: " << strMsg.size() << "\r\n" @@ -80,7 +80,7 @@ string HTTPError(int nStatus, bool keepalive, bool headersOnly) if (nStatus == HTTP_UNAUTHORIZED) return strprintf("HTTP/1.0 401 Authorization Required\r\n" "Date: %s\r\n" - "Server: dash-json-rpc/%s\r\n" + "Server: SarmaCoins-json-rpc/%s\r\n" "WWW-Authenticate: Basic realm=\"jsonrpc\"\r\n" "Content-Type: text/html\r\n" "Content-Length: 296\r\n" @@ -107,7 +107,7 @@ string HTTPReplyHeader(int nStatus, bool keepalive, size_t contentLength, const "Connection: %s\r\n" "Content-Length: %u\r\n" "Content-Type: %s\r\n" - "Server: dash-json-rpc/%s\r\n" + "Server: SarmaCoins-json-rpc/%s\r\n" "\r\n", nStatus, httpStatusDescription(nStatus), @@ -249,7 +249,7 @@ int ReadHTTPMessage(std::basic_istream& stream, map 1) throw runtime_error( "stop\n" - "\nStop Dash server."); + "\nStop SarmaCoins server."); // Shutdown will take long enough that the response should get back StartShutdown(); - return "Dash server stopping"; + return "SarmaCoins server stopping"; } @@ -308,16 +308,16 @@ static const CRPCCommand vRPCCommands[] = { "hidden", "reconsiderblock", &reconsiderblock, true, true, false }, { "hidden", "setmocktime", &setmocktime, true, false, false }, - /* Dash features */ - { "dash", "masternode", &masternode, true, true, false }, - { "dash", "masternodelist", &masternodelist, true, true, false }, - { "dash", "mnbudget", &mnbudget, true, true, false }, - { "dash", "mnbudgetvoteraw", &mnbudgetvoteraw, true, true, false }, - { "dash", "mnfinalbudget", &mnfinalbudget, true, true, false }, - { "dash", "mnsync", &mnsync, true, true, false }, - { "dash", "spork", &spork, true, true, false }, + /* SarmaCoins features */ + { "SarmaCoins", "masternode", &masternode, true, true, false }, + { "SarmaCoins", "masternodelist", &masternodelist, true, true, false }, + { "SarmaCoins", "mnbudget", &mnbudget, true, true, false }, + { "SarmaCoins", "mnbudgetvoteraw", &mnbudgetvoteraw, true, true, false }, + { "SarmaCoins", "mnfinalbudget", &mnfinalbudget, true, true, false }, + { "SarmaCoins", "mnsync", &mnsync, true, true, false }, + { "SarmaCoins", "spork", &spork, true, true, false }, #ifdef ENABLE_WALLET - { "dash", "darksend", &darksend, false, false, true }, /* not threadSafe because of SendMoney */ + { "SarmaCoins", "darksend", &darksend, false, false, true }, /* not threadSafe because of SendMoney */ /* Wallet */ { "wallet", "addmultisigaddress", &addmultisigaddress, true, false, true }, @@ -586,16 +586,16 @@ void StartRPCThreads() unsigned char rand_pwd[32]; GetRandBytes(rand_pwd, 32); uiInterface.ThreadSafeMessageBox(strprintf( - _("To use dashd, or the -server option to dash-qt, you must set an rpcpassword in the configuration file:\n" + _("To use SarmaCoinsd, or the -server option to SarmaCoins-qt, you must set an rpcpassword in the configuration file:\n" "%s\n" "It is recommended you use the following random password:\n" - "rpcuser=dashrpc\n" + "rpcuser=SarmaCoinsrpc\n" "rpcpassword=%s\n" "(you do not need to remember this password)\n" "The username and password MUST NOT be the same.\n" "If the file does not exist, create it with owner-readable-only file permissions.\n" "It is also recommended to set alertnotify so you are notified of problems;\n" - "for example: alertnotify=echo %%s | mail -s \"Dash Alert\" admin@foo.com\n"), + "for example: alertnotify=echo %%s | mail -s \"SarmaCoins Alert\" admin@foo.com\n"), GetConfigFile().string(), EncodeBase58(&rand_pwd[0],&rand_pwd[0]+32)), "", CClientUIInterface::MSG_ERROR | CClientUIInterface::SECURE); @@ -1046,7 +1046,7 @@ json_spirit::Value CRPCTable::execute(const std::string &strMethod, const json_s } std::string HelpExampleCli(string methodname, string args){ - return "> dash-cli " + methodname + " " + args + "\n"; + return "> SarmaCoins-cli " + methodname + " " + args + "\n"; } std::string HelpExampleRpc(string methodname, string args){ diff --git a/src/rpcserver.h b/src/rpcserver.h index ff8d556173f6d..b25e7e8dc3846 100644 --- a/src/rpcserver.h +++ b/src/rpcserver.h @@ -93,7 +93,7 @@ class CRPCCommand }; /** - * Dash RPC command dispatcher. + * SarmaCoins RPC command dispatcher. */ class CRPCTable { diff --git a/src/rpcwallet.cpp b/src/rpcwallet.cpp index c60c819a35c51..7afed9c5f6d8e 100644 --- a/src/rpcwallet.cpp +++ b/src/rpcwallet.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -84,13 +84,13 @@ Value getnewaddress(const Array& params, bool fHelp) if (fHelp || params.size() > 1) throw runtime_error( "getnewaddress ( \"account\" )\n" - "\nReturns a new Dash address for receiving payments.\n" + "\nReturns a new SarmaCoins address for receiving payments.\n" "If 'account' is specified (recommended), it is added to the address book \n" "so payments received with the address will be credited to 'account'.\n" "\nArguments:\n" "1. \"account\" (string, optional) The account name for the address to be linked to. if not provided, the default account \"\" is used. It can also be set to the empty string \"\" to represent the default account. The account does not need to exist, it will be created if there is no account by the given name.\n" "\nResult:\n" - "\"dashaddress\" (string) The new dash address\n" + "\"SarmaCoinsaddress\" (string) The new SarmaCoins address\n" "\nExamples:\n" + HelpExampleCli("getnewaddress", "") + HelpExampleCli("getnewaddress", "\"\"") @@ -160,11 +160,11 @@ Value getaccountaddress(const Array& params, bool fHelp) if (fHelp || params.size() != 1) throw runtime_error( "getaccountaddress \"account\"\n" - "\nReturns the current Dash address for receiving payments to this account.\n" + "\nReturns the current SarmaCoins address for receiving payments to this account.\n" "\nArguments:\n" "1. \"account\" (string, required) The account name for the address. It can also be set to the empty string \"\" to represent the default account. The account does not need to exist, it will be created and a new address created if there is no account by the given name.\n" "\nResult:\n" - "\"dashaddress\" (string) The account dash address\n" + "\"SarmaCoinsaddress\" (string) The account SarmaCoins address\n" "\nExamples:\n" + HelpExampleCli("getaccountaddress", "") + HelpExampleCli("getaccountaddress", "\"\"") @@ -188,7 +188,7 @@ Value getrawchangeaddress(const Array& params, bool fHelp) if (fHelp || params.size() > 1) throw runtime_error( "getrawchangeaddress\n" - "\nReturns a new Dash address, for receiving change.\n" + "\nReturns a new SarmaCoins address, for receiving change.\n" "This is for use with raw transactions, NOT normal use.\n" "\nResult:\n" "\"address\" (string) The address\n" @@ -217,10 +217,10 @@ Value setaccount(const Array& params, bool fHelp) { if (fHelp || params.size() < 1 || params.size() > 2) throw runtime_error( - "setaccount \"dashaddress\" \"account\"\n" + "setaccount \"SarmaCoinsaddress\" \"account\"\n" "\nSets the account associated with the given address.\n" "\nArguments:\n" - "1. \"dashaddress\" (string, required) The dash address to be associated with an account.\n" + "1. \"SarmaCoinsaddress\" (string, required) The SarmaCoins address to be associated with an account.\n" "2. \"account\" (string, required) The account to assign the address to.\n" "\nExamples:\n" + HelpExampleCli("setaccount", "\"XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg\" \"tabby\"") @@ -229,7 +229,7 @@ Value setaccount(const Array& params, bool fHelp) CBitcoinAddress address(params[0].get_str()); if (!address.IsValid()) - throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Dash address"); + throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid SarmaCoins address"); string strAccount; @@ -259,10 +259,10 @@ Value getaccount(const Array& params, bool fHelp) { if (fHelp || params.size() != 1) throw runtime_error( - "getaccount \"dashaddress\"\n" + "getaccount \"SarmaCoinsaddress\"\n" "\nReturns the account associated with the given address.\n" "\nArguments:\n" - "1. \"dashaddress\" (string, required) The dash address for account lookup.\n" + "1. \"SarmaCoinsaddress\" (string, required) The SarmaCoins address for account lookup.\n" "\nResult:\n" "\"accountname\" (string) the account address\n" "\nExamples:\n" @@ -272,7 +272,7 @@ Value getaccount(const Array& params, bool fHelp) CBitcoinAddress address(params[0].get_str()); if (!address.IsValid()) - throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Dash address"); + throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid SarmaCoins address"); string strAccount; map::iterator mi = pwalletMain->mapAddressBook.find(address.Get()); @@ -292,7 +292,7 @@ Value getaddressesbyaccount(const Array& params, bool fHelp) "1. \"account\" (string, required) The account name.\n" "\nResult:\n" "[ (json array of string)\n" - " \"dashaddress\" (string) a dash address associated with the given account\n" + " \"SarmaCoinsaddress\" (string) a SarmaCoins address associated with the given account\n" " ,...\n" "]\n" "\nExamples:\n" @@ -331,7 +331,7 @@ void SendMoney(const CTxDestination &address, CAmount nValue, CWalletTx& wtxNew, throw JSONRPCError(RPC_WALLET_ERROR, strError); } - // Parse Dash address + // Parse SarmaCoins address CScript scriptPubKey = GetScriptForDestination(address); // Create and send the transaction @@ -352,11 +352,11 @@ Value sendtoaddress(const Array& params, bool fHelp) { if (fHelp || params.size() < 2 || params.size() > 4) throw runtime_error( - "sendtoaddress \"dashaddress\" amount ( \"comment\" \"comment-to\" )\n" + "sendtoaddress \"SarmaCoinsaddress\" amount ( \"comment\" \"comment-to\" )\n" "\nSend an amount to a given address. The amount is a real and is rounded to the nearest 0.00000001\n" + HelpRequiringPassphrase() + "\nArguments:\n" - "1. \"dashaddress\" (string, required) The dash address to send to.\n" + "1. \"SarmaCoinsaddress\" (string, required) The SarmaCoins address to send to.\n" "2. \"amount\" (numeric, required) The amount in btc to send. eg 0.1\n" "3. \"comment\" (string, optional) A comment used to store what the transaction is for. \n" " This is not part of the transaction, just kept in your wallet.\n" @@ -373,7 +373,7 @@ Value sendtoaddress(const Array& params, bool fHelp) CBitcoinAddress address(params[0].get_str()); if (!address.IsValid()) - throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Dash address"); + throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid SarmaCoins address"); // Amount CAmount nAmount = AmountFromValue(params[1]); @@ -396,11 +396,11 @@ Value sendtoaddressix(const Array& params, bool fHelp) { if (fHelp || params.size() < 2 || params.size() > 4) throw runtime_error( - "sendtoaddressix \"dashaddress\" amount ( \"comment\" \"comment-to\" )\n" + "sendtoaddressix \"SarmaCoinsaddress\" amount ( \"comment\" \"comment-to\" )\n" "\nSend an amount to a given address. The amount is a real and is rounded to the nearest 0.00000001\n" + HelpRequiringPassphrase() + "\nArguments:\n" - "1. \"dashaddress\" (string, required) The dash address to send to.\n" + "1. \"SarmaCoinsaddress\" (string, required) The SarmaCoins address to send to.\n" "2. \"amount\" (numeric, required) The amount in btc to send. eg 0.1\n" "3. \"comment\" (string, optional) A comment used to store what the transaction is for. \n" " This is not part of the transaction, just kept in your wallet.\n" @@ -417,7 +417,7 @@ Value sendtoaddressix(const Array& params, bool fHelp) CBitcoinAddress address(params[0].get_str()); if (!address.IsValid()) - throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Dash address"); + throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid SarmaCoins address"); // Amount CAmount nAmount = AmountFromValue(params[1]); @@ -447,7 +447,7 @@ Value listaddressgroupings(const Array& params, bool fHelp) "[\n" " [\n" " [\n" - " \"dashaddress\", (string) The dash address\n" + " \"SarmaCoinsaddress\", (string) The SarmaCoins address\n" " amount, (numeric) The amount in btc\n" " \"account\" (string, optional) The account\n" " ]\n" @@ -486,11 +486,11 @@ Value signmessage(const Array& params, bool fHelp) { if (fHelp || params.size() != 2) throw runtime_error( - "signmessage \"dashaddress\" \"message\"\n" + "signmessage \"SarmaCoinsaddress\" \"message\"\n" "\nSign a message with the private key of an address" + HelpRequiringPassphrase() + "\n" "\nArguments:\n" - "1. \"dashaddress\" (string, required) The dash address to use for the private key.\n" + "1. \"SarmaCoinsaddress\" (string, required) The SarmaCoins address to use for the private key.\n" "2. \"message\" (string, required) The message to create a signature of.\n" "\nResult:\n" "\"signature\" (string) The signature of the message encoded in base 64\n" @@ -537,10 +537,10 @@ Value getreceivedbyaddress(const Array& params, bool fHelp) { if (fHelp || params.size() < 1 || params.size() > 2) throw runtime_error( - "getreceivedbyaddress \"dashaddress\" ( minconf )\n" - "\nReturns the total amount received by the given dashaddress in transactions with at least minconf confirmations.\n" + "getreceivedbyaddress \"SarmaCoinsaddress\" ( minconf )\n" + "\nReturns the total amount received by the given SarmaCoinsaddress in transactions with at least minconf confirmations.\n" "\nArguments:\n" - "1. \"dashaddress\" (string, required) The dash address for transactions.\n" + "1. \"SarmaCoinsaddress\" (string, required) The SarmaCoins address for transactions.\n" "2. minconf (numeric, optional, default=1) Only include transactions confirmed at least this many times.\n" "\nResult:\n" "amount (numeric) The total amount in btc received at this address.\n" @@ -555,10 +555,10 @@ Value getreceivedbyaddress(const Array& params, bool fHelp) + HelpExampleRpc("getreceivedbyaddress", "\"XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg\", 6") ); - // Dash address + // SarmaCoins address CBitcoinAddress address = CBitcoinAddress(params[0].get_str()); if (!address.IsValid()) - throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Dash address"); + throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid SarmaCoins address"); CScript scriptPubKey = GetScriptForDestination(address.Get()); if (!IsMine(*pwalletMain,scriptPubKey)) return (double)0.0; @@ -823,13 +823,13 @@ Value sendfrom(const Array& params, bool fHelp) { if (fHelp || params.size() < 3 || params.size() > 6) throw runtime_error( - "sendfrom \"fromaccount\" \"todashaddress\" amount ( minconf \"comment\" \"comment-to\" )\n" - "\nSent an amount from an account to a dash address.\n" + "sendfrom \"fromaccount\" \"toSarmaCoinsaddress\" amount ( minconf \"comment\" \"comment-to\" )\n" + "\nSent an amount from an account to a SarmaCoins address.\n" "The amount is a real and is rounded to the nearest 0.00000001." + HelpRequiringPassphrase() + "\n" "\nArguments:\n" "1. \"fromaccount\" (string, required) The name of the account to send funds from. May be the default account using \"\".\n" - "2. \"todashaddress\" (string, required) The dash address to send funds to.\n" + "2. \"toSarmaCoinsaddress\" (string, required) The SarmaCoins address to send funds to.\n" "3. amount (numeric, required) The amount in btc. (transaction fee is added on top).\n" "4. minconf (numeric, optional, default=1) Only use funds with at least this many confirmations.\n" "5. \"comment\" (string, optional) A comment used to store what the transaction is for. \n" @@ -851,7 +851,7 @@ Value sendfrom(const Array& params, bool fHelp) string strAccount = AccountFromValue(params[0]); CBitcoinAddress address(params[1].get_str()); if (!address.IsValid()) - throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Dash address"); + throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid SarmaCoins address"); CAmount nAmount = AmountFromValue(params[2]); int nMinDepth = 1; if (params.size() > 3) @@ -888,7 +888,7 @@ Value sendmany(const Array& params, bool fHelp) "1. \"fromaccount\" (string, required) The account to send the funds from, can be \"\" for the default account\n" "2. \"amounts\" (string, required) A json object with addresses and amounts\n" " {\n" - " \"address\":amount (numeric) The dash address is the key, the numeric amount in btc is the value\n" + " \"address\":amount (numeric) The SarmaCoins address is the key, the numeric amount in btc is the value\n" " ,...\n" " }\n" "3. minconf (numeric, optional, default=1) Only use the balance confirmed at least this many times.\n" @@ -924,7 +924,7 @@ Value sendmany(const Array& params, bool fHelp) { CBitcoinAddress address(s.name_); if (!address.IsValid()) - throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, string("Invalid Dash address: ")+s.name_); + throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, string("Invalid SarmaCoins address: ")+s.name_); if (setAddress.count(address)) throw JSONRPCError(RPC_INVALID_PARAMETER, string("Invalid parameter, duplicated address: ")+s.name_); @@ -966,20 +966,20 @@ Value addmultisigaddress(const Array& params, bool fHelp) { string msg = "addmultisigaddress nrequired [\"key\",...] ( \"account\" )\n" "\nAdd a nrequired-to-sign multisignature address to the wallet.\n" - "Each key is a Dash address or hex-encoded public key.\n" + "Each key is a SarmaCoins address or hex-encoded public key.\n" "If 'account' is specified, assign address to that account.\n" "\nArguments:\n" "1. nrequired (numeric, required) The number of required signatures out of the n keys or addresses.\n" - "2. \"keysobject\" (string, required) A json array of dash addresses or hex-encoded public keys\n" + "2. \"keysobject\" (string, required) A json array of SarmaCoins addresses or hex-encoded public keys\n" " [\n" - " \"address\" (string) dash address or hex-encoded public key\n" + " \"address\" (string) SarmaCoins address or hex-encoded public key\n" " ...,\n" " ]\n" "3. \"account\" (string, optional) An account to assign the addresses to.\n" "\nResult:\n" - "\"dashaddress\" (string) A dash address associated with the keys.\n" + "\"SarmaCoinsaddress\" (string) A SarmaCoins address associated with the keys.\n" "\nExamples:\n" "\nAdd a multisig address from 2 addresses\n" @@ -1323,7 +1323,7 @@ Value listtransactions(const Array& params, bool fHelp) " {\n" " \"account\":\"accountname\", (string) The account name associated with the transaction. \n" " It will be \"\" for the default account.\n" - " \"address\":\"dashaddress\", (string) The dash address of the transaction. Not present for \n" + " \"address\":\"SarmaCoinsaddress\", (string) The SarmaCoins address of the transaction. Not present for \n" " move transactions (category = move).\n" " \"category\":\"send|receive|move\", (string) The transaction category. 'move' is a local (off blockchain)\n" " transaction between accounts, and not associated with an address,\n" @@ -1509,7 +1509,7 @@ Value listsinceblock(const Array& params, bool fHelp) "{\n" " \"transactions\": [\n" " \"account\":\"accountname\", (string) The account name associated with the transaction. Will be \"\" for the default account.\n" - " \"address\":\"dashaddress\", (string) The dash address of the transaction. Not present for move transactions (category = move).\n" + " \"address\":\"SarmaCoinsaddress\", (string) The SarmaCoins address of the transaction. Not present for move transactions (category = move).\n" " \"category\":\"send|receive\", (string) The transaction category. 'send' has negative amounts, 'receive' has positive amounts.\n" " \"amount\": x.xxx, (numeric) The amount in btc. This is negative for the 'send' category, and for the 'move' category for moves \n" " outbound. It is positive for the 'receive' category, and for the 'move' category for inbound funds.\n" @@ -1605,7 +1605,7 @@ Value gettransaction(const Array& params, bool fHelp) " \"details\" : [\n" " {\n" " \"account\" : \"accountname\", (string) The account name involved in the transaction, can be \"\" for the default account.\n" - " \"address\" : \"dashaddress\", (string) The dash address involved in the transaction\n" + " \"address\" : \"SarmaCoinsaddress\", (string) The SarmaCoins address involved in the transaction\n" " \"category\" : \"send|receive\", (string) The category, either 'send' or 'receive'\n" " \"amount\" : x.xxx (numeric) The amount in btc\n" " \"vout\" : n, (numeric) the vout value\n" @@ -1722,7 +1722,7 @@ Value walletpassphrase(const Array& params, bool fHelp) throw runtime_error( "walletpassphrase \"passphrase\" timeout ( anonymizeonly )\n" "\nStores the wallet decryption key in memory for 'timeout' seconds.\n" - "This is needed prior to performing transactions related to private keys such as sending dashs\n" + "This is needed prior to performing transactions related to private keys such as sending SarmaCoinss\n" "\nArguments:\n" "1. \"passphrase\" (string, required) The wallet passphrase\n" "2. timeout (numeric, required) The time to keep the decryption key in seconds.\n" @@ -1865,10 +1865,10 @@ Value encryptwallet(const Array& params, bool fHelp) "\nExamples:\n" "\nEncrypt you wallet\n" + HelpExampleCli("encryptwallet", "\"my pass phrase\"") + - "\nNow set the passphrase to use the wallet, such as for signing or sending dash\n" + "\nNow set the passphrase to use the wallet, such as for signing or sending SarmaCoins\n" + HelpExampleCli("walletpassphrase", "\"my pass phrase\"") + "\nNow we can so something like sign\n" - + HelpExampleCli("signmessage", "\"dashaddress\" \"test message\"") + + + HelpExampleCli("signmessage", "\"SarmaCoinsaddress\" \"test message\"") + "\nNow lock the wallet again by removing the passphrase\n" + HelpExampleCli("walletlock", "") + "\nAs a json rpc call\n" @@ -1898,7 +1898,7 @@ Value encryptwallet(const Array& params, bool fHelp) // slack space in .dat files; that is bad if the old data is // unencrypted private keys. So: StartShutdown(); - return "wallet encrypted; dash server stopping, restart to run with encrypted wallet. The keypool has been flushed, you need to make a new backup."; + return "wallet encrypted; SarmaCoins server stopping, restart to run with encrypted wallet. The keypool has been flushed, you need to make a new backup."; } Value lockunspent(const Array& params, bool fHelp) @@ -1908,7 +1908,7 @@ Value lockunspent(const Array& params, bool fHelp) "lockunspent unlock [{\"txid\":\"txid\",\"vout\":n},...]\n" "\nUpdates list of temporarily unspendable outputs.\n" "Temporarily lock (unlock=false) or unlock (unlock=true) specified transaction outputs.\n" - "A locked transaction output will not be chosen by automatic coin selection, when spending dashs.\n" + "A locked transaction output will not be chosen by automatic coin selection, when spending SarmaCoinss.\n" "Locks are stored in memory only. Nodes start with zero locked outputs, and the locked output list\n" "is always cleared (by virtue of process exit) when a node stops or fails.\n" "Also see the listunspent call\n" @@ -2031,7 +2031,7 @@ Value settxfee(const Array& params, bool fHelp) "settxfee amount\n" "\nSet the transaction fee per kB.\n" "\nArguments:\n" - "1. amount (numeric, required) The transaction fee in DASH/kB rounded to the nearest 0.00000001\n" + "1. amount (numeric, required) The transaction fee in SarmaCoins/kB rounded to the nearest 0.00000001\n" "\nResult\n" "true|false (boolean) Returns true if successful\n" "\nExamples:\n" @@ -2057,7 +2057,7 @@ Value getwalletinfo(const Array& params, bool fHelp) "\nResult:\n" "{\n" " \"walletversion\": xxxxx, (numeric) the wallet version\n" - " \"balance\": xxxxxxx, (numeric) the total dash balance of the wallet\n" + " \"balance\": xxxxxxx, (numeric) the total SarmaCoins balance of the wallet\n" " \"txcount\": xxxxxxx, (numeric) the total number of transactions in the wallet\n" " \"keypoololdest\": xxxxxx, (numeric) the timestamp (seconds since GMT epoch) of the oldest pre-generated key in the key pool\n" " \"keypoolsize\": xxxx, (numeric) how many new keys are pre-generated\n" diff --git a/src/script/bitcoinconsensus.h b/src/script/bitcoinconsensus.h index 937189a6ad9a3..eb5d91ea859db 100644 --- a/src/script/bitcoinconsensus.h +++ b/src/script/bitcoinconsensus.h @@ -7,7 +7,7 @@ #define BITCOIN_BITCOINCONSENSUS_H #if defined(BUILD_BITCOIN_INTERNAL) && defined(HAVE_CONFIG_H) -#include "config/dash-config.h" +#include "config/SarmaCoins-config.h" #if defined(_WIN32) #if defined(DLL_EXPORT) #if defined(HAVE_FUNC_ATTRIBUTE_DLLEXPORT) diff --git a/src/spork.h b/src/spork.h index 148c3509a0edd..9d7ec034db2d0 100644 --- a/src/spork.h +++ b/src/spork.h @@ -1,5 +1,5 @@ -// Copyright (c) 2009-2012 The Dash developers +// Copyright (c) 2009-2012 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef SPORK_H @@ -39,7 +39,7 @@ using namespace boost; #define SPORK_2_INSTANTX_DEFAULT 978307200 //2001-1-1 #define SPORK_3_INSTANTX_BLOCK_FILTERING_DEFAULT 1424217600 //2015-2-18 -#define SPORK_5_MAX_VALUE_DEFAULT 1000 //1000 DASH +#define SPORK_5_MAX_VALUE_DEFAULT 1000 //1000 SarmaCoins #define SPORK_7_MASTERNODE_SCANNING_DEFAULT 978307200 //2001-1-1 #define SPORK_8_MASTERNODE_PAYMENT_ENFORCEMENT_DEFAULT 4070908800 //OFF #define SPORK_9_MASTERNODE_BUDGET_ENFORCEMENT_DEFAULT 4070908800 //OFF diff --git a/src/test/Makefile b/src/test/Makefile index a8fb61559b132..98ea26d65b660 100644 --- a/src/test/Makefile +++ b/src/test/Makefile @@ -1,6 +1,6 @@ all: - $(MAKE) -C .. dash_test + $(MAKE) -C .. SarmaCoins_test clean: - $(MAKE) -C .. dash_test_clean + $(MAKE) -C .. SarmaCoins_test_clean check: - $(MAKE) -C .. dash_test_check + $(MAKE) -C .. SarmaCoins_test_check diff --git a/src/test/README.md b/src/test/README.md index 53f3c42313aa9..04ed2340a8a2b 100644 --- a/src/test/README.md +++ b/src/test/README.md @@ -5,9 +5,9 @@ sense to simply use this framework rather than require developers to configure some other framework (we want as few impediments to creating unit tests as possible). -The build system is setup to compile an executable called "test_dash" +The build system is setup to compile an executable called "test_SarmaCoins" that runs all of the unit tests. The main source file is called -test_dash.cpp, which simply includes other files that contain the +test_SarmaCoins.cpp, which simply includes other files that contain the actual unit tests (outside of a couple required preprocessor directives). The pattern is to create one test file for each class or source file for which you want to create unit tests. The file naming diff --git a/src/test/getarg_tests.cpp b/src/test/getarg_tests.cpp index 8a984304f4e66..4238346405760 100644 --- a/src/test/getarg_tests.cpp +++ b/src/test/getarg_tests.cpp @@ -125,7 +125,7 @@ BOOST_AUTO_TEST_CASE(intarg) BOOST_CHECK_EQUAL(GetArg("-bar", 11), 0); } -BOOST_AUTO_TEST_CASE(doubledash) +BOOST_AUTO_TEST_CASE(doubleSarmaCoins) { ResetArgs("--foo"); BOOST_CHECK_EQUAL(GetBoolArg("-foo", false), true); diff --git a/src/test/main_tests.cpp b/src/test/main_tests.cpp index 3de8c91044f49..b2dd5b7e8fc3c 100644 --- a/src/test/main_tests.cpp +++ b/src/test/main_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2014 The Bitcoin Core developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/netbase_tests.cpp b/src/test/netbase_tests.cpp index 9384732405a8b..d72fb1cca5a97 100644 --- a/src/test/netbase_tests.cpp +++ b/src/test/netbase_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2012-2014 The Bitcoin Core developers -// Copyright (c) 2014-2015 The Dash Core developers +// Copyright (c) 2014-2015 The SarmaCoins Core developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/test_dash.cpp b/src/test/test_dash.cpp index ea4d85638de1f..c6bb679b33e80 100644 --- a/src/test/test_dash.cpp +++ b/src/test/test_dash.cpp @@ -2,7 +2,7 @@ // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. -#define BOOST_TEST_MODULE Dash Test Suite +#define BOOST_TEST_MODULE SarmaCoins Test Suite #include "main.h" #include "random.h" @@ -38,7 +38,7 @@ struct TestingSetup { #ifdef ENABLE_WALLET bitdb.MakeMock(); #endif - pathTemp = GetTempPath() / strprintf("test_dash_%lu_%i", (unsigned long)GetTime(), (int)(GetRand(100000))); + pathTemp = GetTempPath() / strprintf("test_SarmaCoins_%lu_%i", (unsigned long)GetTime(), (int)(GetRand(100000))); boost::filesystem::create_directories(pathTemp); mapArgs["-datadir"] = pathTemp.string(); pblocktree = new CBlockTreeDB(1 << 20, true); diff --git a/src/timedata.cpp b/src/timedata.cpp index fe638c52e742e..f7b943c501862 100644 --- a/src/timedata.cpp +++ b/src/timedata.cpp @@ -97,7 +97,7 @@ void AddTimeData(const CNetAddr& ip, int64_t nTime) if (!fMatch) { fDone = true; - string strMessage = _("Warning: Please check that your computer's date and time are correct! If your clock is wrong Dash Core will not work properly."); + string strMessage = _("Warning: Please check that your computer's date and time are correct! If your clock is wrong SarmaCoins Core will not work properly."); strMiscWarning = strMessage; LogPrintf("*** %s\n", strMessage); uiInterface.ThreadSafeMessageBox(strMessage, "", CClientUIInterface::MSG_WARNING); diff --git a/src/uint256.h b/src/uint256.h index ae8e0701e1d15..6db4277a930e5 100644 --- a/src/uint256.h +++ b/src/uint256.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/util.cpp b/src/util.cpp index 42c1571f9d85a..05833a0402ef0 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -1,11 +1,11 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) -#include "config/dash-config.h" +#include "config/SarmaCoins-config.h" #endif #include "util.h" @@ -103,7 +103,7 @@ namespace boost { using namespace std; -//Dash only features +//SarmaCoins only features bool fMasterNode = false; string strMasterNodePrivKey = ""; string strMasterNodeAddr = ""; @@ -232,8 +232,8 @@ bool LogAcceptCategory(const char* category) const vector& categories = mapMultiArgs["-debug"]; ptrCategory.reset(new set(categories.begin(), categories.end())); // thread_specific_ptr automatically deletes the set when the thread ends. - // "dash" is a composite category enabling all Dash-related debug output - if(ptrCategory->count(string("dash"))) { + // "SarmaCoins" is a composite category enabling all SarmaCoins-related debug output + if(ptrCategory->count(string("SarmaCoins"))) { ptrCategory->insert(string("darksend")); ptrCategory->insert(string("instantx")); ptrCategory->insert(string("masternode")); @@ -396,7 +396,7 @@ static std::string FormatException(std::exception* pex, const char* pszThread) char pszModule[MAX_PATH] = ""; GetModuleFileNameA(NULL, pszModule, sizeof(pszModule)); #else - const char* pszModule = "dash"; + const char* pszModule = "SarmaCoins"; #endif if (pex) return strprintf( @@ -417,13 +417,13 @@ void PrintExceptionContinue(std::exception* pex, const char* pszThread) boost::filesystem::path GetDefaultDataDir() { namespace fs = boost::filesystem; - // Windows < Vista: C:\Documents and Settings\Username\Application Data\Dash - // Windows >= Vista: C:\Users\Username\AppData\Roaming\Dash - // Mac: ~/Library/Application Support/Dash - // Unix: ~/.dash + // Windows < Vista: C:\Documents and Settings\Username\Application Data\SarmaCoins + // Windows >= Vista: C:\Users\Username\AppData\Roaming\SarmaCoins + // Mac: ~/Library/Application Support/SarmaCoins + // Unix: ~/.SarmaCoins #ifdef WIN32 // Windows - return GetSpecialFolderPath(CSIDL_APPDATA) / "Dash"; + return GetSpecialFolderPath(CSIDL_APPDATA) / "SarmaCoins"; #else fs::path pathRet; char* pszHome = getenv("HOME"); @@ -435,10 +435,10 @@ boost::filesystem::path GetDefaultDataDir() // Mac pathRet /= "Library/Application Support"; TryCreateDirectory(pathRet); - return pathRet / "Dash"; + return pathRet / "SarmaCoins"; #else // Unix - return pathRet / ".dash"; + return pathRet / ".SarmaCoins"; #endif #endif } @@ -485,7 +485,7 @@ void ClearDatadirCache() boost::filesystem::path GetConfigFile() { - boost::filesystem::path pathConfigFile(GetArg("-conf", "dash.conf")); + boost::filesystem::path pathConfigFile(GetArg("-conf", "SarmaCoins.conf")); if (!pathConfigFile.is_complete()) pathConfigFile = GetDataDir(false) / pathConfigFile; @@ -504,7 +504,7 @@ void ReadConfigFile(map& mapSettingsRet, { boost::filesystem::ifstream streamConfig(GetConfigFile()); if (!streamConfig.good()){ - // Create empty dash.conf if it does not excist + // Create empty SarmaCoins.conf if it does not excist FILE* configFile = fopen(GetConfigFile().string().c_str(), "a"); if (configFile != NULL) fclose(configFile); @@ -516,7 +516,7 @@ void ReadConfigFile(map& mapSettingsRet, for (boost::program_options::detail::config_file_iterator it(streamConfig, setOptions), end; it != end; ++it) { - // Don't overwrite existing settings so command line settings override dash.conf + // Don't overwrite existing settings so command line settings override SarmaCoins.conf string strKey = string("-") + it->string_key; if (mapSettingsRet.count(strKey) == 0) { @@ -533,7 +533,7 @@ void ReadConfigFile(map& mapSettingsRet, #ifndef WIN32 boost::filesystem::path GetPidFile() { - boost::filesystem::path pathPidFile(GetArg("-pid", "dashd.pid")); + boost::filesystem::path pathPidFile(GetArg("-pid", "SarmaCoinsd.pid")); if (!pathPidFile.is_complete()) pathPidFile = GetDataDir() / pathPidFile; return pathPidFile; } diff --git a/src/util.h b/src/util.h index 6127b69da5c17..356a642082b32 100644 --- a/src/util.h +++ b/src/util.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -12,7 +12,7 @@ #define BITCOIN_UTIL_H #if defined(HAVE_CONFIG_H) -#include "config/dash-config.h" +#include "config/SarmaCoins-config.h" #endif #include "compat.h" @@ -28,7 +28,7 @@ #include #include -//Dash only features +//SarmaCoins only features extern bool fMasterNode; extern bool fLiteMode; @@ -194,7 +194,7 @@ void RenameThread(const char* name); */ template void LoopForever(const char* name, Callable func, int64_t msecs) { - std::string s = strprintf("dash-%s", name); + std::string s = strprintf("SarmaCoins-%s", name); RenameThread(s.c_str()); LogPrintf("%s thread start\n", name); try @@ -225,7 +225,7 @@ template void LoopForever(const char* name, Callable func, */ template void TraceThread(const char* name, Callable func) { - std::string s = strprintf("dash-%s", name); + std::string s = strprintf("SarmaCoins-%s", name); RenameThread(s.c_str()); try { diff --git a/src/utiltime.cpp b/src/utiltime.cpp index 9a1e10c2cb562..03f2325e88027 100644 --- a/src/utiltime.cpp +++ b/src/utiltime.cpp @@ -4,7 +4,7 @@ // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) -#include "config/dash-config.h" +#include "config/SarmaCoins-config.h" #endif #include "utiltime.h" diff --git a/src/version.h b/src/version.h index 12f3cceeaf62e..d587554c5e167 100644 --- a/src/version.h +++ b/src/version.h @@ -1,5 +1,5 @@ // Copyright (c) 2012-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/wallet.cpp b/src/wallet.cpp index d57ddbdb885f4..eda5c56c0c248 100644 --- a/src/wallet.cpp +++ b/src/wallet.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -2142,9 +2142,9 @@ bool CWallet::CreateTransaction(const vector >& vecSend, if(coin_type == ALL_COINS) { strFailReason = _("Insufficient funds."); } else if (coin_type == ONLY_NOT1000IFMN) { - strFailReason = _("Unable to locate enough funds for this transaction that are not equal 1000 DASH."); + strFailReason = _("Unable to locate enough funds for this transaction that are not equal 1000 SarmaCoins."); } else if (coin_type == ONLY_NONDENOMINATED_NOT1000IFMN) { - strFailReason = _("Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 DASH."); + strFailReason = _("Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 SarmaCoins."); } else { strFailReason = _("Unable to locate enough Darksend denominated funds for this transaction."); strFailReason += " " + _("Darksend uses exact denominated amounts to send funds, you might simply need to anonymize some more coins."); @@ -2184,7 +2184,7 @@ bool CWallet::CreateTransaction(const vector >& vecSend, { // Fill a vout to ourself // TODO: pass in scriptChange instead of reservekey so - // change transaction isn't always pay-to-dash-address + // change transaction isn't always pay-to-SarmaCoins-address CScript scriptChange; // coin control: send change to custom address diff --git a/src/wallet.h b/src/wallet.h index 069b50520e98c..961c758496454 100644 --- a/src/wallet.h +++ b/src/wallet.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/walletdb.cpp b/src/walletdb.cpp index 8c9b31df400b7..763d16ea565fb 100644 --- a/src/walletdb.cpp +++ b/src/walletdb.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -791,7 +791,7 @@ DBErrors CWalletDB::ZapWalletTx(CWallet* pwallet, vector& vWtx) void ThreadFlushWalletDB(const string& strFile) { // Make this thread recognisable as the wallet flushing thread - RenameThread("dash-wallet"); + RenameThread("SarmaCoins-wallet"); static bool fOneThread; if (fOneThread) From 292acc6b9d1268033bc7ff86905b7f34c671e886 Mon Sep 17 00:00:00 2001 From: inkvisit Date: Thu, 5 May 2016 18:37:23 +0300 Subject: [PATCH 4/6] Revert "Dash to Sarma" This reverts commit 12c1ffce4ca6d158cc561537d4b3599066e9cacc. --- .gitignore | 26 +- .travis.yml | 10 +- .tx/config | 6 +- COPYING | 2 +- INSTALL | 8 +- Makefile.am | 46 +- README.md | 30 +- build-aux/m4/bitcoin_qt.m4 | 6 +- configure.ac | 24 +- contrib/dash-qt.pro | 52 +- contrib/dashd.bash-completion | 38 +- contrib/debian/README.md | 16 +- contrib/debian/changelog | 8 +- contrib/debian/control | 16 +- contrib/debian/dash-qt.desktop | 14 +- contrib/debian/dash-qt.install | 6 +- contrib/debian/dash-qt.lintian-overrides | 2 +- contrib/debian/dash-qt.protocol | 4 +- contrib/debian/dashd.bash-completion | 2 +- contrib/debian/dashd.examples | 2 +- contrib/debian/dashd.install | 4 +- contrib/debian/dashd.lintian-overrides | 2 +- contrib/debian/dashd.manpages | 4 +- contrib/debian/examples/dash.conf | 22 +- contrib/debian/manpages/dash-qt.1 | 10 +- contrib/debian/manpages/dash.conf.5 | 26 +- contrib/debian/manpages/dashd.1 | 50 +- contrib/debian/rules | 6 +- contrib/devtools/README.md | 8 +- contrib/devtools/update-translations.py | 2 +- contrib/gitian-descriptors/gitian-linux.yml | 10 +- .../gitian-descriptors/gitian-osx-signer.yml | 10 +- contrib/gitian-descriptors/gitian-osx.yml | 12 +- contrib/gitian-descriptors/gitian-rpi2.yml | 10 +- contrib/gitian-descriptors/gitian-win.yml | 12 +- contrib/gitian-downloader/luke-jr-key.pgp | Bin 7340 -> 7322 bytes contrib/init/README.md | 8 +- contrib/init/dashd.conf | 22 +- contrib/init/dashd.openrc | 28 +- contrib/init/dashd.openrcconf | 24 +- contrib/init/dashd.service | 12 +- contrib/macdeploy/README.md | 2 +- contrib/macdeploy/background.psd | Bin 163698 -> 163518 bytes contrib/macdeploy/detached-sig-apply.sh | 2 +- contrib/macdeploy/detached-sig-create.sh | 2 +- contrib/macdeploy/fancy.plist | 2 +- contrib/macdeploy/macdeployqtplus | 2 +- contrib/spendfrom/README.md | 4 +- contrib/spendfrom/spendfrom.py | 76 +-- doc/Doxyfile | 2 +- doc/README.md | 24 +- doc/README_windows.txt | 12 +- doc/build-osx.md | 38 +- doc/build-unix.md | 34 +- doc/gitian-building.md | 36 +- doc/guide-startmany.md | 28 +- doc/keepass.md | 18 +- doc/masternode-budget.md | 14 +- doc/masternode_conf.md | 8 +- doc/multiwallet-qt.md | 6 +- doc/release-notes.md | 24 +- .../bitcoin/release-notes-0.10.0.md | 2 +- .../bitcoin/release-notes-0.3.20.2.md | 2 +- .../bitcoin/release-notes-0.4.3.md | 4 +- .../bitcoin/release-notes-0.4.4.md | 2 +- .../bitcoin/release-notes-0.5.2.md | 2 +- .../bitcoin/release-notes-0.7.0.md | 2 +- .../bitcoin/release-notes-0.7.1.md | 2 +- .../bitcoin/release-notes-0.7.2.md | 2 +- .../bitcoin/release-notes-0.8.0.md | 4 +- .../bitcoin/release-notes-0.8.2.md | 2 +- .../bitcoin/release-notes-0.9.2.1.md | 2 +- .../bitcoin/release-notes-0.9.2.md | 2 +- .../bitcoin/release-notes-0.9.4.md | 2 +- .../dash/release-notes-0.11.0.md | 4 +- .../dash/release-notes-0.11.1.md | 2 +- .../dash/release-notes-0.11.2.md | 14 +- .../dash/release-notes-0.12.0.md | 10 +- doc/release-process.md | 48 +- doc/tor.md | 32 +- doc/translation_process.md | 28 +- doc/unit-tests.md | 8 +- qa/pull-tester/run-bitcoind-for-test.sh.in | 4 +- qa/pull-tester/tests-config.sh.in | 4 +- qa/rpc-tests/util.py | 22 +- qa/rpc-tests/util.sh | 6 +- share/pixmaps/bitcoin256.png | Bin 6310 -> 6298 bytes share/qt/Info.plist.in | 18 +- share/qt/extract_strings_qt.py | 6 +- share/seeds/generate-seeds.py | 2 +- share/setup.nsi.in | 38 +- src/Makefile.am | 52 +- src/Makefile.qt.include | 100 +-- src/Makefile.qttest.include | 28 +- src/Makefile.test.include | 30 +- src/amount.cpp | 2 +- src/base58.h | 2 +- src/chainparams.cpp | 40 +- src/chainparams.h | 2 +- src/chainparamsbase.h | 4 +- src/checkpoints.cpp | 2 +- src/clientversion.cpp | 4 +- src/clientversion.h | 8 +- src/coins.h | 2 +- src/compat.h | 2 +- src/compat/glibc_compat.cpp | 2 +- src/compat/glibc_sanity.cpp | 2 +- src/compat/strnlen.cpp | 2 +- src/crypto/common.h | 2 +- src/darksend-relay.h | 2 +- src/darksend.cpp | 10 +- src/darksend.h | 6 +- src/dash-cli-res.rc | 10 +- src/dash-cli.cpp | 12 +- src/dash-tx.cpp | 8 +- src/dashd-res.rc | 8 +- src/dashd.cpp | 20 +- src/hash.h | 4 +- src/init.cpp | 46 +- src/instantx.h | 2 +- src/keepass.cpp | 6 +- src/keepass.h | 2 +- src/main.cpp | 6 +- src/main.h | 4 +- src/masternode-budget.cpp | 2 +- src/masternode-budget.h | 4 +- src/masternode-payments.cpp | 2 +- src/masternode-payments.h | 2 +- src/masternode-sync.cpp | 2 +- src/masternode-sync.h | 2 +- src/masternode.cpp | 6 +- src/masternode.h | 2 +- src/masternodeconfig.h | 2 +- src/masternodeman.cpp | 6 +- src/masternodeman.h | 2 +- src/miner.cpp | 20 +- src/net.cpp | 10 +- src/netbase.cpp | 2 +- src/netbase.h | 2 +- src/noui.cpp | 4 +- src/pow.cpp | 2 +- src/qt/addressbookpage.cpp | 8 +- src/qt/addresstablemodel.cpp | 4 +- src/qt/askpassphrasedialog.cpp | 8 +- src/qt/bitcoinaddressvalidator.cpp | 4 +- src/qt/bitcoinamountfield.cpp | 4 +- src/qt/bitcoingui.cpp | 30 +- src/qt/bitcoingui.h | 2 +- src/qt/bitcoinunits.cpp | 60 +- src/qt/bitcoinunits.h | 12 +- src/qt/clientmodel.cpp | 2 +- src/qt/clientmodel.h | 4 +- src/qt/coincontroldialog.cpp | 6 +- src/qt/darksendconfig.cpp | 6 +- src/qt/dash.cpp | 38 +- src/qt/dash.qrc | 14 +- src/qt/dash_locale.qrc | 32 +- src/qt/dashstrings.cpp | 620 +++++++++--------- src/qt/editaddressdialog.cpp | 4 +- src/qt/forms/addressbookpage.ui | 10 +- src/qt/forms/coincontroldialog.ui | 8 +- src/qt/forms/darksendconfig.ui | 10 +- src/qt/forms/helpmessagedialog.ui | 6 +- src/qt/forms/intro.ui | 6 +- src/qt/forms/optionsdialog.ui | 14 +- src/qt/forms/overviewpage.ui | 10 +- src/qt/forms/receivecoinsdialog.ui | 14 +- src/qt/forms/rpcconsole.ui | 6 +- src/qt/forms/sendcoinsdialog.ui | 22 +- src/qt/forms/sendcoinsentry.ui | 16 +- src/qt/forms/signverifymessagedialog.ui | 26 +- src/qt/guiconstants.h | 8 +- src/qt/guiutil.cpp | 38 +- src/qt/guiutil.h | 8 +- src/qt/intro.cpp | 8 +- src/qt/locale/dash_bg.ts | 306 ++++----- src/qt/locale/dash_de.ts | 316 ++++----- src/qt/locale/dash_en.ts | 308 ++++----- src/qt/locale/dash_es.ts | 332 +++++----- src/qt/locale/dash_fi.ts | 310 ++++----- src/qt/locale/dash_fr.ts | 304 ++++----- src/qt/locale/dash_it.ts | 256 ++++---- src/qt/locale/dash_ja.ts | 2 +- src/qt/locale/dash_pl.ts | 300 ++++----- src/qt/locale/dash_pt.ts | 274 ++++---- src/qt/locale/dash_ru.ts | 292 ++++----- src/qt/locale/dash_sk.ts | 306 ++++----- src/qt/locale/dash_sv.ts | 198 +++--- src/qt/locale/dash_vi.ts | 306 ++++----- src/qt/locale/dash_zh_CN.ts | 158 ++--- src/qt/locale/dash_zh_TW.ts | 138 ++-- src/qt/macnotificationhandler.mm | 2 +- src/qt/notificator.h | 2 +- src/qt/openuridialog.cpp | 6 +- src/qt/optionsdialog.cpp | 6 +- src/qt/optionsmodel.cpp | 10 +- src/qt/overviewpage.cpp | 6 +- src/qt/paymentserver.cpp | 32 +- src/qt/paymentserver.h | 2 +- src/qt/receiverequestdialog.cpp | 2 +- src/qt/recentrequeststablemodel.h | 2 +- src/qt/res/css/drkblue.css | 8 +- src/qt/res/dash-qt-res.rc | 10 +- src/qt/rpcconsole.cpp | 4 +- src/qt/rpcconsole.h | 2 +- src/qt/sendcoinsdialog.cpp | 6 +- src/qt/sendcoinsentry.cpp | 6 +- src/qt/signverifymessagedialog.cpp | 2 +- src/qt/splashscreen.cpp | 8 +- src/qt/test/Makefile | 6 +- src/qt/test/test_main.cpp | 6 +- src/qt/test/uritests.cpp | 22 +- src/qt/transactiondesc.cpp | 4 +- src/qt/transactionrecord.cpp | 8 +- src/qt/utilitydialog.cpp | 10 +- src/qt/walletmodel.cpp | 10 +- src/qt/walletview.h | 2 +- src/rpcblockchain.cpp | 8 +- src/rpcclient.cpp | 2 +- src/rpcdump.cpp | 18 +- src/rpcmasternode-budget.cpp | 20 +- src/rpcmasternode.cpp | 14 +- src/rpcmining.cpp | 8 +- src/rpcmisc.cpp | 28 +- src/rpcnet.cpp | 10 +- src/rpcprotocol.cpp | 10 +- src/rpcprotocol.h | 4 +- src/rpcrawtransaction.cpp | 20 +- src/rpcserver.cpp | 32 +- src/rpcserver.h | 2 +- src/rpcwallet.cpp | 96 +-- src/script/bitcoinconsensus.h | 2 +- src/spork.h | 4 +- src/test/Makefile | 6 +- src/test/README.md | 4 +- src/test/getarg_tests.cpp | 2 +- src/test/main_tests.cpp | 2 +- src/test/netbase_tests.cpp | 2 +- src/test/test_dash.cpp | 4 +- src/timedata.cpp | 2 +- src/uint256.h | 2 +- src/util.cpp | 34 +- src/util.h | 10 +- src/utiltime.cpp | 2 +- src/version.h | 2 +- src/wallet.cpp | 8 +- src/wallet.h | 2 +- src/walletdb.cpp | 4 +- 248 files changed, 3718 insertions(+), 3718 deletions(-) diff --git a/.gitignore b/.gitignore index 9a2043651d03a..7557ba9900161 100644 --- a/.gitignore +++ b/.gitignore @@ -6,12 +6,12 @@ reset-files.bash *.tar.gz *.exe -src/SarmaCoins -src/SarmaCoinsd -src/SarmaCoins-cli -src/SarmaCoins-tx -src/test/test_SarmaCoins -src/qt/test/test_SarmaCoins-qt +src/dash +src/dashd +src/dash-cli +src/dash-tx +src/test/test_dash +src/qt/test/test_dash-qt # autoreconf Makefile.in @@ -34,8 +34,8 @@ config.log config.status configure libtool -src/config/SarmaCoins-config.h -src/config/SarmaCoins-config.h.in +src/config/dash-config.h +src/config/dash-config.h.in src/config/stamp-h1 share/setup.nsi share/qt/Info.plist @@ -60,7 +60,7 @@ src/qt/test/moc*.cpp *.o *.o-* *.patch -.SarmaCoins +.dash *.a *.pb.cc *.pb.h @@ -79,12 +79,12 @@ src/qt/test/moc*.cpp # Compilation and Qt preprocessor part *.qm Makefile -SarmaCoins-qt -SarmaCoins-Qt.app +dash-qt +Dash-Qt.app # Unit-tests Makefile.test -SarmaCoins-qt_test +dash-qt_test src/test/buildenv.py # Resources cpp @@ -100,7 +100,7 @@ build #lcov *.gcno /*.info -test_SarmaCoins.coverage/ +test_dash.coverage/ total.coverage/ coverage_percent.txt diff --git a/.travis.yml b/.travis.yml index 78c6db080f226..63004c4901298 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,12 +27,12 @@ matrix: include: - compiler: ": ARM" env: HOST=arm-linux-gnueabihf PACKAGES="g++-arm-linux-gnueabihf" DEP_OPTS="NO_QT=1" GOAL="install" BITCOIN_CONFIG="--enable-glibc-back-compat" - - compiler: ": SarmaCoinsd" + - compiler: ": dashd" env: HOST=x86_64-unknown-linux-gnu PACKAGES="bc" DEP_OPTS="NO_QT=1 NO_UPNP=1 DEBUG=1" RUN_TESTS=true GOAL="install" BITCOIN_CONFIG="--enable-glibc-back-compat CPPFLAGS=-DDEBUG_LOCKORDER" - compiler: ": No wallet" env: HOST=x86_64-unknown-linux-gnu DEP_OPTS="NO_WALLET=1" RUN_TESTS=true GOAL="install" BITCOIN_CONFIG="--enable-glibc-back-compat" - - compiler: ": 32-bit + SarmaCoins" - env: HOST=i686-pc-linux-gnu PACKAGES="g++-multilib bc" RUN_TESTS=true GOAL="install" BITCOIN_CONFIG="--enable-glibc-back-compat" USE_SHELL="/bin/SarmaCoins" + - compiler: ": 32-bit + dash" + env: HOST=i686-pc-linux-gnu PACKAGES="g++-multilib bc" RUN_TESTS=true GOAL="install" BITCOIN_CONFIG="--enable-glibc-back-compat" USE_SHELL="/bin/dash" - compiler: ": Cross-Mac" env: HOST=x86_64-apple-darwin11 PACKAGES="gcc-multilib g++-multilib cmake libcap-dev libz-dev libbz2-dev" OSX_SDK=10.7 GOAL="deploy" - compiler: ": Win64" @@ -58,8 +58,8 @@ script: - if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then export CCACHE_READONLY=1; fi - test -n "$USE_SHELL" && eval '"$USE_SHELL" -c "./autogen.sh"' || ./autogen.sh - ./configure --cache-file=config.cache $BITCOIN_CONFIG_ALL $BITCOIN_CONFIG || ( cat config.log && false) - - make distdir PACKAGE=SarmaCoins VERSION=$HOST - - cd SarmaCoins-$HOST + - make distdir PACKAGE=dash VERSION=$HOST + - cd dash-$HOST - ./configure --cache-file=../config.cache $BITCOIN_CONFIG_ALL $BITCOIN_CONFIG || ( cat config.log && false) - make $MAKEJOBS $GOAL || ( echo "Build failure. Verbose build follows." && make $GOAL V=1 ; false ) - export LD_LIBRARY_PATH=$TRAVIS_BUILD_DIR/depends/$HOST/lib diff --git a/.tx/config b/.tx/config index c3e383523742c..c8b4b405cf700 100644 --- a/.tx/config +++ b/.tx/config @@ -1,7 +1,7 @@ [main] host = https://www.transifex.com -[SarmaCoins.qt-translation-010x] -file_filter = src/qt/locale/SarmaCoins_.ts -source_file = src/qt/locale/SarmaCoins_en.ts +[dash.qt-translation-010x] +file_filter = src/qt/locale/dash_.ts +source_file = src/qt/locale/dash_en.ts source_lang = en diff --git a/COPYING b/COPYING index d77c487b1c1ec..5826391abf1ce 100644 --- a/COPYING +++ b/COPYING @@ -1,5 +1,5 @@ Copyright (c) 2009-2015 Bitcoin Developers -Copyright (c) 2014-2015 SarmaCoins Developers +Copyright (c) 2014-2015 Dash Developers Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/INSTALL b/INSTALL index f4b3aa2b65776..dd9b8408af1fc 100644 --- a/INSTALL +++ b/INSTALL @@ -1,4 +1,4 @@ -Building SarmaCoins +Building Dash Use the autogen script to prepare the build environment. @@ -7,10 +7,10 @@ Use the autogen script to prepare the build environment. make Precompiled binaries are available at github, see -https://github.com/SarmaCoinsproject/SarmaCoins-binaries +https://github.com/dashproject/dash-binaries Always verify the signatures and checksums. -See doc/build-*.md for instructions on building SarmaCoinsd, +See doc/build-*.md for instructions on building dashd, the intended-for-services, no-graphical-interface, reference -implementation of SarmaCoins. +implementation of Dash. diff --git a/Makefile.am b/Makefile.am index 3514c6539e9c3..e5de3ac819387 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,13 +4,13 @@ SUBDIRS = src GZIP_ENV="-9n" -BITCOIND_BIN=$(top_builddir)/src/SarmaCoinsd$(EXEEXT) -BITCOIN_QT_BIN=$(top_builddir)/src/qt/SarmaCoins-qt$(EXEEXT) -BITCOIN_CLI_BIN=$(top_builddir)/src/SarmaCoins-cli$(EXEEXT) +BITCOIND_BIN=$(top_builddir)/src/dashd$(EXEEXT) +BITCOIN_QT_BIN=$(top_builddir)/src/qt/dash-qt$(EXEEXT) +BITCOIN_CLI_BIN=$(top_builddir)/src/dash-cli$(EXEEXT) BITCOIN_WIN_INSTALLER=$(PACKAGE)-$(PACKAGE_VERSION)-win$(WINDOWS_BITS)-setup$(EXEEXT) -OSX_APP=SarmaCoins-Qt.app -OSX_DMG=SarmaCoins-Qt.dmg +OSX_APP=Dash-Qt.app +OSX_DMG=Dash-Qt.dmg OSX_DEPLOY_SCRIPT=$(top_srcdir)/contrib/macdeploy/macdeployqtplus OSX_FANCY_PLIST=$(top_srcdir)/contrib/macdeploy/fancy.plist OSX_INSTALLER_ICONS=$(top_srcdir)/src/qt/res/icons/bitcoin.icns @@ -31,9 +31,9 @@ OSX_PACKAGING = $(OSX_DEPLOY_SCRIPT) $(OSX_FANCY_PLIST) $(OSX_INSTALLER_ICONS) \ $(top_srcdir)/contrib/macdeploy/detached-sig-create.sh COVERAGE_INFO = baseline_filtered_combined.info baseline.info block_test.info \ - leveldb_baseline.info test_SarmaCoins_filtered.info total_coverage.info \ + leveldb_baseline.info test_dash_filtered.info total_coverage.info \ baseline_filtered.info block_test_filtered.info \ - leveldb_baseline_filtered.info test_SarmaCoins_coverage.info test_SarmaCoins.info + leveldb_baseline_filtered.info test_dash_coverage.info test_dash.info dist-hook: -$(MAKE) -C $(top_distdir)/src/leveldb clean @@ -75,13 +75,13 @@ $(OSX_APP)/Contents/Resources/bitcoin.icns: $(OSX_INSTALLER_ICONS) $(MKDIR_P) $(@D) $(INSTALL_DATA) $< $@ -$(OSX_APP)/Contents/MacOS/SarmaCoins-Qt: $(BITCOIN_QT_BIN) +$(OSX_APP)/Contents/MacOS/Dash-Qt: $(BITCOIN_QT_BIN) $(MKDIR_P) $(@D) STRIPPROG="$(STRIP)" $(INSTALL_STRIP_PROGRAM) $< $@ OSX_APP_BUILT=$(OSX_APP)/Contents/PkgInfo $(OSX_APP)/Contents/Resources/empty.lproj \ $(OSX_APP)/Contents/Resources/bitcoin.icns $(OSX_APP)/Contents/Info.plist \ - $(OSX_APP)/Contents/MacOS/SarmaCoins-Qt + $(OSX_APP)/Contents/MacOS/Dash-Qt if BUILD_DARWIN $(OSX_DMG): $(OSX_APP_BUILT) $(OSX_PACKAGING) @@ -96,10 +96,10 @@ $(APP_DIST_DIR)/Applications: @rm -f $@ @cd $(@D); $(LN_S) /Applications $(@F) -$(APP_DIST_EXTRAS): $(APP_DIST_DIR)/$(OSX_APP)/Contents/MacOS/SarmaCoins-Qt +$(APP_DIST_EXTRAS): $(APP_DIST_DIR)/$(OSX_APP)/Contents/MacOS/Dash-Qt $(OSX_DMG): $(APP_DIST_EXTRAS) - $(GENISOIMAGE) -no-cache-inodes -D -l -probe -V "SarmaCoins-Qt" -no-pad -r -apple -o $@ dist + $(GENISOIMAGE) -no-cache-inodes -D -l -probe -V "Dash-Qt" -no-pad -r -apple -o $@ dist $(APP_DIST_DIR)/.background/background.png: $(MKDIR_P) $(@D) @@ -107,7 +107,7 @@ $(APP_DIST_DIR)/.background/background.png: $(APP_DIST_DIR)/.DS_Store: $(INSTALL) $(top_srcdir)/contrib/macdeploy/DS_Store $@ -$(APP_DIST_DIR)/$(OSX_APP)/Contents/MacOS/SarmaCoins-Qt: $(OSX_APP_BUILT) $(OSX_PACKAGING) +$(APP_DIST_DIR)/$(OSX_APP)/Contents/MacOS/Dash-Qt: $(OSX_APP_BUILT) $(OSX_PACKAGING) INSTALLNAMETOOL=$(INSTALLNAMETOOL) OTOOL=$(OTOOL) STRIP=$(STRIP) $(OSX_DEPLOY_SCRIPT) $(OSX_APP) -translations-dir=$(QT_TRANSLATION_DIR) -add-qt-tr $(OSX_QT_TRANSLATIONS) -verbose 2 deploydir: $(APP_DIST_EXTRAS) @@ -147,16 +147,16 @@ leveldb_baseline_filtered.info: leveldb_baseline.info baseline_filtered_combined.info: leveldb_baseline_filtered.info baseline_filtered.info $(LCOV) -a leveldb_baseline_filtered.info -a baseline_filtered.info -o $@ -test_SarmaCoins.info: baseline_filtered_combined.info +test_dash.info: baseline_filtered_combined.info $(MAKE) -C src/ check - $(LCOV) -c -d $(abs_builddir)/src -t test_SarmaCoins -o $@ + $(LCOV) -c -d $(abs_builddir)/src -t test_dash -o $@ $(LCOV) -z -d $(abs_builddir)/src $(LCOV) -z -d $(abs_builddir)/src/leveldb -test_SarmaCoins_filtered.info: test_SarmaCoins.info +test_dash_filtered.info: test_dash.info $(LCOV) -r $< "/usr/include/*" -o $@ -block_test.info: test_SarmaCoins_filtered.info +block_test.info: test_dash_filtered.info $(MKDIR_P) qa/tmp -@TIMEOUT=15 qa/pull-tester/run-bitcoind-for-test.sh $(JAVA) -jar $(JAVA_COMPARISON_TOOL) qa/tmp/compTool 0 $(LCOV) -c -d $(abs_builddir)/src --t BitcoinJBlockTest -o $@ @@ -166,13 +166,13 @@ block_test.info: test_SarmaCoins_filtered.info block_test_filtered.info: block_test.info $(LCOV) -r $< "/usr/include/*" -o $@ -test_SarmaCoins_coverage.info: baseline_filtered_combined.info test_SarmaCoins_filtered.info - $(LCOV) -a baseline_filtered.info -a leveldb_baseline_filtered.info -a test_SarmaCoins_filtered.info -o $@ +test_dash_coverage.info: baseline_filtered_combined.info test_dash_filtered.info + $(LCOV) -a baseline_filtered.info -a leveldb_baseline_filtered.info -a test_dash_filtered.info -o $@ -total_coverage.info: baseline_filtered_combined.info test_SarmaCoins_filtered.info block_test_filtered.info - $(LCOV) -a baseline_filtered.info -a leveldb_baseline_filtered.info -a test_SarmaCoins_filtered.info -a block_test_filtered.info -o $@ | $(GREP) "\%" | $(AWK) '{ print substr($$3,2,50) "/" $$5 }' > coverage_percent.txt +total_coverage.info: baseline_filtered_combined.info test_dash_filtered.info block_test_filtered.info + $(LCOV) -a baseline_filtered.info -a leveldb_baseline_filtered.info -a test_dash_filtered.info -a block_test_filtered.info -o $@ | $(GREP) "\%" | $(AWK) '{ print substr($$3,2,50) "/" $$5 }' > coverage_percent.txt -test_SarmaCoins.coverage/.dirstamp: test_SarmaCoins_coverage.info +test_dash.coverage/.dirstamp: test_dash_coverage.info $(GENHTML) -s $< -o $(@D) @touch $@ @@ -180,7 +180,7 @@ total.coverage/.dirstamp: total_coverage.info $(GENHTML) -s $< -o $(@D) @touch $@ -cov: test_SarmaCoins.coverage/.dirstamp total.coverage/.dirstamp +cov: test_dash.coverage/.dirstamp total.coverage/.dirstamp endif @@ -197,4 +197,4 @@ CLEANFILES = $(OSX_DMG) $(BITCOIN_WIN_INSTALLER) .INTERMEDIATE: $(COVERAGE_INFO) clean-local: - rm -rf test_SarmaCoins.coverage/ total.coverage/ $(OSX_APP) + rm -rf test_dash.coverage/ total.coverage/ $(OSX_APP) diff --git a/README.md b/README.md index 1406cb5cbdffd..0075056d4e907 100644 --- a/README.md +++ b/README.md @@ -1,30 +1,30 @@ -SarmaCoins Core staging tree 0.12 +Dash Core staging tree 0.12 =============================== https://www.SarmaCoins.io Copyright (c) 2009-2015 Bitcoin Core Developers -Copyright (c) 2014-2015 SarmaCoins Core Developers +Copyright (c) 2014-2015 Dash Core Developers -What is SarmaCoins? +What is Dash? ---------------- -SarmaCoins is an experimental new digital currency that enables anonymous, instant -payments to anyone, anywhere in the world. SarmaCoins uses peer-to-peer technology +Dash is an experimental new digital currency that enables anonymous, instant +payments to anyone, anywhere in the world. Dash uses peer-to-peer technology to operate with no central authority: managing transactions and issuing money -are carried out collectively by the network. SarmaCoins Core is the name of open +are carried out collectively by the network. Dash Core is the name of open source software which enables the use of this currency. For more information, as well as an immediately useable, binary version of -the SarmaCoins Core software, see https://www.SarmaCoins.io/downloads. +the Dash Core software, see https://www.SarmaCoins.io/downloads. License ------- -SarmaCoins Core is released under the terms of the MIT license. See [COPYING](COPYING) for more +Dash Core is released under the terms of the MIT license. See [COPYING](COPYING) for more information or see http://opensource.org/licenses/MIT. Development process @@ -33,7 +33,7 @@ Development process Developers work in their own trees, then submit pull requests when they think their feature or bug fix is ready. -If it is a simple/trivial/non-controversial change, then one of the SarmaCoins +If it is a simple/trivial/non-controversial change, then one of the Dash development team members simply pulls it. If it is a *more complicated or potentially controversial* change, then the patch @@ -47,7 +47,7 @@ controversial. The `master` branch is regularly built and tested, but is not guaranteed to be completely stable. [Tags](https://github.com/inkvisit/sarmacoins/tags) are created -regularly to indicate new official, stable release versions of SarmaCoins. ***TODO*** +regularly to indicate new official, stable release versions of Dash. ***TODO*** Testing ------- @@ -65,7 +65,7 @@ submit new unit tests for old code. Unit tests can be compiled and run (assuming Every pull request is built for both Windows and Linux on a dedicated server, and unit and sanity tests are automatically run. The binaries produced may be used for manual QA testing — a link to them will appear in a comment on the -pull request posted by [SarmaCoinsPullTester](https://github.com/SarmaCoins/PullTester). See https://github.com/TheBlueMatt/test-scripts +pull request posted by [DashPullTester](https://github.com/SarmaCoins/PullTester). See https://github.com/TheBlueMatt/test-scripts for the build/test scripts. ***TODO*** ### Manual Quality Assurance (QA) Testing @@ -78,7 +78,7 @@ Translations ------------ Changes to translations as well as new translations can be submitted to -[Bitcoin Core's Transifex page](https://www.transifex.com/projects/p/SarmaCoins/). +[Bitcoin Core's Transifex page](https://www.transifex.com/projects/p/dash/). Translations are periodically pulled from Transifex and merged into the git repository. See the [translation process](doc/translation_process.md) for details on how this works. @@ -86,7 +86,7 @@ Translations are periodically pulled from Transifex and merged into the git repo **Important**: We do not accept translation changes as GitHub pull requests because the next pull from Transifex would automatically overwrite them again. -Translators should also subscribe to the [mailing list](https://groups.google.com/forum/#!forum/SarmaCoins-translators). ***TODO*** +Translators should also subscribe to the [mailing list](https://groups.google.com/forum/#!forum/dash-translators). ***TODO*** Development tips and tricks --------------------------- @@ -109,7 +109,7 @@ to see it. **testnet and regtest modes** -Run with the -testnet option to run with "play SarmaCoins" on the test network, if you +Run with the -testnet option to run with "play dash" on the test network, if you are testing multi-machine code that needs to operate across the internet. If you are testing something that can run on one machine, run with the -regtest option. @@ -118,7 +118,7 @@ that run in -regtest mode. **DEBUG_LOCKORDER** -SarmaCoins Core is a multithreaded application, and deadlocks or other multithreading bugs +Dash Core is a multithreaded application, and deadlocks or other multithreading bugs can be very difficult to track down. Compiling with -DDEBUG_LOCKORDER (configure CXXFLAGS="-DDEBUG_LOCKORDER -g") inserts run-time checks to keep track of which locks are held, and adds warnings to the debug.log file if inconsistencies are detected. diff --git a/build-aux/m4/bitcoin_qt.m4 b/build-aux/m4/bitcoin_qt.m4 index 5ce89fe255a47..d709c78533d30 100644 --- a/build-aux/m4/bitcoin_qt.m4 +++ b/build-aux/m4/bitcoin_qt.m4 @@ -3,7 +3,7 @@ dnl Output: If qt version is auto, set bitcoin_enable_qt to false. Else, exit. AC_DEFUN([BITCOIN_QT_FAIL],[ if test "x$bitcoin_qt_want_version" = "xauto" && test x$bitcoin_qt_force != xyes; then if test x$bitcoin_enable_qt != xno; then - AC_MSG_WARN([$1; SarmaCoins-qt frontend will not be built]) + AC_MSG_WARN([$1; dash-qt frontend will not be built]) fi bitcoin_enable_qt=no else @@ -49,7 +49,7 @@ AC_DEFUN([BITCOIN_QT_INIT],[ dnl enable qt support AC_ARG_WITH([gui], [AS_HELP_STRING([--with-gui@<:@=no|qt4|qt5|auto@:>@], - [build SarmaCoins-qt GUI (default=auto, qt4 tried first)])], + [build dash-qt GUI (default=auto, qt4 tried first)])], [ bitcoin_qt_want_version=$withval if test x$bitcoin_qt_want_version = xyes; then @@ -182,7 +182,7 @@ AC_DEFUN([BITCOIN_QT_CONFIGURE],[ dnl enable qt support - AC_MSG_CHECKING(whether to build SarmaCoins Core GUI) + AC_MSG_CHECKING(whether to build Dash Core GUI) BITCOIN_QT_CHECK([ bitcoin_enable_qt=yes bitcoin_enable_qt_test=yes diff --git a/configure.ac b/configure.ac index e1e90ce9709cc..e95dfb0e54735 100644 --- a/configure.ac +++ b/configure.ac @@ -6,17 +6,17 @@ define(_CLIENT_VERSION_REVISION, 0) define(_CLIENT_VERSION_BUILD, 56) define(_CLIENT_VERSION_IS_RELEASE, true) define(_COPYRIGHT_YEAR, 2015) -AC_INIT([SarmaCoins Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[info@SarmaCoins.io],[SarmaCoins]) +AC_INIT([Dash Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[info@SarmaCoins.io],[dash]) AC_CONFIG_SRCDIR([src/main.cpp]) -AC_CONFIG_HEADERS([src/config/SarmaCoins-config.h]) +AC_CONFIG_HEADERS([src/config/dash-config.h]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([build-aux/m4]) AC_CANONICAL_HOST -AH_TOP([#ifndef SarmaCoins_CONFIG_H]) -AH_TOP([#define SarmaCoins_CONFIG_H]) -AH_BOTTOM([#endif //SarmaCoins_CONFIG_H]) +AH_TOP([#ifndef DASH_CONFIG_H]) +AH_TOP([#define DASH_CONFIG_H]) +AH_BOTTOM([#endif //DASH_CONFIG_H]) dnl faketime breaks configure and is only needed for make. Disable it here. unset FAKETIME @@ -173,7 +173,7 @@ CPPFLAGS="$CPPFLAGS -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_ AC_ARG_WITH([utils], [AS_HELP_STRING([--with-utils], - [build SarmaCoins-cli SarmaCoins-tx (default=yes)])], + [build dash-cli dash-tx (default=yes)])], [build_bitcoin_utils=$withval], [build_bitcoin_utils=yes]) @@ -185,7 +185,7 @@ AC_ARG_WITH([libs], AC_ARG_WITH([daemon], [AS_HELP_STRING([--with-daemon], - [build SarmaCoinsd daemon (default=yes)])], + [build dashd daemon (default=yes)])], [build_bitcoind=$withval], [build_bitcoind=yes]) @@ -363,7 +363,7 @@ AC_C_BIGENDIAN([AC_MSG_ERROR("Big Endian not supported")]) dnl Check for pthread compile/link requirements AX_PTHREAD -# The following macro will add the necessary defines to SarmaCoins-config.h, but +# The following macro will add the necessary defines to dash-config.h, but # they also need to be passed down to any subprojects. Pull the results out of # the cache and add them to CPPFLAGS. AC_SYS_LARGEFILE @@ -719,11 +719,11 @@ LIBS="$LIBS_TEMP" BITCOIN_QT_PATH_PROGS([PROTOC], [protoc],$protoc_bin_path) -AC_MSG_CHECKING([whether to build SarmaCoinsd]) +AC_MSG_CHECKING([whether to build dashd]) AM_CONDITIONAL([BUILD_BITCOIND], [test x$build_bitcoind = xyes]) AC_MSG_RESULT($build_bitcoind) -AC_MSG_CHECKING([whether to build utils (SarmaCoins-cli SarmaCoins-tx)]) +AC_MSG_CHECKING([whether to build utils (dash-cli dash-tx)]) AM_CONDITIONAL([BUILD_BITCOIN_UTILS], [test x$build_bitcoin_utils = xyes]) AC_MSG_RESULT($build_bitcoin_utils) @@ -823,7 +823,7 @@ if test x$bitcoin_enable_qt != xno; then AC_MSG_WARN("xgettext is required to update qt translations") fi - AC_MSG_CHECKING([whether to build test_SarmaCoins-qt]) + AC_MSG_CHECKING([whether to build test_dash-qt]) if test x$use_tests$bitcoin_enable_qt_test = xyesyes; then AC_MSG_RESULT([yes]) BUILD_TEST_QT="test" @@ -832,7 +832,7 @@ if test x$bitcoin_enable_qt != xno; then fi fi -AC_MSG_CHECKING([whether to build test_SarmaCoins]) +AC_MSG_CHECKING([whether to build test_dash]) if test x$use_tests = xyes; then AC_MSG_RESULT([yes]) BUILD_TEST="test" diff --git a/contrib/dash-qt.pro b/contrib/dash-qt.pro index 84f339cc9e881..bcd5225980a0a 100644 --- a/contrib/dash-qt.pro +++ b/contrib/dash-qt.pro @@ -78,7 +78,7 @@ HEADERS += src/activemasternode.h \ src/crypter.h \ src/darksend-relay.h \ src/darksend.h \ - src/SarmaCoins-config.h \ + src/dash-config.h \ src/db.h \ src/eccryptoverify.h \ src/ecwrapper.h \ @@ -131,7 +131,7 @@ HEADERS += src/activemasternode.h \ src/wallet_ismine.h \ src/walletdb.h \ src/compat/sanity.h \ - src/config/SarmaCoins-config.h \ + src/config/dash-config.h \ src/crypto/common.h \ src/crypto/hmac_sha256.h \ src/crypto/hmac_sha512.h \ @@ -333,7 +333,7 @@ HEADERS += src/activemasternode.h \ src/secp256k1/src/java/org_bitcoin_NativeSecp256k1.h \ src/crypto/aes_helper.c \ src/qt/bitcoinamountfield.moc \ - src/qt/SarmaCoins.moc \ + src/qt/dash.moc \ src/qt/intro.moc \ src/qt/overviewpage.moc \ src/qt/rpcconsole.moc \ @@ -374,9 +374,9 @@ SOURCES += src/activemasternode.cpp \ src/crypter.cpp \ src/darksend-relay.cpp \ src/darksend.cpp \ - src/SarmaCoins-cli.cpp \ - src/SarmaCoins-tx.cpp \ - src/SarmaCoinsd.cpp \ + src/dash-cli.cpp \ + src/dash-tx.cpp \ + src/dashd.cpp \ src/db.cpp \ src/eccryptoverify.cpp \ src/ecwrapper.cpp \ @@ -471,8 +471,8 @@ SOURCES += src/activemasternode.cpp \ src/qt/coincontroltreewidget.cpp \ src/qt/csvmodelwriter.cpp \ src/qt/darksendconfig.cpp \ - src/qt/SarmaCoins.cpp \ - src/qt/SarmaCoinsstrings.cpp \ + src/qt/dash.cpp \ + src/qt/dashstrings.cpp \ src/qt/editaddressdialog.cpp \ src/qt/guiutil.cpp \ src/qt/intro.cpp \ @@ -550,7 +550,7 @@ SOURCES += src/activemasternode.cpp \ src/test/sighash_tests.cpp \ src/test/sigopcount_tests.cpp \ src/test/skiplist_tests.cpp \ - src/test/test_SarmaCoins.cpp \ + src/test/test_dash.cpp \ src/test/timedata_tests.cpp \ src/test/transaction_tests.cpp \ src/test/uint256_tests.cpp \ @@ -641,20 +641,20 @@ SOURCES += src/activemasternode.cpp \ src/leveldb/helpers/memenv/memenv.cc \ src/leveldb/helpers/memenv/memenv_test.cc \ src/secp256k1/src/java/org_bitcoin_NativeSecp256k1.c -RESOURCES += src/qt/SarmaCoins.qrc src/qt/SarmaCoins_locale.qrc -TRANSLATIONS += src/qt/locale/SarmaCoins_bg.ts \ - src/qt/locale/SarmaCoins_de.ts \ - src/qt/locale/SarmaCoins_en.ts \ - src/qt/locale/SarmaCoins_es.ts \ - src/qt/locale/SarmaCoins_fi.ts \ - src/qt/locale/SarmaCoins_fr.ts \ - src/qt/locale/SarmaCoins_it.ts \ - src/qt/locale/SarmaCoins_ja.ts \ - src/qt/locale/SarmaCoins_pl.ts \ - src/qt/locale/SarmaCoins_pt.ts \ - src/qt/locale/SarmaCoins_ru.ts \ - src/qt/locale/SarmaCoins_sk.ts \ - src/qt/locale/SarmaCoins_sv.ts \ - src/qt/locale/SarmaCoins_vi.ts \ - src/qt/locale/SarmaCoins_zh_CN.ts \ - src/qt/locale/SarmaCoins_zh_TW.ts +RESOURCES += src/qt/dash.qrc src/qt/dash_locale.qrc +TRANSLATIONS += src/qt/locale/dash_bg.ts \ + src/qt/locale/dash_de.ts \ + src/qt/locale/dash_en.ts \ + src/qt/locale/dash_es.ts \ + src/qt/locale/dash_fi.ts \ + src/qt/locale/dash_fr.ts \ + src/qt/locale/dash_it.ts \ + src/qt/locale/dash_ja.ts \ + src/qt/locale/dash_pl.ts \ + src/qt/locale/dash_pt.ts \ + src/qt/locale/dash_ru.ts \ + src/qt/locale/dash_sk.ts \ + src/qt/locale/dash_sv.ts \ + src/qt/locale/dash_vi.ts \ + src/qt/locale/dash_zh_CN.ts \ + src/qt/locale/dash_zh_TW.ts diff --git a/contrib/dashd.bash-completion b/contrib/dashd.bash-completion index bedfd558beb7a..11a4dc9e7c3b5 100644 --- a/contrib/dashd.bash-completion +++ b/contrib/dashd.bash-completion @@ -1,12 +1,12 @@ -# bash programmable completion for SarmaCoinsd(1) and SarmaCoins-cli(1) +# bash programmable completion for dashd(1) and dash-cli(1) # Copyright (c) 2012,2014 Christian von Roques # Distributed under the MIT/X11 software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. -have SarmaCoinsd && { +have dashd && { -# call $SarmaCoinsd for RPC -_SarmaCoins_rpc() { +# call $dashd for RPC +_dash_rpc() { # determine already specified args necessary for RPC local rpcargs=() for i in ${COMP_LINE}; do @@ -16,23 +16,23 @@ _SarmaCoins_rpc() { ;; esac done - $SarmaCoinsd "${rpcargs[@]}" "$@" + $dashd "${rpcargs[@]}" "$@" } -# Add SarmaCoins accounts to COMPREPLY -_SarmaCoins_accounts() { +# Add dash accounts to COMPREPLY +_dash_accounts() { local accounts - accounts=$(_SarmaCoins_rpc listaccounts | awk '/".*"/ { a=$1; gsub(/"/, "", a); print a}') + accounts=$(_dash_rpc listaccounts | awk '/".*"/ { a=$1; gsub(/"/, "", a); print a}') COMPREPLY=( "${COMPREPLY[@]}" $( compgen -W "$accounts" -- "$cur" ) ) } -_SarmaCoinsd() { +_dashd() { local cur prev words=() cword - local SarmaCoinsd + local dashd - # save and use original argument to invoke SarmaCoinsd - # SarmaCoinsd might not be in $PATH - SarmaCoinsd="$1" + # save and use original argument to invoke dashd + # dashd might not be in $PATH + dashd="$1" COMPREPLY=() _get_comp_words_by_ref -n = cur prev words cword @@ -53,7 +53,7 @@ _SarmaCoinsd() { if ((cword > 3)); then case ${words[cword-3]} in addmultisigaddress) - _SarmaCoins_accounts + _dash_accounts return 0 ;; getbalance|gettxout|importaddress|importprivkey|listreceivedbyaccount|listreceivedbyaddress|listsinceblock) @@ -74,7 +74,7 @@ _SarmaCoinsd() { return 0 ;; move|setaccount) - _SarmaCoins_accounts + _dash_accounts return 0 ;; esac @@ -90,7 +90,7 @@ _SarmaCoinsd() { return 0 ;; getaccountaddress|getaddressesbyaccount|getbalance|getnewaddress|getreceivedbyaccount|listtransactions|move|sendfrom|sendmany) - _SarmaCoins_accounts + _dash_accounts return 0 ;; esac @@ -114,12 +114,12 @@ _SarmaCoinsd() { # only parse --help if senseful if [[ -z "$cur" || "$cur" =~ ^- ]]; then - helpopts=$($SarmaCoinsd --help 2>&1 | awk '$1 ~ /^-/ { sub(/=.*/, "="); print $1 }' ) + helpopts=$($dashd --help 2>&1 | awk '$1 ~ /^-/ { sub(/=.*/, "="); print $1 }' ) fi # only parse help if senseful if [[ -z "$cur" || "$cur" =~ ^[a-z] ]]; then - commands=$(_SarmaCoins_rpc help 2>/dev/null | awk '$1 ~ /^[a-z]/ { print $1; }') + commands=$(_dash_rpc help 2>/dev/null | awk '$1 ~ /^[a-z]/ { print $1; }') fi COMPREPLY=( $( compgen -W "$helpopts $commands" -- "$cur" ) ) @@ -133,7 +133,7 @@ _SarmaCoinsd() { esac } -complete -F _SarmaCoinsd SarmaCoinsd SarmaCoins-cli +complete -F _dashd dashd dash-cli } # Local variables: diff --git a/contrib/debian/README.md b/contrib/debian/README.md index 3c1a754030c2c..55ff57497f958 100644 --- a/contrib/debian/README.md +++ b/contrib/debian/README.md @@ -1,21 +1,21 @@ Debian ==================== -This directory contains files used to package SarmaCoinsd/SarmaCoins-qt -for Debian-based Linux systems. If you compile SarmaCoinsd/SarmaCoins-qt yourself, there are some useful files here. +This directory contains files used to package dashd/dash-qt +for Debian-based Linux systems. If you compile dashd/dash-qt yourself, there are some useful files here. -## SarmaCoins: URI support ## +## dash: URI support ## -SarmaCoins-qt.desktop (Gnome / Open Desktop) +dash-qt.desktop (Gnome / Open Desktop) To install: - sudo desktop-file-install SarmaCoins-qt.desktop + sudo desktop-file-install dash-qt.desktop sudo update-desktop-database If you build yourself, you will either need to modify the paths in -the .desktop file or copy or symlink your SarmaCoins-qt binary to `/usr/bin` -and the `../../share/pixmaps/SarmaCoins128.png` to `/usr/share/pixmaps` +the .desktop file or copy or symlink your dash-qt binary to `/usr/bin` +and the `../../share/pixmaps/dash128.png` to `/usr/share/pixmaps` -SarmaCoins-qt.protocol (KDE) +dash-qt.protocol (KDE) diff --git a/contrib/debian/changelog b/contrib/debian/changelog index 73a4eb9681e83..f31f23871144a 100644 --- a/contrib/debian/changelog +++ b/contrib/debian/changelog @@ -132,7 +132,7 @@ bitcoin (0.5.3-natty0) natty; urgency=low * New upstream release. - -- Luke SarmaCoinsjr Tue, 10 Jan 2012 15:57:00 -0500 + -- Luke Dashjr Tue, 10 Jan 2012 15:57:00 -0500 bitcoin (0.5.2-natty1) natty; urgency=low @@ -147,7 +147,7 @@ bitcoin (0.5.2-natty0) natty; urgency=low * New upstream release. - -- Luke SarmaCoinsjr Fri, 16 Dec 2011 17:57:00 -0500 + -- Luke Dashjr Fri, 16 Dec 2011 17:57:00 -0500 bitcoin (0.5.1-natty0) natty; urgency=low @@ -365,8 +365,8 @@ bitcoin (0.3.19~dfsg-5) unstable; urgency=low bitcoin (0.3.19~dfsg-4) unstable; urgency=low [ Micah Anderson ] - * Provide example SarmaCoins.conf. - * Add bitcoind(1) and SarmaCoins.conf(5) man pages. + * Provide example dash.conf. + * Add bitcoind(1) and dash.conf(5) man pages. [ Jonas Smedegaard ] * Ease backporting: diff --git a/contrib/debian/control b/contrib/debian/control index 99cd13e3faecc..500426f16317f 100644 --- a/contrib/debian/control +++ b/contrib/debian/control @@ -1,4 +1,4 @@ -Source: SarmaCoins +Source: dash Section: utils Priority: optional Maintainer: Jonas Smedegaard ***TODO*** @@ -26,11 +26,11 @@ Homepage: http://www.SarmaCoins.io/ Vcs-Git: git://github.com/inkvisit/sarmacoins.git Vcs-Browser: http://github.com/inkvisit/sarmacoins -Package: SarmaCoinsd +Package: dashd Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: peer-to-peer network based digital currency - daemon - SarmaCoins is a free open source peer-to-peer electronic cash system that + Dash is a free open source peer-to-peer electronic cash system that is completely decentralized, without the need for a central server or trusted parties. Users hold the crypto keys to their own money and transact directly with each other, with the help of a P2P network to @@ -39,14 +39,14 @@ Description: peer-to-peer network based digital currency - daemon Full transaction history is stored locally at each client. This requires 1+ GB of space, slowly growing. . - This package provides the daemon, SarmaCoinsd, and the CLI tool - SarmaCoins-cli to interact with the daemon. + This package provides the daemon, dashd, and the CLI tool + dash-cli to interact with the daemon. -Package: SarmaCoins-qt +Package: dash-qt Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: peer-to-peer network based digital currency - Qt GUI - SarmaCoins is a free open source peer-to-peer electronic cash system that + Dash is a free open source peer-to-peer electronic cash system that is completely decentralized, without the need for a central server or trusted parties. Users hold the crypto keys to their own money and transact directly with each other, with the help of a P2P network to @@ -55,4 +55,4 @@ Description: peer-to-peer network based digital currency - Qt GUI Full transaction history is stored locally at each client. This requires 1+ GB of space, slowly growing. . - This package provides SarmaCoins-Qt, a GUI for SarmaCoins based on Qt. + This package provides Dash-Qt, a GUI for Dash based on Qt. diff --git a/contrib/debian/dash-qt.desktop b/contrib/debian/dash-qt.desktop index 444e2b8d58a99..2a2536ad6eb8f 100644 --- a/contrib/debian/dash-qt.desktop +++ b/contrib/debian/dash-qt.desktop @@ -1,12 +1,12 @@ [Desktop Entry] Encoding=UTF-8 -Name=SarmaCoins -Comment=SarmaCoins P2P Cryptocurrency -Comment[fr]=SarmaCoins, monnaie virtuelle cryptographique pair à pair -Comment[tr]=SarmaCoins, eşten eşe kriptografik sanal para birimi -Exec=SarmaCoins-qt %u +Name=Dash +Comment=Dash P2P Cryptocurrency +Comment[fr]=Dash, monnaie virtuelle cryptographique pair à pair +Comment[tr]=Dash, eşten eşe kriptografik sanal para birimi +Exec=dash-qt %u Terminal=false Type=Application -Icon=SarmaCoins128 -MimeType=x-scheme-handler/SarmaCoins; +Icon=dash128 +MimeType=x-scheme-handler/dash; Categories=Office;Finance; diff --git a/contrib/debian/dash-qt.install b/contrib/debian/dash-qt.install index aceb4cebd221b..4c10ef60d9d65 100644 --- a/contrib/debian/dash-qt.install +++ b/contrib/debian/dash-qt.install @@ -1,6 +1,6 @@ -usr/local/bin/SarmaCoins-qt usr/bin +usr/local/bin/dash-qt usr/bin share/pixmaps/bitcoin32.xpm usr/share/pixmaps share/pixmaps/bitcoin16.xpm usr/share/pixmaps share/pixmaps/bitcoin128.png usr/share/pixmaps -debian/SarmaCoins-qt.desktop usr/share/applications -debian/SarmaCoins-qt.protocol usr/share/kde4/services/ +debian/dash-qt.desktop usr/share/applications +debian/dash-qt.protocol usr/share/kde4/services/ diff --git a/contrib/debian/dash-qt.lintian-overrides b/contrib/debian/dash-qt.lintian-overrides index 2797eccbfba79..bfb8d9a84bc34 100644 --- a/contrib/debian/dash-qt.lintian-overrides +++ b/contrib/debian/dash-qt.lintian-overrides @@ -1,2 +1,2 @@ # Linked code is Expat - only Debian packaging is GPL-2+ -SarmaCoins-qt: possible-gpl-code-linked-with-openssl +dash-qt: possible-gpl-code-linked-with-openssl diff --git a/contrib/debian/dash-qt.protocol b/contrib/debian/dash-qt.protocol index 1ee5459ea3ba3..7487092412bac 100644 --- a/contrib/debian/dash-qt.protocol +++ b/contrib/debian/dash-qt.protocol @@ -1,6 +1,6 @@ [Protocol] -exec=SarmaCoins-qt '%u' -protocol=SarmaCoins +exec=dash-qt '%u' +protocol=dash input=none output=none helper=true diff --git a/contrib/debian/dashd.bash-completion b/contrib/debian/dashd.bash-completion index 81f5e2e58f7ed..d92f33da7bf34 100644 --- a/contrib/debian/dashd.bash-completion +++ b/contrib/debian/dashd.bash-completion @@ -1 +1 @@ -contrib/SarmaCoinsd.bash-completion SarmaCoinsd +contrib/dashd.bash-completion dashd diff --git a/contrib/debian/dashd.examples b/contrib/debian/dashd.examples index 45dcde893bf04..0b6950852dfa5 100644 --- a/contrib/debian/dashd.examples +++ b/contrib/debian/dashd.examples @@ -1 +1 @@ -debian/examples/SarmaCoins.conf +debian/examples/dash.conf diff --git a/contrib/debian/dashd.install b/contrib/debian/dashd.install index 361b8a170dec7..65878933fa995 100644 --- a/contrib/debian/dashd.install +++ b/contrib/debian/dashd.install @@ -1,2 +1,2 @@ -usr/local/bin/SarmaCoinsd usr/bin -usr/local/bin/SarmaCoins-cli usr/bin +usr/local/bin/dashd usr/bin +usr/local/bin/dash-cli usr/bin diff --git a/contrib/debian/dashd.lintian-overrides b/contrib/debian/dashd.lintian-overrides index a680cc6ba18b7..ef02ada1e05ce 100644 --- a/contrib/debian/dashd.lintian-overrides +++ b/contrib/debian/dashd.lintian-overrides @@ -1,2 +1,2 @@ # Linked code is Expat - only Debian packaging is GPL-2+ -SarmaCoinsd: possible-gpl-code-linked-with-openssl +dashd: possible-gpl-code-linked-with-openssl diff --git a/contrib/debian/dashd.manpages b/contrib/debian/dashd.manpages index 363add47bf8a6..949916bee2784 100644 --- a/contrib/debian/dashd.manpages +++ b/contrib/debian/dashd.manpages @@ -1,2 +1,2 @@ -debian/manpages/SarmaCoinsd.1 -debian/manpages/SarmaCoins.conf.5 +debian/manpages/dashd.1 +debian/manpages/dash.conf.5 diff --git a/contrib/debian/examples/dash.conf b/contrib/debian/examples/dash.conf index cf5e3f2b8e396..be781d1bb1e81 100644 --- a/contrib/debian/examples/dash.conf +++ b/contrib/debian/examples/dash.conf @@ -1,10 +1,10 @@ ## -## SarmaCoins.conf configuration file. Lines beginning with # are comments. +## dash.conf configuration file. Lines beginning with # are comments. ## # Network-related settings: -# Run on the test network instead of the real SarmaCoins network. +# Run on the test network instead of the real dash network. #testnet=0 # Run a regression test network @@ -51,17 +51,17 @@ #maxconnections= # -# JSON-RPC options (for controlling a running SarmaCoins/SarmaCoinsd process) +# JSON-RPC options (for controlling a running Dash/dashd process) # -# server=1 tells SarmaCoins-QT and SarmaCoinsd to accept JSON-RPC commands +# server=1 tells Dash-QT and dashd to accept JSON-RPC commands #server=0 # You must set rpcuser and rpcpassword to secure the JSON-RPC api #rpcuser=Ulysseys #rpcpassword=YourSuperGreatPasswordNumber_DO_NOT_USE_THIS_OR_YOU_WILL_GET_ROBBED_385593 -# How many seconds SarmaCoins will wait for a complete RPC HTTP request. +# How many seconds dash will wait for a complete RPC HTTP request. # after the HTTP connection is established. #rpctimeout=30 @@ -72,8 +72,8 @@ # NOTE: opening up the RPC port to hosts outside your local trusted network is NOT RECOMMENDED, # because the rpcpassword is transmitted over the network unencrypted. -# server=1 tells SarmaCoins-QT to accept JSON-RPC commands. -# it is also read by SarmaCoinsd to determine if RPC should be enabled +# server=1 tells Dash-QT to accept JSON-RPC commands. +# it is also read by dashd to determine if RPC should be enabled #rpcallowip=10.1.1.34/255.255.255.0 #rpcallowip=1.2.3.4/24 #rpcallowip=2001:db8:85a3:0:0:8a2e:370:7334/96 @@ -81,12 +81,12 @@ # Listen for RPC connections on this TCP port: #rpcport=9998 -# You can use SarmaCoins or SarmaCoinsd to send commands to SarmaCoins/SarmaCoinsd +# You can use Dash or dashd to send commands to Dash/dashd # running on another host using this option: #rpcconnect=127.0.0.1 # Use Secure Sockets Layer (also known as TLS or HTTPS) to communicate -# with SarmaCoins -server or SarmaCoinsd +# with Dash -server or dashd #rpcssl=1 # OpenSSL settings used when rpcssl=1 @@ -101,14 +101,14 @@ # both prior transactions and several dozen future transactions. #keypool=100 -# Pay an optional transaction fee every time you send SarmaCoinss. Transactions with fees +# Pay an optional transaction fee every time you send dashs. Transactions with fees # are more likely than free transactions to be included in generated blocks, so may # be validated sooner. #paytxfee=0.00 # User interface options -# Start SarmaCoins minimized +# Start Dash minimized #min=1 # Minimize to the system tray diff --git a/contrib/debian/manpages/dash-qt.1 b/contrib/debian/manpages/dash-qt.1 index a65cabe345e26..dc9381f8ad892 100644 --- a/contrib/debian/manpages/dash-qt.1 +++ b/contrib/debian/manpages/dash-qt.1 @@ -1,20 +1,20 @@ -.TH SarmaCoins-QT "1" "March 2015" "SarmaCoins-qt 1" +.TH DASH-QT "1" "March 2015" "dash-qt 1" .SH NAME -SarmaCoins-qt \- peer-to-peer network based digital currency +dash-qt \- peer-to-peer network based digital currency .SH DESCRIPTION .SS "Usage:" .IP -SarmaCoins\-qt [command\-line options] +dash\-qt [command\-line options] .SH OPTIONS .TP \-? This help message .TP \fB\-conf=\fR -Specify configuration file (default: SarmaCoins.conf) +Specify configuration file (default: dash.conf) .TP \fB\-pid=\fR -Specify pid file (default: SarmaCoinsd.pid) +Specify pid file (default: dashd.pid) .TP \fB\-gen\fR Generate coins diff --git a/contrib/debian/manpages/dash.conf.5 b/contrib/debian/manpages/dash.conf.5 index da0538d886ab8..319c84b44558b 100644 --- a/contrib/debian/manpages/dash.conf.5 +++ b/contrib/debian/manpages/dash.conf.5 @@ -1,19 +1,19 @@ -.TH SarmaCoins.CONF "5" "January 2011" "SarmaCoins.conf 3.19" +.TH DASH.CONF "5" "January 2011" "dash.conf 3.19" .SH NAME -SarmaCoins.conf \- SarmaCoins configuration file +dash.conf \- dash configuration file .SH SYNOPSIS All command-line options (except for '\-conf') may be specified in a configuration file, and all configuration file options may also be specified on the command line. Command-line options override values set in the configuration file. .TP The configuration file is a list of 'setting=value' pairs, one per line, with optional comments starting with the '#' character. .TP -The configuration file is not automatically created; you can create it using your favorite plain-text editor. By default, SarmaCoinsd(1) will look for a file named SarmaCoins.conf(5) in the SarmaCoins data directory, but both the data directory and the configuration file path may be changed using the '\-datadir' and '\-conf' command-line arguments. +The configuration file is not automatically created; you can create it using your favorite plain-text editor. By default, dashd(1) will look for a file named dash.conf(5) in the dash data directory, but both the data directory and the configuration file path may be changed using the '\-datadir' and '\-conf' command-line arguments. .SH LOCATION -SarmaCoins.conf should be located in $HOME/.SarmaCoins +dash.conf should be located in $HOME/.dash .SH NETWORK-RELATED SETTINGS .TP .TP \fBtestnet=\fR[\fI'1'\fR|\fI'0'\fR] -Enable or disable run on the test network instead of the real *SarmaCoins* network. +Enable or disable run on the test network instead of the real *dash* network. .TP \fBproxy=\fR\fI'127.0.0.1:9050'\fR Connect via a socks4 proxy. @@ -29,7 +29,7 @@ Maximum number of inbound+outbound connections. .SH JSON-RPC OPTIONS .TP \fBserver=\fR[\fI'1'\fR|\fI'0'\fR] -Tells *SarmaCoins* to accept or not accept JSON-RPC commands. +Tells *dash* to accept or not accept JSON-RPC commands. .TP \fBrpcuser=\fR\fI'username'\fR You must set *rpcuser* to secure the JSON-RPC api. @@ -44,10 +44,10 @@ By default, only RPC connections from localhost are allowed. Specify as many *rp Listen for RPC connections on this TCP port. .TP \fBrpcconnect=\fR\fI'127.0.0.1'\fR -You can use *SarmaCoins* or *SarmaCoinsd(1)* to send commands to *SarmaCoins*/*SarmaCoinsd(1)* running on another host using this option. +You can use *dash* or *dashd(1)* to send commands to *dash*/*dashd(1)* running on another host using this option. .TP \fBrpcssl=\fR\fI'1'\fR -Use Secure Sockets Layer (also known as TLS or HTTPS) to communicate with *SarmaCoins* '\-server' or *SarmaCoinsd(1)*. Example of OpenSSL settings used when *rpcssl*='1': +Use Secure Sockets Layer (also known as TLS or HTTPS) to communicate with *dash* '\-server' or *dashd(1)*. Example of OpenSSL settings used when *rpcssl*='1': .TP \fB\-rpcsslciphers=\fR Acceptable ciphers (default: TLSv1+HIGH:\:!SSLv2:\:!aNULL:\:!eNULL:\:!AH:\:!3DES:\:@STRENGTH) @@ -59,16 +59,16 @@ Acceptable ciphers (default: TLSv1+HIGH:\:!SSLv2:\:!aNULL:\:!eNULL:\:!AH:\:!3DES .SH MISCELLANEOUS OPTIONS .TP \fBgen=\fR[\fI'0'\fR|\fI'1'\fR] -Enable or disable attempt to generate SarmaCoinss. +Enable or disable attempt to generate dashs. .TP \fB4way=\fR[\fI'0'\fR|\fI'1'\fR] -Enable or disable use SSE instructions to try to generate SarmaCoinss faster. +Enable or disable use SSE instructions to try to generate dashs faster. .TP \fBkeypool=\fR\fI'100'\fR Pre-generate this many public/private key pairs, so wallet backups will be valid for both prior transactions and several dozen future transactions. .TP \fBpaytxfee=\fR\fI'0.00'\fR -Pay an optional transaction fee every time you send SarmaCoinss. Transactions with fees are more likely than free transactions to be included in generated blocks, so may be validated sooner. +Pay an optional transaction fee every time you send dashs. Transactions with fees are more likely than free transactions to be included in generated blocks, so may be validated sooner. .TP \fBallowreceivebyip=\fR\fI'1'\fR Allow direct connections for the 'pay via IP address' feature. @@ -76,12 +76,12 @@ Allow direct connections for the 'pay via IP address' feature. .SH USER INTERFACE OPTIONS .TP \fBmin=\fR[\fI'0'\fR|\fI'1'\fR] -Enable or disable start SarmaCoinsd minimized. +Enable or disable start dashd minimized. .TP \fBminimizetotray=\fR[\fI'0'\fR|\fI'1'\fR] Enable or disable minimize to the system tray. .SH "SEE ALSO" -SarmaCoinsd(1) +dashd(1) .SH AUTHOR This manual page was written by Micah Anderson for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or any later version published by the Free Software Foundation. diff --git a/contrib/debian/manpages/dashd.1 b/contrib/debian/manpages/dashd.1 index 50d4addc6a7ab..b31f828737c43 100644 --- a/contrib/debian/manpages/dashd.1 +++ b/contrib/debian/manpages/dashd.1 @@ -1,19 +1,19 @@ -.TH SarmaCoinsD "1" "January 2011" "SarmaCoinsd 3.19" +.TH DASHD "1" "January 2011" "dashd 3.19" .SH NAME -SarmaCoins \- peer-to-peer network based digital currency +Dash \- peer-to-peer network based digital currency .SH SYNOPSIS -SarmaCoinsd [options] [params] +dashd [options] [params] .TP -SarmaCoinsd [options] help \- Get help for a command +dashd [options] help \- Get help for a command .SH DESCRIPTION -This manual page documents the SarmaCoinsd program. SarmaCoins is a peer-to-peer digital currency. Peer-to-peer (P2P) means that there is no central authority to issue new money or keep track of transactions. Instead, these tasks are managed collectively by the nodes of the network. Advantages: +This manual page documents the dashd program. Dash is a peer-to-peer digital currency. Peer-to-peer (P2P) means that there is no central authority to issue new money or keep track of transactions. Instead, these tasks are managed collectively by the nodes of the network. Advantages: -SarmaCoins can be sent easily through the Internet, without having to trust middlemen. Transactions are designed to be irreversible. Be safe from instability caused by fractional reserve banking and central banks. The limited inflation of the SarmaCoins system’s money supply is distributed evenly (by CPU power) throughout the network, not monopolized by banks. +Dash can be sent easily through the Internet, without having to trust middlemen. Transactions are designed to be irreversible. Be safe from instability caused by fractional reserve banking and central banks. The limited inflation of the Dash system’s money supply is distributed evenly (by CPU power) throughout the network, not monopolized by banks. .SH OPTIONS .TP \fB\-conf=\fR -Specify configuration file (default: SarmaCoins.conf) +Specify configuration file (default: dash.conf) .TP \fB\-gen\fR Generate coins @@ -84,14 +84,14 @@ This help message \fBbackupwallet 'destination'\fR Safely copies *wallet.dat* to 'destination', which can be a directory or a path with filename. .TP -\fBgetaccount 'SarmaCoinsaddress'\fR +\fBgetaccount 'dashaddress'\fR Returns the account associated with the given address. .TP -\fBsetaccount 'SarmaCoinsaddress' ['account']\fR +\fBsetaccount 'dashaddress' ['account']\fR Sets the ['account'] associated with the given address. ['account'] may be omitted to remove an address from ['account']. .TP \fBgetaccountaddress 'account'\fR -Returns a new SarmaCoins address for 'account'. +Returns a new dash address for 'account'. .TP \fBgetaddressesbyaccount 'account'\fR Returns the list of addresses associated with the given 'account'. @@ -112,7 +112,7 @@ Returns the number of connections to other nodes. Returns the proof-of-work difficulty as a multiple of the minimum difficulty. .TP \fBgetgenerate\fR -Returns boolean true if server is trying to generate SarmaCoins, false otherwise. +Returns boolean true if server is trying to generate DASH, false otherwise. .TP \fBsetgenerate 'generate' ['genproclimit']\fR Generation is limited to ['genproclimit'] processors, \-1 is unlimited. @@ -124,13 +124,13 @@ Returns a recent hashes per second performance measurement while generating. Returns an object containing server information. .TP \fBgetnewaddress 'account'\fR -Returns a new SarmaCoins address for receiving payments. If 'account' is specified (recommended), it is added to the address book so payments received with the address will be credited to 'account'. +Returns a new dash address for receiving payments. If 'account' is specified (recommended), it is added to the address book so payments received with the address will be credited to 'account'. .TP \fBgetreceivedbyaccount 'account' ['minconf=1']\fR Returns the total amount received by addresses associated with 'account' in transactions with at least ['minconf'] confirmations. .TP -\fBgetreceivedbyaddress 'SarmaCoinsaddress' ['minconf=1']\fR -Returns the total amount received by 'SarmaCoinsaddress' in transactions with at least ['minconf'] confirmations. +\fBgetreceivedbyaddress 'dashaddress' ['minconf=1']\fR +Returns the total amount received by 'dashaddress' in transactions with at least ['minconf'] confirmations. .TP \fBgettransaction 'txid'\fR Returns information about a specific transaction, given hexadecimal transaction ID. @@ -148,7 +148,7 @@ List commands, or get help for a command. .TP \fBlistaccounts ['minconf=1']\fR List accounts and their current balances. - *note: requires SarmaCoins 0.3.20 or later. + *note: requires dash 0.3.20 or later. .TP \fBlistreceivedbyaccount ['minconf=1'] ['includeempty=false']\fR ['minconf'] is the minimum number of confirmations before payments are included. ['includeempty'] whether to include addresses that haven't received any payments. Returns an array of objects containing: @@ -177,31 +177,31 @@ Returns a list of the last ['count'] transactions for 'account' \- for all accou "message" : message associated with transaction (only for send). "to" : message-to associated with transaction (only for send). - *note: requires SarmaCoins 0.3.20 or later. + *note: requires dash 0.3.20 or later. .TP \fBmove <'fromaccount'> <'toaccount'> <'amount'> ['minconf=1'] ['comment']\fR Moves funds between accounts. .TP -\fBsendfrom* <'account'> <'SarmaCoinsaddress'> <'amount'> ['minconf=1'] ['comment'] ['comment-to']\fR -Sends amount from account's balance to 'SarmaCoinsaddress'. This method will fail if there is less than amount SarmaCoins with ['minconf'] confirmations in the account's balance (unless account is the empty-string-named default account; it behaves like the *sendtoaddress* method). Returns transaction ID on success. +\fBsendfrom* <'account'> <'dashaddress'> <'amount'> ['minconf=1'] ['comment'] ['comment-to']\fR +Sends amount from account's balance to 'dashaddress'. This method will fail if there is less than amount DASH with ['minconf'] confirmations in the account's balance (unless account is the empty-string-named default account; it behaves like the *sendtoaddress* method). Returns transaction ID on success. .TP -\fBsendtoaddress 'SarmaCoinsaddress' 'amount' ['comment'] ['comment-to']\fR -Sends amount from the server's available balance to 'SarmaCoinsaddress'. amount is a real and is rounded to the nearest 0.01. Returns transaction id on success. +\fBsendtoaddress 'dashaddress' 'amount' ['comment'] ['comment-to']\fR +Sends amount from the server's available balance to 'dashaddress'. amount is a real and is rounded to the nearest 0.01. Returns transaction id on success. .TP \fBstop\fR -Stops the SarmaCoins server. +Stops the dash server. .TP -\fBvalidateaddress 'SarmaCoinsaddress'\fR -Checks that 'SarmaCoinsaddress' looks like a proper SarmaCoins address. Returns an object containing: +\fBvalidateaddress 'dashaddress'\fR +Checks that 'dashaddress' looks like a proper Dash address. Returns an object containing: "isvalid" : true or false. "ismine" : true if the address is in the server's wallet. - "address" : SarmaCoinsaddress. + "address" : dashaddress. *note: ismine and address are only returned if the address is valid. .SH "SEE ALSO" -SarmaCoins.conf(5) +dash.conf(5) .SH AUTHOR This manual page was written by Micah Anderson for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or any later version published by the Free Software Foundation. diff --git a/contrib/debian/rules b/contrib/debian/rules index ef19a3939ce72..23f79be5a2d73 100755 --- a/contrib/debian/rules +++ b/contrib/debian/rules @@ -1,9 +1,9 @@ #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- -#DEB_MAKE_CHECK_TARGET = test_SarmaCoins +#DEB_MAKE_CHECK_TARGET = test_dash #build/bitcoind:: -# $(if $(filter nocheck,$(DEB_BUILD_OPTIONS)),,src/test_SarmaCoins) +# $(if $(filter nocheck,$(DEB_BUILD_OPTIONS)),,src/test_dash) DEB_INSTALL_EXAMPLES_bitcoind += debian/examples/* DEB_INSTALL_MANPAGES_bitcoind += debian/manpages/* @@ -13,7 +13,7 @@ DEB_INSTALL_MANPAGES_bitcoind += debian/manpages/* override_dh_auto_clean: if [ -f Makefile ]; then $(MAKE) distclean; fi - rm -rf Makefile.in aclocal.m4 configure src/Makefile.in src/SarmaCoins-config.h.in src/build-aux src/qt/Makefile.in src/qt/test/Makefile.in src/test/Makefile.in + rm -rf Makefile.in aclocal.m4 configure src/Makefile.in src/dash-config.h.in src/build-aux src/qt/Makefile.in src/qt/test/Makefile.in src/test/Makefile.in # Yea, autogen should be run on the source archive, but I like doing git archive override_dh_auto_configure: diff --git a/contrib/devtools/README.md b/contrib/devtools/README.md index 6c8cb4e0dbaec..8cfff884a9965 100644 --- a/contrib/devtools/README.md +++ b/contrib/devtools/README.md @@ -64,10 +64,10 @@ If only supported symbols are used the return value will be 0 and the output wil If there are 'unsupported' symbols, the return value will be 1 a list like this will be printed: - .../64/test_SarmaCoins: symbol memcpy from unsupported version GLIBC_2.14 - .../64/test_SarmaCoins: symbol __fdelt_chk from unsupported version GLIBC_2.15 - .../64/test_SarmaCoins: symbol std::out_of_range::~out_of_range() from unsupported version GLIBCXX_3.4.15 - .../64/test_SarmaCoins: symbol _ZNSt8__detail15_List_nod from unsupported version GLIBCXX_3.4.15 + .../64/test_dash: symbol memcpy from unsupported version GLIBC_2.14 + .../64/test_dash: symbol __fdelt_chk from unsupported version GLIBC_2.15 + .../64/test_dash: symbol std::out_of_range::~out_of_range() from unsupported version GLIBCXX_3.4.15 + .../64/test_dash: symbol _ZNSt8__detail15_List_nod from unsupported version GLIBCXX_3.4.15 update-translations.py ======================= diff --git a/contrib/devtools/update-translations.py b/contrib/devtools/update-translations.py index 8b9f667bbd770..a121c1a3c4497 100755 --- a/contrib/devtools/update-translations.py +++ b/contrib/devtools/update-translations.py @@ -26,7 +26,7 @@ # Name of transifex tool TX = 'tx' # Name of source language file -SOURCE_LANG = 'SarmaCoins_en.ts' +SOURCE_LANG = 'dash_en.ts' # Directory with locale files LOCALE_DIR = 'src/qt/locale' diff --git a/contrib/gitian-descriptors/gitian-linux.yml b/contrib/gitian-descriptors/gitian-linux.yml index 2bfabddad5ec6..43d0e5afe98bd 100755 --- a/contrib/gitian-descriptors/gitian-linux.yml +++ b/contrib/gitian-descriptors/gitian-linux.yml @@ -1,5 +1,5 @@ --- -name: "SarmaCoins-linux-0.12" +name: "dash-linux-0.12" enable_cache: true suites: - "precise" @@ -18,7 +18,7 @@ packages: reference_datetime: "2014-01-10 00:00:00" remotes: - "url": "https://github.com/inkvisit/sarmacoins.git" - "dir": "SarmaCoins" + "dir": "dash" files: [] script: | WRAP_DIR=$HOME/wrapped @@ -62,7 +62,7 @@ script: | done export PATH=${WRAP_DIR}:${PATH} - cd SarmaCoins + cd dash BASEPREFIX=`pwd`/depends # Build dependencies for each host for i in $HOSTS; do @@ -73,13 +73,13 @@ script: | ./autogen.sh ./configure --prefix=${BASEPREFIX}/`echo "${HOSTS}" | awk '{print $1;}'` make dist - SOURCEDIST=`echo SarmaCoins-*.tar.gz` + SOURCEDIST=`echo dash-*.tar.gz` DISTNAME=`echo ${SOURCEDIST} | sed 's/.tar.*//'` # Correct tar file order mkdir -p temp pushd temp tar xf ../$SOURCEDIST - find SarmaCoins-* | sort | tar --no-recursion --mode='u+rw,go+r-w,a+X' --owner=0 --group=0 -c -T - | gzip -9n > ../$SOURCEDIST + find dash-* | sort | tar --no-recursion --mode='u+rw,go+r-w,a+X' --owner=0 --group=0 -c -T - | gzip -9n > ../$SOURCEDIST popd ORIGPATH="$PATH" diff --git a/contrib/gitian-descriptors/gitian-osx-signer.yml b/contrib/gitian-descriptors/gitian-osx-signer.yml index 90cb2d7719231..f3c78be5e8b65 100644 --- a/contrib/gitian-descriptors/gitian-osx-signer.yml +++ b/contrib/gitian-descriptors/gitian-osx-signer.yml @@ -1,5 +1,5 @@ --- -name: "SarmaCoins-dmg-signer" +name: "dash-dmg-signer" suites: - "precise" architectures: @@ -10,7 +10,7 @@ packages: reference_datetime: "2013-06-01 00:00:00" remotes: [] files: -- "SarmaCoins-osx-unsigned.tar.gz" +- "dash-osx-unsigned.tar.gz" - "signature.tar.gz" script: | WRAP_DIR=$HOME/wrapped @@ -28,10 +28,10 @@ script: | chmod +x ${WRAP_DIR}/${prog} done - UNSIGNED=SarmaCoins-osx-unsigned.tar.gz - SIGNED=SarmaCoins-osx-signed.dmg + UNSIGNED=dash-osx-unsigned.tar.gz + SIGNED=dash-osx-signed.dmg tar -xf ${UNSIGNED} ./detached-sig-apply.sh ${UNSIGNED} signature.tar.gz - ${WRAP_DIR}/genisoimage -no-cache-inodes -D -l -probe -V "SarmaCoins-Qt" -no-pad -r -apple -o uncompressed.dmg signed-app + ${WRAP_DIR}/genisoimage -no-cache-inodes -D -l -probe -V "Dash-Qt" -no-pad -r -apple -o uncompressed.dmg signed-app ${WRAP_DIR}/dmg dmg uncompressed.dmg ${OUTDIR}/${SIGNED} diff --git a/contrib/gitian-descriptors/gitian-osx.yml b/contrib/gitian-descriptors/gitian-osx.yml index 5d77c695f5060..8273fa4f61cd5 100644 --- a/contrib/gitian-descriptors/gitian-osx.yml +++ b/contrib/gitian-descriptors/gitian-osx.yml @@ -1,5 +1,5 @@ --- -name: "SarmaCoins-osx-0.12" +name: "dash-osx-0.12" enable_cache: true suites: - "precise" @@ -21,7 +21,7 @@ packages: reference_datetime: "2013-06-01 00:00:00" remotes: - "url": "https://github.com/inkvisit/sarmacoins.git" - "dir": "SarmaCoins" + "dir": "dash" files: - "MacOSX10.7.sdk.tar.gz" script: | @@ -68,7 +68,7 @@ script: | done export PATH=${WRAP_DIR}:${PATH} - cd SarmaCoins + cd dash BASEPREFIX=`pwd`/depends mkdir -p ${BASEPREFIX}/SDKs @@ -83,14 +83,14 @@ script: | ./autogen.sh ./configure --prefix=${BASEPREFIX}/`echo "${HOSTS}" | awk '{print $1;}'` make dist - SOURCEDIST=`echo SarmaCoins-*.tar.gz` + SOURCEDIST=`echo dash-*.tar.gz` DISTNAME=`echo ${SOURCEDIST} | sed 's/.tar.*//'` # Correct tar file order mkdir -p temp pushd temp tar xf ../$SOURCEDIST - find SarmaCoins-* | sort | tar --no-recursion --mode='u+rw,go+r-w,a+X' --owner=0 --group=0 -c -T - | gzip -9n > ../$SOURCEDIST + find dash-* | sort | tar --no-recursion --mode='u+rw,go+r-w,a+X' --owner=0 --group=0 -c -T - | gzip -9n > ../$SOURCEDIST popd ORIGPATH="$PATH" @@ -120,7 +120,7 @@ script: | popd make deploy - ${WRAP_DIR}/dmg dmg SarmaCoins-Qt.dmg ${OUTDIR}/${DISTNAME}-osx-unsigned.dmg + ${WRAP_DIR}/dmg dmg Dash-Qt.dmg ${OUTDIR}/${DISTNAME}-osx-unsigned.dmg cd installed find . -name "lib*.la" -delete diff --git a/contrib/gitian-descriptors/gitian-rpi2.yml b/contrib/gitian-descriptors/gitian-rpi2.yml index fae6b441c49b3..808905eb2b083 100644 --- a/contrib/gitian-descriptors/gitian-rpi2.yml +++ b/contrib/gitian-descriptors/gitian-rpi2.yml @@ -1,5 +1,5 @@ --- -name: "SarmaCoins-raspberry-0.12" +name: "dash-raspberry-0.12" enable_cache: true suites: - "precise" @@ -18,7 +18,7 @@ packages: reference_datetime: "2014-01-10 00:00:00" remotes: - "url": "https://github.com/inkvisit/sarmacoins.git" - "dir": "SarmaCoins" + "dir": "dash" files: - "raspberrypi-tools.tar.gz" script: | @@ -67,7 +67,7 @@ script: | done export PATH=${WRAP_DIR}:${PATH} - cd SarmaCoins + cd dash BASEPREFIX=`pwd`/depends # Build dependencies for each host for i in $HOSTS; do @@ -78,13 +78,13 @@ script: | ./autogen.sh ./configure --prefix=${BASEPREFIX}/`echo "${HOSTS}" | awk '{print $1;}'` make NO_QT=1 dist - SOURCEDIST=`echo SarmaCoins-*.tar.gz` + SOURCEDIST=`echo dash-*.tar.gz` DISTNAME=`echo ${SOURCEDIST} | sed 's/.tar.*//'` # Correct tar file order mkdir -p temp pushd temp tar xf ../$SOURCEDIST - find SarmaCoins-* | sort | tar --no-recursion --mode='u+rw,go+r-w,a+X' --owner=0 --group=0 -c -T - | gzip -9n > ../$SOURCEDIST + find dash-* | sort | tar --no-recursion --mode='u+rw,go+r-w,a+X' --owner=0 --group=0 -c -T - | gzip -9n > ../$SOURCEDIST popd ORIGPATH="$PATH" diff --git a/contrib/gitian-descriptors/gitian-win.yml b/contrib/gitian-descriptors/gitian-win.yml index b28f093eab3a1..b2e4b49c5af49 100755 --- a/contrib/gitian-descriptors/gitian-win.yml +++ b/contrib/gitian-descriptors/gitian-win.yml @@ -1,5 +1,5 @@ --- -name: "SarmaCoins-win-0.12" +name: "dash-win-0.12" enable_cache: true suites: - "precise" @@ -21,7 +21,7 @@ packages: reference_datetime: "2014-01-10 00:00:00" remotes: - "url": "https://github.com/inkvisit/sarmacoins.git" - "dir": "SarmaCoins" + "dir": "dash" files: [] script: | WRAP_DIR=$HOME/wrapped @@ -65,7 +65,7 @@ script: | done export PATH=${WRAP_DIR}:${PATH} - cd SarmaCoins + cd dash BASEPREFIX=`pwd`/depends # Build dependencies for each host for i in $HOSTS; do @@ -76,14 +76,14 @@ script: | ./autogen.sh ./configure --prefix=${BASEPREFIX}/`echo "${HOSTS}" | awk '{print $1;}'` make dist - SOURCEDIST=`echo SarmaCoins-*.tar.gz` + SOURCEDIST=`echo dash-*.tar.gz` DISTNAME=`echo ${SOURCEDIST} | sed 's/.tar.*//'` # Correct tar file order mkdir -p temp pushd temp tar xf ../$SOURCEDIST - find SarmaCoins-* | sort | tar --no-recursion --mode='u+rw,go+r-w,a+X' --owner=0 --group=0 -c -T - | gzip -9n > ../$SOURCEDIST + find dash-* | sort | tar --no-recursion --mode='u+rw,go+r-w,a+X' --owner=0 --group=0 -c -T - | gzip -9n > ../$SOURCEDIST popd ORIGPATH="$PATH" @@ -100,7 +100,7 @@ script: | make ${MAKEOPTS} make deploy make install-strip - cp -f SarmaCoins-*setup*.exe $OUTDIR/ + cp -f dash-*setup*.exe $OUTDIR/ cd installed mv ${DISTNAME}/bin/*.dll ${DISTNAME}/lib/ find . -name "lib*.la" -delete diff --git a/contrib/gitian-downloader/luke-jr-key.pgp b/contrib/gitian-downloader/luke-jr-key.pgp index e5ce7f60e2ec61be8f166c454e2f185489c11c9e..275b041d2059ece19e1a4ade74b32654ab3a2c56 100644 GIT binary patch delta 40 scmZ2uIm>c`IE$c5VsS=Rk%CQ5X?ChZ3Xrqege8iL1th$A2A>EY02EC2ui delta 58 wcmbPbxyEvXIE!p>Vo`3QbAD!CaaNInO-^Zcsslo3vj$5P7Z(!0jZcIR0A|4yPyhe` diff --git a/contrib/init/README.md b/contrib/init/README.md index cce22276d5605..6b8e244a7faaf 100644 --- a/contrib/init/README.md +++ b/contrib/init/README.md @@ -1,9 +1,9 @@ Sample configuration files for: -SystemD: SarmaCoinsd.service -Upstart: SarmaCoinsd.conf -OpenRC: SarmaCoinsd.openrc - SarmaCoinsd.openrcconf +SystemD: dashd.service +Upstart: dashd.conf +OpenRC: dashd.openrc + dashd.openrcconf have been made available to assist packagers in creating node packages here. diff --git a/contrib/init/dashd.conf b/contrib/init/dashd.conf index ca229bf20594f..40b9b9a4f9862 100644 --- a/contrib/init/dashd.conf +++ b/contrib/init/dashd.conf @@ -1,16 +1,16 @@ -description "SarmaCoins Core Daemon" +description "Dash Core Daemon" start on runlevel [2345] stop on starting rc RUNLEVEL=[016] -env BITCOIND_BIN="/usr/bin/SarmaCoinsd" -env BITCOIND_USER="SarmaCoins" -env BITCOIND_GROUP="SarmaCoins" -env BITCOIND_PIDDIR="/var/run/SarmaCoinsd" +env BITCOIND_BIN="/usr/bin/dashd" +env BITCOIND_USER="dash" +env BITCOIND_GROUP="dash" +env BITCOIND_PIDDIR="/var/run/dashd" # upstart can't handle variables constructed with other variables -env BITCOIND_PIDFILE="/var/run/SarmaCoinsd/SarmaCoinsd.pid" -env BITCOIND_CONFIGFILE="/etc/SarmaCoins/SarmaCoins.conf" -env BITCOIND_DATADIR="/var/lib/SarmaCoinsd" +env BITCOIND_PIDFILE="/var/run/dashd/dashd.pid" +env BITCOIND_CONFIGFILE="/etc/dash/dash.conf" +env BITCOIND_DATADIR="/var/lib/dashd" expect fork @@ -20,12 +20,12 @@ kill timeout 60 pre-start script # this will catch non-existent config files - # SarmaCoinsd will check and exit with this very warning, but it can do so + # dashd will check and exit with this very warning, but it can do so # long after forking, leaving upstart to think everything started fine. # since this is a commonly encountered case on install, just check and # warn here. if ! grep -qs '^rpcpassword=' "$BITCOIND_CONFIGFILE" ; then - echo "ERROR: You must set a secure rpcpassword to run SarmaCoinsd." + echo "ERROR: You must set a secure rpcpassword to run dashd." echo "The setting must appear in $BITCOIND_CONFIGFILE" echo echo "This password is security critical to securing wallets " @@ -38,7 +38,7 @@ pre-start script echo "It is also recommended that you also set alertnotify so you are " echo "notified of problems:" echo - echo "ie: alertnotify=echo %%s | mail -s \"SarmaCoins Alert\"" \ + echo "ie: alertnotify=echo %%s | mail -s \"Dash Alert\"" \ "admin@foo.com" echo exit 1 diff --git a/contrib/init/dashd.openrc b/contrib/init/dashd.openrc index ab7aa925040bf..b1b7144d87708 100644 --- a/contrib/init/dashd.openrc +++ b/contrib/init/dashd.openrc @@ -2,24 +2,24 @@ # backward compatibility for existing gentoo layout # -if [ -d "/var/lib/SarmaCoins/.SarmaCoins" ]; then - BITCOIND_DEFAULT_DATADIR="/var/lib/SarmaCoins/.SarmaCoins" +if [ -d "/var/lib/dash/.dash" ]; then + BITCOIND_DEFAULT_DATADIR="/var/lib/dash/.dash" else - BITCOIND_DEFAULT_DATADIR="/var/lib/SarmaCoinsd" + BITCOIND_DEFAULT_DATADIR="/var/lib/dashd" fi -BITCOIND_CONFIGFILE=${BITCOIND_CONFIGFILE:-/etc/SarmaCoins/SarmaCoins.conf} -BITCOIND_PIDDIR=${BITCOIND_PIDDIR:-/var/run/SarmaCoinsd} -BITCOIND_PIDFILE=${BITCOIND_PIDFILE:-${BITCOIND_PIDDIR}/SarmaCoinsd.pid} +BITCOIND_CONFIGFILE=${BITCOIND_CONFIGFILE:-/etc/dash/dash.conf} +BITCOIND_PIDDIR=${BITCOIND_PIDDIR:-/var/run/dashd} +BITCOIND_PIDFILE=${BITCOIND_PIDFILE:-${BITCOIND_PIDDIR}/dashd.pid} BITCOIND_DATADIR=${BITCOIND_DATADIR:-${BITCOIND_DEFAULT_DATADIR}} -BITCOIND_USER=${BITCOIND_USER:-SarmaCoins} -BITCOIND_GROUP=${BITCOIND_GROUP:-SarmaCoins} -BITCOIND_BIN=${BITCOIND_BIN:-/usr/bin/SarmaCoinsd} +BITCOIND_USER=${BITCOIND_USER:-dash} +BITCOIND_GROUP=${BITCOIND_GROUP:-dash} +BITCOIND_BIN=${BITCOIND_BIN:-/usr/bin/dashd} -name="SarmaCoins Core Daemon" -description="SarmaCoins crypto-currency p2p network daemon" +name="Dash Core Daemon" +description="Dash crypto-currency p2p network daemon" -command="/usr/bin/SarmaCoinsd" +command="/usr/bin/dashd" command_args="-pid=\"${BITCOIND_PIDFILE}\" \ -conf=\"${BITCOIND_CONFIGFILE}\" \ -datadir=\"${BITCOIND_DATADIR}\" \ @@ -65,7 +65,7 @@ checkconfig() { if ! grep -qs '^rpcpassword=' "${BITCOIND_CONFIGFILE}" ; then eerror "" - eerror "ERROR: You must set a secure rpcpassword to run SarmaCoinsd." + eerror "ERROR: You must set a secure rpcpassword to run dashd." eerror "The setting must appear in ${BITCOIND_CONFIGFILE}" eerror "" eerror "This password is security critical to securing wallets " @@ -78,7 +78,7 @@ checkconfig() eerror "It is also recommended that you also set alertnotify so you are " eerror "notified of problems:" eerror "" - eerror "ie: alertnotify=echo %%s | mail -s \"SarmaCoins Alert\"" \ + eerror "ie: alertnotify=echo %%s | mail -s \"Dash Alert\"" \ "admin@foo.com" eerror "" return 1 diff --git a/contrib/init/dashd.openrcconf b/contrib/init/dashd.openrcconf index 88701167ee563..05f033ae8ec05 100644 --- a/contrib/init/dashd.openrcconf +++ b/contrib/init/dashd.openrcconf @@ -1,25 +1,25 @@ -# /etc/conf.d/SarmaCoinsd: config file for /etc/init.d/SarmaCoinsd +# /etc/conf.d/dashd: config file for /etc/init.d/dashd # Config file location -#BITCOIND_CONFIGFILE="/etc/SarmaCoins/SarmaCoins.conf" +#BITCOIND_CONFIGFILE="/etc/dash/dash.conf" # What directory to write pidfile to? (created and owned by $BITCOIND_USER) -#BITCOIND_PIDDIR="/var/run/SarmaCoinsd" +#BITCOIND_PIDDIR="/var/run/dashd" # What filename to give the pidfile -#BITCOIND_PIDFILE="${BITCOIND_PIDDIR}/SarmaCoinsd.pid" +#BITCOIND_PIDFILE="${BITCOIND_PIDDIR}/dashd.pid" -# Where to write SarmaCoinsd data (be mindful that the blockchain is large) -#BITCOIND_DATADIR="/var/lib/SarmaCoinsd" +# Where to write dashd data (be mindful that the blockchain is large) +#BITCOIND_DATADIR="/var/lib/dashd" -# User and group to own SarmaCoinsd process -#BITCOIND_USER="SarmaCoins" -#BITCOIND_GROUP="SarmaCoins" +# User and group to own dashd process +#BITCOIND_USER="dash" +#BITCOIND_GROUP="dash" -# Path to SarmaCoinsd executable -#BITCOIND_BIN="/usr/bin/SarmaCoinsd" +# Path to dashd executable +#BITCOIND_BIN="/usr/bin/dashd" -# Nice value to run SarmaCoinsd under +# Nice value to run dashd under #BITCOIND_NICE=0 # Additional options (avoid -conf and -datadir, use flags above) diff --git a/contrib/init/dashd.service b/contrib/init/dashd.service index 28fb536aeabdf..732ac647d38a1 100644 --- a/contrib/init/dashd.service +++ b/contrib/init/dashd.service @@ -1,15 +1,15 @@ [Unit] -Description=SarmaCoins's distributed currency daemon +Description=Dash's distributed currency daemon After=network.target [Service] -User=SarmaCoins -Group=SarmaCoins +User=dash +Group=dash Type=forking -PIDFile=/var/lib/SarmaCoinsd/SarmaCoinsd.pid -ExecStart=/usr/bin/SarmaCoinsd -daemon -pid=/var/lib/SarmaCoinsd/SarmaCoinsd.pid \ --conf=/etc/SarmaCoins/SarmaCoins.conf -datadir=/var/lib/SarmaCoinsd -disablewallet +PIDFile=/var/lib/dashd/dashd.pid +ExecStart=/usr/bin/dashd -daemon -pid=/var/lib/dashd/dashd.pid \ +-conf=/etc/dash/dash.conf -datadir=/var/lib/dashd -disablewallet Restart=always PrivateTmp=true diff --git a/contrib/macdeploy/README.md b/contrib/macdeploy/README.md index 430636fe65e48..19b0f1a01f1eb 100644 --- a/contrib/macdeploy/README.md +++ b/contrib/macdeploy/README.md @@ -11,5 +11,5 @@ This script should not be run manually, instead, after building as usual: During the process, the disk image window will pop up briefly where the fancy settings are applied. This is normal, please do not interfere. -When finished, it will produce `SarmaCoins-Qt.dmg`. +When finished, it will produce `Dash-Qt.dmg`. diff --git a/contrib/macdeploy/background.psd b/contrib/macdeploy/background.psd index 3b4aa59b963d7d9352d6604905be57b8248ad5bf..5889676f8e3d805568b63d9702eced2376ca8f7e 100644 GIT binary patch delta 453 zcmezLk8|H&&W0_FVG$B8iNzWIX=%l&B?<<51`7Hh($ delta 613 zcmdn@m-Ev<&W0_FVG%09iAA}I&iR>n#r|n&#i=C<26_ex`aYR?sR)_v4u=_A7`YGv z(;532rQ{L()RfS?l+>ae6kXHx`WbV#Pl#gd(xRm;@0T$y+TPjDc!QOOwrmIb<%=jS gEdY9>kd1~GfMTO``=a%XZNfCRC4GC$QO2a504bB=rvLx| diff --git a/contrib/macdeploy/detached-sig-apply.sh b/contrib/macdeploy/detached-sig-apply.sh index 67d3299ca4efb..b9c64ef940783 100755 --- a/contrib/macdeploy/detached-sig-apply.sh +++ b/contrib/macdeploy/detached-sig-apply.sh @@ -5,7 +5,7 @@ UNSIGNED=$1 SIGNATURE=$2 ARCH=x86_64 ROOTDIR=dist -BUNDLE=${ROOTDIR}/SarmaCoins-Qt.app +BUNDLE=${ROOTDIR}/Dash-Qt.app TEMPDIR=signed.temp OUTDIR=signed-app diff --git a/contrib/macdeploy/detached-sig-create.sh b/contrib/macdeploy/detached-sig-create.sh index 39f47763560da..200b71ce44e83 100755 --- a/contrib/macdeploy/detached-sig-create.sh +++ b/contrib/macdeploy/detached-sig-create.sh @@ -2,7 +2,7 @@ set -e ROOTDIR=dist -BUNDLE=${ROOTDIR}/SarmaCoins-Qt.app +BUNDLE=${ROOTDIR}/Dash-Qt.app CODESIGN=codesign TEMPDIR=sign.temp TEMPLIST=${TEMPDIR}/signatures.txt diff --git a/contrib/macdeploy/fancy.plist b/contrib/macdeploy/fancy.plist index 366df0c3bf802..3ee7104784675 100644 --- a/contrib/macdeploy/fancy.plist +++ b/contrib/macdeploy/fancy.plist @@ -22,7 +22,7 @@ 370 156 - SarmaCoins-Qt.app + Dash-Qt.app 128 156 diff --git a/contrib/macdeploy/macdeployqtplus b/contrib/macdeploy/macdeployqtplus index 6ff0d70170e73..a3358033af8a2 100755 --- a/contrib/macdeploy/macdeployqtplus +++ b/contrib/macdeploy/macdeployqtplus @@ -836,7 +836,7 @@ if config.dmg is not None: items_positions.append(itemscript.substitute(params)) params = { - "disk" : "SarmaCoins-Qt", + "disk" : "Dash-Qt", "window_bounds" : "300,300,800,620", "icon_size" : "96", "background_commands" : "", diff --git a/contrib/spendfrom/README.md b/contrib/spendfrom/README.md index 06cdf58b3e605..9a6924dca8731 100644 --- a/contrib/spendfrom/README.md +++ b/contrib/spendfrom/README.md @@ -7,7 +7,7 @@ address (or addresses). Depends on [jsonrpc](http://json-rpc.org/). spendfrom.py --from=FROMADDRESS1[,FROMADDRESS2] --to=TOADDRESS --amount=amount \ - --fee=fee --datadir=/path/to/.SarmaCoins --testnet --dry_run + --fee=fee --datadir=/path/to/.dash --testnet --dry_run With no arguments, outputs a list of amounts associated with addresses. @@ -16,7 +16,7 @@ With arguments, sends coins received by the `FROMADDRESS` addresses to the `TOAD ### Notes ### - You may explicitly specify how much fee to pay (a fee more than 1% of the amount -will fail, though, to prevent SarmaCoins-losing accidents). Spendfrom may fail if +will fail, though, to prevent dash-losing accidents). Spendfrom may fail if it thinks the transaction would never be confirmed (if the amount being sent is too small, or if the transaction is too many bytes for the fee). diff --git a/contrib/spendfrom/spendfrom.py b/contrib/spendfrom/spendfrom.py index 73e97d82713f2..e8d3d9fd77a59 100755 --- a/contrib/spendfrom/spendfrom.py +++ b/contrib/spendfrom/spendfrom.py @@ -1,13 +1,13 @@ #!/usr/bin/env python # -# Use the raw transactions API to spend SarmaCoinss received on particular addresses, +# Use the raw transactions API to spend dashs received on particular addresses, # and send any change back to that same address. # # Example usage: # spendfrom.py # Lists available funds # spendfrom.py --from=ADDRESS --to=ADDRESS --amount=11.00 # -# Assumes it will talk to a SarmaCoinsd or SarmaCoins-Qt running +# Assumes it will talk to a dashd or Dash-Qt running # on localhost. # # Depends on jsonrpc @@ -33,15 +33,15 @@ def check_json_precision(): raise RuntimeError("JSON encode/decode loses precision") def determine_db_dir(): - """Return the default location of the SarmaCoins data directory""" + """Return the default location of the dash data directory""" if platform.system() == "Darwin": - return os.path.expanduser("~/Library/Application Support/SarmaCoins/") + return os.path.expanduser("~/Library/Application Support/Dash/") elif platform.system() == "Windows": - return os.path.join(os.environ['APPDATA'], "SarmaCoins") - return os.path.expanduser("~/.SarmaCoins") + return os.path.join(os.environ['APPDATA'], "Dash") + return os.path.expanduser("~/.dash") def read_bitcoin_config(dbdir): - """Read the SarmaCoins.conf file from dbdir, returns dictionary of settings""" + """Read the dash.conf file from dbdir, returns dictionary of settings""" from ConfigParser import SafeConfigParser class FakeSecHead(object): @@ -59,11 +59,11 @@ def readline(self): return s config_parser = SafeConfigParser() - config_parser.readfp(FakeSecHead(open(os.path.join(dbdir, "SarmaCoins.conf")))) + config_parser.readfp(FakeSecHead(open(os.path.join(dbdir, "dash.conf")))) return dict(config_parser.items("all")) def connect_JSON(config): - """Connect to a SarmaCoins JSON-RPC server""" + """Connect to a dash JSON-RPC server""" testnet = config.get('testnet', '0') testnet = (int(testnet) > 0) # 0/1 in config file, convert to True/False if not 'rpcport' in config: @@ -72,7 +72,7 @@ def connect_JSON(config): try: result = ServiceProxy(connect) # ServiceProxy is lazy-connect, so send an RPC command mostly to catch connection errors, - # but also make sure the SarmaCoinsd we're talking to is/isn't testnet: + # but also make sure the dashd we're talking to is/isn't testnet: if result.getmininginfo()['testnet'] != testnet: sys.stderr.write("RPC server at "+connect+" testnet setting mismatch\n") sys.exit(1) @@ -81,36 +81,36 @@ def connect_JSON(config): sys.stderr.write("Error connecting to RPC server at "+connect+"\n") sys.exit(1) -def unlock_wallet(SarmaCoinsd): - info = SarmaCoinsd.getinfo() +def unlock_wallet(dashd): + info = dashd.getinfo() if 'unlocked_until' not in info: return True # wallet is not encrypted t = int(info['unlocked_until']) if t <= time.time(): try: passphrase = getpass.getpass("Wallet is locked; enter passphrase: ") - SarmaCoinsd.walletpassphrase(passphrase, 5) + dashd.walletpassphrase(passphrase, 5) except: sys.stderr.write("Wrong passphrase\n") - info = SarmaCoinsd.getinfo() + info = dashd.getinfo() return int(info['unlocked_until']) > time.time() -def list_available(SarmaCoinsd): +def list_available(dashd): address_summary = dict() address_to_account = dict() - for info in SarmaCoinsd.listreceivedbyaddress(0): + for info in dashd.listreceivedbyaddress(0): address_to_account[info["address"]] = info["account"] - unspent = SarmaCoinsd.listunspent(0) + unspent = dashd.listunspent(0) for output in unspent: # listunspent doesn't give addresses, so: - rawtx = SarmaCoinsd.getrawtransaction(output['txid'], 1) + rawtx = dashd.getrawtransaction(output['txid'], 1) vout = rawtx["vout"][output['vout']] pk = vout["scriptPubKey"] - # This code only deals with ordinary pay-to-SarmaCoins-address + # This code only deals with ordinary pay-to-dash-address # or pay-to-script-hash outputs right now; anything exotic is ignored. if pk["type"] != "pubkeyhash" and pk["type"] != "scripthash": continue @@ -139,8 +139,8 @@ def select_coins(needed, inputs): n += 1 return (outputs, have-needed) -def create_tx(SarmaCoinsd, fromaddresses, toaddress, amount, fee): - all_coins = list_available(SarmaCoinsd) +def create_tx(dashd, fromaddresses, toaddress, amount, fee): + all_coins = list_available(dashd) total_available = Decimal("0.0") needed = amount+fee @@ -159,7 +159,7 @@ def create_tx(SarmaCoinsd, fromaddresses, toaddress, amount, fee): # Note: # Python's json/jsonrpc modules have inconsistent support for Decimal numbers. # Instead of wrestling with getting json.dumps() (used by jsonrpc) to encode - # Decimals, I'm casting amounts to float before sending them to SarmaCoinsd. + # Decimals, I'm casting amounts to float before sending them to dashd. # outputs = { toaddress : float(amount) } (inputs, change_amount) = select_coins(needed, potential_inputs) @@ -170,8 +170,8 @@ def create_tx(SarmaCoinsd, fromaddresses, toaddress, amount, fee): else: outputs[change_address] = float(change_amount) - rawtx = SarmaCoinsd.createrawtransaction(inputs, outputs) - signed_rawtx = SarmaCoinsd.signrawtransaction(rawtx) + rawtx = dashd.createrawtransaction(inputs, outputs) + signed_rawtx = dashd.signrawtransaction(rawtx) if not signed_rawtx["complete"]: sys.stderr.write("signrawtransaction failed\n") sys.exit(1) @@ -179,10 +179,10 @@ def create_tx(SarmaCoinsd, fromaddresses, toaddress, amount, fee): return txdata -def compute_amount_in(SarmaCoinsd, txinfo): +def compute_amount_in(dashd, txinfo): result = Decimal("0.0") for vin in txinfo['vin']: - in_info = SarmaCoinsd.getrawtransaction(vin['txid'], 1) + in_info = dashd.getrawtransaction(vin['txid'], 1) vout = in_info['vout'][vin['vout']] result = result + vout['value'] return result @@ -193,12 +193,12 @@ def compute_amount_out(txinfo): result = result + vout['value'] return result -def sanity_test_fee(SarmaCoinsd, txdata_hex, max_fee): +def sanity_test_fee(dashd, txdata_hex, max_fee): class FeeError(RuntimeError): pass try: - txinfo = SarmaCoinsd.decoderawtransaction(txdata_hex) - total_in = compute_amount_in(SarmaCoinsd, txinfo) + txinfo = dashd.decoderawtransaction(txdata_hex) + total_in = compute_amount_in(dashd, txinfo) total_out = compute_amount_out(txinfo) if total_in-total_out > max_fee: raise FeeError("Rejecting transaction, unreasonable fee of "+str(total_in-total_out)) @@ -221,15 +221,15 @@ def main(): parser = optparse.OptionParser(usage="%prog [options]") parser.add_option("--from", dest="fromaddresses", default=None, - help="addresses to get SarmaCoinss from") + help="addresses to get dashs from") parser.add_option("--to", dest="to", default=None, - help="address to get send SarmaCoinss to") + help="address to get send dashs to") parser.add_option("--amount", dest="amount", default=None, help="amount to send") parser.add_option("--fee", dest="fee", default="0.0", help="fee to include") parser.add_option("--datadir", dest="datadir", default=determine_db_dir(), - help="location of SarmaCoins.conf file with RPC username/password (default: %default)") + help="location of dash.conf file with RPC username/password (default: %default)") parser.add_option("--testnet", dest="testnet", default=False, action="store_true", help="Use the test network") parser.add_option("--dry_run", dest="dry_run", default=False, action="store_true", @@ -240,10 +240,10 @@ def main(): check_json_precision() config = read_bitcoin_config(options.datadir) if options.testnet: config['testnet'] = True - SarmaCoinsd = connect_JSON(config) + dashd = connect_JSON(config) if options.amount is None: - address_summary = list_available(SarmaCoinsd) + address_summary = list_available(dashd) for address,info in address_summary.iteritems(): n_transactions = len(info['outputs']) if n_transactions > 1: @@ -253,14 +253,14 @@ def main(): else: fee = Decimal(options.fee) amount = Decimal(options.amount) - while unlock_wallet(SarmaCoinsd) == False: + while unlock_wallet(dashd) == False: pass # Keep asking for passphrase until they get it right - txdata = create_tx(SarmaCoinsd, options.fromaddresses.split(","), options.to, amount, fee) - sanity_test_fee(SarmaCoinsd, txdata, amount*Decimal("0.01")) + txdata = create_tx(dashd, options.fromaddresses.split(","), options.to, amount, fee) + sanity_test_fee(dashd, txdata, amount*Decimal("0.01")) if options.dry_run: print(txdata) else: - txid = SarmaCoinsd.sendrawtransaction(txdata) + txid = dashd.sendrawtransaction(txdata) print(txid) if __name__ == '__main__': diff --git a/doc/Doxyfile b/doc/Doxyfile index f681fa1b4fc3c..563edc64b268a 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -28,7 +28,7 @@ DOXYFILE_ENCODING = UTF-8 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded # by quotes) that should identify the project. -PROJECT_NAME = SarmaCoins +PROJECT_NAME = Dash # The PROJECT_NUMBER tag can be used to enter a project or revision number. # This could be handy for archiving the generated documentation or diff --git a/doc/README.md b/doc/README.md index cc330b0c7134d..ac589675dc153 100644 --- a/doc/README.md +++ b/doc/README.md @@ -1,4 +1,4 @@ -SarmaCoins Core 0.12.0 +Dash Core 0.12.0 ===================== Setup @@ -7,46 +7,46 @@ Setup Running --------------------- -The following are some helpful notes on how to run SarmaCoins on your native platform. +The following are some helpful notes on how to run Dash on your native platform. ### Unix -You need the Qt4 run-time libraries to run SarmaCoins-Qt. On Debian or Ubuntu: +You need the Qt4 run-time libraries to run Dash-Qt. On Debian or Ubuntu: sudo apt-get install libqtgui4 Unpack the files into a directory and run: -- bin/32/SarmaCoins-qt (GUI, 32-bit) or bin/32/SarmaCoinsd (headless, 32-bit) -- bin/64/SarmaCoins-qt (GUI, 64-bit) or bin/64/SarmaCoinsd (headless, 64-bit) +- bin/32/dash-qt (GUI, 32-bit) or bin/32/dashd (headless, 32-bit) +- bin/64/dash-qt (GUI, 64-bit) or bin/64/dashd (headless, 64-bit) ### Windows -Unpack the files into a directory, and then run SarmaCoins-qt.exe. +Unpack the files into a directory, and then run dash-qt.exe. ### OSX -Drag SarmaCoins-Qt to your applications folder, and then run SarmaCoins-Qt. +Drag Dash-Qt to your applications folder, and then run Dash-Qt. ### Need Help? -* See the documentation at the [SarmaCoins Wiki](https://en.bitcoin.it/wiki/Main_Page) ***TODO*** +* See the documentation at the [Dash Wiki](https://en.bitcoin.it/wiki/Main_Page) ***TODO*** for help and more information. * Ask for help on [#SarmaCoins](http://webchat.freenode.net?channels=SarmaCoins) on Freenode. If you don't have an IRC client use [webchat here](http://webchat.freenode.net?channels=SarmaCoins). -* Ask for help on the [SarmaCoinsTalk](https://SarmaCoinstalk.org/) forums. +* Ask for help on the [DashTalk](https://dashtalk.org/) forums. Building --------------------- -The following are developer notes on how to build SarmaCoins on your native platform. They are not complete guides, but include notes on the necessary libraries, compile flags, etc. +The following are developer notes on how to build Dash on your native platform. They are not complete guides, but include notes on the necessary libraries, compile flags, etc. - [OSX Build Notes](build-osx.md) - [Unix Build Notes](build-unix.md) Development --------------------- -The SarmaCoins repo's [root README](https://github.com/inkvisit/sarmacoins/blob/master/README.md) contains relevant information on the development process and automated testing. +The Dash repo's [root README](https://github.com/inkvisit/sarmacoins/blob/master/README.md) contains relevant information on the development process and automated testing. - [Coding Guidelines](coding.md) - [Multiwallet Qt Development](multiwallet-qt.md) @@ -57,7 +57,7 @@ The SarmaCoins repo's [root README](https://github.com/inkvisit/sarmacoins/blob/ - [Unit Tests](unit-tests.md) ### Resources -* Discuss on the [SarmaCoinsTalk](https://SarmaCoinstalk.org/) forums, in the Development & Technical Discussion board. +* Discuss on the [DashTalk](https://dashtalk.org/) forums, in the Development & Technical Discussion board. * Discuss on [#SarmaCoins](http://webchat.freenode.net/?channels=SarmaCoins) on Freenode. If you don't have an IRC client use [webchat here](http://webchat.freenode.net/?channels=SarmaCoins). ### Miscellaneous diff --git a/doc/README_windows.txt b/doc/README_windows.txt index b7fce5f09dba5..dedbad6b722e6 100644 --- a/doc/README_windows.txt +++ b/doc/README_windows.txt @@ -1,9 +1,9 @@ -SarmaCoins Core 0.12.0 +Dash Core 0.12.0 ===================== Intro ----- -SarmaCoins is a free open source peer-to-peer electronic cash system that is +Dash is a free open source peer-to-peer electronic cash system that is completely decentralized, without the need for a central server or trusted parties. Users hold the crypto keys to their own money and transact directly with each other, with the help of a P2P network to check for double-spending. @@ -11,13 +11,13 @@ with each other, with the help of a P2P network to check for double-spending. Setup ----- -Unpack the files into a directory and run SarmaCoins-qt.exe. +Unpack the files into a directory and run dash-qt.exe. -SarmaCoins Core is the original SarmaCoins client and it builds the backbone of the network. -However, it downloads and stores the entire history of SarmaCoins transactions; +Dash Core is the original Dash client and it builds the backbone of the network. +However, it downloads and stores the entire history of Dash transactions; depending on the speed of your computer and network connection, the synchronization process can take anywhere from a few hours to a day or more. -See the SarmaCoins wiki at: +See the dash wiki at: https://en.bitcoin.it/wiki/Main_Page ***TODO*** for more help and information. diff --git a/doc/build-osx.md b/doc/build-osx.md index 4ee9fe303bd4d..98653e94df258 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -1,6 +1,6 @@ Mac OS X Build Instructions and Notes ==================================== -This guide will show you how to build SarmaCoinsd (headless client) for OSX. +This guide will show you how to build dashd (headless client) for OSX. Notes ----- @@ -58,19 +58,19 @@ The rest of these commands are run inside brew interactive mode: /private/tmp/berkeley-db4-UGpd0O $ exit ``` -After exiting, you'll get a warning that the install is keg-only, which means it wasn't symlinked to `/usr/local`. You don't need it to link it to build SarmaCoins, but if you want to, here's how: +After exiting, you'll get a warning that the install is keg-only, which means it wasn't symlinked to `/usr/local`. You don't need it to link it to build dash, but if you want to, here's how: $ brew link --force berkeley-db4 -### Building `SarmaCoinsd` +### Building `dashd` 1. Clone the github tree to get the source code and go into the directory. git clone https://github.com/inkvisit/sarmacoins.git - cd SarmaCoins + cd dash -2. Build SarmaCoinsd: +2. Build dashd: ./autogen.sh ./configure @@ -80,7 +80,7 @@ After exiting, you'll get a warning that the install is keg-only, which means it make check -4. (Optional) You can also install SarmaCoinsd to your path: +4. (Optional) You can also install dashd to your path: make install @@ -92,7 +92,7 @@ Download Qt Creator from http://www.qt.io/download/. Download the "community edi 1. Make sure you installed everything through homebrew mentioned above 2. Do a proper ./configure --with-gui=qt5 --enable-debug 3. In Qt Creator do "New Project" -> Import Project -> Import Existing Project -4. Enter "SarmaCoins-qt" as project name, enter src/qt as location +4. Enter "dash-qt" as project name, enter src/qt as location 5. Leave the file selection as it is 6. Confirm the "summary page" 7. In the "Projects" tab select "Manage Kits..." @@ -102,11 +102,11 @@ Download Qt Creator from http://www.qt.io/download/. Download the "community edi Creating a release build ------------------------ -You can ignore this section if you are building `SarmaCoinsd` for your own use. +You can ignore this section if you are building `dashd` for your own use. -SarmaCoinsd/SarmaCoins-cli binaries are not included in the SarmaCoins-Qt.app bundle. +dashd/dash-cli binaries are not included in the Dash-Qt.app bundle. -If you are building `SarmaCoinsd` or `SarmaCoins-Qt` for others, your build machine should be set up +If you are building `dashd` or `Dash-Qt` for others, your build machine should be set up as follows for maximum compatibility: All dependencies should be compiled with these flags: @@ -115,30 +115,30 @@ All dependencies should be compiled with these flags: -arch x86_64 -isysroot $(xcode-select --print-path)/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk -Once dependencies are compiled, see release-process.md for how the SarmaCoins-Qt.app +Once dependencies are compiled, see release-process.md for how the Dash-Qt.app bundle is packaged and signed to create the .dmg disk image that is distributed. Running ------- -It's now available at `./SarmaCoinsd`, provided that you are still in the `src` +It's now available at `./dashd`, provided that you are still in the `src` directory. We have to first create the RPC configuration file, though. -Run `./SarmaCoinsd` to get the filename where it should be put, or just try these +Run `./dashd` to get the filename where it should be put, or just try these commands: - echo -e "rpcuser=SarmaCoinsrpc\nrpcpassword=$(xxd -l 16 -p /dev/urandom)" > "/Users/${USER}/Library/Application Support/SarmaCoins/SarmaCoins.conf" - chmod 600 "/Users/${USER}/Library/Application Support/SarmaCoins/SarmaCoins.conf" + echo -e "rpcuser=dashrpc\nrpcpassword=$(xxd -l 16 -p /dev/urandom)" > "/Users/${USER}/Library/Application Support/Dash/dash.conf" + chmod 600 "/Users/${USER}/Library/Application Support/Dash/dash.conf" The next time you run it, it will start downloading the blockchain, but it won't output anything while it's doing this. This process may take several hours; you can monitor its process by looking at the debug.log file, like this: - tail -f $HOME/Library/Application\ Support/SarmaCoins/debug.log + tail -f $HOME/Library/Application\ Support/Dash/debug.log Other commands: ------- - ./SarmaCoinsd -daemon # to start the SarmaCoins daemon. - ./SarmaCoins-cli --help # for a list of command-line options. - ./SarmaCoins-cli help # When the daemon is running, to get a list of RPC commands + ./dashd -daemon # to start the dash daemon. + ./dash-cli --help # for a list of command-line options. + ./dash-cli help # When the daemon is running, to get a list of RPC commands diff --git a/doc/build-unix.md b/doc/build-unix.md index e0863b6bafdf6..53966f95abb00 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -1,10 +1,10 @@ UNIX BUILD NOTES ==================== -Some notes on how to build SarmaCoins in Unix. +Some notes on how to build Dash in Unix. Note --------------------- -Always use absolute paths to configure and compile SarmaCoins and the dependencies, +Always use absolute paths to configure and compile dash and the dependencies, for example, when specifying the the path of the dependency: ../dist/configure --enable-cxx --disable-shared --with-pic --prefix=$BDB_PREFIX @@ -22,7 +22,7 @@ make make install # optional ``` -This will build SarmaCoins-qt as well if the dependencies are met. +This will build dash-qt as well if the dependencies are met. Dependencies --------------------- @@ -50,7 +50,7 @@ System requirements -------------------- C++ compilers are memory-hungry. It is recommended to have at least 1 GB of -memory available when compiling SarmaCoins Core. With 512MB of memory or less +memory available when compiling Dash Core. With 512MB of memory or less compilation will take much longer due to swap thrashing. Dependency Build Instructions: Ubuntu & Debian @@ -94,7 +94,7 @@ Optional: Dependencies for the GUI: Ubuntu & Debian ----------------------------------------- -If you want to build SarmaCoins-Qt, make sure that the required packages for Qt development +If you want to build Dash-Qt, make sure that the required packages for Qt development are installed. Either Qt 4 or Qt 5 are necessary to build the GUI. If both Qt 4 and Qt 5 are installed, Qt 4 will be used. Pass `--with-gui=qt5` to configure to choose Qt5. To build without GUI pass `--without-gui`. @@ -111,12 +111,12 @@ libqrencode (optional) can be installed with: sudo apt-get install libqrencode-dev -Once these are installed, they will be found by configure and a SarmaCoins-qt executable will be +Once these are installed, they will be found by configure and a dash-qt executable will be built by default. Notes ----- -The release is built with GCC and then "strip SarmaCoinsd" to strip the debug +The release is built with GCC and then "strip dashd" to strip the debug symbols, which reduces the executable size by about 90%. @@ -145,10 +145,10 @@ Berkeley DB It is recommended to use Berkeley DB 4.8. If you have to build it yourself: ```bash -SarmaCoins_ROOT=$(pwd) +DASH_ROOT=$(pwd) -# Pick some path to install BDB to, here we create a directory within the SarmaCoins directory -BDB_PREFIX="${SarmaCoins_ROOT}/db4" +# Pick some path to install BDB to, here we create a directory within the dash directory +BDB_PREFIX="${DASH_ROOT}/db4" mkdir -p $BDB_PREFIX # Fetch the source and verify that it is not tampered with @@ -163,8 +163,8 @@ cd db-4.8.30.NC/build_unix/ ../dist/configure --enable-cxx --disable-shared --with-pic --prefix=$BDB_PREFIX make install -# Configure SarmaCoins Core to use our own-built instance of BDB -cd $SarmaCoins_ROOT +# Configure Dash Core to use our own-built instance of BDB +cd $DASH_ROOT ./configure (other args...) LDFLAGS="-L${BDB_PREFIX}/lib/" CPPFLAGS="-I${BDB_PREFIX}/include/" ``` @@ -181,7 +181,7 @@ If you need to build Boost yourself: Security -------- -To help make your SarmaCoins installation more secure by making certain attacks impossible to +To help make your Dash installation more secure by making certain attacks impossible to exploit even if a vulnerability is found, binaries are hardened by default. This can be disabled with: @@ -205,7 +205,7 @@ Hardening enables the following features: To test that you have built PIE executable, install scanelf, part of paxutils, and use: - scanelf -e ./SarmaCoinsd + scanelf -e ./dashd The output should contain: TYPE @@ -213,13 +213,13 @@ Hardening enables the following features: * Non-executable Stack If the stack is executable then trivial stack based buffer overflow exploits are possible if - vulnerable buffers are found. By default, SarmaCoins should be built with a non-executable stack + vulnerable buffers are found. By default, dash should be built with a non-executable stack but if one of the libraries it uses asks for an executable stack or someone makes a mistake and uses a compiler extension which requires an executable stack, it will silently build an executable without the non-executable stack protection. To verify that the stack is non-executable after compiling use: - `scanelf -e ./SarmaCoinsd` + `scanelf -e ./dashd` the output should contain: STK/REL/PTL @@ -229,7 +229,7 @@ Hardening enables the following features: Disable-wallet mode -------------------- -When the intention is to run only a P2P node without a wallet, SarmaCoins may be compiled in +When the intention is to run only a P2P node without a wallet, dash may be compiled in disable-wallet mode with: ./configure --disable-wallet diff --git a/doc/gitian-building.md b/doc/gitian-building.md index 3d2cc2f4f91b4..690053116ea16 100644 --- a/doc/gitian-building.md +++ b/doc/gitian-building.md @@ -1,9 +1,9 @@ Gitian building ================ -*Setup instructions for a gitian build of SarmaCoins using a Debian VM or physical system.* +*Setup instructions for a gitian build of Dash using a Debian VM or physical system.* -Gitian is the deterministic build process that is used to build the SarmaCoins +Gitian is the deterministic build process that is used to build the Dash Core executables. It provides a way to be reasonably sure that the executables are really built from source on GitHub. It also makes sure that the same, tested dependencies are used and statically built into the executable. @@ -26,7 +26,7 @@ Table of Contents - [Installing gitian](#installing-gitian) - [Setting up gitian images](#setting-up-gitian-images) - [Getting and building the inputs](#getting-and-building-the-inputs) -- [Building SarmaCoins](#building-SarmaCoins) +- [Building Dash](#building-dash) - [Building an alternative repository](#building-an-alternative-repository) - [Signing externally](#signing-externally) - [Uploading signatures](#uploading-signatures) @@ -277,12 +277,12 @@ cd .. **Note**: When sudo asks for a password, enter the password for the user *debian* not for *root*. -Clone the git repositories for SarmaCoins and gitian and then checkout the SarmaCoins version that you want to build. +Clone the git repositories for dash and gitian and then checkout the dash version that you want to build. ```bash git clone https://github.com/devrandom/gitian-builder.git git clone https://github.com/inkvisit/sarmacoins.git -cd SarmaCoins +cd dash git checkout v${VERSION} cd .. ``` @@ -321,16 +321,16 @@ There will be a lot of warnings printed during build of the images. These can be Getting and building the inputs -------------------------------- -Follow the instructions in [doc/release-process.md](release-process.md) in the SarmaCoins repository +Follow the instructions in [doc/release-process.md](release-process.md) in the dash repository under 'Fetch and build inputs' to install sources which require manual intervention. Also follow the next step: 'Seed the Gitian sources cache', which will fetch all necessary source files allowing for gitian to work offline. -Building SarmaCoins +Building Dash ---------------- -To build SarmaCoins (for Linux, OSX and Windows) just follow the steps under 'perform -gitian builds' in [doc/release-process.md](release-process.md) in the SarmaCoins repository. +To build Dash (for Linux, OSX and Windows) just follow the steps under 'perform +gitian builds' in [doc/release-process.md](release-process.md) in the dash repository. This may take a long time as it also builds the dependencies needed for each descriptor. These dependencies will be cached after a successful build to avoid rebuilding them when possible. @@ -345,7 +345,7 @@ tail -f var/build.log Output from `gbuild` will look something like ```bash - Initialized empty Git repository in /home/debian/gitian-builder/inputs/SarmaCoins/.git/ + Initialized empty Git repository in /home/debian/gitian-builder/inputs/dash/.git/ remote: Reusing existing pack: 35606, done. remote: Total 35606 (delta 0), reused 0 (delta 0) Receiving objects: 100% (35606/35606), 26.52 MiB | 4.28 MiB/s, done. @@ -377,11 +377,11 @@ and inputs. For example: ```bash -URL=https://github.com/crowning-/SarmaCoins.git +URL=https://github.com/crowning-/dash.git COMMIT=b616fb8ef0d49a919b72b0388b091aaec5849b96 -./bin/gbuild --commit SarmaCoins=${COMMIT} --url SarmaCoins=${URL} ../SarmaCoins/contrib/gitian-descriptors/gitian-linux.yml -./bin/gbuild --commit SarmaCoins=${COMMIT} --url SarmaCoins=${URL} ../SarmaCoins/contrib/gitian-descriptors/gitian-win.yml -./bin/gbuild --commit SarmaCoins=${COMMIT} --url SarmaCoins=${URL} ../SarmaCoins/contrib/gitian-descriptors/gitian-osx.yml +./bin/gbuild --commit dash=${COMMIT} --url dash=${URL} ../dash/contrib/gitian-descriptors/gitian-linux.yml +./bin/gbuild --commit dash=${COMMIT} --url dash=${URL} ../dash/contrib/gitian-descriptors/gitian-win.yml +./bin/gbuild --commit dash=${COMMIT} --url dash=${URL} ../dash/contrib/gitian-descriptors/gitian-osx.yml ``` Signing externally @@ -396,9 +396,9 @@ When you execute `gsign` you will get an error from GPG, which can be ignored. C in `gitian.sigs` to your signing machine and do ```bash - gpg --detach-sign ${VERSION}-linux/${SIGNER}/SarmaCoins-build.assert - gpg --detach-sign ${VERSION}-win/${SIGNER}/SarmaCoins-build.assert - gpg --detach-sign ${VERSION}-osx/${SIGNER}/SarmaCoins-build.assert + gpg --detach-sign ${VERSION}-linux/${SIGNER}/dash-build.assert + gpg --detach-sign ${VERSION}-win/${SIGNER}/dash-build.assert + gpg --detach-sign ${VERSION}-osx/${SIGNER}/dash-build.assert ``` This will create the `.sig` files that can be committed together with the `.assert` files to assert your @@ -408,6 +408,6 @@ Uploading signatures (not yet implemented) --------------------- In the future it will be possible to push your signatures (both the `.assert` and `.assert.sig` files) to the -[SarmaCoins/gitian.sigs](https://github.com/SarmaCoins/gitian.sigs/) repository, or if that's not possible to create a pull +[dash/gitian.sigs](https://github.com/SarmaCoins/gitian.sigs/) repository, or if that's not possible to create a pull request. There will be an official announcement when this repository is online. diff --git a/doc/guide-startmany.md b/doc/guide-startmany.md index 099904e520a87..127d31510d5c6 100644 --- a/doc/guide-startmany.md +++ b/doc/guide-startmany.md @@ -4,7 +4,7 @@ There are many ways to setup a wallet to support start-many. This guide will walk through two of them. 1. [Importing an existing wallet (recommended if you are consolidating wallets).](#option1) -2. [Sending 1,000 SarmaCoins to new wallet addresses.](#option2) +2. [Sending 1,000 DASH to new wallet addresses.](#option2) ## Option 1. Importing an existing wallet @@ -56,9 +56,9 @@ Create a new wallet address for each MasterNode. Close your QT Wallet. -### Send 1,000 SarmaCoins to New Addresses +### Send 1,000 DASH to New Addresses -Just like setting up a standard MN. Send exactly 1,000 SarmaCoins to each new address created above. +Just like setting up a standard MN. Send exactly 1,000 DASH to each new address created above. ### Create New Masternode Private Keys @@ -78,11 +78,11 @@ Remember... this is local. Make sure your QT is not running. Create the masternode.conf file in the same directory as your wallet.dat. -Copy the masternode private key and correspondig collateral output transaction that holds the 1K SarmaCoins. +Copy the masternode private key and correspondig collateral output transaction that holds the 1K DASH. The masternode private key may be an existing key from [Option 1](#option1), or a newly generated key from [Option 2](#option2). -*Please note, the masternode priviate key is not the same as a wallet private key. Never put your wallet private key in the masternode.conf file. That is equivalent to putting your 1,000 SarmaCoins on the remote server and defeats the purpose of a hot/cold setup.* +*Please note, the masternode priviate key is not the same as a wallet private key. Never put your wallet private key in the masternode.conf file. That is equivalent to putting your 1,000 DASH on the remote server and defeats the purpose of a hot/cold setup.* ### Get the collateral output @@ -95,7 +95,7 @@ Issue the following: Make note of the hash (which is your collaterla_output) and index. ### Enter your MasterNode details into your masternode.conf file -[From the SarmaCoins github repo](https://github.com/darkcoin/darkcoin/blob/master/doc/masternode_conf.md) +[From the dash github repo](https://github.com/darkcoin/darkcoin/blob/master/doc/masternode_conf.md) The new masternode.conf format consists of a space seperated text file. Each line consisting of an alias, IP address followed by port, masternode private key, collateral output transaction id and collateral output index, donation address and donation percentage (the latter two are optional and should be in format "address:percentage"). @@ -112,20 +112,20 @@ mn01 127.0.0.1:9999 93HaYBVUCYjEMeeH1Y4sBGLALQZE1Yc1K64xiqgX37tGBDQL8Xg 2bcd3c84 mn02 127.0.0.2:9999 93WaAb3htPJEV8E9aQcN23Jt97bPex7YvWfgMDTUdWJvzmrMqey aa9f1034d973377a5e733272c3d0eced1de22555ad45d6b24abadff8087948d4 0 7gnwGHt17heGpG9Crfeh4KGpYNFugPhJdh:25 ``` -## What about the SarmaCoins.conf file? +## What about the dash.conf file? -If you are using a masternode.conf file you no longer need the SarmaCoins.conf file. The exception is if you need custom settings (thanks oblox). +If you are using a masternode.conf file you no longer need the dash.conf file. The exception is if you need custom settings (thanks oblox). -## Update SarmaCoins.conf on server +## Update dash.conf on server -If you generated a new masternode private key, you will need to update the remote SarmaCoins.conf files. +If you generated a new masternode private key, you will need to update the remote dash.conf files. Shut down the daemon and then edit the file. -```sudo nano .SarmaCoins/SarmaCoins.conf``` +```sudo nano .dash/dash.conf``` ### Edit the masternodeprivkey -If you generated a new masternode private key, you will need to update the masternodeprivkey value in your remote SarmaCoins.conf file. +If you generated a new masternode private key, you will need to update the masternodeprivkey value in your remote dash.conf file. ## Start your MasterNodes @@ -135,9 +135,9 @@ If your remote server is not running, start your remote daemon as you normally w I usually confirm that remote is on the correct block by issuing: -```SarmaCoinsd getinfo``` +```dashd getinfo``` -And compare with the official explorer at http://explorer.SarmaCoins.io/chain/SarmaCoins +And compare with the official explorer at http://explorer.SarmaCoins.io/chain/Dash ### Local diff --git a/doc/keepass.md b/doc/keepass.md index f43b443158846..6b9756f77e854 100644 --- a/doc/keepass.md +++ b/doc/keepass.md @@ -12,7 +12,7 @@ The implementation is dependent on the following: ###What's new### -The following new options are available for SarmaCoinsd and SarmaCoins-qt: +The following new options are available for dashd and dash-qt: - _-keepass_ Use KeePass 2 integration using KeePassHttp plugin (default: 0) - _-keepassport=_ Connect to KeePassHttp on port (default: 19455) - _-keepasskey=_ KeePassHttp key for AES encrypted communication with KeePass @@ -22,27 +22,27 @@ The following new options are available for SarmaCoinsd and SarmaCoins-qt: The following rpc commands are available: - _keepass genkey_: generates a base64 encoded 256 bit AES key that can be used for the communication with KeePassHttp. Only necessary for manual configuration. Use init for automatic configuration. - - _keepass init_: sets up the association between SarmaCoinsd and keepass by generating an AES key and sending an association message to KeePassHttp. This will trigger KeePass to ask for an Id for the association. Returns the association and the base64 encoded string for the AES key. + - _keepass init_: sets up the association between dashd and keepass by generating an AES key and sending an association message to KeePassHttp. This will trigger KeePass to ask for an Id for the association. Returns the association and the base64 encoded string for the AES key. - _keepass setpassphrase_: updates the passphrase in KeePassHttp to a new value. This should match the passphrase you intend to use for the wallet. Please note that the standard RPC commands _walletpassphrasechange_ and the wallet encrption from the QT GUI already send the updates to KeePassHttp, so this is only necessary for manual manipulation of the password. ###How to setup### -Sample initialization flow from _SarmaCoins-qt_ console (this needs to be done only once to set up the association): +Sample initialization flow from _dash-qt_ console (this needs to be done only once to set up the association): - Have KeePass running with an open database - - Start _SarmaCoins-qt_ + - Start _dash-qt_ - Open console - - Type "_keepass init_" in SarmaCoins-qt console + - Type "_keepass init_" in dash-qt console - Keepass pops up and asks for an association id, fill that in, for example, "_mydrkwallet_" - - You should get a response like this "_Association successful. Id: mydrkwalletSarmaCoins - Key: AgQkcs6cI7v9tlSYKjG/+s8wJrGALHl3jLosJpPLzUE=_" - - Edit _SarmaCoins.conf_ and fill in these values + - You should get a response like this "_Association successful. Id: mydrkwalletdash - Key: AgQkcs6cI7v9tlSYKjG/+s8wJrGALHl3jLosJpPLzUE=_" + - Edit _dash.conf_ and fill in these values ``` keepass=1 keepasskey=AgQkcs6cI7v9tlSYKjG/+s8wJrGALHl3jLosJpPLzUE= keepassid=mydrkwallet keepassname=testwallet ``` - - Restart _SarmaCoins-qt_ + - Restart _dash-qt_ At this point, the association is made. The next action depends on your particular situation: @@ -51,4 +51,4 @@ At this point, the association is made. The next action depends on your particul At this point, the passphrase is stored in KeePassHttp. When Unlocking the wallet, one can use _keepass_ as the passphrase to trigger retrieval of the password. This works from the RPC commands as well as the GUI. -Extended guide with screenshots is also available: https://SarmaCoinstalk.org/threads/keepass-integration.3620/ +Extended guide with screenshots is also available: https://dashtalk.org/threads/keepass-integration.3620/ diff --git a/doc/masternode-budget.md b/doc/masternode-budget.md index c3da2f2bacafe..2189d9d66e4b3 100644 --- a/doc/masternode-budget.md +++ b/doc/masternode-budget.md @@ -1,7 +1,7 @@ Masternode Budget API ======================= -SarmaCoins now supports full decentralized budgets that are paid directly from the blockchain via superblocks once per month. +Dash now supports full decentralized budgets that are paid directly from the blockchain via superblocks once per month. Budgets go through a series of stages before being paid: * prepare - create a special transaction that destroys coins in order to make a proposal @@ -16,13 +16,13 @@ Budgets go through a series of stages before being paid: 1. Prepare collateral transaction -- -mnbudget prepare proposal-name url payment_count block_start SarmaCoins_address monthly_payment_SarmaCoins [use_ix(true|false)] +mnbudget prepare proposal-name url payment_count block_start dash_address monthly_payment_dash [use_ix(true|false)] Example: ```mnbudget prepare cool-project http://www.cool-project/one.json 12 100000 y6R9oN12KnB9zydzTLc3LikD9cCjjQzYG7 1200 true``` Output: ```464a0eb70ea91c94295214df48c47baa72b3876cfb658744aaf863c7b5bf1ff0``` - This is the collateral hash, copy this output for the next step -In this transaction we prepare collateral for "_cool-project_". This proposal will pay _1200_ SarmaCoins, _12_ times over the course of a year totaling _24000_ SarmaCoins. +In this transaction we prepare collateral for "_cool-project_". This proposal will pay _1200_ DASH, _12_ times over the course of a year totaling _24000_ DASH. **Warning -- if you change any fields within this command, the collateral transaction will become invalid.** @@ -111,15 +111,15 @@ After you get enough votes, execute ```mnbudget projection``` to see if you made 6. Get paid -- -When block ```1000000``` is reached you'll receive a payment for ```1200``` SarmaCoins. +When block ```1000000``` is reached you'll receive a payment for ```1200``` DASH. The following new RPC commands are supported: - mnbudget "command"... ( "passphrase" ) - prepare - Prepare proposal for network by signing and creating tx - submit - Submit proposal for network - - vote-many - Vote on a SarmaCoins initiative - - vote-alias - Vote on a SarmaCoins initiative - - vote - Vote on a SarmaCoins initiative/budget + - vote-many - Vote on a Dash initiative + - vote-alias - Vote on a Dash initiative + - vote - Vote on a Dash initiative/budget - getvotes - Show current masternode budgets - getinfo - Show current masternode budgets - show - Show all budgets diff --git a/doc/masternode_conf.md b/doc/masternode_conf.md index 5f65cda48e363..0cb343e11b7cd 100644 --- a/doc/masternode_conf.md +++ b/doc/masternode_conf.md @@ -2,9 +2,9 @@ Multi masternode config ======================= The multi masternode config allows to control multiple masternodes from a single wallet. The wallet needs to have a valid collaral output of 1000 coins for each masternode. To use this, place a file named masternode.conf in the data directory of your install: - * Windows: %APPDATA%\SarmaCoins\ - * Mac OS: ~/Library/Application Support/SarmaCoins/ - * Unix/Linux: ~/.SarmaCoins/ + * Windows: %APPDATA%\Dash\ + * Mac OS: ~/Library/Application Support/Dash/ + * Unix/Linux: ~/.dash/ The new masternode.conf format consists of a space seperated text file. Each line consisting of an alias, IP address followed by port, masternode private key, collateral output transaction id, collateral output index, donation address and donation percentage (the latter two are optional and should be in format "address:percentage"). @@ -16,7 +16,7 @@ mn3 127.0.0.4:19999 92Da1aYg6sbenP6uwskJgEY2XWB5LwJ7bXRqc3UPeShtHWJDjDv db478e78 ``` In the example above: -* the collateral for mn1 consists of transaction http://test.explorer.SarmaCoins.fr/tx/2bcd3c84c84f87eaa86e4e56834c92927a07f9e18718810b92e0d0324456a67c, output index 0 has amount 1000 +* the collateral for mn1 consists of transaction http://test.explorer.dash.fr/tx/2bcd3c84c84f87eaa86e4e56834c92927a07f9e18718810b92e0d0324456a67c, output index 0 has amount 1000 * masternode 2 will donate 33% of its income * masternode 3 will donate 100% of its income diff --git a/doc/multiwallet-qt.md b/doc/multiwallet-qt.md index dda75e1f1c3f2..3f8b2b2f94750 100644 --- a/doc/multiwallet-qt.md +++ b/doc/multiwallet-qt.md @@ -10,7 +10,7 @@ implemented in the BitcoinGUI class moved over to these new classes. The two existing files most affected, by far, are bitcoingui.h and bitcoingui.cpp, as the BitcoinGUI class will require some major retrofitting. -Only requiring some minor changes is SarmaCoins.cpp. +Only requiring some minor changes is dash.cpp. Finally, two new headers and source files will have to be added to bitcoin-qt.pro. @@ -30,9 +30,9 @@ that takes the place of what used to be centralWidget in BitcoinGUI. The purpose refinements of the wallet controls with minimal need for further modifications to BitcoinGUI, thus greatly simplifying merges while reducing the risk of breaking top-level stuff. -Changes to SarmaCoins.cpp +Changes to dash.cpp ---------------------- -SarmaCoins.cpp is the entry point into bitcoin-qt, and as such, will require some minor modifications to provide hooks for +dash.cpp is the entry point into bitcoin-qt, and as such, will require some minor modifications to provide hooks for multiple wallet support. Most importantly will be the way it instantiates WalletModels and passes them to the singleton BitcoinGUI instance called window. Formerly, BitcoinGUI kept a pointer to a single instance of a WalletModel. The initial change required is very simple: rather than calling `window.setWalletModel(&walletModel);` we perform the diff --git a/doc/release-notes.md b/doc/release-notes.md index 89b7c13bbc88e..3fc3eee20de10 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -1,17 +1,17 @@ -SarmaCoins Core 0.12 +Dash Core 0.12 ================== -SarmaCoins Core tree 0.12.x release notes can be found here: -- [v0.12.0](release-notes/SarmaCoins/release-notes-0.12.0.md) +Dash Core tree 0.12.x release notes can be found here: +- [v0.12.0](release-notes/dash/release-notes-0.12.0.md) -SarmaCoins Core tree 0.12.x is a fork of Bitcoin Core tree 0.10.2 +Dash Core tree 0.12.x is a fork of Bitcoin Core tree 0.10.2 Older releases -------------- -SarmaCoins was previously known as Darkcoin. +Dash was previously known as Darkcoin. Darkcoin tree 0.8.x was a fork of Litecoin tree 0.8, original name was XCoin which was first released on Jan/18/2014. @@ -22,13 +22,13 @@ the 0.8.x tree and was first released on Mar/13/2014. Darkcoin tree 0.10.x used to be the closed source implementation of Darksend which was released open source on Sep/25/2014. -SarmaCoins Core tree 0.11.x was a fork of Bitcoin Core tree 0.9, Darkcoin was rebranded -to SarmaCoins. +Dash Core tree 0.11.x was a fork of Bitcoin Core tree 0.9, Darkcoin was rebranded +to Dash. These release are considered obsolete. Old changelogs can be found here: -- [v0.11.2](release-notes/SarmaCoins/release-notes-0.11.2.md) released Mar/25/2015 -- [v0.11.1](release-notes/SarmaCoins/release-notes-0.11.1.md) released Feb/10/2015 -- [v0.11.0](release-notes/SarmaCoins/release-notes-0.11.0.md) released Jan/15/2015 -- [v0.10.x](release-notes/SarmaCoins/release-notes-0.10.0.md) released Sep/25/2014 -- [v0.9.x](release-notes/SarmaCoins/release-notes-0.9.0.md) released Mar/13/2014 +- [v0.11.2](release-notes/dash/release-notes-0.11.2.md) released Mar/25/2015 +- [v0.11.1](release-notes/dash/release-notes-0.11.1.md) released Feb/10/2015 +- [v0.11.0](release-notes/dash/release-notes-0.11.0.md) released Jan/15/2015 +- [v0.10.x](release-notes/dash/release-notes-0.10.0.md) released Sep/25/2014 +- [v0.9.x](release-notes/dash/release-notes-0.9.0.md) released Mar/13/2014 diff --git a/doc/release-notes/bitcoin/release-notes-0.10.0.md b/doc/release-notes/bitcoin/release-notes-0.10.0.md index 4a8081686ddf0..986b8832ec189 100644 --- a/doc/release-notes/bitcoin/release-notes-0.10.0.md +++ b/doc/release-notes/bitcoin/release-notes-0.10.0.md @@ -714,7 +714,7 @@ Thanks to everyone who contributed to this release: - kiwigb - Kosta Zertsekel - LongShao007 -- Luke SarmaCoinsjr +- Luke Dashjr - Mark Friedenbach - Mathy Vanvoorden - Matt Corallo diff --git a/doc/release-notes/bitcoin/release-notes-0.3.20.2.md b/doc/release-notes/bitcoin/release-notes-0.3.20.2.md index 86dfed519bc38..10ad2251439ee 100644 --- a/doc/release-notes/bitcoin/release-notes-0.3.20.2.md +++ b/doc/release-notes/bitcoin/release-notes-0.3.20.2.md @@ -9,7 +9,7 @@ The Amazon Machine Images I used to do the builds are available: (mac build will be done soon) -If you have already downloaded version 0.3.20.1, please either add this to your SarmaCoins.conf file: +If you have already downloaded version 0.3.20.1, please either add this to your dash.conf file: maxsendbuffer=10000 maxreceivebuffer=10000 diff --git a/doc/release-notes/bitcoin/release-notes-0.4.3.md b/doc/release-notes/bitcoin/release-notes-0.4.3.md index 4c130fedc8acd..fea1ae75b5e82 100644 --- a/doc/release-notes/bitcoin/release-notes-0.4.3.md +++ b/doc/release-notes/bitcoin/release-notes-0.4.3.md @@ -1,5 +1,5 @@ bitcoind version 0.4.3 is now available for download at: -http://luke.SarmaCoinsjr.org/programs/bitcoin/files/bitcoind-0.4.3/ (until Gavin uploads to SourceForge) +http://luke.dashjr.org/programs/bitcoin/files/bitcoind-0.4.3/ (until Gavin uploads to SourceForge) This is a bugfix-only release based on 0.4.0. @@ -17,5 +17,5 @@ Cease locking memory used by non-sensitive information (this caused a huge perfo Fixed some address-handling deadlocks (client freezes). No longer accept inbound connections over the internet when Bitcoin is being used with Tor (identity leak). Use the correct base transaction fee of 0.0005 BTC for accepting transactions into mined blocks (since 0.4.0, it was incorrectly accepting 0.0001 BTC which was only meant to be relayed). -Add new DNS seeds (maintained by Pieter Wuille and Luke SarmaCoinsjr). +Add new DNS seeds (maintained by Pieter Wuille and Luke Dashjr). diff --git a/doc/release-notes/bitcoin/release-notes-0.4.4.md b/doc/release-notes/bitcoin/release-notes-0.4.4.md index 9be9fa6da0d4f..f435ba71604df 100644 --- a/doc/release-notes/bitcoin/release-notes-0.4.4.md +++ b/doc/release-notes/bitcoin/release-notes-0.4.4.md @@ -1,5 +1,5 @@ Bitcoin version 0.4.4 is now available for download at: -http://luke.SarmaCoinsjr.org/programs/bitcoin/files/bitcoind-0.4.4/ +http://luke.dashjr.org/programs/bitcoin/files/bitcoind-0.4.4/ This is a bugfix-only release based on 0.4.0. diff --git a/doc/release-notes/bitcoin/release-notes-0.5.2.md b/doc/release-notes/bitcoin/release-notes-0.5.2.md index 2cfefc16345dd..f79816668d8cc 100644 --- a/doc/release-notes/bitcoin/release-notes-0.5.2.md +++ b/doc/release-notes/bitcoin/release-notes-0.5.2.md @@ -19,4 +19,4 @@ No longer accept inbound connections over the internet when Bitcoin is being use Re-enable SSL support for the JSON-RPC interface (it was unintentionally disabled for the 0.5.0 and 0.5.1 release Linux binaries). Use the correct base transaction fee of 0.0005 BTC for accepting transactions into mined blocks (since 0.4.0, it was incorrectly accepting 0.0001 BTC which was only meant to be relayed). Don't show "IP" for transactions which are not necessarily IP transactions. -Add new DNS seeds (maintained by Pieter Wuille and Luke SarmaCoinsjr). +Add new DNS seeds (maintained by Pieter Wuille and Luke Dashjr). diff --git a/doc/release-notes/bitcoin/release-notes-0.7.0.md b/doc/release-notes/bitcoin/release-notes-0.7.0.md index e91f908a6a307..d33a58f99ffea 100644 --- a/doc/release-notes/bitcoin/release-notes-0.7.0.md +++ b/doc/release-notes/bitcoin/release-notes-0.7.0.md @@ -146,7 +146,7 @@ Gavin Andresen Giel van Schijndel Gregory Maxwell Jeff Garzik -Luke SarmaCoinsjr +Luke Dashjr Matt Corallo Michael Ford Michael Hendricks diff --git a/doc/release-notes/bitcoin/release-notes-0.7.1.md b/doc/release-notes/bitcoin/release-notes-0.7.1.md index f819f540908a4..0704419582fff 100644 --- a/doc/release-notes/bitcoin/release-notes-0.7.1.md +++ b/doc/release-notes/bitcoin/release-notes-0.7.1.md @@ -97,7 +97,7 @@ Thanks to everybody who contributed to this release: Gavin Andresen Jeff Garzik -Luke SarmaCoinsjr +Luke Dashjr Mark Friedenbach Matt Corallo Philip Kaufmann diff --git a/doc/release-notes/bitcoin/release-notes-0.7.2.md b/doc/release-notes/bitcoin/release-notes-0.7.2.md index d66dd55f3160d..40af34962bd9c 100644 --- a/doc/release-notes/bitcoin/release-notes-0.7.2.md +++ b/doc/release-notes/bitcoin/release-notes-0.7.2.md @@ -61,7 +61,7 @@ dansmith Gavin Andresen Gregory Maxwell Jeff Garzik -Luke SarmaCoinsjr +Luke Dashjr Philip Kaufmann Pieter Wuille Wladimir J. van der Laan diff --git a/doc/release-notes/bitcoin/release-notes-0.8.0.md b/doc/release-notes/bitcoin/release-notes-0.8.0.md index c0135360bc73f..1825269f5c9a4 100644 --- a/doc/release-notes/bitcoin/release-notes-0.8.0.md +++ b/doc/release-notes/bitcoin/release-notes-0.8.0.md @@ -61,7 +61,7 @@ contrib/spendfrom is a python-language command-line utility that demonstrates how to use the "raw transactions" JSON-RPC api to send coins received from particular addresses (also known as "coin control"). -New/changed settings (command-line or SarmaCoins.conf file) +New/changed settings (command-line or dash.conf file) -------------------------------------------------------- dbcache : controls LevelDB memory usage. @@ -117,7 +117,7 @@ Forrest Voight Gavin Andresen Gregory Maxwell Jeff Garzik -Luke SarmaCoinsjr +Luke Dashjr Matt Corallo Mike Cassano Mike Hearn diff --git a/doc/release-notes/bitcoin/release-notes-0.8.2.md b/doc/release-notes/bitcoin/release-notes-0.8.2.md index 11a9bb8e2d5dd..eea9ba2a2c3c8 100644 --- a/doc/release-notes/bitcoin/release-notes-0.8.2.md +++ b/doc/release-notes/bitcoin/release-notes-0.8.2.md @@ -116,7 +116,7 @@ Gregory Maxwell Jeff Garzik Jonas Schnelli Larry Gilbert -Luke SarmaCoinsjr +Luke Dashjr Matt Corallo Michael Ford Mike Hearn diff --git a/doc/release-notes/bitcoin/release-notes-0.9.2.1.md b/doc/release-notes/bitcoin/release-notes-0.9.2.1.md index 60b8babb5d3e4..3168ad1a5ad79 100644 --- a/doc/release-notes/bitcoin/release-notes-0.9.2.1.md +++ b/doc/release-notes/bitcoin/release-notes-0.9.2.1.md @@ -175,7 +175,7 @@ Thanks to everyone who contributed to this release: - jtimon - Kamil Domanski - langerhans -- Luke SarmaCoinsjr +- Luke Dashjr - Manuel Araoz - Mark Friedenbach - Matt Corallo diff --git a/doc/release-notes/bitcoin/release-notes-0.9.2.md b/doc/release-notes/bitcoin/release-notes-0.9.2.md index c11eab7106053..a2749e549f766 100644 --- a/doc/release-notes/bitcoin/release-notes-0.9.2.md +++ b/doc/release-notes/bitcoin/release-notes-0.9.2.md @@ -175,7 +175,7 @@ Thanks to everyone who contributed to this release: - jtimon - Kamil Domanski - langerhans -- Luke SarmaCoinsjr +- Luke Dashjr - Manuel Araoz - Mark Friedenbach - Matt Corallo diff --git a/doc/release-notes/bitcoin/release-notes-0.9.4.md b/doc/release-notes/bitcoin/release-notes-0.9.4.md index af882b439b8fb..7ee73246a9b04 100644 --- a/doc/release-notes/bitcoin/release-notes-0.9.4.md +++ b/doc/release-notes/bitcoin/release-notes-0.9.4.md @@ -85,7 +85,7 @@ Thanks to who contributed to this release, at least: - Gavin Andresen - Gregory Maxwell - Jeff Garzik -- Luke SarmaCoinsjr +- Luke Dashjr - Matt Corallo - Pieter Wuille - Saivann diff --git a/doc/release-notes/dash/release-notes-0.11.0.md b/doc/release-notes/dash/release-notes-0.11.0.md index cbdfa13eed7df..5a4a69cdfa155 100644 --- a/doc/release-notes/dash/release-notes-0.11.0.md +++ b/doc/release-notes/dash/release-notes-0.11.0.md @@ -100,13 +100,13 @@ Command-line options: - New option: -nospendzeroconfchange to never spend unconfirmed change outputs - New option: -zapwallettxes to rebuild the wallet's transaction information - Rename option '-tor' to '-onion' to better reflect what it does -- Add '-disablewallet' mode to let SarmaCoinsd run entirely without wallet (when +- Add '-disablewallet' mode to let dashd run entirely without wallet (when built with wallet) - Update default '-rpcsslciphers' to include TLSv1.2 - make '-logtimestamps' default on and rework help-message - RPC client option: '-rpcwait', to wait for server start - Remove '-logtodebugger' -- Allow `-noserver` with SarmaCoinsd +- Allow `-noserver` with dashd - Make -proxy set all network types, avoiding a connect leak. diff --git a/doc/release-notes/dash/release-notes-0.11.1.md b/doc/release-notes/dash/release-notes-0.11.1.md index 3e5fad72ba869..95502e5bbddf9 100644 --- a/doc/release-notes/dash/release-notes-0.11.1.md +++ b/doc/release-notes/dash/release-notes-0.11.1.md @@ -3,7 +3,7 @@ Darkcoin Core 0.11.1 supports a full implementation of InstantX, Darksend improvements and a new version of enforcement compatible with the newer Bitcoin architechure. -Latest release in 0.11.1.x tree is v0.11.1.26, which is rebranding Darkcoin to SarmaCoins. +Latest release in 0.11.1.x tree is v0.11.1.26, which is rebranding Darkcoin to Dash. - Fully implemented IX - Added support for DSTX messages, as a result DS should be much faster diff --git a/doc/release-notes/dash/release-notes-0.11.2.md b/doc/release-notes/dash/release-notes-0.11.2.md index 9b1a55767836f..6b1404d291918 100644 --- a/doc/release-notes/dash/release-notes-0.11.2.md +++ b/doc/release-notes/dash/release-notes-0.11.2.md @@ -1,7 +1,7 @@ 0.11.2 Release notes ==================== -SarmaCoins Core version 0.11.2 is now available from: +Dash Core version 0.11.2 is now available from: https://SarmaCoins.io/downloads @@ -21,10 +21,10 @@ functionality will not be available for you) Mining and relay policy enhancements ------------------------------------ -SarmaCoins Core's block templates are now for version 3 blocks only, and any +Dash Core's block templates are now for version 3 blocks only, and any mining software relying on its `getblocktemplate` must be updated in parallel to use libblkmaker either version 0.4.2 or any version from 0.5.1 onward. If you -are solo mining, this will affect you the moment you upgrade SarmaCoins Core, +are solo mining, this will affect you the moment you upgrade Dash Core, which must be done prior to BIP66 achieving its 951/1001 status. If you are mining with the stratum mining protocol: this does not affect you. If you are mining with the getblocktemplate protocol to a pool: this will affect you at the @@ -35,9 +35,9 @@ pool operator's discretion, which must be no later than BIP66 achieving its BIP 66: strict DER encoding for signatures ------------------------------------------ -SarmaCoins Core 0.11.2 implements BIP 66, which introduces block version 3, and a +Dash Core 0.11.2 implements BIP 66, which introduces block version 3, and a new consensus rule, which prohibits non-DER signatures. Such transactions have -been non-standard since SarmaCoins 0.8, but were technically still permitted +been non-standard since Dash 0.8, but were technically still permitted inside blocks. This change breaks the dependency on OpenSSL's signature parsing, and is @@ -63,8 +63,8 @@ How to Upgrade If you are running an older version, shut it down. Wait until it has completely shut down (which might take a few minutes for older versions), then run the -installer (on Windows) or just copy over /Applications/SarmaCoins-Qt (on Mac) or -SarmaCoinsd/SarmaCoins-qt (on Linux). +installer (on Windows) or just copy over /Applications/Dash-Qt (on Mac) or +dashd/dash-qt (on Linux). 0.11.2 changelog diff --git a/doc/release-notes/dash/release-notes-0.12.0.md b/doc/release-notes/dash/release-notes-0.12.0.md index b19f6bf110063..39c394a6c24a5 100644 --- a/doc/release-notes/dash/release-notes-0.12.0.md +++ b/doc/release-notes/dash/release-notes-0.12.0.md @@ -2,7 +2,7 @@ ==================== -SarmaCoins Core version 0.12.0 is now available from: +Dash Core version 0.12.0 is now available from: https://SarmaCoins.io/downloads @@ -16,8 +16,8 @@ How to Upgrade If you are running an older version, shut it down. Wait until it has completely shut down (which might take a few minutes for older versions), then run the -installer (on Windows) or just copy over /Applications/SarmaCoins-Qt (on Mac) or -SarmaCoinsd/SarmaCoins-qt (on Linux). +installer (on Windows) or just copy over /Applications/Dash-Qt (on Mac) or +dashd/dash-qt (on Linux). **This new version uses transaction indexing by default, you will need to reindex the blockchain. To do so, start the client with --reindex.** @@ -28,7 +28,7 @@ Downgrade warning Because release 0.12.0 and later makes use of headers-first synchronization and parallel block download (see further), the block files and databases are not -backwards-compatible with pre-0.12 versions of SarmaCoins Core or other software: +backwards-compatible with pre-0.12 versions of Dash Core or other software: * Blocks will be stored on disk out of order (in the order they are received, really), which makes it incompatible with some tools or @@ -100,4 +100,4 @@ AlexMomo snogcel bertlebbert -As well as everyone that helped translating on [Transifex](https://www.transifex.com/projects/p/SarmaCoins/). +As well as everyone that helped translating on [Transifex](https://www.transifex.com/projects/p/dash/). diff --git a/doc/release-process.md b/doc/release-process.md index 005b7c5cf1c94..7b0078168caa2 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -33,7 +33,7 @@ Release Process export SIGNER=(your gitian key, ie bluematt, sipa, etc) export VERSION=(new version, e.g. 0.8.0) - pushd ./SarmaCoins + pushd ./dash git checkout v${VERSION} popd pushd ./gitian-builder @@ -54,29 +54,29 @@ Release Process By default, gitian will fetch source files as needed. For offline builds, they can be fetched ahead of time: - make -C ../SarmaCoins/depends download SOURCES_PATH=`pwd`/cache/common + make -C ../dash/depends download SOURCES_PATH=`pwd`/cache/common Only missing files will be fetched, so this is safe to re-run for each build. -###Build SarmaCoins Core for Linux, Windows, and OS X: - - ./bin/gbuild --commit SarmaCoins=v${VERSION} ../SarmaCoins/contrib/gitian-descriptors/gitian-linux.yml - ./bin/gsign --signer $SIGNER --release ${VERSION}-linux --destination ../gitian.sigs/ ../SarmaCoins/contrib/gitian-descriptors/gitian-linux.yml - mv build/out/SarmaCoins-*.tar.gz build/out/src/SarmaCoins-*.tar.gz ../ - ./bin/gbuild --commit SarmaCoins=v${VERSION} ../SarmaCoins/contrib/gitian-descriptors/gitian-win.yml - ./bin/gsign --signer $SIGNER --release ${VERSION}-win --destination ../gitian.sigs/ ../SarmaCoins/contrib/gitian-descriptors/gitian-win.yml - mv build/out/SarmaCoins-*.zip build/out/SarmaCoins-*.exe ../ - ./bin/gbuild --commit bitcoin=v${VERSION} ../SarmaCoins/contrib/gitian-descriptors/gitian-osx.yml - ./bin/gsign --signer $SIGNER --release ${VERSION}-osx-unsigned --destination ../gitian.sigs/ ../SarmaCoins/contrib/gitian-descriptors/gitian-osx.yml - mv build/out/SarmaCoins-*-unsigned.tar.gz inputs/SarmaCoins-osx-unsigned.tar.gz - mv build/out/SarmaCoins-*.tar.gz build/out/SarmaCoins-*.dmg ../ +###Build Dash Core for Linux, Windows, and OS X: + + ./bin/gbuild --commit dash=v${VERSION} ../dash/contrib/gitian-descriptors/gitian-linux.yml + ./bin/gsign --signer $SIGNER --release ${VERSION}-linux --destination ../gitian.sigs/ ../dash/contrib/gitian-descriptors/gitian-linux.yml + mv build/out/dash-*.tar.gz build/out/src/dash-*.tar.gz ../ + ./bin/gbuild --commit dash=v${VERSION} ../dash/contrib/gitian-descriptors/gitian-win.yml + ./bin/gsign --signer $SIGNER --release ${VERSION}-win --destination ../gitian.sigs/ ../dash/contrib/gitian-descriptors/gitian-win.yml + mv build/out/dash-*.zip build/out/dash-*.exe ../ + ./bin/gbuild --commit bitcoin=v${VERSION} ../dash/contrib/gitian-descriptors/gitian-osx.yml + ./bin/gsign --signer $SIGNER --release ${VERSION}-osx-unsigned --destination ../gitian.sigs/ ../dash/contrib/gitian-descriptors/gitian-osx.yml + mv build/out/dash-*-unsigned.tar.gz inputs/dash-osx-unsigned.tar.gz + mv build/out/dash-*.tar.gz build/out/dash-*.dmg ../ popd Build output expected: - 1. source tarball (SarmaCoins-${VERSION}.tar.gz) - 2. linux 32-bit and 64-bit binaries dist tarballs (SarmaCoins-${VERSION}-linux[32|64].tar.gz) - 3. windows 32-bit and 64-bit installers and dist zips (SarmaCoins-${VERSION}-win[32|64]-setup.exe, SarmaCoins-${VERSION}-win[32|64].zip) - 4. OSX unsigned installer (SarmaCoins-${VERSION}-osx-unsigned.dmg) + 1. source tarball (dash-${VERSION}.tar.gz) + 2. linux 32-bit and 64-bit binaries dist tarballs (dash-${VERSION}-linux[32|64].tar.gz) + 3. windows 32-bit and 64-bit installers and dist zips (dash-${VERSION}-win[32|64]-setup.exe, dash-${VERSION}-win[32|64].zip) + 4. OSX unsigned installer (dash-${VERSION}-osx-unsigned.dmg) 5. Gitian signatures (in gitian.sigs/${VERSION}-/(your gitian key)/ ###Next steps: @@ -100,9 +100,9 @@ Commit your signature to gitian.sigs: pushd ./gitian-builder # Fetch the signature as instructed by Evan cp signature.tar.gz inputs/ - ./bin/gbuild -i ../SarmaCoins/contrib/gitian-descriptors/gitian-osx-signer.yml - ./bin/gsign --signer $SIGNER --release ${VERSION}-osx-signed --destination ../gitian.sigs/ ../SarmaCoins/contrib/gitian-descriptors/gitian-osx-signer.yml - mv build/out/SarmaCoins-osx-signed.dmg ../SarmaCoins-${VERSION}-osx.dmg + ./bin/gbuild -i ../dash/contrib/gitian-descriptors/gitian-osx-signer.yml + ./bin/gsign --signer $SIGNER --release ${VERSION}-osx-signed --destination ../gitian.sigs/ ../dash/contrib/gitian-descriptors/gitian-osx-signer.yml + mv build/out/dash-osx-signed.dmg ../dash-${VERSION}-osx.dmg popd Commit your signature for the signed OSX binary: @@ -151,15 +151,15 @@ rm SHA256SUMS - Announce the release: - - Release sticky on SarmaCoinstalk: https://SarmaCoinstalk.org/index.php?board=1.0 ***TODO*** + - Release sticky on dashtalk: https://dashtalk.org/index.php?board=1.0 ***TODO*** - - SarmaCoins-development mailing list + - Dash-development mailing list - Update title of #SarmaCoins on Freenode IRC - Optionally reddit /r/SarmaCoins, ... but this will usually sort out itself -- Notify Flare (?) ***TODO*** so that he can start building [https://launchpad.net/~SarmaCoins/+archive/ubuntu/SarmaCoins](the PPAs) ***TODO*** +- Notify Flare (?) ***TODO*** so that he can start building [https://launchpad.net/~SarmaCoins/+archive/ubuntu/dash](the PPAs) ***TODO*** - Add release notes for the new version to the directory `doc/release-notes` in git master diff --git a/doc/tor.md b/doc/tor.md index 254f282ab5d3b..a3864ea1dc9fd 100644 --- a/doc/tor.md +++ b/doc/tor.md @@ -1,7 +1,7 @@ -TOR SUPPORT IN SarmaCoins +TOR SUPPORT IN DASH ======================= -It is possible to run SarmaCoins as a Tor hidden service, and connect to such services. +It is possible to run Dash as a Tor hidden service, and connect to such services. The following directions assume you have a Tor proxy running on port 9050. Many distributions default to having a SOCKS proxy listening on port 9050, but others @@ -10,10 +10,10 @@ port. See [Tor Project FAQ:TBBSocksPort](https://www.torproject.org/docs/faq.htm for how to properly configure Tor. -1. Run SarmaCoins behind a Tor proxy +1. Run dash behind a Tor proxy ---------------------------------- -The first step is running SarmaCoins behind a Tor proxy. This will already make all +The first step is running Dash behind a Tor proxy. This will already make all outgoing connections be anonymized, but more is possible. -proxy=ip:port Set the proxy server. If SOCKS5 is selected (default), this proxy @@ -37,31 +37,31 @@ outgoing connections be anonymized, but more is possible. An example how to start the client if the Tor proxy is running on local host on port 9050 and only allows .onion nodes to connect: - ./SarmaCoinsd -onion=127.0.0.1:9050 -onlynet=tor -listen=0 -addnode=ssapp53tmftyjmjb.onion + ./dashd -onion=127.0.0.1:9050 -onlynet=tor -listen=0 -addnode=ssapp53tmftyjmjb.onion In a typical situation, this suffices to run behind a Tor proxy: - ./SarmaCoinsd -proxy=127.0.0.1:9050 + ./dashd -proxy=127.0.0.1:9050 -2. Run a SarmaCoins hidden server +2. Run a dash hidden server ------------------------------- If you configure your Tor system accordingly, it is possible to make your node also reachable from the Tor network. Add these lines to your /etc/tor/torrc (or equivalent config file): - HiddenServiceDir /var/lib/tor/SarmaCoins-service/ + HiddenServiceDir /var/lib/tor/dash-service/ HiddenServicePort 9999 127.0.0.1:9999 HiddenServicePort 19999 127.0.0.1:19999 The directory can be different of course, but (both) port numbers should be equal to -your SarmaCoinsd's P2P listen port (9999 by default). +your dashd's P2P listen port (9999 by default). - -externalip=X You can tell SarmaCoins about its publicly reachable address using + -externalip=X You can tell dash about its publicly reachable address using this option, and this can be a .onion address. Given the above configuration, you can find your onion address in - /var/lib/tor/SarmaCoins-service/hostname. Onion addresses are given + /var/lib/tor/dash-service/hostname. Onion addresses are given preference for your node to advertize itself with, for connections coming from unroutable addresses (such as 127.0.0.1, where the Tor proxy typically runs). @@ -78,26 +78,26 @@ your SarmaCoinsd's P2P listen port (9999 by default). In a typical situation, where you're only reachable via Tor, this should suffice: - ./SarmaCoinsd -proxy=127.0.0.1:9050 -externalip=ssapp53tmftyjmjb.onion -listen + ./dashd -proxy=127.0.0.1:9050 -externalip=ssapp53tmftyjmjb.onion -listen (obviously, replace the Onion address with your own). If you don't care too much about hiding your node, and want to be reachable on IPv4 as well, additionally specify: - ./SarmaCoinsd ... -discover + ./dashd ... -discover and open port 9999 on your firewall (or use -upnp). If you only want to use Tor to reach onion addresses, but not use it as a proxy for normal IPv4/IPv6 communication, use: - ./SarmaCoinsd -onion=127.0.0.1:9050 -externalip=ssapp53tmftyjmjb.onion -discover + ./dashd -onion=127.0.0.1:9050 -externalip=ssapp53tmftyjmjb.onion -discover -3. List of known SarmaCoins Tor relays +3. List of known dash Tor relays ------------------------------------ -* [SarmaCoinsie7ghp67.onion](http://SarmaCoinsie7ghp67.onion/) +* [dashie7ghp67.onion](http://dashie7ghp67.onion/) * [drktalkwaybgxnoq.onion](http://drktalkwaybgxnoq.onion/) * [drkcoinooditvool.onion](http://drkcoinooditvool.onion/) * [darkcoxbtzggpmcc.onion](http://darkcoxbtzggpmcc.onion/) diff --git a/doc/translation_process.md b/doc/translation_process.md index f18c13d898d5a..055bff70502dc 100644 --- a/doc/translation_process.md +++ b/doc/translation_process.md @@ -1,25 +1,25 @@ Translations ============ -The SarmaCoins Core GUI can be easily translated into other languages. Here's how we +The Dash Core GUI can be easily translated into other languages. Here's how we handle those translations. Files and Folders ----------------- -### SarmaCoins-qt.pro +### dash-qt.pro This file takes care of generating `.qm` files from `.ts` files. It is mostly automated. -### src/qt/SarmaCoins.qrc +### src/qt/dash.qrc This file must be updated whenever a new translation is added. Please note that files must end with `.qm`, not `.ts`. ```xml - locale/SarmaCoins_en.qm + locale/dash_en.qm ... ``` @@ -28,17 +28,17 @@ files must end with `.qm`, not `.ts`. This directory contains all translations. Filenames must adhere to this format: - SarmaCoins_xx_YY.ts or SarmaCoins_xx.ts + dash_xx_YY.ts or dash_xx.ts -#### SarmaCoins_en.ts (Source file) +#### dash_en.ts (Source file) -`src/qt/locale/SarmaCoins_en.ts` is treated in a special way. It is used as the +`src/qt/locale/dash_en.ts` is treated in a special way. It is used as the source for all other translations. Whenever a string in the code is changed this file must be updated to reflect those changes. A custom script is used to extract strings from the non-Qt parts. This script makes use of `gettext`, so make sure that utility is installed (ie, `apt-get install gettext` on Ubuntu/Debian). Once this has been updated, lupdate (included in the Qt SDK) -is used to update SarmaCoins_en.ts. This process has been automated, from src/, +is used to update dash_en.ts. This process has been automated, from src/, simply run: make translate @@ -46,7 +46,7 @@ simply run: When new plurals are added to the source file, it's important to do the following steps: -1. Open SarmaCoins_en.ts in Qt Linguist (also included in the Qt SDK) +1. Open dash_en.ts in Qt Linguist (also included in the Qt SDK) 2. Search for `%n`, which will take you to the parts in the translation that use plurals 3. Look for empty `English Translation (Singular)` and `English Translation (Plural)` fields 4. Add the appropriate strings for the singular and plural form of the base string @@ -62,7 +62,7 @@ in Transifex and can be translated. To create the pull-request you have to do: - git add src/qt/SarmaCoinsstrings.cpp src/qt/locale/SarmaCoins_en.ts + git add src/qt/dashstrings.cpp src/qt/locale/dash_en.ts git commit Syncing with Transifex @@ -70,7 +70,7 @@ Syncing with Transifex We are using https://transifex.com as a frontend for translating the client. -https://www.transifex.com/projects/p/SarmaCoins/ +https://www.transifex.com/projects/p/dash/ The "Transifex client" (see: http://support.transifex.com/customer/portal/topics/440187-transifex-client/articles) is used to fetch new translations from Transifex. The configuration for this client (`.tx/config`) @@ -82,8 +82,8 @@ postprocessing steps before committing the translations. ### Fetching new translations 1. `python contrib/devtools/update-translations.py` -2. update `src/qt/SarmaCoins.qrc` manually or via - `ls src/qt/locale/*ts|xargs -n1 basename|sed 's/\(SarmaCoins_\(.*\)\).ts/ locale\/\1.qm<\/file>/'` +2. update `src/qt/dash.qrc` manually or via + `ls src/qt/locale/*ts|xargs -n1 basename|sed 's/\(dash_\(.*\)\).ts/ locale\/\1.qm<\/file>/'` 3. update `src/Makefile.qt.include` manually or via - `ls src/qt/locale/*ts|xargs -n1 basename|sed 's/\(SarmaCoins_\(.*\)\).ts/ qt\/locale\/\1.ts \\/'` + `ls src/qt/locale/*ts|xargs -n1 basename|sed 's/\(dash_\(.*\)\).ts/ qt\/locale\/\1.ts \\/'` 4. `git add` new translations from `src/qt/locale/` diff --git a/doc/unit-tests.md b/doc/unit-tests.md index f953699111425..1cc34a8af3348 100644 --- a/doc/unit-tests.md +++ b/doc/unit-tests.md @@ -6,13 +6,13 @@ and tests weren't explicitly disabled. After configuring, they can be run with 'make check'. -To run the SarmaCoinsd tests manually, launch src/test/test_SarmaCoins . +To run the dashd tests manually, launch src/test/test_dash . -To add more SarmaCoinsd tests, add `BOOST_AUTO_TEST_CASE` functions to the existing +To add more dashd tests, add `BOOST_AUTO_TEST_CASE` functions to the existing .cpp files in the test/ directory or add new .cpp files that implement new BOOST_AUTO_TEST_SUITE sections. -To run the SarmaCoins-qt tests manually, launch src/qt/test/SarmaCoins-qt_test +To run the dash-qt tests manually, launch src/qt/test/dash-qt_test -To add more SarmaCoins-qt tests, add them to the `src/qt/test/` directory and +To add more dash-qt tests, add them to the `src/qt/test/` directory and the `src/qt/test/test_main.cpp` file. diff --git a/qa/pull-tester/run-bitcoind-for-test.sh.in b/qa/pull-tester/run-bitcoind-for-test.sh.in index 666244b38507c..f711b2bb14929 100755 --- a/qa/pull-tester/run-bitcoind-for-test.sh.in +++ b/qa/pull-tester/run-bitcoind-for-test.sh.in @@ -3,14 +3,14 @@ # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. # -DATADIR="@abs_top_builddir@/.SarmaCoins" +DATADIR="@abs_top_builddir@/.dash" rm -rf "$DATADIR" mkdir -p "$DATADIR"/regtest touch "$DATADIR/regtest/debug.log" tail -q -n 1 -F "$DATADIR/regtest/debug.log" | grep -m 1 -q "Done loading" & WAITER=$! PORT=`expr 10000 + $$ % 55536` -"@abs_top_builddir@/src/SarmaCoinsd@EXEEXT@" -connect=0.0.0.0 -datadir="$DATADIR" -rpcuser=user -rpcpassword=pass -listen -keypool=3 -debug -debug=net -logtimestamps -checkmempool=0 -relaypriority=0 -port=$PORT -whitelist=127.0.0.1 -regtest -rpcport=`expr $PORT + 1` & +"@abs_top_builddir@/src/dashd@EXEEXT@" -connect=0.0.0.0 -datadir="$DATADIR" -rpcuser=user -rpcpassword=pass -listen -keypool=3 -debug -debug=net -logtimestamps -checkmempool=0 -relaypriority=0 -port=$PORT -whitelist=127.0.0.1 -regtest -rpcport=`expr $PORT + 1` & BITCOIND=$! #Install a watchdog. diff --git a/qa/pull-tester/tests-config.sh.in b/qa/pull-tester/tests-config.sh.in index 6eebf2e14cec1..e64e80a14be74 100755 --- a/qa/pull-tester/tests-config.sh.in +++ b/qa/pull-tester/tests-config.sh.in @@ -11,6 +11,6 @@ EXEEXT="@EXEEXT@" @BUILD_BITCOIN_UTILS_TRUE@ENABLE_UTILS=1 @BUILD_BITCOIND_TRUE@ENABLE_BITCOIND=1 -REAL_BITCOIND="$BUILDDIR/src/SarmaCoinsd${EXEEXT}" -REAL_BITCOINCLI="$BUILDDIR/src/SarmaCoins-cli${EXEEXT}" +REAL_BITCOIND="$BUILDDIR/src/dashd${EXEEXT}" +REAL_BITCOINCLI="$BUILDDIR/src/dash-cli${EXEEXT}" diff --git a/qa/rpc-tests/util.py b/qa/rpc-tests/util.py index 4b27ae3b5a633..d40e3b1f78fa9 100644 --- a/qa/rpc-tests/util.py +++ b/qa/rpc-tests/util.py @@ -1,5 +1,5 @@ # Copyright (c) 2014 The Bitcoin Core developers -# Copyright (c) 2014-2015 The SarmaCoins developers +# Copyright (c) 2014-2015 The Dash developers # Distributed under the MIT/X11 software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. # @@ -65,7 +65,7 @@ def initialize_datadir(dirname, n): datadir = os.path.join(dirname, "node"+str(n)) if not os.path.isdir(datadir): os.makedirs(datadir) - with open(os.path.join(datadir, "SarmaCoins.conf"), 'w') as f: + with open(os.path.join(datadir, "dash.conf"), 'w') as f: f.write("regtest=1\n"); f.write("rpcuser=rt\n"); f.write("rpcpassword=rt\n"); @@ -77,19 +77,19 @@ def initialize_chain(test_dir): """ Create (or copy from cache) a 200-block-long chain and 4 wallets. - SarmaCoinsd and SarmaCoins-cli must be in search path. + dashd and dash-cli must be in search path. """ if not os.path.isdir(os.path.join("cache", "node0")): devnull = open("/dev/null", "w+") - # Create cache directories, run SarmaCoinsds: + # Create cache directories, run dashds: for i in range(4): datadir=initialize_datadir("cache", i) - args = [ os.getenv("BITCOIND", "SarmaCoinsd"), "-keypool=1", "-datadir="+datadir, "-discover=0" ] + args = [ os.getenv("BITCOIND", "dashd"), "-keypool=1", "-datadir="+datadir, "-discover=0" ] if i > 0: args.append("-connect=127.0.0.1:"+str(p2p_port(0))) bitcoind_processes[i] = subprocess.Popen(args) - subprocess.check_call([ os.getenv("BITCOINCLI", "SarmaCoins-cli"), "-datadir="+datadir, + subprocess.check_call([ os.getenv("BITCOINCLI", "dash-cli"), "-datadir="+datadir, "-rpcwait", "getblockcount"], stdout=devnull) devnull.close() rpcs = [] @@ -128,7 +128,7 @@ def initialize_chain(test_dir): from_dir = os.path.join("cache", "node"+str(i)) to_dir = os.path.join(test_dir, "node"+str(i)) shutil.copytree(from_dir, to_dir) - initialize_datadir(test_dir, i) # Overwrite port/rpcport in SarmaCoins.conf + initialize_datadir(test_dir, i) # Overwrite port/rpcport in dash.conf def initialize_chain_clean(test_dir, num_nodes): """ @@ -161,14 +161,14 @@ def _rpchost_to_args(rpchost): def start_node(i, dirname, extra_args=None, rpchost=None): """ - Start a SarmaCoinsd and return RPC connection to it + Start a dashd and return RPC connection to it """ datadir = os.path.join(dirname, "node"+str(i)) - args = [ os.getenv("BITCOIND", "SarmaCoinsd"), "-datadir="+datadir, "-keypool=1", "-discover=0", "-rest" ] + args = [ os.getenv("BITCOIND", "dashd"), "-datadir="+datadir, "-keypool=1", "-discover=0", "-rest" ] if extra_args is not None: args.extend(extra_args) bitcoind_processes[i] = subprocess.Popen(args) devnull = open("/dev/null", "w+") - subprocess.check_call([ os.getenv("BITCOINCLI", "SarmaCoins-cli"), "-datadir="+datadir] + + subprocess.check_call([ os.getenv("BITCOINCLI", "dash-cli"), "-datadir="+datadir] + _rpchost_to_args(rpchost) + ["-rpcwait", "getblockcount"], stdout=devnull) devnull.close() @@ -179,7 +179,7 @@ def start_node(i, dirname, extra_args=None, rpchost=None): def start_nodes(num_nodes, dirname, extra_args=None, rpchost=None): """ - Start multiple SarmaCoinsds, return RPC connections to them + Start multiple dashds, return RPC connections to them """ if extra_args is None: extra_args = [ None for i in range(num_nodes) ] return [ start_node(i, dirname, extra_args[i], rpchost) for i in range(num_nodes) ] diff --git a/qa/rpc-tests/util.sh b/qa/rpc-tests/util.sh index c5b3f5fd4240c..e3e24a4b5e56d 100644 --- a/qa/rpc-tests/util.sh +++ b/qa/rpc-tests/util.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Copyright (c) 2014 The Bitcoin Core developers -# Copyright (c) 2014-2015 The SarmaCoins developers +# Copyright (c) 2014-2015 The Dash developers # Distributed under the MIT/X11 software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -12,7 +12,7 @@ function echoerr { # Usage: ExtractKey "" # Warning: this will only work for the very-well-behaved -# JSON produced by SarmaCoinsd, do NOT use it to try to +# JSON produced by dashd, do NOT use it to try to # parse arbitrary/nested/etc JSON. function ExtractKey { echo $2 | tr -d ' "{}\n' | awk -v RS=',' -F: "\$1 ~ /$1/ { print \$2}" @@ -21,7 +21,7 @@ function ExtractKey { function CreateDataDir { DIR=$1 mkdir -p $DIR - CONF=$DIR/SarmaCoins.conf + CONF=$DIR/dash.conf echo "regtest=1" >> $CONF echo "keypool=2" >> $CONF echo "rpcuser=rt" >> $CONF diff --git a/share/pixmaps/bitcoin256.png b/share/pixmaps/bitcoin256.png index 798a74512c56e89e60cf85deeb5d8d6ed152f9a4..4a92d931eba297b8b3a9ab82b2cb812154254a39 100644 GIT binary patch delta 28 hcmZ2xILmOtQx=!R;*5>&^%=p8iSO$-FK7BM3IMLW3|{~M delta 41 ocmbPbxXf_EQ?B5|qTEF1{LH-K$udm!lQS4MAPH@jVX6}Y08>T}O#lD@ diff --git a/share/qt/Info.plist.in b/share/qt/Info.plist.in index a47aacadfed6a..6dcb41a496019 100644 --- a/share/qt/Info.plist.in +++ b/share/qt/Info.plist.in @@ -17,7 +17,7 @@ APPL CFBundleGetInfoString - @CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_REVISION@, Copyright © 2009-@COPYRIGHT_YEAR@ The Bitcoin Core developers, 2014-@COPYRIGHT_YEAR@ The SarmaCoins Core developers + @CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_REVISION@, Copyright © 2009-@COPYRIGHT_YEAR@ The Bitcoin Core developers, 2014-@COPYRIGHT_YEAR@ The Dash Core developers CFBundleShortVersionString @CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_REVISION@ @@ -29,10 +29,10 @@ ???? CFBundleExecutable - SarmaCoins-Qt + Dash-Qt CFBundleIdentifier - io.SarmaCoins.SarmaCoins-Qt + io.SarmaCoins.Dash-Qt CFBundleURLTypes @@ -40,10 +40,10 @@ CFBundleTypeRole Editor CFBundleURLName - io.SarmaCoins.SarmaCoinsment + io.dash.SarmaCoinsment CFBundleURLSchemes - SarmaCoins + dash @@ -52,9 +52,9 @@ UTTypeIdentifier - io.SarmaCoins.paymentrequest + io.dash.paymentrequest UTTypeDescription - SarmaCoins payment request + Dash payment request UTTypeConformsTo public.data @@ -62,7 +62,7 @@ UTTypeTagSpecification public.mime-type - application/x-SarmaCoins-payment-request + application/x-dash-payment-request public.filename-extension SarmaCoinsmentrequest @@ -78,7 +78,7 @@ Editor LSItemContentTypes - io.SarmaCoins.paymentrequest + io.dash.paymentrequest LSHandlerRank Owner diff --git a/share/qt/extract_strings_qt.py b/share/qt/extract_strings_qt.py index 5cb2b0d117ce7..8508a4ae5ca15 100755 --- a/share/qt/extract_strings_qt.py +++ b/share/qt/extract_strings_qt.py @@ -9,7 +9,7 @@ import os import sys -OUT_CPP="qt/SarmaCoinsstrings.cpp" +OUT_CPP="qt/dashstrings.cpp" EMPTY=['""'] def parse_po(text): @@ -69,10 +69,10 @@ def parse_po(text): #define UNUSED #endif """) -f.write('static const char UNUSED *SarmaCoins_strings[] = {\n') +f.write('static const char UNUSED *dash_strings[] = {\n') messages.sort(key=operator.itemgetter(0)) for (msgid, msgstr) in messages: if msgid != EMPTY: - f.write('QT_TRANSLATE_NOOP("SarmaCoins-core", %s),\n' % ('\n'.join(msgid))) + f.write('QT_TRANSLATE_NOOP("dash-core", %s),\n' % ('\n'.join(msgid))) f.write('};\n') f.close() diff --git a/share/seeds/generate-seeds.py b/share/seeds/generate-seeds.py index 15d0aaff63cf2..2431ded86edb3 100755 --- a/share/seeds/generate-seeds.py +++ b/share/seeds/generate-seeds.py @@ -117,7 +117,7 @@ def main(): g.write('#ifndef BITCOIN_CHAINPARAMSSEEDS_H\n') g.write('#define BITCOIN_CHAINPARAMSSEEDS_H\n') g.write('/**\n') - g.write(' * List of fixed seed nodes for the SarmaCoins network\n') + g.write(' * List of fixed seed nodes for the dash network\n') g.write(' * AUTOGENERATED by share/seeds/generate-seeds.py\n') g.write(' *\n') g.write(' * Each line contains a 16-byte IPv6 address and a port.\n') diff --git a/share/setup.nsi.in b/share/setup.nsi.in index 201bd5459022d..b47554733eec1 100644 --- a/share/setup.nsi.in +++ b/share/setup.nsi.in @@ -6,7 +6,7 @@ SetCompressor /SOLID lzma # General Symbol Definitions !define REGKEY "SOFTWARE\$(^Name)" !define VERSION @CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_REVISION@ -!define COMPANY "SarmaCoins Core project" +!define COMPANY "Dash Core project" !define URL https://www.SarmaCoins.io/ # MUI Symbol Definitions @@ -20,7 +20,7 @@ SetCompressor /SOLID lzma !define MUI_STARTMENUPAGE_REGISTRY_KEY ${REGKEY} !define MUI_STARTMENUPAGE_REGISTRY_VALUENAME StartMenuGroup !define MUI_STARTMENUPAGE_DEFAULTFOLDER "@PACKAGE_NAME@" -!define MUI_FINISHPAGE_RUN $INSTDIR\SarmaCoins-qt.exe +!define MUI_FINISHPAGE_RUN $INSTDIR\dash-qt.exe !define MUI_UNICON "${NSISDIR}\Contrib\Graphics\Icons\modern-uninstall.ico" !define MUI_UNWELCOMEFINISHPAGE_BITMAP "@abs_top_srcdir@/share/pixmaps/nsis-wizard.bmp" !define MUI_UNFINISHPAGE_NOAUTOCLOSE @@ -48,18 +48,18 @@ Var StartMenuGroup !insertmacro MUI_LANGUAGE English # Installer attributes -OutFile @abs_top_srcdir@/SarmaCoins-${VERSION}-win@WINDOWS_BITS@-setup.exe +OutFile @abs_top_srcdir@/dash-${VERSION}-win@WINDOWS_BITS@-setup.exe !if "@WINDOWS_BITS@" == "64" -InstallDir $PROGRAMFILES64\SarmaCoins +InstallDir $PROGRAMFILES64\Dash !else -InstallDir $PROGRAMFILES\SarmaCoins +InstallDir $PROGRAMFILES\Dash !endif CRCCheck on XPStyle on BrandingText " " ShowInstDetails show VIProductVersion ${VERSION}.@CLIENT_VERSION_BUILD@ -VIAddVersionKey ProductName "SarmaCoins Core" +VIAddVersionKey ProductName "Dash Core" VIAddVersionKey ProductVersion "${VERSION}" VIAddVersionKey CompanyName "${COMPANY}" VIAddVersionKey CompanyWebsite "${URL}" @@ -73,19 +73,19 @@ ShowUninstDetails show Section -Main SEC0000 SetOutPath $INSTDIR SetOverwrite on - File @abs_top_srcdir@/release/SarmaCoins-qt.exe + File @abs_top_srcdir@/release/dash-qt.exe File /oname=COPYING.txt @abs_top_srcdir@/COPYING File /oname=readme.txt @abs_top_srcdir@/doc/README_windows.txt SetOutPath $INSTDIR\daemon - File @abs_top_srcdir@/release/SarmaCoinsd.exe - File @abs_top_srcdir@/release/SarmaCoins-cli.exe + File @abs_top_srcdir@/release/dashd.exe + File @abs_top_srcdir@/release/dash-cli.exe SetOutPath $INSTDIR\doc File /r @abs_top_srcdir@/doc\*.* SetOutPath $INSTDIR WriteRegStr HKCU "${REGKEY}\Components" Main 1 - # Remove old wxwidgets-based-SarmaCoins executable and locales: - Delete /REBOOTOK $INSTDIR\SarmaCoins.exe + # Remove old wxwidgets-based-dash executable and locales: + Delete /REBOOTOK $INSTDIR\dash.exe RMDir /r /REBOOTOK $INSTDIR\locale SectionEnd @@ -95,7 +95,7 @@ Section -post SEC0001 WriteUninstaller $INSTDIR\uninstall.exe !insertmacro MUI_STARTMENU_WRITE_BEGIN Application CreateDirectory $SMPROGRAMS\$StartMenuGroup - CreateShortcut "$SMPROGRAMS\$StartMenuGroup\$(^Name).lnk" $INSTDIR\SarmaCoins-qt.exe + CreateShortcut "$SMPROGRAMS\$StartMenuGroup\$(^Name).lnk" $INSTDIR\dash-qt.exe CreateShortcut "$SMPROGRAMS\$StartMenuGroup\Uninstall $(^Name).lnk" $INSTDIR\uninstall.exe !insertmacro MUI_STARTMENU_WRITE_END WriteRegStr HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" DisplayName "$(^Name)" @@ -106,10 +106,10 @@ Section -post SEC0001 WriteRegStr HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" UninstallString $INSTDIR\uninstall.exe WriteRegDWORD HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" NoModify 1 WriteRegDWORD HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" NoRepair 1 - WriteRegStr HKCR "SarmaCoins" "URL Protocol" "" - WriteRegStr HKCR "SarmaCoins" "" "URL:SarmaCoins" - WriteRegStr HKCR "SarmaCoins\DefaultIcon" "" $INSTDIR\SarmaCoins-qt.exe - WriteRegStr HKCR "SarmaCoins\shell\open\command" "" '"$INSTDIR\SarmaCoins-qt.exe" "%1"' + WriteRegStr HKCR "dash" "URL Protocol" "" + WriteRegStr HKCR "dash" "" "URL:Dash" + WriteRegStr HKCR "dash\DefaultIcon" "" $INSTDIR\dash-qt.exe + WriteRegStr HKCR "dash\shell\open\command" "" '"$INSTDIR\dash-qt.exe" "%1"' SectionEnd # Macro for selecting uninstaller sections @@ -127,7 +127,7 @@ done${UNSECTION_ID}: # Uninstaller sections Section /o -un.Main UNSEC0000 - Delete /REBOOTOK $INSTDIR\SarmaCoins-qt.exe + Delete /REBOOTOK $INSTDIR\dash-qt.exe Delete /REBOOTOK $INSTDIR\COPYING.txt Delete /REBOOTOK $INSTDIR\readme.txt RMDir /r /REBOOTOK $INSTDIR\daemon @@ -139,7 +139,7 @@ Section -un.post UNSEC0001 DeleteRegKey HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" Delete /REBOOTOK "$SMPROGRAMS\$StartMenuGroup\Uninstall $(^Name).lnk" Delete /REBOOTOK "$SMPROGRAMS\$StartMenuGroup\$(^Name).lnk" - Delete /REBOOTOK "$SMSTARTUP\SarmaCoins.lnk" + Delete /REBOOTOK "$SMSTARTUP\Dash.lnk" Delete /REBOOTOK $INSTDIR\uninstall.exe Delete /REBOOTOK $INSTDIR\debug.log Delete /REBOOTOK $INSTDIR\db.log @@ -147,7 +147,7 @@ Section -un.post UNSEC0001 DeleteRegValue HKCU "${REGKEY}" Path DeleteRegKey /IfEmpty HKCU "${REGKEY}\Components" DeleteRegKey /IfEmpty HKCU "${REGKEY}" - DeleteRegKey HKCR "SarmaCoins" + DeleteRegKey HKCR "dash" RmDir /REBOOTOK $SMPROGRAMS\$StartMenuGroup RmDir /REBOOTOK $INSTDIR Push $R0 diff --git a/src/Makefile.am b/src/Makefile.am index 2b0a0125482cc..92eaca819a13b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -60,15 +60,15 @@ bin_PROGRAMS = TESTS = if BUILD_BITCOIND - bin_PROGRAMS += SarmaCoinsd + bin_PROGRAMS += dashd endif if BUILD_BITCOIN_UTILS - bin_PROGRAMS += SarmaCoins-cli SarmaCoins-tx + bin_PROGRAMS += dash-cli dash-tx endif .PHONY: FORCE -# SarmaCoins core # +# dash core # BITCOIN_CORE_H = \ activemasternode.h \ addrman.h \ @@ -170,7 +170,7 @@ obj/build.h: FORCE $(abs_top_srcdir) libbitcoin_util_a-clientversion.$(OBJEXT): obj/build.h -# server: shared between SarmaCoinsd and SarmaCoins-qt +# server: shared between dashd and dash-qt libbitcoin_server_a_CPPFLAGS = $(BITCOIN_INCLUDES) $(MINIUPNPC_CPPFLAGS) libbitcoin_server_a_SOURCES = \ addrman.cpp \ @@ -202,7 +202,7 @@ libbitcoin_server_a_SOURCES = \ $(JSON_H) \ $(BITCOIN_CORE_H) -# wallet: shared between SarmaCoinsd and SarmaCoins-qt, but only linked +# wallet: shared between dashd and dash-qt, but only linked # when wallet enabled libbitcoin_wallet_a_CPPFLAGS = $(BITCOIN_INCLUDES) libbitcoin_wallet_a_SOURCES = \ @@ -278,7 +278,7 @@ univalue_libbitcoin_univalue_a_SOURCES = \ univalue/univalue_escapes.h \ univalue/univalue.h -# common: shared between SarmaCoinsd, and SarmaCoins-qt and non-server tools +# common: shared between dashd, and dash-qt and non-server tools libbitcoin_common_a_CPPFLAGS = $(BITCOIN_INCLUDES) libbitcoin_common_a_SOURCES = \ allocators.cpp \ @@ -333,7 +333,7 @@ libbitcoin_util_a_SOURCES += compat/glibc_compat.cpp libbitcoin_util_a_SOURCES += compat/glibcxx_compat.cpp endif -# cli: shared between SarmaCoins-cli and SarmaCoins-qt +# cli: shared between dash-cli and dash-qt libbitcoin_cli_a_CPPFLAGS = $(BITCOIN_INCLUDES) libbitcoin_cli_a_SOURCES = \ rpcclient.cpp \ @@ -343,7 +343,7 @@ nodist_libbitcoin_util_a_SOURCES = $(srcdir)/obj/build.h # # bitcoind binary # -SarmaCoinsd_LDADD = \ +dashd_LDADD = \ $(LIBBITCOIN_SERVER) \ $(LIBBITCOIN_COMMON) \ $(LIBBITCOIN_UNIVALUE) \ @@ -354,35 +354,35 @@ SarmaCoinsd_LDADD = \ $(LIBSECP256K1) if ENABLE_WALLET -SarmaCoinsd_LDADD += libbitcoin_wallet.a +dashd_LDADD += libbitcoin_wallet.a endif -SarmaCoinsd_SOURCES = SarmaCoinsd.cpp +dashd_SOURCES = dashd.cpp # if TARGET_WINDOWS -SarmaCoinsd_SOURCES += SarmaCoinsd-res.rc +dashd_SOURCES += dashd-res.rc endif -SarmaCoinsd_LDADD += $(BOOST_LIBS) $(BDB_LIBS) $(SSL_LIBS) $(CRYPTO_LIBS) $(MINIUPNPC_LIBS) -SarmaCoinsd_CPPFLAGS = $(BITCOIN_INCLUDES) -SarmaCoinsd_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) +dashd_LDADD += $(BOOST_LIBS) $(BDB_LIBS) $(SSL_LIBS) $(CRYPTO_LIBS) $(MINIUPNPC_LIBS) +dashd_CPPFLAGS = $(BITCOIN_INCLUDES) +dashd_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) -# SarmaCoins-cli binary # -SarmaCoins_cli_LDADD = \ +# dash-cli binary # +dash_cli_LDADD = \ $(LIBBITCOIN_CLI) \ $(LIBBITCOIN_UTIL) \ $(BOOST_LIBS) \ $(SSL_LIBS) \ $(CRYPTO_LIBS) -SarmaCoins_cli_SOURCES = \ - SarmaCoins-cli.cpp +dash_cli_SOURCES = \ + dash-cli.cpp -SarmaCoins_cli_CPPFLAGS = $(BITCOIN_INCLUDES) +dash_cli_CPPFLAGS = $(BITCOIN_INCLUDES) # -# SarmaCoins-tx binary # -SarmaCoins_tx_LDADD = \ +# dash-tx binary # +dash_tx_LDADD = \ $(LIBBITCOIN_UNIVALUE) \ $(LIBBITCOIN_COMMON) \ $(LIBBITCOIN_UTIL) \ @@ -391,15 +391,15 @@ SarmaCoins_tx_LDADD = \ $(BOOST_LIBS) \ $(CRYPTO_LIBS) -SarmaCoins_tx_SOURCES = SarmaCoins-tx.cpp -SarmaCoins_tx_CPPFLAGS = $(BITCOIN_INCLUDES) +dash_tx_SOURCES = dash-tx.cpp +dash_tx_CPPFLAGS = $(BITCOIN_INCLUDES) # -SarmaCoins_tx_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) +dash_tx_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) if TARGET_WINDOWS -SarmaCoins_cli_SOURCES += SarmaCoins-cli-res.rc +dash_cli_SOURCES += dash-cli-res.rc endif -SarmaCoins_cli_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) +dash_cli_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) if BUILD_BITCOIN_LIBS include_HEADERS = script/bitcoinconsensus.h diff --git a/src/Makefile.qt.include b/src/Makefile.qt.include index 8a90f4017ce82..5325de196ef33 100755 --- a/src/Makefile.qt.include +++ b/src/Makefile.qt.include @@ -1,24 +1,24 @@ -bin_PROGRAMS += qt/SarmaCoins-qt +bin_PROGRAMS += qt/dash-qt EXTRA_LIBRARIES += qt/libbitcoinqt.a -# SarmaCoins qt core # +# dash qt core # QT_TS = \ - qt/locale/SarmaCoins_bg.ts \ - qt/locale/SarmaCoins_de.ts \ - qt/locale/SarmaCoins_en.ts \ - qt/locale/SarmaCoins_es.ts \ - qt/locale/SarmaCoins_fi.ts \ - qt/locale/SarmaCoins_fr.ts \ - qt/locale/SarmaCoins_it.ts \ - qt/locale/SarmaCoins_ja.ts \ - qt/locale/SarmaCoins_pl.ts \ - qt/locale/SarmaCoins_pt.ts \ - qt/locale/SarmaCoins_ru.ts \ - qt/locale/SarmaCoins_sk.ts \ - qt/locale/SarmaCoins_sv.ts \ - qt/locale/SarmaCoins_vi.ts \ - qt/locale/SarmaCoins_zh_CN.ts \ - qt/locale/SarmaCoins_zh_TW.ts + qt/locale/dash_bg.ts \ + qt/locale/dash_de.ts \ + qt/locale/dash_en.ts \ + qt/locale/dash_es.ts \ + qt/locale/dash_fi.ts \ + qt/locale/dash_fr.ts \ + qt/locale/dash_it.ts \ + qt/locale/dash_ja.ts \ + qt/locale/dash_pl.ts \ + qt/locale/dash_pt.ts \ + qt/locale/dash_ru.ts \ + qt/locale/dash_sk.ts \ + qt/locale/dash_sv.ts \ + qt/locale/dash_vi.ts \ + qt/locale/dash_zh_CN.ts \ + qt/locale/dash_zh_TW.ts QT_FORMS_UI = \ qt/forms/addressbookpage.ui \ @@ -90,16 +90,16 @@ BITCOIN_MM = \ qt/macnotificationhandler.mm QT_MOC = \ - qt/SarmaCoins.moc \ + qt/dash.moc \ qt/bitcoinamountfield.moc \ qt/intro.moc \ qt/overviewpage.moc \ qt/rpcconsole.moc -QT_QRC_CPP = qt/qrc_SarmaCoins.cpp -QT_QRC = qt/SarmaCoins.qrc -QT_QRC_LOCALE_CPP = qt/qrc_SarmaCoins_locale.cpp -QT_QRC_LOCALE = qt/SarmaCoins_locale.qrc +QT_QRC_CPP = qt/qrc_dash.cpp +QT_QRC = qt/dash.qrc +QT_QRC_LOCALE_CPP = qt/qrc_dash_locale.cpp +QT_QRC_LOCALE = qt/dash_locale.qrc PROTOBUF_CC = qt/paymentrequest.pb.cc PROTOBUF_H = qt/paymentrequest.pb.h @@ -207,13 +207,13 @@ RES_ICONS = \ qt/res/icons/tx_input.png \ qt/res/icons/tx_output.png \ qt/res/icons/tx_mined.png \ - qt/res/icons/unit_SarmaCoins.png \ - qt/res/icons/unit_mSarmaCoins.png \ - qt/res/icons/unit_uSarmaCoins.png \ + qt/res/icons/unit_dash.png \ + qt/res/icons/unit_mdash.png \ + qt/res/icons/unit_udash.png \ qt/res/icons/unit_duffs.png \ - qt/res/icons/unit_tSarmaCoins.png \ - qt/res/icons/unit_tmSarmaCoins.png \ - qt/res/icons/unit_tuSarmaCoins.png \ + qt/res/icons/unit_tdash.png \ + qt/res/icons/unit_tmdash.png \ + qt/res/icons/unit_tudash.png \ qt/res/icons/unit_tduffs.png BITCOIN_QT_CPP = \ @@ -273,7 +273,7 @@ RES_IMAGES = \ qt/res/images/about.png \ qt/res/images/splash.png \ qt/res/images/splash_testnet.png \ - qt/res/images/SarmaCoins_logo_horizontal.png \ + qt/res/images/dash_logo_horizontal.png \ qt/res/images/drkblue_downArrow.png \ qt/res/images/drkblue_downArrow_small.png \ qt/res/images/drkblue_upArrow_small.png \ @@ -288,7 +288,7 @@ RES_CSS = \ RES_MOVIES = $(wildcard qt/res/movies/spinner-*.png) -BITCOIN_RC = qt/res/SarmaCoins-qt-res.rc +BITCOIN_RC = qt/res/dash-qt-res.rc BITCOIN_QT_INCLUDES = -I$(builddir)/qt -I$(srcdir)/qt -I$(srcdir)/qt/forms \ -I$(builddir)/qt/forms @@ -308,65 +308,65 @@ QT_FORMS_H=$(join $(dir $(QT_FORMS_UI)),$(addprefix ui_, $(notdir $(QT_FORMS_UI: # Most files will depend on the forms and moc files as includes. Generate them # before anything else. $(QT_MOC): $(QT_FORMS_H) -$(qt_libbitcoinqt_a_OBJECTS) $(qt_SarmaCoins_qt_OBJECTS) : | $(QT_MOC) +$(qt_libbitcoinqt_a_OBJECTS) $(qt_dash_qt_OBJECTS) : | $(QT_MOC) #Generating these with a half-written protobuf header leads to wacky results. #This makes sure it's done. $(QT_MOC): $(PROTOBUF_H) $(QT_MOC_CPP): $(PROTOBUF_H) -# SarmaCoins-qt binary # -qt_SarmaCoins_qt_CPPFLAGS = $(BITCOIN_INCLUDES) $(BITCOIN_QT_INCLUDES) \ +# dash-qt binary # +qt_dash_qt_CPPFLAGS = $(BITCOIN_INCLUDES) $(BITCOIN_QT_INCLUDES) \ $(QT_INCLUDES) $(PROTOBUF_CFLAGS) $(QR_CFLAGS) -qt_SarmaCoins_qt_SOURCES = qt/SarmaCoins.cpp +qt_dash_qt_SOURCES = qt/dash.cpp if TARGET_DARWIN - qt_SarmaCoins_qt_SOURCES += $(BITCOIN_MM) + qt_dash_qt_SOURCES += $(BITCOIN_MM) endif if TARGET_WINDOWS - qt_SarmaCoins_qt_SOURCES += $(BITCOIN_RC) + qt_dash_qt_SOURCES += $(BITCOIN_RC) endif -qt_SarmaCoins_qt_LDADD = qt/libbitcoinqt.a $(LIBBITCOIN_SERVER) +qt_dash_qt_LDADD = qt/libbitcoinqt.a $(LIBBITCOIN_SERVER) if ENABLE_WALLET -qt_SarmaCoins_qt_LDADD += $(LIBBITCOIN_WALLET) +qt_dash_qt_LDADD += $(LIBBITCOIN_WALLET) endif -qt_SarmaCoins_qt_LDADD += $(LIBBITCOIN_CLI) $(LIBBITCOIN_COMMON) $(LIBBITCOIN_UTIL) $(LIBBITCOIN_CRYPTO) $(LIBBITCOIN_UNIVALUE) $(LIBLEVELDB) $(LIBMEMENV) \ +qt_dash_qt_LDADD += $(LIBBITCOIN_CLI) $(LIBBITCOIN_COMMON) $(LIBBITCOIN_UTIL) $(LIBBITCOIN_CRYPTO) $(LIBBITCOIN_UNIVALUE) $(LIBLEVELDB) $(LIBMEMENV) \ $(BOOST_LIBS) $(QT_LIBS) $(QT_DBUS_LIBS) $(QR_LIBS) $(PROTOBUF_LIBS) $(BDB_LIBS) $(SSL_LIBS) $(CRYPTO_LIBS) $(MINIUPNPC_LIBS) $(LIBSECP256K1) -qt_SarmaCoins_qt_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(QT_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) -qt_SarmaCoins_qt_LIBTOOLFLAGS = --tag CXX +qt_dash_qt_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(QT_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) +qt_dash_qt_LIBTOOLFLAGS = --tag CXX #locale/foo.ts -> locale/foo.qm QT_QM=$(QT_TS:.ts=.qm) .SECONDARY: $(QT_QM) -qt/SarmaCoinsstrings.cpp: $(libbitcoin_server_a_SOURCES) $(libbitcoin_wallet_a_SOURCES) $(libbitcoin_common_a_SOURCES) +qt/dashstrings.cpp: $(libbitcoin_server_a_SOURCES) $(libbitcoin_wallet_a_SOURCES) $(libbitcoin_common_a_SOURCES) @test -n $(XGETTEXT) || echo "xgettext is required for updating translations" $(AM_V_GEN) cd $(srcdir); XGETTEXT=$(XGETTEXT) ../share/qt/extract_strings_qt.py $^ -translate: qt/SarmaCoinsstrings.cpp $(QT_FORMS_UI) $(QT_FORMS_UI) $(BITCOIN_QT_CPP) $(BITCOIN_QT_H) $(BITCOIN_MM) +translate: qt/dashstrings.cpp $(QT_FORMS_UI) $(QT_FORMS_UI) $(BITCOIN_QT_CPP) $(BITCOIN_QT_H) $(BITCOIN_MM) @test -n $(LUPDATE) || echo "lupdate is required for updating translations" - $(AM_V_GEN) QT_SELECT=$(QT_SELECT) $(LUPDATE) $^ -locations relative -no-obsolete -ts qt/locale/SarmaCoins_en.ts + $(AM_V_GEN) QT_SELECT=$(QT_SELECT) $(LUPDATE) $^ -locations relative -no-obsolete -ts qt/locale/dash_en.ts $(QT_QRC_LOCALE_CPP): $(QT_QRC_LOCALE) $(QT_QM) @test -f $(RCC) @test -f $(@D)/$( $@ $(QT_QRC_CPP): $(QT_QRC) $(QT_FORMS_H) $(RES_ICONS) $(RES_IMAGES) $(RES_CSS) $(RES_MOVIES) $(PROTOBUF_H) @test -f $(RCC) - $(AM_V_GEN) QT_SELECT=$(QT_SELECT) $(RCC) -name SarmaCoins $< | \ + $(AM_V_GEN) QT_SELECT=$(QT_SELECT) $(RCC) -name dash $< | \ $(SED) -e '/^\*\*.*Created:/d' -e '/^\*\*.*by:/d' > $@ CLEAN_QT = $(nodist_qt_libbitcoinqt_a_SOURCES) $(QT_QM) $(QT_FORMS_H) qt/*.gcda qt/*.gcno CLEANFILES += $(CLEAN_QT) -SarmaCoins_qt_clean: FORCE - rm -f $(CLEAN_QT) $(qt_libbitcoinqt_a_OBJECTS) $(qt_SarmaCoins_qt_OBJECTS) qt/SarmaCoins-qt$(EXEEXT) $(LIBBITCOINQT) +dash_qt_clean: FORCE + rm -f $(CLEAN_QT) $(qt_libbitcoinqt_a_OBJECTS) $(qt_dash_qt_OBJECTS) qt/dash-qt$(EXEEXT) $(LIBBITCOINQT) -SarmaCoins_qt : qt/SarmaCoins-qt$(EXEEXT) +dash_qt : qt/dash-qt$(EXEEXT) ui_%.h: %.ui @test -f $(UIC) diff --git a/src/Makefile.qttest.include b/src/Makefile.qttest.include index 1cac635959fe1..1a1f03d1a1adb 100644 --- a/src/Makefile.qttest.include +++ b/src/Makefile.qttest.include @@ -1,5 +1,5 @@ -bin_PROGRAMS += qt/test/test_SarmaCoins-qt -TESTS += qt/test/test_SarmaCoins-qt +bin_PROGRAMS += qt/test/test_dash-qt +TESTS += qt/test/test_dash-qt TEST_QT_MOC_CPP = qt/test/moc_uritests.cpp @@ -12,37 +12,37 @@ TEST_QT_H = \ qt/test/paymentrequestdata.h \ qt/test/paymentservertests.h -qt_test_test_SarmaCoins_qt_CPPFLAGS = $(BITCOIN_INCLUDES) $(BITCOIN_QT_INCLUDES) \ +qt_test_test_dash_qt_CPPFLAGS = $(BITCOIN_INCLUDES) $(BITCOIN_QT_INCLUDES) \ $(QT_INCLUDES) $(QT_TEST_INCLUDES) $(PROTOBUF_CFLAGS) -qt_test_test_SarmaCoins_qt_SOURCES = \ +qt_test_test_dash_qt_SOURCES = \ qt/test/test_main.cpp \ qt/test/uritests.cpp \ $(TEST_QT_H) if ENABLE_WALLET -qt_test_test_SarmaCoins_qt_SOURCES += \ +qt_test_test_dash_qt_SOURCES += \ qt/test/paymentservertests.cpp endif -nodist_qt_test_test_SarmaCoins_qt_SOURCES = $(TEST_QT_MOC_CPP) +nodist_qt_test_test_dash_qt_SOURCES = $(TEST_QT_MOC_CPP) -qt_test_test_SarmaCoins_qt_LDADD = $(LIBBITCOINQT) $(LIBBITCOIN_SERVER) +qt_test_test_dash_qt_LDADD = $(LIBBITCOINQT) $(LIBBITCOIN_SERVER) if ENABLE_WALLET -qt_test_test_SarmaCoins_qt_LDADD += $(LIBBITCOIN_WALLET) +qt_test_test_dash_qt_LDADD += $(LIBBITCOIN_WALLET) endif -qt_test_test_SarmaCoins_qt_LDADD += $(LIBBITCOIN_CLI) $(LIBBITCOIN_COMMON) $(LIBBITCOIN_UTIL) $(LIBBITCOIN_CRYPTO) $(LIBBITCOIN_UNIVALUE) $(LIBLEVELDB) \ +qt_test_test_dash_qt_LDADD += $(LIBBITCOIN_CLI) $(LIBBITCOIN_COMMON) $(LIBBITCOIN_UTIL) $(LIBBITCOIN_CRYPTO) $(LIBBITCOIN_UNIVALUE) $(LIBLEVELDB) \ $(LIBMEMENV) $(BOOST_LIBS) $(QT_DBUS_LIBS) $(QT_TEST_LIBS) $(QT_LIBS) \ $(QR_LIBS) $(PROTOBUF_LIBS) $(BDB_LIBS) $(SSL_LIBS) $(CRYPTO_LIBS) $(MINIUPNPC_LIBS) $(LIBSECP256K1) -qt_test_test_SarmaCoins_qt_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(QT_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) +qt_test_test_dash_qt_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(QT_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) CLEAN_BITCOIN_QT_TEST = $(TEST_QT_MOC_CPP) qt/test/*.gcda qt/test/*.gcno CLEANFILES += $(CLEAN_BITCOIN_QT_TEST) -test_SarmaCoins_qt : qt/test/test_SarmaCoins-qt$(EXEEXT) +test_dash_qt : qt/test/test_dash-qt$(EXEEXT) -test_SarmaCoins_qt_check : qt/test/test_SarmaCoins-qt$(EXEEXT) FORCE +test_dash_qt_check : qt/test/test_dash-qt$(EXEEXT) FORCE $(MAKE) check-TESTS TESTS=$^ -test_SarmaCoins_qt_clean: FORCE - rm -f $(CLEAN_BITCOIN_QT_TEST) $(qt_test_test_SarmaCoins_qt_OBJECTS) +test_dash_qt_clean: FORCE + rm -f $(CLEAN_BITCOIN_QT_TEST) $(qt_test_test_dash_qt_OBJECTS) diff --git a/src/Makefile.test.include b/src/Makefile.test.include index 9181a68468dc2..50e6540171c79 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -1,7 +1,7 @@ -TESTS += test/test_SarmaCoins test/bitcoin-util-test.py -bin_PROGRAMS += test/test_SarmaCoins +TESTS += test/test_dash test/bitcoin-util-test.py +bin_PROGRAMS += test/test_dash TEST_SRCDIR = test -TEST_BINARY=test/test_SarmaCoins$(EXEEXT) +TEST_BINARY=test/test_dash$(EXEEXT) EXTRA_DIST += \ @@ -66,7 +66,7 @@ BITCOIN_TESTS =\ test/sighash_tests.cpp \ test/sigopcount_tests.cpp \ test/skiplist_tests.cpp \ - test/test_SarmaCoins.cpp \ + test/test_dash.cpp \ test/timedata_tests.cpp \ test/transaction_tests.cpp \ test/uint256_tests.cpp \ @@ -80,18 +80,18 @@ BITCOIN_TESTS += \ test/rpc_wallet_tests.cpp endif -test_test_SarmaCoins_SOURCES = $(BITCOIN_TESTS) $(JSON_TEST_FILES) $(RAW_TEST_FILES) -test_test_SarmaCoins_CPPFLAGS = $(BITCOIN_INCLUDES) -I$(builddir)/test/ $(TESTDEFS) -test_test_SarmaCoins_LDADD = $(LIBBITCOIN_SERVER) $(LIBBITCOIN_CLI) $(LIBBITCOIN_COMMON) $(LIBBITCOIN_UTIL) $(LIBBITCOIN_CRYPTO) $(LIBBITCOIN_UNIVALUE) $(LIBLEVELDB) $(LIBMEMENV) \ +test_test_dash_SOURCES = $(BITCOIN_TESTS) $(JSON_TEST_FILES) $(RAW_TEST_FILES) +test_test_dash_CPPFLAGS = $(BITCOIN_INCLUDES) -I$(builddir)/test/ $(TESTDEFS) +test_test_dash_LDADD = $(LIBBITCOIN_SERVER) $(LIBBITCOIN_CLI) $(LIBBITCOIN_COMMON) $(LIBBITCOIN_UTIL) $(LIBBITCOIN_CRYPTO) $(LIBBITCOIN_UNIVALUE) $(LIBLEVELDB) $(LIBMEMENV) \ $(BOOST_LIBS) $(BOOST_UNIT_TEST_FRAMEWORK_LIB) $(LIBSECP256K1) if ENABLE_WALLET -test_test_SarmaCoins_LDADD += $(LIBBITCOIN_WALLET) +test_test_dash_LDADD += $(LIBBITCOIN_WALLET) endif -test_test_SarmaCoins_LDADD += $(LIBBITCOIN_CONSENSUS) $(BDB_LIBS) $(SSL_LIBS) $(CRYPTO_LIBS) $(MINIUPNPC_LIBS) -test_test_SarmaCoins_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) -static +test_test_dash_LDADD += $(LIBBITCOIN_CONSENSUS) $(BDB_LIBS) $(SSL_LIBS) $(CRYPTO_LIBS) $(MINIUPNPC_LIBS) +test_test_dash_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) -static -nodist_test_test_SarmaCoins_SOURCES = $(GENERATED_TEST_FILES) +nodist_test_test_dash_SOURCES = $(GENERATED_TEST_FILES) $(BITCOIN_TESTS): $(GENERATED_TEST_FILES) @@ -99,13 +99,13 @@ CLEAN_BITCOIN_TEST = test/*.gcda test/*.gcno $(GENERATED_TEST_FILES) CLEANFILES += $(CLEAN_BITCOIN_TEST) -SarmaCoins_test: $(TEST_BINARY) +dash_test: $(TEST_BINARY) -SarmaCoins_test_check: $(TEST_BINARY) FORCE +dash_test_check: $(TEST_BINARY) FORCE $(MAKE) check-TESTS TESTS=$^ -SarmaCoins_test_clean : FORCE - rm -f $(CLEAN_BITCOIN_TEST) $(test_test_SarmaCoins_OBJECTS) $(TEST_BINARY) +dash_test_clean : FORCE + rm -f $(CLEAN_BITCOIN_TEST) $(test_test_dash_OBJECTS) $(TEST_BINARY) check-local: $(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C secp256k1 check diff --git a/src/amount.cpp b/src/amount.cpp index 1592e9651718a..20ea3ead5986f 100644 --- a/src/amount.cpp +++ b/src/amount.cpp @@ -27,5 +27,5 @@ CAmount CFeeRate::GetFee(size_t nSize) const std::string CFeeRate::ToString() const { - return strprintf("%d.%08d SarmaCoins/kB", nSatoshisPerK / COIN, nSatoshisPerK % COIN); + return strprintf("%d.%08d DASH/kB", nSatoshisPerK / COIN, nSatoshisPerK % COIN); } diff --git a/src/base58.h b/src/base58.h index 31ac7f815e3c9..74dc66f1096ba 100644 --- a/src/base58.h +++ b/src/base58.h @@ -94,7 +94,7 @@ class CBase58Data bool operator> (const CBase58Data& b58) const { return CompareTo(b58) > 0; } }; -/** base58-encoded SarmaCoins addresses. +/** base58-encoded Dash addresses. * Public-key-hash-addresses have version 0 (or 111 testnet). * The data vector contains RIPEMD160(SHA256(pubkey)), where pubkey is the serialized public key. * Script-hash-addresses have version 5 (or 196 testnet). diff --git a/src/chainparams.cpp b/src/chainparams.cpp index a54e0ee494920..3ee56d271035f 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -123,14 +123,14 @@ class CMainParams : public CChainParams { pchMessageStart[3] = 0xbd; vAlertPubKey = ParseHex("048240a8748a80a286b270ba126705ced4f2ce5a7847b3610ea3c06513150dade2a8512ed5ea86320824683fc0818f0ac019214973e677acd1244f6d0571fc5103"); nDefaultPort = 9999; - bnProofOfWorkLimit = ~uint256(0) >> 20; // SarmaCoins starting difficulty is 1 / 2^12 + bnProofOfWorkLimit = ~uint256(0) >> 20; // Dash starting difficulty is 1 / 2^12 nSubsidyHalvingInterval = 210000; nEnforceBlockUpgradeMajority = 750; nRejectBlockOutdatedMajority = 950; nToCheckBlockUpgradeMajority = 1000; nMinerThreads = 0; - nTargetTimespan = 24 * 60 * 60; // SarmaCoins: 1 day - nTargetSpacing = 2.5 * 60; // SarmaCoins: 2.5 minutes + nTargetTimespan = 24 * 60 * 60; // Dash: 1 day + nTargetSpacing = 2.5 * 60; // Dash: 2.5 minutes /** * Build the genesis block. Note that the output of the genesis coinbase cannot @@ -166,12 +166,12 @@ class CMainParams : public CChainParams { vSeeds.push_back(CDNSSeedData("masternode.io", "dnsseed.masternode.io")); vSeeds.push_back(CDNSSeedData("SarmaCoins.io", "dnsseed.SarmaCoins.io")); - base58Prefixes[PUBKEY_ADDRESS] = list_of( 76); // SarmaCoins addresses start with 'X' - base58Prefixes[SCRIPT_ADDRESS] = list_of( 16); // SarmaCoins script addresses start with '7' - base58Prefixes[SECRET_KEY] = list_of(204); // SarmaCoins private keys start with '7' or 'X' - base58Prefixes[EXT_PUBLIC_KEY] = list_of(0x02)(0xFE)(0x52)(0xF8); // SarmaCoins BIP32 pubkeys start with 'drkv' - base58Prefixes[EXT_SECRET_KEY] = list_of(0x02)(0xFE)(0x52)(0xCC); // SarmaCoins BIP32 prvkeys start with 'drkp' - base58Prefixes[EXT_COIN_TYPE] = list_of(0x80000005); // SarmaCoins BIP44 coin type is '5' + base58Prefixes[PUBKEY_ADDRESS] = list_of( 76); // Dash addresses start with 'X' + base58Prefixes[SCRIPT_ADDRESS] = list_of( 16); // Dash script addresses start with '7' + base58Prefixes[SECRET_KEY] = list_of(204); // Dash private keys start with '7' or 'X' + base58Prefixes[EXT_PUBLIC_KEY] = list_of(0x02)(0xFE)(0x52)(0xF8); // Dash BIP32 pubkeys start with 'drkv' + base58Prefixes[EXT_SECRET_KEY] = list_of(0x02)(0xFE)(0x52)(0xCC); // Dash BIP32 prvkeys start with 'drkp' + base58Prefixes[EXT_COIN_TYPE] = list_of(0x80000005); // Dash BIP44 coin type is '5' convertSeed6(vFixedSeeds, pnSeed6_main, ARRAYLEN(pnSeed6_main)); @@ -216,8 +216,8 @@ class CTestNetParams : public CMainParams { nRejectBlockOutdatedMajority = 75; nToCheckBlockUpgradeMajority = 100; nMinerThreads = 0; - nTargetTimespan = 24 * 60 * 60; // SarmaCoins: 1 day - nTargetSpacing = 2.5 * 60; // SarmaCoins: 2.5 minutes + nTargetTimespan = 24 * 60 * 60; // Dash: 1 day + nTargetSpacing = 2.5 * 60; // Dash: 2.5 minutes //! Modify the testnet genesis block so the timestamp is valid for a later start. genesis.nTime = 1390666206; @@ -229,18 +229,18 @@ class CTestNetParams : public CMainParams { vFixedSeeds.clear(); vSeeds.clear(); /*vSeeds.push_back(CDNSSeedData("SarmaCoins.io", "testnet-seed.SarmaCoins.io")); - vSeeds.push_back(CDNSSeedData("SarmaCoins.qa", "testnet-seed.SarmaCoins.qa")); + vSeeds.push_back(CDNSSeedData("dash.qa", "testnet-seed.dash.qa")); *///legacy seeders vSeeds.push_back(CDNSSeedData("darkcoin.io", "testnet-seed.darkcoin.io")); vSeeds.push_back(CDNSSeedData("darkcoin.qa", "testnet-seed.darkcoin.qa")); vSeeds.push_back(CDNSSeedData("masternode.io", "test.dnsseed.masternode.io")); - base58Prefixes[PUBKEY_ADDRESS] = list_of(139); // Testnet SarmaCoins addresses start with 'x' or 'y' - base58Prefixes[SCRIPT_ADDRESS] = list_of( 19); // Testnet SarmaCoins script addresses start with '8' or '9' + base58Prefixes[PUBKEY_ADDRESS] = list_of(139); // Testnet dash addresses start with 'x' or 'y' + base58Prefixes[SCRIPT_ADDRESS] = list_of( 19); // Testnet dash script addresses start with '8' or '9' base58Prefixes[SECRET_KEY] = list_of(239); // Testnet private keys start with '9' or 'c' (Bitcoin defaults) - base58Prefixes[EXT_PUBLIC_KEY] = list_of(0x3a)(0x80)(0x61)(0xa0); // Testnet SarmaCoins BIP32 pubkeys start with 'DRKV' - base58Prefixes[EXT_SECRET_KEY] = list_of(0x3a)(0x80)(0x58)(0x37); // Testnet SarmaCoins BIP32 prvkeys start with 'DRKP' - base58Prefixes[EXT_COIN_TYPE] = list_of(0x80000001); // Testnet SarmaCoins BIP44 coin type is '5' (All coin's testnet default) + base58Prefixes[EXT_PUBLIC_KEY] = list_of(0x3a)(0x80)(0x61)(0xa0); // Testnet dash BIP32 pubkeys start with 'DRKV' + base58Prefixes[EXT_SECRET_KEY] = list_of(0x3a)(0x80)(0x58)(0x37); // Testnet dash BIP32 prvkeys start with 'DRKP' + base58Prefixes[EXT_COIN_TYPE] = list_of(0x80000001); // Testnet dash BIP44 coin type is '5' (All coin's testnet default) convertSeed6(vFixedSeeds, pnSeed6_test, ARRAYLEN(pnSeed6_test)); @@ -282,8 +282,8 @@ class CRegTestParams : public CTestNetParams { nRejectBlockOutdatedMajority = 950; nToCheckBlockUpgradeMajority = 1000; nMinerThreads = 1; - nTargetTimespan = 24 * 60 * 60; // SarmaCoins: 1 day - nTargetSpacing = 2.5 * 60; // SarmaCoins: 2.5 minutes + nTargetTimespan = 24 * 60 * 60; // Dash: 1 day + nTargetSpacing = 2.5 * 60; // Dash: 2.5 minutes bnProofOfWorkLimit = ~uint256(0) >> 1; genesis.nTime = 1417713337; genesis.nBits = 0x207fffff; diff --git a/src/chainparams.h b/src/chainparams.h index ca69b24b27f52..1b77635e8d921 100644 --- a/src/chainparams.h +++ b/src/chainparams.h @@ -23,7 +23,7 @@ struct CDNSSeedData { /** * CChainParams defines various tweakable parameters of a given instance of the - * SarmaCoins system. There are three: the main network on which people trade goods + * Dash system. There are three: the main network on which people trade goods * and services, the public test network which gets reset from time to time and * a regression test mode which is intended for private networks only. It has * minimal difficulty to ensure that blocks can be found instantly. diff --git a/src/chainparamsbase.h b/src/chainparamsbase.h index 6d2ad4645932f..71a7176d8c234 100644 --- a/src/chainparamsbase.h +++ b/src/chainparamsbase.h @@ -9,8 +9,8 @@ #include /** - * CBaseChainParams defines the base parameters (shared between SarmaCoins-cli and SarmaCoinsd) - * of a given instance of the SarmaCoins system. + * CBaseChainParams defines the base parameters (shared between dash-cli and dashd) + * of a given instance of the Dash system. */ class CBaseChainParams { diff --git a/src/checkpoints.cpp b/src/checkpoints.cpp index 716251a158956..a8fd488efd97d 100644 --- a/src/checkpoints.cpp +++ b/src/checkpoints.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/clientversion.cpp b/src/clientversion.cpp index c73c41dc5a6b6..c51c261dd18b1 100644 --- a/src/clientversion.cpp +++ b/src/clientversion.cpp @@ -10,10 +10,10 @@ /** * Name of client reported in the 'version' message. Report the same name - * for both SarmaCoinsd and SarmaCoins-qt, to make it harder for attackers to + * for both dashd and dash-qt, to make it harder for attackers to * target servers or GUI users specifically. */ -const std::string CLIENT_NAME("SarmaCoins Core"); +const std::string CLIENT_NAME("Dash Core"); /** * Client version number diff --git a/src/clientversion.h b/src/clientversion.h index 0ce518f6e72ba..747f4afc3b1ad 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -6,14 +6,14 @@ #define BITCOIN_CLIENTVERSION_H #if defined(HAVE_CONFIG_H) -#include "config/SarmaCoins-config.h" +#include "config/dash-config.h" #else /** * client versioning and copyright year */ -//! These need to be macros, as clientversion.cpp's and SarmaCoins*-res.rc's voodoo requires it +//! These need to be macros, as clientversion.cpp's and dash*-res.rc's voodoo requires it #define CLIENT_VERSION_MAJOR 0 #define CLIENT_VERSION_MINOR 12 #define CLIENT_VERSION_REVISION 0 @@ -38,10 +38,10 @@ #define DO_STRINGIZE(X) #X //! Copyright string used in Windows .rc files -#define COPYRIGHT_STR "2009-" STRINGIZE(COPYRIGHT_YEAR) " The Bitcoin Core Developers, 2014-" STRINGIZE(COPYRIGHT_YEAR) " The SarmaCoins Core Developers" +#define COPYRIGHT_STR "2009-" STRINGIZE(COPYRIGHT_YEAR) " The Bitcoin Core Developers, 2014-" STRINGIZE(COPYRIGHT_YEAR) " The Dash Core Developers" /** - * SarmaCoinsd-res.rc includes this file, but it cannot cope with real c++ code. + * dashd-res.rc includes this file, but it cannot cope with real c++ code. * WINDRES_PREPROC is defined to indicate that its pre-processor is running. * Anything other than a define should be guarded below. */ diff --git a/src/coins.h b/src/coins.h index 60bd87ed811df..f58c9f1d3e429 100644 --- a/src/coins.h +++ b/src/coins.h @@ -419,7 +419,7 @@ class CCoinsViewCache : public CCoinsViewBacked unsigned int GetCacheSize() const; /** - * Amount of SarmaCoins coming in to a transaction + * Amount of dash coming in to a transaction * Note that lightweight clients may not know anything besides the hash of previous transactions, * so may not be able to calculate this. * diff --git a/src/compat.h b/src/compat.h index 8cc40b8d1d7ee..dd120e96356fe 100644 --- a/src/compat.h +++ b/src/compat.h @@ -7,7 +7,7 @@ #define BITCOIN_COMPAT_H #if defined(HAVE_CONFIG_H) -#include "config/SarmaCoins-config.h" +#include "config/dash-config.h" #endif #ifdef WIN32 diff --git a/src/compat/glibc_compat.cpp b/src/compat/glibc_compat.cpp index f4e4732a7f372..88b6508c5b758 100644 --- a/src/compat/glibc_compat.cpp +++ b/src/compat/glibc_compat.cpp @@ -3,7 +3,7 @@ // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) -#include "config/SarmaCoins-config.h" +#include "config/dash-config.h" #endif #include diff --git a/src/compat/glibc_sanity.cpp b/src/compat/glibc_sanity.cpp index 2bbc6ea67fcbd..7ea476697202e 100644 --- a/src/compat/glibc_sanity.cpp +++ b/src/compat/glibc_sanity.cpp @@ -3,7 +3,7 @@ // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) -#include "config/SarmaCoins-config.h" +#include "config/dash-config.h" #endif #include diff --git a/src/compat/strnlen.cpp b/src/compat/strnlen.cpp index fd0c48e6a9bed..c32762f0aee60 100644 --- a/src/compat/strnlen.cpp +++ b/src/compat/strnlen.cpp @@ -3,7 +3,7 @@ // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) -#include "config/SarmaCoins-config.h" +#include "config/dash-config.h" #endif #include diff --git a/src/crypto/common.h b/src/crypto/common.h index fcf28b8855cd3..c30ca83c97cd6 100644 --- a/src/crypto/common.h +++ b/src/crypto/common.h @@ -6,7 +6,7 @@ #define BITCOIN_CRYPTO_COMMON_H #if defined(HAVE_CONFIG_H) -#include "SarmaCoins-config.h" +#include "dash-config.h" #endif #include diff --git a/src/darksend-relay.h b/src/darksend-relay.h index 37a265b7c692b..5dc2cb4c958aa 100644 --- a/src/darksend-relay.h +++ b/src/darksend-relay.h @@ -1,5 +1,5 @@ -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/darksend.cpp b/src/darksend.cpp index 1f04a1e51f17a..539bdba2a56d9 100644 --- a/src/darksend.cpp +++ b/src/darksend.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -35,8 +35,8 @@ map mapDarksendBroadcastTxes; // Keep track of the active Masternode CActiveMasternode activeMasternode; -/* *** BEGIN DARKSEND MAGIC - SarmaCoins ********** - Copyright (c) 2014-2015, SarmaCoins Developers +/* *** BEGIN DARKSEND MAGIC - DASH ********** + Copyright (c) 2014-2015, Dash Developers eduffield - evan@SarmaCoins.io udjinm6 - udjinm6@SarmaCoins.io */ @@ -766,7 +766,7 @@ void CDarksendPool::ChargeRandomFees(){ Being that Darksend has "no fees" we need to have some kind of cost associated with using it to stop abuse. Otherwise it could serve as an attack vector and - allow endless transaction that would bloat SarmaCoins and make it unusable. To + allow endless transaction that would bloat Dash and make it unusable. To stop these kinds of attacks 1 in 10 successful transactions are charged. This adds up to a cost of 0.001DRK per transaction on average. */ @@ -2223,7 +2223,7 @@ void ThreadCheckDarkSendPool() if(fLiteMode) return; //disable all Darksend/Masternode related functionality // Make this thread recognisable as the wallet flushing thread - RenameThread("SarmaCoins-darksend"); + RenameThread("dash-darksend"); unsigned int c = 0; diff --git a/src/darksend.h b/src/darksend.h index 7fbdff6257033..f0a439e139934 100644 --- a/src/darksend.h +++ b/src/darksend.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -245,7 +245,7 @@ class CDarksendBroadcastTx class CDarkSendSigner { public: - /// Is the inputs associated with this public key? (and there is 1000 SarmaCoins - checking if valid masternode) + /// Is the inputs associated with this public key? (and there is 1000 DASH - checking if valid masternode) bool IsVinAssociatedWithPubkey(CTxIn& vin, CPubKey& pubkey); /// Set the private/public key values, returns true if successful bool SetKey(std::string strSecret, std::string& errorMessage, CKey& key, CPubKey& pubkey); @@ -486,7 +486,7 @@ class CDarksendPool void GetDenominationsToString(int nDenom, std::string& strDenom); - /// Get the denominations for a specific amount of SarmaCoins. + /// Get the denominations for a specific amount of dash. int GetDenominationsByAmount(int64_t nAmount, int nDenomTarget=0); // is not used anymore? int GetDenominationsByAmounts(std::vector& vecAmount); diff --git a/src/dash-cli-res.rc b/src/dash-cli-res.rc index a0cedb97a2344..e6347e906192c 100644 --- a/src/dash-cli-res.rc +++ b/src/dash-cli-res.rc @@ -16,14 +16,14 @@ BEGIN BEGIN BLOCK "040904E4" // U.S. English - multilingual (hex) BEGIN - VALUE "CompanyName", "SarmaCoins" - VALUE "FileDescription", "SarmaCoins-cli (OSS RPC client for SarmaCoins)" + VALUE "CompanyName", "Dash" + VALUE "FileDescription", "Dash-cli (OSS RPC client for Dash)" VALUE "FileVersion", VER_FILEVERSION_STR - VALUE "InternalName", "SarmaCoins-cli" + VALUE "InternalName", "dash-cli" VALUE "LegalCopyright", COPYRIGHT_STR VALUE "LegalTrademarks1", "Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php." - VALUE "OriginalFilename", "SarmaCoins-cli.exe" - VALUE "ProductName", "SarmaCoins-cli" + VALUE "OriginalFilename", "dash-cli.exe" + VALUE "ProductName", "Dash-cli" VALUE "ProductVersion", VER_PRODUCTVERSION_STR END END diff --git a/src/dash-cli.cpp b/src/dash-cli.cpp index f513bfbbee55c..798741ddac5d9 100644 --- a/src/dash-cli.cpp +++ b/src/dash-cli.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2015 The Bitcoin developers -// Copyright (c) 2009-2015 The SarmaCoins developers +// Copyright (c) 2009-2015 The Dash developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -25,7 +25,7 @@ std::string HelpMessageCli() string strUsage; strUsage += _("Options:") + "\n"; strUsage += " -? " + _("This help message") + "\n"; - strUsage += " -conf= " + strprintf(_("Specify configuration file (default: %s)"), "SarmaCoins.conf") + "\n"; + strUsage += " -conf= " + strprintf(_("Specify configuration file (default: %s)"), "dash.conf") + "\n"; strUsage += " -datadir= " + _("Specify data directory") + "\n"; strUsage += " -testnet " + _("Use the test network") + "\n"; strUsage += " -regtest " + _("Enter regression test mode, which uses a special chain in which blocks can be " @@ -68,12 +68,12 @@ static bool AppInitRPC(int argc, char* argv[]) // ParseParameters(argc, argv); if (argc<2 || mapArgs.count("-?") || mapArgs.count("-help") || mapArgs.count("-version")) { - std::string strUsage = _("SarmaCoins Core RPC client version") + " " + FormatFullVersion() + "\n"; + std::string strUsage = _("Dash Core RPC client version") + " " + FormatFullVersion() + "\n"; if (!mapArgs.count("-version")) { strUsage += "\n" + _("Usage:") + "\n" + - " SarmaCoins-cli [options] [params] " + _("Send command to SarmaCoins Core") + "\n" + - " SarmaCoins-cli [options] help " + _("List commands") + "\n" + - " SarmaCoins-cli [options] help " + _("Get help for a command") + "\n"; + " dash-cli [options] [params] " + _("Send command to Dash Core") + "\n" + + " dash-cli [options] help " + _("List commands") + "\n" + + " dash-cli [options] help " + _("Get help for a command") + "\n"; strUsage += "\n" + HelpMessageCli(); } diff --git a/src/dash-tx.cpp b/src/dash-tx.cpp index 5c8b62729dc45..8e190604877b9 100644 --- a/src/dash-tx.cpp +++ b/src/dash-tx.cpp @@ -47,10 +47,10 @@ static bool AppInitRawTx(int argc, char* argv[]) if (argc<2 || mapArgs.count("-?") || mapArgs.count("-help")) { // First part of help message is specific to this utility - std::string strUsage = _("SarmaCoins Core SarmaCoins-tx utility version") + " " + FormatFullVersion() + "\n\n" + + std::string strUsage = _("Dash Core dash-tx utility version") + " " + FormatFullVersion() + "\n\n" + _("Usage:") + "\n" + - " SarmaCoins-tx [options] [commands] " + _("Update hex-encoded SarmaCoins transaction") + "\n" + - " SarmaCoins-tx [options] -create [commands] " + _("Create hex-encoded SarmaCoins transaction") + "\n" + + " dash-tx [options] [commands] " + _("Update hex-encoded dash transaction") + "\n" + + " dash-tx [options] -create [commands] " + _("Create hex-encoded dash transaction") + "\n" + "\n"; fprintf(stdout, "%s", strUsage.c_str()); @@ -555,7 +555,7 @@ static int CommandLineRawTx(int argc, char* argv[]) if (argc < 2) throw runtime_error("too few parameters"); - // param: hex-encoded SarmaCoins transaction + // param: hex-encoded dash transaction string strHexTx(argv[1]); if (strHexTx == "-") // "-" implies standard input strHexTx = readStdin(); diff --git a/src/dashd-res.rc b/src/dashd-res.rc index e8da73bdfeb2d..5a21801044449 100644 --- a/src/dashd-res.rc +++ b/src/dashd-res.rc @@ -16,13 +16,13 @@ BEGIN BEGIN BLOCK "040904E4" // U.S. English - multilingual (hex) BEGIN - VALUE "CompanyName", "SarmaCoins" - VALUE "FileDescription", "Darkcoind (OSS daemon/client for SarmaCoins)" + VALUE "CompanyName", "Dash" + VALUE "FileDescription", "Darkcoind (OSS daemon/client for Dash)" VALUE "FileVersion", VER_FILEVERSION_STR - VALUE "InternalName", "SarmaCoinsd" + VALUE "InternalName", "dashd" VALUE "LegalCopyright", COPYRIGHT_STR VALUE "LegalTrademarks1", "Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php." - VALUE "OriginalFilename", "SarmaCoinsd.exe" + VALUE "OriginalFilename", "dashd.exe" VALUE "ProductName", "Darkcoind" VALUE "ProductVersion", VER_PRODUCTVERSION_STR END diff --git a/src/dashd.cpp b/src/dashd.cpp index a2fad01c2dda1..a61d6f6a05049 100644 --- a/src/dashd.cpp +++ b/src/dashd.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -23,8 +23,8 @@ * * \section intro_sec Introduction * - * This is the developer documentation of the reference client for an experimental new digital currency called SarmaCoins (http://www.SarmaCoins.io/), - * which enables instant payments to anyone, anywhere in the world. SarmaCoins uses peer-to-peer technology to operate + * This is the developer documentation of the reference client for an experimental new digital currency called Dash (http://www.SarmaCoins.io/), + * which enables instant payments to anyone, anywhere in the world. Dash uses peer-to-peer technology to operate * with no central authority: managing transactions and issuing money are carried out collectively by the network. * * The software is a community-driven open source project, released under the MIT license. @@ -65,13 +65,13 @@ bool AppInit(int argc, char* argv[]) // // Parameters // - // If Qt is used, parameters/SarmaCoins.conf are parsed in qt/SarmaCoins.cpp's main() + // If Qt is used, parameters/dash.conf are parsed in qt/dash.cpp's main() ParseParameters(argc, argv); // Process help and version before taking care about datadir if (mapArgs.count("-?") || mapArgs.count("-help") || mapArgs.count("-version")) { - std::string strUsage = _("SarmaCoins Core Daemon") + " " + _("version") + " " + FormatFullVersion() + "\n"; + std::string strUsage = _("Dash Core Daemon") + " " + _("version") + " " + FormatFullVersion() + "\n"; if (mapArgs.count("-version")) { @@ -80,7 +80,7 @@ bool AppInit(int argc, char* argv[]) else { strUsage += "\n" + _("Usage:") + "\n" + - " SarmaCoinsd [options] " + _("Start SarmaCoins Core Daemon") + "\n"; + " dashd [options] " + _("Start Dash Core Daemon") + "\n"; strUsage += "\n" + HelpMessage(HMM_BITCOIND); } @@ -119,19 +119,19 @@ bool AppInit(int argc, char* argv[]) // Command-line RPC bool fCommandLine = false; for (int i = 1; i < argc; i++) - if (!IsSwitchChar(argv[i][0]) && !boost::algorithm::istarts_with(argv[i], "SarmaCoins:")) + if (!IsSwitchChar(argv[i][0]) && !boost::algorithm::istarts_with(argv[i], "dash:")) fCommandLine = true; if (fCommandLine) { - fprintf(stderr, "Error: There is no RPC client functionality in SarmaCoinsd anymore. Use the SarmaCoins-cli utility instead.\n"); + fprintf(stderr, "Error: There is no RPC client functionality in dashd anymore. Use the dash-cli utility instead.\n"); exit(1); } #ifndef WIN32 fDaemon = GetBoolArg("-daemon", false); if (fDaemon) { - fprintf(stdout, "SarmaCoins server starting\n"); + fprintf(stdout, "Dash server starting\n"); // Daemonize pid_t pid = fork(); @@ -188,7 +188,7 @@ int main(int argc, char* argv[]) { SetupEnvironment(); - // Connect SarmaCoinsd signal handlers + // Connect dashd signal handlers noui_connect(); return (AppInit(argc, argv) ? 0 : 1); diff --git a/src/hash.h b/src/hash.h index 0e03de46a6d52..ac01947fbc85e 100644 --- a/src/hash.h +++ b/src/hash.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -272,7 +272,7 @@ void BIP32Hash(const unsigned char chainCode[32], unsigned int nChild, unsigned //int HMAC_SHA512_Update(HMAC_SHA512_CTX *pctx, const void *pdata, size_t len); //int HMAC_SHA512_Final(unsigned char *pmd, HMAC_SHA512_CTX *pctx); -/* ----------- SarmaCoins Hash ------------------------------------------------ */ +/* ----------- Dash Hash ------------------------------------------------ */ template inline uint256 HashX11(const T1 pbegin, const T1 pend) diff --git a/src/init.cpp b/src/init.cpp index cca3ed1bd15ae..deac30e4f93f5 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -1,11 +1,11 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) -#include "config/SarmaCoins-config.h" +#include "config/dash-config.h" #endif #include "init.h" @@ -160,7 +160,7 @@ void PrepareShutdown() /// for example if the data directory was found to be locked. /// Be sure that anything that writes files or flushes caches only does this if the respective /// module was initialized. - RenameThread("SarmaCoins-shutoff"); + RenameThread("dash-shutoff"); mempool.AddTransactionsUpdated(1); StopRPCThreads(); #ifdef ENABLE_WALLET @@ -280,7 +280,7 @@ std::string HelpMessage(HelpMessageMode mode) strUsage += " -blocknotify= " + _("Execute command when the best block changes (%s in cmd is replaced by block hash)") + "\n"; strUsage += " -checkblocks= " + strprintf(_("How many blocks to check at startup (default: %u, 0 = all)"), 288) + "\n"; strUsage += " -checklevel= " + strprintf(_("How thorough the block verification of -checkblocks is (0-4, default: %u)"), 3) + "\n"; - strUsage += " -conf= " + strprintf(_("Specify configuration file (default: %s)"), "SarmaCoins.conf") + "\n"; + strUsage += " -conf= " + strprintf(_("Specify configuration file (default: %s)"), "dash.conf") + "\n"; if (mode == HMM_BITCOIND) { #if !defined(WIN32) @@ -293,7 +293,7 @@ std::string HelpMessage(HelpMessageMode mode) strUsage += " -maxorphantx= " + strprintf(_("Keep at most unconnectable transactions in memory (default: %u)"), DEFAULT_MAX_ORPHAN_TRANSACTIONS) + "\n"; strUsage += " -par= " + strprintf(_("Set the number of script verification threads (%u to %d, 0 = auto, <0 = leave that many cores free, default: %d)"), -(int)boost::thread::hardware_concurrency(), MAX_SCRIPTCHECK_THREADS, DEFAULT_SCRIPTCHECK_THREADS) + "\n"; #ifndef WIN32 - strUsage += " -pid= " + strprintf(_("Specify pid file (default: %s)"), "SarmaCoinsd.pid") + "\n"; + strUsage += " -pid= " + strprintf(_("Specify pid file (default: %s)"), "dashd.pid") + "\n"; #endif strUsage += " -reindex " + _("Rebuild block chain index from current blk000??.dat files") + " " + _("on startup") + "\n"; #if !defined(WIN32) @@ -345,8 +345,8 @@ std::string HelpMessage(HelpMessageMode mode) strUsage += " -keepassname= " + _("Name to construct url for KeePass entry that stores the wallet passphrase") + "\n"; strUsage += " -keypool= " + strprintf(_("Set key pool size to (default: %u)"), 100) + "\n"; if (GetBoolArg("-help-debug", false)) - strUsage += " -mintxfee= " + strprintf(_("Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for transaction creation (default: %s)"), FormatMoney(CWallet::minTxFee.GetFeePerK())) + "\n"; - strUsage += " -paytxfee= " + strprintf(_("Fee (in SarmaCoins/kB) to add to transactions you send (default: %s)"), FormatMoney(payTxFee.GetFeePerK())) + "\n"; + strUsage += " -mintxfee= " + strprintf(_("Fees (in DASH/Kb) smaller than this are considered zero fee for transaction creation (default: %s)"), FormatMoney(CWallet::minTxFee.GetFeePerK())) + "\n"; + strUsage += " -paytxfee= " + strprintf(_("Fee (in DASH/kB) to add to transactions you send (default: %s)"), FormatMoney(payTxFee.GetFeePerK())) + "\n"; strUsage += " -rescan " + _("Rescan the block chain for missing wallet transactions") + " " + _("on startup") + "\n"; strUsage += " -salvagewallet " + _("Attempt to recover private keys from a corrupt wallet.dat") + " " + _("on startup") + "\n"; strUsage += " -sendfreetransactions " + strprintf(_("Send transactions as zero-fee transactions if possible (default: %u)"), 0) + "\n"; @@ -378,7 +378,7 @@ std::string HelpMessage(HelpMessageMode mode) strUsage += " " + _("If is not supplied, output all debugging information.") + "\n"; strUsage += " " + _(" can be:\n"); strUsage += " addrman, alert, bench, coindb, db, lock, rand, rpc, selectcoins, mempool, net,\n"; // Don't translate these and qt below - strUsage += " SarmaCoins (or specifically: darksend, instantx, masternode, keepass, mnpayments, mnbudget)"; // Don't translate these and qt below + strUsage += " dash (or specifically: darksend, instantx, masternode, keepass, mnpayments, mnbudget)"; // Don't translate these and qt below if (mode == HMM_BITCOIN_QT) strUsage += ", qt"; strUsage += ".\n"; @@ -395,7 +395,7 @@ std::string HelpMessage(HelpMessageMode mode) strUsage += " -relaypriority " + strprintf(_("Require high priority for relaying free or low-fee transactions (default:%u)"), 1) + "\n"; strUsage += " -maxsigcachesize= " + strprintf(_("Limit size of signature cache to entries (default: %u)"), 50000) + "\n"; } - strUsage += " -minrelaytxfee= " + strprintf(_("Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for relaying (default: %s)"), FormatMoney(::minRelayTxFee.GetFeePerK())) + "\n"; + strUsage += " -minrelaytxfee= " + strprintf(_("Fees (in DASH/Kb) smaller than this are considered zero fee for relaying (default: %s)"), FormatMoney(::minRelayTxFee.GetFeePerK())) + "\n"; strUsage += " -printtoconsole " + strprintf(_("Send trace/debug info to console instead of debug.log file (default: %u)"), 0) + "\n"; if (GetBoolArg("-help-debug", false)) { @@ -407,7 +407,7 @@ std::string HelpMessage(HelpMessageMode mode) } strUsage += " -shrinkdebugfile " + _("Shrink debug.log file on client startup (default: 1 when no -debug)") + "\n"; strUsage += " -testnet " + _("Use the test network") + "\n"; - strUsage += " -litemode= " + strprintf(_("Disable all SarmaCoins specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u)"), 0) + "\n"; + strUsage += " -litemode= " + strprintf(_("Disable all Dash specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u)"), 0) + "\n"; strUsage += "\n" + _("Masternode options:") + "\n"; strUsage += " -masternode= " + strprintf(_("Enable the client to act as a masternode (0-1, default: %u)"), 0) + "\n"; @@ -420,7 +420,7 @@ std::string HelpMessage(HelpMessageMode mode) strUsage += "\n" + _("Darksend options:") + "\n"; strUsage += " -enabledarksend= " + strprintf(_("Enable use of automated darksend for funds stored in this wallet (0-1, default: %u)"), 0) + "\n"; strUsage += " -darksendrounds= " + strprintf(_("Use N separate masternodes to anonymize funds (2-8, default: %u)"), 2) + "\n"; - strUsage += " -anonymizeSarmaCoinsamount= " + strprintf(_("Keep N SarmaCoins anonymized (default: %u)"), 0) + "\n"; + strUsage += " -anonymizedashamount= " + strprintf(_("Keep N DASH anonymized (default: %u)"), 0) + "\n"; strUsage += " -liquidityprovider= " + strprintf(_("Provide liquidity to Darksend by infrequently mixing coins on a continual basis (0-100, default: %u, 1=very frequent, high fees, 100=very infrequent, low fees)"), 0) + "\n"; strUsage += "\n" + _("InstantX options:") + "\n"; @@ -460,7 +460,7 @@ std::string LicenseInfo() { return FormatParagraph(strprintf(_("Copyright (C) 2009-%i The Bitcoin Core Developers"), COPYRIGHT_YEAR)) + "\n" + "\n" + - FormatParagraph(strprintf(_("Copyright (C) 2014-%i The SarmaCoins Core Developers"), COPYRIGHT_YEAR)) + "\n" + + FormatParagraph(strprintf(_("Copyright (C) 2014-%i The Dash Core Developers"), COPYRIGHT_YEAR)) + "\n" + "\n" + FormatParagraph(_("This is experimental software.")) + "\n" + "\n" + @@ -493,7 +493,7 @@ struct CImportingNow void ThreadImport(std::vector vImportFiles) { - RenameThread("SarmaCoins-loadblk"); + RenameThread("dash-loadblk"); // -reindex if (fReindex) { @@ -551,7 +551,7 @@ void ThreadImport(std::vector vImportFiles) } /** Sanity checks - * Ensure that SarmaCoins is running in a usable environment with all + * Ensure that Dash is running in a usable environment with all * necessary library support. */ bool InitSanityCheck(void) @@ -569,7 +569,7 @@ bool InitSanityCheck(void) -/** Initialize SarmaCoins. +/** Initialize dash. * @pre Parameters should be parsed and config file should be read. */ bool AppInit2(boost::thread_group& threadGroup) @@ -826,7 +826,7 @@ bool AppInit2(boost::thread_group& threadGroup) // Sanity check if (!InitSanityCheck()) - return InitError(_("Initialization sanity check failed. SarmaCoins Core is shutting down.")); + return InitError(_("Initialization sanity check failed. Dash Core is shutting down.")); std::string strDataDir = GetDataDir().string(); #ifdef ENABLE_WALLET @@ -834,7 +834,7 @@ bool AppInit2(boost::thread_group& threadGroup) if (strWalletFile != boost::filesystem::basename(strWalletFile) + boost::filesystem::extension(strWalletFile)) return InitError(strprintf(_("Wallet %s resides outside data directory %s"), strWalletFile, strDataDir)); #endif - // Make sure only a single SarmaCoins process is using the data directory. + // Make sure only a single Dash process is using the data directory. boost::filesystem::path pathLockFile = GetDataDir() / ".lock"; FILE* file = fopen(pathLockFile.string().c_str(), "a"); // empty lock file; created if it doesn't exist. if (file) fclose(file); @@ -842,7 +842,7 @@ bool AppInit2(boost::thread_group& threadGroup) // Wait maximum 10 seconds if an old wallet is still running. Avoids lockup during restart if (!lock.timed_lock(boost::get_system_time() + boost::posix_time::seconds(10))) - return InitError(strprintf(_("Cannot obtain a lock on data directory %s. SarmaCoins Core is probably already running."), strDataDir)); + return InitError(strprintf(_("Cannot obtain a lock on data directory %s. Dash Core is probably already running."), strDataDir)); #ifndef WIN32 CreatePidFile(GetPidFile(), getpid()); @@ -850,7 +850,7 @@ bool AppInit2(boost::thread_group& threadGroup) if (GetBoolArg("-shrinkdebugfile", !fDebug)) ShrinkDebugFile(); LogPrintf("\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n"); - LogPrintf("SarmaCoins version %s (%s)\n", FormatFullVersion(), CLIENT_DATE); + LogPrintf("Dash version %s (%s)\n", FormatFullVersion(), CLIENT_DATE); LogPrintf("Using OpenSSL version %s\n", SSLeay_version(SSLEAY_VERSION)); #ifdef ENABLE_WALLET LogPrintf("Using BerkeleyDB version %s\n", DbEnv::version(0, 0, 0)); @@ -1295,10 +1295,10 @@ bool AppInit2(boost::thread_group& threadGroup) InitWarning(msg); } else if (nLoadWalletRet == DB_TOO_NEW) - strErrors << _("Error loading wallet.dat: Wallet requires newer version of SarmaCoins Core") << "\n"; + strErrors << _("Error loading wallet.dat: Wallet requires newer version of Dash Core") << "\n"; else if (nLoadWalletRet == DB_NEED_REWRITE) { - strErrors << _("Wallet needed to be rewritten: restart SarmaCoins Core to complete") << "\n"; + strErrors << _("Wallet needed to be rewritten: restart Dash Core to complete") << "\n"; LogPrintf("%s", strErrors.str()); return InitError(strErrors.str()); } @@ -1535,7 +1535,7 @@ bool AppInit2(boost::thread_group& threadGroup) nDarksendRounds = 99999; } - nAnonymizeDarkcoinAmount = GetArg("-anonymizeSarmaCoinsamount", 0); + nAnonymizeDarkcoinAmount = GetArg("-anonymizedashamount", 0); if(nAnonymizeDarkcoinAmount > 999999) nAnonymizeDarkcoinAmount = 999999; if(nAnonymizeDarkcoinAmount < 2) nAnonymizeDarkcoinAmount = 2; @@ -1552,7 +1552,7 @@ bool AppInit2(boost::thread_group& threadGroup) LogPrintf("fLiteMode %d\n", fLiteMode); LogPrintf("nInstantXDepth %d\n", nInstantXDepth); LogPrintf("Darksend rounds %d\n", nDarksendRounds); - LogPrintf("Anonymize SarmaCoins Amount %d\n", nAnonymizeDarkcoinAmount); + LogPrintf("Anonymize Dash Amount %d\n", nAnonymizeDarkcoinAmount); LogPrintf("Budget Mode %s\n", strBudgetMode.c_str()); /* Denominations diff --git a/src/instantx.h b/src/instantx.h index c56291ab59c7e..b81f4d745aaf6 100644 --- a/src/instantx.h +++ b/src/instantx.h @@ -1,5 +1,5 @@ -// Copyright (c) 2009-2012 The SarmaCoins developers +// Copyright (c) 2009-2012 The Dash developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef INSTANTX_H diff --git a/src/keepass.cpp b/src/keepass.cpp index 16d7f2b55c442..a4453fa89ea76 100644 --- a/src/keepass.cpp +++ b/src/keepass.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014 The SarmaCoins developers +// Copyright (c) 2014 The Dash developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -184,7 +184,7 @@ std::string CKeePassIntegrator::constructHTTPPost(const std::string& strMsg, con { std::ostringstream s; s << "POST / HTTP/1.1\r\n" - << "User-Agent: SarmaCoins-json-rpc/" << FormatFullVersion() << "\r\n" + << "User-Agent: dash-json-rpc/" << FormatFullVersion() << "\r\n" << "Host: localhost\r\n" << "Content-Type: application/json\r\n" << "Content-Length: " << strMsg.size() << "\r\n" @@ -343,7 +343,7 @@ void CKeePassIntegrator::rpcSetLogin(const SecureString& strWalletPass, const Se LogPrint("keepass", "CKeePassIntegrator::rpcSetLogin - send Url: %s\n", sUrl); //request.addStrParameter("SubmitUrl", sSubmitUrl); // Is used to construct the entry title - request.addStrParameter("Login", SecureString("SarmaCoins")); + request.addStrParameter("Login", SecureString("dash")); request.addStrParameter("Password", strWalletPass); if(sEntryId.size() != 0) { diff --git a/src/keepass.h b/src/keepass.h index baba5ccf10d37..0347e173fce4c 100644 --- a/src/keepass.h +++ b/src/keepass.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 The SarmaCoins developers +// Copyright (c) 2014 The Dash developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/main.cpp b/src/main.cpp index 8f756a91e9f85..a55fd367aa6e8 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -39,7 +39,7 @@ using namespace boost; using namespace std; #if defined(NDEBUG) -# error "SarmaCoins cannot be compiled without assertions." +# error "Dash cannot be compiled without assertions." #endif /** @@ -2013,7 +2013,7 @@ bool FindUndoPos(CValidationState &state, int nFile, CDiskBlockPos &pos, unsigne static CCheckQueue scriptcheckqueue(128); void ThreadScriptCheck() { - RenameThread("SarmaCoins-scriptch"); + RenameThread("dash-scriptch"); scriptcheckqueue.Thread(); } diff --git a/src/main.h b/src/main.h index 2767ca7eb5f3e..f08c15e7af7e1 100644 --- a/src/main.h +++ b/src/main.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -8,7 +8,7 @@ #define BITCOIN_MAIN_H #if defined(HAVE_CONFIG_H) -#include "config/SarmaCoins-config.h" +#include "config/dash-config.h" #endif #include "amount.h" diff --git a/src/masternode-budget.cpp b/src/masternode-budget.cpp index 10064f7c7bfdf..4655e3e7cfb6e 100644 --- a/src/masternode-budget.cpp +++ b/src/masternode-budget.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/masternode-budget.h b/src/masternode-budget.h index 56746e6da8916..e75d36b7440a9 100644 --- a/src/masternode-budget.h +++ b/src/masternode-budget.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -261,7 +261,7 @@ class CFinalizedBudget //check to see if we should vote on this void AutoCheck(); - //total SarmaCoins paid out by this budget + //total dash paid out by this budget CAmount GetTotalPayout(); //vote on this finalized budget as a masternode void SubmitVote(); diff --git a/src/masternode-payments.cpp b/src/masternode-payments.cpp index 260e681ecddf8..5e756cf97ea22 100644 --- a/src/masternode-payments.cpp +++ b/src/masternode-payments.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/masternode-payments.h b/src/masternode-payments.h index d59531e3f3e39..e4783a5a81ee1 100644 --- a/src/masternode-payments.h +++ b/src/masternode-payments.h @@ -1,6 +1,6 @@ -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef MASTERNODE_PAYMENTS_H diff --git a/src/masternode-sync.cpp b/src/masternode-sync.cpp index 809e2f3c946d1..2359ec31b1900 100644 --- a/src/masternode-sync.cpp +++ b/src/masternode-sync.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/masternode-sync.h b/src/masternode-sync.h index 45e11e1f1cee6..1ea6b015d6d6f 100644 --- a/src/masternode-sync.h +++ b/src/masternode-sync.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/masternode.cpp b/src/masternode.cpp index 65ca638363d57..f65f052c1d26e 100644 --- a/src/masternode.cpp +++ b/src/masternode.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -466,14 +466,14 @@ bool CMasternodeBroadcast::CheckInputsAndAdd(int& nDoS) } // verify that sig time is legit in past - // should be at least not earlier than block when 1000 SarmaCoins tx got MASTERNODE_MIN_CONFIRMATIONS + // should be at least not earlier than block when 1000 DASH tx got MASTERNODE_MIN_CONFIRMATIONS uint256 hashBlock = 0; CTransaction tx2; GetTransaction(vin.prevout.hash, tx2, hashBlock, true); BlockMap::iterator mi = mapBlockIndex.find(hashBlock); if (mi != mapBlockIndex.end() && (*mi).second) { - CBlockIndex* pMNIndex = (*mi).second; // block for 1000 SarmaCoins tx -> 1 confirmation + CBlockIndex* pMNIndex = (*mi).second; // block for 1000 DASH tx -> 1 confirmation CBlockIndex* pConfIndex = chainActive[pMNIndex->nHeight + MASTERNODE_MIN_CONFIRMATIONS - 1]; // block where tx got MASTERNODE_MIN_CONFIRMATIONS if(pConfIndex->GetBlockTime() > sigTime) { diff --git a/src/masternode.h b/src/masternode.h index 1f00f49021608..0bdf396691a46 100644 --- a/src/masternode.h +++ b/src/masternode.h @@ -1,5 +1,5 @@ -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef MASTERNODE_H diff --git a/src/masternodeconfig.h b/src/masternodeconfig.h index 67bff7b1d716c..59e7012c300b6 100644 --- a/src/masternodeconfig.h +++ b/src/masternodeconfig.h @@ -1,5 +1,5 @@ -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/masternodeman.cpp b/src/masternodeman.cpp index 261e908250559..429df7d002b5b 100644 --- a/src/masternodeman.cpp +++ b/src/masternodeman.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -957,14 +957,14 @@ void CMasternodeMan::ProcessMessage(CNode* pfrom, std::string& strCommand, CData } // verify that sig time is legit in past - // should be at least not earlier than block when 1000 SarmaCoins tx got MASTERNODE_MIN_CONFIRMATIONS + // should be at least not earlier than block when 1000 DASH tx got MASTERNODE_MIN_CONFIRMATIONS uint256 hashBlock = 0; CTransaction tx2; GetTransaction(vin.prevout.hash, tx2, hashBlock, true); BlockMap::iterator mi = mapBlockIndex.find(hashBlock); if (mi != mapBlockIndex.end() && (*mi).second) { - CBlockIndex* pMNIndex = (*mi).second; // block for 1000 SarmaCoins tx -> 1 confirmation + CBlockIndex* pMNIndex = (*mi).second; // block for 1000 DASH tx -> 1 confirmation CBlockIndex* pConfIndex = chainActive[pMNIndex->nHeight + MASTERNODE_MIN_CONFIRMATIONS - 1]; // block where tx got MASTERNODE_MIN_CONFIRMATIONS if(pConfIndex->GetBlockTime() > sigTime) { diff --git a/src/masternodeman.h b/src/masternodeman.h index f911f71b312e1..033f197c92003 100644 --- a/src/masternodeman.h +++ b/src/masternodeman.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/miner.cpp b/src/miner.cpp index 6621386d456f5..7c9accbd19e80 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -28,7 +28,7 @@ using namespace std; ////////////////////////////////////////////////////////////////////////////// // -// SarmaCoinsMiner +// DashMiner // // @@ -377,7 +377,7 @@ void IncrementExtraNonce(CBlock* pblock, CBlockIndex* pindexPrev, unsigned int& double dHashesPerSec = 0.0; int64_t nHPSTimerStart = 0; -// ***TODO*** ScanHash is not yet used in SarmaCoins +// ***TODO*** ScanHash is not yet used in Dash // // ScanHash scans nonces looking for a hash with at least some zero bits. // The nonce is usually preserved between calls, but periodically or if the @@ -432,7 +432,7 @@ bool ProcessBlockFound(CBlock* pblock, CWallet& wallet, CReserveKey& reservekey) { LOCK(cs_main); if (pblock->hashPrevBlock != chainActive.Tip()->GetBlockHash()) - return error("SarmaCoinsMiner : generated block is stale"); + return error("DashMiner : generated block is stale"); } // Remove key from key pool @@ -447,7 +447,7 @@ bool ProcessBlockFound(CBlock* pblock, CWallet& wallet, CReserveKey& reservekey) // Process this block the same as if we had received it from another node CValidationState state; if (!ProcessNewBlock(state, NULL, pblock)) - return error("SarmaCoinsMiner : ProcessNewBlock, block not accepted"); + return error("DashMiner : ProcessNewBlock, block not accepted"); return true; } @@ -455,9 +455,9 @@ bool ProcessBlockFound(CBlock* pblock, CWallet& wallet, CReserveKey& reservekey) // ***TODO*** that part changed in bitcoin, we are using a mix with old one here for now void static BitcoinMiner(CWallet *pwallet) { - LogPrintf("SarmaCoinsMiner started\n"); + LogPrintf("DashMiner started\n"); SetThreadPriority(THREAD_PRIORITY_LOWEST); - RenameThread("SarmaCoins-miner"); + RenameThread("dash-miner"); // Each thread has its own key and counter CReserveKey reservekey(pwallet); @@ -490,13 +490,13 @@ void static BitcoinMiner(CWallet *pwallet) auto_ptr pblocktemplate(CreateNewBlockWithKey(reservekey)); if (!pblocktemplate.get()) { - LogPrintf("Error in SarmaCoinsMiner: Keypool ran out, please call keypoolrefill before restarting the mining thread\n"); + LogPrintf("Error in DashMiner: Keypool ran out, please call keypoolrefill before restarting the mining thread\n"); return; } CBlock *pblock = &pblocktemplate->block; IncrementExtraNonce(pblock, pindexPrev, nExtraNonce); - LogPrintf("Running SarmaCoinsMiner with %u transactions in block (%u bytes)\n", pblock->vtx.size(), + LogPrintf("Running DashMiner with %u transactions in block (%u bytes)\n", pblock->vtx.size(), ::GetSerializeSize(*pblock, SER_NETWORK, PROTOCOL_VERSION)); // @@ -587,7 +587,7 @@ void static BitcoinMiner(CWallet *pwallet) } catch (boost::thread_interrupted) { - LogPrintf("SarmaCoinsMiner terminated\n"); + LogPrintf("DashMiner terminated\n"); throw; } catch (const std::runtime_error &e) diff --git a/src/net.cpp b/src/net.cpp index 48ee548525ef7..3f39f399c5d9c 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -1,11 +1,11 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) -#include "config/SarmaCoins-config.h" +#include "config/dash-config.h" #endif #include "net.h" @@ -565,7 +565,7 @@ void CNode::copyStats(CNodeStats &stats) nPingUsecWait = GetTimeMicros() - nPingUsecStart; } - // Raw ping time is in microseconds, but show it to user as whole seconds (SarmaCoins users should be well used to small numbers with many decimal places by now :) + // Raw ping time is in microseconds, but show it to user as whole seconds (Dash users should be well used to small numbers with many decimal places by now :) stats.dPingTime = (((double)nPingUsecTime) / 1e6); stats.dPingWait = (((double)nPingUsecWait) / 1e6); @@ -1080,7 +1080,7 @@ void ThreadMapPort() } } - string strDesc = "SarmaCoins " + FormatFullVersion(); + string strDesc = "Dash " + FormatFullVersion(); try { while (true) { @@ -1577,7 +1577,7 @@ bool BindListenPort(const CService &addrBind, string& strError, bool fWhiteliste { int nErr = WSAGetLastError(); if (nErr == WSAEADDRINUSE) - strError = strprintf(_("Unable to bind to %s on this computer. SarmaCoins Core is probably already running."), addrBind.ToString()); + strError = strprintf(_("Unable to bind to %s on this computer. Dash Core is probably already running."), addrBind.ToString()); else strError = strprintf(_("Unable to bind to %s on this computer (bind returned error %s)"), addrBind.ToString(), NetworkErrorString(nErr)); LogPrintf("%s\n", strError); diff --git a/src/netbase.cpp b/src/netbase.cpp index ef653cb52383c..5436d2dca0a03 100644 --- a/src/netbase.cpp +++ b/src/netbase.cpp @@ -4,7 +4,7 @@ // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifdef HAVE_CONFIG_H -#include "config/SarmaCoins-config.h" +#include "config/dash-config.h" #endif #include "netbase.h" diff --git a/src/netbase.h b/src/netbase.h index 90f853e2f5b9d..2a2f150c073ae 100644 --- a/src/netbase.h +++ b/src/netbase.h @@ -6,7 +6,7 @@ #define BITCOIN_NETBASE_H #if defined(HAVE_CONFIG_H) -#include "config/SarmaCoins-config.h" +#include "config/dash-config.h" #endif #include "compat.h" diff --git a/src/noui.cpp b/src/noui.cpp index 9a47fe17722f4..a73a4e69efc64 100644 --- a/src/noui.cpp +++ b/src/noui.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -47,7 +47,7 @@ static void noui_InitMessage(const std::string& message) void noui_connect() { - // Connect SarmaCoinsd signal handlers + // Connect dashd signal handlers uiInterface.ThreadSafeMessageBox.connect(noui_ThreadSafeMessageBox); uiInterface.InitMessage.connect(noui_InitMessage); } diff --git a/src/pow.cpp b/src/pow.cpp index 0c2612b41db1b..a972e93cb93b2 100644 --- a/src/pow.cpp +++ b/src/pow.cpp @@ -80,7 +80,7 @@ unsigned int static KimotoGravityWell(const CBlockIndex* pindexLast) { } unsigned int static DarkGravityWave(const CBlockIndex* pindexLast) { - /* current difficulty formula, SarmaCoins - DarkGravity v3, written by Evan Duffield - evan@SarmaCoins.io */ + /* current difficulty formula, dash - DarkGravity v3, written by Evan Duffield - evan@SarmaCoins.io */ const CBlockIndex *BlockLastSolved = pindexLast; const CBlockIndex *BlockReading = pindexLast; int64_t nActualTimespan = 0; diff --git a/src/qt/addressbookpage.cpp b/src/qt/addressbookpage.cpp index 0f2db85e821f5..bb4c429293be7 100644 --- a/src/qt/addressbookpage.cpp +++ b/src/qt/addressbookpage.cpp @@ -1,10 +1,10 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) -#include "config/SarmaCoins-config.h" +#include "config/dash-config.h" #endif #include "addressbookpage.h" @@ -62,11 +62,11 @@ AddressBookPage::AddressBookPage(Mode mode, Tabs tab, QWidget *parent) : switch(tab) { case SendingTab: - ui->labelExplanation->setText(tr("These are your SarmaCoins addresses for sending payments. Always check the amount and the receiving address before sending coins.")); + ui->labelExplanation->setText(tr("These are your Dash addresses for sending payments. Always check the amount and the receiving address before sending coins.")); ui->deleteAddress->setVisible(true); break; case ReceivingTab: - ui->labelExplanation->setText(tr("These are your SarmaCoins addresses for receiving payments. It is recommended to use a new receiving address for each transaction.")); + ui->labelExplanation->setText(tr("These are your Dash addresses for receiving payments. It is recommended to use a new receiving address for each transaction.")); ui->deleteAddress->setVisible(false); break; } diff --git a/src/qt/addresstablemodel.cpp b/src/qt/addresstablemodel.cpp index 35aaac34e29c4..e48f6e91212b5 100644 --- a/src/qt/addresstablemodel.cpp +++ b/src/qt/addresstablemodel.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -337,7 +337,7 @@ QModelIndex AddressTableModel::index(int row, int column, const QModelIndex &par void AddressTableModel::updateEntry(const QString &address, const QString &label, bool isMine, const QString &purpose, int status) { - // Update address book model from SarmaCoins core + // Update address book model from Dash core priv->updateEntry(address, label, isMine, purpose, status); } diff --git a/src/qt/askpassphrasedialog.cpp b/src/qt/askpassphrasedialog.cpp index 2baf03a1a39f8..0a983de5a988b 100644 --- a/src/qt/askpassphrasedialog.cpp +++ b/src/qt/askpassphrasedialog.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -113,7 +113,7 @@ void AskPassphraseDialog::accept() break; } QMessageBox::StandardButton retval = QMessageBox::question(this, tr("Confirm wallet encryption"), - tr("Warning: If you encrypt your wallet and lose your passphrase, you will LOSE ALL OF YOUR SarmaCoins!") + "

" + tr("Are you sure you wish to encrypt your wallet?"), + tr("Warning: If you encrypt your wallet and lose your passphrase, you will LOSE ALL OF YOUR DASH!") + "

" + tr("Are you sure you wish to encrypt your wallet?"), QMessageBox::Yes|QMessageBox::Cancel, QMessageBox::Cancel); if(retval == QMessageBox::Yes) @@ -124,9 +124,9 @@ void AskPassphraseDialog::accept() { QMessageBox::warning(this, tr("Wallet encrypted"), "" + - tr("SarmaCoins will close now to finish the encryption process. " + tr("Dash will close now to finish the encryption process. " "Remember that encrypting your wallet cannot fully protect " - "your SarmaCoinss from being stolen by malware infecting your computer.") + + "your dashs from being stolen by malware infecting your computer.") + "

" + tr("IMPORTANT: Any previous backups you have made of your wallet file " "should be replaced with the newly generated, encrypted wallet file. " diff --git a/src/qt/bitcoinaddressvalidator.cpp b/src/qt/bitcoinaddressvalidator.cpp index 36ac7d45c3647..80c6ff115c9af 100644 --- a/src/qt/bitcoinaddressvalidator.cpp +++ b/src/qt/bitcoinaddressvalidator.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -89,7 +89,7 @@ BitcoinAddressCheckValidator::BitcoinAddressCheckValidator(QObject *parent) : QValidator::State BitcoinAddressCheckValidator::validate(QString &input, int &pos) const { Q_UNUSED(pos); - // Validate the passed SarmaCoins address + // Validate the passed Dash address CBitcoinAddress addr(input.toStdString()); if (addr.IsValid()) return QValidator::Acceptable; diff --git a/src/qt/bitcoinamountfield.cpp b/src/qt/bitcoinamountfield.cpp index f4a4155bdb9a4..a16eb316259c4 100644 --- a/src/qt/bitcoinamountfield.cpp +++ b/src/qt/bitcoinamountfield.cpp @@ -24,7 +24,7 @@ class AmountSpinBox: public QAbstractSpinBox public: explicit AmountSpinBox(QWidget *parent): QAbstractSpinBox(parent), - currentUnit(BitcoinUnits::SarmaCoins), + currentUnit(BitcoinUnits::DASH), singleStep(100000) // satoshis { setAlignment(Qt::AlignRight); @@ -99,7 +99,7 @@ class AmountSpinBox: public QAbstractSpinBox const QFontMetrics fm(fontMetrics()); int h = lineEdit()->minimumSizeHint().height(); - int w = fm.width(BitcoinUnits::format(BitcoinUnits::SarmaCoins, BitcoinUnits::maxMoney(), false, BitcoinUnits::separatorAlways)); + int w = fm.width(BitcoinUnits::format(BitcoinUnits::DASH, BitcoinUnits::maxMoney(), false, BitcoinUnits::separatorAlways)); w += 2; // cursor blinking space QStyleOptionSpinBox opt; diff --git a/src/qt/bitcoingui.cpp b/src/qt/bitcoingui.cpp index 046a42e37c719..754a6604236ac 100644 --- a/src/qt/bitcoingui.cpp +++ b/src/qt/bitcoingui.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -104,7 +104,7 @@ BitcoinGUI::BitcoinGUI(const NetworkStyle *networkStyle, QWidget *parent) : GUIUtil::restoreWindowGeometry("nWindow", QSize(850, 550), this); - QString windowTitle = tr("SarmaCoins Core") + " - "; + QString windowTitle = tr("Dash Core") + " - "; #ifdef ENABLE_WALLET /* if compiled with wallet support, -disablewallet can still disable the wallet */ enableWallet = !GetBoolArg("-disablewallet", false); @@ -271,7 +271,7 @@ void BitcoinGUI::createActions(const NetworkStyle *networkStyle) tabGroup->addAction(overviewAction); sendCoinsAction = new QAction(QIcon(":/icons/send"), tr("&Send"), this); - sendCoinsAction->setStatusTip(tr("Send coins to a SarmaCoins address")); + sendCoinsAction->setStatusTip(tr("Send coins to a Dash address")); sendCoinsAction->setToolTip(sendCoinsAction->statusTip()); sendCoinsAction->setCheckable(true); #ifdef Q_OS_MAC @@ -282,7 +282,7 @@ void BitcoinGUI::createActions(const NetworkStyle *networkStyle) tabGroup->addAction(sendCoinsAction); receiveCoinsAction = new QAction(QIcon(":/icons/receiving_addresses"), tr("&Receive"), this); - receiveCoinsAction->setStatusTip(tr("Request payments (generates QR codes and SarmaCoins: URIs)")); + receiveCoinsAction->setStatusTip(tr("Request payments (generates QR codes and dash: URIs)")); receiveCoinsAction->setToolTip(receiveCoinsAction->statusTip()); receiveCoinsAction->setCheckable(true); #ifdef Q_OS_MAC @@ -320,8 +320,8 @@ void BitcoinGUI::createActions(const NetworkStyle *networkStyle) quitAction->setStatusTip(tr("Quit application")); quitAction->setShortcut(QKeySequence(Qt::CTRL + Qt::Key_Q)); quitAction->setMenuRole(QAction::QuitRole); - aboutAction = new QAction(networkStyle->getAppIcon(), tr("&About SarmaCoins Core"), this); - aboutAction->setStatusTip(tr("Show information about SarmaCoins Core")); + aboutAction = new QAction(networkStyle->getAppIcon(), tr("&About Dash Core"), this); + aboutAction->setStatusTip(tr("Show information about Dash Core")); aboutAction->setMenuRole(QAction::AboutRole); #if QT_VERSION < 0x050000 aboutQtAction = new QAction(QIcon(":/trolltech/qmessagebox/images/qtlogo-64.png"), tr("About &Qt"), this); @@ -331,7 +331,7 @@ void BitcoinGUI::createActions(const NetworkStyle *networkStyle) aboutQtAction->setStatusTip(tr("Show information about Qt")); aboutQtAction->setMenuRole(QAction::AboutQtRole); optionsAction = new QAction(QIcon(":/icons/options"), tr("&Options..."), this); - optionsAction->setStatusTip(tr("Modify configuration options for SarmaCoins")); + optionsAction->setStatusTip(tr("Modify configuration options for Dash")); optionsAction->setMenuRole(QAction::PreferencesRole); toggleHideAction = new QAction(networkStyle->getAppIcon(), tr("&Show / Hide"), this); toggleHideAction->setStatusTip(tr("Show or hide the main Window")); @@ -347,9 +347,9 @@ void BitcoinGUI::createActions(const NetworkStyle *networkStyle) unlockWalletAction->setToolTip(tr("Unlock wallet")); lockWalletAction = new QAction(tr("&Lock Wallet"), this); signMessageAction = new QAction(QIcon(":/icons/edit"), tr("Sign &message..."), this); - signMessageAction->setStatusTip(tr("Sign messages with your SarmaCoins addresses to prove you own them")); + signMessageAction->setStatusTip(tr("Sign messages with your Dash addresses to prove you own them")); verifyMessageAction = new QAction(QIcon(":/icons/transaction_0"), tr("&Verify message..."), this); - verifyMessageAction->setStatusTip(tr("Verify messages to ensure they were signed with specified SarmaCoins addresses")); + verifyMessageAction->setStatusTip(tr("Verify messages to ensure they were signed with specified Dash addresses")); openInfoAction = new QAction(QApplication::style()->standardIcon(QStyle::SP_MessageBoxInformation), tr("&Information"), this); openInfoAction->setStatusTip(tr("Show diagnostic information")); @@ -372,11 +372,11 @@ void BitcoinGUI::createActions(const NetworkStyle *networkStyle) usedReceivingAddressesAction->setStatusTip(tr("Show the list of used receiving addresses and labels")); openAction = new QAction(QApplication::style()->standardIcon(QStyle::SP_FileIcon), tr("Open &URI..."), this); - openAction->setStatusTip(tr("Open a SarmaCoins: URI or payment request")); + openAction->setStatusTip(tr("Open a dash: URI or payment request")); showHelpMessageAction = new QAction(QApplication::style()->standardIcon(QStyle::SP_MessageBoxInformation), tr("&Command-line options"), this); showHelpMessageAction->setMenuRole(QAction::NoRole); - showHelpMessageAction->setStatusTip(tr("Show the SarmaCoins Core help message to get a list with possible SarmaCoins command-line options")); + showHelpMessageAction->setStatusTip(tr("Show the Dash Core help message to get a list with possible Dash command-line options")); connect(quitAction, SIGNAL(triggered()), qApp, SLOT(quit())); connect(aboutAction, SIGNAL(triggered()), this, SLOT(aboutClicked())); @@ -570,7 +570,7 @@ void BitcoinGUI::createTrayIcon(const NetworkStyle *networkStyle) { #ifndef Q_OS_MAC trayIcon = new QSystemTrayIcon(this); - QString toolTip = tr("SarmaCoins Core client") + " " + networkStyle->getTitleAddText(); + QString toolTip = tr("Dash Core client") + " " + networkStyle->getTitleAddText(); trayIcon->setToolTip(toolTip); trayIcon->setIcon(networkStyle->getAppIcon()); trayIcon->show(); @@ -717,7 +717,7 @@ void BitcoinGUI::setNumConnections(int count) } QIcon connectionItem = QIcon(icon).pixmap(STATUSBAR_ICONSIZE,STATUSBAR_ICONSIZE); labelConnectionsIcon->setIcon(connectionItem); - labelConnectionsIcon->setToolTip(tr("%n active connection(s) to SarmaCoins network", "", count)); + labelConnectionsIcon->setToolTip(tr("%n active connection(s) to Dash network", "", count)); } void BitcoinGUI::setNumBlocks(int count) @@ -856,7 +856,7 @@ void BitcoinGUI::setNumBlocks(int count) void BitcoinGUI::message(const QString &title, const QString &message, unsigned int style, bool *ret) { - QString strTitle = tr("SarmaCoins Core"); // default title + QString strTitle = tr("Dash Core"); // default title // Default to information icon int nMBoxIcon = QMessageBox::Information; int nNotifyIcon = Notificator::Information; @@ -882,7 +882,7 @@ void BitcoinGUI::message(const QString &title, const QString &message, unsigned break; } } - // Append title to "SarmaCoins - " + // Append title to "Dash - " if (!msgType.isEmpty()) strTitle += " - " + msgType; diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h index 40cbc615759dd..d58c87cf77639 100644 --- a/src/qt/bitcoingui.h +++ b/src/qt/bitcoingui.h @@ -6,7 +6,7 @@ #define BITCOIN_QT_BITCOINGUI_H #if defined(HAVE_CONFIG_H) -#include "config/SarmaCoins-config.h" +#include "config/dash-config.h" #endif #include "amount.h" diff --git a/src/qt/bitcoinunits.cpp b/src/qt/bitcoinunits.cpp index 01c1df166de18..9616b7cd90da7 100644 --- a/src/qt/bitcoinunits.cpp +++ b/src/qt/bitcoinunits.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -19,9 +19,9 @@ BitcoinUnits::BitcoinUnits(QObject *parent): QList BitcoinUnits::availableUnits() { QList unitlist; - unitlist.append(SarmaCoins); - unitlist.append(mSarmaCoins); - unitlist.append(uSarmaCoins); + unitlist.append(DASH); + unitlist.append(mDASH); + unitlist.append(uDASH); unitlist.append(duffs); return unitlist; } @@ -30,9 +30,9 @@ bool BitcoinUnits::valid(int unit) { switch(unit) { - case SarmaCoins: - case mSarmaCoins: - case uSarmaCoins: + case DASH: + case mDASH: + case uDASH: case duffs: return true; default: @@ -44,9 +44,9 @@ QString BitcoinUnits::id(int unit) { switch(unit) { - case SarmaCoins: return QString("SarmaCoins"); - case mSarmaCoins: return QString("mSarmaCoins"); - case uSarmaCoins: return QString::fromUtf8("uSarmaCoins"); + case DASH: return QString("dash"); + case mDASH: return QString("mdash"); + case uDASH: return QString::fromUtf8("udash"); case duffs: return QString("duffs"); default: return QString("???"); } @@ -58,9 +58,9 @@ QString BitcoinUnits::name(int unit) { switch(unit) { - case SarmaCoins: return QString("SarmaCoins"); - case mSarmaCoins: return QString("mSarmaCoins"); - case uSarmaCoins: return QString::fromUtf8("μSarmaCoins"); + case DASH: return QString("DASH"); + case mDASH: return QString("mDASH"); + case uDASH: return QString::fromUtf8("μDASH"); case duffs: return QString("duffs"); default: return QString("???"); } @@ -69,9 +69,9 @@ QString BitcoinUnits::name(int unit) { switch(unit) { - case SarmaCoins: return QString("tSarmaCoins"); - case mSarmaCoins: return QString("mtSarmaCoins"); - case uSarmaCoins: return QString::fromUtf8("μtSarmaCoins"); + case DASH: return QString("tDASH"); + case mDASH: return QString("mtDASH"); + case uDASH: return QString::fromUtf8("μtDASH"); case duffs: return QString("tduffs"); default: return QString("???"); } @@ -84,10 +84,10 @@ QString BitcoinUnits::description(int unit) { switch(unit) { - case SarmaCoins: return QString("SarmaCoins"); - case mSarmaCoins: return QString("Milli-SarmaCoins (1 / 1" THIN_SP_UTF8 "000)"); - case uSarmaCoins: return QString("Micro-SarmaCoins (1 / 1" THIN_SP_UTF8 "000" THIN_SP_UTF8 "000)"); - case duffs: return QString("Ten Nano-SarmaCoins (1 / 100" THIN_SP_UTF8 "000" THIN_SP_UTF8 "000)"); + case DASH: return QString("Dash"); + case mDASH: return QString("Milli-Dash (1 / 1" THIN_SP_UTF8 "000)"); + case uDASH: return QString("Micro-Dash (1 / 1" THIN_SP_UTF8 "000" THIN_SP_UTF8 "000)"); + case duffs: return QString("Ten Nano-Dash (1 / 100" THIN_SP_UTF8 "000" THIN_SP_UTF8 "000)"); default: return QString("???"); } } @@ -95,10 +95,10 @@ QString BitcoinUnits::description(int unit) { switch(unit) { - case SarmaCoins: return QString("TestSarmaCoinss"); - case mSarmaCoins: return QString("Milli-TestSarmaCoins (1 / 1" THIN_SP_UTF8 "000)"); - case uSarmaCoins: return QString("Micro-TestSarmaCoins (1 / 1" THIN_SP_UTF8 "000" THIN_SP_UTF8 "000)"); - case duffs: return QString("Ten Nano-TestSarmaCoins (1 / 100" THIN_SP_UTF8 "000" THIN_SP_UTF8 "000)"); + case DASH: return QString("TestDashs"); + case mDASH: return QString("Milli-TestDash (1 / 1" THIN_SP_UTF8 "000)"); + case uDASH: return QString("Micro-TestDash (1 / 1" THIN_SP_UTF8 "000" THIN_SP_UTF8 "000)"); + case duffs: return QString("Ten Nano-TestDash (1 / 100" THIN_SP_UTF8 "000" THIN_SP_UTF8 "000)"); default: return QString("???"); } } @@ -108,9 +108,9 @@ qint64 BitcoinUnits::factor(int unit) { switch(unit) { - case SarmaCoins: return 100000000; - case mSarmaCoins: return 100000; - case uSarmaCoins: return 100; + case DASH: return 100000000; + case mDASH: return 100000; + case uDASH: return 100; case duffs: return 1; default: return 100000000; } @@ -120,9 +120,9 @@ int BitcoinUnits::decimals(int unit) { switch(unit) { - case SarmaCoins: return 8; - case mSarmaCoins: return 5; - case uSarmaCoins: return 2; + case DASH: return 8; + case mDASH: return 5; + case uDASH: return 2; case duffs: return 0; default: return 0; } diff --git a/src/qt/bitcoinunits.h b/src/qt/bitcoinunits.h index 5aa0ad90895b4..483f05559074f 100644 --- a/src/qt/bitcoinunits.h +++ b/src/qt/bitcoinunits.h @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -42,7 +42,7 @@ #define THIN_SP_UTF8 REAL_THIN_SP_UTF8 #define THIN_SP_HTML HTML_HACK_SP -/** SarmaCoins unit definitions. Encapsulates parsing and formatting +/** Dash unit definitions. Encapsulates parsing and formatting and serves as list model for drop-down selection boxes. */ class BitcoinUnits: public QAbstractListModel @@ -52,14 +52,14 @@ class BitcoinUnits: public QAbstractListModel public: explicit BitcoinUnits(QObject *parent); - /** SarmaCoins units. + /** Dash units. @note Source: https://en.bitcoin.it/wiki/Units . Please add only sensible ones */ enum Unit { - SarmaCoins, - mSarmaCoins, - uSarmaCoins, + DASH, + mDASH, + uDASH, duffs }; diff --git a/src/qt/clientmodel.cpp b/src/qt/clientmodel.cpp index eb78243384b5c..299d147cb30ee 100644 --- a/src/qt/clientmodel.cpp +++ b/src/qt/clientmodel.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/clientmodel.h b/src/qt/clientmodel.h index e3d4373d468fd..b074441652051 100644 --- a/src/qt/clientmodel.h +++ b/src/qt/clientmodel.h @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -34,7 +34,7 @@ enum NumConnections { CONNECTIONS_ALL = (CONNECTIONS_IN | CONNECTIONS_OUT), }; -/** Model for SarmaCoins network client. */ +/** Model for Dash network client. */ class ClientModel : public QObject { Q_OBJECT diff --git a/src/qt/coincontroldialog.cpp b/src/qt/coincontroldialog.cpp index 9f95d79ad3ec8..f21483759f21e 100644 --- a/src/qt/coincontroldialog.cpp +++ b/src/qt/coincontroldialog.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -639,7 +639,7 @@ void CoinControlDialog::updateLabels(WalletModel *model, QDialog* dialog) } // actually update labels - int nDisplayUnit = BitcoinUnits::SarmaCoins; + int nDisplayUnit = BitcoinUnits::DASH; if (model && model->getOptionsModel()) nDisplayUnit = model->getOptionsModel()->getDisplayUnit(); @@ -786,7 +786,7 @@ void CoinControlDialog::updateView() { sAddress = QString::fromStdString(CBitcoinAddress(outputAddress).ToString()); - // if listMode or change => show SarmaCoins address. In tree mode, address is not shown again for direct wallet address outputs + // if listMode or change => show dash address. In tree mode, address is not shown again for direct wallet address outputs if (!treeMode || (!(sAddress == sWalletAddress))) itemOutput->setText(COLUMN_ADDRESS, sAddress); diff --git a/src/qt/darksendconfig.cpp b/src/qt/darksendconfig.cpp index 8d0d48d97b500..5929efa139846 100644 --- a/src/qt/darksendconfig.cpp +++ b/src/qt/darksendconfig.cpp @@ -42,7 +42,7 @@ void DarksendConfig::clickBasic() model->getOptionsModel()->getDisplayUnit(), 1000 * COIN)); QMessageBox::information(this, tr("Darksend Configuration"), tr( - "Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening SarmaCoins's configuration screen." + "Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen." ).arg(strAmount) ); @@ -57,7 +57,7 @@ void DarksendConfig::clickHigh() model->getOptionsModel()->getDisplayUnit(), 1000 * COIN)); QMessageBox::information(this, tr("Darksend Configuration"), tr( - "Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening SarmaCoins's configuration screen." + "Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen." ).arg(strAmount) ); @@ -72,7 +72,7 @@ void DarksendConfig::clickMax() model->getOptionsModel()->getDisplayUnit(), 1000 * COIN)); QMessageBox::information(this, tr("Darksend Configuration"), tr( - "Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening SarmaCoins's configuration screen." + "Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen." ).arg(strAmount) ); diff --git a/src/qt/dash.cpp b/src/qt/dash.cpp index 4ab222d4656a8..9e6d9395bbeef 100644 --- a/src/qt/dash.cpp +++ b/src/qt/dash.cpp @@ -1,10 +1,10 @@ // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) -#include "config/SarmaCoins-config.h" +#include "config/dash-config.h" #endif #include "bitcoingui.h" @@ -90,7 +90,7 @@ static void InitMessage(const std::string &message) */ static std::string Translate(const char* psz) { - return QCoreApplication::translate("SarmaCoins-core", psz).toStdString(); + return QCoreApplication::translate("dash-core", psz).toStdString(); } static QString GetLangTerritory() @@ -138,11 +138,11 @@ static void initTranslations(QTranslator &qtTranslatorBase, QTranslator &qtTrans if (qtTranslator.load("qt_" + lang_territory, QLibraryInfo::location(QLibraryInfo::TranslationsPath))) QApplication::installTranslator(&qtTranslator); - // Load e.g. bitcoin_de.qm (shortcut "de" needs to be defined in SarmaCoins.qrc) + // Load e.g. bitcoin_de.qm (shortcut "de" needs to be defined in dash.qrc) if (translatorBase.load(lang, ":/translations/")) QApplication::installTranslator(&translatorBase); - // Load e.g. bitcoin_de_DE.qm (shortcut "de_DE" needs to be defined in SarmaCoins.qrc) + // Load e.g. bitcoin_de_DE.qm (shortcut "de_DE" needs to be defined in dash.qrc) if (translator.load(lang_territory, ":/translations/")) QApplication::installTranslator(&translator); } @@ -163,7 +163,7 @@ void DebugMessageHandler(QtMsgType type, const QMessageLogContext& context, cons } #endif -/** Class encapsulating SarmaCoins Core startup and shutdown. +/** Class encapsulating Dash Core startup and shutdown. * Allows running startup and shutdown in a different thread from the UI thread. */ class BitcoinCore: public QObject @@ -192,7 +192,7 @@ public slots: void handleRunawayException(std::exception *e); }; -/** Main SarmaCoins application object */ +/** Main Dash application object */ class BitcoinApplication: public QApplication { Q_OBJECT @@ -250,7 +250,7 @@ public slots: void startThread(); }; -#include "SarmaCoins.moc" +#include "dash.moc" BitcoinCore::BitcoinCore(): QObject() @@ -493,7 +493,7 @@ void BitcoinApplication::initializeResult(int retval) #ifdef ENABLE_WALLET // Now that initialization/startup is done, process any command-line - // SarmaCoins: URIs or payment requests: + // dash: URIs or payment requests: connect(paymentServer, SIGNAL(receivedPaymentRequest(SendCoinsRecipient)), window, SLOT(handlePaymentRequest(SendCoinsRecipient))); connect(window, SIGNAL(receivedURI(QString)), @@ -515,7 +515,7 @@ void BitcoinApplication::shutdownResult(int retval) void BitcoinApplication::handleRunawayException(const QString &message) { - QMessageBox::critical(0, "Runaway exception", BitcoinGUI::tr("A fatal error occurred. SarmaCoins can no longer continue safely and will quit.") + QString("\n\n") + message); + QMessageBox::critical(0, "Runaway exception", BitcoinGUI::tr("A fatal error occurred. Dash can no longer continue safely and will quit.") + QString("\n\n") + message); ::exit(1); } @@ -545,8 +545,8 @@ int main(int argc, char *argv[]) QTextCodec::setCodecForCStrings(QTextCodec::codecForTr()); #endif - Q_INIT_RESOURCE(SarmaCoins); - Q_INIT_RESOURCE(SarmaCoins_locale); + Q_INIT_RESOURCE(dash); + Q_INIT_RESOURCE(dash_locale); BitcoinApplication app(argc, argv); #if QT_VERSION > 0x050100 @@ -590,18 +590,18 @@ int main(int argc, char *argv[]) // User language is set up: pick a data directory Intro::pickDataDirectory(); - /// 6. Determine availability of data directory and parse SarmaCoins.conf + /// 6. Determine availability of data directory and parse dash.conf /// - Do not call GetDataDir(true) before this step finishes if (!boost::filesystem::is_directory(GetDataDir(false))) { - QMessageBox::critical(0, QObject::tr("SarmaCoins Core"), + QMessageBox::critical(0, QObject::tr("Dash Core"), QObject::tr("Error: Specified data directory \"%1\" does not exist.").arg(QString::fromStdString(mapArgs["-datadir"]))); return 1; } try { ReadConfigFile(mapArgs, mapMultiArgs); } catch(std::exception &e) { - QMessageBox::critical(0, QObject::tr("SarmaCoins Core"), + QMessageBox::critical(0, QObject::tr("Dash Core"), QObject::tr("Error: Cannot parse configuration file: %1. Only use key=value syntax.").arg(e.what())); return false; } @@ -614,7 +614,7 @@ int main(int argc, char *argv[]) // Check for -testnet or -regtest parameter (Params() calls are only valid after this clause) if (!SelectParamsFromCommandLine()) { - QMessageBox::critical(0, QObject::tr("SarmaCoins Core"), QObject::tr("Error: Invalid combination of -regtest and -testnet.")); + QMessageBox::critical(0, QObject::tr("Dash Core"), QObject::tr("Error: Invalid combination of -regtest and -testnet.")); return 1; } #ifdef ENABLE_WALLET @@ -633,7 +633,7 @@ int main(int argc, char *argv[]) /// 7a. parse masternode.conf string strErr; if(!masternodeConfig.read(strErr)) { - QMessageBox::critical(0, QObject::tr("SarmaCoins Core"), + QMessageBox::critical(0, QObject::tr("Dash Core"), QObject::tr("Error reading masternode configuration file: %1").arg(strErr.c_str())); return false; } @@ -648,7 +648,7 @@ int main(int argc, char *argv[]) exit(0); // Start up the payment server early, too, so impatient users that click on - // SarmaCoins: links repeatedly have their payment requests routed to this process: + // dash: links repeatedly have their payment requests routed to this process: app.createPaymentServer(); #endif @@ -680,7 +680,7 @@ int main(int argc, char *argv[]) app.createWindow(networkStyle.data()); app.requestInitialize(); #if defined(Q_OS_WIN) && QT_VERSION >= 0x050000 - WinShutdownMonitor::registerShutdownBlockReason(QObject::tr("SarmaCoins Core didn't yet exit safely..."), (HWND)app.getMainWinId()); + WinShutdownMonitor::registerShutdownBlockReason(QObject::tr("Dash Core didn't yet exit safely..."), (HWND)app.getMainWinId()); #endif app.exec(); app.requestShutdown(); diff --git a/src/qt/dash.qrc b/src/qt/dash.qrc index f10c42d497e47..9e4fa270f4035 100644 --- a/src/qt/dash.qrc +++ b/src/qt/dash.qrc @@ -36,13 +36,13 @@ res/icons/tx_input.png res/icons/tx_output.png res/icons/tx_inout.png - res/icons/unit_SarmaCoins.png - res/icons/unit_mSarmaCoins.png - res/icons/unit_uSarmaCoins.png + res/icons/unit_dash.png + res/icons/unit_mdash.png + res/icons/unit_udash.png res/icons/unit_duffs.png - res/icons/unit_tSarmaCoins.png - res/icons/unit_tmSarmaCoins.png - res/icons/unit_tuSarmaCoins.png + res/icons/unit_tdash.png + res/icons/unit_tmdash.png + res/icons/unit_tudash.png res/icons/unit_tduffs.png res/icons/lock_closed.png res/icons/lock_open.png @@ -61,7 +61,7 @@ res/images/about.png - res/images/SarmaCoins_logo_horizontal.png + res/images/dash_logo_horizontal.png res/images/drkblue_downArrow.png res/images/drkblue_downArrow_small.png res/images/drkblue_upArrow_small.png diff --git a/src/qt/dash_locale.qrc b/src/qt/dash_locale.qrc index 3d9bcbd847bd7..9468b1c676efc 100644 --- a/src/qt/dash_locale.qrc +++ b/src/qt/dash_locale.qrc @@ -1,20 +1,20 @@ - locale/SarmaCoins_bg.qm - locale/SarmaCoins_de.qm - locale/SarmaCoins_en.qm - locale/SarmaCoins_es.qm - locale/SarmaCoins_fi.qm - locale/SarmaCoins_fr.qm - locale/SarmaCoins_it.qm - locale/SarmaCoins_ja.qm - locale/SarmaCoins_pl.qm - locale/SarmaCoins_pt.qm - locale/SarmaCoins_ru.qm - locale/SarmaCoins_sk.qm - locale/SarmaCoins_sv.qm - locale/SarmaCoins_vi.qm - locale/SarmaCoins_zh_CN.qm - locale/SarmaCoins_zh_TW.qm + locale/dash_bg.qm + locale/dash_de.qm + locale/dash_en.qm + locale/dash_es.qm + locale/dash_fi.qm + locale/dash_fr.qm + locale/dash_it.qm + locale/dash_ja.qm + locale/dash_pl.qm + locale/dash_pt.qm + locale/dash_ru.qm + locale/dash_sk.qm + locale/dash_sv.qm + locale/dash_vi.qm + locale/dash_zh_CN.qm + locale/dash_zh_TW.qm diff --git a/src/qt/dashstrings.cpp b/src/qt/dashstrings.cpp index 15551424e5847..feaba224a02b6 100644 --- a/src/qt/dashstrings.cpp +++ b/src/qt/dashstrings.cpp @@ -8,435 +8,435 @@ #else #define UNUSED #endif -static const char UNUSED *SarmaCoins_strings[] = { -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +static const char UNUSED *dash_strings[] = { +QT_TRANSLATE_NOOP("dash-core", "" "(1 = keep tx meta data e.g. account owner and payment request information, 2 " "= drop tx meta data)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +QT_TRANSLATE_NOOP("dash-core", "" "Allow JSON-RPC connections from specified source. Valid for are a " "single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or " "a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +QT_TRANSLATE_NOOP("dash-core", "" "An error occurred while setting up the RPC address %s port %u for listening: " "%s"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +QT_TRANSLATE_NOOP("dash-core", "" "Bind to given address and always listen on it. Use [host]:port notation for " "IPv6"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +QT_TRANSLATE_NOOP("dash-core", "" "Bind to given address and whitelist peers connecting to it. Use [host]:port " "notation for IPv6"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +QT_TRANSLATE_NOOP("dash-core", "" "Bind to given address to listen for JSON-RPC connections. Use [host]:port " "notation for IPv6. This option can be specified multiple times (default: " "bind to all interfaces)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" -"Cannot obtain a lock on data directory %s. SarmaCoins Core is probably already " +QT_TRANSLATE_NOOP("dash-core", "" +"Cannot obtain a lock on data directory %s. Dash Core is probably already " "running."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +QT_TRANSLATE_NOOP("dash-core", "" "Change automatic finalized budget voting behavior. mode=auto: Vote for only " "exact finalized budget match to my generated budget. (string, default: auto)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +QT_TRANSLATE_NOOP("dash-core", "" "Continuously rate-limit free transactions to *1000 bytes per minute " "(default:%u)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +QT_TRANSLATE_NOOP("dash-core", "" "Create new files with system default permissions, instead of umask 077 (only " "effective with disabled wallet functionality)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +QT_TRANSLATE_NOOP("dash-core", "" "Darksend uses exact denominated amounts to send funds, you might simply need " "to anonymize some more coins."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +QT_TRANSLATE_NOOP("dash-core", "" "Delete all wallet transactions and only recover those parts of the " "blockchain through -rescan on startup"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" -"Disable all SarmaCoins specific functionality (Masternodes, Darksend, InstantX, " +QT_TRANSLATE_NOOP("dash-core", "" +"Disable all Dash specific functionality (Masternodes, Darksend, InstantX, " "Budgeting) (0-1, default: %u)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +QT_TRANSLATE_NOOP("dash-core", "" "Distributed under the MIT software license, see the accompanying file " "COPYING or ."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +QT_TRANSLATE_NOOP("dash-core", "" "Enable instantx, show confirmations for locked transactions (bool, default: " "%s)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +QT_TRANSLATE_NOOP("dash-core", "" "Enable use of automated darksend for funds stored in this wallet (0-1, " "default: %u)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +QT_TRANSLATE_NOOP("dash-core", "" "Enter regression test mode, which uses a special chain in which blocks can " "be solved instantly."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +QT_TRANSLATE_NOOP("dash-core", "" "Error: Listening for incoming connections failed (listen returned error %s)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +QT_TRANSLATE_NOOP("dash-core", "" "Error: Unsupported argument -socks found. Setting SOCKS version isn't " "possible anymore, only SOCKS5 proxies are supported."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +QT_TRANSLATE_NOOP("dash-core", "" "Execute command when a relevant alert is received or we see a really long " "fork (%s in cmd is replaced by message)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +QT_TRANSLATE_NOOP("dash-core", "" "Execute command when a wallet transaction changes (%s in cmd is replaced by " "TxID)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +QT_TRANSLATE_NOOP("dash-core", "" "Execute command when the best block changes (%s in cmd is replaced by block " "hash)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" -"Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for relaying " +QT_TRANSLATE_NOOP("dash-core", "" +"Fees (in DASH/Kb) smaller than this are considered zero fee for relaying " "(default: %s)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" -"Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for transaction " +QT_TRANSLATE_NOOP("dash-core", "" +"Fees (in DASH/Kb) smaller than this are considered zero fee for transaction " "creation (default: %s)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +QT_TRANSLATE_NOOP("dash-core", "" "Flush database activity from memory pool to disk log every megabytes " "(default: %u)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +QT_TRANSLATE_NOOP("dash-core", "" "Found unconfirmed denominated outputs, will wait till they confirm to " "continue."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +QT_TRANSLATE_NOOP("dash-core", "" "How thorough the block verification of -checkblocks is (0-4, default: %u)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +QT_TRANSLATE_NOOP("dash-core", "" "If paytxfee is not set, include enough fee so transactions begin " "confirmation on average within n blocks (default: %u)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +QT_TRANSLATE_NOOP("dash-core", "" "In this mode -genproclimit controls how many blocks are generated " "immediately."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +QT_TRANSLATE_NOOP("dash-core", "" "InstantX requires inputs with at least 6 confirmations, you might need to " "wait a few minutes and try again."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +QT_TRANSLATE_NOOP("dash-core", "" "Invalid amount for -maxtxfee=: '%s' (must be at least the minrelay " "fee of %s to prevent stuck transactions)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +QT_TRANSLATE_NOOP("dash-core", "" "Log transaction priority and fee per kB when mining blocks (default: %u)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +QT_TRANSLATE_NOOP("dash-core", "" "Maintain a full transaction index, used by the getrawtransaction rpc call " "(default: %u)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +QT_TRANSLATE_NOOP("dash-core", "" "Maximum size of data in data carrier transactions we relay and mine " "(default: %u)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +QT_TRANSLATE_NOOP("dash-core", "" "Maximum total fees to use in a single wallet transaction, setting too low " "may abort large transactions (default: %s)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +QT_TRANSLATE_NOOP("dash-core", "" "Name to construct url for KeePass entry that stores the wallet passphrase"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +QT_TRANSLATE_NOOP("dash-core", "" "Number of seconds to keep misbehaving peers from reconnecting (default: %u)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +QT_TRANSLATE_NOOP("dash-core", "" "Output debugging information (default: %u, supplying is optional)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +QT_TRANSLATE_NOOP("dash-core", "" "Provide liquidity to Darksend by infrequently mixing coins on a continual " "basis (0-100, default: %u, 1=very frequent, high fees, 100=very infrequent, " "low fees)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +QT_TRANSLATE_NOOP("dash-core", "" "Query for peer addresses via DNS lookup, if low on addresses (default: 1 " "unless -connect)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +QT_TRANSLATE_NOOP("dash-core", "" "Require high priority for relaying free or low-fee transactions (default:%u)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +QT_TRANSLATE_NOOP("dash-core", "" "Send trace/debug info to console instead of debug.log file (default: %u)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +QT_TRANSLATE_NOOP("dash-core", "" "Set maximum size of high-priority/low-fee transactions in bytes (default: %d)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +QT_TRANSLATE_NOOP("dash-core", "" "Set the number of script verification threads (%u to %d, 0 = auto, <0 = " "leave that many cores free, default: %d)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +QT_TRANSLATE_NOOP("dash-core", "" "Set the number of threads for coin generation if enabled (-1 = all cores, " "default: %d)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +QT_TRANSLATE_NOOP("dash-core", "" "Show N confirmations for a successfully locked transaction (0-9999, default: " "%u)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +QT_TRANSLATE_NOOP("dash-core", "" "This is a pre-release test build - use at your own risk - do not use for " "mining or merchant applications"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +QT_TRANSLATE_NOOP("dash-core", "" "This product includes software developed by the OpenSSL Project for use in " "the OpenSSL Toolkit and cryptographic software " "written by Eric Young and UPnP software written by Thomas Bernard."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" -"To use SarmaCoinsd, or the -server option to SarmaCoins-qt, you must set an rpcpassword " +QT_TRANSLATE_NOOP("dash-core", "" +"To use dashd, or the -server option to dash-qt, you must set an rpcpassword " "in the configuration file:\n" "%s\n" "It is recommended you use the following random password:\n" -"rpcuser=SarmaCoinsrpc\n" +"rpcuser=dashrpc\n" "rpcpassword=%s\n" "(you do not need to remember this password)\n" "The username and password MUST NOT be the same.\n" "If the file does not exist, create it with owner-readable-only file " "permissions.\n" "It is also recommended to set alertnotify so you are notified of problems;\n" -"for example: alertnotify=echo %%s | mail -s \"SarmaCoins Alert\" admin@foo.com\n"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" -"Unable to bind to %s on this computer. SarmaCoins Core is probably already running."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"for example: alertnotify=echo %%s | mail -s \"Dash Alert\" admin@foo.com\n"), +QT_TRANSLATE_NOOP("dash-core", "" +"Unable to bind to %s on this computer. Dash Core is probably already running."), +QT_TRANSLATE_NOOP("dash-core", "" "Unable to locate enough Darksend denominated funds for this transaction."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +QT_TRANSLATE_NOOP("dash-core", "" "Unable to locate enough Darksend non-denominated funds for this transaction " -"that are not equal 1000 SarmaCoins."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"that are not equal 1000 DASH."), +QT_TRANSLATE_NOOP("dash-core", "" "Unable to locate enough funds for this transaction that are not equal 1000 " -"SarmaCoins."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"DASH."), +QT_TRANSLATE_NOOP("dash-core", "" "Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: " "%s)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +QT_TRANSLATE_NOOP("dash-core", "" "Warning: -maxtxfee is set very high! Fees this large could be paid on a " "single transaction."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +QT_TRANSLATE_NOOP("dash-core", "" "Warning: -paytxfee is set very high! This is the transaction fee you will " "pay if you send a transaction."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +QT_TRANSLATE_NOOP("dash-core", "" "Warning: Please check that your computer's date and time are correct! If " -"your clock is wrong SarmaCoins Core will not work properly."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"your clock is wrong Dash Core will not work properly."), +QT_TRANSLATE_NOOP("dash-core", "" "Warning: The network does not appear to fully agree! Some miners appear to " "be experiencing issues."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +QT_TRANSLATE_NOOP("dash-core", "" "Warning: We do not appear to fully agree with our peers! You may need to " "upgrade, or other nodes may need to upgrade."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +QT_TRANSLATE_NOOP("dash-core", "" "Warning: error reading wallet.dat! All keys read correctly, but transaction " "data or address book entries might be missing or incorrect."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +QT_TRANSLATE_NOOP("dash-core", "" "Warning: wallet.dat corrupt, data salvaged! Original wallet.dat saved as " "wallet.{timestamp}.bak in %s; if your balance or transactions are incorrect " "you should restore from a backup."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +QT_TRANSLATE_NOOP("dash-core", "" "Whitelist peers connecting from the given netmask or IP address. Can be " "specified multiple times."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +QT_TRANSLATE_NOOP("dash-core", "" "Whitelisted peers cannot be DoS banned and their transactions are always " "relayed, even if they are already in the mempool, useful e.g. for a gateway"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "" +QT_TRANSLATE_NOOP("dash-core", "" "You must specify a masternodeprivkey in the configuration. Please see " "documentation for help."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "(9999 could be used only on mainnet)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "(default: %s)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "(default: 1)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "(must be 9999 for mainnet)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", " can be:\n"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Accept command line and JSON-RPC commands"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Accept connections from outside (default: 1 if no -proxy or -connect)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Accept public REST requests (default: %u)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Acceptable ciphers (default: %s)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Add a node to connect to and attempt to keep the connection open"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Allow DNS lookups for -addnode, -seednode and -connect"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Already have that input."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Always query for peer addresses via DNS lookup (default: %u)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Attempt to recover private keys from a corrupt wallet.dat"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Block creation options:"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Can't denominate: no compatible inputs left."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Can't find random Masternode."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Can't mix while sync in progress."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Cannot downgrade wallet"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Cannot resolve -bind address: '%s'"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Cannot resolve -externalip address: '%s'"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Cannot resolve -whitebind address: '%s'"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Cannot write default address"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Collateral not valid."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Connect only to the specified node(s)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Connect through SOCKS5 proxy"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Connect to KeePassHttp on port (default: %u)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Connect to a node to retrieve peer addresses, and disconnect"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Connection options:"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Copyright (C) 2009-%i The Bitcoin Core Developers"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Copyright (C) 2014-%i The SarmaCoins Core Developers"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Corrupted block database detected"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Could not parse -rpcbind value %s as network address"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Could not parse masternode.conf"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Darksend is idle."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Darksend options:"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Darksend request complete:"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Darksend request incomplete:"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Debugging/Testing options:"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Disable safemode, override a real safe mode event (default: %u)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Discover own IP address (default: 1 when listening and no -externalip)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Do not load the wallet and disable wallet RPC calls"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Do you want to rebuild the block database now?"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Done loading"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Enable the client to act as a masternode (0-1, default: %u)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Entries are full."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Error connecting to Masternode."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Error initializing block database"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Error initializing wallet database environment %s!"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Error loading block database"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Error loading wallet.dat"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Error loading wallet.dat: Wallet corrupted"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Error loading wallet.dat: Wallet requires newer version of SarmaCoins Core"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Error opening block database"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Error reading from database, shutting down."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Error recovering public key."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Error"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Error: A fatal internal error occured, see debug.log for details"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Error: Can't select current denominated inputs"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Error: Disk space is low!"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Error: Unsupported argument -tor found, use -onion."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Error: Wallet locked, unable to create transaction!"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Error: You already have pending entries in the Darksend pool"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Failed to listen on any port. Use -listen=0 if you want this."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Failed to read block"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Fee (in SarmaCoins/kB) to add to transactions you send (default: %s)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Finalizing transaction."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Force safe mode (default: %u)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Found enough users, signing ( waiting %s )"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Found enough users, signing ..."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Generate coins (default: %u)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "How many blocks to check at startup (default: %u, 0 = all)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "If is not supplied, output all debugging information."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Importing..."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Imports blocks from external blk000??.dat file"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Include IP addresses in debug output (default: %u)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Incompatible mode."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Incompatible version."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Incorrect or no genesis block found. Wrong datadir for network?"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Information"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Initialization sanity check failed. SarmaCoins Core is shutting down."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Input is not valid."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "InstantX options:"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Insufficient funds."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Invalid -onion address: '%s'"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Invalid -proxy address: '%s'"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Invalid amount for -maxtxfee=: '%s'"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Invalid amount for -minrelaytxfee=: '%s'"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Invalid amount for -mintxfee=: '%s'"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Invalid amount for -paytxfee=: '%s' (must be at least %s)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Invalid amount for -paytxfee=: '%s'"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Invalid masternodeprivkey. Please see documenation."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Invalid netmask specified in -whitelist: '%s'"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Invalid port detected in masternode.conf"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Invalid private key."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Invalid script detected."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "KeePassHttp id for the established association"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "KeePassHttp key for AES encrypted communication with KeePass"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Keep N SarmaCoins anonymized (default: %u)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Keep at most unconnectable transactions in memory (default: %u)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Last Darksend was too recent."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Last successful Darksend action was too recent."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Limit size of signature cache to entries (default: %u)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Line: %d"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Listen for JSON-RPC connections on (default: %u or testnet: %u)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Listen for connections on (default: %u or testnet: %u)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Loading addresses..."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Loading block index..."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Loading budget cache..."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Loading masternode cache..."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Loading masternode payment cache..."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Loading wallet... (%3.2f %%)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Loading wallet..."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Lock is already in place."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Lock masternodes from masternode configuration file (default: %u)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Maintain at most connections to peers (default: %u)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Masternode options:"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Masternode queue is full."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Masternode:"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Maximum per-connection receive buffer, *1000 bytes (default: %u)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Maximum per-connection send buffer, *1000 bytes (default: %u)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Missing input transaction information."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Mixing in progress..."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Need to specify a port with -whitebind: '%s'"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "No Masternodes detected."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "No compatible Masternode found."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "No funds detected in need of denominating."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "No matching denominations found for mixing."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Node relay options:"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Non-standard public key detected."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Not compatible with existing transactions."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Not enough file descriptors available."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Not in the Masternode list."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Number of automatic wallet backups (default: 10)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Only accept block chain matching built-in checkpoints (default: %u)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Only connect to nodes in network (ipv4, ipv6 or onion)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Options:"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Password for JSON-RPC connections"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Prepend debug output with timestamp (default: %u)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "RPC SSL options: (see the Bitcoin Wiki for SSL setup instructions)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "RPC server options:"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "RPC support for HTTP persistent connections (default: %d)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Randomly drop 1 of every network messages"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Randomly fuzz 1 of every network messages"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Rebuild block chain index from current blk000??.dat files"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Receive and display P2P network alerts (default: %u)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Relay and mine data carrier transactions (default: %u)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Relay non-P2SH multisig (default: %u)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Rescan the block chain for missing wallet transactions"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Rescanning..."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Run a thread to flush wallet periodically (default: %u)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Run in the background as a daemon and accept commands"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Send trace/debug info to debug.log file (default: %u)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Send transactions as zero-fee transactions if possible (default: %u)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Server certificate file (default: %s)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Server private key (default: %s)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Session not complete!"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Session timed out."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Set database cache size in megabytes (%d to %d, default: %d)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Set external address:port to get to this masternode (example: %s)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Set key pool size to (default: %u)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Set maximum block size in bytes (default: %d)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Set minimum block size in bytes (default: %u)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Set the masternode private key"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Set the number of threads to service RPC calls (default: %d)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Sets the DB_PRIVATE flag in the wallet db environment (default: %u)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Show all debugging options (usage: --help -help-debug)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Shrink debug.log file on client startup (default: 1 when no -debug)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Signing failed."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Signing timed out."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Signing transaction failed"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Specify configuration file (default: %s)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Specify connection timeout in milliseconds (minimum: 1, default: %d)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Specify data directory"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Specify masternode configuration file (default: %s)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Specify pid file (default: %s)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Specify wallet file (within data directory)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Specify your own public address"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Spend unconfirmed change when sending transactions (default: %u)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Stop running after importing blocks from disk (default: %u)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Submitted following entries to masternode: %u / %d"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Submitted to masternode, waiting for more entries ( %u / %d ) %s"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Submitted to masternode, waiting in queue %s"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Synchronization failed"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Synchronization finished"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Synchronization pending..."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Synchronizing budgets..."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Synchronizing masternode winners..."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Synchronizing masternodes..."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Synchronizing sporks..."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "This help message"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "This is experimental software."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "This is intended for regression testing tools and app development."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "This is not a Masternode."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Threshold for disconnecting misbehaving peers (default: %u)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Transaction amount too small"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Transaction amounts must be positive"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Transaction created successfully."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Transaction fees are too high."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Transaction not valid."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Transaction too large for fee policy"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Transaction too large"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Transmitting final transaction."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Unable to bind to %s on this computer (bind returned error %s)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Unable to sign spork message, wrong key?"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Unknown network specified in -onlynet: '%s'"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Unknown state: id = %u"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Upgrade wallet to latest format"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Use KeePass 2 integration using KeePassHttp plugin (default: %u)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Use N separate masternodes to anonymize funds (2-8, default: %u)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Use OpenSSL (https) for JSON-RPC connections"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Use UPnP to map the listening port (default: %u)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Use UPnP to map the listening port (default: 1 when listening)"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Use the test network"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Username for JSON-RPC connections"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Value more than Darksend pool maximum allows."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Verifying blocks..."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Verifying wallet..."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Wallet %s resides outside data directory %s"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Wallet is locked."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Wallet needed to be rewritten: restart SarmaCoins Core to complete"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Wallet options:"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Wallet window title"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Warning"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Warning: This version is obsolete, upgrade required!"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Warning: Unsupported argument -benchmark ignored, use -debug=bench."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Warning: Unsupported argument -debugnet ignored, use -debug=net."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Will retry..."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "You need to rebuild the database using -reindex to change -txindex"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Your entries added successfully."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Your transaction was accepted into the pool!"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "Zapping all transactions from wallet..."), -QT_TRANSLATE_NOOP("SarmaCoins-core", "on startup"), -QT_TRANSLATE_NOOP("SarmaCoins-core", "wallet.dat corrupt, salvage failed"), +QT_TRANSLATE_NOOP("dash-core", "(9999 could be used only on mainnet)"), +QT_TRANSLATE_NOOP("dash-core", "(default: %s)"), +QT_TRANSLATE_NOOP("dash-core", "(default: 1)"), +QT_TRANSLATE_NOOP("dash-core", "(must be 9999 for mainnet)"), +QT_TRANSLATE_NOOP("dash-core", " can be:\n"), +QT_TRANSLATE_NOOP("dash-core", "Accept command line and JSON-RPC commands"), +QT_TRANSLATE_NOOP("dash-core", "Accept connections from outside (default: 1 if no -proxy or -connect)"), +QT_TRANSLATE_NOOP("dash-core", "Accept public REST requests (default: %u)"), +QT_TRANSLATE_NOOP("dash-core", "Acceptable ciphers (default: %s)"), +QT_TRANSLATE_NOOP("dash-core", "Add a node to connect to and attempt to keep the connection open"), +QT_TRANSLATE_NOOP("dash-core", "Allow DNS lookups for -addnode, -seednode and -connect"), +QT_TRANSLATE_NOOP("dash-core", "Already have that input."), +QT_TRANSLATE_NOOP("dash-core", "Always query for peer addresses via DNS lookup (default: %u)"), +QT_TRANSLATE_NOOP("dash-core", "Attempt to recover private keys from a corrupt wallet.dat"), +QT_TRANSLATE_NOOP("dash-core", "Block creation options:"), +QT_TRANSLATE_NOOP("dash-core", "Can't denominate: no compatible inputs left."), +QT_TRANSLATE_NOOP("dash-core", "Can't find random Masternode."), +QT_TRANSLATE_NOOP("dash-core", "Can't mix while sync in progress."), +QT_TRANSLATE_NOOP("dash-core", "Cannot downgrade wallet"), +QT_TRANSLATE_NOOP("dash-core", "Cannot resolve -bind address: '%s'"), +QT_TRANSLATE_NOOP("dash-core", "Cannot resolve -externalip address: '%s'"), +QT_TRANSLATE_NOOP("dash-core", "Cannot resolve -whitebind address: '%s'"), +QT_TRANSLATE_NOOP("dash-core", "Cannot write default address"), +QT_TRANSLATE_NOOP("dash-core", "Collateral not valid."), +QT_TRANSLATE_NOOP("dash-core", "Connect only to the specified node(s)"), +QT_TRANSLATE_NOOP("dash-core", "Connect through SOCKS5 proxy"), +QT_TRANSLATE_NOOP("dash-core", "Connect to KeePassHttp on port (default: %u)"), +QT_TRANSLATE_NOOP("dash-core", "Connect to a node to retrieve peer addresses, and disconnect"), +QT_TRANSLATE_NOOP("dash-core", "Connection options:"), +QT_TRANSLATE_NOOP("dash-core", "Copyright (C) 2009-%i The Bitcoin Core Developers"), +QT_TRANSLATE_NOOP("dash-core", "Copyright (C) 2014-%i The Dash Core Developers"), +QT_TRANSLATE_NOOP("dash-core", "Corrupted block database detected"), +QT_TRANSLATE_NOOP("dash-core", "Could not parse -rpcbind value %s as network address"), +QT_TRANSLATE_NOOP("dash-core", "Could not parse masternode.conf"), +QT_TRANSLATE_NOOP("dash-core", "Darksend is idle."), +QT_TRANSLATE_NOOP("dash-core", "Darksend options:"), +QT_TRANSLATE_NOOP("dash-core", "Darksend request complete:"), +QT_TRANSLATE_NOOP("dash-core", "Darksend request incomplete:"), +QT_TRANSLATE_NOOP("dash-core", "Debugging/Testing options:"), +QT_TRANSLATE_NOOP("dash-core", "Disable safemode, override a real safe mode event (default: %u)"), +QT_TRANSLATE_NOOP("dash-core", "Discover own IP address (default: 1 when listening and no -externalip)"), +QT_TRANSLATE_NOOP("dash-core", "Do not load the wallet and disable wallet RPC calls"), +QT_TRANSLATE_NOOP("dash-core", "Do you want to rebuild the block database now?"), +QT_TRANSLATE_NOOP("dash-core", "Done loading"), +QT_TRANSLATE_NOOP("dash-core", "Enable the client to act as a masternode (0-1, default: %u)"), +QT_TRANSLATE_NOOP("dash-core", "Entries are full."), +QT_TRANSLATE_NOOP("dash-core", "Error connecting to Masternode."), +QT_TRANSLATE_NOOP("dash-core", "Error initializing block database"), +QT_TRANSLATE_NOOP("dash-core", "Error initializing wallet database environment %s!"), +QT_TRANSLATE_NOOP("dash-core", "Error loading block database"), +QT_TRANSLATE_NOOP("dash-core", "Error loading wallet.dat"), +QT_TRANSLATE_NOOP("dash-core", "Error loading wallet.dat: Wallet corrupted"), +QT_TRANSLATE_NOOP("dash-core", "Error loading wallet.dat: Wallet requires newer version of Dash Core"), +QT_TRANSLATE_NOOP("dash-core", "Error opening block database"), +QT_TRANSLATE_NOOP("dash-core", "Error reading from database, shutting down."), +QT_TRANSLATE_NOOP("dash-core", "Error recovering public key."), +QT_TRANSLATE_NOOP("dash-core", "Error"), +QT_TRANSLATE_NOOP("dash-core", "Error: A fatal internal error occured, see debug.log for details"), +QT_TRANSLATE_NOOP("dash-core", "Error: Can't select current denominated inputs"), +QT_TRANSLATE_NOOP("dash-core", "Error: Disk space is low!"), +QT_TRANSLATE_NOOP("dash-core", "Error: Unsupported argument -tor found, use -onion."), +QT_TRANSLATE_NOOP("dash-core", "Error: Wallet locked, unable to create transaction!"), +QT_TRANSLATE_NOOP("dash-core", "Error: You already have pending entries in the Darksend pool"), +QT_TRANSLATE_NOOP("dash-core", "Failed to listen on any port. Use -listen=0 if you want this."), +QT_TRANSLATE_NOOP("dash-core", "Failed to read block"), +QT_TRANSLATE_NOOP("dash-core", "Fee (in DASH/kB) to add to transactions you send (default: %s)"), +QT_TRANSLATE_NOOP("dash-core", "Finalizing transaction."), +QT_TRANSLATE_NOOP("dash-core", "Force safe mode (default: %u)"), +QT_TRANSLATE_NOOP("dash-core", "Found enough users, signing ( waiting %s )"), +QT_TRANSLATE_NOOP("dash-core", "Found enough users, signing ..."), +QT_TRANSLATE_NOOP("dash-core", "Generate coins (default: %u)"), +QT_TRANSLATE_NOOP("dash-core", "How many blocks to check at startup (default: %u, 0 = all)"), +QT_TRANSLATE_NOOP("dash-core", "If is not supplied, output all debugging information."), +QT_TRANSLATE_NOOP("dash-core", "Importing..."), +QT_TRANSLATE_NOOP("dash-core", "Imports blocks from external blk000??.dat file"), +QT_TRANSLATE_NOOP("dash-core", "Include IP addresses in debug output (default: %u)"), +QT_TRANSLATE_NOOP("dash-core", "Incompatible mode."), +QT_TRANSLATE_NOOP("dash-core", "Incompatible version."), +QT_TRANSLATE_NOOP("dash-core", "Incorrect or no genesis block found. Wrong datadir for network?"), +QT_TRANSLATE_NOOP("dash-core", "Information"), +QT_TRANSLATE_NOOP("dash-core", "Initialization sanity check failed. Dash Core is shutting down."), +QT_TRANSLATE_NOOP("dash-core", "Input is not valid."), +QT_TRANSLATE_NOOP("dash-core", "InstantX options:"), +QT_TRANSLATE_NOOP("dash-core", "Insufficient funds."), +QT_TRANSLATE_NOOP("dash-core", "Invalid -onion address: '%s'"), +QT_TRANSLATE_NOOP("dash-core", "Invalid -proxy address: '%s'"), +QT_TRANSLATE_NOOP("dash-core", "Invalid amount for -maxtxfee=: '%s'"), +QT_TRANSLATE_NOOP("dash-core", "Invalid amount for -minrelaytxfee=: '%s'"), +QT_TRANSLATE_NOOP("dash-core", "Invalid amount for -mintxfee=: '%s'"), +QT_TRANSLATE_NOOP("dash-core", "Invalid amount for -paytxfee=: '%s' (must be at least %s)"), +QT_TRANSLATE_NOOP("dash-core", "Invalid amount for -paytxfee=: '%s'"), +QT_TRANSLATE_NOOP("dash-core", "Invalid masternodeprivkey. Please see documenation."), +QT_TRANSLATE_NOOP("dash-core", "Invalid netmask specified in -whitelist: '%s'"), +QT_TRANSLATE_NOOP("dash-core", "Invalid port detected in masternode.conf"), +QT_TRANSLATE_NOOP("dash-core", "Invalid private key."), +QT_TRANSLATE_NOOP("dash-core", "Invalid script detected."), +QT_TRANSLATE_NOOP("dash-core", "KeePassHttp id for the established association"), +QT_TRANSLATE_NOOP("dash-core", "KeePassHttp key for AES encrypted communication with KeePass"), +QT_TRANSLATE_NOOP("dash-core", "Keep N DASH anonymized (default: %u)"), +QT_TRANSLATE_NOOP("dash-core", "Keep at most unconnectable transactions in memory (default: %u)"), +QT_TRANSLATE_NOOP("dash-core", "Last Darksend was too recent."), +QT_TRANSLATE_NOOP("dash-core", "Last successful Darksend action was too recent."), +QT_TRANSLATE_NOOP("dash-core", "Limit size of signature cache to entries (default: %u)"), +QT_TRANSLATE_NOOP("dash-core", "Line: %d"), +QT_TRANSLATE_NOOP("dash-core", "Listen for JSON-RPC connections on (default: %u or testnet: %u)"), +QT_TRANSLATE_NOOP("dash-core", "Listen for connections on (default: %u or testnet: %u)"), +QT_TRANSLATE_NOOP("dash-core", "Loading addresses..."), +QT_TRANSLATE_NOOP("dash-core", "Loading block index..."), +QT_TRANSLATE_NOOP("dash-core", "Loading budget cache..."), +QT_TRANSLATE_NOOP("dash-core", "Loading masternode cache..."), +QT_TRANSLATE_NOOP("dash-core", "Loading masternode payment cache..."), +QT_TRANSLATE_NOOP("dash-core", "Loading wallet... (%3.2f %%)"), +QT_TRANSLATE_NOOP("dash-core", "Loading wallet..."), +QT_TRANSLATE_NOOP("dash-core", "Lock is already in place."), +QT_TRANSLATE_NOOP("dash-core", "Lock masternodes from masternode configuration file (default: %u)"), +QT_TRANSLATE_NOOP("dash-core", "Maintain at most connections to peers (default: %u)"), +QT_TRANSLATE_NOOP("dash-core", "Masternode options:"), +QT_TRANSLATE_NOOP("dash-core", "Masternode queue is full."), +QT_TRANSLATE_NOOP("dash-core", "Masternode:"), +QT_TRANSLATE_NOOP("dash-core", "Maximum per-connection receive buffer, *1000 bytes (default: %u)"), +QT_TRANSLATE_NOOP("dash-core", "Maximum per-connection send buffer, *1000 bytes (default: %u)"), +QT_TRANSLATE_NOOP("dash-core", "Missing input transaction information."), +QT_TRANSLATE_NOOP("dash-core", "Mixing in progress..."), +QT_TRANSLATE_NOOP("dash-core", "Need to specify a port with -whitebind: '%s'"), +QT_TRANSLATE_NOOP("dash-core", "No Masternodes detected."), +QT_TRANSLATE_NOOP("dash-core", "No compatible Masternode found."), +QT_TRANSLATE_NOOP("dash-core", "No funds detected in need of denominating."), +QT_TRANSLATE_NOOP("dash-core", "No matching denominations found for mixing."), +QT_TRANSLATE_NOOP("dash-core", "Node relay options:"), +QT_TRANSLATE_NOOP("dash-core", "Non-standard public key detected."), +QT_TRANSLATE_NOOP("dash-core", "Not compatible with existing transactions."), +QT_TRANSLATE_NOOP("dash-core", "Not enough file descriptors available."), +QT_TRANSLATE_NOOP("dash-core", "Not in the Masternode list."), +QT_TRANSLATE_NOOP("dash-core", "Number of automatic wallet backups (default: 10)"), +QT_TRANSLATE_NOOP("dash-core", "Only accept block chain matching built-in checkpoints (default: %u)"), +QT_TRANSLATE_NOOP("dash-core", "Only connect to nodes in network (ipv4, ipv6 or onion)"), +QT_TRANSLATE_NOOP("dash-core", "Options:"), +QT_TRANSLATE_NOOP("dash-core", "Password for JSON-RPC connections"), +QT_TRANSLATE_NOOP("dash-core", "Prepend debug output with timestamp (default: %u)"), +QT_TRANSLATE_NOOP("dash-core", "RPC SSL options: (see the Bitcoin Wiki for SSL setup instructions)"), +QT_TRANSLATE_NOOP("dash-core", "RPC server options:"), +QT_TRANSLATE_NOOP("dash-core", "RPC support for HTTP persistent connections (default: %d)"), +QT_TRANSLATE_NOOP("dash-core", "Randomly drop 1 of every network messages"), +QT_TRANSLATE_NOOP("dash-core", "Randomly fuzz 1 of every network messages"), +QT_TRANSLATE_NOOP("dash-core", "Rebuild block chain index from current blk000??.dat files"), +QT_TRANSLATE_NOOP("dash-core", "Receive and display P2P network alerts (default: %u)"), +QT_TRANSLATE_NOOP("dash-core", "Relay and mine data carrier transactions (default: %u)"), +QT_TRANSLATE_NOOP("dash-core", "Relay non-P2SH multisig (default: %u)"), +QT_TRANSLATE_NOOP("dash-core", "Rescan the block chain for missing wallet transactions"), +QT_TRANSLATE_NOOP("dash-core", "Rescanning..."), +QT_TRANSLATE_NOOP("dash-core", "Run a thread to flush wallet periodically (default: %u)"), +QT_TRANSLATE_NOOP("dash-core", "Run in the background as a daemon and accept commands"), +QT_TRANSLATE_NOOP("dash-core", "Send trace/debug info to debug.log file (default: %u)"), +QT_TRANSLATE_NOOP("dash-core", "Send transactions as zero-fee transactions if possible (default: %u)"), +QT_TRANSLATE_NOOP("dash-core", "Server certificate file (default: %s)"), +QT_TRANSLATE_NOOP("dash-core", "Server private key (default: %s)"), +QT_TRANSLATE_NOOP("dash-core", "Session not complete!"), +QT_TRANSLATE_NOOP("dash-core", "Session timed out."), +QT_TRANSLATE_NOOP("dash-core", "Set database cache size in megabytes (%d to %d, default: %d)"), +QT_TRANSLATE_NOOP("dash-core", "Set external address:port to get to this masternode (example: %s)"), +QT_TRANSLATE_NOOP("dash-core", "Set key pool size to (default: %u)"), +QT_TRANSLATE_NOOP("dash-core", "Set maximum block size in bytes (default: %d)"), +QT_TRANSLATE_NOOP("dash-core", "Set minimum block size in bytes (default: %u)"), +QT_TRANSLATE_NOOP("dash-core", "Set the masternode private key"), +QT_TRANSLATE_NOOP("dash-core", "Set the number of threads to service RPC calls (default: %d)"), +QT_TRANSLATE_NOOP("dash-core", "Sets the DB_PRIVATE flag in the wallet db environment (default: %u)"), +QT_TRANSLATE_NOOP("dash-core", "Show all debugging options (usage: --help -help-debug)"), +QT_TRANSLATE_NOOP("dash-core", "Shrink debug.log file on client startup (default: 1 when no -debug)"), +QT_TRANSLATE_NOOP("dash-core", "Signing failed."), +QT_TRANSLATE_NOOP("dash-core", "Signing timed out."), +QT_TRANSLATE_NOOP("dash-core", "Signing transaction failed"), +QT_TRANSLATE_NOOP("dash-core", "Specify configuration file (default: %s)"), +QT_TRANSLATE_NOOP("dash-core", "Specify connection timeout in milliseconds (minimum: 1, default: %d)"), +QT_TRANSLATE_NOOP("dash-core", "Specify data directory"), +QT_TRANSLATE_NOOP("dash-core", "Specify masternode configuration file (default: %s)"), +QT_TRANSLATE_NOOP("dash-core", "Specify pid file (default: %s)"), +QT_TRANSLATE_NOOP("dash-core", "Specify wallet file (within data directory)"), +QT_TRANSLATE_NOOP("dash-core", "Specify your own public address"), +QT_TRANSLATE_NOOP("dash-core", "Spend unconfirmed change when sending transactions (default: %u)"), +QT_TRANSLATE_NOOP("dash-core", "Stop running after importing blocks from disk (default: %u)"), +QT_TRANSLATE_NOOP("dash-core", "Submitted following entries to masternode: %u / %d"), +QT_TRANSLATE_NOOP("dash-core", "Submitted to masternode, waiting for more entries ( %u / %d ) %s"), +QT_TRANSLATE_NOOP("dash-core", "Submitted to masternode, waiting in queue %s"), +QT_TRANSLATE_NOOP("dash-core", "Synchronization failed"), +QT_TRANSLATE_NOOP("dash-core", "Synchronization finished"), +QT_TRANSLATE_NOOP("dash-core", "Synchronization pending..."), +QT_TRANSLATE_NOOP("dash-core", "Synchronizing budgets..."), +QT_TRANSLATE_NOOP("dash-core", "Synchronizing masternode winners..."), +QT_TRANSLATE_NOOP("dash-core", "Synchronizing masternodes..."), +QT_TRANSLATE_NOOP("dash-core", "Synchronizing sporks..."), +QT_TRANSLATE_NOOP("dash-core", "This help message"), +QT_TRANSLATE_NOOP("dash-core", "This is experimental software."), +QT_TRANSLATE_NOOP("dash-core", "This is intended for regression testing tools and app development."), +QT_TRANSLATE_NOOP("dash-core", "This is not a Masternode."), +QT_TRANSLATE_NOOP("dash-core", "Threshold for disconnecting misbehaving peers (default: %u)"), +QT_TRANSLATE_NOOP("dash-core", "Transaction amount too small"), +QT_TRANSLATE_NOOP("dash-core", "Transaction amounts must be positive"), +QT_TRANSLATE_NOOP("dash-core", "Transaction created successfully."), +QT_TRANSLATE_NOOP("dash-core", "Transaction fees are too high."), +QT_TRANSLATE_NOOP("dash-core", "Transaction not valid."), +QT_TRANSLATE_NOOP("dash-core", "Transaction too large for fee policy"), +QT_TRANSLATE_NOOP("dash-core", "Transaction too large"), +QT_TRANSLATE_NOOP("dash-core", "Transmitting final transaction."), +QT_TRANSLATE_NOOP("dash-core", "Unable to bind to %s on this computer (bind returned error %s)"), +QT_TRANSLATE_NOOP("dash-core", "Unable to sign spork message, wrong key?"), +QT_TRANSLATE_NOOP("dash-core", "Unknown network specified in -onlynet: '%s'"), +QT_TRANSLATE_NOOP("dash-core", "Unknown state: id = %u"), +QT_TRANSLATE_NOOP("dash-core", "Upgrade wallet to latest format"), +QT_TRANSLATE_NOOP("dash-core", "Use KeePass 2 integration using KeePassHttp plugin (default: %u)"), +QT_TRANSLATE_NOOP("dash-core", "Use N separate masternodes to anonymize funds (2-8, default: %u)"), +QT_TRANSLATE_NOOP("dash-core", "Use OpenSSL (https) for JSON-RPC connections"), +QT_TRANSLATE_NOOP("dash-core", "Use UPnP to map the listening port (default: %u)"), +QT_TRANSLATE_NOOP("dash-core", "Use UPnP to map the listening port (default: 1 when listening)"), +QT_TRANSLATE_NOOP("dash-core", "Use the test network"), +QT_TRANSLATE_NOOP("dash-core", "Username for JSON-RPC connections"), +QT_TRANSLATE_NOOP("dash-core", "Value more than Darksend pool maximum allows."), +QT_TRANSLATE_NOOP("dash-core", "Verifying blocks..."), +QT_TRANSLATE_NOOP("dash-core", "Verifying wallet..."), +QT_TRANSLATE_NOOP("dash-core", "Wallet %s resides outside data directory %s"), +QT_TRANSLATE_NOOP("dash-core", "Wallet is locked."), +QT_TRANSLATE_NOOP("dash-core", "Wallet needed to be rewritten: restart Dash Core to complete"), +QT_TRANSLATE_NOOP("dash-core", "Wallet options:"), +QT_TRANSLATE_NOOP("dash-core", "Wallet window title"), +QT_TRANSLATE_NOOP("dash-core", "Warning"), +QT_TRANSLATE_NOOP("dash-core", "Warning: This version is obsolete, upgrade required!"), +QT_TRANSLATE_NOOP("dash-core", "Warning: Unsupported argument -benchmark ignored, use -debug=bench."), +QT_TRANSLATE_NOOP("dash-core", "Warning: Unsupported argument -debugnet ignored, use -debug=net."), +QT_TRANSLATE_NOOP("dash-core", "Will retry..."), +QT_TRANSLATE_NOOP("dash-core", "You need to rebuild the database using -reindex to change -txindex"), +QT_TRANSLATE_NOOP("dash-core", "Your entries added successfully."), +QT_TRANSLATE_NOOP("dash-core", "Your transaction was accepted into the pool!"), +QT_TRANSLATE_NOOP("dash-core", "Zapping all transactions from wallet..."), +QT_TRANSLATE_NOOP("dash-core", "on startup"), +QT_TRANSLATE_NOOP("dash-core", "wallet.dat corrupt, salvage failed"), }; diff --git a/src/qt/editaddressdialog.cpp b/src/qt/editaddressdialog.cpp index 617d3543c5ef7..0a7fee4f1b332 100644 --- a/src/qt/editaddressdialog.cpp +++ b/src/qt/editaddressdialog.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -108,7 +108,7 @@ void EditAddressDialog::accept() break; case AddressTableModel::INVALID_ADDRESS: QMessageBox::warning(this, windowTitle(), - tr("The entered address \"%1\" is not a valid SarmaCoins address.").arg(ui->addressEdit->text()), + tr("The entered address \"%1\" is not a valid Dash address.").arg(ui->addressEdit->text()), QMessageBox::Ok, QMessageBox::Ok); break; case AddressTableModel::DUPLICATE_ADDRESS: diff --git a/src/qt/forms/addressbookpage.ui b/src/qt/forms/addressbookpage.ui index 31bc05788ea02..b45d0c10a12c6 100644 --- a/src/qt/forms/addressbookpage.ui +++ b/src/qt/forms/addressbookpage.ui @@ -60,7 +60,7 @@ &New - + :/icons/add:/icons/add @@ -77,7 +77,7 @@ &Copy - + :/icons/editcopy:/icons/editcopy @@ -94,7 +94,7 @@ &Delete - + :/icons/remove:/icons/remove @@ -124,7 +124,7 @@ &Export - + :/icons/export:/icons/export @@ -153,7 +153,7 @@ - + diff --git a/src/qt/forms/coincontroldialog.ui b/src/qt/forms/coincontroldialog.ui index 7be5ebec61d5b..a80652c3c3667 100644 --- a/src/qt/forms/coincontroldialog.ui +++ b/src/qt/forms/coincontroldialog.ui @@ -132,7 +132,7 @@ Qt::ActionsContextMenu - 0.00 SarmaCoins + 0.00 DASH Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse @@ -206,7 +206,7 @@ Qt::ActionsContextMenu - 0.00 SarmaCoins + 0.00 DASH Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse @@ -286,7 +286,7 @@ Qt::ActionsContextMenu - 0.00 SarmaCoins + 0.00 DASH Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse @@ -321,7 +321,7 @@ Qt::ActionsContextMenu - 0.00 SarmaCoins + 0.00 DASH Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse diff --git a/src/qt/forms/darksendconfig.ui b/src/qt/forms/darksendconfig.ui index 4815f5f97e2ac..914431d6172ed 100644 --- a/src/qt/forms/darksendconfig.ui +++ b/src/qt/forms/darksendconfig.ui @@ -75,7 +75,7 @@ - Use 2 separate masternodes to mix funds up to 1000 SarmaCoins + Use 2 separate masternodes to mix funds up to 1000 DASH @@ -88,7 +88,7 @@ - Use 8 separate masternodes to mix funds up to 1000 SarmaCoins + Use 8 separate masternodes to mix funds up to 1000 DASH @@ -114,7 +114,7 @@ - This option is the quickest and will cost about ~0.025 SarmaCoins to anonymize 1000 SarmaCoins + This option is the quickest and will cost about ~0.025 DASH to anonymize 1000 DASH @@ -127,7 +127,7 @@ - This option is moderately fast and will cost about 0.05 SarmaCoins to anonymize 1000 SarmaCoins + This option is moderately fast and will cost about 0.05 DASH to anonymize 1000 DASH @@ -153,7 +153,7 @@ - 0.1 SarmaCoins per 1000 SarmaCoins you anonymize. + 0.1 DASH per 1000 DASH you anonymize. diff --git a/src/qt/forms/helpmessagedialog.ui b/src/qt/forms/helpmessagedialog.ui index 590b90f0b5517..e1edf58916850 100644 --- a/src/qt/forms/helpmessagedialog.ui +++ b/src/qt/forms/helpmessagedialog.ui @@ -16,7 +16,7 @@ - SarmaCoins Core - Command-line options + Dash Core - Command-line options @@ -28,7 +28,7 @@ - :/images/about + :/images/about @@ -87,7 +87,7 @@ - + diff --git a/src/qt/forms/intro.ui b/src/qt/forms/intro.ui index f8e7862dfc7f7..dd014d90a936b 100644 --- a/src/qt/forms/intro.ui +++ b/src/qt/forms/intro.ui @@ -20,7 +20,7 @@ QLabel { font-style:italic; } - Welcome to SarmaCoins Core. + Welcome to Dash Core. true @@ -46,7 +46,7 @@ - As this is the first time the program is launched, you can choose where SarmaCoins Core will store its data. + As this is the first time the program is launched, you can choose where Dash Core will store its data. true @@ -56,7 +56,7 @@ - SarmaCoins Core will download and store a copy of the SarmaCoins block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + Dash Core will download and store a copy of the Dash block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. true diff --git a/src/qt/forms/optionsdialog.ui b/src/qt/forms/optionsdialog.ui index 5b816ff7c7c97..27e8773fcac81 100644 --- a/src/qt/forms/optionsdialog.ui +++ b/src/qt/forms/optionsdialog.ui @@ -30,10 +30,10 @@ - Automatically start SarmaCoins after logging in to the system. + Automatically start Dash after logging in to the system. - &Start SarmaCoins on system login + &Start Dash on system login @@ -177,7 +177,7 @@ - Amount of SarmaCoins to keep anonymized + Amount of Dash to keep anonymized @@ -258,7 +258,7 @@ - Automatically open the SarmaCoins client port on the router. This only works when your router supports UPnP and it is enabled. + Automatically open the Dash client port on the router. This only works when your router supports UPnP and it is enabled. Map port using &UPnP @@ -278,7 +278,7 @@ - Connect to the SarmaCoins network through a SOCKS5 proxy. + Connect to the Dash network through a SOCKS5 proxy. &Connect through SOCKS5 proxy (default proxy): @@ -444,7 +444,7 @@ - The user interface language can be set here. This setting will take effect after restarting SarmaCoins. + The user interface language can be set here. This setting will take effect after restarting Dash. @@ -466,7 +466,7 @@ Language missing or translation incomplete? Help contributing translations here: -https://www.transifex.com/projects/p/SarmaCoins/ +https://www.transifex.com/projects/p/dash/ true diff --git a/src/qt/forms/overviewpage.ui b/src/qt/forms/overviewpage.ui index 0c2dcba9e5d90..a7925a3730b35 100644 --- a/src/qt/forms/overviewpage.ui +++ b/src/qt/forms/overviewpage.ui @@ -70,7 +70,7 @@ WhatsThisCursor - The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. + The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. QLabel { color: red; } @@ -474,7 +474,7 @@ - 0 SarmaCoins + 0 DASH @@ -488,7 +488,7 @@ - 0 SarmaCoins / 0 Rounds + 0 DASH / 0 Rounds @@ -1085,7 +1085,7 @@ - The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. + The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. QLabel { color: red; } @@ -1162,7 +1162,7 @@ WhatsThisCursor - The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. + The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. QLabel { color: red; } diff --git a/src/qt/forms/receivecoinsdialog.ui b/src/qt/forms/receivecoinsdialog.ui index fa36a9b671782..e0234fb368f05 100644 --- a/src/qt/forms/receivecoinsdialog.ui +++ b/src/qt/forms/receivecoinsdialog.ui @@ -48,7 +48,7 @@ - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the SarmaCoins network. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dash network. &Message: @@ -71,7 +71,7 @@ - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the SarmaCoins network. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Dash network. @@ -141,7 +141,7 @@ &Request payment - + :/icons/receiving_addresses:/icons/receiving_addresses @@ -161,7 +161,7 @@ Clear - + :/icons/remove:/icons/remove @@ -264,7 +264,7 @@ Show - + :/icons/edit:/icons/edit @@ -284,7 +284,7 @@ Remove - + :/icons/remove:/icons/remove @@ -332,7 +332,7 @@ removeRequestButton - + diff --git a/src/qt/forms/rpcconsole.ui b/src/qt/forms/rpcconsole.ui index 22eaf4a154ff0..089b9de898e95 100644 --- a/src/qt/forms/rpcconsole.ui +++ b/src/qt/forms/rpcconsole.ui @@ -185,7 +185,7 @@ - Open the SarmaCoins debug log file from the current data directory. This can take a few seconds for large log files. + Open the Dash debug log file from the current data directory. This can take a few seconds for large log files. &Open @@ -414,7 +414,7 @@ - + :/icons/remove:/icons/remove @@ -1334,7 +1334,7 @@ - + diff --git a/src/qt/forms/sendcoinsdialog.ui b/src/qt/forms/sendcoinsdialog.ui index cb2ccfef01943..e89957058d42f 100644 --- a/src/qt/forms/sendcoinsdialog.ui +++ b/src/qt/forms/sendcoinsdialog.ui @@ -324,7 +324,7 @@ Qt::ActionsContextMenu - 0.00 SarmaCoins + 0.00 DASH Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse @@ -404,7 +404,7 @@ Qt::ActionsContextMenu - 0.00 SarmaCoins + 0.00 DASH Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse @@ -484,7 +484,7 @@ Qt::ActionsContextMenu - 0.00 SarmaCoins + 0.00 DASH Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse @@ -513,7 +513,7 @@ Qt::ActionsContextMenu - 0.00 SarmaCoins + 0.00 DASH Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse @@ -904,7 +904,7 @@ - Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for SarmaCoins transactions than the network can process. + Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for dash transactions than the network can process. @@ -917,7 +917,7 @@ true - Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for SarmaCoins transactions than the network can process. + Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for dash transactions than the network can process. (read the tooltip) @@ -1258,7 +1258,7 @@ S&end - + :/icons/send:/icons/send @@ -1284,7 +1284,7 @@ Clear &All - + :/icons/remove:/icons/remove @@ -1301,7 +1301,7 @@ Add &Recipient - + :/icons/add:/icons/add @@ -1378,7 +1378,7 @@ IBeamCursor - 123.456 SarmaCoins + 123.456 DASH Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse @@ -1405,7 +1405,7 @@ - + diff --git a/src/qt/forms/sendcoinsentry.ui b/src/qt/forms/sendcoinsentry.ui index 6b1e59d101d35..a6d0a8cf242eb 100644 --- a/src/qt/forms/sendcoinsentry.ui +++ b/src/qt/forms/sendcoinsentry.ui @@ -51,7 +51,7 @@ - The SarmaCoins address to send the payment to + The Dash address to send the payment to @@ -64,7 +64,7 @@ - + :/icons/address-book:/icons/address-book @@ -81,7 +81,7 @@ - + :/icons/editpaste:/icons/editpaste @@ -98,7 +98,7 @@ - + :/icons/remove:/icons/remove @@ -154,7 +154,7 @@ - A message that was attached to the SarmaCoins: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the SarmaCoins network. + A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network. Qt::PlainText @@ -622,7 +622,7 @@ - + :/icons/remove:/icons/remove @@ -1158,7 +1158,7 @@ - + :/icons/remove:/icons/remove @@ -1230,7 +1230,7 @@ deleteButton_s - + diff --git a/src/qt/forms/signverifymessagedialog.ui b/src/qt/forms/signverifymessagedialog.ui index d3d25baa7141b..66d7c5b111df8 100644 --- a/src/qt/forms/signverifymessagedialog.ui +++ b/src/qt/forms/signverifymessagedialog.ui @@ -48,7 +48,7 @@ - The SarmaCoins address to sign the message with + The Dash address to sign the message with @@ -61,7 +61,7 @@ - + :/icons/address-book:/icons/address-book @@ -81,7 +81,7 @@ - + :/icons/editpaste:/icons/editpaste @@ -137,7 +137,7 @@ - + :/icons/editcopy:/icons/editcopy @@ -152,13 +152,13 @@ - Sign the message to prove you own this SarmaCoins address + Sign the message to prove you own this Dash address Sign &Message - + :/icons/edit:/icons/edit @@ -175,7 +175,7 @@ Clear &All - + :/icons/remove:/icons/remove @@ -258,7 +258,7 @@ - The SarmaCoins address the message was signed with + The Dash address the message was signed with @@ -271,7 +271,7 @@ - + :/icons/address-book:/icons/address-book @@ -295,13 +295,13 @@ - Verify the message to ensure it was signed with the specified SarmaCoins address + Verify the message to ensure it was signed with the specified Dash address Verify &Message - + :/icons/transaction_0:/icons/transaction_0 @@ -318,7 +318,7 @@ Clear &All - + :/icons/remove:/icons/remove @@ -384,7 +384,7 @@ - + diff --git a/src/qt/guiconstants.h b/src/qt/guiconstants.h index d0cc4586190bb..c563ef88369eb 100644 --- a/src/qt/guiconstants.h +++ b/src/qt/guiconstants.h @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -45,9 +45,9 @@ static const int MAX_URI_LENGTH = 255; /* Number of frames in spinner animation */ #define SPINNER_FRAMES 35 -#define QAPP_ORG_NAME "SarmaCoins" +#define QAPP_ORG_NAME "Dash" #define QAPP_ORG_DOMAIN "SarmaCoins.io" -#define QAPP_APP_NAME_DEFAULT "SarmaCoins-Qt" -#define QAPP_APP_NAME_TESTNET "SarmaCoins-Qt-testnet" +#define QAPP_APP_NAME_DEFAULT "Dash-Qt" +#define QAPP_APP_NAME_TESTNET "Dash-Qt-testnet" #endif // BITCOIN_QT_GUICONSTANTS_H diff --git a/src/qt/guiutil.cpp b/src/qt/guiutil.cpp index 10fe0f3d0efc8..6f495230b65de 100644 --- a/src/qt/guiutil.cpp +++ b/src/qt/guiutil.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -107,7 +107,7 @@ void setupAddressWidget(QValidatedLineEdit *widget, QWidget *parent) #if QT_VERSION >= 0x040700 // We don't want translators to use own addresses in translations // and this is the only place, where this address is supplied. - widget->setPlaceholderText(QObject::tr("Enter a SarmaCoins address (e.g. %1)").arg("XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg")); + widget->setPlaceholderText(QObject::tr("Enter a Dash address (e.g. %1)").arg("XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg")); #endif widget->setValidator(new BitcoinAddressEntryValidator(parent)); widget->setCheckValidator(new BitcoinAddressCheckValidator(parent)); @@ -124,8 +124,8 @@ void setupAmountWidget(QLineEdit *widget, QWidget *parent) bool parseBitcoinURI(const QUrl &uri, SendCoinsRecipient *out) { - // return if URI is not valid or is no SarmaCoins: URI - if(!uri.isValid() || uri.scheme() != QString("SarmaCoins")) + // return if URI is not valid or is no dash: URI + if(!uri.isValid() || uri.scheme() != QString("dash")) return false; SendCoinsRecipient rv; @@ -165,7 +165,7 @@ bool parseBitcoinURI(const QUrl &uri, SendCoinsRecipient *out) { if(!i->second.isEmpty()) { - if(!BitcoinUnits::parse(BitcoinUnits::SarmaCoins, i->second, &rv.amount)) + if(!BitcoinUnits::parse(BitcoinUnits::DASH, i->second, &rv.amount)) { return false; } @@ -185,13 +185,13 @@ bool parseBitcoinURI(const QUrl &uri, SendCoinsRecipient *out) bool parseBitcoinURI(QString uri, SendCoinsRecipient *out) { - // Convert SarmaCoins:// to SarmaCoins: + // Convert dash:// to dash: // - // Cannot handle this later, because SarmaCoins:// will cause Qt to see the part after // as host, + // Cannot handle this later, because dash:// will cause Qt to see the part after // as host, // which will lower-case it (and thus invalidate the address). - if(uri.startsWith("SarmaCoins://", Qt::CaseInsensitive)) + if(uri.startsWith("dash://", Qt::CaseInsensitive)) { - uri.replace(0, 7, "SarmaCoins:"); + uri.replace(0, 7, "dash:"); } QUrl uriInstance(uri); return parseBitcoinURI(uriInstance, out); @@ -199,12 +199,12 @@ bool parseBitcoinURI(QString uri, SendCoinsRecipient *out) QString formatBitcoinURI(const SendCoinsRecipient &info) { - QString ret = QString("SarmaCoins:%1").arg(info.address); + QString ret = QString("dash:%1").arg(info.address); int paramCount = 0; if (info.amount) { - ret += QString("?amount=%1").arg(BitcoinUnits::format(BitcoinUnits::SarmaCoins, info.amount, false, BitcoinUnits::separatorNever)); + ret += QString("?amount=%1").arg(BitcoinUnits::format(BitcoinUnits::DASH, info.amount, false, BitcoinUnits::separatorNever)); paramCount++; } @@ -392,7 +392,7 @@ void openConfigfile() { boost::filesystem::path pathConfig = GetConfigFile(); - /* Open SarmaCoins.conf with the associated application */ + /* Open dash.conf with the associated application */ if (boost::filesystem::exists(pathConfig)) QDesktopServices::openUrl(QUrl::fromLocalFile(boostPathToQString(pathConfig))); } @@ -590,12 +590,12 @@ TableViewLastColumnResizingFixer::TableViewLastColumnResizingFixer(QTableView* t #ifdef WIN32 boost::filesystem::path static StartupShortcutPath() { - return GetSpecialFolderPath(CSIDL_STARTUP) / "SarmaCoins.lnk"; + return GetSpecialFolderPath(CSIDL_STARTUP) / "Dash.lnk"; } bool GetStartOnSystemStartup() { - // check for SarmaCoins.lnk + // check for Dash.lnk return boost::filesystem::exists(StartupShortcutPath()); } @@ -672,7 +672,7 @@ boost::filesystem::path static GetAutostartDir() boost::filesystem::path static GetAutostartFilePath() { - return GetAutostartDir() / "SarmaCoins.desktop"; + return GetAutostartDir() / "dash.desktop"; } bool GetStartOnSystemStartup() @@ -710,10 +710,10 @@ bool SetStartOnSystemStartup(bool fAutoStart) boost::filesystem::ofstream optionFile(GetAutostartFilePath(), std::ios_base::out|std::ios_base::trunc); if (!optionFile.good()) return false; - // Write a SarmaCoins.desktop file to the autostart directory: + // Write a dash.desktop file to the autostart directory: optionFile << "[Desktop Entry]\n"; optionFile << "Type=Application\n"; - optionFile << "Name=SarmaCoins\n"; + optionFile << "Name=Dash\n"; optionFile << "Exec=" << pszExePath << " -min\n"; optionFile << "Terminal=false\n"; optionFile << "Hidden=false\n"; @@ -732,7 +732,7 @@ bool SetStartOnSystemStartup(bool fAutoStart) LSSharedFileListItemRef findStartupItemInList(LSSharedFileListRef list, CFURLRef findUrl); LSSharedFileListItemRef findStartupItemInList(LSSharedFileListRef list, CFURLRef findUrl) { - // loop through the list of startup items and try to find the SarmaCoins app + // loop through the list of startup items and try to find the dash app CFArrayRef listSnapshot = LSSharedFileListCopySnapshot(list, NULL); for(int i = 0; i < CFArrayGetCount(listSnapshot); i++) { LSSharedFileListItemRef item = (LSSharedFileListItemRef)CFArrayGetValueAtIndex(listSnapshot, i); @@ -766,7 +766,7 @@ bool SetStartOnSystemStartup(bool fAutoStart) LSSharedFileListItemRef foundItem = findStartupItemInList(loginItems, bitcoinAppUrl); if(fAutoStart && !foundItem) { - // add SarmaCoins app to startup item list + // add dash app to startup item list LSSharedFileListInsertItemURL(loginItems, kLSSharedFileListItemBeforeFirst, NULL, NULL, bitcoinAppUrl, NULL, NULL); } else if(!fAutoStart && foundItem) { diff --git a/src/qt/guiutil.h b/src/qt/guiutil.h index c144df3ecac04..4dd6ca2f6c5a3 100644 --- a/src/qt/guiutil.h +++ b/src/qt/guiutil.h @@ -29,7 +29,7 @@ class QUrl; class QWidget; QT_END_NAMESPACE -/** Utility functions used by the SarmaCoins Qt UI. +/** Utility functions used by the Dash Qt UI. */ namespace GUIUtil { @@ -37,14 +37,14 @@ namespace GUIUtil QString dateTimeStr(const QDateTime &datetime); QString dateTimeStr(qint64 nTime); - // Render SarmaCoins addresses in monospace font + // Render Dash addresses in monospace font QFont bitcoinAddressFont(); // Set up widgets for address and amounts void setupAddressWidget(QValidatedLineEdit *widget, QWidget *parent); void setupAmountWidget(QLineEdit *widget, QWidget *parent); - // Parse "SarmaCoins:" URI into recipient object, return true on successful parsing + // Parse "dash:" URI into recipient object, return true on successful parsing bool parseBitcoinURI(const QUrl &uri, SendCoinsRecipient *out); bool parseBitcoinURI(QString uri, SendCoinsRecipient *out); QString formatBitcoinURI(const SendCoinsRecipient &info); @@ -106,7 +106,7 @@ namespace GUIUtil // Open debug.log void openDebugLogfile(); - // Open SarmaCoins.conf + // Open dash.conf void openConfigfile(); // Browse backup folder diff --git a/src/qt/intro.cpp b/src/qt/intro.cpp index e9e6e0d4c633e..b31091ceb575c 100644 --- a/src/qt/intro.cpp +++ b/src/qt/intro.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -182,7 +182,7 @@ void Intro::pickDataDirectory() TryCreateDirectory(GUIUtil::qstringToBoostPath(dataDir)); break; } catch(fs::filesystem_error &e) { - QMessageBox::critical(0, tr("SarmaCoins Core"), + QMessageBox::critical(0, tr("Dash Core"), tr("Error: Specified data directory \"%1\" cannot be created.").arg(dataDir)); /* fall through, back to choosing screen */ } @@ -191,8 +191,8 @@ void Intro::pickDataDirectory() settings.setValue("strDataDir", dataDir); } /* Only override -datadir if different from the default, to make it possible to - * override -datadir in the SarmaCoins.conf file in the default data directory - * (to be consistent with SarmaCoinsd behavior) + * override -datadir in the dash.conf file in the default data directory + * (to be consistent with dashd behavior) */ if(dataDir != getDefaultDataDirectory()) SoftSetArg("-datadir", GUIUtil::qstringToBoostPath(dataDir).string()); // use OS locale for path setting diff --git a/src/qt/locale/dash_bg.ts b/src/qt/locale/dash_bg.ts index 4175460d5b573..c9b6fcf5efe95 100644 --- a/src/qt/locale/dash_bg.ts +++ b/src/qt/locale/dash_bg.ts @@ -62,12 +62,12 @@ Адреси за получаване - These are your SarmaCoins addresses for sending payments. Always check the amount and the receiving address before sending coins. - Това са вашите SarmaCoins адреси за изпращане на плащания. Преди изпращане винаги проверявайте количеството и адреса за получаване на монетите. + These are your Dash addresses for sending payments. Always check the amount and the receiving address before sending coins. + Това са вашите Dash адреси за изпращане на плащания. Преди изпращане винаги проверявайте количеството и адреса за получаване на монетите. - These are your SarmaCoins addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Това са вашите SarmaCoins адреси за получаване на плащания. Препоръчително е да използвате нов адрес за всяка нова транзакция. + These are your Dash addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + Това са вашите Dash адреси за получаване на плащания. Препоръчително е да използвате нов адрес за всяка нова транзакция. &Copy Address @@ -176,8 +176,8 @@ Потвърдете на шифрирането на портфейла - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR SarmaCoins</b>! - Внимание: Ако шифрирате вашия портфейл и загубите паролата си, <b>ЩЕ ЗАГУБИТЕ ВСИЧКИ SarmaCoins МОНЕТИ!</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR DASH</b>! + Внимание: Ако шифрирате вашия портфейл и загубите паролата си, <b>ЩЕ ЗАГУБИТЕ ВСИЧКИ DASH МОНЕТИ!</b>! Are you sure you wish to encrypt your wallet? @@ -188,8 +188,8 @@ Портфейлът е шифриран - SarmaCoins will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your SarmaCoinss from being stolen by malware infecting your computer. - SarmaCoins ще се затвори, за да завърши процеса по шифриране. Запомнете, че шифрирането на вашия портфейл не може напълно да ви предпази от кражба на монетите чрез зловреден софтуер инфектирал компютъра ви. + Dash will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your dashs from being stolen by malware infecting your computer. + Dash ще се затвори, за да завърши процеса по шифриране. Запомнете, че шифрирането на вашия портфейл не може напълно да ви предпази от кражба на монетите чрез зловреден софтуер инфектирал компютъра ви. IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. @@ -231,8 +231,8 @@ BitcoinGUI - SarmaCoins Core - SarmaCoins Ядро + Dash Core + Dash Ядро Wallet @@ -255,16 +255,16 @@ &Изпращане - Send coins to a SarmaCoins address - Изпращане на монети към SarmaCoins адрес + Send coins to a Dash address + Изпращане на монети към Dash адрес &Receive &Получаване - Request payments (generates QR codes and SarmaCoins: URIs) - Заявка за плащане (генерира QR кодове и SarmaCoins: URI) + Request payments (generates QR codes and dash: URIs) + Заявка за плащане (генерира QR кодове и Dash: URI) &Transactions @@ -283,12 +283,12 @@ Изход от приложението - &About SarmaCoins Core - &За SarmaCoins ядрото + &About Dash Core + &За Dash ядрото - Show information about SarmaCoins Core - Покаци информация за SarmaCoins Core + Show information about Dash Core + Покаци информация за Dash Core About &Qt @@ -303,8 +303,8 @@ &Опции... - Modify configuration options for SarmaCoins - Промяна на опции за конфигуриране на SarmaCoins + Modify configuration options for Dash + Промяна на опции за конфигуриране на Dash &Show / Hide @@ -355,16 +355,16 @@ Подписване на &съобщение... - Sign messages with your SarmaCoins addresses to prove you own them - Подпиши съобщения с твоите SarmaCoins адреси за да докажеш че ги притежаваш + Sign messages with your Dash addresses to prove you own them + Подпиши съобщения с твоите Dash адреси за да докажеш че ги притежаваш &Verify message... &Проверка на съобщение... - Verify messages to ensure they were signed with specified SarmaCoins addresses - Проверете съобщенията, за да сте сигурни че са подписани с определен SarmaCoins адрес + Verify messages to ensure they were signed with specified Dash addresses + Проверете съобщенията, за да сте сигурни че са подписани с определен Dash адрес &Information @@ -443,16 +443,16 @@ Отвори &URI... - Open a SarmaCoins: URI or payment request - Отвори SarmaCoins: URI или заявка за плащане + Open a dash: URI or payment request + Отвори Dash: URI или заявка за плащане &Command-line options &Опции на командния ред - SarmaCoins Core client - SarmaCoins Core клиент + Dash Core client + Dash Core клиент Processed %n blocks of transaction history. @@ -463,8 +463,8 @@ Синхронизиране на допълнителни данни: %p% - Show the SarmaCoins Core help message to get a list with possible SarmaCoins command-line options - Покажи съобщението за помощ на SarmaCoins ядрото за да получиш списък на възможните опции за командния ред + Show the Dash Core help message to get a list with possible Dash command-line options + Покажи съобщението за помощ на Dash ядрото за да получиш списък на възможните опции за командния ред &File @@ -487,8 +487,8 @@ Лента с инструменти - %n active connection(s) to SarmaCoins network - %n активни връзки към SarmaCoins мрежата%n активни връзки към SarmaCoins мрежата + %n active connection(s) to Dash network + %n активни връзки към Dash мрежата%n активни връзки към Dash мрежата Synchronizing with network... @@ -864,28 +864,28 @@ Address: %4 Моля изберете ниво на сигурност. - Use 2 separate masternodes to mix funds up to 1000 SarmaCoins - Използване на 2 различни masternodes за смесване на средства до 1000 SarmaCoins + Use 2 separate masternodes to mix funds up to 1000 DASH + Използване на 2 различни masternodes за смесване на средства до 1000 DASH - Use 8 separate masternodes to mix funds up to 1000 SarmaCoins - Използване на 8 различни masternodes за смесване на средства до 1000 SarmaCoins + Use 8 separate masternodes to mix funds up to 1000 DASH + Използване на 8 различни masternodes за смесване на средства до 1000 DASH Use 16 separate masternodes - Използване на 16 различни masternodes за смесване на средства до 1000 SarmaCoins + Използване на 16 различни masternodes за смесване на средства до 1000 DASH - This option is the quickest and will cost about ~0.025 SarmaCoins to anonymize 1000 SarmaCoins - Това е най-бързият вариант, анонимизиране на 1000 SarmaCoins ще ви струва около 0.025 SarmaCoins + This option is the quickest and will cost about ~0.025 DASH to anonymize 1000 DASH + Това е най-бързият вариант, анонимизиране на 1000 DASH ще ви струва около 0.025 DASH - This option is moderately fast and will cost about 0.05 SarmaCoins to anonymize 1000 SarmaCoins - Това е средно бърз вариант, анонимизиране на 1000 SarmaCoins ще ви струва около 0.05 SarmaCoins + This option is moderately fast and will cost about 0.05 DASH to anonymize 1000 DASH + Това е средно бърз вариант, анонимизиране на 1000 DASH ще ви струва около 0.05 DASH - 0.1 SarmaCoins per 1000 SarmaCoins you anonymize. - 0.1 SarmaCoins за всеки 1000 SarmaCoins които анонимизирате. + 0.1 DASH per 1000 DASH you anonymize. + 0.1 DASH за всеки 1000 DASH които анонимизирате. This is the slowest and most secure option. Using maximum anonymity will cost @@ -896,16 +896,16 @@ Address: %4 Настройка на Darksend - Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening SarmaCoins's configuration screen. - Darksend беше успешно настроен на режим основен (%1 и 2 цикъла). Можете да промените тази настройка по всяко време, като отворите конфигурационния прозорец на SarmaCoins. + Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend беше успешно настроен на режим основен (%1 и 2 цикъла). Можете да промените тази настройка по всяко време, като отворите конфигурационния прозорец на Dash. - Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening SarmaCoins's configuration screen. - Darksend беше успешно настроен на режим висок (%1 и 8 цикъла). Можете да промените тази настройка по всяко време, като отворите конфигурационния прозорец на SarmaCoins. + Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend беше успешно настроен на режим висок (%1 и 8 цикъла). Можете да промените тази настройка по всяко време, като отворите конфигурационния прозорец на Dash. - Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening SarmaCoins's configuration screen. - Darksend беше успешно настроен на режим максимум (%1 и 16 цикъла). Можете да промените тази настройка по всяко време, като отворите конфигурационния прозорец на SarmaCoins. + Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend беше успешно настроен на режим максимум (%1 и 16 цикъла). Можете да промените тази настройка по всяко време, като отворите конфигурационния прозорец на Dash. @@ -947,8 +947,8 @@ Address: %4 Редактиране на адрес за изпращане - The entered address "%1" is not a valid SarmaCoins address. - Въведеният адрес "%1" не е валиден SarmaCoins адрес. + The entered address "%1" is not a valid Dash address. + Въведеният адрес "%1" не е валиден Dash адрес. The entered address "%1" is already in the address book. @@ -989,8 +989,8 @@ Address: %4 HelpMessageDialog - SarmaCoins Core - SarmaCoins ядро + Dash Core + Dash ядро version @@ -1001,8 +1001,8 @@ Address: %4 (%1-битов) - About SarmaCoins Core - За SarmaCoins ядрото + About Dash Core + За Dash ядрото Command-line options @@ -1048,16 +1048,16 @@ Address: %4 Добре дошли - Welcome to SarmaCoins Core. - Добре дошли в ядрото на SarmaCoins. + Welcome to Dash Core. + Добре дошли в ядрото на Dash. - As this is the first time the program is launched, you can choose where SarmaCoins Core will store its data. - Тъй като програмата се стартира за първи път вие може да изберете къде SarmaCoins да съхранява своята информация. + As this is the first time the program is launched, you can choose where Dash Core will store its data. + Тъй като програмата се стартира за първи път вие може да изберете къде Dash да съхранява своята информация. - SarmaCoins Core will download and store a copy of the SarmaCoins block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - SarmaCoins ще свали и съхрани копие на SarmaCoins регистъра на блокове. Информацията ще заеме поне %1ГБ пространство и ще нараства с времето. В тази папка ще бъде съхранен и портфейла. + Dash Core will download and store a copy of the Dash block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + Dash ще свали и съхрани копие на Dash регистъра на блокове. Информацията ще заеме поне %1ГБ пространство и ще нараства с времето. В тази папка ще бъде съхранен и портфейла. Use the default data directory @@ -1068,8 +1068,8 @@ Address: %4 Определете папка по ваш избор: - SarmaCoins Core - SarmaCoins ядро + Dash Core + Dash ядро Error: Specified data directory "%1" cannot be created. @@ -1122,12 +1122,12 @@ Address: %4 &Основни - Automatically start SarmaCoins after logging in to the system. - Автоматично стартиране на SarmaCoins след влизане в системата. + Automatically start Dash after logging in to the system. + Автоматично стартиране на Dash след влизане в системата. - &Start SarmaCoins on system login - &Стартирне на SarmaCoins при влизане в системата. + &Start Dash on system login + &Стартирне на Dash при влизане в системата. Size of &database cache @@ -1147,15 +1147,15 @@ Address: %4 Darksend rounds to use - Използвани SarmaCoins цикли + Използвани Dash цикли This amount acts as a threshold to turn off Darksend once it's reached. Тази сума действа като праг, за да се изключи Darksend, когато той е достигнат. - Amount of SarmaCoins to keep anonymized - Постоянно поддържано количество анонимни SarmaCoins монети + Amount of Dash to keep anonymized + Постоянно поддържано количество анонимни Dash монети W&allet @@ -1174,8 +1174,8 @@ Address: %4 Разрешени входящи връзки - Connect to the SarmaCoins network through a SOCKS5 proxy. - Свързване с мрежата на SarmaCoins чрез SOCKS5 прокси. + Connect to the Dash network through a SOCKS5 proxy. + Свързване с мрежата на Dash чрез SOCKS5 прокси. &Connect through SOCKS5 proxy (default proxy): @@ -1206,8 +1206,8 @@ Address: %4 &Мрежа - Automatically open the SarmaCoins client port on the router. This only works when your router supports UPnP and it is enabled. - Автоматично отваря порта за SarmaCoins клиента в маршрутизатора. Това работи само когато вашият маршрутизатор поддържа UPnP и той е разрешен. + Automatically open the Dash client port on the router. This only works when your router supports UPnP and it is enabled. + Автоматично отваря порта за Dash клиента в маршрутизатора. Това работи само когато вашият маршрутизатор поддържа UPnP и той е разрешен. Map port using &UPnP @@ -1258,14 +1258,14 @@ Address: %4 Език на потребителски &изглед : - The user interface language can be set here. This setting will take effect after restarting SarmaCoins. - Тук можете да промените езика на потребителския изглед. Настройката ще влезе в сила след рестартиране на SarmaCoins. + The user interface language can be set here. This setting will take effect after restarting Dash. + Тук можете да промените езика на потребителския изглед. Настройката ще влезе в сила след рестартиране на Dash. Language missing or translation incomplete? Help contributing translations here: -https://www.transifex.com/projects/p/SarmaCoins/ +https://www.transifex.com/projects/p/dash/ Липсва език или превода е непълен? Можете да помогнете с превода тук: -https://www.transifex.com/projects/p/SarmaCoins/ +https://www.transifex.com/projects/p/dash/ User Interface Theme: @@ -1347,8 +1347,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Формуляр - The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. - Показаната информация може да е остаряла. Вашият портфейл се синхронизира автоматично след изграждането на връзка с SarmaCoins мрежата, но този процес все още не е завършен. + The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. + Показаната информация може да е остаряла. Вашият портфейл се синхронизира автоматично след изграждането на връзка с Dash мрежата, но този процес все още не е завършен. Available: @@ -1431,8 +1431,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Количество и цикли: - 0 SarmaCoins / 0 Rounds - 0 SarmaCoins / 0 Цикъла + 0 DASH / 0 Rounds + 0 DASH / 0 Цикъла Submitted Denom: @@ -1568,8 +1568,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Грешка в заявката за плащане - Cannot start SarmaCoins: click-to-pay handler - Не може да стартира SarmaCoins: кликни за плащане на притежателя + Cannot start dash: click-to-pay handler + Не може да стартира dash: кликни за плащане на притежателя URI handling @@ -1588,8 +1588,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Невалиден адрес за плащане %1 - URI cannot be parsed! This can be caused by an invalid SarmaCoins address or malformed URI parameters. - Грешка при анализ на URI! Това може да е следствие от неправилен SarmaCoins адрес или неправилно зададени URI параметри. + URI cannot be parsed! This can be caused by an invalid Dash address or malformed URI parameters. + Грешка при анализ на URI! Това може да е следствие от неправилен Dash адрес или неправилно зададени URI параметри. Payment request file cannot be read! This can be caused by an invalid payment request file. @@ -1674,8 +1674,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Сума - Enter a SarmaCoins address (e.g. %1) - Въведете SarmaCoins адрес (напр.%1) + Enter a Dash address (e.g. %1) + Въведете Dash адрес (напр.%1) %1 d @@ -1764,8 +1764,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Брой връзки - Open the SarmaCoins debug log file from the current data directory. This can take a few seconds for large log files. - Отваря файла за откриване на грешки на SarmaCoins от текущата папка. За по-големите файлове това може да отнеме няколко секунди. + Open the Dash debug log file from the current data directory. This can take a few seconds for large log files. + Отваря файла за откриване на грешки на Dash от текущата папка. За по-големите файлове това може да отнеме няколко секунди. &Open @@ -1972,8 +1972,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Изход: - Welcome to the SarmaCoins RPC console. - Добре дошли в SarmaCoins RPC (Remote Procedure Call) конзолата. + Welcome to the Dash RPC console. + Добре дошли в Dash RPC (Remote Procedure Call) конзолата. Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -2035,8 +2035,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ П&овторно използване на съществуващ адрес за получаване (не се препоръчва) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the SarmaCoins network. - Възможност да се прикрепи съобщение към заявката за плащане, което да бъде показано при отваряне на заявката. Забележка: съобщението няма да бъде изпратено с плащането по мрежата на SarmaCoins. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dash network. + Възможност да се прикрепи съобщение към заявката за плащане, което да бъде показано при отваряне на заявката. Забележка: съобщението няма да бъде изпратено с плащането по мрежата на Dash. &Message: @@ -2047,8 +2047,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Възможност да се прикрепи наименование към новия адрес за получаване. - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the SarmaCoins network. - Възможност да се прикрепи съобщение към заявката за плащане, което да бъде показано при отваряне на заявката. <br>Забележка: съобщението няма да бъде изпратено с плащането по мрежата на SarmaCoins. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Dash network. + Възможност да се прикрепи съобщение към заявката за плащане, което да бъде показано при отваряне на заявката. <br>Забележка: съобщението няма да бъде изпратено с плащането по мрежата на Dash. Use this form to request payments. All fields are <b>optional</b>. @@ -2292,8 +2292,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Ако променената такса е 1000 duffs и транзакцията е само 250 байта, тогава "за килобайт" само плаща такса 250 duffs,<br /> тогава"за последно" заплаща 1000 duffs. За транзакции по-големи от килобайт едновременно се заплащат от килобайт. - Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for SarmaCoins transactions than the network can process. - Разплащането само минималната такса ще продължи толкова дълго,докато транзакцията заема по-малък обем в блоковото пространство.<br /> Но имайте предвид, че транзакцията може да се окаже без първоначално потвърждение ако се появи голямо търсене на SarmaCoins транзакции отколкото мрежата може да обработи. + Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for dash transactions than the network can process. + Разплащането само минималната такса ще продължи толкова дълго,докато транзакцията заема по-малък обем в блоковото пространство.<br /> Но имайте предвид, че транзакцията може да се окаже без първоначално потвърждение ако се появи голямо търсене на dash транзакции отколкото мрежата може да обработи. per kilobyte @@ -2496,8 +2496,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Плати само минималната такса от %1 - Warning: Invalid SarmaCoins address - Внимание: Невалиден SarmaCoins адрес + Warning: Invalid Dash address + Внимание: Невалиден Dash адрес Warning: Unknown change address @@ -2519,8 +2519,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Плати &На: - The SarmaCoins address to send the payment to - SarmaCoins адресът да изпрати плащането към + The Dash address to send the payment to + Dash адресът да изпрати плащането към Choose previously used address @@ -2559,8 +2559,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Съобщение: - A message that was attached to the SarmaCoins: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the SarmaCoins network. - Съобщението което беше прикрепено към SarmaCoins: URI ще бъде запазено с транзакцията за ваше сведение. Забележка: Това съобщение няма да бъде изпратено през SarmaCoins мрежата. + A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network. + Съобщението което беше прикрепено към dash: URI ще бъде запазено с транзакцията за ваше сведение. Забележка: Това съобщение няма да бъде изпратено през Dash мрежата. This is an unverified payment request. @@ -2586,8 +2586,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ ShutdownWindow - SarmaCoins Core is shutting down... - SarmaCoins ядрото се изключва... + Dash Core is shutting down... + Dash ядрото се изключва... Do not shut down the computer until this window disappears. @@ -2609,8 +2609,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Можете да подпишете съобщение като доказателство, че притежавате определен адрес. Бъдете внимателни и не подписвайте съобщения, които биха разкрили лична информация без вашето съгласие. - The SarmaCoins address to sign the message with - SarmaCoins адресът да подпише съобщението + The Dash address to sign the message with + Dash адресът да подпише съобщението Choose previously used address @@ -2641,8 +2641,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Копиране на текущия подпис в системния клипборд - Sign the message to prove you own this SarmaCoins address - Подпиши съобщението за да докажеш че притежаваш този SarmaCoins адрес + Sign the message to prove you own this Dash address + Подпиши съобщението за да докажеш че притежаваш този Dash адрес Sign &Message @@ -2665,12 +2665,12 @@ https://www.transifex.com/projects/p/SarmaCoins/ Въведете подписания адрес, съобщението (уверете се, че сте копирали редовете, спациите, табовете и другите точно) и подпишете отдолу, за да удостоверите съобщението. Внимавайте да не вмъкнете излишни символи в подписа от това, което е в самото съобщение, за да избегнете риска от злонамерна външа намеса. - The SarmaCoins address the message was signed with - SarmaCoins адресът ,с който е подписано съобщението + The Dash address the message was signed with + Dash адресът ,с който е подписано съобщението - Verify the message to ensure it was signed with the specified SarmaCoins address - Проверете съобщението, за да сте сигурни че е подписано с определен SarmaCoins адрес + Verify the message to ensure it was signed with the specified Dash address + Проверете съобщението, за да сте сигурни че е подписано с определен Dash адрес Verify &Message @@ -2736,8 +2736,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ SplashScreen - SarmaCoins Core - SarmaCoins Ядро + Dash Core + Dash Ядро Version %1 @@ -2748,8 +2748,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Водещи Bitcoin разработчици - The SarmaCoins Core developers - Водещи SarmaCoins разработчици + The Dash Core developers + Водещи Dash разработчици [testnet] @@ -3276,8 +3276,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Изпращане - InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 SarmaCoins. - InstantX не поддържа изпращане на толкова големи суми. Транзакциите са ограничени до %1 SarmaCoins. + InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 DASH. + InstantX не поддържа изпращане на толкова големи суми. Транзакциите са ограничени до %1 DASH. @@ -3320,14 +3320,14 @@ https://www.transifex.com/projects/p/SarmaCoins/ - SarmaCoins-core + dash-core Bind to given address and always listen on it. Use [host]:port notation for IPv6 Свързва се с посочения адрес и винаги слуша за него. Използвайте [хост]:порт за изписване при IPv6 - Cannot obtain a lock on data directory %s. SarmaCoins Core is probably already running. - Не може да се заключи дата директорията %s. SarmaCoins ядрото вече работи. + Cannot obtain a lock on data directory %s. Dash Core is probably already running. + Не може да се заключи дата директорията %s. Dash ядрото вече работи. Darksend uses exact denominated amounts to send funds, you might simply need to anonymize some more coins. @@ -3382,16 +3382,16 @@ https://www.transifex.com/projects/p/SarmaCoins/ Това е предварителна тест версия - използвайте я на ваша отговорност - не използвайте за копане или за търговски приложения. - Unable to bind to %s on this computer. SarmaCoins Core is probably already running. - Не може да се свърже с %s на този компютър. SarmaCoins ядрото най-вероятно вече работи. + Unable to bind to %s on this computer. Dash Core is probably already running. + Не може да се свърже с %s на този компютър. Dash ядрото най-вероятно вече работи. Unable to locate enough Darksend denominated funds for this transaction. Не са намерени достатъчно Darksend деноминирани средства за тази транзакция. - Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 SarmaCoins. - Не са намерени достатъчно Darksend неденоминирани средства за тази транзакция, които не са равни на 1000 SarmaCoins. + Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 DASH. + Не са намерени достатъчно Darksend неденоминирани средства за тази транзакция, които не са равни на 1000 DASH. Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. @@ -3614,8 +3614,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Изтриване на всички транзакции на портфейла и възстановява само тези части на блок веригата чрез -rescan при стартиране - Disable all SarmaCoins specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) - Изключване на всички специфични SarmaCoins функции (Masternodes, Darksend, InstantX, Budgeting) (0-1, по подразбиране: %u) + Disable all Dash specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) + Изключване на всички специфични Dash функции (Masternodes, Darksend, InstantX, Budgeting) (0-1, по подразбиране: %u) Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. @@ -3634,12 +3634,12 @@ https://www.transifex.com/projects/p/SarmaCoins/ Грешка: Открит е неподдържан аргумент -socks .настройка SOCKS версия вече не е възможна, само SOCKS5 прокси се поддържа. - Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for relaying (default: %s) - Такси (в SarmaCoins/Kb) по-малки от това се считат за нулева такса за прилагане (по подразбиране: %s) + Fees (in DASH/Kb) smaller than this are considered zero fee for relaying (default: %s) + Такси (в DASH/Kb) по-малки от това се считат за нулева такса за прилагане (по подразбиране: %s) - Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for transaction creation (default: %s) - Такси (в SarmaCoins/Kb) по-малки от това се считат за нулева такса при създаване на транзакция (по подразбиране: %s) + Fees (in DASH/Kb) smaller than this are considered zero fee for transaction creation (default: %s) + Такси (в DASH/Kb) по-малки от това се считат за нулева такса при създаване на транзакция (по подразбиране: %s) Flush database activity from memory pool to disk log every <n> megabytes (default: %u) @@ -3710,23 +3710,23 @@ https://www.transifex.com/projects/p/SarmaCoins/ Този продукт включва софтуер, разработен от проекта OpenSSL за използване в OpenSSL Toolkit <https://www.openssl.org/> и криптографски софтуер, написан от Eric Young и UPnP софтуер, написан от Thomas Bernard. - To use SarmaCoinsd, or the -server option to SarmaCoins-qt, you must set an rpcpassword in the configuration file: + To use dashd, or the -server option to dash-qt, you must set an rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=SarmaCoinsrpc +rpcuser=dashrpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com - За използване на SarmaCoinsd, или the -server опция към SarmaCoins-qt, трябва да зададете rpcpassword в конфигурационния файл: %s Препоръчително е да използвате следната произволна парола: rpcuser=SarmaCoinsrpc rpcpassword=%s (не е нужно да запомняте тази парола) Потребителя и паролата НЕ ТРЯБВА да са еднакви. Ако файла не съществува , създайте го с права за само за четене. Препоръчително е да създадете сигнал за уведомяване за да бъдете осведомени при проблем; Пример: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com + За използване на dashd, или the -server опция към dash-qt, трябва да зададете rpcpassword в конфигурационния файл: %s Препоръчително е да използвате следната произволна парола: rpcuser=dashrpc rpcpassword=%s (не е нужно да запомняте тази парола) Потребителя и паролата НЕ ТРЯБВА да са еднакви. Ако файла не съществува , създайте го с права за само за четене. Препоръчително е да създадете сигнал за уведомяване за да бъдете осведомени при проблем; Пример: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com - Unable to locate enough funds for this transaction that are not equal 1000 SarmaCoins. - Не са намерени достатъчно средства за тази транзакция, които не са равни на 1000 SarmaCoins. + Unable to locate enough funds for this transaction that are not equal 1000 DASH. + Не са намерени достатъчно средства за тази транзакция, които не са равни на 1000 DASH. Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) @@ -3737,8 +3737,8 @@ for example: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com Внимание: -maxtxfee е с много голяма зададена стойност! Това е транзакционната такса, която ще платите ако направите единична транзакция. - Warning: Please check that your computer's date and time are correct! If your clock is wrong SarmaCoins Core will not work properly. - Внимание: Моля проверете дали датата и часът на вашият компютър са верни! Ако часовникът ви не е сверен, SarmaCoins Core няма да работи правилно. + Warning: Please check that your computer's date and time are correct! If your clock is wrong Dash Core will not work properly. + Внимание: Моля проверете дали датата и часът на вашият компютър са верни! Ако часовникът ви не е сверен, Dash Core няма да работи правилно. Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. @@ -3791,8 +3791,8 @@ for example: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com Запазени права (C) 2009-%i Bitcoin Core разработчици - Copyright (C) 2014-%i The SarmaCoins Core Developers - Запазени права (C) 2014-%i SarmaCoins Core разработчиците + Copyright (C) 2014-%i The Dash Core Developers + Запазени права (C) 2014-%i Dash Core разработчиците Could not parse -rpcbind value %s as network address @@ -3823,8 +3823,8 @@ for example: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com Грешка при свързване с Masternode. - Error loading wallet.dat: Wallet requires newer version of SarmaCoins Core - Грешка при зареждане на wallet.dat: портфейлът изисква по-нова версия на SarmaCoins Core + Error loading wallet.dat: Wallet requires newer version of Dash Core + Грешка при зареждане на wallet.dat: портфейлът изисква по-нова версия на Dash Core Error: A fatal internal error occured, see debug.log for details @@ -3839,8 +3839,8 @@ for example: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com Грешка:Открит е неподдържан аргумент -tor, моля използвай -onion. - Fee (in SarmaCoins/kB) to add to transactions you send (default: %s) - Такси (в SarmaCoins/Kb) добавена към направената транзакция(по подразбиране: %s) + Fee (in DASH/kB) to add to transactions you send (default: %s) + Такси (в DASH/Kb) добавена към направената транзакция(по подразбиране: %s) Finalizing transaction. @@ -3895,8 +3895,8 @@ for example: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com Информация - Initialization sanity check failed. SarmaCoins Core is shutting down. - Инициализационната проверка не успешна. SarmaCoins ядрото се изключва. + Initialization sanity check failed. Dash Core is shutting down. + Инициализационната проверка не успешна. Dash ядрото се изключва. Input is not valid. @@ -4147,8 +4147,8 @@ for example: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com Използвай UPnP за определяне на порта за слушане (по подразбиране: %u) - Wallet needed to be rewritten: restart SarmaCoins Core to complete - Портфейлът трябва да бъде презаписан: рестартирайте SarmaCoins за да завършите + Wallet needed to be rewritten: restart Dash Core to complete + Портфейлът трябва да бъде презаписан: рестартирайте Dash за да завършите Warning: Unsupported argument -benchmark ignored, use -debug=bench. @@ -4207,8 +4207,8 @@ for example: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com KeePassHttp ключ за AES криптирана връзка с KeePass - Keep N SarmaCoins anonymized (default: %u) - Поддържай N SarmaCoins анонимизирани (по подразбиране: %u) + Keep N DASH anonymized (default: %u) + Поддържай N Dash анонимизирани (по подразбиране: %u) Keep at most <n> unconnectable transactions in memory (default: %u) diff --git a/src/qt/locale/dash_de.ts b/src/qt/locale/dash_de.ts index 73fb61f690d9e..4c99ff23404a7 100644 --- a/src/qt/locale/dash_de.ts +++ b/src/qt/locale/dash_de.ts @@ -43,11 +43,11 @@ Choose the address to send coins to - Wählen Sie die Adresse aus, an die Sie SarmaCoins überweisen möchten + Wählen Sie die Adresse aus, an die Sie Dash überweisen möchten Choose the address to receive coins with - Wählen Sie die Adresse aus, über die Sie SarmaCoins empfangen wollen + Wählen Sie die Adresse aus, über die Sie Dash empfangen wollen C&hoose @@ -62,12 +62,12 @@ Empfangsadressen - These are your SarmaCoins addresses for sending payments. Always check the amount and the receiving address before sending coins. - Dies sind ihre SarmaCoins-Adressen zum Tätigen von Überweisungen. Bitte prüfen Sie den Betrag und die Empfangsadresse, bevor Sie SarmaCoins überweisen. + These are your Dash addresses for sending payments. Always check the amount and the receiving address before sending coins. + Dies sind ihre Dash-Adressen zum Tätigen von Überweisungen. Bitte prüfen Sie den Betrag und die Empfangsadresse, bevor Sie Dash überweisen. - These are your SarmaCoins addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Dies sind ihre SarmaCoins-Adressen zum Empfangen von Zahlungen. Es wird empfohlen für jede Transaktion eine neue Empfangsadresse zu verwenden. + These are your Dash addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + Dies sind ihre Dash-Adressen zum Empfangen von Zahlungen. Es wird empfohlen für jede Transaktion eine neue Empfangsadresse zu verwenden. &Copy Address @@ -176,8 +176,8 @@ Wallet-Verschlüsselung bestätigen - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR SarmaCoins</b>! - Warnung: Wenn Sie ihre Wallet verschlüsseln und ihre Passphrase verlieren werden Sie <b>alle ihre SarmaCoins verlieren</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR DASH</b>! + Warnung: Wenn Sie ihre Wallet verschlüsseln und ihre Passphrase verlieren werden Sie <b>alle ihre Dash verlieren</b>! Are you sure you wish to encrypt your wallet? @@ -188,8 +188,8 @@ Wallet verschlüsselt - SarmaCoins will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your SarmaCoinss from being stolen by malware infecting your computer. - SarmaCoins wird jetzt beendet, um den Verschlüsselungsprozess abzuschließen. Bitte beachten Sie, dass die Wallet-Verschlüsselung nicht vollständig vor Diebstahl ihrer SarmaCoins durch Schadsoftware schützt, die ihren Computer befällt. + Dash will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your dashs from being stolen by malware infecting your computer. + Dash wird jetzt beendet, um den Verschlüsselungsprozess abzuschließen. Bitte beachten Sie, dass die Wallet-Verschlüsselung nicht vollständig vor Diebstahl ihrer Dash durch Schadsoftware schützt, die ihren Computer befällt. IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. @@ -231,8 +231,8 @@ BitcoinGUI - SarmaCoins Core - SarmaCoins Core + Dash Core + Dash Core Wallet @@ -255,16 +255,16 @@ &Überweisen - Send coins to a SarmaCoins address - SarmaCoins an eine SarmaCoins-Adresse überweisen + Send coins to a Dash address + Dash an eine Dash-Adresse überweisen &Receive &Empfangen - Request payments (generates QR codes and SarmaCoins: URIs) - Zahlungen anfordern (erzeugt QR-Codes und "SarmaCoins:"-URIs) + Request payments (generates QR codes and dash: URIs) + Zahlungen anfordern (erzeugt QR-Codes und "dash:"-URIs) &Transactions @@ -283,12 +283,12 @@ Anwendung beenden - &About SarmaCoins Core - &Über SarmaCoins Core + &About Dash Core + &Über Dash Core - Show information about SarmaCoins Core - Informationen über SarmaCoins Core anzeigen + Show information about Dash Core + Informationen über Dash Core anzeigen About &Qt @@ -303,7 +303,7 @@ &Konfiguration... - Modify configuration options for SarmaCoins + Modify configuration options for Dash Die Konfiguration des Clients bearbeiten @@ -355,16 +355,16 @@ Nachricht s&ignieren... - Sign messages with your SarmaCoins addresses to prove you own them - Nachrichten signieren, um den Besitz ihrer SarmaCoins-Adressen zu beweisen + Sign messages with your Dash addresses to prove you own them + Nachrichten signieren, um den Besitz ihrer Dash-Adressen zu beweisen &Verify message... Nachricht &verifizieren... - Verify messages to ensure they were signed with specified SarmaCoins addresses - Nachrichten verifizieren, um sicherzustellen, dass diese mit den angegebenen SarmaCoins-Adressen signiert wurden + Verify messages to ensure they were signed with specified Dash addresses + Nachrichten verifizieren, um sicherzustellen, dass diese mit den angegebenen Dash-Adressen signiert wurden &Information @@ -443,16 +443,16 @@ &URI öffnen... - Open a SarmaCoins: URI or payment request - Eine "SarmaCoins:"-URI oder Zahlungsanforderung öffnen + Open a dash: URI or payment request + Eine "dash:"-URI oder Zahlungsanforderung öffnen &Command-line options &Kommandozeilenoptionen - SarmaCoins Core client - SarmaCoins Core Client + Dash Core client + Dash Core Client Processed %n blocks of transaction history. @@ -463,8 +463,8 @@ Synchronisiere zusätzliche Daten: %p% - Show the SarmaCoins Core help message to get a list with possible SarmaCoins command-line options - Zeige den "SarmaCoins Core"-Hilfetext, um eine Liste mit möglichen Kommandozeilenoptionen zu erhalten + Show the Dash Core help message to get a list with possible Dash command-line options + Zeige den "Dash Core"-Hilfetext, um eine Liste mit möglichen Kommandozeilenoptionen zu erhalten &File @@ -487,8 +487,8 @@ Registerkartenleiste - %n active connection(s) to SarmaCoins network - %n aktive Verbindung zum SarmaCoins-Netzwerk%n aktive Verbindungen zum SarmaCoins-Netzwerk + %n active connection(s) to Dash network + %n aktive Verbindung zum Dash-Netzwerk%n aktive Verbindungen zum Dash-Netzwerk Synchronizing with network... @@ -863,28 +863,28 @@ Adresse: %4 Bitten wählen Sie eine Datenschutz-Stufe. - Use 2 separate masternodes to mix funds up to 1000 SarmaCoins - Benutze 2 separate Masternodes um bis zu 1000 SarmaCoins zu mixen + Use 2 separate masternodes to mix funds up to 1000 DASH + Benutze 2 separate Masternodes um bis zu 1000 DASH zu mixen - Use 8 separate masternodes to mix funds up to 1000 SarmaCoins - Benutze 8 separate Masternodes um bis zu 1000 SarmaCoins zu mixen + Use 8 separate masternodes to mix funds up to 1000 DASH + Benutze 8 separate Masternodes um bis zu 1000 DASH zu mixen Use 16 separate masternodes Benutze 16 separate Masternodes - This option is the quickest and will cost about ~0.025 SarmaCoins to anonymize 1000 SarmaCoins - Diese Option ist am Schnellsten und kostet ungefähr 0,025 SarmaCoins, um 1000 SarmaCoins zu anonymisieren + This option is the quickest and will cost about ~0.025 DASH to anonymize 1000 DASH + Diese Option ist am Schnellsten und kostet ungefähr 0,025 DASH, um 1000 DASH zu anonymisieren - This option is moderately fast and will cost about 0.05 SarmaCoins to anonymize 1000 SarmaCoins - Diese Option ist einigermaßen schnell und kostet ungefähr 0,05 SarmaCoins, um 1000 SarmaCoins zu anonymisieren + This option is moderately fast and will cost about 0.05 DASH to anonymize 1000 DASH + Diese Option ist einigermaßen schnell und kostet ungefähr 0,05 DASH, um 1000 DASH zu anonymisieren - 0.1 SarmaCoins per 1000 SarmaCoins you anonymize. - 0,1 SarmaCoins pro 1000 zu anonymisierende SarmaCoins. + 0.1 DASH per 1000 DASH you anonymize. + 0,1 DASH pro 1000 zu anonymisierende Dash. This is the slowest and most secure option. Using maximum anonymity will cost @@ -895,16 +895,16 @@ Adresse: %4 Darksend-Konfiguration - Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening SarmaCoins's configuration screen. - Darksend wurde erfolgreich auf einfachen Datenschutz (%1 und 2 Runden) gesetzt. Sie können dies jederzeit im Konfigurationsfenster von SarmaCoins ändern. + Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend wurde erfolgreich auf einfachen Datenschutz (%1 und 2 Runden) gesetzt. Sie können dies jederzeit im Konfigurationsfenster von Dash ändern. - Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening SarmaCoins's configuration screen. - Darksend wurde erfolgreich auf hohen Datenschutz (%1 und 8 Runden) gesetzt. Sie können dies jederzeit im Konfigurationsfenster von SarmaCoins ändern. + Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend wurde erfolgreich auf hohen Datenschutz (%1 und 8 Runden) gesetzt. Sie können dies jederzeit im Konfigurationsfenster von Dash ändern. - Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening SarmaCoins's configuration screen. - Darksend wurde erfolgreich auf maximalen Datenschutz (%1 und 16 Runden) gesetzt. Sie können dies jederzeit im Konfigurationsfenster von SarmaCoins ändern. + Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend wurde erfolgreich auf maximalen Datenschutz (%1 und 16 Runden) gesetzt. Sie können dies jederzeit im Konfigurationsfenster von Dash ändern. @@ -946,8 +946,8 @@ Adresse: %4 Zahlungsadresse bearbeiten - The entered address "%1" is not a valid SarmaCoins address. - Die eingegebene Adresse "%1" ist keine gültige SarmaCoins-Adresse. + The entered address "%1" is not a valid Dash address. + Die eingegebene Adresse "%1" ist keine gültige Dash-Adresse. The entered address "%1" is already in the address book. @@ -988,8 +988,8 @@ Adresse: %4 HelpMessageDialog - SarmaCoins Core - SarmaCoins Core + Dash Core + Dash Core version @@ -1000,8 +1000,8 @@ Adresse: %4 (%1-Bit) - About SarmaCoins Core - Über SarmaCoins Core + About Dash Core + Über Dash Core Command-line options @@ -1047,16 +1047,16 @@ Adresse: %4 Willkommen - Welcome to SarmaCoins Core. - Willkommen zu SarmaCoins Core. + Welcome to Dash Core. + Willkommen zu Dash Core. - As this is the first time the program is launched, you can choose where SarmaCoins Core will store its data. - Da dies das erste Mal ist, dass Sie SarmaCoins Core starten, legen Sie jetzt bitte fest, an welchem Ort die Daten gespeichert werden sollen. + As this is the first time the program is launched, you can choose where Dash Core will store its data. + Da dies das erste Mal ist, dass Sie Dash Core starten, legen Sie jetzt bitte fest, an welchem Ort die Daten gespeichert werden sollen. - SarmaCoins Core will download and store a copy of the SarmaCoins block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - SarmaCoins Core wird jetzt die Blockchain laden und lokal speichern. Dafür sind mindestens %1GB freier Speicherplatz erforderlich. Der Speicherbedarf wird mit der Zeit anwachsen. Das Wallet wird ebenfalls in diesem Verzeichnis gespeichert. + Dash Core will download and store a copy of the Dash block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + Dash Core wird jetzt die Blockchain laden und lokal speichern. Dafür sind mindestens %1GB freier Speicherplatz erforderlich. Der Speicherbedarf wird mit der Zeit anwachsen. Das Wallet wird ebenfalls in diesem Verzeichnis gespeichert. Use the default data directory @@ -1067,8 +1067,8 @@ Adresse: %4 Ein benutzerdefiniertes Datenverzeichnis verwenden: - SarmaCoins Core - SarmaCoins Core + Dash Core + Dash Core Error: Specified data directory "%1" cannot be created. @@ -1121,12 +1121,12 @@ Adresse: %4 &Allgemein - Automatically start SarmaCoins after logging in to the system. - SarmaCoins nach der Anmeldung am System automatisch starten. + Automatically start Dash after logging in to the system. + Dash nach der Anmeldung am System automatisch starten. - &Start SarmaCoins on system login - &Starte SarmaCoins automatisch nach Systemanmeldung + &Start Dash on system login + &Starte Dash automatisch nach Systemanmeldung Size of &database cache @@ -1153,8 +1153,8 @@ Adresse: %4 Beim Erreichen dieses Betrages wird Darksend ausgeschaltet. - Amount of SarmaCoins to keep anonymized - Anzahl anonymisierter SarmaCoins + Amount of Dash to keep anonymized + Anzahl anonymisierter Dash W&allet @@ -1173,8 +1173,8 @@ Adresse: %4 Eingehende Verbindungen erlauben - Connect to the SarmaCoins network through a SOCKS5 proxy. - Über einen SOCKS5-Proxy mit dem SarmaCoins-Netzwerk verbinden. + Connect to the Dash network through a SOCKS5 proxy. + Über einen SOCKS5-Proxy mit dem Dash-Netzwerk verbinden. &Connect through SOCKS5 proxy (default proxy): @@ -1205,8 +1205,8 @@ Adresse: %4 &Netzwerk - Automatically open the SarmaCoins client port on the router. This only works when your router supports UPnP and it is enabled. - Automatisch den SarmaCoins-Clientport auf dem Router öffnen. Dies funktioniert nur, wenn Ihr Router UPnP unterstützt und dies aktiviert ist. + Automatically open the Dash client port on the router. This only works when your router supports UPnP and it is enabled. + Automatisch den Dash-Clientport auf dem Router öffnen. Dies funktioniert nur, wenn Ihr Router UPnP unterstützt und dies aktiviert ist. Map port using &UPnP @@ -1257,14 +1257,14 @@ Adresse: %4 &Sprache der Benutzeroberfläche: - The user interface language can be set here. This setting will take effect after restarting SarmaCoins. - Legt die Sprache der Benutzeroberfläche fest. Diese Einstellung wird erst nach einem Neustart von SarmaCoins aktiv. + The user interface language can be set here. This setting will take effect after restarting Dash. + Legt die Sprache der Benutzeroberfläche fest. Diese Einstellung wird erst nach einem Neustart von Dash aktiv. Language missing or translation incomplete? Help contributing translations here: -https://www.transifex.com/projects/p/SarmaCoins/ +https://www.transifex.com/projects/p/dash/ Fehlt eine Sprache oder ist unvollständig übersetzt? Hier können Sie helfen: -https://www.transifex.com/projects/p/SarmaCoins/ +https://www.transifex.com/projects/p/dash/ User Interface Theme: @@ -1276,7 +1276,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ Choose the default subdivision unit to show in the interface and when sending coins. - Wählen Sie die standardmäßige Untereinheit, die in der Benutzeroberfläche und beim Überweisen von SarmaCoins angezeigt werden soll. + Wählen Sie die standardmäßige Untereinheit, die in der Benutzeroberfläche und beim Überweisen von Dash angezeigt werden soll. Decimal digits @@ -1346,8 +1346,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Formular - The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. - Die angezeigten Informationen sind möglicherweise nicht mehr aktuell. Ihre Wallet wird automatisch synchronisiert, nachdem eine Verbindung zum SarmaCoins-Netzwerk hergestellt wurde. Dieser Prozess ist jedoch derzeit noch nicht abgeschlossen. + The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. + Die angezeigten Informationen sind möglicherweise nicht mehr aktuell. Ihre Wallet wird automatisch synchronisiert, nachdem eine Verbindung zum Dash-Netzwerk hergestellt wurde. Dieser Prozess ist jedoch derzeit noch nicht abgeschlossen. Available: @@ -1430,8 +1430,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Betrag und Runden: - 0 SarmaCoins / 0 Rounds - 0 SarmaCoins / 0 Runden + 0 DASH / 0 Rounds + 0 DASH / 0 Runden Submitted Denom: @@ -1567,8 +1567,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Fehlerhafte Zahlungsanforderung - Cannot start SarmaCoins: click-to-pay handler - SarmaCoins kann nicht gestartet werden: click-to-pay handler + Cannot start dash: click-to-pay handler + Dash kann nicht gestartet werden: click-to-pay handler URI handling @@ -1587,8 +1587,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Ungültige Zahlungsadresse %1 - URI cannot be parsed! This can be caused by an invalid SarmaCoins address or malformed URI parameters. - URI konnte nicht erfolgreich verarbeitet werden. Höchstwahrscheinlich ist dies entweder keine gültige SarmaCoins-Adresse oder die URI-Parameter sind falsch gesetzt. + URI cannot be parsed! This can be caused by an invalid Dash address or malformed URI parameters. + URI konnte nicht erfolgreich verarbeitet werden. Höchstwahrscheinlich ist dies entweder keine gültige Dash-Adresse oder die URI-Parameter sind falsch gesetzt. Payment request file cannot be read! This can be caused by an invalid payment request file. @@ -1673,8 +1673,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Betrag - Enter a SarmaCoins address (e.g. %1) - SarmaCoins-Adresse eingeben (z.B. %1) + Enter a Dash address (e.g. %1) + Dash-Adresse eingeben (z.B. %1) %1 d @@ -1763,8 +1763,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Anzahl Verbindungen - Open the SarmaCoins debug log file from the current data directory. This can take a few seconds for large log files. - Öffnet die SarmaCoins-Debugprotokolldatei aus dem aktuellen Datenverzeichnis. Dies kann bei großen Protokolldateien einige Sekunden dauern. + Open the Dash debug log file from the current data directory. This can take a few seconds for large log files. + Öffnet die Dash-Debugprotokolldatei aus dem aktuellen Datenverzeichnis. Dies kann bei großen Protokolldateien einige Sekunden dauern. &Open @@ -1971,8 +1971,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ ausgehend: - Welcome to the SarmaCoins RPC console. - Willkommen in der SarmaCoins RPC-Console. + Welcome to the Dash RPC console. + Willkommen in der Dash RPC-Console. Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -2034,8 +2034,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Vorhandene Empfangsadresse &wiederverwenden (nicht empfohlen) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the SarmaCoins network. - Eine optionale Nachricht, die an die Zahlungsanforderung angehängt wird. Sie wird angezeigt, wenn die Anforderung geöffnet wird. Hinweis: Diese Nachricht wird nicht mit der Zahlung über das SarmaCoins-Netzwerk gesendet. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dash network. + Eine optionale Nachricht, die an die Zahlungsanforderung angehängt wird. Sie wird angezeigt, wenn die Anforderung geöffnet wird. Hinweis: Diese Nachricht wird nicht mit der Zahlung über das Dash-Netzwerk gesendet. &Message: @@ -2046,8 +2046,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Eine optionale Bezeichnung, die der neuen Empfangsadresse zugeordnet wird. - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the SarmaCoins network. - Eine optionale Nachricht, die an die Zahlungsanforderung angehängt wird. Sie wird angezeigt, wenn die Anforderung geöffnet wird.<br> Hinweis: Diese Nachricht wird nicht mit der Zahlung über das SarmaCoins-Netzwerk gesendet. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Dash network. + Eine optionale Nachricht, die an die Zahlungsanforderung angehängt wird. Sie wird angezeigt, wenn die Anforderung geöffnet wird.<br> Hinweis: Diese Nachricht wird nicht mit der Zahlung über das Dash-Netzwerk gesendet. Use this form to request payments. All fields are <b>optional</b>. @@ -2200,7 +2200,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ SendCoinsDialog Send Coins - SarmaCoins überweisen + Dash überweisen Coin Control Features @@ -2291,7 +2291,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ Wenn die benutzerdefinierten Gebühren auf 1000 duffs gesetzt sind und eine Transaktion hat nur 250 Bytes, dann kostet "pro Kilobyte" nur 250 duffs Gebühren, während "mindestens" 1000 duffs kostet. Transaktionen größer als 1 Kilobyte werden immer pro Kilobyte bezahlt. - Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for SarmaCoins transactions than the network can process. + Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for dash transactions than the network can process. Nur die minimalen Gebühren zu zahlen ist völlig ausreichend so lange in einem neuen Block der Blockkette noch genug Platz für neue Transaktionen ist.<br /> Bitte beachten Sie dass wenn dies in der Zukunft nicht mehr der Fall sein sollte Ihre Transaktion eventuell niemals in einen neuen Block aufgenommen werden wird, also niemals bestätigt wird. @@ -2485,7 +2485,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ The transaction was rejected! This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here. Die Transaktion wurde abgelehnt! -Dies kann passieren, wenn einige SarmaCoins aus ihrer Wallet bereits ausgegeben wurden. Beispielsweise weil Sie eine Kopie ihrer wallet.dat nutzten und die SarmaCoins dort ausgegeben haben. Diese Ausgaben sind in diesem Fall in der derzeit aktiven Wallet nicht vermerkt. +Dies kann passieren, wenn einige Dash aus ihrer Wallet bereits ausgegeben wurden. Beispielsweise weil Sie eine Kopie ihrer wallet.dat nutzten und die Dash dort ausgegeben haben. Diese Ausgaben sind in diesem Fall in der derzeit aktiven Wallet nicht vermerkt. Error: The wallet was unlocked only to anonymize coins. @@ -2496,8 +2496,8 @@ Dies kann passieren, wenn einige SarmaCoins aus ihrer Wallet bereits ausgegeben Nur die minimalen Gebühren von %1 zahlen - Warning: Invalid SarmaCoins address - Warnung: ungültige SarmaCoins-Adresse + Warning: Invalid Dash address + Warnung: ungültige Dash-Adresse Warning: Unknown change address @@ -2519,8 +2519,8 @@ Dies kann passieren, wenn einige SarmaCoins aus ihrer Wallet bereits ausgegeben E&mpfänger: - The SarmaCoins address to send the payment to - SarmaCoins-Adresse, an die überwiesen werden soll + The Dash address to send the payment to + Dash-Adresse, an die überwiesen werden soll Choose previously used address @@ -2559,8 +2559,8 @@ Dies kann passieren, wenn einige SarmaCoins aus ihrer Wallet bereits ausgegeben Nachricht: - A message that was attached to the SarmaCoins: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the SarmaCoins network. - Eine an die "SarmaCoins:"-URI angefügte Nachricht, die zusammen mit der Transaktion gespeichert wird. Hinweis: Diese Nachricht wird nicht über das SarmaCoins-Netzwerk gesendet. + A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network. + Eine an die "dash:"-URI angefügte Nachricht, die zusammen mit der Transaktion gespeichert wird. Hinweis: Diese Nachricht wird nicht über das Dash-Netzwerk gesendet. This is an unverified payment request. @@ -2586,8 +2586,8 @@ Dies kann passieren, wenn einige SarmaCoins aus ihrer Wallet bereits ausgegeben ShutdownWindow - SarmaCoins Core is shutting down... - SarmaCoins-Core wird herunter gefahren... + Dash Core is shutting down... + Dash-Core wird herunter gefahren... Do not shut down the computer until this window disappears. @@ -2609,8 +2609,8 @@ Dies kann passieren, wenn einige SarmaCoins aus ihrer Wallet bereits ausgegeben Sie können Nachrichten mit ihren Adressen signieren, um den Besitz dieser Adressen zu beweisen. Bitte nutzen Sie diese Funktion mit Vorsicht und nehmen Sie sich vor Phishingangriffen in Acht. Signieren Sie nur Nachrichten, mit denen Sie vollständig einverstanden sind. - The SarmaCoins address to sign the message with - SarmaCoins-Adresse, mit der die Nachricht signiert werden soll + The Dash address to sign the message with + Dash-Adresse, mit der die Nachricht signiert werden soll Choose previously used address @@ -2641,8 +2641,8 @@ Dies kann passieren, wenn einige SarmaCoins aus ihrer Wallet bereits ausgegeben Aktuelle Signatur in die Zwischenablage kopieren - Sign the message to prove you own this SarmaCoins address - Die Nachricht signieren, um den Besitz dieser SarmaCoins-Adresse zu belegen + Sign the message to prove you own this Dash address + Die Nachricht signieren, um den Besitz dieser Dash-Adresse zu belegen Sign &Message @@ -2665,12 +2665,12 @@ Dies kann passieren, wenn einige SarmaCoins aus ihrer Wallet bereits ausgegeben Geben Sie die signierende Adresse, Nachricht (achten Sie darauf Zeilenumbrüche, Leerzeichen, Tabulatoren usw. exakt zu kopieren) und Signatur unten ein, um die Nachricht zu verifizieren. Vorsicht, interpretieren Sie nicht mehr in die Signatur hinein, als in der signierten Nachricht selber enthalten ist, um nicht von einem Man-in-the-middle-Angriff hinters Licht geführt zu werden. - The SarmaCoins address the message was signed with - SarmaCoins-Adresse, mit der die Nachricht signiert worden ist + The Dash address the message was signed with + Dash-Adresse, mit der die Nachricht signiert worden ist - Verify the message to ensure it was signed with the specified SarmaCoins address - Die Nachricht verifizieren, um sicherzustellen, dass diese mit der angegebenen SarmaCoins-Adresse signiert wurde + Verify the message to ensure it was signed with the specified Dash address + Die Nachricht verifizieren, um sicherzustellen, dass diese mit der angegebenen Dash-Adresse signiert wurde Verify &Message @@ -2736,8 +2736,8 @@ Dies kann passieren, wenn einige SarmaCoins aus ihrer Wallet bereits ausgegeben SplashScreen - SarmaCoins Core - SarmaCoins Core + Dash Core + Dash Core Version %1 @@ -2748,8 +2748,8 @@ Dies kann passieren, wenn einige SarmaCoins aus ihrer Wallet bereits ausgegeben Die "Bitcoin Core"-Entwickler - The SarmaCoins Core developers - Die "SarmaCoins Core"-Entwickler + The Dash Core developers + Die "Dash Core"-Entwickler [testnet] @@ -2919,7 +2919,7 @@ Dies kann passieren, wenn einige SarmaCoins aus ihrer Wallet bereits ausgegeben Generated coins must mature %1 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, its state will change to "not accepted" and it won't be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. - Erzeugte SarmaCoins müssen %1 Blöcke lang reifen, bevor sie ausgegeben werden können. Als Sie diesen Block erzeugten, wurde er an das Netzwerk übertragen, um ihn der Blockkette hinzuzufügen. Falls dies fehlschlägt wird der Status in "nicht angenommen" geändert und Sie werden keine SarmaCoins gutgeschrieben bekommen. Das kann gelegentlich passieren, wenn ein anderer Knoten einen Block fast zeitgleich erzeugt. + Erzeugte Dash müssen %1 Blöcke lang reifen, bevor sie ausgegeben werden können. Als Sie diesen Block erzeugten, wurde er an das Netzwerk übertragen, um ihn der Blockkette hinzuzufügen. Falls dies fehlschlägt wird der Status in "nicht angenommen" geändert und Sie werden keine Dash gutgeschrieben bekommen. Das kann gelegentlich passieren, wenn ein anderer Knoten einen Block fast zeitgleich erzeugt. Debug information @@ -3273,11 +3273,11 @@ Dies kann passieren, wenn einige SarmaCoins aus ihrer Wallet bereits ausgegeben WalletModel Send Coins - SarmaCoins überweisen + Dash überweisen - InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 SarmaCoins. - InstantX unterstützt das Versenden von Beträgen dieser Höhe noch nicht. Transaktionen sind zur Zeit auf maximal %1 SarmaCoins begrenzt. + InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 DASH. + InstantX unterstützt das Versenden von Beträgen dieser Höhe noch nicht. Transaktionen sind zur Zeit auf maximal %1 DASH begrenzt. @@ -3320,18 +3320,18 @@ Dies kann passieren, wenn einige SarmaCoins aus ihrer Wallet bereits ausgegeben - SarmaCoins-core + dash-core Bind to given address and always listen on it. Use [host]:port notation for IPv6 An die angegebene Adresse binden und immer abhören. Für IPv6 "[Host]:Port"-Schreibweise verwenden - Cannot obtain a lock on data directory %s. SarmaCoins Core is probably already running. + Cannot obtain a lock on data directory %s. Dash Core is probably already running. Das Programm kann das Daten-Verzeichnis %s nicht als "in Verwendung" markieren. Wahrscheinlich läuft das Programm bereits. Darksend uses exact denominated amounts to send funds, you might simply need to anonymize some more coins. - Darksend benutzt exakt gestückelte Beträge zum Versenden, Sie müssen dafür möglicherweise noch mehr SarmaCoins anonymisieren. + Darksend benutzt exakt gestückelte Beträge zum Versenden, Sie müssen dafür möglicherweise noch mehr Dash anonymisieren. Enter regression test mode, which uses a special chain in which blocks can be solved instantly. @@ -3382,16 +3382,16 @@ Dies kann passieren, wenn einige SarmaCoins aus ihrer Wallet bereits ausgegeben Dies ist eine Vorab-Testversion - Verwendung auf eigene Gefahr - nicht für Mining- oder Handelsanwendungen nutzen! - Unable to bind to %s on this computer. SarmaCoins Core is probably already running. - SarmaCoins Core den Prozess %s auf dem Computer nicht an sich binden. Wahrscheinlich läuft das Programm bereits. + Unable to bind to %s on this computer. Dash Core is probably already running. + Dash Core den Prozess %s auf dem Computer nicht an sich binden. Wahrscheinlich läuft das Programm bereits. Unable to locate enough Darksend denominated funds for this transaction. Für diese Transaktion konnten nicht genug mit Darksend gestückelte Beträge gefunden werden. - Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 SarmaCoins. - Für diese Transaktion konnten nicht genug nicht mit Darksend gestückelte Beträge gefunden werden, die ungleich 1000 SarmaCoins sind. + Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 DASH. + Für diese Transaktion konnten nicht genug nicht mit Darksend gestückelte Beträge gefunden werden, die ungleich 1000 DASH sind. Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. @@ -3614,8 +3614,8 @@ Dies kann passieren, wenn einige SarmaCoins aus ihrer Wallet bereits ausgegeben Lösche alle Wallet-Transaktionen stelle nur diese mittels -rescan beim nächsten Start des Wallets wieder her. - Disable all SarmaCoins specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) - Deaktiviere all SarmaCoins-spezifischen Funktionen (Masternodes, Darksend, InstantX, Budgeting) (0-1, Standard: %u) + Disable all Dash specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) + Deaktiviere all Dash-spezifischen Funktionen (Masternodes, Darksend, InstantX, Budgeting) (0-1, Standard: %u) Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. @@ -3634,12 +3634,12 @@ Dies kann passieren, wenn einige SarmaCoins aus ihrer Wallet bereits ausgegeben Fehler: Parameter -socks wird nicht mehr unterstützt. Setzen der SOCKS-Version ist nicht mehr möglich, es werden nur noch SOCKS5 Proxies unterstützt. - Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for relaying (default: %s) - Niedrigere Gebühren (in SarmaCoins pro Kb) als diese werden bei der Vermittlung als gebührenfrei angesehen (Standard: %s) + Fees (in DASH/Kb) smaller than this are considered zero fee for relaying (default: %s) + Niedrigere Gebühren (in DASH pro Kb) als diese werden bei der Vermittlung als gebührenfrei angesehen (Standard: %s) - Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for transaction creation (default: %s) - Niedrigere Gebühren (in SarmaCoins pro Kb) als diese werden bei der Transaktionserzeugung als gebührenfrei angesehen (Standard: %s) + Fees (in DASH/Kb) smaller than this are considered zero fee for transaction creation (default: %s) + Niedrigere Gebühren (in DASH pro Kb) als diese werden bei der Transaktionserzeugung als gebührenfrei angesehen (Standard: %s) Flush database activity from memory pool to disk log every <n> megabytes (default: %u) @@ -3687,7 +3687,7 @@ Dies kann passieren, wenn einige SarmaCoins aus ihrer Wallet bereits ausgegeben Provide liquidity to Darksend by infrequently mixing coins on a continual basis (0-100, default: %u, 1=very frequent, high fees, 100=very infrequent, low fees) - Durch diese Einstellung können Sie dem Darksend-Netzwerk zusätzliche Liquidität zur Verfügung stellen in dem Sie von Zeit zu Zeit bereits anonymisierte SarmaCoins wieder dem Mixing-Prozess zuführen. (0-100, 0=aus, 1=sehr oft, 100=sehr selten (wenig Gebühren). Standard: %u) + Durch diese Einstellung können Sie dem Darksend-Netzwerk zusätzliche Liquidität zur Verfügung stellen in dem Sie von Zeit zu Zeit bereits anonymisierte Dash wieder dem Mixing-Prozess zuführen. (0-100, 0=aus, 1=sehr oft, 100=sehr selten (wenig Gebühren). Standard: %u) Require high priority for relaying free or low-fee transactions (default:%u) @@ -3710,31 +3710,31 @@ Dies kann passieren, wenn einige SarmaCoins aus ihrer Wallet bereits ausgegeben Dieses Produkt enthält vom OpenSSL-Projekt entwickelte Software zur Benutzung des OpenSSL Toolkit <https://www.openssl.org/>, kryptographische Software geschrieben von Eric Young und UPnP Software geschrieben von Thomas Bernard. - To use SarmaCoinsd, or the -server option to SarmaCoins-qt, you must set an rpcpassword in the configuration file: + To use dashd, or the -server option to dash-qt, you must set an rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=SarmaCoinsrpc +rpcuser=dashrpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com - Um SarmaCoinsd (oder SarmaCoins-qt mit dem -server Parameter) zu benutzen müssen Sie ein rpcpasswort in dieser Konfigurationsdatei angeben: + Um dashd (oder dash-qt mit dem -server Parameter) zu benutzen müssen Sie ein rpcpasswort in dieser Konfigurationsdatei angeben: %s Es wird empfohlen das folgende Zufallspasswort zu verwenden: -rpcuser=SarmaCoinsrpc +rpcuser=dashrpc rpcpassword=%s (Sie müssen sich dieses Passwort nicht merken!) Der Benutzername und das Passwort dürfen NICHT identisch sein. Falls die Konfigurationsdatei nicht existiert, erzeugen Sie diese bitte mit Leserechten nur für den Dateibesitzer. Es wird ebenfalls empfohlen alertnotify anzugeben, um im Problemfall benachrichtigt zu werden; -zum Beispiel: alertnotify=echo %%s | mail -s \"SarmaCoins Alert\" admin@foo.com +zum Beispiel: alertnotify=echo %%s | mail -s \"Dash Alert\" admin@foo.com - Unable to locate enough funds for this transaction that are not equal 1000 SarmaCoins. - Für diese Transaktion konnten nicht genug Beträge gefunden werden, die ungleich 1000 SarmaCoins sind. + Unable to locate enough funds for this transaction that are not equal 1000 DASH. + Für diese Transaktion konnten nicht genug Beträge gefunden werden, die ungleich 1000 DASH sind. Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) @@ -3745,8 +3745,8 @@ zum Beispiel: alertnotify=echo %%s | mail -s \"SarmaCoins Alert\" admin@foo.com< Warnung: -maxtxfee ist auf einen sehr hohen Wert gesetzt! Diese Gebühr könnte schon beim Senden einer einzelnen Transaktion fällig werden. - Warning: Please check that your computer's date and time are correct! If your clock is wrong SarmaCoins Core will not work properly. - Warnung: Bitte überprüfen Sie die Datums- und Uhrzeiteinstellungen ihres Computers, da SarmaCoins Core ansonsten nicht ordnungsgemäß funktionieren wird! + Warning: Please check that your computer's date and time are correct! If your clock is wrong Dash Core will not work properly. + Warnung: Bitte überprüfen Sie die Datums- und Uhrzeiteinstellungen ihres Computers, da Dash Core ansonsten nicht ordnungsgemäß funktionieren wird! Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. @@ -3799,8 +3799,8 @@ zum Beispiel: alertnotify=echo %%s | mail -s \"SarmaCoins Alert\" admin@foo.com< Copyright (C) 2009-%i Die "Bitcoin Core"-Entwickler - Copyright (C) 2014-%i The SarmaCoins Core Developers - Copyright (C) 2014-%i Die "SarmaCoins Core"-Entwickler + Copyright (C) 2014-%i The Dash Core Developers + Copyright (C) 2014-%i Die "Dash Core"-Entwickler Could not parse -rpcbind value %s as network address @@ -3831,8 +3831,8 @@ zum Beispiel: alertnotify=echo %%s | mail -s \"SarmaCoins Alert\" admin@foo.com< Fehler bei der Verbindung zum Masternode. - Error loading wallet.dat: Wallet requires newer version of SarmaCoins Core - Fehler beim Laden von wallet.dat: Wallet benötigt neuere Version von SarmaCoins Core + Error loading wallet.dat: Wallet requires newer version of Dash Core + Fehler beim Laden von wallet.dat: Wallet benötigt neuere Version von Dash Core Error: A fatal internal error occured, see debug.log for details @@ -3847,8 +3847,8 @@ zum Beispiel: alertnotify=echo %%s | mail -s \"SarmaCoins Alert\" admin@foo.com< Fehler: Paramter -tor wird nicht unterstützt, bitte -onion benutzen. - Fee (in SarmaCoins/kB) to add to transactions you send (default: %s) - Gebühren (in SarmaCoins pro Kb), die gesendeten Transaktionen hinzugefügt werden (Standard: %s) + Fee (in DASH/kB) to add to transactions you send (default: %s) + Gebühren (in DASH pro Kb), die gesendeten Transaktionen hinzugefügt werden (Standard: %s) Finalizing transaction. @@ -3903,9 +3903,9 @@ zum Beispiel: alertnotify=echo %%s | mail -s \"SarmaCoins Alert\" admin@foo.com< Hinweis - Initialization sanity check failed. SarmaCoins Core is shutting down. + Initialization sanity check failed. Dash Core is shutting down. Fehler beim Initialisieren (Plausibilitätsprüfung fehlgeschlagen). -SarmaCoins Core wird heruntergefahren. +Dash Core wird heruntergefahren. Input is not valid. @@ -4149,14 +4149,14 @@ SarmaCoins Core wird heruntergefahren. Use N separate masternodes to anonymize funds (2-8, default: %u) - N unterschiedliche Masternodes benutzen, um SarmaCoins zu anonymisieren (2-8, Standard: %u) + N unterschiedliche Masternodes benutzen, um Dash zu anonymisieren (2-8, Standard: %u) Use UPnP to map the listening port (default: %u) UPnP verwenden, um eine Portweiterleitung einzurichten (Standard: %u) - Wallet needed to be rewritten: restart SarmaCoins Core to complete + Wallet needed to be rewritten: restart Dash Core to complete Die Wallet musste neu geschrieben werden. Bitte das Programm neu starten um den Vorgang abzuschließen @@ -4216,7 +4216,7 @@ SarmaCoins Core wird heruntergefahren. "KeePassHttp key" für die AES-verschlüsselte Kommunikation mit "KeePass" - Keep N SarmaCoins anonymized (default: %u) + Keep N DASH anonymized (default: %u) Betrag welcher anonymisiert vorgehalten wird. (Voreinstellung: %u) diff --git a/src/qt/locale/dash_en.ts b/src/qt/locale/dash_en.ts index 00b855917d263..3c86462593e14 100644 --- a/src/qt/locale/dash_en.ts +++ b/src/qt/locale/dash_en.ts @@ -78,13 +78,13 @@ - These are your SarmaCoins addresses for sending payments. Always check the amount and the receiving address before sending coins. - These are your SarmaCoins addresses for sending payments. Always check the amount and the receiving address before sending coins. + These are your Dash addresses for sending payments. Always check the amount and the receiving address before sending coins. + These are your Dash addresses for sending payments. Always check the amount and the receiving address before sending coins. - These are your SarmaCoins addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - These are your SarmaCoins addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + These are your Dash addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + These are your Dash addresses for receiving payments. It is recommended to use a new receiving address for each transaction. @@ -219,8 +219,8 @@ - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR SarmaCoins</b>! - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR SarmaCoins</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR DASH</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR DASH</b>! @@ -235,8 +235,8 @@ - SarmaCoins will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your SarmaCoinss from being stolen by malware infecting your computer. - SarmaCoins will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your SarmaCoinss from being stolen by malware infecting your computer. + Dash will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your dashs from being stolen by malware infecting your computer. + Dash will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your dashs from being stolen by malware infecting your computer. @@ -296,8 +296,8 @@ - SarmaCoins Core - SarmaCoins Core + Dash Core + Dash Core @@ -326,8 +326,8 @@ - Send coins to a SarmaCoins address - Send coins to a SarmaCoins address + Send coins to a Dash address + Send coins to a Dash address @@ -336,8 +336,8 @@ - Request payments (generates QR codes and SarmaCoins: URIs) - Request payments (generates QR codes and SarmaCoins: URIs) + Request payments (generates QR codes and dash: URIs) + Request payments (generates QR codes and dash: URIs) @@ -361,13 +361,13 @@ - &About SarmaCoins Core - &About SarmaCoins Core + &About Dash Core + &About Dash Core - Show information about SarmaCoins Core - Show information about SarmaCoins Core + Show information about Dash Core + Show information about Dash Core @@ -387,8 +387,8 @@ - Modify configuration options for SarmaCoins - Modify configuration options for SarmaCoins + Modify configuration options for Dash + Modify configuration options for Dash @@ -452,8 +452,8 @@ - Sign messages with your SarmaCoins addresses to prove you own them - Sign messages with your SarmaCoins addresses to prove you own them + Sign messages with your Dash addresses to prove you own them + Sign messages with your Dash addresses to prove you own them @@ -462,8 +462,8 @@ - Verify messages to ensure they were signed with specified SarmaCoins addresses - Verify messages to ensure they were signed with specified SarmaCoins addresses + Verify messages to ensure they were signed with specified Dash addresses + Verify messages to ensure they were signed with specified Dash addresses @@ -562,8 +562,8 @@ - Open a SarmaCoins: URI or payment request - Open a SarmaCoins: URI or payment request + Open a dash: URI or payment request + Open a dash: URI or payment request @@ -572,8 +572,8 @@ - SarmaCoins Core client - SarmaCoins Core client + Dash Core client + Dash Core client @@ -587,8 +587,8 @@ - Show the SarmaCoins Core help message to get a list with possible SarmaCoins command-line options - Show the SarmaCoins Core help message to get a list with possible SarmaCoins command-line options + Show the Dash Core help message to get a list with possible Dash command-line options + Show the Dash Core help message to get a list with possible Dash command-line options @@ -617,8 +617,8 @@ - %n active connection(s) to SarmaCoins network - %n active connection to SarmaCoins network%n active connections to SarmaCoins network + %n active connection(s) to Dash network + %n active connection to Dash network%n active connections to Dash network @@ -1090,13 +1090,13 @@ Address: %4 - Use 2 separate masternodes to mix funds up to 1000 SarmaCoins - Use 2 separate masternodes to mix funds up to 1000 SarmaCoins + Use 2 separate masternodes to mix funds up to 1000 DASH + Use 2 separate masternodes to mix funds up to 1000 DASH - Use 8 separate masternodes to mix funds up to 1000 SarmaCoins - Use 8 separate masternodes to mix funds up to 1000 SarmaCoins + Use 8 separate masternodes to mix funds up to 1000 DASH + Use 8 separate masternodes to mix funds up to 1000 DASH @@ -1105,18 +1105,18 @@ Address: %4 - This option is the quickest and will cost about ~0.025 SarmaCoins to anonymize 1000 SarmaCoins - This option is the quickest and will cost about ~0.025 SarmaCoins to anonymize 1000 SarmaCoins + This option is the quickest and will cost about ~0.025 DASH to anonymize 1000 DASH + This option is the quickest and will cost about ~0.025 DASH to anonymize 1000 DASH - This option is moderately fast and will cost about 0.05 SarmaCoins to anonymize 1000 SarmaCoins - This option is moderately fast and will cost about 0.05 SarmaCoins to anonymize 1000 SarmaCoins + This option is moderately fast and will cost about 0.05 DASH to anonymize 1000 DASH + This option is moderately fast and will cost about 0.05 DASH to anonymize 1000 DASH - 0.1 SarmaCoins per 1000 SarmaCoins you anonymize. - 0.1 SarmaCoins per 1000 SarmaCoins you anonymize. + 0.1 DASH per 1000 DASH you anonymize. + 0.1 DASH per 1000 DASH you anonymize. @@ -1132,18 +1132,18 @@ Address: %4 - Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening SarmaCoins's configuration screen. - Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening SarmaCoins's configuration screen. - Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening SarmaCoins's configuration screen. - Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen. @@ -1195,8 +1195,8 @@ Address: %4 - The entered address "%1" is not a valid SarmaCoins address. - The entered address "%1" is not a valid SarmaCoins address. + The entered address "%1" is not a valid Dash address. + The entered address "%1" is not a valid Dash address. @@ -1246,8 +1246,8 @@ Address: %4 HelpMessageDialog - SarmaCoins Core - SarmaCoins Core + Dash Core + Dash Core @@ -1262,8 +1262,8 @@ Address: %4 - About SarmaCoins Core - About SarmaCoins Core + About Dash Core + About Dash Core @@ -1320,18 +1320,18 @@ Address: %4 - Welcome to SarmaCoins Core. - Welcome to SarmaCoins Core. + Welcome to Dash Core. + Welcome to Dash Core. - As this is the first time the program is launched, you can choose where SarmaCoins Core will store its data. - As this is the first time the program is launched, you can choose where SarmaCoins Core will store its data. + As this is the first time the program is launched, you can choose where Dash Core will store its data. + As this is the first time the program is launched, you can choose where Dash Core will store its data. - SarmaCoins Core will download and store a copy of the SarmaCoins block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - SarmaCoins Core will download and store a copy of the SarmaCoins block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + Dash Core will download and store a copy of the Dash block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + Dash Core will download and store a copy of the Dash block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. @@ -1345,8 +1345,8 @@ Address: %4 - SarmaCoins Core - SarmaCoins Core + Dash Core + Dash Core @@ -1411,13 +1411,13 @@ Address: %4 - Automatically start SarmaCoins after logging in to the system. - Automatically start SarmaCoins after logging in to the system. + Automatically start Dash after logging in to the system. + Automatically start Dash after logging in to the system. - &Start SarmaCoins on system login - &Start SarmaCoins on system login + &Start Dash on system login + &Start Dash on system login @@ -1451,8 +1451,8 @@ Address: %4 - Amount of SarmaCoins to keep anonymized - Amount of SarmaCoins to keep anonymized + Amount of Dash to keep anonymized + Amount of Dash to keep anonymized @@ -1476,8 +1476,8 @@ Address: %4 - Connect to the SarmaCoins network through a SOCKS5 proxy. - Connect to the SarmaCoins network through a SOCKS5 proxy. + Connect to the Dash network through a SOCKS5 proxy. + Connect to the Dash network through a SOCKS5 proxy. @@ -1516,8 +1516,8 @@ Address: %4 - Automatically open the SarmaCoins client port on the router. This only works when your router supports UPnP and it is enabled. - Automatically open the SarmaCoins client port on the router. This only works when your router supports UPnP and it is enabled. + Automatically open the Dash client port on the router. This only works when your router supports UPnP and it is enabled. + Automatically open the Dash client port on the router. This only works when your router supports UPnP and it is enabled. @@ -1581,15 +1581,15 @@ Address: %4 - The user interface language can be set here. This setting will take effect after restarting SarmaCoins. - The user interface language can be set here. This setting will take effect after restarting SarmaCoins. + The user interface language can be set here. This setting will take effect after restarting Dash. + The user interface language can be set here. This setting will take effect after restarting Dash. Language missing or translation incomplete? Help contributing translations here: -https://www.transifex.com/projects/p/SarmaCoins/ +https://www.transifex.com/projects/p/dash/ Language missing or translation incomplete? Help contributing translations here: -https://www.transifex.com/projects/p/SarmaCoins/ +https://www.transifex.com/projects/p/dash/ @@ -1695,8 +1695,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ - The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. - The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. + The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. + The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. @@ -1800,8 +1800,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ - 0 SarmaCoins / 0 Rounds - 0 SarmaCoins / 0 Rounds + 0 DASH / 0 Rounds + 0 DASH / 0 Rounds @@ -1990,8 +1990,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ - Cannot start SarmaCoins: click-to-pay handler - Cannot start SarmaCoins: click-to-pay handler + Cannot start dash: click-to-pay handler + Cannot start dash: click-to-pay handler @@ -2017,8 +2017,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ - URI cannot be parsed! This can be caused by an invalid SarmaCoins address or malformed URI parameters. - URI cannot be parsed! This can be caused by an invalid SarmaCoins address or malformed URI parameters. + URI cannot be parsed! This can be caused by an invalid Dash address or malformed URI parameters. + URI cannot be parsed! This can be caused by an invalid Dash address or malformed URI parameters. @@ -2125,8 +2125,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ - Enter a SarmaCoins address (e.g. %1) - Enter a SarmaCoins address (e.g. %1) + Enter a Dash address (e.g. %1) + Enter a Dash address (e.g. %1) @@ -2259,8 +2259,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ - Open the SarmaCoins debug log file from the current data directory. This can take a few seconds for large log files. - Open the SarmaCoins debug log file from the current data directory. This can take a few seconds for large log files. + Open the Dash debug log file from the current data directory. This can take a few seconds for large log files. + Open the Dash debug log file from the current data directory. This can take a few seconds for large log files. @@ -2521,8 +2521,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ - Welcome to the SarmaCoins RPC console. - Welcome to the SarmaCoins RPC console. + Welcome to the Dash RPC console. + Welcome to the Dash RPC console. @@ -2601,8 +2601,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the SarmaCoins network. - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the SarmaCoins network. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dash network. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dash network. @@ -2617,8 +2617,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the SarmaCoins network. - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the SarmaCoins network. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Dash network. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Dash network. @@ -2925,8 +2925,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ - Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for SarmaCoins transactions than the network can process. - Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for SarmaCoins transactions than the network can process. + Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for dash transactions than the network can process. + Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for dash transactions than the network can process. @@ -3186,8 +3186,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ - Warning: Invalid SarmaCoins address - Warning: Invalid SarmaCoins address + Warning: Invalid Dash address + Warning: Invalid Dash address @@ -3214,8 +3214,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ - The SarmaCoins address to send the payment to - The SarmaCoins address to send the payment to + The Dash address to send the payment to + The Dash address to send the payment to @@ -3268,8 +3268,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ - A message that was attached to the SarmaCoins: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the SarmaCoins network. - A message that was attached to the SarmaCoins: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the SarmaCoins network. + A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network. + A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network. @@ -3303,8 +3303,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ ShutdownWindow - SarmaCoins Core is shutting down... - SarmaCoins Core is shutting down... + Dash Core is shutting down... + Dash Core is shutting down... @@ -3331,8 +3331,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ - The SarmaCoins address to sign the message with - The SarmaCoins address to sign the message with + The Dash address to sign the message with + The Dash address to sign the message with @@ -3373,8 +3373,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ - Sign the message to prove you own this SarmaCoins address - Sign the message to prove you own this SarmaCoins address + Sign the message to prove you own this Dash address + Sign the message to prove you own this Dash address @@ -3404,13 +3404,13 @@ https://www.transifex.com/projects/p/SarmaCoins/ - The SarmaCoins address the message was signed with - The SarmaCoins address the message was signed with + The Dash address the message was signed with + The Dash address the message was signed with - Verify the message to ensure it was signed with the specified SarmaCoins address - Verify the message to ensure it was signed with the specified SarmaCoins address + Verify the message to ensure it was signed with the specified Dash address + Verify the message to ensure it was signed with the specified Dash address @@ -3498,8 +3498,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ SplashScreen - SarmaCoins Core - SarmaCoins Core + Dash Core + Dash Core @@ -3513,8 +3513,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ - The SarmaCoins Core developers - The SarmaCoins Core developers + The Dash Core developers + The Dash Core developers @@ -4189,8 +4189,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ - InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 SarmaCoins. - InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 SarmaCoins. + InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 DASH. + InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 DASH. @@ -4242,16 +4242,16 @@ https://www.transifex.com/projects/p/SarmaCoins/ - SarmaCoins-core + dash-core - + Bind to given address and always listen on it. Use [host]:port notation for IPv6 Bind to given address and always listen on it. Use [host]:port notation for IPv6 - Cannot obtain a lock on data directory %s. SarmaCoins Core is probably already running. - Cannot obtain a lock on data directory %s. SarmaCoins Core is probably already running. + Cannot obtain a lock on data directory %s. Dash Core is probably already running. + Cannot obtain a lock on data directory %s. Dash Core is probably already running. @@ -4320,8 +4320,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ - Unable to bind to %s on this computer. SarmaCoins Core is probably already running. - Unable to bind to %s on this computer. SarmaCoins Core is probably already running. + Unable to bind to %s on this computer. Dash Core is probably already running. + Unable to bind to %s on this computer. Dash Core is probably already running. @@ -4330,8 +4330,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ - Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 SarmaCoins. - Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 SarmaCoins. + Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 DASH. + Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 DASH. @@ -4610,8 +4610,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ - Disable all SarmaCoins specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) - Disable all SarmaCoins specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) + Disable all Dash specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) + Disable all Dash specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) @@ -4635,13 +4635,13 @@ https://www.transifex.com/projects/p/SarmaCoins/ - Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for relaying (default: %s) - Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for relaying (default: %s) + Fees (in DASH/Kb) smaller than this are considered zero fee for relaying (default: %s) + Fees (in DASH/Kb) smaller than this are considered zero fee for relaying (default: %s) - Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for transaction creation (default: %s) - Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for transaction creation (default: %s) + Fees (in DASH/Kb) smaller than this are considered zero fee for transaction creation (default: %s) + Fees (in DASH/Kb) smaller than this are considered zero fee for transaction creation (default: %s) @@ -4730,33 +4730,33 @@ https://www.transifex.com/projects/p/SarmaCoins/ - To use SarmaCoinsd, or the -server option to SarmaCoins-qt, you must set an rpcpassword in the configuration file: + To use dashd, or the -server option to dash-qt, you must set an rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=SarmaCoinsrpc +rpcuser=dashrpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com - To use SarmaCoinsd, or the -server option to SarmaCoins-qt, you must set an rpcpassword in the configuration file: + To use dashd, or the -server option to dash-qt, you must set an rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=SarmaCoinsrpc +rpcuser=dashrpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com - Unable to locate enough funds for this transaction that are not equal 1000 SarmaCoins. - Unable to locate enough funds for this transaction that are not equal 1000 SarmaCoins. + Unable to locate enough funds for this transaction that are not equal 1000 DASH. + Unable to locate enough funds for this transaction that are not equal 1000 DASH. @@ -4770,8 +4770,8 @@ for example: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@f - Warning: Please check that your computer's date and time are correct! If your clock is wrong SarmaCoins Core will not work properly. - Warning: Please check that your computer's date and time are correct! If your clock is wrong SarmaCoins Core will not work properly. + Warning: Please check that your computer's date and time are correct! If your clock is wrong Dash Core will not work properly. + Warning: Please check that your computer's date and time are correct! If your clock is wrong Dash Core will not work properly. @@ -4837,8 +4837,8 @@ for example: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@f - Copyright (C) 2014-%i The SarmaCoins Core Developers - Copyright (C) 2014-%i The SarmaCoins Core Developers + Copyright (C) 2014-%i The Dash Core Developers + Copyright (C) 2014-%i The Dash Core Developers @@ -4877,8 +4877,8 @@ for example: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@f - Error loading wallet.dat: Wallet requires newer version of SarmaCoins Core - Error loading wallet.dat: Wallet requires newer version of SarmaCoins Core + Error loading wallet.dat: Wallet requires newer version of Dash Core + Error loading wallet.dat: Wallet requires newer version of Dash Core @@ -4897,8 +4897,8 @@ for example: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@f - Fee (in SarmaCoins/kB) to add to transactions you send (default: %s) - Fee (in SarmaCoins/kB) to add to transactions you send (default: %s) + Fee (in DASH/kB) to add to transactions you send (default: %s) + Fee (in DASH/kB) to add to transactions you send (default: %s) @@ -4967,8 +4967,8 @@ for example: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@f - Initialization sanity check failed. SarmaCoins Core is shutting down. - Initialization sanity check failed. SarmaCoins Core is shutting down. + Initialization sanity check failed. Dash Core is shutting down. + Initialization sanity check failed. Dash Core is shutting down. @@ -5282,8 +5282,8 @@ for example: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@f - Wallet needed to be rewritten: restart SarmaCoins Core to complete - Wallet needed to be rewritten: restart SarmaCoins Core to complete + Wallet needed to be rewritten: restart Dash Core to complete + Wallet needed to be rewritten: restart Dash Core to complete @@ -5357,8 +5357,8 @@ for example: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@f - Keep N SarmaCoins anonymized (default: %u) - Keep N SarmaCoins anonymized (default: %u) + Keep N DASH anonymized (default: %u) + Keep N DASH anonymized (default: %u) diff --git a/src/qt/locale/dash_es.ts b/src/qt/locale/dash_es.ts index bf16b44f30708..a6f961288fda8 100644 --- a/src/qt/locale/dash_es.ts +++ b/src/qt/locale/dash_es.ts @@ -43,11 +43,11 @@ Choose the address to send coins to - Elija la dirección a la cual enviar los SarmaCoins + Elija la dirección a la cual enviar los dash Choose the address to receive coins with - Elija la dirección donde recibirá los SarmaCoins + Elija la dirección donde recibirá los dash C&hoose @@ -62,12 +62,12 @@ Direcciones de recepción - These are your SarmaCoins addresses for sending payments. Always check the amount and the receiving address before sending coins. - Estas son sus direcciones SarmaCoins para enviar pagos. Compruebe siempre la cantidad y la dirección receptora antes de enviar SarmaCoinss. + These are your Dash addresses for sending payments. Always check the amount and the receiving address before sending coins. + Estas son sus direcciones Dash para enviar pagos. Compruebe siempre la cantidad y la dirección receptora antes de enviar dashs. - These are your SarmaCoins addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Estas son sus direcciones de SarmaCoins para recibir pagos. Se recomienda utilizar una nueva dirección de recepción para cada transacción. + These are your Dash addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + Estas son sus direcciones de Dash para recibir pagos. Se recomienda utilizar una nueva dirección de recepción para cada transacción. &Copy Address @@ -176,8 +176,8 @@ Confirmar cifrado del monedero - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR SarmaCoins</b>! - Advertencia: Si cifra la cartera y pierde su contraseña, ¡<b>PERDERÁ TODOS SUS SarmaCoins</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR DASH</b>! + Advertencia: Si cifra la cartera y pierde su contraseña, ¡<b>PERDERÁ TODOS SUS DASH</b>! Are you sure you wish to encrypt your wallet? @@ -188,8 +188,8 @@ Monedero cifrado - SarmaCoins will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your SarmaCoinss from being stolen by malware infecting your computer. - SarmaCoins se cerrará ahora para finalizar el proceso de cifrado. Recuerde que el cifrado de su monedero no puede proteger totalmente sus SarmaCoinss del robo por un malware que infecte su sistema. + Dash will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your dashs from being stolen by malware infecting your computer. + Dash se cerrará ahora para finalizar el proceso de cifrado. Recuerde que el cifrado de su monedero no puede proteger totalmente sus dashs del robo por un malware que infecte su sistema. IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. @@ -231,8 +231,8 @@ BitcoinGUI - SarmaCoins Core - SarmaCoins Core + Dash Core + Dash Core Wallet @@ -255,16 +255,16 @@ &Enviar - Send coins to a SarmaCoins address - Enviar cuantía a una dirección SarmaCoins + Send coins to a Dash address + Enviar cuantía a una dirección Dash &Receive &Recibir - Request payments (generates QR codes and SarmaCoins: URIs) - Solicitar pagos (genera códigos QR y URIs de SarmaCoins) + Request payments (generates QR codes and dash: URIs) + Solicitar pagos (genera códigos QR y URIs de Dash) &Transactions @@ -283,12 +283,12 @@ Salir de la aplicación - &About SarmaCoins Core - &Acerca de SarmaCoins Core + &About Dash Core + &Acerca de Dash Core - Show information about SarmaCoins Core - Mostrar información acerca de SarmaCoins Core + Show information about Dash Core + Mostrar información acerca de Dash Core About &Qt @@ -303,8 +303,8 @@ &Opciones... - Modify configuration options for SarmaCoins - Modificar las opciones de configuración de SarmaCoins + Modify configuration options for Dash + Modificar las opciones de configuración de Dash &Show / Hide @@ -355,16 +355,16 @@ Firmar &mensaje... - Sign messages with your SarmaCoins addresses to prove you own them - Firmar mensajes con sus direcciones SarmaCoins para demostrar su posesión + Sign messages with your Dash addresses to prove you own them + Firmar mensajes con sus direcciones Dash para demostrar su posesión &Verify message... &Verificar el mensaje... - Verify messages to ensure they were signed with specified SarmaCoins addresses - Verificar mensajes para comprobar que fueron firmados con la dirección SarmaCoins indicada + Verify messages to ensure they were signed with specified Dash addresses + Verificar mensajes para comprobar que fueron firmados con la dirección Dash indicada &Information @@ -443,16 +443,16 @@ Abrir &URI... - Open a SarmaCoins: URI or payment request - Abrir un SarmaCoins: URI o petición de pago + Open a dash: URI or payment request + Abrir un dash: URI o petición de pago &Command-line options &Opciones de consola de comandos - SarmaCoins Core client - Cliente SarmaCoins Core + Dash Core client + Cliente Dash Core Processed %n blocks of transaction history. @@ -463,8 +463,8 @@ Sincronizando datos adicionales: %p% - Show the SarmaCoins Core help message to get a list with possible SarmaCoins command-line options - Mostrar el mensaje de ayuda de SarmaCoins Core para obtener una lista con las posibles opciones de la consola de comandos + Show the Dash Core help message to get a list with possible Dash command-line options + Mostrar el mensaje de ayuda de Dash Core para obtener una lista con las posibles opciones de la consola de comandos &File @@ -487,8 +487,8 @@ Barra de pestañas - %n active connection(s) to SarmaCoins network - %n conexion(es) activa a la red SarmaCoins%n conexion(es) activas a la red SarmaCoins + %n active connection(s) to Dash network + %n conexion(es) activa a la red Dash%n conexion(es) activas a la red Dash Synchronizing with network... @@ -626,7 +626,7 @@ Dirección: %4 Coin Selection - Selección de SarmaCoins + Selección de Dash Dust: @@ -864,28 +864,28 @@ Dirección: %4 Por favor, seleccione el nivel de privacidad. - Use 2 separate masternodes to mix funds up to 1000 SarmaCoins - Usar 2 nodos maestros distintos para mezclar fondos hasta 1000 SarmaCoins + Use 2 separate masternodes to mix funds up to 1000 DASH + Usar 2 nodos maestros distintos para mezclar fondos hasta 1000 DASH - Use 8 separate masternodes to mix funds up to 1000 SarmaCoins - Usar 8 nodos maestros diferentes para mezclar fondos hasta 1000 SarmaCoins + Use 8 separate masternodes to mix funds up to 1000 DASH + Usar 8 nodos maestros diferentes para mezclar fondos hasta 1000 DASH Use 16 separate masternodes Usar 16 nodos maestros diferentes - This option is the quickest and will cost about ~0.025 SarmaCoins to anonymize 1000 SarmaCoins - Esta es la opción más rápida y anonimizar 1000 SarmaCoins costará alrededor de 0.025 SarmaCoins + This option is the quickest and will cost about ~0.025 DASH to anonymize 1000 DASH + Esta es la opción más rápida y anonimizar 1000 DASH costará alrededor de 0.025 DASH - This option is moderately fast and will cost about 0.05 SarmaCoins to anonymize 1000 SarmaCoins - Esta opción es moderadamente rápida y anonimizar 1000 SarmaCoins costará alrededor de 0.05 SarmaCoins + This option is moderately fast and will cost about 0.05 DASH to anonymize 1000 DASH + Esta opción es moderadamente rápida y anonimizar 1000 DASH costará alrededor de 0.05 DASH - 0.1 SarmaCoins per 1000 SarmaCoins you anonymize. - 0.1 SarmaCoins por cada 1000 SarmaCoins que anonimice. + 0.1 DASH per 1000 DASH you anonymize. + 0.1 DASH por cada 1000 DASH que anonimice. This is the slowest and most secure option. Using maximum anonymity will cost @@ -896,16 +896,16 @@ Dirección: %4 Configuración de Darksend - Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening SarmaCoins's configuration screen. - Darksend fue configurado con éxito en la básica (%1 y 2 rondas). Puede cambiarlo en cualquier momento abriendo la pantalla de configuración de SarmaCoins. + Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend fue configurado con éxito en la básica (%1 y 2 rondas). Puede cambiarlo en cualquier momento abriendo la pantalla de configuración de Dash. - Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening SarmaCoins's configuration screen. - Darksend fue configurado con éxito en la alta (%1 y 8 rondas). Puede cambiarlo en cualquier momento abriendo la pantalla de configuración de SarmaCoins. + Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend fue configurado con éxito en la alta (%1 y 8 rondas). Puede cambiarlo en cualquier momento abriendo la pantalla de configuración de Dash. - Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening SarmaCoins's configuration screen. - Darksend fue configurado con éxito en la máxima (%1 y 16 rondas). Puede cambiarlo en cualquier momento abriendo la pantalla de configuración de SarmaCoins. + Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend fue configurado con éxito en la máxima (%1 y 16 rondas). Puede cambiarlo en cualquier momento abriendo la pantalla de configuración de Dash. @@ -947,8 +947,8 @@ Dirección: %4 Editar dirección de envío - The entered address "%1" is not a valid SarmaCoins address. - La dirección introducida "%1" no es una dirección SarmaCoins válida. + The entered address "%1" is not a valid Dash address. + La dirección introducida "%1" no es una dirección Dash válida. The entered address "%1" is already in the address book. @@ -989,8 +989,8 @@ Dirección: %4 HelpMessageDialog - SarmaCoins Core - SarmaCoins Core + Dash Core + Dash Core version @@ -1001,8 +1001,8 @@ Dirección: %4 (%1-bit) - About SarmaCoins Core - Acerca de SarmaCoins Core + About Dash Core + Acerca de Dash Core Command-line options @@ -1048,16 +1048,16 @@ Dirección: %4 Bienvenido - Welcome to SarmaCoins Core. - Bienvenido a SarmaCoins Core + Welcome to Dash Core. + Bienvenido a Dash Core - As this is the first time the program is launched, you can choose where SarmaCoins Core will store its data. - Al ser la primera vez que se ejecuta el programa, puede elegir dónde almacenará sus datos SarmaCoins Core. + As this is the first time the program is launched, you can choose where Dash Core will store its data. + Al ser la primera vez que se ejecuta el programa, puede elegir dónde almacenará sus datos Dash Core. - SarmaCoins Core will download and store a copy of the SarmaCoins block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - SarmaCoins Core va a descargar y guardar una copia de la cadena de bloques de SarmaCoins. Se almacenará al menos %1GB de datos en este directorio, que irá creciendo con el tiempo. El monedero se guardará también en este directorio. + Dash Core will download and store a copy of the Dash block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + Dash Core va a descargar y guardar una copia de la cadena de bloques de Dash. Se almacenará al menos %1GB de datos en este directorio, que irá creciendo con el tiempo. El monedero se guardará también en este directorio. Use the default data directory @@ -1068,8 +1068,8 @@ Dirección: %4 Utilizar un directorio de datos personalizado: - SarmaCoins Core - SarmaCoins Core + Dash Core + Dash Core Error: Specified data directory "%1" cannot be created. @@ -1122,12 +1122,12 @@ Dirección: %4 &Principal - Automatically start SarmaCoins after logging in to the system. - Iniciar SarmaCoins automáticamente al ingresar en el sistema. + Automatically start Dash after logging in to the system. + Iniciar Dash automáticamente al ingresar en el sistema. - &Start SarmaCoins on system login - &Iniciar SarmaCoins al ingresar en el sistema + &Start Dash on system login + &Iniciar Dash al ingresar en el sistema Size of &database cache @@ -1154,8 +1154,8 @@ Dirección: %4 Esta cuantía sirve de umbral para que Darksend se apague, una vez sea alcanzada. - Amount of SarmaCoins to keep anonymized - Cuantía de SarmaCoins a mantener anónima + Amount of Dash to keep anonymized + Cuantía de Dash a mantener anónima W&allet @@ -1174,8 +1174,8 @@ Dirección: %4 Permitir conexiones entrantes - Connect to the SarmaCoins network through a SOCKS5 proxy. - Conectarse a la red SarmaCoins a través de un proxy SOCKS5. + Connect to the Dash network through a SOCKS5 proxy. + Conectarse a la red Dash a través de un proxy SOCKS5. &Connect through SOCKS5 proxy (default proxy): @@ -1206,8 +1206,8 @@ Dirección: %4 &Red - Automatically open the SarmaCoins client port on the router. This only works when your router supports UPnP and it is enabled. - Abrir automáticamente el puerto del cliente SarmaCoins en el router. Esta opción solo funciona si el router admite UPnP y está activado. + Automatically open the Dash client port on the router. This only works when your router supports UPnP and it is enabled. + Abrir automáticamente el puerto del cliente Dash en el router. Esta opción solo funciona si el router admite UPnP y está activado. Map port using &UPnP @@ -1258,14 +1258,14 @@ Dirección: %4 I&dioma de la interfaz de usuario - The user interface language can be set here. This setting will take effect after restarting SarmaCoins. - El idioma de la interfaz de usuario puede establecerse aquí. Este ajuste se aplicará después de reiniciar SarmaCoins. + The user interface language can be set here. This setting will take effect after restarting Dash. + El idioma de la interfaz de usuario puede establecerse aquí. Este ajuste se aplicará después de reiniciar Dash. Language missing or translation incomplete? Help contributing translations here: -https://www.transifex.com/projects/p/SarmaCoins/ +https://www.transifex.com/projects/p/dash/ ¿Idioma no disponible o traducción incompleta? Contribuye a la traducción aquí: -https://www.transifex.com/projects/p/SarmaCoins/ +https://www.transifex.com/projects/p/dash/ User Interface Theme: @@ -1277,7 +1277,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ Choose the default subdivision unit to show in the interface and when sending coins. - Elegir la subdivisión predeterminada para mostrar las cuantías en la interfaz y cuando se envían SarmaCoinss. + Elegir la subdivisión predeterminada para mostrar las cuantías en la interfaz y cuando se envían dashs. Decimal digits @@ -1347,8 +1347,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Formulario - The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. - La información mostrada puede estar desactualizada. Su monedero se sincroniza automáticamente con la red SarmaCoins después de que se haya establecido una conexión, pero este proceso aún no se ha completado. + The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. + La información mostrada puede estar desactualizada. Su monedero se sincroniza automáticamente con la red Dash después de que se haya establecido una conexión, pero este proceso aún no se ha completado. Available: @@ -1431,8 +1431,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Cuantía y Rondas: - 0 SarmaCoins / 0 Rounds - 0 SarmaCoins / 0 Rondas + 0 DASH / 0 Rounds + 0 DASH / 0 Rondas Submitted Denom: @@ -1568,8 +1568,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Error en solicitud de pago - Cannot start SarmaCoins: click-to-pay handler - No se pudo iniciar SarmaCoins: manejador de pago-al-clic + Cannot start dash: click-to-pay handler + No se pudo iniciar dash: manejador de pago-al-clic URI handling @@ -1588,8 +1588,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Dirección de pago no válida %1 - URI cannot be parsed! This can be caused by an invalid SarmaCoins address or malformed URI parameters. - ¡No se puede interpretar la URI! Esto puede deberse a una dirección SarmaCoins inválida o a parámetros de URI mal formados. + URI cannot be parsed! This can be caused by an invalid Dash address or malformed URI parameters. + ¡No se puede interpretar la URI! Esto puede deberse a una dirección Dash inválida o a parámetros de URI mal formados. Payment request file cannot be read! This can be caused by an invalid payment request file. @@ -1674,8 +1674,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Cuantía - Enter a SarmaCoins address (e.g. %1) - Introduzca una dirección SarmaCoins (e.g. %1) + Enter a Dash address (e.g. %1) + Introduzca una dirección Dash (e.g. %1) %1 d @@ -1764,7 +1764,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ Número de conexiones - Open the SarmaCoins debug log file from the current data directory. This can take a few seconds for large log files. + Open the Dash debug log file from the current data directory. This can take a few seconds for large log files. Abrir el archivo de registro de depuración en el directorio actual de datos. Esto puede requerir varios segundos para archivos de registro grandes. @@ -1972,8 +1972,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Salientes: - Welcome to the SarmaCoins RPC console. - Bienvenido a la consola RPC de SarmaCoins + Welcome to the Dash RPC console. + Bienvenido a la consola RPC de Dash Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -2035,8 +2035,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ &Reutilizar una dirección receptora existente (no recomendado) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the SarmaCoins network. - Un mensaje opcional para adjuntar a la solicitud de pago, el cual se muestra cuando se abre la solicitud. Nota: El mensaje no se enviará con el pago por la red SarmaCoins. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dash network. + Un mensaje opcional para adjuntar a la solicitud de pago, el cual se muestra cuando se abre la solicitud. Nota: El mensaje no se enviará con el pago por la red Dash. &Message: @@ -2047,8 +2047,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Etiqueta opcional para asociar con la nueva dirección de recepción. - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the SarmaCoins network. - Un mensaje opcional para adjuntar con la solicitud de pago, el cual aparecerá cuando ésta sea abierta.<br>Nota: El mensaje no se enviará con el pago a la red SarmaCoins. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Dash network. + Un mensaje opcional para adjuntar con la solicitud de pago, el cual aparecerá cuando ésta sea abierta.<br>Nota: El mensaje no se enviará con el pago a la red Dash. Use this form to request payments. All fields are <b>optional</b>. @@ -2201,7 +2201,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ SendCoinsDialog Send Coins - Enviar SarmaCoins + Enviar Dash Coin Control Features @@ -2292,8 +2292,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Si la comisión personalizada se establece en 1000 duffs y la transacción sólo ocupa 250 bytes, entonces "por kilobyte" sólo se pagan 250 duffs de comisión,<br />mientras que "total como mínimo" paga 1000 duffs. Para transacciones mayores de un kilobyte ambas pagan por kilobyte. - Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for SarmaCoins transactions than the network can process. - Pagar sólo la comisión mínima está bien mientras el volumen de transacciones sea menor al espacio en los bloques.<br />No obstante, tenga en cuenta que esto puede acabar en una transacción que nunca se confirme una vez haya más demanda de transacciones SarmaCoins a la procesable por la red. + Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for dash transactions than the network can process. + Pagar sólo la comisión mínima está bien mientras el volumen de transacciones sea menor al espacio en los bloques.<br />No obstante, tenga en cuenta que esto puede acabar en una transacción que nunca se confirme una vez haya más demanda de transacciones dash a la procesable por la red. per kilobyte @@ -2445,7 +2445,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ Confirm send coins - Confirmar el envío de SarmaCoinss + Confirmar el envío de dashs A fee %1 times higher than %2 per kB is considered an insanely high fee. @@ -2485,19 +2485,19 @@ https://www.transifex.com/projects/p/SarmaCoins/ The transaction was rejected! This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here. - ¡La transacción fue rechazada! Esto puede suceder si alguno de los SarmaCoinss de su monedero ya se habían gastado, por ejemplo si usó una copia de wallet.dat y los SarmaCoins se gastaron en dicha copia pero no se aparecen como gastados aqui. + ¡La transacción fue rechazada! Esto puede suceder si alguno de los dashs de su monedero ya se habían gastado, por ejemplo si usó una copia de wallet.dat y los dash se gastaron en dicha copia pero no se aparecen como gastados aqui. Error: The wallet was unlocked only to anonymize coins. - Error: El monedero se desbloqueó solo para anonimizar SarmaCoinss. + Error: El monedero se desbloqueó solo para anonimizar dashs. Pay only the minimum fee of %1 Pagar sólo la comisión mínima de %1 - Warning: Invalid SarmaCoins address - Aviso: Dirección de SarmaCoins no válida + Warning: Invalid Dash address + Aviso: Dirección de Dash no válida Warning: Unknown change address @@ -2519,8 +2519,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Pagar &a: - The SarmaCoins address to send the payment to - La dirección SarmaCoins a la cual enviar el pago + The Dash address to send the payment to + La dirección Dash a la cual enviar el pago Choose previously used address @@ -2559,8 +2559,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Mensaje: - A message that was attached to the SarmaCoins: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the SarmaCoins network. - Un mensaje que se adjuntó al SarmaCoins: URI que será almacenada con la transacción para su referencia. Nota: Este mensaje no se enviará a través de la red SarmaCoins. + A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network. + Un mensaje que se adjuntó al dash: URI que será almacenada con la transacción para su referencia. Nota: Este mensaje no se enviará a través de la red Dash. This is an unverified payment request. @@ -2586,8 +2586,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ ShutdownWindow - SarmaCoins Core is shutting down... - SarmaCoins Core se está cerrando... + Dash Core is shutting down... + Dash Core se está cerrando... Do not shut down the computer until this window disappears. @@ -2609,8 +2609,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Puede firmar mensajes con sus direcciones para demostrar que las posee. Tenga cuidado de no firmar cualquier cosa vaga, ya que los ataques de phishing pueden tratar de engañarle para suplantar su identidad. Firme solo declaraciones totalmente detalladas con las que usted esté de acuerdo. - The SarmaCoins address to sign the message with - La dirección SarmaCoins con la cual se firma el mensaje + The Dash address to sign the message with + La dirección Dash con la cual se firma el mensaje Choose previously used address @@ -2641,8 +2641,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Copiar la firma actual al portapapeles del sistema - Sign the message to prove you own this SarmaCoins address - Firmar el mensaje para demostrar que se posee esta dirección SarmaCoins + Sign the message to prove you own this Dash address + Firmar el mensaje para demostrar que se posee esta dirección Dash Sign &Message @@ -2665,12 +2665,12 @@ https://www.transifex.com/projects/p/SarmaCoins/ Introduzca la dirección para la firma, el mensaje (asegurándose de copiar tal cual los saltos de línea, espacios, tabulaciones, etc.) y la firma a continuación para verificar el mensaje. Tenga cuidado de no asumir más información de lo que dice el propio mensaje firmado para evitar fraudes basados en ataques de tipo man-in-the-middle. - The SarmaCoins address the message was signed with - La dirección SarmaCoins con la cual se firmó el mensaje + The Dash address the message was signed with + La dirección Dash con la cual se firmó el mensaje - Verify the message to ensure it was signed with the specified SarmaCoins address - Verificar el mensaje para garantizar que fue firmado con la dirección SarmaCoins indicada + Verify the message to ensure it was signed with the specified Dash address + Verificar el mensaje para garantizar que fue firmado con la dirección Dash indicada Verify &Message @@ -2736,8 +2736,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ SplashScreen - SarmaCoins Core - SarmaCoins Core + Dash Core + Dash Core Version %1 @@ -2748,8 +2748,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Los desarrolladores de Bitcoin Core - The SarmaCoins Core developers - Los desarrolladores del SarmaCoins Core + The Dash Core developers + Los desarrolladores del Dash Core [testnet] @@ -2919,7 +2919,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ Generated coins must mature %1 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, its state will change to "not accepted" and it won't be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. - Los SarmaCoinss generados deben madurar %1 bloques antes de que puedan gastarse. Cuando generó este bloque, se transmitió a la red para que se añadiera a la cadena de bloques. Si no consigue entrar en la cadena, su estado cambiará a "no aceptado" y ya no se podrá gastar. Esto puede ocurrir ocasionalmente si otro nodo genera un bloque a pocos segundos del suyo. + Los dashs generados deben madurar %1 bloques antes de que puedan gastarse. Cuando generó este bloque, se transmitió a la red para que se añadiera a la cadena de bloques. Si no consigue entrar en la cadena, su estado cambiará a "no aceptado" y ya no se podrá gastar. Esto puede ocurrir ocasionalmente si otro nodo genera un bloque a pocos segundos del suyo. Debug information @@ -3273,11 +3273,11 @@ https://www.transifex.com/projects/p/SarmaCoins/ WalletModel Send Coins - Enviar SarmaCoins + Enviar Dash - InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 SarmaCoins. - InstantX aún no soporta el envío de valores tan elevados. Las transacciones están limitadas actualmente a %1 SarmaCoins. + InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 DASH. + InstantX aún no soporta el envío de valores tan elevados. Las transacciones están limitadas actualmente a %1 DASH. @@ -3320,18 +3320,18 @@ https://www.transifex.com/projects/p/SarmaCoins/ - SarmaCoins-core + dash-core Bind to given address and always listen on it. Use [host]:port notation for IPv6 Vincular a la dirección dada y escuchar siempre en ella. Utilice la notación [host]:port para IPv6 - Cannot obtain a lock on data directory %s. SarmaCoins Core is probably already running. - No se ha podido bloquear el directorio de datos %s. Probablemente ya se está ejecutando SarmaCoins Core. + Cannot obtain a lock on data directory %s. Dash Core is probably already running. + No se ha podido bloquear el directorio de datos %s. Probablemente ya se está ejecutando Dash Core. Darksend uses exact denominated amounts to send funds, you might simply need to anonymize some more coins. - Darksend utiliza cuantías denominadas exactas para enviar fondos, simplemente necesita anonimizar algunos SarmaCoinss más. + Darksend utiliza cuantías denominadas exactas para enviar fondos, simplemente necesita anonimizar algunos dashs más. Enter regression test mode, which uses a special chain in which blocks can be solved instantly. @@ -3382,16 +3382,16 @@ https://www.transifex.com/projects/p/SarmaCoins/ Esta es una versión de pre-prueba - utilícela bajo su propio riesgo. No la utilice para usos comerciales o de minería. - Unable to bind to %s on this computer. SarmaCoins Core is probably already running. - No se puede enlazar a %s en este equipo. SarmaCoins Core probablemente ya está en funcionamiento. + Unable to bind to %s on this computer. Dash Core is probably already running. + No se puede enlazar a %s en este equipo. Dash Core probablemente ya está en funcionamiento. Unable to locate enough Darksend denominated funds for this transaction. No se pueden localizar fondos denominados de Darksend suficientes para esta transacción. - Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 SarmaCoins. - No se pueden localizar fondos no denominados de Darksend suficientes para esta transacción que no sean iguales a 1000 SarmaCoins. + Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 DASH. + No se pueden localizar fondos no denominados de Darksend suficientes para esta transacción que no sean iguales a 1000 DASH. Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. @@ -3615,8 +3615,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Borrar todas las transacciones del monedero y recuperar únicamente aquellas partes de la cadena de bloques a través de -rescan en el inicio - Disable all SarmaCoins specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) - Desactivar todas las funciones asociadas a SarmaCoins (Nodos Maestros, Darksend, InstantX, Presupuesto) (0-1, predeterminado: %u) + Disable all Dash specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) + Desactivar todas las funciones asociadas a Dash (Nodos Maestros, Darksend, InstantX, Presupuesto) (0-1, predeterminado: %u) Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. @@ -3635,12 +3635,12 @@ https://www.transifex.com/projects/p/SarmaCoins/ Error: Se encontró el argumento no permitido -socks. Ajustar la versión de SOCKS ya no es posible, sólo se admiten proxies SOCKS5 - Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for relaying (default: %s) - Las comisiones (en SarmaCoins/Kb) menores a ésta se consideran como cero a efectos de transmisión (predeterminado: %s) + Fees (in DASH/Kb) smaller than this are considered zero fee for relaying (default: %s) + Las comisiones (en DASH/Kb) menores a ésta se consideran como cero a efectos de transmisión (predeterminado: %s) - Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for transaction creation (default: %s) - Las comisiones (en SarmaCoins/Kb) menores a ésta se consideran como cero a efectos de creación de transacciones (predeterminado: %s) + Fees (in DASH/Kb) smaller than this are considered zero fee for transaction creation (default: %s) + Las comisiones (en DASH/Kb) menores a ésta se consideran como cero a efectos de creación de transacciones (predeterminado: %s) Flush database activity from memory pool to disk log every <n> megabytes (default: %u) @@ -3688,7 +3688,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ Provide liquidity to Darksend by infrequently mixing coins on a continual basis (0-100, default: %u, 1=very frequent, high fees, 100=very infrequent, low fees) - Ofrecer liquidez a Darksend mezclando SarmaCoins con poca frecuencia y de forma continua (0-100, predeterminado: %u, 1=muy frecuente, comisiones altas, 100=muy pocas veces, comisiones bajas) + Ofrecer liquidez a Darksend mezclando dash con poca frecuencia y de forma continua (0-100, predeterminado: %u, 1=muy frecuente, comisiones altas, 100=muy pocas veces, comisiones bajas) Require high priority for relaying free or low-fee transactions (default:%u) @@ -3700,7 +3700,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ Set the number of threads for coin generation if enabled (-1 = all cores, default: %d) - Establecer el número de hilos para la generación de SarmaCoins cuando ésta se encuentra activada (-1 = todos los núcleos, predeterminado: %d) + Establecer el número de hilos para la generación de dash cuando ésta se encuentra activada (-1 = todos los núcleos, predeterminado: %d) Show N confirmations for a successfully locked transaction (0-9999, default: %u) @@ -3711,32 +3711,32 @@ https://www.transifex.com/projects/p/SarmaCoins/ Este producto incluye software desarrollado por el Proyecto OpenSSL para su uso en el Toolkit OpenSSL <https://www.openssl.org/> y software criptográfico escrito por Eric Young y software UPnP escrito por Thomas Bernard. - To use SarmaCoinsd, or the -server option to SarmaCoins-qt, you must set an rpcpassword in the configuration file: + To use dashd, or the -server option to dash-qt, you must set an rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=SarmaCoinsrpc +rpcuser=dashrpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com - Para usar SarmaCoinsd, o la opción -server de SarmaCoins-qt, debe establecer rpcpassword en el archivo de configuración: + Para usar dashd, o la opción -server de dash-qt, debe establecer rpcpassword en el archivo de configuración: %s Es recomendable que use la contraseña aleatoria siguiente: -rpcuser=SarmaCoinsrpc +rpcuser=dashrpc rpcpassword=%s (no necesita recordar esta contraseña) El nombre de usuario y la contraseña NO DEBEN ser iguales. Si el archivo no existe, créelo con permisos de sólo lectura para su propietario. También resulta recomendable establecer alertnotify para que se le notifique de posibles problemas; -por ejemplo: alertnotify=echo %%s | mail -s "Alerta de SarmaCoins" admin@foo.com +por ejemplo: alertnotify=echo %%s | mail -s "Alerta de Dash" admin@foo.com - Unable to locate enough funds for this transaction that are not equal 1000 SarmaCoins. - No se pueden localizar fondos suficientes para esta transacción que no sean iguales a 1000 SarmaCoins. + Unable to locate enough funds for this transaction that are not equal 1000 DASH. + No se pueden localizar fondos suficientes para esta transacción que no sean iguales a 1000 DASH. Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) @@ -3747,8 +3747,8 @@ por ejemplo: alertnotify=echo %%s | mail -s "Alerta de SarmaCoins" admin@foo.com Aviso: ¡-maxtxfee se estableció en un valor muy alto! Comisiones tan grandes no se podrían pagar en una única transacción. - Warning: Please check that your computer's date and time are correct! If your clock is wrong SarmaCoins Core will not work properly. - Aviso: ¡Por favor compruebe que la fecha y hora de su computadora son correctas! Si su reloj está mal ajustado, SarmaCoins Core no funcionará correctamente. + Warning: Please check that your computer's date and time are correct! If your clock is wrong Dash Core will not work properly. + Aviso: ¡Por favor compruebe que la fecha y hora de su computadora son correctas! Si su reloj está mal ajustado, Dash Core no funcionará correctamente. Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. @@ -3801,8 +3801,8 @@ por ejemplo: alertnotify=echo %%s | mail -s "Alerta de SarmaCoins" admin@foo.com Copyright (C) 2009-%i Los Desarrolladores de Bitcoin Core - Copyright (C) 2014-%i The SarmaCoins Core Developers - Copyright (C) 2014-%i Los Desarrolladores de SarmaCoins Core + Copyright (C) 2014-%i The Dash Core Developers + Copyright (C) 2014-%i Los Desarrolladores de Dash Core Could not parse -rpcbind value %s as network address @@ -3833,8 +3833,8 @@ por ejemplo: alertnotify=echo %%s | mail -s "Alerta de SarmaCoins" admin@foo.com Error al conectar al Nodo Maestro. - Error loading wallet.dat: Wallet requires newer version of SarmaCoins Core - Error al cargar wallet.dat: El monedero requiere una versión más reciente de SarmaCoins Core + Error loading wallet.dat: Wallet requires newer version of Dash Core + Error al cargar wallet.dat: El monedero requiere una versión más reciente de Dash Core Error: A fatal internal error occured, see debug.log for details @@ -3849,8 +3849,8 @@ por ejemplo: alertnotify=echo %%s | mail -s "Alerta de SarmaCoins" admin@foo.com Error: Se encontró el argumento no soportado -tor, use -onion. - Fee (in SarmaCoins/kB) to add to transactions you send (default: %s) - Comisión (en SarmaCoins/kB) a añadir sobre las transacciones que envíe (predeterminado: %s) + Fee (in DASH/kB) to add to transactions you send (default: %s) + Comisión (en DASH/kB) a añadir sobre las transacciones que envíe (predeterminado: %s) Finalizing transaction. @@ -3870,7 +3870,7 @@ por ejemplo: alertnotify=echo %%s | mail -s "Alerta de SarmaCoins" admin@foo.com Generate coins (default: %u) - Generar SarmaCoins (predeterminado: %u) + Generar dash (predeterminado: %u) How many blocks to check at startup (default: %u, 0 = all) @@ -3905,8 +3905,8 @@ por ejemplo: alertnotify=echo %%s | mail -s "Alerta de SarmaCoins" admin@foo.com Información - Initialization sanity check failed. SarmaCoins Core is shutting down. - La comprobación de validez de inicio falló. SarmaCoins Core se está cerrando. + Initialization sanity check failed. Dash Core is shutting down. + La comprobación de validez de inicio falló. Dash Core se está cerrando. Input is not valid. @@ -4157,8 +4157,8 @@ por ejemplo: alertnotify=echo %%s | mail -s "Alerta de SarmaCoins" admin@foo.com Usar UPnP para asignar el puerto de escucha (predeterminado: %u) - Wallet needed to be rewritten: restart SarmaCoins Core to complete - El monedero se ha de reescribir: reinicie SarmaCoins Core para completarlo + Wallet needed to be rewritten: restart Dash Core to complete + El monedero se ha de reescribir: reinicie Dash Core para completarlo Warning: Unsupported argument -benchmark ignored, use -debug=bench. @@ -4217,8 +4217,8 @@ por ejemplo: alertnotify=echo %%s | mail -s "Alerta de SarmaCoins" admin@foo.com Clave KeePassHttp para la comunicación cifrada AES con KeePass - Keep N SarmaCoins anonymized (default: %u) - Conservar N SarmaCoins anónimos (predeterminado: %u) + Keep N DASH anonymized (default: %u) + Conservar N DASH anónimos (predeterminado: %u) Keep at most <n> unconnectable transactions in memory (default: %u) diff --git a/src/qt/locale/dash_fi.ts b/src/qt/locale/dash_fi.ts index edd5a948812a6..0d6608b2bd7e5 100644 --- a/src/qt/locale/dash_fi.ts +++ b/src/qt/locale/dash_fi.ts @@ -62,12 +62,12 @@ Vastaanottava osoite - These are your SarmaCoins addresses for sending payments. Always check the amount and the receiving address before sending coins. - Nämä ovat SarmaCoins osoitteesi maksujen lähetykseen. Tarkista aina lähetettävä määrä ja vastaanottajan osoite ennen kuin lähetät varoja. + These are your Dash addresses for sending payments. Always check the amount and the receiving address before sending coins. + Nämä ovat Dash osoitteesi maksujen lähetykseen. Tarkista aina lähetettävä määrä ja vastaanottajan osoite ennen kuin lähetät varoja. - These are your SarmaCoins addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Nämä ovat SarmaCoins osoitteesi suoritusten vastaanottamiseen. Suositellaan että annat uuden osoitteen kullekin siirtotapahtumalle. + These are your Dash addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + Nämä ovat Dash osoitteesi suoritusten vastaanottamiseen. Suositellaan että annat uuden osoitteen kullekin siirtotapahtumalle. &Copy Address @@ -176,8 +176,8 @@ Vahvista lompakon salaus - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR SarmaCoins</b>! - Varoitus: Jos salaat lompakon ja unohdat salasanan, <b>MENETÄT KAIKKI SarmaCoinsisi</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR DASH</b>! + Varoitus: Jos salaat lompakon ja unohdat salasanan, <b>MENETÄT KAIKKI DASHisi</b>! Are you sure you wish to encrypt your wallet? @@ -188,8 +188,8 @@ Lompakko salattu - SarmaCoins will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your SarmaCoinss from being stolen by malware infecting your computer. - SarmaCoins sulkeutuu nyt salauksen viimeistelyä varten. Muista että salaus pelkästään ei voi estää SarmaCoinsiesi varastamista jos koneesi saastuu haittaohjelmilla tai viruksilla. + Dash will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your dashs from being stolen by malware infecting your computer. + Dash sulkeutuu nyt salauksen viimeistelyä varten. Muista että salaus pelkästään ei voi estää Dashiesi varastamista jos koneesi saastuu haittaohjelmilla tai viruksilla. IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. @@ -231,8 +231,8 @@ BitcoinGUI - SarmaCoins Core - SarmaCoins Core + Dash Core + Dash Core Wallet @@ -255,16 +255,16 @@ L&ähetä - Send coins to a SarmaCoins address - Lähetä varoja SarmaCoins osoitteeseen + Send coins to a Dash address + Lähetä varoja Dash osoitteeseen &Receive &Vastaanota - Request payments (generates QR codes and SarmaCoins: URIs) - Pyydä maksuja (Luo QR koodit ja SarmaCoins: URIt) + Request payments (generates QR codes and dash: URIs) + Pyydä maksuja (Luo QR koodit ja Dash: URIt) &Transactions @@ -283,12 +283,12 @@ Sulje ohjelma - &About SarmaCoins Core - Tietoja &SarmaCoins Core:sta + &About Dash Core + Tietoja &Dash Core:sta - Show information about SarmaCoins Core - Näytä tietoja SarmaCoins Core:sta + Show information about Dash Core + Näytä tietoja Dash Core:sta About &Qt @@ -303,8 +303,8 @@ &Asetukset... - Modify configuration options for SarmaCoins - Muuta SarmaCoins asetuksia + Modify configuration options for Dash + Muuta Dash asetuksia &Show / Hide @@ -312,7 +312,7 @@ Show or hide the main Window - Näytä tai piilota SarmaCoins pääikkuna + Näytä tai piilota Dash pääikkuna &Encrypt Wallet... @@ -355,16 +355,16 @@ &Allekirjoita Viesti... - Sign messages with your SarmaCoins addresses to prove you own them - Allekirjoita viestit SarmaCoins osoitteillasi todistaaksesi että omistat ne + Sign messages with your Dash addresses to prove you own them + Allekirjoita viestit Dash osoitteillasi todistaaksesi että omistat ne &Verify message... &Tarkista Viesti... - Verify messages to ensure they were signed with specified SarmaCoins addresses - Tarkista viestit ollaksesi varma että ne on allekirjoitettu määritetyillä SarmaCoins osoitteilla + Verify messages to ensure they were signed with specified Dash addresses + Tarkista viestit ollaksesi varma että ne on allekirjoitettu määritetyillä Dash osoitteilla &Information @@ -443,16 +443,16 @@ Avaa &URI... - Open a SarmaCoins: URI or payment request - Avaa SarmaCoins: URI tai maksupyyntö + Open a dash: URI or payment request + Avaa Dash: URI tai maksupyyntö &Command-line options &Komentorivin valinnat - SarmaCoins Core client - SarmaCoins Core asiakasohjelma + Dash Core client + Dash Core asiakasohjelma Processed %n blocks of transaction history. @@ -463,8 +463,8 @@ Synkronoidaan lisätietoja: %p% - Show the SarmaCoins Core help message to get a list with possible SarmaCoins command-line options - Näytä SarmaCoins Core ohjelista komentorivin valinnoista + Show the Dash Core help message to get a list with possible Dash command-line options + Näytä Dash Core ohjelista komentorivin valinnoista &File @@ -487,8 +487,8 @@ Välilehtipalkki - %n active connection(s) to SarmaCoins network - %n aktiivinen yhteys SarmaCoins verkkoon%n aktiivista yhteyttä SarmaCoins verkkoon + %n active connection(s) to Dash network + %n aktiivinen yhteys Dash verkkoon%n aktiivista yhteyttä Dash verkkoon Synchronizing with network... @@ -864,11 +864,11 @@ Osoite: %4 Valitse yksityisyyden taso. - Use 2 separate masternodes to mix funds up to 1000 SarmaCoins + Use 2 separate masternodes to mix funds up to 1000 DASH Käytä 2 erillistä masternodea sekoittaaksesi varoja - Use 8 separate masternodes to mix funds up to 1000 SarmaCoins + Use 8 separate masternodes to mix funds up to 1000 DASH Käytä 8 erillistä masternodea sekoittaaksesi varoja @@ -876,16 +876,16 @@ Osoite: %4 Käytä 16 erillistä masternodea - This option is the quickest and will cost about ~0.025 SarmaCoins to anonymize 1000 SarmaCoins - Tämä vaihtoehto on nopein ja maksaa noin ~0.025 SarmaCoins kun anonymisoidaan 1000 SarmaCoins + This option is the quickest and will cost about ~0.025 DASH to anonymize 1000 DASH + Tämä vaihtoehto on nopein ja maksaa noin ~0.025 DASH kun anonymisoidaan 1000 DASH - This option is moderately fast and will cost about 0.05 SarmaCoins to anonymize 1000 SarmaCoins - Tämä vaihtoehto on keskinopea ja maksaa noin ~0.05 SarmaCoins kun anonymisoidaan 1000 SarmaCoins + This option is moderately fast and will cost about 0.05 DASH to anonymize 1000 DASH + Tämä vaihtoehto on keskinopea ja maksaa noin ~0.05 DASH kun anonymisoidaan 1000 DASH - 0.1 SarmaCoins per 1000 SarmaCoins you anonymize. - 0.1 SarmaCoins maksu per 1000 SarmaCoins jonka anonymisoit. + 0.1 DASH per 1000 DASH you anonymize. + 0.1 DASH maksu per 1000 DASH jonka anonymisoit. This is the slowest and most secure option. Using maximum anonymity will cost @@ -896,16 +896,16 @@ Osoite: %4 Darksend Asetukset - Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening SarmaCoins's configuration screen. - Darksend on asetettu perusasetuksiin (%1 and 2 kierrosta). Voit muuttaa asetuksia milloin vain SarmaCoins asetuksista. + Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend on asetettu perusasetuksiin (%1 and 2 kierrosta). Voit muuttaa asetuksia milloin vain Dash asetuksista. - Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening SarmaCoins's configuration screen. - Darksend on asetettu keskitason asetuksiin (%1 and 8 kierrosta). Voit muuttaa asetuksia milloin vain SarmaCoins asetuksista. + Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend on asetettu keskitason asetuksiin (%1 and 8 kierrosta). Voit muuttaa asetuksia milloin vain Dash asetuksista. - Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening SarmaCoins's configuration screen. - Darksend on asetettu maksimitason asetuksiin (%1 and 16 kierrosta). Voit muuttaa asetuksia milloin vain SarmaCoins asetuksista. + Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend on asetettu maksimitason asetuksiin (%1 and 16 kierrosta). Voit muuttaa asetuksia milloin vain Dash asetuksista. @@ -947,8 +947,8 @@ Osoite: %4 Muokkaa lähettävää osoitetta - The entered address "%1" is not a valid SarmaCoins address. - Annettu osoite "%1" ei ole pätevä SarmaCoins osoite. + The entered address "%1" is not a valid Dash address. + Annettu osoite "%1" ei ole pätevä Dash osoite. The entered address "%1" is already in the address book. @@ -989,8 +989,8 @@ Osoite: %4 HelpMessageDialog - SarmaCoins Core - SarmaCoins Core + Dash Core + Dash Core version @@ -1001,8 +1001,8 @@ Osoite: %4 (%1-bittinen) - About SarmaCoins Core - Tietoja SarmaCoins Core:sta + About Dash Core + Tietoja Dash Core:sta Command-line options @@ -1048,17 +1048,17 @@ Osoite: %4 Tervetuloa - Welcome to SarmaCoins Core. - SarmaCoins Core - Tervetuloa. + Welcome to Dash Core. + Dash Core - Tervetuloa. - As this is the first time the program is launched, you can choose where SarmaCoins Core will store its data. - Koska tämä on ensimmäinen kerta kun ohjelma käynnistetään, voit valita minne SarmaCoins Core tallettaa datansa. + As this is the first time the program is launched, you can choose where Dash Core will store its data. + Koska tämä on ensimmäinen kerta kun ohjelma käynnistetään, voit valita minne Dash Core tallettaa datansa. Varoitus: Jos käytät käyttöjärjestelmää (Live os) suoraan usb, dvd tai cd levyltä, ohjaa talletettava data eri levyasemalle turvalliseen paikkaan. - SarmaCoins Core will download and store a copy of the SarmaCoins block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - SarmaCoins Core lataa ja tallettaa kopion lohkoketjusta. Vähintään %1GB dataa talletetaan tähän hakemistoon, ja se myös kasvaa ajan myötä. Myös lompakko talletetaan tähän hakemistoon. + Dash Core will download and store a copy of the Dash block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + Dash Core lataa ja tallettaa kopion lohkoketjusta. Vähintään %1GB dataa talletetaan tähän hakemistoon, ja se myös kasvaa ajan myötä. Myös lompakko talletetaan tähän hakemistoon. Use the default data directory @@ -1069,8 +1069,8 @@ Varoitus: Jos käytät käyttöjärjestelmää (Live os) suoraan usb, dvd tai cd Määritä oma hakemisto: - SarmaCoins Core - SarmaCoins Core + Dash Core + Dash Core Error: Specified data directory "%1" cannot be created. @@ -1123,12 +1123,12 @@ Varoitus: Jos käytät käyttöjärjestelmää (Live os) suoraan usb, dvd tai cd &Yleiset - Automatically start SarmaCoins after logging in to the system. - Käynnistä SarmaCoins automaattisesti kun järjestelmään kirjaudutaan. + Automatically start Dash after logging in to the system. + Käynnistä Dash automaattisesti kun järjestelmään kirjaudutaan. - &Start SarmaCoins on system login - &Käynnistä SarmaCoins järjestelmään kirjauduttaessa + &Start Dash on system login + &Käynnistä Dash järjestelmään kirjauduttaessa Size of &database cache @@ -1155,8 +1155,8 @@ Varoitus: Jos käytät käyttöjärjestelmää (Live os) suoraan usb, dvd tai cd Tämä määrä toimii rajana keskeytykselle kun Darksend anonymisointi sen saavuttaa. - Amount of SarmaCoins to keep anonymized - SarmaCoins määrä joka pidetään anonymisoituna + Amount of Dash to keep anonymized + Dash määrä joka pidetään anonymisoituna W&allet @@ -1175,8 +1175,8 @@ Varoitus: Jos käytät käyttöjärjestelmää (Live os) suoraan usb, dvd tai cd Salli sisään tulevat yhteydet - Connect to the SarmaCoins network through a SOCKS5 proxy. - Kytkeydy SarmaCoins verkkoon käyttäen SOCKS5 proxy:a. + Connect to the Dash network through a SOCKS5 proxy. + Kytkeydy Dash verkkoon käyttäen SOCKS5 proxy:a. &Connect through SOCKS5 proxy (default proxy): @@ -1207,8 +1207,8 @@ Varoitus: Jos käytät käyttöjärjestelmää (Live os) suoraan usb, dvd tai cd &Verkko - Automatically open the SarmaCoins client port on the router. This only works when your router supports UPnP and it is enabled. - Avaa automaattisesti SarmaCoins asiakasohjelmalle portti reitittimeen. Tämä toimii vain jos reitittimesi tukee UPnP:tä ja se on käytössä. + Automatically open the Dash client port on the router. This only works when your router supports UPnP and it is enabled. + Avaa automaattisesti Dash asiakasohjelmalle portti reitittimeen. Tämä toimii vain jos reitittimesi tukee UPnP:tä ja se on käytössä. Map port using &UPnP @@ -1244,7 +1244,7 @@ Varoitus: Jos käytät käyttöjärjestelmää (Live os) suoraan usb, dvd tai cd Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Quit in the menu. - Ikkunaa suljettaessa pienennä SarmaCoins asiakasohjelman ikkuna lopettamatta itse ohjelmaa. Kun tämä asetus on valittuna, ohjelman voi sulkea vain valitsemalla Lopeta ohjelman valikosta. + Ikkunaa suljettaessa pienennä Dash asiakasohjelman ikkuna lopettamatta itse ohjelmaa. Kun tämä asetus on valittuna, ohjelman voi sulkea vain valitsemalla Lopeta ohjelman valikosta. M&inimize on close @@ -1259,14 +1259,14 @@ Varoitus: Jos käytät käyttöjärjestelmää (Live os) suoraan usb, dvd tai cd &Käyttöliittymän kieli - The user interface language can be set here. This setting will take effect after restarting SarmaCoins. - Käyttöliittymän kieli asetetaan tässä, Asetus tulee voimaan kun SarmaCoins asiakasohjelma käynnistetään uudelleen. + The user interface language can be set here. This setting will take effect after restarting Dash. + Käyttöliittymän kieli asetetaan tässä, Asetus tulee voimaan kun Dash asiakasohjelma käynnistetään uudelleen. Language missing or translation incomplete? Help contributing translations here: -https://www.transifex.com/projects/p/SarmaCoins/ +https://www.transifex.com/projects/p/dash/ Puuttuuko sopiva kieli tai käännös on kesken? Auta käännöstyössä täällä: -https://www.transifex.com/projects/p/SarmaCoins/ +https://www.transifex.com/projects/p/dash/ User Interface Theme: @@ -1348,8 +1348,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Lomake - The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. - Näytetyt tiedot eivät välttämättä ole ajan tasalla.<br>Lompakkosi synkronoituu automaattisesti SarmaCoins verkkoon kun<br>yhteys on muodostettu, mutta tämä prosessi ei vielä ole valmis. + The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. + Näytetyt tiedot eivät välttämättä ole ajan tasalla.<br>Lompakkosi synkronoituu automaattisesti Dash verkkoon kun<br>yhteys on muodostettu, mutta tämä prosessi ei vielä ole valmis. Available: @@ -1432,8 +1432,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Määrä ja Kierrokset: - 0 SarmaCoins / 0 Rounds - 0 SarmaCoins / 0 Kierrosta + 0 DASH / 0 Rounds + 0 DASH / 0 Kierrosta Submitted Denom: @@ -1569,8 +1569,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Maksupyyntövirhe - Cannot start SarmaCoins: click-to-pay handler - Ei voi käynnistää SarmaCoinsia: click-to-pay handler + Cannot start dash: click-to-pay handler + Ei voi käynnistää Dashia: click-to-pay handler URI handling @@ -1589,8 +1589,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Virheellinen maksuosoite %1 - URI cannot be parsed! This can be caused by an invalid SarmaCoins address or malformed URI parameters. - URI:a ei voida jäsentää! Tämä voi johtua virheellisestä SarmaCoins osoitteesta tai virheellisestä URI:n muuttujasta. + URI cannot be parsed! This can be caused by an invalid Dash address or malformed URI parameters. + URI:a ei voida jäsentää! Tämä voi johtua virheellisestä Dash osoitteesta tai virheellisestä URI:n muuttujasta. Payment request file cannot be read! This can be caused by an invalid payment request file. @@ -1675,8 +1675,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Määrä - Enter a SarmaCoins address (e.g. %1) - Syötä SarmaCoins osoite (esim. %1) + Enter a Dash address (e.g. %1) + Syötä Dash osoite (esim. %1) %1 d @@ -1765,8 +1765,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Yhteyksien määrä - Open the SarmaCoins debug log file from the current data directory. This can take a few seconds for large log files. - Avaa SarmaCoins debug lokitiedosto nykyisestä datahakemistosta. Tämä saattaa kestää muutaman sekunnin isoilla tiedostoilla. + Open the Dash debug log file from the current data directory. This can take a few seconds for large log files. + Avaa Dash debug lokitiedosto nykyisestä datahakemistosta. Tämä saattaa kestää muutaman sekunnin isoilla tiedostoilla. &Open @@ -1977,8 +1977,8 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Ulos: - Welcome to the SarmaCoins RPC console. - Tervetuloa SarmaCoins RPC konsoliin. + Welcome to the Dash RPC console. + Tervetuloa Dash RPC konsoliin. Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -2040,8 +2040,8 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van &Uudelleenkäytä vastaanottavaa osoitetta (ei suositella) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the SarmaCoins network. - Valinnainen viesti liitettäväksi maksupyyntöön, joka näytetään kun pyyntö on avattu.<br>Huomio: Viestiä ei lähetetä maksun mukana SarmaCoins verkkoon. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dash network. + Valinnainen viesti liitettäväksi maksupyyntöön, joka näytetään kun pyyntö on avattu.<br>Huomio: Viestiä ei lähetetä maksun mukana Dash verkkoon. &Message: @@ -2052,8 +2052,8 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Valinnainen nimi liitetään uuteen vastaanottavaan osoitteeseen. - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the SarmaCoins network. - Valinnainen viesti liitettäväksi maksupyyntöön, joka näytetään kun pyyntö on avattu.<br>Huomio: Viestiä ei lähetetä maksun mukana SarmaCoins verkkoon. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Dash network. + Valinnainen viesti liitettäväksi maksupyyntöön, joka näytetään kun pyyntö on avattu.<br>Huomio: Viestiä ei lähetetä maksun mukana Dash verkkoon. Use this form to request payments. All fields are <b>optional</b>. @@ -2297,7 +2297,7 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Jos mukautettu siirtomaksu on asetettu 1000 duff ja siirtotapahtuma on vain 250 tavua,<br />tällöin "per kilotavu" maksaa vain 250 duffs siirtomaksun, kun taas "yhteensä vähintään" maksaa 1000 duffs.<br />Siirtotapahtumat jotka ovat isompia kuin kilotavu, molemmat maksaa "per kilotavu". - Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for SarmaCoins transactions than the network can process. + Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for dash transactions than the network can process. Minimi siirtomaksun maksaminen on ok niin kauan kun siirtotapahtumien määrä on pienempi kuin tila lohkoissa.<br />Mutta ota huomioon että tämä voi johtaa siirtotapahtumaan jota ei vahvisteta koskaan, jos siirtotapahtumia on enemmän kuin verkko voi käsitellä. @@ -2501,8 +2501,8 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Maksa vain minimi siirtomaksu %1 - Warning: Invalid SarmaCoins address - Varoitus: Virheellinen SarmaCoins osoite + Warning: Invalid Dash address + Varoitus: Virheellinen Dash osoite Warning: Unknown change address @@ -2524,8 +2524,8 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Maksun &saaja: - The SarmaCoins address to send the payment to - SarmaCoins osoite johon maksu lähetetään + The Dash address to send the payment to + Dash osoite johon maksu lähetetään Choose previously used address @@ -2564,8 +2564,8 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Viesti: - A message that was attached to the SarmaCoins: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the SarmaCoins network. - Viesti joka liitettiin SarmaCoins: URI joka talletetaan siirtotapahtuman kanssa viitteeksi sinulle. Huomio: Tätä viestiä ei lähetetä SarmaCoins verkkoon. + A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network. + Viesti joka liitettiin Dash: URI joka talletetaan siirtotapahtuman kanssa viitteeksi sinulle. Huomio: Tätä viestiä ei lähetetä Dash verkkoon. This is an unverified payment request. @@ -2591,8 +2591,8 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van ShutdownWindow - SarmaCoins Core is shutting down... - SarmaCoins Core sulkeutuu... + Dash Core is shutting down... + Dash Core sulkeutuu... Do not shut down the computer until this window disappears. @@ -2614,8 +2614,8 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Voit allekirjoittaa viestit omilla osoitteillasi todistaaksesi että omistat ne. Ole huolellinen että et allekirjoita mitään epämääräistä, phishing-hyökkäjä voi huijata sinua allekirjoittamaan henkilöllisyytesi omasta puolestaan. Allekirjoita vain yksityiskohtaisesti täytetty selvitys johon sitoudut. - The SarmaCoins address to sign the message with - SarmaCoins osoite jolla viesti allekirjoitetaan + The Dash address to sign the message with + Dash osoite jolla viesti allekirjoitetaan Choose previously used address @@ -2646,8 +2646,8 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Kopioi tämän hetkinen allekirjoitus leikepöydälle - Sign the message to prove you own this SarmaCoins address - Allekirjoita viesti todistaaksesi että omistat tämän SarmaCoins osoitteen + Sign the message to prove you own this Dash address + Allekirjoita viesti todistaaksesi että omistat tämän Dash osoitteen Sign &Message @@ -2670,12 +2670,12 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Syötä allekirjoittava osoite, viesti ja allekirjoitus alla oleviin kenttiin varmistaaksesi allekirjoituksen aitouden. Varmista että kopioit kaikki kentät täsmälleen oikein, myös rivinvaihdot, välilyönnit, tabulaattorit, jne. - The SarmaCoins address the message was signed with - SarmaCoins osoite jolla viesti on allekirjoitettu + The Dash address the message was signed with + Dash osoite jolla viesti on allekirjoitettu - Verify the message to ensure it was signed with the specified SarmaCoins address - Tarkista että viesti on allekirjoitettu määritetyllä SarmaCoins osoitteella + Verify the message to ensure it was signed with the specified Dash address + Tarkista että viesti on allekirjoitettu määritetyllä Dash osoitteella Verify &Message @@ -2741,8 +2741,8 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van SplashScreen - SarmaCoins Core - SarmaCoins Core + Dash Core + Dash Core Version %1 @@ -2753,8 +2753,8 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Bitcoin Core kehittäjät - The SarmaCoins Core developers - SarmaCoins Core kehittäjät + The Dash Core developers + Dash Core kehittäjät [testnet] @@ -3086,7 +3086,7 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Destination address of transaction. - Siirtotapahtuman SarmaCoins kohdeosoite + Siirtotapahtuman Dash kohdeosoite Amount removed from or added to balance. @@ -3278,11 +3278,11 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van WalletModel Send Coins - Lähetä SarmaCoinseja + Lähetä Dasheja - InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 SarmaCoins. - InstantX ei tue näin korkeaa lähetysmäärää vielä. Siirtotapahtumat on tällä hetkellä rajoitettu %1 SarmaCoins. + InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 DASH. + InstantX ei tue näin korkeaa lähetysmäärää vielä. Siirtotapahtumat on tällä hetkellä rajoitettu %1 DASH. @@ -3325,14 +3325,14 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van - SarmaCoins-core + dash-core Bind to given address and always listen on it. Use [host]:port notation for IPv6 Kytkeydy annettuun osoitteeseen ja pidä linja aina auki. Käytä [host]:port merkintätapaa IPv6:lle. - Cannot obtain a lock on data directory %s. SarmaCoins Core is probably already running. - Ei voida lukita data hakemistoa %s. SarmaCoins Core on luultavasti jo käynnissä. + Cannot obtain a lock on data directory %s. Dash Core is probably already running. + Ei voida lukita data hakemistoa %s. Dash Core on luultavasti jo käynnissä. Darksend uses exact denominated amounts to send funds, you might simply need to anonymize some more coins. @@ -3387,16 +3387,16 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Tämä on esi-julkaistu testiversio - Käytä omalla vastuulla - Älä käytä louhimiseen tai kauppasovelluksiin. - Unable to bind to %s on this computer. SarmaCoins Core is probably already running. - Ei voida yhdistää %s tässä tietokoneessa. SarmaCoins Core on luultavasti jo käynnissä. + Unable to bind to %s on this computer. Dash Core is probably already running. + Ei voida yhdistää %s tässä tietokoneessa. Dash Core on luultavasti jo käynnissä. Unable to locate enough Darksend denominated funds for this transaction. Ei tarpeeksi Darksend anonymisoituja varoja tälle siirtotapahtumalle. - Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 SarmaCoins. - Ei tarpeeksi Darksend ei-anonymisoituja varoja tälle siirtotapahtumalle, joka ei ole 1000 SarmaCoins. + Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 DASH. + Ei tarpeeksi Darksend ei-anonymisoituja varoja tälle siirtotapahtumalle, joka ei ole 1000 DASH. Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. @@ -3404,7 +3404,7 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. - Varoitus: SarmaCoins verkossa on ristiriitoja! Louhijat näyttävät kokevan virhetilanteita. + Varoitus: Dash verkossa on ristiriitoja! Louhijat näyttävät kokevan virhetilanteita. Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. @@ -3619,8 +3619,8 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Poista kaikki lompakon siirtotapahtumat ja palauta vain nuo osat lohkoketjusta -rescan valinnan avulla käynnistyksessä - Disable all SarmaCoins specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) - Kytke pois käytöstä kaikki SarmaCoins:in erityistoiminnot (Masternodet, Darksend, InstantX, Budjetointi) (0-1, oletus: %u) + Disable all Dash specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) + Kytke pois käytöstä kaikki Dash:in erityistoiminnot (Masternodet, Darksend, InstantX, Budjetointi) (0-1, oletus: %u) Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. @@ -3639,12 +3639,12 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Virhe: Ei tuettu argumentti -socks. SOCKS version asettaminen ei ole enää mahdollista, vain SOCKS5 proxyt ovat tuettuja. - Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for relaying (default: %s) - Siirtomaksut (SarmaCoins/Kb) jotka ovat pienempiä kuin tämä, tulkitaan nollamaksuksi välityksessä (oletus: %s) + Fees (in DASH/Kb) smaller than this are considered zero fee for relaying (default: %s) + Siirtomaksut (DASH/Kb) jotka ovat pienempiä kuin tämä, tulkitaan nollamaksuksi välityksessä (oletus: %s) - Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for transaction creation (default: %s) - Siirtomaksut (SarmaCoins/Kb) jotka ovat pienempiä kuin tämä, tulkitaan nollamaksuksi siirtotapahtuman luonnissa (oletus: %s) + Fees (in DASH/Kb) smaller than this are considered zero fee for transaction creation (default: %s) + Siirtomaksut (DASH/Kb) jotka ovat pienempiä kuin tämä, tulkitaan nollamaksuksi siirtotapahtuman luonnissa (oletus: %s) Flush database activity from memory pool to disk log every <n> megabytes (default: %u) @@ -3717,32 +3717,32 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Käännös päivitetty: 1.9.2015 by AjM. - To use SarmaCoinsd, or the -server option to SarmaCoins-qt, you must set an rpcpassword in the configuration file: + To use dashd, or the -server option to dash-qt, you must set an rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=SarmaCoinsrpc +rpcuser=dashrpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com - Käyttääksesi SarmaCoinsd:ia tai -server valintaa SarmaCoins-qt:lle, sinun tulee asettaa rpc salasana asetustiedostossa: + Käyttääksesi dashd:ia tai -server valintaa dash-qt:lle, sinun tulee asettaa rpc salasana asetustiedostossa: %s Suositellaan että käytät allaolevaa satunnaista salasanaa: -rpcuser=SarmaCoinsrpc +rpcuser=dashrpc rpcpassword=%s (sinun ei tarvitse muistaa tätä salasanaa) Käyttäjätunnus ja salasana on oltava ERILAISET. Jos tiedostoa ei ole, luo se vain omistajan-luku-oikeudella. Suositellaan asetettavaksi alertnotify jotta saat tietoa ongelmista, -esimerkiksi: alertnotify=echo %%s | mail -s "SarmaCoins Hälytys" admin@foo.com +esimerkiksi: alertnotify=echo %%s | mail -s "Dash Hälytys" admin@foo.com - Unable to locate enough funds for this transaction that are not equal 1000 SarmaCoins. - Ei tarpeeksi varoja tälle siirtotapahtumalle, joka ei ole 1000 SarmaCoins. + Unable to locate enough funds for this transaction that are not equal 1000 DASH. + Ei tarpeeksi varoja tälle siirtotapahtumalle, joka ei ole 1000 DASH. Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) @@ -3753,8 +3753,8 @@ esimerkiksi: alertnotify=echo %%s | mail -s "SarmaCoins Hälytys" admin@foo.com Varoitus: -maxtxfee on asetettu erittäin korkeaksi! Näin isot siirtomaksut voitaisiin maksaa yhdessä siirtotapahtumassa. - Warning: Please check that your computer's date and time are correct! If your clock is wrong SarmaCoins Core will not work properly. - Varoitus: Tarkista että tietokoneesi kellonaika ja päivämäärä ovat oikein! SarmaCoins ei toimi oikein väärällä päivämäärällä ja/tai kellonajalla. + Warning: Please check that your computer's date and time are correct! If your clock is wrong Dash Core will not work properly. + Varoitus: Tarkista että tietokoneesi kellonaika ja päivämäärä ovat oikein! Dash ei toimi oikein väärällä päivämäärällä ja/tai kellonajalla. Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. @@ -3807,8 +3807,8 @@ esimerkiksi: alertnotify=echo %%s | mail -s "SarmaCoins Hälytys" admin@foo.com Copyright (C) 2009-%i Bitcoin Core Kehittäjät - Copyright (C) 2014-%i The SarmaCoins Core Developers - Copyright (C) 2014-%i SarmaCoins Core Kehittäjät + Copyright (C) 2014-%i The Dash Core Developers + Copyright (C) 2014-%i Dash Core Kehittäjät Could not parse -rpcbind value %s as network address @@ -3839,8 +3839,8 @@ esimerkiksi: alertnotify=echo %%s | mail -s "SarmaCoins Hälytys" admin@foo.com Virhe masternode:en kytkeytymisessä. - Error loading wallet.dat: Wallet requires newer version of SarmaCoins Core - Virhe ladattaessa wallet.dat: Lompakko vaatii uudemman version SarmaCoins Core:sta + Error loading wallet.dat: Wallet requires newer version of Dash Core + Virhe ladattaessa wallet.dat: Lompakko vaatii uudemman version Dash Core:sta Error: A fatal internal error occured, see debug.log for details @@ -3855,8 +3855,8 @@ esimerkiksi: alertnotify=echo %%s | mail -s "SarmaCoins Hälytys" admin@foo.com Virhe: Ei tuettu argumentti -tor löytyi, käytä -onion. - Fee (in SarmaCoins/kB) to add to transactions you send (default: %s) - Lisättävä siirtomaksu (SarmaCoins/Kb) siirtotapahtumaan jonka lähetät (oletus: %s) + Fee (in DASH/kB) to add to transactions you send (default: %s) + Lisättävä siirtomaksu (DASH/Kb) siirtotapahtumaan jonka lähetät (oletus: %s) Finalizing transaction. @@ -3911,8 +3911,8 @@ esimerkiksi: alertnotify=echo %%s | mail -s "SarmaCoins Hälytys" admin@foo.com Tietoa - Initialization sanity check failed. SarmaCoins Core is shutting down. - Alkuperäisyyden tarkistus epäonnistui. SarmaCoins Core sulkeutuu. + Initialization sanity check failed. Dash Core is shutting down. + Alkuperäisyyden tarkistus epäonnistui. Dash Core sulkeutuu. Input is not valid. @@ -4163,8 +4163,8 @@ esimerkiksi: alertnotify=echo %%s | mail -s "SarmaCoins Hälytys" admin@foo.com Käytä UPnP:tä kuunneltavan portin kartoitukseen (oletus: %u) - Wallet needed to be rewritten: restart SarmaCoins Core to complete - Lompakko on kirjoitettava uudelleen: käynnistä SarmaCoins Core uudestaan viimeistelyä varten + Wallet needed to be rewritten: restart Dash Core to complete + Lompakko on kirjoitettava uudelleen: käynnistä Dash Core uudestaan viimeistelyä varten Warning: Unsupported argument -benchmark ignored, use -debug=bench. @@ -4223,8 +4223,8 @@ esimerkiksi: alertnotify=echo %%s | mail -s "SarmaCoins Hälytys" admin@foo.com KeePassHttp avain AES salattuun viestintään - Keep N SarmaCoins anonymized (default: %u) - Pidä N SarmaCoins anonymisoituna (oletus: %u) + Keep N DASH anonymized (default: %u) + Pidä N DASH anonymisoituna (oletus: %u) Keep at most <n> unconnectable transactions in memory (default: %u) diff --git a/src/qt/locale/dash_fr.ts b/src/qt/locale/dash_fr.ts index 6894c21223a3d..75c90d5844f87 100644 --- a/src/qt/locale/dash_fr.ts +++ b/src/qt/locale/dash_fr.ts @@ -62,12 +62,12 @@ Adresses de réception - These are your SarmaCoins addresses for sending payments. Always check the amount and the receiving address before sending coins. - Ce sont vos adresses SarmaCoins pour l'envoi de paiements. Vérifiez toujours le montant et l'adresse de réception avant l'envoi de monnaies. + These are your Dash addresses for sending payments. Always check the amount and the receiving address before sending coins. + Ce sont vos adresses Dash pour l'envoi de paiements. Vérifiez toujours le montant et l'adresse de réception avant l'envoi de monnaies. - These are your SarmaCoins addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Ce sont vos adresses SarmaCoins pour la réception de paiements. Il est recommandé d'utiliser une nouvelle adresse de réception pour chaque transaction. + These are your Dash addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + Ce sont vos adresses Dash pour la réception de paiements. Il est recommandé d'utiliser une nouvelle adresse de réception pour chaque transaction. &Copy Address @@ -176,8 +176,8 @@ Confirmer le chiffrement du portefeuille - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR SarmaCoins</b>! - Attention : Si vous chiffrez votre portefeuille et perdez votre phrase de passe, vous <b>PERDREZ TOUS VOS SarmaCoins</b> ! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR DASH</b>! + Attention : Si vous chiffrez votre portefeuille et perdez votre phrase de passe, vous <b>PERDREZ TOUS VOS DASH</b> ! Are you sure you wish to encrypt your wallet? @@ -188,8 +188,8 @@ Portefeuille chiffré - SarmaCoins will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your SarmaCoinss from being stolen by malware infecting your computer. - SarmaCoins va à présent se fermer pour terminer le chiffrement. N'oubliez pas que le chiffrement de votre portefeuille n'est pas une protection totale contre le vol par des logiciels malveillants qui infecteraient votre ordinateur. + Dash will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your dashs from being stolen by malware infecting your computer. + Dash va à présent se fermer pour terminer le chiffrement. N'oubliez pas que le chiffrement de votre portefeuille n'est pas une protection totale contre le vol par des logiciels malveillants qui infecteraient votre ordinateur. IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. @@ -231,8 +231,8 @@ BitcoinGUI - SarmaCoins Core - SarmaCoins Core + Dash Core + Dash Core Wallet @@ -255,16 +255,16 @@ &Envoyer - Send coins to a SarmaCoins address - Envoyer des pièces sur une adresse SarmaCoins + Send coins to a Dash address + Envoyer des pièces sur une adresse Dash &Receive &Recevoir - Request payments (generates QR codes and SarmaCoins: URIs) - Demande de paiements (Générer des QR code et des URIs SarmaCoins) + Request payments (generates QR codes and dash: URIs) + Demande de paiements (Générer des QR code et des URIs dash) &Transactions @@ -283,12 +283,12 @@ Quitter l’application - &About SarmaCoins Core - À propos du noyau SarmaCoins + &About Dash Core + À propos du noyau Dash - Show information about SarmaCoins Core - Affichez des informations à propos de SarmaCoins Core + Show information about Dash Core + Affichez des informations à propos de Dash Core About &Qt @@ -303,8 +303,8 @@ &Options... - Modify configuration options for SarmaCoins - Modifier les options de configuration pour SarmaCoins + Modify configuration options for Dash + Modifier les options de configuration pour Dash &Show / Hide @@ -355,16 +355,16 @@ &Signer le message... - Sign messages with your SarmaCoins addresses to prove you own them - Signer les messages avec votre adresses SarmaCoins pour prouver que vous êtes le propriétaire + Sign messages with your Dash addresses to prove you own them + Signer les messages avec votre adresses Dash pour prouver que vous êtes le propriétaire &Verify message... &Vérifier un message... - Verify messages to ensure they were signed with specified SarmaCoins addresses - Vérifier les messages pour vous assurer qu'ils ont été signés avec les adresses SarmaCoins spécifiées + Verify messages to ensure they were signed with specified Dash addresses + Vérifier les messages pour vous assurer qu'ils ont été signés avec les adresses Dash spécifiées &Information @@ -443,16 +443,16 @@ Ouvrir un &URI... - Open a SarmaCoins: URI or payment request - Ouvrir une URI ou demande de paiement SarmaCoins + Open a dash: URI or payment request + Ouvrir une URI ou demande de paiement dash &Command-line options Options de ligne de &commande - SarmaCoins Core client - Client SarmaCoins Core + Dash Core client + Client Dash Core Processed %n blocks of transaction history. @@ -463,8 +463,8 @@ Synchronisation des données additionnelles: %p% - Show the SarmaCoins Core help message to get a list with possible SarmaCoins command-line options - Afficher le message d'aide de SarmaCoins Core pour obtenir une liste des options de ligne de commande Bitcoin possibles. + Show the Dash Core help message to get a list with possible Dash command-line options + Afficher le message d'aide de Dash Core pour obtenir une liste des options de ligne de commande Bitcoin possibles. &File @@ -487,8 +487,8 @@ Barre d'outils des onglets - %n active connection(s) to SarmaCoins network - %n connexion active au réseau SarmaCoins %n connexions actives au réseau SarmaCoins + %n active connection(s) to Dash network + %n connexion active au réseau Dash %n connexions actives au réseau Dash Synchronizing with network... @@ -864,28 +864,28 @@ Adresse : %4 Veuillez choisir un niveau de confidentialité. - Use 2 separate masternodes to mix funds up to 1000 SarmaCoins - Utiliser 2 masternodes pour mélanger jusqu'à 1000 SarmaCoins + Use 2 separate masternodes to mix funds up to 1000 DASH + Utiliser 2 masternodes pour mélanger jusqu'à 1000 DASH - Use 8 separate masternodes to mix funds up to 1000 SarmaCoins - Utiliser 8 masternodes pour mélanger jusqu'à 1000 SarmaCoins + Use 8 separate masternodes to mix funds up to 1000 DASH + Utiliser 8 masternodes pour mélanger jusqu'à 1000 DASH Use 16 separate masternodes Utiliser 16 masternodes - This option is the quickest and will cost about ~0.025 SarmaCoins to anonymize 1000 SarmaCoins - Cette option est la plus rapide et coûtera environ 0,025 SarmaCoins pour anonymiser 1000 SarmaCoins + This option is the quickest and will cost about ~0.025 DASH to anonymize 1000 DASH + Cette option est la plus rapide et coûtera environ 0,025 DASH pour anonymiser 1000 DASH - This option is moderately fast and will cost about 0.05 SarmaCoins to anonymize 1000 SarmaCoins - Cette option est un peu moins rapide et coûtera environ 0,05 SarmaCoins pour anonymiser 1000 SarmaCoins + This option is moderately fast and will cost about 0.05 DASH to anonymize 1000 DASH + Cette option est un peu moins rapide et coûtera environ 0,05 DASH pour anonymiser 1000 DASH - 0.1 SarmaCoins per 1000 SarmaCoins you anonymize. - 0,1 SarmaCoins par 1000 SarmaCoins anonymisés. + 0.1 DASH per 1000 DASH you anonymize. + 0,1 DASH par 1000 DASH anonymisés. This is the slowest and most secure option. Using maximum anonymity will cost @@ -896,16 +896,16 @@ Adresse : %4 Configuration de Darksend - Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening SarmaCoins's configuration screen. - Darksend est réglé avec succès sur normal (%1 and 2 rounds). Vous pouvez changer cela à tout moment en ouvrant la fenêtre de configuration du SarmaCoins. + Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend est réglé avec succès sur normal (%1 and 2 rounds). Vous pouvez changer cela à tout moment en ouvrant la fenêtre de configuration du Dash. - Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening SarmaCoins's configuration screen. - Darksend est réglé avec succès sur haut (%1 and 8 rounds). Vous pouvez changer cela à tout moment en ouvrant la fenêtre de configuration du SarmaCoins. + Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend est réglé avec succès sur haut (%1 and 8 rounds). Vous pouvez changer cela à tout moment en ouvrant la fenêtre de configuration du Dash. - Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening SarmaCoins's configuration screen. - Darksend est réglé avec succès sur maximum (%1 and 16 rounds). Vous pouvez changer cela à tout moment en ouvrant la fenêtre de configuration du SarmaCoins. + Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend est réglé avec succès sur maximum (%1 and 16 rounds). Vous pouvez changer cela à tout moment en ouvrant la fenêtre de configuration du Dash. @@ -947,8 +947,8 @@ Adresse : %4 Modifier l’adresse d'envoi - The entered address "%1" is not a valid SarmaCoins address. - L'adresse entrée "%1" est pas une adresse SarmaCoins valide + The entered address "%1" is not a valid Dash address. + L'adresse entrée "%1" est pas une adresse Dash valide The entered address "%1" is already in the address book. @@ -989,8 +989,8 @@ Adresse : %4 HelpMessageDialog - SarmaCoins Core - SarmaCoins Core + Dash Core + Dash Core version @@ -1001,8 +1001,8 @@ Adresse : %4 (%1-bit) - About SarmaCoins Core - A propos de SarmaCoins Core + About Dash Core + A propos de Dash Core Command-line options @@ -1048,16 +1048,16 @@ Adresse : %4 Bienvenue - Welcome to SarmaCoins Core. - Bienvenue à SarmaCoins Core + Welcome to Dash Core. + Bienvenue à Dash Core - As this is the first time the program is launched, you can choose where SarmaCoins Core will store its data. - Comme il s'agit du premier lancement du logiciel, vous pouvez choisir l'emplacement où SarmaCoins Core sauvegardera ses données. + As this is the first time the program is launched, you can choose where Dash Core will store its data. + Comme il s'agit du premier lancement du logiciel, vous pouvez choisir l'emplacement où Dash Core sauvegardera ses données. - SarmaCoins Core will download and store a copy of the SarmaCoins block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - SarmaCoins Core téléchargera et sauvegardera une copie de la chaîne de blocs SarmaCoins. Au moins %1Go de données seront sauvegardées dans ce répertoire, et cette taille augmentera avec le temps. Le portefeuille sera aussi sauvegardé dans ce répertoire. + Dash Core will download and store a copy of the Dash block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + Dash Core téléchargera et sauvegardera une copie de la chaîne de blocs Dash. Au moins %1Go de données seront sauvegardées dans ce répertoire, et cette taille augmentera avec le temps. Le portefeuille sera aussi sauvegardé dans ce répertoire. Use the default data directory @@ -1068,8 +1068,8 @@ Adresse : %4 Utiliser un répertoire de données personnalisé : - SarmaCoins Core - SarmaCoins Core + Dash Core + Dash Core Error: Specified data directory "%1" cannot be created. @@ -1122,12 +1122,12 @@ Adresse : %4 Réglages &principaux - Automatically start SarmaCoins after logging in to the system. - Démarrer SarmaCoins automatiquement au démarrage du système. + Automatically start Dash after logging in to the system. + Démarrer Dash automatiquement au démarrage du système. - &Start SarmaCoins on system login - &Démarrer SarmaCoins au démarrage du système + &Start Dash on system login + &Démarrer Dash au démarrage du système Size of &database cache @@ -1154,8 +1154,8 @@ Adresse : %4 Ce montant est le seuil pour désactiver Darksend dès qu'il est atteint. - Amount of SarmaCoins to keep anonymized - Nombre de SarmaCoins à conserver anonymisés + Amount of Dash to keep anonymized + Nombre de Dash à conserver anonymisés W&allet @@ -1174,8 +1174,8 @@ Adresse : %4 Autoriser les connexions entrantes - Connect to the SarmaCoins network through a SOCKS5 proxy. - Se connecter au réseau SarmaCoins à travers un proxy SOCKS5. + Connect to the Dash network through a SOCKS5 proxy. + Se connecter au réseau Dash à travers un proxy SOCKS5. &Connect through SOCKS5 proxy (default proxy): @@ -1206,8 +1206,8 @@ Adresse : %4 &Réseau - Automatically open the SarmaCoins client port on the router. This only works when your router supports UPnP and it is enabled. - Ouvrir automatiquement le port client SarmaCoins sur le routeur. Cela ne fonctionne que sur les routeurs supportant et ayant activé UPnP. + Automatically open the Dash client port on the router. This only works when your router supports UPnP and it is enabled. + Ouvrir automatiquement le port client Dash sur le routeur. Cela ne fonctionne que sur les routeurs supportant et ayant activé UPnP. Map port using &UPnP @@ -1258,14 +1258,14 @@ Adresse : %4 &Langue de l'interface utilisateur : - The user interface language can be set here. This setting will take effect after restarting SarmaCoins. - La langue de l'interface utilisateur peut être modifiée ici. Ce paramètre sera pris en compte au redémarrage de SarmaCoins. + The user interface language can be set here. This setting will take effect after restarting Dash. + La langue de l'interface utilisateur peut être modifiée ici. Ce paramètre sera pris en compte au redémarrage de Dash. Language missing or translation incomplete? Help contributing translations here: -https://www.transifex.com/projects/p/SarmaCoins/ +https://www.transifex.com/projects/p/dash/ Langage manquant ou traduction incomplète ? Participez aux traductions ici : -https://www.transifex.com/projects/p/SarmaCoins/ +https://www.transifex.com/projects/p/dash/ User Interface Theme: @@ -1347,8 +1347,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Formulaire - The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. - L'information affichée peut être obsolète. Votre portefeuille se synchronise automatiquement avec le réseau SarmaCoins lorsque la connection est établie, mais le process n'est pas encore terminé. + The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. + L'information affichée peut être obsolète. Votre portefeuille se synchronise automatiquement avec le réseau Dash lorsque la connection est établie, mais le process n'est pas encore terminé. Available: @@ -1431,8 +1431,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Montant et Cycles - 0 SarmaCoins / 0 Rounds - 0 SarmaCoins / 0 Cycles + 0 DASH / 0 Rounds + 0 DASH / 0 Cycles Submitted Denom: @@ -1568,8 +1568,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Erreur de demande de paiement - Cannot start SarmaCoins: click-to-pay handler - Impossible de démarrer SarmaCoins: click-to-pay le gestionnaire + Cannot start dash: click-to-pay handler + Impossible de démarrer dash: click-to-pay le gestionnaire URI handling @@ -1588,8 +1588,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Adresse de paiement %1 invalide - URI cannot be parsed! This can be caused by an invalid SarmaCoins address or malformed URI parameters. - L'URI ne peut être analysé ! Ceci peut être causé par une adresse SarmaCoins invalide ou par des paramètres d'URI mal composé. + URI cannot be parsed! This can be caused by an invalid Dash address or malformed URI parameters. + L'URI ne peut être analysé ! Ceci peut être causé par une adresse Dash invalide ou par des paramètres d'URI mal composé. Payment request file cannot be read! This can be caused by an invalid payment request file. @@ -1674,8 +1674,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Montant - Enter a SarmaCoins address (e.g. %1) - Entrez une adresse SarmaCoins (e.g. %1) + Enter a Dash address (e.g. %1) + Entrez une adresse Dash (e.g. %1) %1 d @@ -1764,8 +1764,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Nombre de connexions - Open the SarmaCoins debug log file from the current data directory. This can take a few seconds for large log files. - Ouvrir le fichier de debug SarmaCoins depuis le répertoire de données actuel. Ceci peut prendre plusieurs secondes pour un fichier de debug imposant. + Open the Dash debug log file from the current data directory. This can take a few seconds for large log files. + Ouvrir le fichier de debug Dash depuis le répertoire de données actuel. Ceci peut prendre plusieurs secondes pour un fichier de debug imposant. &Open @@ -1972,8 +1972,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Sortant : - Welcome to the SarmaCoins RPC console. - Bienvenue sur la console RPC de SarmaCoins. + Welcome to the Dash RPC console. + Bienvenue sur la console RPC de Dash. Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -2035,8 +2035,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Ré&utiliser une adresse de réception existante (non recommandé) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the SarmaCoins network. - Un message optionnel à joindre à la demande de paiement, qui sera affiché quand la demande sera ouverte. Note : Ce message ne sera pas envoyé avec le paiement à travers le réseau SarmaCoins. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dash network. + Un message optionnel à joindre à la demande de paiement, qui sera affiché quand la demande sera ouverte. Note : Ce message ne sera pas envoyé avec le paiement à travers le réseau Dash. &Message: @@ -2047,8 +2047,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Un étiquette optionnelle à associer à la nouvelle adresse de réception - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the SarmaCoins network. - Un message optionnel à joindre à la demande de paiement, qui sera affiché quand la demande sera ouverte.<br>Note : Ce message ne sera pas envoyé avec le paiement à travers le réseau SarmaCoins. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Dash network. + Un message optionnel à joindre à la demande de paiement, qui sera affiché quand la demande sera ouverte.<br>Note : Ce message ne sera pas envoyé avec le paiement à travers le réseau Dash. Use this form to request payments. All fields are <b>optional</b>. @@ -2292,7 +2292,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ Si les frais personnalisés sont à 1000 duffs et que la transaction fait seulement 250 octets, alors "par kilooctet" payera seulement 250 duffs de frais,<br />alors que "total au moins" payera 1000 duffs. Pour les transactions de plus d'un kilooctet les deux payeront par kilooctet. - Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for SarmaCoins transactions than the network can process. + Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for dash transactions than the network can process. Payer les frais minimums fonctionne tant qu'il y a moins de volume de transactions que de place dans les blocs.<br/>Mais soyez conscients que ceci peut amener a des transactions qui ne seront jamais confirmées lorsqu'il y aura plus de demande que la capacité du réseau. @@ -2496,8 +2496,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Payer seulement les frais minimum de %1 - Warning: Invalid SarmaCoins address - Attention: adresse SarmaCoins invalide + Warning: Invalid Dash address + Attention: adresse Dash invalide Warning: Unknown change address @@ -2519,8 +2519,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ &Payer à : - The SarmaCoins address to send the payment to - L'adresse SarmaCoins à laquelle envoyer de la monnaie + The Dash address to send the payment to + L'adresse Dash à laquelle envoyer de la monnaie Choose previously used address @@ -2559,8 +2559,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Message : - A message that was attached to the SarmaCoins: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the SarmaCoins network. - Un message qui était joint au SarmaCoins : URI qui sera sauvegardée avec la transaction pour référence. Note : Ce message ne sera pas envoyé à travers le réseau SarmaCoins. + A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network. + Un message qui était joint au Dash : URI qui sera sauvegardée avec la transaction pour référence. Note : Ce message ne sera pas envoyé à travers le réseau Dash. This is an unverified payment request. @@ -2586,8 +2586,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ ShutdownWindow - SarmaCoins Core is shutting down... - Arrêt de SarmaCoins Core... + Dash Core is shutting down... + Arrêt de Dash Core... Do not shut down the computer until this window disappears. @@ -2609,8 +2609,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Vous pouvez signer des messages avec vos adresses pour prouver que vous les détenez. Faites attention de ne pas signer de vague car des attaques d'hameçonnage peuvent essayer d'usurper votre identité par votre signature. Ne signez que des déclarations entièrement détaillées et avec lesquelles vous serez d'accord. - The SarmaCoins address to sign the message with - L'adresse SarmaCoins avec laquelle signer le message + The Dash address to sign the message with + L'adresse Dash avec laquelle signer le message Choose previously used address @@ -2641,8 +2641,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Copier la signature actuelle dans le presse-papier - Sign the message to prove you own this SarmaCoins address - Signer le message pour prouver que vous possédez cette adresse SarmaCoins + Sign the message to prove you own this Dash address + Signer le message pour prouver que vous possédez cette adresse Dash Sign &Message @@ -2665,12 +2665,12 @@ https://www.transifex.com/projects/p/SarmaCoins/ Saisir ci-dessous l'adresse de signature, le message (assurez-vous d'avoir copié exactement les retours à la ligne, les espaces, tabulations etc.) et la signature pour vérifier le message. Faire attention à ne pas déduire davantage de la signature que ce qui est contenu dans le message signé lui-même pour éviter d'être trompé par une attaque d'homme du milieu. - The SarmaCoins address the message was signed with - L'adresse SarmaCoins avec laquelle le message a été signé + The Dash address the message was signed with + L'adresse Dash avec laquelle le message a été signé - Verify the message to ensure it was signed with the specified SarmaCoins address - Vérifier le message pour s'assurer qu'il a été signé avec l'adresse SarmaCoins spécifiée + Verify the message to ensure it was signed with the specified Dash address + Vérifier le message pour s'assurer qu'il a été signé avec l'adresse Dash spécifiée Verify &Message @@ -2736,8 +2736,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ SplashScreen - SarmaCoins Core - SarmaCoins Core + Dash Core + Dash Core Version %1 @@ -2748,8 +2748,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Les développeurs Bitcoin Core - The SarmaCoins Core developers - Les développeurs SarmaCoins Core + The Dash Core developers + Les développeurs Dash Core [testnet] @@ -3276,8 +3276,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Envoyer des pièces - InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 SarmaCoins. - InstantX ne supporte pas des transferts aussi élevés. Les transactions sont pour le moment limitées à %11 SarmaCoins. + InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 DASH. + InstantX ne supporte pas des transferts aussi élevés. Les transactions sont pour le moment limitées à %11 DASH. @@ -3320,14 +3320,14 @@ https://www.transifex.com/projects/p/SarmaCoins/ - SarmaCoins-core + dash-core Bind to given address and always listen on it. Use [host]:port notation for IPv6 Se lier à l'adresse donnée et toujours l'écouter. Utilisez la notation [host]:port pour l'IPv6 - Cannot obtain a lock on data directory %s. SarmaCoins Core is probably already running. - Impossible d’obtenir un verrou sur le répertoire de données %s. SarmaCoins Core fonctionne probablement déjà. + Cannot obtain a lock on data directory %s. Dash Core is probably already running. + Impossible d’obtenir un verrou sur le répertoire de données %s. Dash Core fonctionne probablement déjà. Darksend uses exact denominated amounts to send funds, you might simply need to anonymize some more coins. @@ -3382,16 +3382,16 @@ https://www.transifex.com/projects/p/SarmaCoins/ Ceci est une pré-version de test - l'utiliser à vos risques et périls - ne pas l'utiliser pour miner ou pour des applications marchandes - Unable to bind to %s on this computer. SarmaCoins Core is probably already running. - Impossible de se lier à %s sur cet ordinateur. SarmaCoins Core fonctionne probablement déjà. + Unable to bind to %s on this computer. Dash Core is probably already running. + Impossible de se lier à %s sur cet ordinateur. Dash Core fonctionne probablement déjà. Unable to locate enough Darksend denominated funds for this transaction. Impossible de localiser suffisamment de fonds Darksend dénominés pour cette transaction. - Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 SarmaCoins. - Impossible de localiser suffisamment de fonds non-dénominés Darksend pour cette transaction qui ne sont pas égaux à 1000 SarmaCoins. + Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 DASH. + Impossible de localiser suffisamment de fonds non-dénominés Darksend pour cette transaction qui ne sont pas égaux à 1000 DASH. Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. @@ -3614,8 +3614,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Effacer toutes les transactions du portefeuille et récupère celle qui font partie de la chaine de blocs via -rescan au démarrage - Disable all SarmaCoins specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) - Désactivez toutes les fonctionnalités liées à SarmaCoins (Masternode, Darksend, InstantX, Budgetisation) (0-1, par défaut: %u) + Disable all Dash specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) + Désactivez toutes les fonctionnalités liées à Dash (Masternode, Darksend, InstantX, Budgetisation) (0-1, par défaut: %u) Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. @@ -3634,12 +3634,12 @@ https://www.transifex.com/projects/p/SarmaCoins/ Erreur: Paramètre obsolète -socks. Il n'est plus possible d'indiquer la version SOCKS, seul les proxy SOCKS5 sont supportés. - Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for relaying (default: %s) - Les frais (en SarmaCoins/ko) inférieurs à ce seuil sont considérés comme nuls pour le relayage (par défaut : %s) + Fees (in DASH/Kb) smaller than this are considered zero fee for relaying (default: %s) + Les frais (en DASH/ko) inférieurs à ce seuil sont considérés comme nuls pour le relayage (par défaut : %s) - Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for transaction creation (default: %s) - Les frais (en SarmaCoins/ko) inférieurs à ce seuil sont considérés comme nuls pour la création de transactions (par défaut : %s) + Fees (in DASH/Kb) smaller than this are considered zero fee for transaction creation (default: %s) + Les frais (en DASH/ko) inférieurs à ce seuil sont considérés comme nuls pour la création de transactions (par défaut : %s) Flush database activity from memory pool to disk log every <n> megabytes (default: %u) @@ -3710,32 +3710,32 @@ https://www.transifex.com/projects/p/SarmaCoins/ Ce produit comprend des logiciels développés par le projet OpenSSL afin d'être utilisés dans la boîte à outils OpenSSL <https://www.openssl.org/>, un logiciel de chiffrement écrit par Eric Young et un logiciel UPnP développé par Thomas Bernard. - To use SarmaCoinsd, or the -server option to SarmaCoins-qt, you must set an rpcpassword in the configuration file: + To use dashd, or the -server option to dash-qt, you must set an rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=SarmaCoinsrpc +rpcuser=dashrpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com - Pour utiliser SarmaCoinsd, ou le paramètre -server de SarmaCoins-qt, vous devez définir un rpc mot de passe dans le fichier de configuration: + Pour utiliser dashd, ou le paramètre -server de dash-qt, vous devez définir un rpc mot de passe dans le fichier de configuration: %s Il est recommandé que vous utilisiez ce mot de passe aléatoire: -rpcuser=SarmaCoinsrpc +rpcuser=dashrpc rpcpassword=%s (Vous ne devez pas vous souvenir de ce mot de passe) Le nom d'utilisateur et le mot de passe NE DOIVENT PAS être équivalent. Si le fichier n'existe pas, créé le avec les permissions de lecture uniquement pour le propriétaire. Il est recommandé de régler alertnotify pour que vous soyez averti des problèmes; -Pour exemple: alertnotify=echo %%s | mail -s "Alerte SarmaCoins" admin@foo.com +Pour exemple: alertnotify=echo %%s | mail -s "Alerte Dash" admin@foo.com - Unable to locate enough funds for this transaction that are not equal 1000 SarmaCoins. - Impossible de localiser suffisamment de fonds pour cette transaction qui ne sont pas égaux à 1000 SarmaCoins. + Unable to locate enough funds for this transaction that are not equal 1000 DASH. + Impossible de localiser suffisamment de fonds pour cette transaction qui ne sont pas égaux à 1000 DASH. Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) @@ -3746,8 +3746,8 @@ Pour exemple: alertnotify=echo %%s | mail -s "Alerte SarmaCoins" admin@foo.com Attention : -maxtxfee est réglée sur un montant très élevé ! Il s'agit des frais de transaction que vous payerez si vous envoyez une transaction. - Warning: Please check that your computer's date and time are correct! If your clock is wrong SarmaCoins Core will not work properly. - Attention : Veuillez vérifier que la date et l'heure de votre ordinateur sont justes ! Si votre horloge n'est pas à l'heure, SarmaCoins Core ne fonctionnera pas correctement. + Warning: Please check that your computer's date and time are correct! If your clock is wrong Dash Core will not work properly. + Attention : Veuillez vérifier que la date et l'heure de votre ordinateur sont justes ! Si votre horloge n'est pas à l'heure, Dash Core ne fonctionnera pas correctement. Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. @@ -3800,8 +3800,8 @@ Pour exemple: alertnotify=echo %%s | mail -s "Alerte SarmaCoins" admin@foo.com Copyright (C) 2009-%i The Bitcoin Core Developers - Copyright (C) 2014-%i The SarmaCoins Core Developers - Copyright (C) 2014-%i The SarmaCoins Core Developers + Copyright (C) 2014-%i The Dash Core Developers + Copyright (C) 2014-%i The Dash Core Developers Could not parse -rpcbind value %s as network address @@ -3832,8 +3832,8 @@ Pour exemple: alertnotify=echo %%s | mail -s "Alerte SarmaCoins" admin@foo.com Erreur de connexion au masternode. - Error loading wallet.dat: Wallet requires newer version of SarmaCoins Core - Erreur au chargement de wallet.dat : le Portefeuille nécessite une nouvelle version de SarmaCoins Core + Error loading wallet.dat: Wallet requires newer version of Dash Core + Erreur au chargement de wallet.dat : le Portefeuille nécessite une nouvelle version de Dash Core Error: A fatal internal error occured, see debug.log for details @@ -3848,8 +3848,8 @@ Pour exemple: alertnotify=echo %%s | mail -s "Alerte SarmaCoins" admin@foo.com Erreur: Paramètre -tor non supporté, utilisez -onion. - Fee (in SarmaCoins/kB) to add to transactions you send (default: %s) - Frais (en SarmaCoins/ko) à ajouter aux transactions que vous envoyez (par défaut: %s) + Fee (in DASH/kB) to add to transactions you send (default: %s) + Frais (en DASH/ko) à ajouter aux transactions que vous envoyez (par défaut: %s) Finalizing transaction. @@ -3904,8 +3904,8 @@ Pour exemple: alertnotify=echo %%s | mail -s "Alerte SarmaCoins" admin@foo.com Informations - Initialization sanity check failed. SarmaCoins Core is shutting down. - Les tests de cohérences lors de l'initialisation ont échoués. SarmaCoins Core est en cours de fermeture. + Initialization sanity check failed. Dash Core is shutting down. + Les tests de cohérences lors de l'initialisation ont échoués. Dash Core est en cours de fermeture. Input is not valid. @@ -4156,8 +4156,8 @@ Pour exemple: alertnotify=echo %%s | mail -s "Alerte SarmaCoins" admin@foo.com Utiliser l'UPnP pour mapper le port d'écoute (par défaut : %u) - Wallet needed to be rewritten: restart SarmaCoins Core to complete - Le portefeuille devait être réécrit : redémarrer SarmaCoins Core pour terminer l'opération. + Wallet needed to be rewritten: restart Dash Core to complete + Le portefeuille devait être réécrit : redémarrer Dash Core pour terminer l'opération. Warning: Unsupported argument -benchmark ignored, use -debug=bench. @@ -4216,8 +4216,8 @@ Pour exemple: alertnotify=echo %%s | mail -s "Alerte SarmaCoins" admin@foo.com Clé KeePassHttp pour la communication chiffrée AES avec KeePass - Keep N SarmaCoins anonymized (default: %u) - Maintenir N SarmaCoins anonymisé en permanence (défaut: %u) + Keep N DASH anonymized (default: %u) + Maintenir N dash anonymisé en permanence (défaut: %u) Keep at most <n> unconnectable transactions in memory (default: %u) diff --git a/src/qt/locale/dash_it.ts b/src/qt/locale/dash_it.ts index df53837ab5b33..dcdce039e28a0 100644 --- a/src/qt/locale/dash_it.ts +++ b/src/qt/locale/dash_it.ts @@ -43,11 +43,11 @@ Choose the address to send coins to - Scegli l'indirizzo a cui inviare i SarmaCoins + Scegli l'indirizzo a cui inviare i dash Choose the address to receive coins with - Scegli l'indirizzo con cui ricevere SarmaCoins + Scegli l'indirizzo con cui ricevere dash C&hoose @@ -62,12 +62,12 @@ Indirizzi di ricezione - These are your SarmaCoins addresses for sending payments. Always check the amount and the receiving address before sending coins. - Questi sono i tuoi indirizzi SarmaCoins per inviare i pagamenti. Controlla sempre l'ammontare e l'indirizzo destinatario prima di inviare i SarmaCoins. + These are your Dash addresses for sending payments. Always check the amount and the receiving address before sending coins. + Questi sono i tuoi indirizzi Dash per inviare i pagamenti. Controlla sempre l'ammontare e l'indirizzo destinatario prima di inviare i dash. - These are your SarmaCoins addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Questi sono i tuoi indirizzi di SarmaCoins per ricevere i pagamenti. Si raccomanda di usare un nuovo indirizzo di ricezione per ogni operazione. + These are your Dash addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + Questi sono i tuoi indirizzi di Dash per ricevere i pagamenti. Si raccomanda di usare un nuovo indirizzo di ricezione per ogni operazione. &Copy Address @@ -176,8 +176,8 @@ Conferma la cifratura del portafoglio - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR SarmaCoins</b>! - Attenzione: se crittografi il tuo portafoglio e perdi la tua parola d'ordine, <b>PERDERAI TUTTI I TUOI SarmaCoins</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR DASH</b>! + Attenzione: se crittografi il tuo portafoglio e perdi la tua parola d'ordine, <b>PERDERAI TUTTI I TUOI DASH</b>! Are you sure you wish to encrypt your wallet? @@ -188,8 +188,8 @@ Portafoglio cifrato - SarmaCoins will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your SarmaCoinss from being stolen by malware infecting your computer. - SarmaCoins adesso si chiuderá per finire il processo di crittografia. Ricorda che crittografare il tuo portafoglio non ti da una protezione totale se il tuo computer é infettato da malware + Dash will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your dashs from being stolen by malware infecting your computer. + Dash adesso si chiuderá per finire il processo di crittografia. Ricorda che crittografare il tuo portafoglio non ti da una protezione totale se il tuo computer é infettato da malware IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. @@ -231,8 +231,8 @@ BitcoinGUI - SarmaCoins Core - SarmaCoins Core + Dash Core + Dash Core Wallet @@ -255,16 +255,16 @@ &Invia - Send coins to a SarmaCoins address - Spedire SarmaCoins ad un indirizzo SarmaCoins + Send coins to a Dash address + Spedire dash ad un indirizzo Dash &Receive &Ricevi - Request payments (generates QR codes and SarmaCoins: URIs) - Richieste di pagamenti (genera codici QR e SarmaCoins: URLs) + Request payments (generates QR codes and dash: URIs) + Richieste di pagamenti (genera codici QR e dash: URLs) &Transactions @@ -283,12 +283,12 @@ Chiudi applicazione - &About SarmaCoins Core - &Su SarmaCoins Core + &About Dash Core + &Su Dash Core - Show information about SarmaCoins Core - Mostra la informazione su SarmaCoins Core + Show information about Dash Core + Mostra la informazione su Dash Core About &Qt @@ -303,8 +303,8 @@ &Opzioni... - Modify configuration options for SarmaCoins - Modifica le opzioni di configurazione di SarmaCoins + Modify configuration options for Dash + Modifica le opzioni di configurazione di Dash &Show / Hide @@ -355,16 +355,16 @@ Firma il &messaggio... - Sign messages with your SarmaCoins addresses to prove you own them - Firma i messaggi con il tuo indirizzo SarmaCoins per dimostrarne che li possiedi + Sign messages with your Dash addresses to prove you own them + Firma i messaggi con il tuo indirizzo Dash per dimostrarne che li possiedi &Verify message... &Verifica messaggio... - Verify messages to ensure they were signed with specified SarmaCoins addresses - Verificare i messaggi per assicurarsi che sono firmati con gli indirizzi specificati di SarmaCoins + Verify messages to ensure they were signed with specified Dash addresses + Verificare i messaggi per assicurarsi che sono firmati con gli indirizzi specificati di Dash &Information @@ -435,24 +435,24 @@ Apri &URI... - Open a SarmaCoins: URI or payment request - Apri un SarmaCoins: URI o una richiesta di pagamento + Open a dash: URI or payment request + Apri un dash: URI o una richiesta di pagamento &Command-line options Opzioni riga di &comando - SarmaCoins Core client - Cliente SarmaCoins Core + Dash Core client + Cliente Dash Core Processed %n blocks of transaction history. Processato %n blocco della cronologia transazioni.Processati %n blocchi della cronologia transazioni. - Show the SarmaCoins Core help message to get a list with possible SarmaCoins command-line options - Mostra il messaggio di aiuto di SarmaCoins Core per ottenere una lista con le possibili opzioni di linea di comando di SarmaCoins + Show the Dash Core help message to get a list with possible Dash command-line options + Mostra il messaggio di aiuto di Dash Core per ottenere una lista con le possibili opzioni di linea di comando di Dash &File @@ -475,8 +475,8 @@ Barra degli strumenti "Tabs" - %n active connection(s) to SarmaCoins network - %n connessione attiva alla rete SarmaCoins%n connessioni attive alla rete SarmaCoins + %n active connection(s) to Dash network + %n connessione attiva alla rete Dash%n connessioni attive alla rete Dash Synchronizing with network... @@ -833,27 +833,27 @@ Indirizzo: %4 Selezionare il livello di privacy - Use 2 separate masternodes to mix funds up to 1000 SarmaCoins - Usa 2 separati masternode per mischiare fino al 1000 SarmaCoins + Use 2 separate masternodes to mix funds up to 1000 DASH + Usa 2 separati masternode per mischiare fino al 1000 DASH - Use 8 separate masternodes to mix funds up to 1000 SarmaCoins - Usa 8 separati masternode per mischiare fino al 1000 SarmaCoins + Use 8 separate masternodes to mix funds up to 1000 DASH + Usa 8 separati masternode per mischiare fino al 1000 DASH Use 16 separate masternodes Usa 16 separati masternode - This option is the quickest and will cost about ~0.025 SarmaCoins to anonymize 1000 SarmaCoins + This option is the quickest and will cost about ~0.025 DASH to anonymize 1000 DASH Questa opzione è la più veloce e ti costerà ~0.025DRK circa per anonimizzare 1000DRK - This option is moderately fast and will cost about 0.05 SarmaCoins to anonymize 1000 SarmaCoins + This option is moderately fast and will cost about 0.05 DASH to anonymize 1000 DASH Questa opzione è moderatamente veloce e costerà 0.05DRK circa per anonimizzare 1000DRK - 0.1 SarmaCoins per 1000 SarmaCoins you anonymize. + 0.1 DASH per 1000 DASH you anonymize. 0.1DRK ogni 1000DRK anonimizzati. @@ -865,16 +865,16 @@ Indirizzo: %4 Configurazione Darksend - Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen. Dark send è statto correttamente impostato su base (%1 e 2 round). Puoi cambiare questa impostazione in qualsiasi momento tu lo voglia dalla finestra di configurazione. - Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening SarmaCoins's configuration screen. - Darksend è stata impostata correttamente a elevato (%1 e 8 turni). È possibile modificare in qualsiasi momento aprendo schermata di configurazione di SarmaCoins. + Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend è stata impostata correttamente a elevato (%1 e 8 turni). È possibile modificare in qualsiasi momento aprendo schermata di configurazione di Dash. - Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening SarmaCoins's configuration screen. - Darksend è stato correttamente settato al massimo (%1 e 16 rounds). Puoi cambiarlo quando vuoi aprendo la finestra di configurazione di SarmaCoins + Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend è stato correttamente settato al massimo (%1 e 16 rounds). Puoi cambiarlo quando vuoi aprendo la finestra di configurazione di Dash @@ -916,8 +916,8 @@ Indirizzo: %4 Modifica indirizzo d'invio - The entered address "%1" is not a valid SarmaCoins address. - L'indirizzo inserito "%1" non é un indirizzo SarmaCoins valido + The entered address "%1" is not a valid Dash address. + L'indirizzo inserito "%1" non é un indirizzo Dash valido The entered address "%1" is already in the address book. @@ -958,16 +958,16 @@ Indirizzo: %4 HelpMessageDialog - SarmaCoins Core - SarmaCoins Core + Dash Core + Dash Core version versione - About SarmaCoins Core - Su SarmaCoins Core + About Dash Core + Su Dash Core Command-line options @@ -1013,16 +1013,16 @@ Indirizzo: %4 Benvenuto - Welcome to SarmaCoins Core. - Benvenuto in SarmaCoins Core + Welcome to Dash Core. + Benvenuto in Dash Core - As this is the first time the program is launched, you can choose where SarmaCoins Core will store its data. - Essendo la prima volta nella quale il programma viene lanciato, puoi scegliere dove SarmaCoins Core memorizzerà i propri dati. + As this is the first time the program is launched, you can choose where Dash Core will store its data. + Essendo la prima volta nella quale il programma viene lanciato, puoi scegliere dove Dash Core memorizzerà i propri dati. - SarmaCoins Core will download and store a copy of the SarmaCoins block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - SarmaCoins Core scaricherà e salverà una copia della blocco catena. Almeno %1GB di dati sarà immagazzinato in questa cartella e aumenterà col tempo. Anche il portafoglio sarà conservato in questa cartella. + Dash Core will download and store a copy of the Dash block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + Dash Core scaricherà e salverà una copia della blocco catena. Almeno %1GB di dati sarà immagazzinato in questa cartella e aumenterà col tempo. Anche il portafoglio sarà conservato in questa cartella. Use the default data directory @@ -1033,8 +1033,8 @@ Indirizzo: %4 Usa una cartella dati personalizzata: - SarmaCoins Core - SarmaCoins Core + Dash Core + Dash Core Error: Specified data directory "%1" cannot be created. @@ -1087,12 +1087,12 @@ Indirizzo: %4 &Principale - Automatically start SarmaCoins after logging in to the system. - Esegui automaticamente SarmaCoins Core all'avvio del sistema. + Automatically start Dash after logging in to the system. + Esegui automaticamente Dash Core all'avvio del sistema. - &Start SarmaCoins on system login - &Esegui SarmaCoins al login di sistema + &Start Dash on system login + &Esegui Dash al login di sistema Size of &database cache @@ -1119,8 +1119,8 @@ Indirizzo: %4 Tale importo si comporta come una soglia per spegnere Darksend una volta che è raggiunto. - Amount of SarmaCoins to keep anonymized - Quantitá di SarmaCoins da mantenere anonima. + Amount of Dash to keep anonymized + Quantitá di Dash da mantenere anonima. W&allet @@ -1135,8 +1135,8 @@ Indirizzo: %4 Permetti connessioni in entrata - Connect to the SarmaCoins network through a SOCKS5 proxy. - Connetta a la rete SarmaCoins attraverso un SOCKS5 proxy + Connect to the Dash network through a SOCKS5 proxy. + Connetta a la rete Dash attraverso un SOCKS5 proxy &Connect through SOCKS5 proxy (default proxy): @@ -1163,8 +1163,8 @@ Indirizzo: %4 Rete - Automatically open the SarmaCoins client port on the router. This only works when your router supports UPnP and it is enabled. - Apri automaticamente la porta utilizzata dal client SarmaCoins nel router. Funziona solo se il router supporta UPnP ed è attivato. + Automatically open the Dash client port on the router. This only works when your router supports UPnP and it is enabled. + Apri automaticamente la porta utilizzata dal client Dash nel router. Funziona solo se il router supporta UPnP ed è attivato. Map port using &UPnP @@ -1215,14 +1215,14 @@ Indirizzo: %4 &Lingua Interfaccia Utente: - The user interface language can be set here. This setting will take effect after restarting SarmaCoins. + The user interface language can be set here. This setting will take effect after restarting Dash. La lingua dell'interfaccia utente può essere impostata qui. Questo settaggio sarà attivo al riavvio del client. Language missing or translation incomplete? Help contributing translations here: -https://www.transifex.com/projects/p/SarmaCoins/ +https://www.transifex.com/projects/p/dash/ La tua lingua manca o la traduzione è incompleta? Contribuisci alla traduzione qui: -https://www.transifex.com/projects/p/SarmaCoins/ +https://www.transifex.com/projects/p/dash/ User Interface Theme: @@ -1301,8 +1301,8 @@ Più URL vengono separati da una barra verticale |. Modulo - The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. - Le informazioni visualizzate potrebbero essere datate. Il portafoglio si sincronizza automaticamente con il SarmaCoins rete dopo che una connessione viene stabilizzata, ma questo processo non è stato ancora completato. + The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. + Le informazioni visualizzate potrebbero essere datate. Il portafoglio si sincronizza automaticamente con il Dash rete dopo che una connessione viene stabilizzata, ma questo processo non è stato ancora completato. Available: @@ -1385,8 +1385,8 @@ Più URL vengono separati da una barra verticale |. Ammontare e Round: - 0 SarmaCoins / 0 Rounds - 0 SarmaCoins / 0 Round + 0 DASH / 0 Rounds + 0 DASH / 0 Round Submitted Denom: @@ -1494,8 +1494,8 @@ Più URL vengono separati da una barra verticale |. Errore di richiesta di pagamento - Cannot start SarmaCoins: click-to-pay handler - Impossibile avviare SarmaCoins: gestore click-to-pay + Cannot start dash: click-to-pay handler + Impossibile avviare dash: gestore click-to-pay URI handling @@ -1514,8 +1514,8 @@ Più URL vengono separati da una barra verticale |. Invalido indirizzo di pago %1 - URI cannot be parsed! This can be caused by an invalid SarmaCoins address or malformed URI parameters. - Impossibile interpretare l'URI! La causa puó essere un indirizzo SarmaCoins non valido o parametri URI non corretti. + URI cannot be parsed! This can be caused by an invalid Dash address or malformed URI parameters. + Impossibile interpretare l'URI! La causa puó essere un indirizzo Dash non valido o parametri URI non corretti. Payment request file cannot be read! This can be caused by an invalid payment request file. @@ -1596,8 +1596,8 @@ Più URL vengono separati da una barra verticale |. Importo - Enter a SarmaCoins address (e.g. %1) - Inserire un indirizzo SarmaCoins (e.g. %1) + Enter a Dash address (e.g. %1) + Inserire un indirizzo Dash (e.g. %1) %1 d @@ -1682,7 +1682,7 @@ Più URL vengono separati da una barra verticale |. Numero di connessioni - Open the SarmaCoins debug log file from the current data directory. This can take a few seconds for large log files. + Open the Dash debug log file from the current data directory. This can take a few seconds for large log files. Apri il file log di debug dall'attuale cartella dei dati. Può richiedere un paio di secondi per file di grossa dimensione. @@ -1866,8 +1866,8 @@ Più URL vengono separati da una barra verticale |. Uscita: - Welcome to the SarmaCoins RPC console. - Benvenuto nella console RPC SarmaCoins + Welcome to the Dash RPC console. + Benvenuto nella console RPC Dash Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -1921,8 +1921,8 @@ Più URL vengono separati da una barra verticale |. R&iusa un indirizzo di ricezione (non raccomandato) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the SarmaCoins network. - Messaggio opzionale da allegare alla richiesta di pagamento, che verrà visualizzato quando la richiesta verrà aperta. Nota: il messaggio non sarà inviato insieme al pagamento nel network SarmaCoins. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dash network. + Messaggio opzionale da allegare alla richiesta di pagamento, che verrà visualizzato quando la richiesta verrà aperta. Nota: il messaggio non sarà inviato insieme al pagamento nel network Dash. &Message: @@ -2083,7 +2083,7 @@ Più URL vengono separati da una barra verticale |. SendCoinsDialog Send Coins - Invia SarmaCoins + Invia dash Coin Control Features @@ -2291,7 +2291,7 @@ Più URL vengono separati da una barra verticale |. Confirm send coins - Conferma l'invio di SarmaCoins + Conferma l'invio di dash A fee %1 times higher than %2 per kB is considered an insanely high fee. @@ -2338,8 +2338,8 @@ Più URL vengono separati da una barra verticale |. Pagare solo la minima commissione di %1 - Warning: Invalid SarmaCoins address - ATTENZIONE: Indirizzo SarmaCoins non valido + Warning: Invalid Dash address + ATTENZIONE: Indirizzo Dash non valido Warning: Unknown change address @@ -2361,8 +2361,8 @@ Più URL vengono separati da una barra verticale |. Paga &a: - The SarmaCoins address to send the payment to - L'indirizzo SarmaCoins per inviare il pagamento a + The Dash address to send the payment to + L'indirizzo Dash per inviare il pagamento a Choose previously used address @@ -2401,8 +2401,8 @@ Più URL vengono separati da una barra verticale |. Messaggio: - A message that was attached to the SarmaCoins: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the SarmaCoins network. - Un messaggio allegato con l'URI SarmaCoins che verrà memorizzato nella transazione per il tuo referente. Nota: questo messaggio non verrà inviato attraverso il network SarmaCoins. + A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network. + Un messaggio allegato con l'URI dash che verrà memorizzato nella transazione per il tuo referente. Nota: questo messaggio non verrà inviato attraverso il network Dash. This is an unverified payment request. @@ -2428,8 +2428,8 @@ Più URL vengono separati da una barra verticale |. ShutdownWindow - SarmaCoins Core is shutting down... - SarmaCoins Core si sta chiudendo... + Dash Core is shutting down... + Dash Core si sta chiudendo... Do not shut down the computer until this window disappears. @@ -2451,8 +2451,8 @@ Più URL vengono separati da una barra verticale |. Puoi firmare messaggi con i tuoi indirizzi in modo da dimostrarne il possesso. Presta attenzione a non firmare dichiarazioni vaghe, attacchi di phishing potrebbero cercare di spingerti ad apporre la tua firma su di esse. Firma solo dichiarazioni completamente dettagliate e delle quali condividi in pieno il contenuto. - The SarmaCoins address to sign the message with - L'indirizzo SarmaCoins con cui firmare il messaggio + The Dash address to sign the message with + L'indirizzo Dash con cui firmare il messaggio Choose previously used address @@ -2483,8 +2483,8 @@ Più URL vengono separati da una barra verticale |. Copia la firma corrente nella clipboard - Sign the message to prove you own this SarmaCoins address - Firma il mssaggio per dimostrare il possesso di questo indirizzo SarmaCoins + Sign the message to prove you own this Dash address + Firma il mssaggio per dimostrare il possesso di questo indirizzo Dash Sign &Message @@ -2507,12 +2507,12 @@ Più URL vengono separati da una barra verticale |. Inserisci l'indirizzo del firmatario, il messaggio (assicurati di copiare esattamente anche i ritorni a capo, gli spazi, le tabulazioni, etc..) e la firma qui sotto, per verificare il messaggio. Presta attenzione a non vedere nella firma più di quanto non sia riportato nel messaggio stesso, per evitare di cadere vittima di attacchi di tipo man-in-the-middle. - The SarmaCoins address the message was signed with - L'indirizzo SarmaCoins con cui era firmato il messaggio + The Dash address the message was signed with + L'indirizzo Dash con cui era firmato il messaggio - Verify the message to ensure it was signed with the specified SarmaCoins address - Verifica il messaggio per assicurarti sia stato firmato con l'indirizzo SarmaCoins specificato + Verify the message to ensure it was signed with the specified Dash address + Verifica il messaggio per assicurarti sia stato firmato con l'indirizzo Dash specificato Verify &Message @@ -2578,8 +2578,8 @@ Più URL vengono separati da una barra verticale |. SplashScreen - SarmaCoins Core - SarmaCoins Core + Dash Core + Dash Core Version %1 @@ -2590,8 +2590,8 @@ Più URL vengono separati da una barra verticale |. Gli sviluppatori di Bitcoin Core - The SarmaCoins Core developers - Gli sviluppatori di SarmaCoins Core + The Dash Core developers + Gli sviluppatori di Dash Core [testnet] @@ -3115,11 +3115,11 @@ Più URL vengono separati da una barra verticale |. WalletModel Send Coins - Invia SarmaCoins + Invia dash - InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 SarmaCoins. - InstantX non supporta ancora l'invio di somme così alte. Le transazioni sono attualmente limitate al %1 SarmaCoins. + InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 DASH. + InstantX non supporta ancora l'invio di somme così alte. Le transazioni sono attualmente limitate al %1 DASH. @@ -3158,14 +3158,14 @@ Più URL vengono separati da una barra verticale |. - SarmaCoins-core + dash-core Bind to given address and always listen on it. Use [host]:port notation for IPv6 Associa all'indirizzo indicato e resta permanentemente in ascolto su questo. Usa la notazione [host]:porta per l'IPv6 - Cannot obtain a lock on data directory %s. SarmaCoins Core is probably already running. - Impossibile ottenere un blocco sulla data directory %s. SarmaCoins Core è probabilmente già in esecuzione. + Cannot obtain a lock on data directory %s. Dash Core is probably already running. + Impossibile ottenere un blocco sulla data directory %s. Dash Core è probabilmente già in esecuzione. Darksend uses exact denominated amounts to send funds, you might simply need to anonymize some more coins. @@ -3220,16 +3220,16 @@ Più URL vengono separati da una barra verticale |. Questa versione è una compilazione pre-rilascio - usala a tuo rischio - non utilizzarla per la generazione o per applicazioni di commercio - Unable to bind to %s on this computer. SarmaCoins Core is probably already running. - Incapace di legare al %s su questo computer. SarmaCoins Core è probabilmente già funzionato. + Unable to bind to %s on this computer. Dash Core is probably already running. + Incapace di legare al %s su questo computer. Dash Core è probabilmente già funzionato. Unable to locate enough Darksend denominated funds for this transaction. Impossibile trovare fondi sufficienti Darksend denominati per questa transazione. - Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 SarmaCoins. - Impossibile trovare un numero sufficiente di non denominati fondi Darksend per questa operazione che non sono uguali a 1000 SarmaCoins. + Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 DASH. + Impossibile trovare un numero sufficiente di non denominati fondi Darksend per questa operazione che non sono uguali a 1000 DASH. Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. @@ -3440,12 +3440,12 @@ Più URL vengono separati da una barra verticale |. Abilita utilizzo di darksend automatizzato per i fondi conservati in questo portafoglio (0-1, predefinito: %u) - Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for relaying (default: %s) - Le commissioni (in SarmaCoins/Kb) inferiori a questo valore saranno considerate nulle per la trasmissione (prefedinito:%s) + Fees (in DASH/Kb) smaller than this are considered zero fee for relaying (default: %s) + Le commissioni (in DASH/Kb) inferiori a questo valore saranno considerate nulle per la trasmissione (prefedinito:%s) - Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for transaction creation (default: %s) - Le commissioni (in SarmaCoins/Kb) inferiori a questo valore saranno considerate nulle per la creazione della transazione (prefedinito:%s) + Fees (in DASH/Kb) smaller than this are considered zero fee for transaction creation (default: %s) + Le commissioni (in DASH/Kb) inferiori a questo valore saranno considerate nulle per la creazione della transazione (prefedinito:%s) Found unconfirmed denominated outputs, will wait till they confirm to continue. @@ -3468,8 +3468,8 @@ Più URL vengono separati da una barra verticale |. Errore di connessione al Masternode - Error loading wallet.dat: Wallet requires newer version of SarmaCoins Core - Errore caricando il wallet.dat: il Pertafoglio ha bisogno di una versione di SarmaCoins Core piú recente. + Error loading wallet.dat: Wallet requires newer version of Dash Core + Errore caricando il wallet.dat: il Pertafoglio ha bisogno di una versione di Dash Core piú recente. Error: A fatal internal error occured, see debug.log for details @@ -3508,8 +3508,8 @@ Più URL vengono separati da una barra verticale |. Informazioni - Initialization sanity check failed. SarmaCoins Core is shutting down. - Controllo di inizializzazione sanity fallito. SarmaCoins Core verrà chiuso. + Initialization sanity check failed. Dash Core is shutting down. + Controllo di inizializzazione sanity fallito. Dash Core verrà chiuso. Input is not valid. diff --git a/src/qt/locale/dash_ja.ts b/src/qt/locale/dash_ja.ts index b764f3a365d26..1e0d322412a2f 100644 --- a/src/qt/locale/dash_ja.ts +++ b/src/qt/locale/dash_ja.ts @@ -2485,7 +2485,7 @@ - SarmaCoins-core + dash-core Bind to given address and always listen on it. Use [host]:port notation for IPv6 指定のアドレスへバインドし、その上で常にリスンします。IPv6 は [host]:port 番号 と表記します diff --git a/src/qt/locale/dash_pl.ts b/src/qt/locale/dash_pl.ts index 7292e755d9e18..9589ed27725b9 100644 --- a/src/qt/locale/dash_pl.ts +++ b/src/qt/locale/dash_pl.ts @@ -62,12 +62,12 @@ Adres odbiorczy - These are your SarmaCoins addresses for sending payments. Always check the amount and the receiving address before sending coins. - To są twoje adresy SarmaCoins na które wysyłasz płatności. Zawsze upewnij się, że kwota i adres są prawidłowe zanim wyślesz monety. + These are your Dash addresses for sending payments. Always check the amount and the receiving address before sending coins. + To są twoje adresy Dash na które wysyłasz płatności. Zawsze upewnij się, że kwota i adres są prawidłowe zanim wyślesz monety. - These are your SarmaCoins addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - To są twoje adresy do otrzymywania SarmaCoinsów. Zaleca się aby stworzyć nowy adres dla każdej transakcji + These are your Dash addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + To są twoje adresy do otrzymywania Dashów. Zaleca się aby stworzyć nowy adres dla każdej transakcji &Copy Address @@ -176,8 +176,8 @@ Potwierdź szyfrowanie portfela - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR SarmaCoins</b>! - Ostrzeżenie: Jeśli zaszyfrujesz swój portfel i zgubisz swoje hasło, <b>STRACISZ WSZYSTKIE MONETY SarmaCoins</b> + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR DASH</b>! + Ostrzeżenie: Jeśli zaszyfrujesz swój portfel i zgubisz swoje hasło, <b>STRACISZ WSZYSTKIE MONETY DASH</b> Are you sure you wish to encrypt your wallet? @@ -188,8 +188,8 @@ Portfel zaszyfrowany - SarmaCoins will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your SarmaCoinss from being stolen by malware infecting your computer. - SarmaCoins zostanie teraz zamknięty aby zakończyć proces szyfrowania. Pamiętaj, że zaszyfrowanie portfela nie gwarantuje pełnej ochrony przed kradzieżą twoich monet przez złośliwe oprogramowanie. + Dash will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your dashs from being stolen by malware infecting your computer. + Dash zostanie teraz zamknięty aby zakończyć proces szyfrowania. Pamiętaj, że zaszyfrowanie portfela nie gwarantuje pełnej ochrony przed kradzieżą twoich monet przez złośliwe oprogramowanie. IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. @@ -231,8 +231,8 @@ BitcoinGUI - SarmaCoins Core - SarmaCoins Core + Dash Core + Dash Core Wallet @@ -255,16 +255,16 @@ Wyślij - Send coins to a SarmaCoins address - Wyślij monety na adres SarmaCoins + Send coins to a Dash address + Wyślij monety na adres Dash &Receive Odbie&rz - Request payments (generates QR codes and SarmaCoins: URIs) - Poproś o płatności (generuje kod QR oraz SarmaCoins: link) + Request payments (generates QR codes and dash: URIs) + Poproś o płatności (generuje kod QR oraz dash: link) &Transactions @@ -283,12 +283,12 @@ Zamknij program - &About SarmaCoins Core - &O SarmaCoins Core + &About Dash Core + &O Dash Core - Show information about SarmaCoins Core - Pokaż informacje o SarmaCoins Core + Show information about Dash Core + Pokaż informacje o Dash Core About &Qt @@ -303,8 +303,8 @@ &Opcje... - Modify configuration options for SarmaCoins - Zmień opcje konfiguracji dla SarmaCoins + Modify configuration options for Dash + Zmień opcje konfiguracji dla Dash &Show / Hide @@ -355,16 +355,16 @@ Podpisz wiado&mość... - Sign messages with your SarmaCoins addresses to prove you own them - Podpisz wiadomości swoim adresem SarmaCoins aby udowodnić, że jesteś ich właścicielem. + Sign messages with your Dash addresses to prove you own them + Podpisz wiadomości swoim adresem Dash aby udowodnić, że jesteś ich właścicielem. &Verify message... &Zweryfikuj wiadomość... - Verify messages to ensure they were signed with specified SarmaCoins addresses - Zweryfikuj wiadomości aby upewnić się, że zostały one podpisane wybranym adresem SarmaCoins + Verify messages to ensure they were signed with specified Dash addresses + Zweryfikuj wiadomości aby upewnić się, że zostały one podpisane wybranym adresem Dash &Information @@ -443,16 +443,16 @@ Otwórz URI... - Open a SarmaCoins: URI or payment request - Otwórz SarmaCoins: Link lub żądanie zapłaty + Open a dash: URI or payment request + Otwórz dash: Link lub żądanie zapłaty &Command-line options &Opcje konsoli - SarmaCoins Core client - Klient SarmaCoins Core + Dash Core client + Klient Dash Core Processed %n blocks of transaction history. @@ -463,8 +463,8 @@ Synchronizuję dodatkowe dane: %p% - Show the SarmaCoins Core help message to get a list with possible SarmaCoins command-line options - Pokaż wiadomość pomocy SarmaCoins Core aby otrzymać listę z dostępnymi opcjami linii komend. + Show the Dash Core help message to get a list with possible Dash command-line options + Pokaż wiadomość pomocy Dash Core aby otrzymać listę z dostępnymi opcjami linii komend. &File @@ -487,8 +487,8 @@ Pasek zakładek - %n active connection(s) to SarmaCoins network - %n aktywne połączenie do sieci SarmaCoins%n aktywne połączenia do sieci SarmaCoins%n aktywne połączenia do sieci SarmaCoins + %n active connection(s) to Dash network + %n aktywne połączenie do sieci Dash%n aktywne połączenia do sieci Dash%n aktywne połączenia do sieci Dash Synchronizing with network... @@ -864,28 +864,28 @@ Adres: %4 Proszę wybrać poziom bezpieczeństwa. - Use 2 separate masternodes to mix funds up to 1000 SarmaCoins - Użyj 2 oddzielnych masternodów aby wymieszać środki max. do 1000 SarmaCoins + Use 2 separate masternodes to mix funds up to 1000 DASH + Użyj 2 oddzielnych masternodów aby wymieszać środki max. do 1000 DASH - Use 8 separate masternodes to mix funds up to 1000 SarmaCoins - Użyj 8 oddzielnych masternodów aby wymieszać środki max. do 1000 SarmaCoins + Use 8 separate masternodes to mix funds up to 1000 DASH + Użyj 8 oddzielnych masternodów aby wymieszać środki max. do 1000 DASH Use 16 separate masternodes Użyj 16 oddzielnych masternodów - This option is the quickest and will cost about ~0.025 SarmaCoins to anonymize 1000 SarmaCoins - Ta opcja jest najszybsza i kosztuje około 0.025 SarmaCoins za zanonimizowanie 1000 SarmaCoins + This option is the quickest and will cost about ~0.025 DASH to anonymize 1000 DASH + Ta opcja jest najszybsza i kosztuje około 0.025 DASH za zanonimizowanie 1000 DASH - This option is moderately fast and will cost about 0.05 SarmaCoins to anonymize 1000 SarmaCoins - Ta opcja jest w miarę szybka i kosztuje około 0.05 SarmaCoins za zanonimizowanie 1000 SarmaCoins + This option is moderately fast and will cost about 0.05 DASH to anonymize 1000 DASH + Ta opcja jest w miarę szybka i kosztuje około 0.05 DASH za zanonimizowanie 1000 DASH - 0.1 SarmaCoins per 1000 SarmaCoins you anonymize. - 0.1 SarmaCoins za każde 1000 SarmaCoins które zanonimizujesz. + 0.1 DASH per 1000 DASH you anonymize. + 0.1 DASH za każde 1000 DASH które zanonimizujesz. This is the slowest and most secure option. Using maximum anonymity will cost @@ -896,16 +896,16 @@ Adres: %4 Konfiguracja Darksend - Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening SarmaCoins's configuration screen. - Darksend został pomyślnie ustawiony na poziom podstawowy (%1 oraz 2 rundy). Możesz to zmienić kiedy chcesz, otwierając ekran z konfiguracją SarmaCoins. + Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend został pomyślnie ustawiony na poziom podstawowy (%1 oraz 2 rundy). Możesz to zmienić kiedy chcesz, otwierając ekran z konfiguracją Dash. - Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening SarmaCoins's configuration screen. - Darksend został pomyślnie ustawiony na poziom wysoki (%1 oraz 8 rund). Możesz to zmienić kiedy chcesz, otwierając ekran z konfiguracją SarmaCoins. + Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend został pomyślnie ustawiony na poziom wysoki (%1 oraz 8 rund). Możesz to zmienić kiedy chcesz, otwierając ekran z konfiguracją Dash. - Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening SarmaCoins's configuration screen. - Darksend został pomyślnie ustawiony na poziom maksymalny (%1 oraz 16 rund). Możesz to zmienić kiedy chcesz, otwierając ekran z konfiguracją SarmaCoins. + Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend został pomyślnie ustawiony na poziom maksymalny (%1 oraz 16 rund). Możesz to zmienić kiedy chcesz, otwierając ekran z konfiguracją Dash. @@ -947,8 +947,8 @@ Adres: %4 Zmień adres wysyłania - The entered address "%1" is not a valid SarmaCoins address. - Wprowadzony adres "%1" nie jest właściwym adresem SarmaCoins. + The entered address "%1" is not a valid Dash address. + Wprowadzony adres "%1" nie jest właściwym adresem Dash. The entered address "%1" is already in the address book. @@ -989,8 +989,8 @@ Adres: %4 HelpMessageDialog - SarmaCoins Core - SarmaCoins Core + Dash Core + Dash Core version @@ -1001,8 +1001,8 @@ Adres: %4 (%1-bit) - About SarmaCoins Core - Informacje o SarmaCoins Core + About Dash Core + Informacje o Dash Core Command-line options @@ -1048,16 +1048,16 @@ Adres: %4 Witaj - Welcome to SarmaCoins Core. - Witaj w SarmaCoins Core + Welcome to Dash Core. + Witaj w Dash Core - As this is the first time the program is launched, you can choose where SarmaCoins Core will store its data. - Ponieważ uruchomiłeś ten program po raz pierwszy, możesz wybrać gdzie SarmaCoins Core będzie przechowywał dane. + As this is the first time the program is launched, you can choose where Dash Core will store its data. + Ponieważ uruchomiłeś ten program po raz pierwszy, możesz wybrać gdzie Dash Core będzie przechowywał dane. - SarmaCoins Core will download and store a copy of the SarmaCoins block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - SarmaCoins Core ściągnie i przechowa kopię blockchain na twoim dysku. Co najmniej %1GB danych zostanie zapisanych w tym katalogu, a wraz z upływem czasu blockchain będzie stopniowo wymagał coraz więcej miejsca. Twój portfel również zostanie zapisany w tym katalogu. + Dash Core will download and store a copy of the Dash block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + Dash Core ściągnie i przechowa kopię blockchain na twoim dysku. Co najmniej %1GB danych zostanie zapisanych w tym katalogu, a wraz z upływem czasu blockchain będzie stopniowo wymagał coraz więcej miejsca. Twój portfel również zostanie zapisany w tym katalogu. Use the default data directory @@ -1068,8 +1068,8 @@ Adres: %4 Użyj wybranego folderu dla danych - SarmaCoins Core - SarmaCoins Core + Dash Core + Dash Core Error: Specified data directory "%1" cannot be created. @@ -1122,12 +1122,12 @@ Adres: %4 Główne - Automatically start SarmaCoins after logging in to the system. - Automatycznie uruchom SarmaCoins po zalogowaniu się do systemu. + Automatically start Dash after logging in to the system. + Automatycznie uruchom Dash po zalogowaniu się do systemu. - &Start SarmaCoins on system login - &Uruchom SarmaCoins po zalogowaniu się do systemu + &Start Dash on system login + &Uruchom Dash po zalogowaniu się do systemu Size of &database cache @@ -1154,8 +1154,8 @@ Adres: %4 Ta kwota działa jako próg po którego przekroczeniu Darksend zostaje wyłączony. - Amount of SarmaCoins to keep anonymized - Ilość SarmaCoinsów, które mają pozostać anonimowe. + Amount of Dash to keep anonymized + Ilość Dashów, które mają pozostać anonimowe. W&allet @@ -1174,8 +1174,8 @@ Adres: %4 Zezwól na przychdzące połączenia - Connect to the SarmaCoins network through a SOCKS5 proxy. - Połącz się z siecią SarmaCoins przez proxy SOCKS5. + Connect to the Dash network through a SOCKS5 proxy. + Połącz się z siecią Dash przez proxy SOCKS5. &Connect through SOCKS5 proxy (default proxy): @@ -1206,7 +1206,7 @@ Adres: %4 &Sieć - Automatically open the SarmaCoins client port on the router. This only works when your router supports UPnP and it is enabled. + Automatically open the Dash client port on the router. This only works when your router supports UPnP and it is enabled. Automatycznie uruchamiaj port klienta Darkcoina na ruterze. To działa tylko jeśli twój ruter wspiera i ma włączone UPnP. @@ -1258,14 +1258,14 @@ Adres: %4 Język &Użytkownika: - The user interface language can be set here. This setting will take effect after restarting SarmaCoins. - Tutaj można ustawić język interfejsu użytkownika. To ustawienie zostanie zapisane po ponownym uruchomieniu SarmaCoins. + The user interface language can be set here. This setting will take effect after restarting Dash. + Tutaj można ustawić język interfejsu użytkownika. To ustawienie zostanie zapisane po ponownym uruchomieniu Dash. Language missing or translation incomplete? Help contributing translations here: -https://www.transifex.com/projects/p/SarmaCoins/ - SarmaCoins Core nie został przetłumaczony na twój język? Tłumaczenie jest niepełne lub niepoprawne? Możesz pomóc nam tłumaczyć tutaj: -https://www.transifex.com/projects/p/SarmaCoins/ +https://www.transifex.com/projects/p/dash/ + Dash Core nie został przetłumaczony na twój język? Tłumaczenie jest niepełne lub niepoprawne? Możesz pomóc nam tłumaczyć tutaj: +https://www.transifex.com/projects/p/dash/ User Interface Theme: @@ -1347,8 +1347,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Formularz - The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. - Wyświetlona informacja może być przedawniona. Twój portfel automatycznie zsynchronizuje sie z siecią SarmaCoins jak tylko zostanie ustanowione połączenie, jednakże proces ten jeszcze się nie zakończył. + The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. + Wyświetlona informacja może być przedawniona. Twój portfel automatycznie zsynchronizuje sie z siecią Dash jak tylko zostanie ustanowione połączenie, jednakże proces ten jeszcze się nie zakończył. Available: @@ -1431,8 +1431,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Ilość oraz Rundy: - 0 SarmaCoins / 0 Rounds - 0 SarmaCoins / 0 Rund + 0 DASH / 0 Rounds + 0 DASH / 0 Rund Submitted Denom: @@ -1568,8 +1568,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Błąd żądania płatności - Cannot start SarmaCoins: click-to-pay handler - Nie można włączyć SarmaCoins: kliknij-aby-zapłacić ubsługującemu. + Cannot start dash: click-to-pay handler + Nie można włączyć dash: kliknij-aby-zapłacić ubsługującemu. URI handling @@ -1588,8 +1588,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Nieprawidłowy adres płatności %1 - URI cannot be parsed! This can be caused by an invalid SarmaCoins address or malformed URI parameters. - URI nie może zostać przeanalizowany! Mogło to być spowodowane przez niewłaściwy adres SarmaCoins lub niewłaściwe parametry URI + URI cannot be parsed! This can be caused by an invalid Dash address or malformed URI parameters. + URI nie może zostać przeanalizowany! Mogło to być spowodowane przez niewłaściwy adres Dash lub niewłaściwe parametry URI Payment request file cannot be read! This can be caused by an invalid payment request file. @@ -1674,8 +1674,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Ilość - Enter a SarmaCoins address (e.g. %1) - Wpisz adres SarmaCoins (np. %1) + Enter a Dash address (e.g. %1) + Wpisz adres Dash (np. %1) %1 d @@ -1764,7 +1764,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ Liczba połączeń - Open the SarmaCoins debug log file from the current data directory. This can take a few seconds for large log files. + Open the Dash debug log file from the current data directory. This can take a few seconds for large log files. Otwiera plik z zapisami debugowania Darkcoina z obecnego katalogu. Może to potrfać kilka sekund w zależności od rozmiaru pliku. @@ -1972,7 +1972,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ Wyjście: - Welcome to the SarmaCoins RPC console. + Welcome to the Dash RPC console. Witaj w konsoli RPC Darkcoina @@ -2035,8 +2035,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Użyj istniejący adres odbiorczy (nie zalecane) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the SarmaCoins network. - Opcjonalna wiadomość do żądania płatności. Wiadomość wyświetli się po otwarciu żądania. Pamiętaj: Wiadomość nie zostanie wysłana razem z płatnością poprzez sieć SarmaCoins. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dash network. + Opcjonalna wiadomość do żądania płatności. Wiadomość wyświetli się po otwarciu żądania. Pamiętaj: Wiadomość nie zostanie wysłana razem z płatnością poprzez sieć Dash. &Message: @@ -2047,8 +2047,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Opcjonalna etykieta do skojarzenia z nowym adresem odbiorczym. - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the SarmaCoins network. - Opcjonalna wiadomość do żądania płatności. Wiadomość wyświetli się po otwarciu żądania.<br> Pamiętaj: Wiadomość nie zostanie wysłana razem z płatnością poprzez sieć SarmaCoins. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Dash network. + Opcjonalna wiadomość do żądania płatności. Wiadomość wyświetli się po otwarciu żądania.<br> Pamiętaj: Wiadomość nie zostanie wysłana razem z płatnością poprzez sieć Dash. Use this form to request payments. All fields are <b>optional</b>. @@ -2292,7 +2292,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ Jeśli ręcznie ustalona opłata wynosi 1000 Duffów a sama transakcja ma tylko 250 bitów, to opłata jako "za kilobajt" wynosi tylko 250 duffów.<br/> Dzieje się tak dla każdej transakcji poniżej 1000 duffów. W przypadku transakcji większych niż jedn kilobajt opłata jest naliczana od kilobajta. - Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for SarmaCoins transactions than the network can process. + Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for dash transactions than the network can process. Uiszczanie minimalnej opłaty za transakcję jest ok dopóki ilość transakcji nie przekracza dostępnego miejsca w bloku. <br />Jednakże, jeśli zaistnieje taka sytuacja w której wysłanych zostaje więcej transakcji niż sieć może przetworzyć, to jest możliwe, że twoja transakcja nigdy nie zostanie potwierdzona. @@ -2496,8 +2496,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Uiść minimalną opłatę %1 - Warning: Invalid SarmaCoins address - Ostrzeżenie: adres SarmaCoins jest nieprawidlowy + Warning: Invalid Dash address + Ostrzeżenie: adres Dash jest nieprawidlowy Warning: Unknown change address @@ -2519,8 +2519,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Zapłać &dla: - The SarmaCoins address to send the payment to - Adres SarmaCoins na który wysłać fundusze + The Dash address to send the payment to + Adres Dash na który wysłać fundusze Choose previously used address @@ -2559,8 +2559,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Wiadomość: - A message that was attached to the SarmaCoins: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the SarmaCoins network. - Wiadomość, która została dołączona do SarmaCoins: Link, który zostanie zapisany wraz z transakcją do wglądu w przyszłości. Zauważ. że sama wiadomość nie zostanie wysłana przez sieć Darkcoina. + A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network. + Wiadomość, która została dołączona do dash: Link, który zostanie zapisany wraz z transakcją do wglądu w przyszłości. Zauważ. że sama wiadomość nie zostanie wysłana przez sieć Darkcoina. This is an unverified payment request. @@ -2586,8 +2586,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ ShutdownWindow - SarmaCoins Core is shutting down... - Trwa zamykanie SarmaCoins Core + Dash Core is shutting down... + Trwa zamykanie Dash Core Do not shut down the computer until this window disappears. @@ -2609,8 +2609,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Możesz podpisywać wiadomości swoimi adresami aby udowodnić, że jesteś ich właścicielem. Uważaj, aby nie podpisywać niczego co wzbudza Twoje podejrzenia, ponieważ ktoś może stosować phishing próbując nakłonić Cię do ich podpisania. Akceptuj i podpisuj tylko w pełni zrozumiałe komunikaty i wiadomości. - The SarmaCoins address to sign the message with - Adres SarmaCoins do podpisu wiadomości + The Dash address to sign the message with + Adres Dash do podpisu wiadomości Choose previously used address @@ -2641,8 +2641,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Kopiuje aktualny podpis do schowka systemowego - Sign the message to prove you own this SarmaCoins address - Podpisz wiadomość aby udowodnić, że jesteś właścicielem adresu SarmaCoins. + Sign the message to prove you own this Dash address + Podpisz wiadomość aby udowodnić, że jesteś właścicielem adresu Dash. Sign &Message @@ -2665,12 +2665,12 @@ https://www.transifex.com/projects/p/SarmaCoins/ Wpisz adres podpisujący, podaj wiadomość (upewnij się, że dokładnie skopiujesz wszystkie zakończenia linii, spacje, tabulacje itp.) oraz podpis poniżej by sprawdzić wiadomość. Uważaj by nie dodać więcej do podpisu niż do samej podpisywanej wiadomości by uniknąć ataku man-in-the-middle (człowiek pośrodku) - The SarmaCoins address the message was signed with - Adres SarmaCoins którym wiadomość została podpisana + The Dash address the message was signed with + Adres Dash którym wiadomość została podpisana - Verify the message to ensure it was signed with the specified SarmaCoins address - Zweryfikuj wiadomość aby upewnić się, że została zapisana przez konkretny adres SarmaCoins + Verify the message to ensure it was signed with the specified Dash address + Zweryfikuj wiadomość aby upewnić się, że została zapisana przez konkretny adres Dash Verify &Message @@ -2736,8 +2736,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ SplashScreen - SarmaCoins Core - SarmaCoins Core + Dash Core + Dash Core Version %1 @@ -2748,8 +2748,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Deweloperzy Bitcoin Core - The SarmaCoins Core developers - Deweloperzy SarmaCoins Core + The Dash Core developers + Deweloperzy Dash Core [testnet] @@ -3276,8 +3276,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Wyślij płatność - InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 SarmaCoins. - InstantX jescze nie może przesłać tak wysokich kwot. Obecnie transakcje są ograniczone tylko do %1 SarmaCoins: + InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 DASH. + InstantX jescze nie może przesłać tak wysokich kwot. Obecnie transakcje są ograniczone tylko do %1 DASH: @@ -3320,14 +3320,14 @@ https://www.transifex.com/projects/p/SarmaCoins/ - SarmaCoins-core + dash-core Bind to given address and always listen on it. Use [host]:port notation for IPv6 Związany z danym adresem oraz zawsze prowadzący na nim nasłuch. Użyj [host]:oznaczenie dla IPv6 - Cannot obtain a lock on data directory %s. SarmaCoins Core is probably already running. - Nie można zablokować katalogu danych %s. Prawdopodobnie SarmaCoins jest już uruchomiony. + Cannot obtain a lock on data directory %s. Dash Core is probably already running. + Nie można zablokować katalogu danych %s. Prawdopodobnie Dash jest już uruchomiony. Darksend uses exact denominated amounts to send funds, you might simply need to anonymize some more coins. @@ -3382,16 +3382,16 @@ https://www.transifex.com/projects/p/SarmaCoins/ Ta wersja nie jest jeszcze gotowa na oficjalne wydanie - używaj jej na własne ryzyko - nie używaj tej wersji do kopania monet lub do świadczenia usług komercyjnych. - Unable to bind to %s on this computer. SarmaCoins Core is probably already running. - Niezdolny do związania z %s na tym komputerze. Prawdopodobnie SarmaCoins jest już uruchomiony. + Unable to bind to %s on this computer. Dash Core is probably already running. + Niezdolny do związania z %s na tym komputerze. Prawdopodobnie Dash jest już uruchomiony. Unable to locate enough Darksend denominated funds for this transaction. Nie znaleziono wystarczających denominowanych środków Darksend do wykonania tej transakcji. - Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 SarmaCoins. - Nie znaleziono wystarczającej ilości nie zdenominowanych środków Darksend dla tej transakcji, które nie równają się 1000 SarmaCoins + Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 DASH. + Nie znaleziono wystarczającej ilości nie zdenominowanych środków Darksend dla tej transakcji, które nie równają się 1000 DASH Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. @@ -3614,8 +3614,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Usuń wszystkie transakcje portfela i odzyskaj tylko te części blockchainu - zeskanuj powonie na starcie. - Disable all SarmaCoins specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) - Wyłącz wszystkie dodatkowe funckje SarmaCoins (Masternody, Darksend, InstanX, Budżetowanie) (0-1, domyślnie: %u) + Disable all Dash specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) + Wyłącz wszystkie dodatkowe funckje Dash (Masternody, Darksend, InstanX, Budżetowanie) (0-1, domyślnie: %u) Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. @@ -3634,12 +3634,12 @@ https://www.transifex.com/projects/p/SarmaCoins/ Błąd: niewspierany argument, znaleziono -socks. Ustawienie wersji SOCKS nie jest już możliwa, wspierane są tylkobramki proxy SOCKS5. - Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for relaying (default: %s) - Opłaty (SarmaCoins/Kb) za retransmisje mniejsze niż ta, uważane są za równoznaczne z brakiem opłat (domyślnie: %s) + Fees (in DASH/Kb) smaller than this are considered zero fee for relaying (default: %s) + Opłaty (DASH/Kb) za retransmisje mniejsze niż ta, uważane są za równoznaczne z brakiem opłat (domyślnie: %s) - Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for transaction creation (default: %s) - Opłaty (SarmaCoins/Kb) mniejsze niż ta, są uważane są za równoznaczne z brakiem opłat za stworzenie transakcji (domyślnie: %s) + Fees (in DASH/Kb) smaller than this are considered zero fee for transaction creation (default: %s) + Opłaty (DASH/Kb) mniejsze niż ta, są uważane są za równoznaczne z brakiem opłat za stworzenie transakcji (domyślnie: %s) Flush database activity from memory pool to disk log every <n> megabytes (default: %u) @@ -3710,31 +3710,31 @@ https://www.transifex.com/projects/p/SarmaCoins/ Produkt ten zawiera oprogramowanie stworzone przez OpenSSL Project do użytku w OpenSSL Toolkit <https://www.openssl.org/>, oprogramowanie krptograficzne napisane przez Eric Young oraz oprogramowanie UPnP napisane przez Thomas Bernard. - To use SarmaCoinsd, or the -server option to SarmaCoins-qt, you must set an rpcpassword in the configuration file: + To use dashd, or the -server option to dash-qt, you must set an rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=SarmaCoinsrpc +rpcuser=dashrpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com - Aby używać SarmaCoinsd, lub opcje -server w kliencie SarmaCoins-qt, musisz ustawić hasło rpc w pliku konfiguracji: + Aby używać dashd, lub opcje -server w kliencie dash-qt, musisz ustawić hasło rpc w pliku konfiguracji: %s Zalecane jest abyś użył te o to losowo stworzone hasło -rpcuser=SarmaCoinsrpc +rpcuser=dashrpc rpcpassword=%s (Nie musisz pamiętać tego hasła) Twoje hasło NIE MOŻE być takie samo jak twój login. Jeśli plik ten nie istnieje, stwórz go z uprawnieniami do odczytu tylko przez właściciela. -Zaleca się również aby ustawić alarm powiadomień tzw. alertnotify, aby dać ci znać w razie wystąpienia jekiegoś problemu, na przykład: alertnotify=echo %%s I -s "SarmaCoins Alert" admin@foo.com +Zaleca się również aby ustawić alarm powiadomień tzw. alertnotify, aby dać ci znać w razie wystąpienia jekiegoś problemu, na przykład: alertnotify=echo %%s I -s "Dash Alert" admin@foo.com - Unable to locate enough funds for this transaction that are not equal 1000 SarmaCoins. - Niemożliwe jest zlokalizowanie wystarczającej ilości środków dla tej transakcji, które nie są równe 1000 SarmaCoins. + Unable to locate enough funds for this transaction that are not equal 1000 DASH. + Niemożliwe jest zlokalizowanie wystarczającej ilości środków dla tej transakcji, które nie są równe 1000 DASH. Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) @@ -3745,8 +3745,8 @@ Zaleca się również aby ustawić alarm powiadomień tzw. alertnotify, aby dać Uwaga: -maxtxfee jest bardzo wysoka! Tak duże opłaty mogą być uiszczone przy wysłaniu jednej transakcji. - Warning: Please check that your computer's date and time are correct! If your clock is wrong SarmaCoins Core will not work properly. - Uwaga: Proszę sprawdzić czy data i czas na twoim komputerze są poprawne! Jeśli twój zegar nie pokazuje prawidłowej godziny to SarmaCoins może nie działać poprawidłowo. + Warning: Please check that your computer's date and time are correct! If your clock is wrong Dash Core will not work properly. + Uwaga: Proszę sprawdzić czy data i czas na twoim komputerze są poprawne! Jeśli twój zegar nie pokazuje prawidłowej godziny to Dash może nie działać poprawidłowo. Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. @@ -3799,8 +3799,8 @@ Zaleca się również aby ustawić alarm powiadomień tzw. alertnotify, aby dać Prawo autorskie (c) 2009-%i deweloperzy Bitcoin - Copyright (C) 2014-%i The SarmaCoins Core Developers - Prawa autorskie (C) 2014-%i deweloperzy SarmaCoins + Copyright (C) 2014-%i The Dash Core Developers + Prawa autorskie (C) 2014-%i deweloperzy Dash Could not parse -rpcbind value %s as network address @@ -3831,8 +3831,8 @@ Zaleca się również aby ustawić alarm powiadomień tzw. alertnotify, aby dać Błąd w połączeniu z Masternodem. - Error loading wallet.dat: Wallet requires newer version of SarmaCoins Core - Błą wczytywania wallet.dat: Portfel wymaga nowszej wersji SarmaCoins + Error loading wallet.dat: Wallet requires newer version of Dash Core + Błą wczytywania wallet.dat: Portfel wymaga nowszej wersji Dash Error: A fatal internal error occured, see debug.log for details @@ -3847,8 +3847,8 @@ Zaleca się również aby ustawić alarm powiadomień tzw. alertnotify, aby dać Błąd: Znaleziono niewspierany argument -tor, użyj -onion. - Fee (in SarmaCoins/kB) to add to transactions you send (default: %s) - Opłata (SarmaCoins/kB) do dodania do transakcji, którą chcesz wysłać (domyślnie: %s) + Fee (in DASH/kB) to add to transactions you send (default: %s) + Opłata (DASH/kB) do dodania do transakcji, którą chcesz wysłać (domyślnie: %s) Finalizing transaction. @@ -3903,8 +3903,8 @@ Zaleca się również aby ustawić alarm powiadomień tzw. alertnotify, aby dać Informacja - Initialization sanity check failed. SarmaCoins Core is shutting down. - Inicjalizacja kontroli poprawności nie powiodła się. Trwa zamykanie SarmaCoins Core + Initialization sanity check failed. Dash Core is shutting down. + Inicjalizacja kontroli poprawności nie powiodła się. Trwa zamykanie Dash Core Input is not valid. @@ -4155,8 +4155,8 @@ Zaleca się również aby ustawić alarm powiadomień tzw. alertnotify, aby dać Użyj UPnP aby zmapować port nasłuchu (domyślnie: %u) - Wallet needed to be rewritten: restart SarmaCoins Core to complete - Portfel potrzebuje być przepisany: uruchom ponownie SarmaCoins Core aby zakończyć. + Wallet needed to be rewritten: restart Dash Core to complete + Portfel potrzebuje być przepisany: uruchom ponownie Dash Core aby zakończyć. Warning: Unsupported argument -benchmark ignored, use -debug=bench. @@ -4215,8 +4215,8 @@ Zaleca się również aby ustawić alarm powiadomień tzw. alertnotify, aby dać Klucz KeePassHttp dla zaszyfrowanego metodą AES połączenia z KeePass - Keep N SarmaCoins anonymized (default: %u) - Utrzymuj N zanonimizowanych SarmaCoins (domyślnie: %u) + Keep N DASH anonymized (default: %u) + Utrzymuj N zanonimizowanych dash (domyślnie: %u) Keep at most <n> unconnectable transactions in memory (default: %u) diff --git a/src/qt/locale/dash_pt.ts b/src/qt/locale/dash_pt.ts index 85efa116acaa4..0815cbce3b68c 100644 --- a/src/qt/locale/dash_pt.ts +++ b/src/qt/locale/dash_pt.ts @@ -62,12 +62,12 @@ Endereços para recepção - These are your SarmaCoins addresses for sending payments. Always check the amount and the receiving address before sending coins. - Estes são os endereços SarmaCoins para envio de pagamentos. Confirme sempre a quantia e o endereço antes de enviar as moedas. + These are your Dash addresses for sending payments. Always check the amount and the receiving address before sending coins. + Estes são os endereços Dash para envio de pagamentos. Confirme sempre a quantia e o endereço antes de enviar as moedas. - These are your SarmaCoins addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Estes são os seus endereços SarmaCoins para receber pagamentos. É recomendado que seja usado um novo endereço para cada transacção. + These are your Dash addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + Estes são os seus endereços Dash para receber pagamentos. É recomendado que seja usado um novo endereço para cada transacção. &Copy Address @@ -176,8 +176,8 @@ Confirme cifra da carteira - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR SarmaCoins</b>! - Atenção: Se cifrar a carteira e perder a palavra-passe, irá <b>PERDER TODAS AS SUAS MOEDAS SarmaCoins</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR DASH</b>! + Atenção: Se cifrar a carteira e perder a palavra-passe, irá <b>PERDER TODAS AS SUAS MOEDAS DASH</b>! Are you sure you wish to encrypt your wallet? @@ -188,8 +188,8 @@ Carteira cifrada - SarmaCoins will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your SarmaCoinss from being stolen by malware infecting your computer. - O cliente SarmaCoins irá fechar para finalizar o processo de cifra. Lembre-se que cifrar a sua carteira não consegue proteger totalmente as suas SarmaCoinss contra roubos feitos por malware presente no seu computador. + Dash will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your dashs from being stolen by malware infecting your computer. + O cliente Dash irá fechar para finalizar o processo de cifra. Lembre-se que cifrar a sua carteira não consegue proteger totalmente as suas dashs contra roubos feitos por malware presente no seu computador. IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. @@ -231,8 +231,8 @@ BitcoinGUI - SarmaCoins Core - SarmaCoins Core + Dash Core + Dash Core Wallet @@ -255,16 +255,16 @@ &Enviar - Send coins to a SarmaCoins address - Enviar moedas para um endereço SarmaCoins + Send coins to a Dash address + Enviar moedas para um endereço Dash &Receive &Receber - Request payments (generates QR codes and SarmaCoins: URIs) - Solicitar pagamentos (gera códigos QR e SarmaCoins: URIs) + Request payments (generates QR codes and dash: URIs) + Solicitar pagamentos (gera códigos QR e dash: URIs) &Transactions @@ -283,12 +283,12 @@ Sair da aplicação - &About SarmaCoins Core - &Acerca do SarmaCoins Core + &About Dash Core + &Acerca do Dash Core - Show information about SarmaCoins Core - Mostra informação acerca do SarmaCoins Core + Show information about Dash Core + Mostra informação acerca do Dash Core About &Qt @@ -303,8 +303,8 @@ &Opções... - Modify configuration options for SarmaCoins - Modificar opções de configuração do SarmaCoins + Modify configuration options for Dash + Modificar opções de configuração do Dash &Show / Hide @@ -355,16 +355,16 @@ &Assinar Mensagem - Sign messages with your SarmaCoins addresses to prove you own them - Assine mensagens com os seus endereços SarmaCoins para provar que são seus + Sign messages with your Dash addresses to prove you own them + Assine mensagens com os seus endereços Dash para provar que são seus &Verify message... &Verificar Mensagem - Verify messages to ensure they were signed with specified SarmaCoins addresses - Verifica mensagens para garantir que foram assinadas com um endereço SarmaCoins específico + Verify messages to ensure they were signed with specified Dash addresses + Verifica mensagens para garantir que foram assinadas com um endereço Dash específico &Information @@ -443,24 +443,24 @@ Abrir &URI... - Open a SarmaCoins: URI or payment request - Abre um SarmaCoins: URI ou solicitação de pagamento + Open a dash: URI or payment request + Abre um dash: URI ou solicitação de pagamento &Command-line options Opções de linha de &comandos - SarmaCoins Core client - Cliente SarmaCoins Core + Dash Core client + Cliente Dash Core Processed %n blocks of transaction history. %n bloco do histórico de transacções processado.%n blocos do histórico de transacções processados. - Show the SarmaCoins Core help message to get a list with possible SarmaCoins command-line options - Mostra a mensagem de ajuda do SarmaCoins Core para obter a lista com as possíveis opções de linha de comandos + Show the Dash Core help message to get a list with possible Dash command-line options + Mostra a mensagem de ajuda do Dash Core para obter a lista com as possíveis opções de linha de comandos &File @@ -483,8 +483,8 @@ Barra de ferramentas - %n active connection(s) to SarmaCoins network - %n ligação activa à rede SarmaCoins%n ligações activas à rede SarmaCoins + %n active connection(s) to Dash network + %n ligação activa à rede Dash%n ligações activas à rede Dash Synchronizing with network... @@ -860,11 +860,11 @@ Endereço: %4 Por favor seleccione um nível de privacidade. - Use 2 separate masternodes to mix funds up to 1000 SarmaCoins + Use 2 separate masternodes to mix funds up to 1000 DASH Usar 2 masternodes distintos para misturar os fundos até 1000DRK - Use 8 separate masternodes to mix funds up to 1000 SarmaCoins + Use 8 separate masternodes to mix funds up to 1000 DASH Usar 8 masternodes distintos para misturar os fundos até 1000DRK @@ -872,16 +872,16 @@ Endereço: %4 Usar 16 masternodes - This option is the quickest and will cost about ~0.025 SarmaCoins to anonymize 1000 SarmaCoins - Esta opção é a mais rápida e irá custar cerca de ~0.025 SarmaCoins para anonimizar 1000 SarmaCoins + This option is the quickest and will cost about ~0.025 DASH to anonymize 1000 DASH + Esta opção é a mais rápida e irá custar cerca de ~0.025 DASH para anonimizar 1000 DASH - This option is moderately fast and will cost about 0.05 SarmaCoins to anonymize 1000 SarmaCoins - Esta opção é relativamente rápida e irá custar cerca de ~0.05 SarmaCoins para anonimizar 1000 SarmaCoins + This option is moderately fast and will cost about 0.05 DASH to anonymize 1000 DASH + Esta opção é relativamente rápida e irá custar cerca de ~0.05 DASH para anonimizar 1000 DASH - 0.1 SarmaCoins per 1000 SarmaCoins you anonymize. - 0.1 SarmaCoins por cada 1000 SarmaCoins a anonimizar. + 0.1 DASH per 1000 DASH you anonymize. + 0.1 DASH por cada 1000 DASH a anonimizar. This is the slowest and most secure option. Using maximum anonymity will cost @@ -892,16 +892,16 @@ Endereço: %4 Configuração Darksend - Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening SarmaCoins's configuration screen. - Darksend foi colocado com sucesso no modo básico (%1 e 2 voltas). Pode mudar esta definição em qualquer altura abrindo o ecrã de configuração SarmaCoins. + Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend foi colocado com sucesso no modo básico (%1 e 2 voltas). Pode mudar esta definição em qualquer altura abrindo o ecrã de configuração Dash. - Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening SarmaCoins's configuration screen. - Darksend foi colocado com sucesso no modo alto (%1 e 8 voltas). Pode mudar esta definição em qualquer altura abrindo o ecrã de configuração SarmaCoins. + Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend foi colocado com sucesso no modo alto (%1 e 8 voltas). Pode mudar esta definição em qualquer altura abrindo o ecrã de configuração Dash. - Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening SarmaCoins's configuration screen. - Darksend foi colocado com sucesso no modo máximo (%1 e 16 voltas). Pode mudar esta definição em qualquer altura abrindo o ecrã de configuração SarmaCoins. + Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend foi colocado com sucesso no modo máximo (%1 e 16 voltas). Pode mudar esta definição em qualquer altura abrindo o ecrã de configuração Dash. @@ -943,8 +943,8 @@ Endereço: %4 Editar endereço de envio - The entered address "%1" is not a valid SarmaCoins address. - O endereço introduzido "%1" não é um endereço SarmaCoins válido. + The entered address "%1" is not a valid Dash address. + O endereço introduzido "%1" não é um endereço Dash válido. The entered address "%1" is already in the address book. @@ -985,8 +985,8 @@ Endereço: %4 HelpMessageDialog - SarmaCoins Core - SarmaCoins Core + Dash Core + Dash Core version @@ -997,8 +997,8 @@ Endereço: %4 (%1-bit) - About SarmaCoins Core - Acerca do SarmaCoins Core + About Dash Core + Acerca do Dash Core Command-line options @@ -1044,16 +1044,16 @@ Endereço: %4 Bem-vindo - Welcome to SarmaCoins Core. - Bem-vindo ao SarmaCoins Core. + Welcome to Dash Core. + Bem-vindo ao Dash Core. - As this is the first time the program is launched, you can choose where SarmaCoins Core will store its data. - Como esta é a primeira vez que o programa é executado, pode escolher onde o cliente SarmaCoins Core irá guardar os seus dados. + As this is the first time the program is launched, you can choose where Dash Core will store its data. + Como esta é a primeira vez que o programa é executado, pode escolher onde o cliente Dash Core irá guardar os seus dados. - SarmaCoins Core will download and store a copy of the SarmaCoins block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - O cliente SarmaCoins Core irá descarregar e guardar uma copia da cadeia de blocos SarmaCoins. Pelo menos %1GB de dados serão guardados nesta pasta e irá aumentar com o tempo. A carteira também ficará guardada nesta pasta. + Dash Core will download and store a copy of the Dash block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + O cliente Dash Core irá descarregar e guardar uma copia da cadeia de blocos Dash. Pelo menos %1GB de dados serão guardados nesta pasta e irá aumentar com o tempo. A carteira também ficará guardada nesta pasta. Use the default data directory @@ -1064,8 +1064,8 @@ Endereço: %4 Usar uma pasta de dados personalizada - SarmaCoins Core - SarmaCoins Core + Dash Core + Dash Core Error: Specified data directory "%1" cannot be created. @@ -1118,12 +1118,12 @@ Endereço: %4 &Geral - Automatically start SarmaCoins after logging in to the system. - Executar automaticamente o cliente SarmaCoins quando entrar no sistema. + Automatically start Dash after logging in to the system. + Executar automaticamente o cliente Dash quando entrar no sistema. - &Start SarmaCoins on system login - &Iniciar o cliente SarmaCoins ao entrar no sistema + &Start Dash on system login + &Iniciar o cliente Dash ao entrar no sistema Size of &database cache @@ -1150,8 +1150,8 @@ Endereço: %4 Esta quantia actua como um limite, a partir do qual o Darksend é desligado. - Amount of SarmaCoins to keep anonymized - Quantia de SarmaCoins a manter anonimizada + Amount of Dash to keep anonymized + Quantia de Dash a manter anonimizada W&allet @@ -1170,8 +1170,8 @@ Endereço: %4 Aceitar ligações de entrada - Connect to the SarmaCoins network through a SOCKS5 proxy. - Efectuar a ligação à rede SarmaCoins através de um proxy SOCKS5. + Connect to the Dash network through a SOCKS5 proxy. + Efectuar a ligação à rede Dash através de um proxy SOCKS5. &Connect through SOCKS5 proxy (default proxy): @@ -1202,8 +1202,8 @@ Endereço: %4 &Rede - Automatically open the SarmaCoins client port on the router. This only works when your router supports UPnP and it is enabled. - Abrir automaticamente a porta do cliente SarmaCoins no router. Isto só funciona quando o seu router suporta UPnP e este está activo. + Automatically open the Dash client port on the router. This only works when your router supports UPnP and it is enabled. + Abrir automaticamente a porta do cliente Dash no router. Isto só funciona quando o seu router suporta UPnP e este está activo. Map port using &UPnP @@ -1254,14 +1254,14 @@ Endereço: %4 &Linguagem do interface: - The user interface language can be set here. This setting will take effect after restarting SarmaCoins. + The user interface language can be set here. This setting will take effect after restarting Dash. A linguagem do interface pode ser definida aqui. Esta definição terá efeito depois de reiniciar a aplicação. Language missing or translation incomplete? Help contributing translations here: -https://www.transifex.com/projects/p/SarmaCoins/ +https://www.transifex.com/projects/p/dash/ Linguagem não encontrada ou tradução incompleta? Ajude a traduzir aqui: -https://www.transifex.com/projects/p/SarmaCoins/ +https://www.transifex.com/projects/p/dash/ User Interface Theme: @@ -1343,8 +1343,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ De - The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. - A informação mostrada pode estar desactualizada. A sua carteira sincroniza automaticamente com a rede SarmaCoins assim que for estabelecida uma ligação, mas este processo ainda não terminou. + The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. + A informação mostrada pode estar desactualizada. A sua carteira sincroniza automaticamente com a rede Dash assim que for estabelecida uma ligação, mas este processo ainda não terminou. Available: @@ -1427,8 +1427,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Quantia e Voltas: - 0 SarmaCoins / 0 Rounds - 0 SarmaCoins / 0 Voltas + 0 DASH / 0 Rounds + 0 DASH / 0 Voltas Submitted Denom: @@ -1564,8 +1564,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Erro na solicitação de pagamento - Cannot start SarmaCoins: click-to-pay handler - Não é possível iniciar o SarmaCoins: click-to-pay handler + Cannot start dash: click-to-pay handler + Não é possível iniciar o dash: click-to-pay handler URI handling @@ -1584,8 +1584,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Endereço de pagamento inválido %1 - URI cannot be parsed! This can be caused by an invalid SarmaCoins address or malformed URI parameters. - O URI não pode ser carregado! Isto pode ser causado por um endereço SarmaCoins inválido ou parâmetros do URI incorrectos. + URI cannot be parsed! This can be caused by an invalid Dash address or malformed URI parameters. + O URI não pode ser carregado! Isto pode ser causado por um endereço Dash inválido ou parâmetros do URI incorrectos. Payment request file cannot be read! This can be caused by an invalid payment request file. @@ -1670,8 +1670,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Quantia - Enter a SarmaCoins address (e.g. %1) - Insira um endereço SarmaCoins (ex. %1) + Enter a Dash address (e.g. %1) + Insira um endereço Dash (ex. %1) %1 d @@ -1760,8 +1760,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Número de ligações - Open the SarmaCoins debug log file from the current data directory. This can take a few seconds for large log files. - Abrir o ficheiro de registo de depuração SarmaCoins a partir da pasta de dados actual. Para grandes ficheiros de registo pode demorar alguns segundos. + Open the Dash debug log file from the current data directory. This can take a few seconds for large log files. + Abrir o ficheiro de registo de depuração Dash a partir da pasta de dados actual. Para grandes ficheiros de registo pode demorar alguns segundos. &Open @@ -1968,8 +1968,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Saída: - Welcome to the SarmaCoins RPC console. - Bem-vindo à consola RPC SarmaCoins + Welcome to the Dash RPC console. + Bem-vindo à consola RPC Dash Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -2031,8 +2031,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ R&eutilizar um endereço de recebimento existente (não recomendado) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the SarmaCoins network. - Mensagem opcional para anexar à solicitação de pagamento, que será mostrada quando a solicitação for aberta. Nota: A mensagem não será enviada com o pagamento através da rede SarmaCoins. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dash network. + Mensagem opcional para anexar à solicitação de pagamento, que será mostrada quando a solicitação for aberta. Nota: A mensagem não será enviada com o pagamento através da rede Dash. &Message: @@ -2043,8 +2043,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Rótulo opcional para associar com o novo endereço de recebimento. - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the SarmaCoins network. - Mensagem opcional para anexar à solicitação de pagamento, que será mostrada quando a solicitação for aberta. <br>Nota: A mensagem não será enviada com o pagamento através da rede SarmaCoins. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Dash network. + Mensagem opcional para anexar à solicitação de pagamento, que será mostrada quando a solicitação for aberta. <br>Nota: A mensagem não será enviada com o pagamento através da rede Dash. Use this form to request payments. All fields are <b>optional</b>. @@ -2480,8 +2480,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Pagar somente a taxa mínima de %1 - Warning: Invalid SarmaCoins address - Aviso: Endereço SarmaCoins inválido + Warning: Invalid Dash address + Aviso: Endereço Dash inválido Warning: Unknown change address @@ -2503,8 +2503,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ &Pagar a: - The SarmaCoins address to send the payment to - O endereço SarmaCoins para onde enviar o pagamento + The Dash address to send the payment to + O endereço Dash para onde enviar o pagamento Choose previously used address @@ -2543,8 +2543,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Mensagem: - A message that was attached to the SarmaCoins: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the SarmaCoins network. - Mensagem que foi anexada ao SarmaCoins: URI e que será guardada com a transacção para sua referência. Nota: Esta mensagem não será enviada para a rede SarmaCoins. + A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network. + Mensagem que foi anexada ao dash: URI e que será guardada com a transacção para sua referência. Nota: Esta mensagem não será enviada para a rede Dash. This is an unverified payment request. @@ -2570,8 +2570,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ ShutdownWindow - SarmaCoins Core is shutting down... - O SarmaCoins Core está a desligar... + Dash Core is shutting down... + O Dash Core está a desligar... Do not shut down the computer until this window disappears. @@ -2593,8 +2593,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Pode assinar mensagens com os seus endereços para provar que são seus. Tenha atenção para não assinar mensagens vagas, já que, ataques de phishing podem levá-lo a assinar a sua própria identidade para os atacantes. Apenas assine declarações detalhadas com as quais concorde. - The SarmaCoins address to sign the message with - Endereço SarmaCoins com o qual deseja assinar a mensagem + The Dash address to sign the message with + Endereço Dash com o qual deseja assinar a mensagem Choose previously used address @@ -2625,8 +2625,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Copiar a assinatura actual para a área de transferência - Sign the message to prove you own this SarmaCoins address - Assinar a mensagem para provar que é o proprietário deste endereço SarmaCoins + Sign the message to prove you own this Dash address + Assinar a mensagem para provar que é o proprietário deste endereço Dash Sign &Message @@ -2649,12 +2649,12 @@ https://www.transifex.com/projects/p/SarmaCoins/ Introduza o endereço de assinatura, mensagem (assegure-se que copia exactamente as quebras de linha, espaços, tabulações, etc) e assinatura abaixo para verificar a mensagem. Tenha atenção para não ler mais na assinatura do que o que estiver na mensagem assinada, para evitar ser enganado por um atacante que se encontre entre si e quem assinou a mensagem. - The SarmaCoins address the message was signed with - Endereço SarmaCoins com o qual a mensagem foi assinada + The Dash address the message was signed with + Endereço Dash com o qual a mensagem foi assinada - Verify the message to ensure it was signed with the specified SarmaCoins address - Verificar a mensagem de forma a garantir que foi assinada com o endereço SarmaCoins especificado + Verify the message to ensure it was signed with the specified Dash address + Verificar a mensagem de forma a garantir que foi assinada com o endereço Dash especificado Verify &Message @@ -2720,8 +2720,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ SplashScreen - SarmaCoins Core - SarmaCoins Core + Dash Core + Dash Core Version %1 @@ -2732,8 +2732,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Os programadores Bitcoin Core - The SarmaCoins Core developers - Os programadores SarmaCoins Core + The Dash Core developers + Os programadores Dash Core [testnet] @@ -3260,8 +3260,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Enviar Moedas - InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 SarmaCoins. - O InstantX não suporta valores tão elevados neste momento. As transacções estão limitadas a %1 SarmaCoins. + InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 DASH. + O InstantX não suporta valores tão elevados neste momento. As transacções estão limitadas a %1 DASH. @@ -3304,14 +3304,14 @@ https://www.transifex.com/projects/p/SarmaCoins/ - SarmaCoins-core + dash-core Bind to given address and always listen on it. Use [host]:port notation for IPv6 Vincular a um determinado endereço e ouvir sempre aí. Use a notação [endereço]:porta para IPv6 - Cannot obtain a lock on data directory %s. SarmaCoins Core is probably already running. - Não foi possível obter acesso exclusivo à pasta de dados %s. Possivelmente o SarmaCoins Core já se encontra em execução. + Cannot obtain a lock on data directory %s. Dash Core is probably already running. + Não foi possível obter acesso exclusivo à pasta de dados %s. Possivelmente o Dash Core já se encontra em execução. Darksend uses exact denominated amounts to send funds, you might simply need to anonymize some more coins. @@ -3366,15 +3366,15 @@ https://www.transifex.com/projects/p/SarmaCoins/ Esta é uma compilação prévia de teste - use por sua conta e risco - não use para minar nem em aplicações comerciais - Unable to bind to %s on this computer. SarmaCoins Core is probably already running. - Não foi possível vincular a %s neste computador. Provavelmente o SarmaCoins Core já está a ser executado. + Unable to bind to %s on this computer. Dash Core is probably already running. + Não foi possível vincular a %s neste computador. Provavelmente o Dash Core já está a ser executado. Unable to locate enough Darksend denominated funds for this transaction. Não foi possível localizar fundos Darksend denominados suficientes para esta transacção. - Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 SarmaCoins. + Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 DASH. Não foi possível localizar fundos Darksend não denominados suficientes para esta transacção que não sejam igual a 1000DRK. @@ -3590,8 +3590,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Activar o uso de darksend automatizado para os fundos guardados nesta carteira (0-1, default: %u) - Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for relaying (default: %s) - Taxas (em SarmaCoins/Kb) inferiores a esta serão consideradas zero para retransmissão (default: %s) + Fees (in DASH/Kb) smaller than this are considered zero fee for relaying (default: %s) + Taxas (em DASH/Kb) inferiores a esta serão consideradas zero para retransmissão (default: %s) Flush database activity from memory pool to disk log every <n> megabytes (default: %u) @@ -3638,7 +3638,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ Este produto inclui software desenvolvido pelo Projecto OpenSSL para uso no OpenSSL Toolkit <https://www.openssl.org/>, software criptográfico escrito por Eric Young e software UPnP escrito por Thomas Bernard. - Unable to locate enough funds for this transaction that are not equal 1000 SarmaCoins. + Unable to locate enough funds for this transaction that are not equal 1000 DASH. Não foi possível localizar fundos suficientes para esta transacção que não sejam igual a 1000DRK. @@ -3650,8 +3650,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Aviso: -maxtxfee é demasiado alta! Taxas deste tamanho podem ser pagas em apenas uma transacção. - Warning: Please check that your computer's date and time are correct! If your clock is wrong SarmaCoins Core will not work properly. - Aviso: Por favor verifique que a data e a hora do computador está correcta! Se o relógio estiver errado o SarmaCoins Core não vai funcionar correctamente. + Warning: Please check that your computer's date and time are correct! If your clock is wrong Dash Core will not work properly. + Aviso: Por favor verifique que a data e a hora do computador está correcta! Se o relógio estiver errado o Dash Core não vai funcionar correctamente. (9999 could be used only on mainnet) @@ -3696,8 +3696,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Copyright (C) 2009-%i The Bitcoin Core Developers - Copyright (C) 2014-%i The SarmaCoins Core Developers - Copyright (C) 2014-%i SarmaCoins Core Developers + Copyright (C) 2014-%i The Dash Core Developers + Copyright (C) 2014-%i Dash Core Developers Could not parse -rpcbind value %s as network address @@ -3728,8 +3728,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Erro conectando ao Masternode - Error loading wallet.dat: Wallet requires newer version of SarmaCoins Core - Erro carregando wallet.dat Carteira precisa de nova versão do SarmaCoins Core + Error loading wallet.dat: Wallet requires newer version of Dash Core + Erro carregando wallet.dat Carteira precisa de nova versão do Dash Core Error: A fatal internal error occured, see debug.log for details @@ -3744,8 +3744,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Erro: Argument não suportado -tor encontrado, utilize -onion - Fee (in SarmaCoins/kB) to add to transactions you send (default: %s) - Taxas (em SarmaCoins/Kb) a adicionar às transacções que envia (omissão: %s) + Fee (in DASH/kB) to add to transactions you send (default: %s) + Taxas (em DASH/Kb) a adicionar às transacções que envia (omissão: %s) Finalizing transaction. @@ -3800,8 +3800,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Informação - Initialization sanity check failed. SarmaCoins Core is shutting down. - A verificação de consistência no arranque falhou. O SarmaCoins Core está a encerrar. + Initialization sanity check failed. Dash Core is shutting down. + A verificação de consistência no arranque falhou. O Dash Core está a encerrar. Input is not valid. @@ -4044,8 +4044,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Utilize UPNP para mapear porta de escuta (default: %u) - Wallet needed to be rewritten: restart SarmaCoins Core to complete - Carteira necessita de ser re-escrita: reinicie SarmaCoins Core para completar + Wallet needed to be rewritten: restart Dash Core to complete + Carteira necessita de ser re-escrita: reinicie Dash Core para completar Warning: Unsupported argument -benchmark ignored, use -debug=bench. @@ -4104,8 +4104,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Chave KeePassHttp para usar na comunicação cifrada AES com o KeePass - Keep N SarmaCoins anonymized (default: %u) - Manter N SarmaCoins anonimizados (default: %u) + Keep N DASH anonymized (default: %u) + Manter N DASH anonimizados (default: %u) Keep at most <n> unconnectable transactions in memory (default: %u) @@ -4185,7 +4185,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ RPC SSL options: (see the Bitcoin Wiki for SSL setup instructions) - Opções RPC SSL: (para instruções de configuração SSL dirija-se à SarmaCoins Wiki) + Opções RPC SSL: (para instruções de configuração SSL dirija-se à Dash Wiki) RPC server options: diff --git a/src/qt/locale/dash_ru.ts b/src/qt/locale/dash_ru.ts index d585be2ae0079..92f76f4ee042d 100644 --- a/src/qt/locale/dash_ru.ts +++ b/src/qt/locale/dash_ru.ts @@ -62,12 +62,12 @@ Адреса получения - These are your SarmaCoins addresses for sending payments. Always check the amount and the receiving address before sending coins. - Это ваши адреса SarmaCoins для отправки платежей. Всегда проверяйте количество и адрес получателя перед отправкой перевода. + These are your Dash addresses for sending payments. Always check the amount and the receiving address before sending coins. + Это ваши адреса Dash для отправки платежей. Всегда проверяйте количество и адрес получателя перед отправкой перевода. - These are your SarmaCoins addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Это ваши адреса SarmaCoins для приёма платежей. Рекомендуется использовать новый адрес получения для каждой транзакции. + These are your Dash addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + Это ваши адреса Dash для приёма платежей. Рекомендуется использовать новый адрес получения для каждой транзакции. &Copy Address @@ -176,8 +176,8 @@ Подтвердите шифрование кошелька - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR SarmaCoins</b>! - Внимание: если Вы зашифруете кошелёк и потеряете пароль, вы <b>ПОТЕРЯЕТЕ ВСЕ ВАШИ SarmaCoins</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR DASH</b>! + Внимание: если Вы зашифруете кошелёк и потеряете пароль, вы <b>ПОТЕРЯЕТЕ ВСЕ ВАШИ DASH</b>! Are you sure you wish to encrypt your wallet? @@ -188,7 +188,7 @@ Кошелёк зашифрован - SarmaCoins will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your SarmaCoinss from being stolen by malware infecting your computer. + Dash will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your dashs from being stolen by malware infecting your computer. Сейчас программа закроется для завершения процесса шифрования. Помните, что шифрование вашего кошелька не может полностью защитить ваши даши от кражи с помощью инфицирования вашего компьютера вредоносным ПО. @@ -231,8 +231,8 @@ BitcoinGUI - SarmaCoins Core - SarmaCoins Core + Dash Core + Dash Core Wallet @@ -255,16 +255,16 @@ &Отправить - Send coins to a SarmaCoins address - Отправить монеты на указанный адрес SarmaCoins + Send coins to a Dash address + Отправить монеты на указанный адрес Dash &Receive &Получить - Request payments (generates QR codes and SarmaCoins: URIs) - Запросить платежи (создать QR-коды и SarmaCoins: URI) + Request payments (generates QR codes and dash: URIs) + Запросить платежи (создать QR-коды и dash: URI) &Transactions @@ -283,12 +283,12 @@ Закрыть приложение - &About SarmaCoins Core - О &SarmaCoins Core + &About Dash Core + О &Dash Core - Show information about SarmaCoins Core - Показать информацию о SarmaCoins Core + Show information about Dash Core + Показать информацию о Dash Core About &Qt @@ -303,8 +303,8 @@ &Настройки... - Modify configuration options for SarmaCoins - Изменить параметры конфигурации SarmaCoins + Modify configuration options for Dash + Изменить параметры конфигурации Dash &Show / Hide @@ -355,16 +355,16 @@ П&одписать сообщение... - Sign messages with your SarmaCoins addresses to prove you own them - Подписать сообщения вашими адресами SarmaCoins, чтобы доказать, что вы ими владеете + Sign messages with your Dash addresses to prove you own them + Подписать сообщения вашими адресами Dash, чтобы доказать, что вы ими владеете &Verify message... П&роверить сообщение... - Verify messages to ensure they were signed with specified SarmaCoins addresses - Проверить сообщения, чтобы удостовериться, что они были подписаны определёнными адресами SarmaCoins + Verify messages to ensure they were signed with specified Dash addresses + Проверить сообщения, чтобы удостовериться, что они были подписаны определёнными адресами Dash &Information @@ -443,16 +443,16 @@ Открыть &URI... - Open a SarmaCoins: URI or payment request - Открыть SarmaCoins: URI или запрос платежа + Open a dash: URI or payment request + Открыть dash: URI или запрос платежа &Command-line options &Параметры командной строки - SarmaCoins Core client - Клиент SarmaCoins Core + Dash Core client + Клиент Dash Core Processed %n blocks of transaction history. @@ -463,8 +463,8 @@ Синхронизация дополнительных данных: %p% - Show the SarmaCoins Core help message to get a list with possible SarmaCoins command-line options - Показать помощь о SarmaCoins Core со списком возможных параметров командной строки + Show the Dash Core help message to get a list with possible Dash command-line options + Показать помощь о Dash Core со списком возможных параметров командной строки &File @@ -487,8 +487,8 @@ Панель вкладок - %n active connection(s) to SarmaCoins network - %n активное соединение с сетью SarmaCoins%n активных соединения с сетью SarmaCoins%n активных соединений с сетью SarmaCoins%n активных соединений с сетью SarmaCoins + %n active connection(s) to Dash network + %n активное соединение с сетью Dash%n активных соединения с сетью Dash%n активных соединений с сетью Dash%n активных соединений с сетью Dash Synchronizing with network... @@ -864,28 +864,28 @@ Address: %4 Пожалуйста, выберите уровень приватности. - Use 2 separate masternodes to mix funds up to 1000 SarmaCoins - Использовать 2 отдельные мастерноды для перемешивания до 1000 SarmaCoins + Use 2 separate masternodes to mix funds up to 1000 DASH + Использовать 2 отдельные мастерноды для перемешивания до 1000 DASH - Use 8 separate masternodes to mix funds up to 1000 SarmaCoins - Использовать 8 отдельных мастернод для перемешивания до 1000 SarmaCoins + Use 8 separate masternodes to mix funds up to 1000 DASH + Использовать 8 отдельных мастернод для перемешивания до 1000 DASH Use 16 separate masternodes Использовать 16 отдельных мастернод - This option is the quickest and will cost about ~0.025 SarmaCoins to anonymize 1000 SarmaCoins - Это самый быстрый вариант, анонимизация 1000 SarmaCoins будет стоить вам примерно 0.025 SarmaCoins + This option is the quickest and will cost about ~0.025 DASH to anonymize 1000 DASH + Это самый быстрый вариант, анонимизация 1000 DASH будет стоить вам примерно 0.025 DASH - This option is moderately fast and will cost about 0.05 SarmaCoins to anonymize 1000 SarmaCoins - Это относительно быстрый вариант, анонимизация 1000 SarmaCoins будет стоить вам примерно 0.05 SarmaCoins + This option is moderately fast and will cost about 0.05 DASH to anonymize 1000 DASH + Это относительно быстрый вариант, анонимизация 1000 DASH будет стоить вам примерно 0.05 DASH - 0.1 SarmaCoins per 1000 SarmaCoins you anonymize. - 0.1 SarmaCoins за каждые анонимизированные 1000 SarmaCoins. + 0.1 DASH per 1000 DASH you anonymize. + 0.1 DASH за каждые анонимизированные 1000 DASH. This is the slowest and most secure option. Using maximum anonymity will cost @@ -896,15 +896,15 @@ Address: %4 Настройки Darksend - Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen. Darksend успешно установлен в режим обычной приватности (%1 и 2 раунда). Вы можете изменить это в любое время, используя окно настроек. - Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen. Darksend успешно установлен в режим высокой приватности (%1 и 8 раундов). Вы можете изменить это в любое время, используя окно настроек. - Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen. Darksend успешно установлен в режим максимально приватности (%1 и 16 раундов). Вы можете изменить это в любое время, используя окно настроек. @@ -947,8 +947,8 @@ Address: %4 Изменение адреса для отправки - The entered address "%1" is not a valid SarmaCoins address. - Введённый адрес "%1" не является правильным адресом SarmaCoins. + The entered address "%1" is not a valid Dash address. + Введённый адрес "%1" не является правильным адресом Dash. The entered address "%1" is already in the address book. @@ -989,8 +989,8 @@ Address: %4 HelpMessageDialog - SarmaCoins Core - SarmaCoins Core + Dash Core + Dash Core version @@ -1001,8 +1001,8 @@ Address: %4 (%1-бит) - About SarmaCoins Core - О SarmaCoins Core + About Dash Core + О Dash Core Command-line options @@ -1048,16 +1048,16 @@ Address: %4 Добро пожаловать - Welcome to SarmaCoins Core. - Добро пожаловать в SarmaCoins Core. + Welcome to Dash Core. + Добро пожаловать в Dash Core. - As this is the first time the program is launched, you can choose where SarmaCoins Core will store its data. - Так как вы впервые запустили программу, вы можете выбрать, где SarmaCoins Core будет хранить данные. + As this is the first time the program is launched, you can choose where Dash Core will store its data. + Так как вы впервые запустили программу, вы можете выбрать, где Dash Core будет хранить данные. - SarmaCoins Core will download and store a copy of the SarmaCoins block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - SarmaCoins Core скачает и сохранит копию цепочки блоков. Как минимум %1ГБ данных будет храниться в этом каталоге и размер данных будет со временем расти. В этом же каталоге будет сохранён кошелёк. + Dash Core will download and store a copy of the Dash block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + Dash Core скачает и сохранит копию цепочки блоков. Как минимум %1ГБ данных будет храниться в этом каталоге и размер данных будет со временем расти. В этом же каталоге будет сохранён кошелёк. Use the default data directory @@ -1068,8 +1068,8 @@ Address: %4 Использовать другой каталог данных: - SarmaCoins Core - SarmaCoins Core + Dash Core + Dash Core Error: Specified data directory "%1" cannot be created. @@ -1122,12 +1122,12 @@ Address: %4 &Главная - Automatically start SarmaCoins after logging in to the system. - Автоматически запускать SarmaCoins после входа в систему. + Automatically start Dash after logging in to the system. + Автоматически запускать Dash после входа в систему. - &Start SarmaCoins on system login - &Запускать SarmaCoins при входе в систему + &Start Dash on system login + &Запускать Dash при входе в систему Size of &database cache @@ -1154,8 +1154,8 @@ Address: %4 Это пороговое значение, при достижении которого автоматическое перемешивание отключается. - Amount of SarmaCoins to keep anonymized - Сумма постоянно анонимизированных SarmaCoins + Amount of Dash to keep anonymized + Сумма постоянно анонимизированных Dash W&allet @@ -1174,8 +1174,8 @@ Address: %4 Принимать входящие подключения - Connect to the SarmaCoins network through a SOCKS5 proxy. - Подключаться к сети SarmaCoins через прокси SOCKS5. + Connect to the Dash network through a SOCKS5 proxy. + Подключаться к сети Dash через прокси SOCKS5. &Connect through SOCKS5 proxy (default proxy): @@ -1206,8 +1206,8 @@ Address: %4 &Сеть - Automatically open the SarmaCoins client port on the router. This only works when your router supports UPnP and it is enabled. - Автоматически открыть порт для клиента SarmaCoins на роутере. Работает только в том случае, если Ваш роутер поддерживает UPnP и данная функция включена. + Automatically open the Dash client port on the router. This only works when your router supports UPnP and it is enabled. + Автоматически открыть порт для клиента Dash на роутере. Работает только в том случае, если Ваш роутер поддерживает UPnP и данная функция включена. Map port using &UPnP @@ -1258,14 +1258,14 @@ Address: %4 &Язык интерфейса: - The user interface language can be set here. This setting will take effect after restarting SarmaCoins. - Здесь можно выбрать язык интерфейса. Настройки вступят в силу после перезапуска SarmaCoins. + The user interface language can be set here. This setting will take effect after restarting Dash. + Здесь можно выбрать язык интерфейса. Настройки вступят в силу после перезапуска Dash. Language missing or translation incomplete? Help contributing translations here: -https://www.transifex.com/projects/p/SarmaCoins/ +https://www.transifex.com/projects/p/dash/ Нет Вашего языка или перевод неполон? Помогите нам сделать перевод лучше: -https://www.transifex.com/projects/p/SarmaCoins/ +https://www.transifex.com/projects/p/dash/ User Interface Theme: @@ -1347,8 +1347,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Форма - The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. - Отображаемая информация может быть устаревшей. Ваш кошелёк автоматически синхронизируется с сетью SarmaCoins после подключения, но этот процесс пока не завершён. + The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. + Отображаемая информация может быть устаревшей. Ваш кошелёк автоматически синхронизируется с сетью Dash после подключения, но этот процесс пока не завершён. Available: @@ -1431,8 +1431,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Сумма и раунды: - 0 SarmaCoins / 0 Rounds - 0 SarmaCoins / 0 раундов + 0 DASH / 0 Rounds + 0 DASH / 0 раундов Submitted Denom: @@ -1568,8 +1568,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Ошибка запроса платежа - Cannot start SarmaCoins: click-to-pay handler - Не удаётся запустить обработчик SarmaCoins: click-to-pay + Cannot start dash: click-to-pay handler + Не удаётся запустить обработчик dash: click-to-pay URI handling @@ -1588,8 +1588,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Неверный адрес платежа %1 - URI cannot be parsed! This can be caused by an invalid SarmaCoins address or malformed URI parameters. - Не удалось разобрать URI! Возможно указан некорректный адрес SarmaCoins либо параметры URI сформированы неверно. + URI cannot be parsed! This can be caused by an invalid Dash address or malformed URI parameters. + Не удалось разобрать URI! Возможно указан некорректный адрес Dash либо параметры URI сформированы неверно. Payment request file cannot be read! This can be caused by an invalid payment request file. @@ -1674,8 +1674,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Сумма - Enter a SarmaCoins address (e.g. %1) - Введите адрес SarmaCoins (например, %1) + Enter a Dash address (e.g. %1) + Введите адрес Dash (например, %1) %1 d @@ -1764,8 +1764,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Число подключений - Open the SarmaCoins debug log file from the current data directory. This can take a few seconds for large log files. - Открыть отладочный лог-файл SarmaCoins из текущего каталога данных. Для больших лог-файлов эта операция может занять несколько секунд. + Open the Dash debug log file from the current data directory. This can take a few seconds for large log files. + Открыть отладочный лог-файл Dash из текущего каталога данных. Для больших лог-файлов эта операция может занять несколько секунд. &Open @@ -1972,8 +1972,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Выход: - Welcome to the SarmaCoins RPC console. - Добро пожаловать в RPC-консоль SarmaCoins. + Welcome to the Dash RPC console. + Добро пожаловать в RPC-консоль Dash. Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -2035,8 +2035,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ &Повторно использовать существующий адрес получения (не рекомендуется) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the SarmaCoins network. - Необязательное сообщение для запроса платежа, которое будет показано при открытии запроса. Обратите внимание: сообщение не будет отправлено вместе с платежом через сеть SarmaCoins. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dash network. + Необязательное сообщение для запроса платежа, которое будет показано при открытии запроса. Обратите внимание: сообщение не будет отправлено вместе с платежом через сеть Dash. &Message: @@ -2047,8 +2047,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Необязательная метка для нового адреса получения. - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the SarmaCoins network. - Необязательное сообщение для запроса платежа, которое будет показано при открытии запроса.<br>Обратите внимание: сообщение не будет отправлено вместе с платежом через сеть SarmaCoins. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Dash network. + Необязательное сообщение для запроса платежа, которое будет показано при открытии запроса.<br>Обратите внимание: сообщение не будет отправлено вместе с платежом через сеть Dash. Use this form to request payments. All fields are <b>optional</b>. @@ -2292,7 +2292,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ Если ручная комиссия установлена в 1000 duff, а транзакция по размеру только 250 байт, то плата "за килобайт" составит лишь 250 duff,<br>в то время как "итого минимум" будет равна 1000 duff. Для тразакций больше килобайта в любом случае идет расчет "за килобайт". - Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for SarmaCoins transactions than the network can process. + Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for dash transactions than the network can process. Оплаты только минимальной комиссии должно быть достаточно во всех случаях, пока в блоках достаточно места.<br>Однако, будьте готовы к тому, что транзакция может вовсе не получить подтверждения,<br>если количество транзакций будет стабильно больше, чем сеть способна обработать. @@ -2496,8 +2496,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Заплатить только минимальную комиссию %1 - Warning: Invalid SarmaCoins address - Внимание: неверный адрес SarmaCoins + Warning: Invalid Dash address + Внимание: неверный адрес Dash Warning: Unknown change address @@ -2519,8 +2519,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Полу&чатель: - The SarmaCoins address to send the payment to - Адрес SarmaCoins для отправки на него монет + The Dash address to send the payment to + Адрес Dash для отправки на него монет Choose previously used address @@ -2559,8 +2559,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Сообщение: - A message that was attached to the SarmaCoins: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the SarmaCoins network. - К SarmaCoins: URI было прикреплено сообщение, которое будет сохранено вместе с транзакцией для вашего сведения. Обратите внимание: сообщение не будет отправлено через сеть SarmaCoins. + A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network. + К dash: URI было прикреплено сообщение, которое будет сохранено вместе с транзакцией для вашего сведения. Обратите внимание: сообщение не будет отправлено через сеть Dash. This is an unverified payment request. @@ -2586,8 +2586,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ ShutdownWindow - SarmaCoins Core is shutting down... - SarmaCoins Core выключается... + Dash Core is shutting down... + Dash Core выключается... Do not shut down the computer until this window disappears. @@ -2609,8 +2609,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Вы можете подписывать сообщения своими адресами, чтобы доказать владение ими. Будьте осторожны, не подписывайте что-то неопределённое, так как фишинговые атаки могут обманным путём заставить вас подписать нежелательные сообщения. Подписывайте только те сообщения, с которыми вы согласны вплоть до мелочей. - The SarmaCoins address to sign the message with - Адрес SarmaCoins, которым Вы хотите подписать сообщение + The Dash address to sign the message with + Адрес Dash, которым Вы хотите подписать сообщение Choose previously used address @@ -2641,8 +2641,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Скопировать текущую подпись в системный буфер обмена - Sign the message to prove you own this SarmaCoins address - Подписать сообщение, чтобы доказать владение этим адресом SarmaCoins + Sign the message to prove you own this Dash address + Подписать сообщение, чтобы доказать владение этим адресом Dash Sign &Message @@ -2665,12 +2665,12 @@ https://www.transifex.com/projects/p/SarmaCoins/ Введите ниже адрес для подписи, сообщение (убедитесь, что переводы строк, пробелы, табы и т.п. в точности скопированы) и подпись, чтобы проверить сообщение. Убедитесь, что не скопировали лишнего в подпись, по сравнению с самим подписываемым сообщением, чтобы не стать жертвой атаки "man-in-the-middle". - The SarmaCoins address the message was signed with - Адрес SarmaCoins, которым было подписано сообщение + The Dash address the message was signed with + Адрес Dash, которым было подписано сообщение - Verify the message to ensure it was signed with the specified SarmaCoins address - Проверить сообщение, чтобы убедиться, что оно было подписано указанным адресом SarmaCoins + Verify the message to ensure it was signed with the specified Dash address + Проверить сообщение, чтобы убедиться, что оно было подписано указанным адресом Dash Verify &Message @@ -2736,8 +2736,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ SplashScreen - SarmaCoins Core - SarmaCoins Core + Dash Core + Dash Core Version %1 @@ -2748,8 +2748,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Разработчики Bitcoin Core - The SarmaCoins Core developers - Разработчики SarmaCoins Core + The Dash Core developers + Разработчики Dash Core [testnet] @@ -3276,8 +3276,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Отправка - InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 SarmaCoins. - InstantX пока что не поддерживает такие большие суммы. На данный момент транзакции ограничены суммами до %1 SarmaCoins. + InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 DASH. + InstantX пока что не поддерживает такие большие суммы. На данный момент транзакции ограничены суммами до %1 DASH. @@ -3320,14 +3320,14 @@ https://www.transifex.com/projects/p/SarmaCoins/ - SarmaCoins-core + dash-core Bind to given address and always listen on it. Use [host]:port notation for IPv6 Привязаться к указанному адресу и всегда прослушивать только его. Используйте [хост]:порт для IPv6 - Cannot obtain a lock on data directory %s. SarmaCoins Core is probably already running. - Не удалось установить блокировку на каталог данных %s. Возможно, SarmaCoins Core уже запущен. + Cannot obtain a lock on data directory %s. Dash Core is probably already running. + Не удалось установить блокировку на каталог данных %s. Возможно, Dash Core уже запущен. Darksend uses exact denominated amounts to send funds, you might simply need to anonymize some more coins. @@ -3382,15 +3382,15 @@ https://www.transifex.com/projects/p/SarmaCoins/ Это пре-релизная тестовая сборка - используйте на свой страх и риск - не используйте для добычи или торговых приложений - Unable to bind to %s on this computer. SarmaCoins Core is probably already running. - Не удалось привязаться к %s на этом компьютере. Возможно, SarmaCoins Core уже запущен. + Unable to bind to %s on this computer. Dash Core is probably already running. + Не удалось привязаться к %s на этом компьютере. Возможно, Dash Core уже запущен. Unable to locate enough Darksend denominated funds for this transaction. Не удалось обнаружить достаточных для выполнения этой транзакции номиналов Darksend. - Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 SarmaCoins. + Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 DASH. Не удалось обнаружить достаточных для выполнения этой транзакции неденоминированных средств, отличающихся от 1000DRK. @@ -3614,8 +3614,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Удалить все трансакции из кошелька и при рестарте с помощью -rescan восстановить только те, которые есть в цепочке блоков - Disable all SarmaCoins specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) - Отключить всю функциональность, относящуюся к SarmaCoins (Мастерноды, Darksend, InstantX, бюджеты) (0-1, по умолчанию: %u) + Disable all Dash specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) + Отключить всю функциональность, относящуюся к Dash (Мастерноды, Darksend, InstantX, бюджеты) (0-1, по умолчанию: %u) Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. @@ -3634,12 +3634,12 @@ https://www.transifex.com/projects/p/SarmaCoins/ Ошибка: Обнаружен неподдерживаемый аргумент -socks. Выбор версии SOCKS больше невозможен, поддерживаются только прокси версии SOCKS5. - Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for relaying (default: %s) - Комиссии (в SarmaCoins/Kb) меньше этого значения считаются нулевой для ретранслирования транзакции (по умолчанию: %s) + Fees (in DASH/Kb) smaller than this are considered zero fee for relaying (default: %s) + Комиссии (в DASH/Kb) меньше этого значения считаются нулевой для ретранслирования транзакции (по умолчанию: %s) - Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for transaction creation (default: %s) - Комиссии (в SarmaCoins/Kb) меньше этого значения считаются нулевой (для создания транзакции) (по умолчанию: %s) + Fees (in DASH/Kb) smaller than this are considered zero fee for transaction creation (default: %s) + Комиссии (в DASH/Kb) меньше этого значения считаются нулевой (для создания транзакции) (по умолчанию: %s) Flush database activity from memory pool to disk log every <n> megabytes (default: %u) @@ -3710,31 +3710,31 @@ https://www.transifex.com/projects/p/SarmaCoins/ Этот продукт включает ПО, разработанное проектом OpenSSL Project для использования в OpenSSL Toolkit <https://www.openssl.org/>, криптографическое ПО, написанное Eric Young и ПО для работы с UPnP, написанное Thomas Bernard. - To use SarmaCoinsd, or the -server option to SarmaCoins-qt, you must set an rpcpassword in the configuration file: + To use dashd, or the -server option to dash-qt, you must set an rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=SarmaCoinsrpc +rpcuser=dashrpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com - Для использования SarmaCoinsd или опции -server с SarmaCoins-qt, вы должны установить опцию rpcpassword в конфигурационном файле: + Для использования dashd или опции -server с dash-qt, вы должны установить опцию rpcpassword в конфигурационном файле: %s Рекомендуется использовать следующий случайный пароль: -rpcuser=SarmaCoinsrpc +rpcuser=dashrpc rpcpassword=%s (вам не нужно запоминать этот пароль) Имя и пароль ДОЛЖНЫ различаться. Если файл не существует, то создайте его и оставьте права на чтение только для владельца. Также рекомендуется включить alertnotify для оповещения о проблемах; -Например: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com +Например: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com - Unable to locate enough funds for this transaction that are not equal 1000 SarmaCoins. + Unable to locate enough funds for this transaction that are not equal 1000 DASH. Не удалось обнаружить достаточных для выполнения этой транзакции средств, отличающихся от 1000DRK. @@ -3746,8 +3746,8 @@ rpcpassword=%s Внимание: установлено очень большое значение -paytxfee! Комиссия такого размера может быть уплачена при проведении одельной транзакции. - Warning: Please check that your computer's date and time are correct! If your clock is wrong SarmaCoins Core will not work properly. - Внимание: пожалуйста, убедитесь что дата и время на Вашем компьютере выставлены правильно! SarmaCoins Core не сможет работать корректно, если часы настроены неверно. + Warning: Please check that your computer's date and time are correct! If your clock is wrong Dash Core will not work properly. + Внимание: пожалуйста, убедитесь что дата и время на Вашем компьютере выставлены правильно! Dash Core не сможет работать корректно, если часы настроены неверно. Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. @@ -3800,8 +3800,8 @@ rpcpassword=%s Copyright (C) 2009-%i The Bitcoin Core Developers - Copyright (C) 2014-%i The SarmaCoins Core Developers - Copyright (C) 2014-%i The SarmaCoins Core Developers + Copyright (C) 2014-%i The Dash Core Developers + Copyright (C) 2014-%i The Dash Core Developers Could not parse -rpcbind value %s as network address @@ -3832,8 +3832,8 @@ rpcpassword=%s Ошибка соединения с мастернодой. - Error loading wallet.dat: Wallet requires newer version of SarmaCoins Core - Ошибка загрузки wallet.dat: кошелёк требует более новой версии SarmaCoins Core + Error loading wallet.dat: Wallet requires newer version of Dash Core + Ошибка загрузки wallet.dat: кошелёк требует более новой версии Dash Core Error: A fatal internal error occured, see debug.log for details @@ -3848,8 +3848,8 @@ rpcpassword=%s Ошибка: Обнаружен неподдерживаемый параметр -tor, используйте -onion вместо него. - Fee (in SarmaCoins/kB) to add to transactions you send (default: %s) - Комиссии (в SarmaCoins/kB), добавляемая к отправляемым Вами транзакциям (по умолчанию: %s) + Fee (in DASH/kB) to add to transactions you send (default: %s) + Комиссии (в DASH/kB), добавляемая к отправляемым Вами транзакциям (по умолчанию: %s) Finalizing transaction. @@ -3904,8 +3904,8 @@ rpcpassword=%s Информация - Initialization sanity check failed. SarmaCoins Core is shutting down. - Проверка на непротиворечивость закончилась неудачно. SarmaCoins Core выключается. + Initialization sanity check failed. Dash Core is shutting down. + Проверка на непротиворечивость закончилась неудачно. Dash Core выключается. Input is not valid. @@ -4156,8 +4156,8 @@ rpcpassword=%s Использовать UPnP для проброса порта (по умолчанию: %u) - Wallet needed to be rewritten: restart SarmaCoins Core to complete - Необходимо перезаписать кошелёк: перезапустите SarmaCoins Core для завершения операции + Wallet needed to be rewritten: restart Dash Core to complete + Необходимо перезаписать кошелёк: перезапустите Dash Core для завершения операции Warning: Unsupported argument -benchmark ignored, use -debug=bench. @@ -4216,8 +4216,8 @@ rpcpassword=%s Ключ KeePassHttp для зашифрованной коммуникации с KeePass - Keep N SarmaCoins anonymized (default: %u) - Держать N SarmaCoins анонимизированными (по умолчанию: %u) + Keep N DASH anonymized (default: %u) + Держать N DASH анонимизированными (по умолчанию: %u) Keep at most <n> unconnectable transactions in memory (default: %u) diff --git a/src/qt/locale/dash_sk.ts b/src/qt/locale/dash_sk.ts index 78172c0fe1ada..48ba8ef869de0 100644 --- a/src/qt/locale/dash_sk.ts +++ b/src/qt/locale/dash_sk.ts @@ -62,12 +62,12 @@ Adresa prijatia - These are your SarmaCoins addresses for sending payments. Always check the amount and the receiving address before sending coins. - Toto sú Vaše SarmaCoins adresy pre posielanie platieb. Pred poslaním mincí vždy overte sumu a doručovaciu adresu. + These are your Dash addresses for sending payments. Always check the amount and the receiving address before sending coins. + Toto sú Vaše Dash adresy pre posielanie platieb. Pred poslaním mincí vždy overte sumu a doručovaciu adresu. - These are your SarmaCoins addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Toto sú Vaše SarmaCoins adresy pre posielanie platieb. Pre každú transakciu sa doporučuje použiť novú doručovaciu adresu. + These are your Dash addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + Toto sú Vaše Dash adresy pre posielanie platieb. Pre každú transakciu sa doporučuje použiť novú doručovaciu adresu. &Copy Address @@ -176,8 +176,8 @@ Potvrďte šifrovanie peňaženky - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR SarmaCoins</b>! - Upozornenie: Ak zašifrujete vašu peňaženku a stratíte prístupové heslo, potom <b>prídete o všetky svoje SarmaCoins-y</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR DASH</b>! + Upozornenie: Ak zašifrujete vašu peňaženku a stratíte prístupové heslo, potom <b>prídete o všetky svoje DASH-y</b>! Are you sure you wish to encrypt your wallet? @@ -188,8 +188,8 @@ Peňaženka zašifrovaná - SarmaCoins will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your SarmaCoinss from being stolen by malware infecting your computer. - SarmaCoinsCoin sa teraz ukončí, aby dokončil proces šifrovania. Nezabudnite, že zašifrovanie vašej peňaženky nemôže plne chrániť Vaše mince pred krádežou škodlivým softvérom, ktorý napadol váš počítač. + Dash will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your dashs from being stolen by malware infecting your computer. + DashCoin sa teraz ukončí, aby dokončil proces šifrovania. Nezabudnite, že zašifrovanie vašej peňaženky nemôže plne chrániť Vaše mince pred krádežou škodlivým softvérom, ktorý napadol váš počítač. IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. @@ -231,8 +231,8 @@ BitcoinGUI - SarmaCoins Core - SarmaCoins Core + Dash Core + Dash Core Wallet @@ -255,16 +255,16 @@ &Odoslať - Send coins to a SarmaCoins address - Poslať mince na SarmaCoins adresu + Send coins to a Dash address + Poslať mince na Dash adresu &Receive &Prijať - Request payments (generates QR codes and SarmaCoins: URIs) - Vyžiadať platby (vygeneruje QR kódy a SarmaCoins: URI) + Request payments (generates QR codes and dash: URIs) + Vyžiadať platby (vygeneruje QR kódy a Dash: URI) &Transactions @@ -283,12 +283,12 @@ Ukončiť program - &About SarmaCoins Core - &O SarmaCoins Core + &About Dash Core + &O Dash Core - Show information about SarmaCoins Core - Zobraziť informácie o SarmaCoins Core + Show information about Dash Core + Zobraziť informácie o Dash Core About &Qt @@ -303,8 +303,8 @@ &Možnosti... - Modify configuration options for SarmaCoins - Upraviť možnosti konfigurácie pre SarmaCoins + Modify configuration options for Dash + Upraviť možnosti konfigurácie pre Dash &Show / Hide @@ -355,16 +355,16 @@ Podpísať &správu... - Sign messages with your SarmaCoins addresses to prove you own them - Podpísať správy s Vašimi SarmaCoins adresami ako dôkaz že ich vlastníte + Sign messages with your Dash addresses to prove you own them + Podpísať správy s Vašimi Dash adresami ako dôkaz že ich vlastníte &Verify message... Overiť správu - Verify messages to ensure they were signed with specified SarmaCoins addresses - Overiť správy pre uistenie, že boli podpísané zadanými SarmaCoins adresami + Verify messages to ensure they were signed with specified Dash addresses + Overiť správy pre uistenie, že boli podpísané zadanými Dash adresami &Information @@ -443,16 +443,16 @@ Otvoriť &URI... - Open a SarmaCoins: URI or payment request - Otvoriť SarmaCoins: URI alebo žiadosť o platbu + Open a dash: URI or payment request + Otvoriť dash: URI alebo žiadosť o platbu &Command-line options Možnosti príkazového riadku - SarmaCoins Core client - SarmaCoins Core klient + Dash Core client + Dash Core klient Processed %n blocks of transaction history. @@ -463,8 +463,8 @@ Synchronizujú sa ďalšie dáta: %p% - Show the SarmaCoins Core help message to get a list with possible SarmaCoins command-line options - Zobraziť SarmaCoins Core nápovedu k získaniu zoznamu možností príkazového riadku SarmaCoins. + Show the Dash Core help message to get a list with possible Dash command-line options + Zobraziť Dash Core nápovedu k získaniu zoznamu možností príkazového riadku Dash. &File @@ -487,8 +487,8 @@ Lišta záložiek - %n active connection(s) to SarmaCoins network - %n aktívne spojenie so sieťou SarmaCoins%n aktívne spojenia so sieťou SarmaCoins%n aktívnych spojení so sieťou SarmaCoins + %n active connection(s) to Dash network + %n aktívne spojenie so sieťou Dash%n aktívne spojenia so sieťou Dash%n aktívnych spojení so sieťou Dash Synchronizing with network... @@ -863,28 +863,28 @@ Adresa: %4 Prosím vyberte úroveň súkromia. - Use 2 separate masternodes to mix funds up to 1000 SarmaCoins - Použiť 2 rozdielne masternode pre fixovanie prostriedkov až do 1000 SarmaCoins + Use 2 separate masternodes to mix funds up to 1000 DASH + Použiť 2 rozdielne masternode pre fixovanie prostriedkov až do 1000 DASH - Use 8 separate masternodes to mix funds up to 1000 SarmaCoins - Použiť 8 rozdielnych masternode pre fixovanie prostriedkov až do 1000 SarmaCoins + Use 8 separate masternodes to mix funds up to 1000 DASH + Použiť 8 rozdielnych masternode pre fixovanie prostriedkov až do 1000 DASH Use 16 separate masternodes Použiť 16 rozdielnych masternode - This option is the quickest and will cost about ~0.025 SarmaCoins to anonymize 1000 SarmaCoins - Táto možnosť je najrýchlejšia a bude stáť približne 0.025 SarmaCoins pre anonimizáciu 1000 SarmaCoins + This option is the quickest and will cost about ~0.025 DASH to anonymize 1000 DASH + Táto možnosť je najrýchlejšia a bude stáť približne 0.025 DASH pre anonimizáciu 1000 DASH - This option is moderately fast and will cost about 0.05 SarmaCoins to anonymize 1000 SarmaCoins - Táto možnosť je stredne rýchla bude stáť približne 0.05 SarmaCoins pre anonimizáciu 1000 SarmaCoins + This option is moderately fast and will cost about 0.05 DASH to anonymize 1000 DASH + Táto možnosť je stredne rýchla bude stáť približne 0.05 DASH pre anonimizáciu 1000 DASH - 0.1 SarmaCoins per 1000 SarmaCoins you anonymize. - 0.1 SarmaCoins za 1000 SarmaCoins ktoré spravíte anonymnými. + 0.1 DASH per 1000 DASH you anonymize. + 0.1 DASH za 1000 DASH ktoré spravíte anonymnými. This is the slowest and most secure option. Using maximum anonymity will cost @@ -895,16 +895,16 @@ Adresa: %4 Konfigurácia Darksend - Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening SarmaCoins's configuration screen. - Darksend bol úspešne nastavený na základnú hodnotu (%1 a 2 kolá). Toto nastavenie môžete kedykoľvek zmeniť otvorením konfiguračnej obrazovky SarmaCoins. + Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend bol úspešne nastavený na základnú hodnotu (%1 a 2 kolá). Toto nastavenie môžete kedykoľvek zmeniť otvorením konfiguračnej obrazovky Dash. - Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening SarmaCoins's configuration screen. - Darksend bol úspešne nastavený na vysokú hodnotu (%1 a 8 kôl). Toto nastavenie môžete kedykoľvek zmeniť otvorením konfiguračnej obrazovky SarmaCoins. + Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend bol úspešne nastavený na vysokú hodnotu (%1 a 8 kôl). Toto nastavenie môžete kedykoľvek zmeniť otvorením konfiguračnej obrazovky Dash. - Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening SarmaCoins's configuration screen. - Darksend bol úspešne nastavený na maximálnu hodnotu (%1 a 16 kôl). Toto nastavenie môžete kedykoľvek zmeniť otvorením konfiguračnej obrazovky SarmaCoins. + Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend bol úspešne nastavený na maximálnu hodnotu (%1 a 16 kôl). Toto nastavenie môžete kedykoľvek zmeniť otvorením konfiguračnej obrazovky Dash. @@ -946,8 +946,8 @@ Adresa: %4 Upraviť odosielaciu adresu - The entered address "%1" is not a valid SarmaCoins address. - Zadaná adresa "%1" nie je platná SarmaCoins adresa. + The entered address "%1" is not a valid Dash address. + Zadaná adresa "%1" nie je platná Dash adresa. The entered address "%1" is already in the address book. @@ -988,8 +988,8 @@ Adresa: %4 HelpMessageDialog - SarmaCoins Core - SarmaCoins Core + Dash Core + Dash Core version @@ -1000,8 +1000,8 @@ Adresa: %4 (%1-bit) - About SarmaCoins Core - O SarmaCoins Core + About Dash Core + O Dash Core Command-line options @@ -1047,16 +1047,16 @@ Adresa: %4 Vitajte - Welcome to SarmaCoins Core. - Vitajte v SarmaCoins Core. + Welcome to Dash Core. + Vitajte v Dash Core. - As this is the first time the program is launched, you can choose where SarmaCoins Core will store its data. - Keďže toto je prvý krát čo spúšťate tento program, môžete vybrať kam bude SarmaCoins Core ukladať svoje dáta. + As this is the first time the program is launched, you can choose where Dash Core will store its data. + Keďže toto je prvý krát čo spúšťate tento program, môžete vybrať kam bude Dash Core ukladať svoje dáta. - SarmaCoins Core will download and store a copy of the SarmaCoins block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - SarmaCoins Core stiahne a uloží kópiu reťazca blokov SarmaCoins. Pri najmenej %1GB dát bude uložených v tejto zložke and bude ďalej rásť. Peňaženka bude tiež uložená v tejto zložke. + Dash Core will download and store a copy of the Dash block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + Dash Core stiahne a uloží kópiu reťazca blokov Dash. Pri najmenej %1GB dát bude uložených v tejto zložke and bude ďalej rásť. Peňaženka bude tiež uložená v tejto zložke. Use the default data directory @@ -1067,8 +1067,8 @@ Adresa: %4 Použiť vlastný dátový adresár: - SarmaCoins Core - SarmaCoins Core + Dash Core + Dash Core Error: Specified data directory "%1" cannot be created. @@ -1121,12 +1121,12 @@ Adresa: %4 &Hlavné - Automatically start SarmaCoins after logging in to the system. - Automaticky spustiť SarmaCoins po prihlásení do systému. + Automatically start Dash after logging in to the system. + Automaticky spustiť Dash po prihlásení do systému. - &Start SarmaCoins on system login - &Spusť SarmaCoins po prihlásení do systému + &Start Dash on system login + &Spusť Dash po prihlásení do systému Size of &database cache @@ -1153,8 +1153,8 @@ Adresa: %4 Táto suma slúži ako hranica pre vypnutie Darksend akonáhle je dosiahnutá - Amount of SarmaCoins to keep anonymized - Suma SarmaCoins ktorú držať anonymne + Amount of Dash to keep anonymized + Suma Dash ktorú držať anonymne W&allet @@ -1173,8 +1173,8 @@ Adresa: %4 Povoliť prichádzajúce spojenia - Connect to the SarmaCoins network through a SOCKS5 proxy. - Pripojiť sa do siete SarmaCoins cez proxy SOCKS5. + Connect to the Dash network through a SOCKS5 proxy. + Pripojiť sa do siete Dash cez proxy SOCKS5. &Connect through SOCKS5 proxy (default proxy): @@ -1205,8 +1205,8 @@ Adresa: %4 Sieť - Automatically open the SarmaCoins client port on the router. This only works when your router supports UPnP and it is enabled. - Automaticky otvoriť na smerovači port pre SarmaCoins klient. Toto funguje iba ak Váš smerovač podporuje UPnP a je povolené + Automatically open the Dash client port on the router. This only works when your router supports UPnP and it is enabled. + Automaticky otvoriť na smerovači port pre Dash klient. Toto funguje iba ak Váš smerovač podporuje UPnP a je povolené Map port using &UPnP @@ -1257,14 +1257,14 @@ Adresa: %4 Jazyk užívateľského rozhrania: - The user interface language can be set here. This setting will take effect after restarting SarmaCoins. - Tu môžete nastaviť jazyk používateľského prostredia. Toto nastavenie sa prejaví po reštartovaní SarmaCoins. + The user interface language can be set here. This setting will take effect after restarting Dash. + Tu môžete nastaviť jazyk používateľského prostredia. Toto nastavenie sa prejaví po reštartovaní Dash. Language missing or translation incomplete? Help contributing translations here: -https://www.transifex.com/projects/p/SarmaCoins/ +https://www.transifex.com/projects/p/dash/ Chýbajúci alebo nekompletný preklad? Pomôžte nám tu: -https://www.transifex.com/projects/p/SarmaCoins/ +https://www.transifex.com/projects/p/dash/ User Interface Theme: @@ -1346,8 +1346,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Forma - The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. - Zobrazené informácie môžu byť zastaralé. Vaša peňaženka sa automaticky zosynchronizuje so sieťou SarmaCoins akonáhle nadviaže spojenie, avšak tento proces ešte nebol dokončený. + The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. + Zobrazené informácie môžu byť zastaralé. Vaša peňaženka sa automaticky zosynchronizuje so sieťou Dash akonáhle nadviaže spojenie, avšak tento proces ešte nebol dokončený. Available: @@ -1430,8 +1430,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Čiastka a kolá: - 0 SarmaCoins / 0 Rounds - 0 SarmaCoins / 0 Kôl + 0 DASH / 0 Rounds + 0 DASH / 0 Kôl Submitted Denom: @@ -1567,8 +1567,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Chyba pri vyžiadaní platby - Cannot start SarmaCoins: click-to-pay handler - SarmaCoins sa nedá spustiť: click-to-pay handler + Cannot start dash: click-to-pay handler + Dash sa nedá spustiť: click-to-pay handler URI handling @@ -1587,8 +1587,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Neplatná adresa platby %1 - URI cannot be parsed! This can be caused by an invalid SarmaCoins address or malformed URI parameters. - URI sa nedá analyzovať! Toto môže byť spôsobené neplatnou SarmaCoins adresou, alebo nesprávnym tvarom URI parametrov. + URI cannot be parsed! This can be caused by an invalid Dash address or malformed URI parameters. + URI sa nedá analyzovať! Toto môže byť spôsobené neplatnou Dash adresou, alebo nesprávnym tvarom URI parametrov. Payment request file cannot be read! This can be caused by an invalid payment request file. @@ -1673,8 +1673,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Suma - Enter a SarmaCoins address (e.g. %1) - Zadajte SarmaCoins adresu (e.g. %1) + Enter a Dash address (e.g. %1) + Zadajte Dash adresu (e.g. %1) %1 d @@ -1763,8 +1763,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Počet pripojení - Open the SarmaCoins debug log file from the current data directory. This can take a few seconds for large log files. - Otvoriť denník ladenia SarmaCoins zo súčastného adresára. Môže trvať niekoľko sekúnd ak je súbor veľký. + Open the Dash debug log file from the current data directory. This can take a few seconds for large log files. + Otvoriť denník ladenia Dash zo súčastného adresára. Môže trvať niekoľko sekúnd ak je súbor veľký. &Open @@ -1971,8 +1971,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Von: - Welcome to the SarmaCoins RPC console. - Vitajte v konzole SarmaCoins RPC + Welcome to the Dash RPC console. + Vitajte v konzole Dash RPC Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -2034,8 +2034,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Znovu použiť jestvujúcu prijímaciu adresu (neodporúča sa) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the SarmaCoins network. - Pripojiť ku vyžiadanej platbe voliteľnú správu, ktorá sa zobrazí, keď bude žiadosť otvorená. Poznámka: Správa nebude poslaná spolu s platbou cez sieť SarmaCoins. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dash network. + Pripojiť ku vyžiadanej platbe voliteľnú správu, ktorá sa zobrazí, keď bude žiadosť otvorená. Poznámka: Správa nebude poslaná spolu s platbou cez sieť Dash. &Message: @@ -2046,8 +2046,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Voliteľný popis ktorý sa pridá k tejto novej prijímajúcej adrese. - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the SarmaCoins network. - Pripojiť ku vyžiadanej platbe voliteľnú správu, ktorá sa zobrazí, keď bude žiadosť otvorená. <br>Poznámka: Správa nebude poslaná spolu s platbou cez sieť SarmaCoins. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Dash network. + Pripojiť ku vyžiadanej platbe voliteľnú správu, ktorá sa zobrazí, keď bude žiadosť otvorená. <br>Poznámka: Správa nebude poslaná spolu s platbou cez sieť Dash. Use this form to request payments. All fields are <b>optional</b>. @@ -2291,8 +2291,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Ak je vlastný poplatok nastavený na 1000 duffov a transakcia je len 250 bytov, v tom prípade "za kilobajt" zaplatí iba 250 duffov na poplatkoch, <br />zatiaľ čo "celkovo pri najmenšom" zaplatí 1000 duffov. Pre transakcie väčšie ako jeden kilobajt, obe zaplatia rovnako za kilobajt. - Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for SarmaCoins transactions than the network can process. - Platenie minimálneho poplatku je v poriadku pokiaľ je objem transakcií menší ako je miesto v bloku. <br />Buďte opatrný pretože to môže skončiť s nikdy nepotvrdenými transakciami, akonáhle je dopyt po SarmaCoins transakciách väčší ako dokáže sieť SarmaCoins spracovať. + Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for dash transactions than the network can process. + Platenie minimálneho poplatku je v poriadku pokiaľ je objem transakcií menší ako je miesto v bloku. <br />Buďte opatrný pretože to môže skončiť s nikdy nepotvrdenými transakciami, akonáhle je dopyt po Dash transakciách väčší ako dokáže sieť Dash spracovať. per kilobyte @@ -2495,8 +2495,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Platiť iba minimálny poplatok %1 - Warning: Invalid SarmaCoins address - Upozornenie: Neplatná SarmaCoins adresa + Warning: Invalid Dash address + Upozornenie: Neplatná Dash adresa Warning: Unknown change address @@ -2518,8 +2518,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Zapla&tiť: - The SarmaCoins address to send the payment to - SarmaCoins adresa pre poslanie platby + The Dash address to send the payment to + Dash adresa pre poslanie platby Choose previously used address @@ -2558,8 +2558,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Správa: - A message that was attached to the SarmaCoins: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the SarmaCoins network. - Správa ktorá bola pripojená ku SarmaCoins: URI ktorá sa uchová spolu s transakciou pre Vašu referenciu. Poznámka: Táto správa nebude poslaná cez sieť SarmaCoins. + A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network. + Správa ktorá bola pripojená ku dash: URI ktorá sa uchová spolu s transakciou pre Vašu referenciu. Poznámka: Táto správa nebude poslaná cez sieť Dash. This is an unverified payment request. @@ -2585,8 +2585,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ ShutdownWindow - SarmaCoins Core is shutting down... - SarmaCoins core sa vypína... + Dash Core is shutting down... + Dash core sa vypína... Do not shut down the computer until this window disappears. @@ -2608,8 +2608,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Môžete podpísať správy svojou adresou a dokázať, že ju vlastníte. Buďte opatrní a podpíšte len prehlásenia s ktorými plne súhlasíte, nakoľko útoky typu "phishing" Vás môžu lákať k ich podpísaniu. - The SarmaCoins address to sign the message with - SarmaCoins adresa na podpísanie správy + The Dash address to sign the message with + Dash adresa na podpísanie správy Choose previously used address @@ -2640,8 +2640,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Kopírovať práve zvolenú adresu do systémového klipbordu - Sign the message to prove you own this SarmaCoins address - Podpísať spravu aby ste dokázali, že vlastníte túto SarmaCoins adresu + Sign the message to prove you own this Dash address + Podpísať spravu aby ste dokázali, že vlastníte túto Dash adresu Sign &Message @@ -2664,12 +2664,12 @@ https://www.transifex.com/projects/p/SarmaCoins/ Vložte podpisovaciu adresu, správu (uistite sa, že kopírujete ukončenia riadkov, medzery, odrážky, atď. presne) a podpis pod to na overenie adresy. Buďte opatrní a nečítajte ako podpísané viac než je v samotnej podpísanej správe a môžete sa tak vyhnúť podvodu mitm útokom. - The SarmaCoins address the message was signed with - Adresa SarmaCoins s ktorou bola podpísaná správa + The Dash address the message was signed with + Adresa Dash s ktorou bola podpísaná správa - Verify the message to ensure it was signed with the specified SarmaCoins address - Overiť správu pre uistenie, že bola podpísaná zadanou SarmaCoins adresou + Verify the message to ensure it was signed with the specified Dash address + Overiť správu pre uistenie, že bola podpísaná zadanou Dash adresou Verify &Message @@ -2735,8 +2735,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ SplashScreen - SarmaCoins Core - SarmaCoins Core + Dash Core + Dash Core Version %1 @@ -2747,8 +2747,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Vývojári jadra Bitcoin - The SarmaCoins Core developers - Vývojári SarmaCoins Core + The Dash Core developers + Vývojári Dash Core [testnet] @@ -3275,8 +3275,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Poslať Bitcoins - InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 SarmaCoins. - InstantX zatiaľ nepodporuje posielanie takto vysokých čiastok. Transakcie sú limitované na %1 SarmaCoins. + InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 DASH. + InstantX zatiaľ nepodporuje posielanie takto vysokých čiastok. Transakcie sú limitované na %1 DASH. @@ -3319,14 +3319,14 @@ https://www.transifex.com/projects/p/SarmaCoins/ - SarmaCoins-core + dash-core Bind to given address and always listen on it. Use [host]:port notation for IPv6 Spojiť s danou adresou a vždy na nej počúvať. Použite zápis [host]:port pre IPv6 - Cannot obtain a lock on data directory %s. SarmaCoins Core is probably already running. - Nedá sa zamknúť dátový adresár %s. SarmaCoins Core už pravdepodobne beží. + Cannot obtain a lock on data directory %s. Dash Core is probably already running. + Nedá sa zamknúť dátový adresár %s. Dash Core už pravdepodobne beží. Darksend uses exact denominated amounts to send funds, you might simply need to anonymize some more coins. @@ -3381,16 +3381,16 @@ https://www.transifex.com/projects/p/SarmaCoins/ Toto je predbežná testovacia zostava - používate na vlastné riziko - nepoužívajte na ťaženie alebo obchodné aplikácie - Unable to bind to %s on this computer. SarmaCoins Core is probably already running. - Nedá sa viazať ku %s na tomto počítači. SarmaCoins Core už pravdepodobne beží. + Unable to bind to %s on this computer. Dash Core is probably already running. + Nedá sa viazať ku %s na tomto počítači. Dash Core už pravdepodobne beží. Unable to locate enough Darksend denominated funds for this transaction. Nedá sa nájsť dostatok denominácií Darksend pre túto transakciu. - Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 SarmaCoins. - Nedá sa nájsť dostatok ne-denominovaných Darksend zdrojov pre túto transakciu, ktoré nie sú rovné 1000 SarmaCoins. + Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 DASH. + Nedá sa nájsť dostatok ne-denominovaných Darksend zdrojov pre túto transakciu, ktoré nie sú rovné 1000 DASH. Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. @@ -3613,8 +3613,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Vymazať všetky transakcie z peňaženky a pri spustení znova získať z reťazca blokov iba tie získané pomocou -rescan - Disable all SarmaCoins specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) - Vypnúť všetky funkcie špecifické pre SarmaCoins (Masternode, Darksend, InstantX, Rozpočty) (0-1, predvolené: %u) + Disable all Dash specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) + Vypnúť všetky funkcie špecifické pre Dash (Masternode, Darksend, InstantX, Rozpočty) (0-1, predvolené: %u) Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. @@ -3633,12 +3633,12 @@ https://www.transifex.com/projects/p/SarmaCoins/ Chyba: Nájdený nepodporovaný argument -socks. Nastavenie SOCKS verzie nie je už možné, podporované sú už iba proxy SOCKS5. - Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for relaying (default: %s) - Poplatky (v SarmaCoins za Kb) menšie ako toto, sú považované za nulový poplatok pre prenos (predvolené: %s) + Fees (in DASH/Kb) smaller than this are considered zero fee for relaying (default: %s) + Poplatky (v DASH za Kb) menšie ako toto, sú považované za nulový poplatok pre prenos (predvolené: %s) - Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for transaction creation (default: %s) - Poplatky (v SarmaCoins za Kb) menšie ako toto, sú považované za nulový transakčný poplatok (predvolené: %s) + Fees (in DASH/Kb) smaller than this are considered zero fee for transaction creation (default: %s) + Poplatky (v DASH za Kb) menšie ako toto, sú považované za nulový transakčný poplatok (predvolené: %s) Flush database activity from memory pool to disk log every <n> megabytes (default: %u) @@ -3709,32 +3709,32 @@ https://www.transifex.com/projects/p/SarmaCoins/ Tento produkt obsahuje softvér vyvinutý projektom OpenSSL pre použitie sady nástrojov OpenSSL <https://www.openssl.org/> a kryptografického softvéru napísaného Eric Young a UPnP softvér napísaný Thomas Bernard. - To use SarmaCoinsd, or the -server option to SarmaCoins-qt, you must set an rpcpassword in the configuration file: + To use dashd, or the -server option to dash-qt, you must set an rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=SarmaCoinsrpc +rpcuser=dashrpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com - Pre použitie možnosti -server pre SarmaCoins-qt, musíte nastaviť rpcpassword v konfiguračnom súbore: + Pre použitie možnosti -server pre dash-qt, musíte nastaviť rpcpassword v konfiguračnom súbore: %s Doporučuje sa použiť nasledovné náhodné heslo: -rpcuser=SarmaCoinsrpc +rpcuser=dashrpc rpcpassword=%s (toto heslo si nemusíte pamätať) Používateľské meno a heslo NEMÔŽU byť rovnaké. Ak súbor neexistuje, vytvoriť na nastaviť práva tak aby ho mohol čítať iba vlastník. Tiež sa doporučuje nastaviť alertnotify, aby ste boli upozornený na problém, -napríklad: alertnotify=echo %%s | mail -s "SarmaCoins Upozornenie" admin@foo.com +napríklad: alertnotify=echo %%s | mail -s "Dash Upozornenie" admin@foo.com - Unable to locate enough funds for this transaction that are not equal 1000 SarmaCoins. - Nenašiel sa dostatok prostriedkov pre túto transakciu, ktorú nie sú rovné 1000 SarmaCoins. + Unable to locate enough funds for this transaction that are not equal 1000 DASH. + Nenašiel sa dostatok prostriedkov pre túto transakciu, ktorú nie sú rovné 1000 DASH. Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) @@ -3745,8 +3745,8 @@ napríklad: alertnotify=echo %%s | mail -s "SarmaCoins Upozornenie" admin@foo.co Upozornenie: -maxtxfee je nastavené príliš vysoko! Takto vysoké poplatky by mali byť zaplatené za jednu transakciu. - Warning: Please check that your computer's date and time are correct! If your clock is wrong SarmaCoins Core will not work properly. - Upozornenie: Skontrolujte si prosím či máte správny čas a dátum na Vašom počítači. Ak je Vaše nastavenie zlé, SarmaCoins Core nebude pracovať správne. + Warning: Please check that your computer's date and time are correct! If your clock is wrong Dash Core will not work properly. + Upozornenie: Skontrolujte si prosím či máte správny čas a dátum na Vašom počítači. Ak je Vaše nastavenie zlé, Dash Core nebude pracovať správne. Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. @@ -3799,8 +3799,8 @@ napríklad: alertnotify=echo %%s | mail -s "SarmaCoins Upozornenie" admin@foo.co Autorské práva (C) 2009-%i Vývojári jadra Bitcoin - Copyright (C) 2014-%i The SarmaCoins Core Developers - Autorské práva (C) 2014-%i Vývojári jadra SarmaCoins + Copyright (C) 2014-%i The Dash Core Developers + Autorské práva (C) 2014-%i Vývojári jadra Dash Could not parse -rpcbind value %s as network address @@ -3831,8 +3831,8 @@ napríklad: alertnotify=echo %%s | mail -s "SarmaCoins Upozornenie" admin@foo.co Chyba pripojenia k Masternode. - Error loading wallet.dat: Wallet requires newer version of SarmaCoins Core - Chyba pri načítaní wallet.dat: Peňaženka vyžaduje novšiu verziu SarmaCoins Core + Error loading wallet.dat: Wallet requires newer version of Dash Core + Chyba pri načítaní wallet.dat: Peňaženka vyžaduje novšiu verziu Dash Core Error: A fatal internal error occured, see debug.log for details @@ -3847,8 +3847,8 @@ napríklad: alertnotify=echo %%s | mail -s "SarmaCoins Upozornenie" admin@foo.co Chyba: nájdený nepodporovaný argument -tor, použite -onion. - Fee (in SarmaCoins/kB) to add to transactions you send (default: %s) - Pridať poplatok (v SarmaCoins za kB) do transakcií ktoré posielate (predvolené: %s) + Fee (in DASH/kB) to add to transactions you send (default: %s) + Pridať poplatok (v DASH za kB) do transakcií ktoré posielate (predvolené: %s) Finalizing transaction. @@ -3903,8 +3903,8 @@ napríklad: alertnotify=echo %%s | mail -s "SarmaCoins Upozornenie" admin@foo.co Informácia - Initialization sanity check failed. SarmaCoins Core is shutting down. - Inicializácia kontroly zdravia zlyhala. SarmaCoins Core sa vypína. + Initialization sanity check failed. Dash Core is shutting down. + Inicializácia kontroly zdravia zlyhala. Dash Core sa vypína. Input is not valid. @@ -4155,8 +4155,8 @@ napríklad: alertnotify=echo %%s | mail -s "SarmaCoins Upozornenie" admin@foo.co Použiť UPnP pre mapovanie počúvajúceho portu (predvolené: %u) - Wallet needed to be rewritten: restart SarmaCoins Core to complete - Bolo potrebné prepísať peňaženku: k dokončeniu reštartujte SarmaCoins Core + Wallet needed to be rewritten: restart Dash Core to complete + Bolo potrebné prepísať peňaženku: k dokončeniu reštartujte Dash Core Warning: Unsupported argument -benchmark ignored, use -debug=bench. @@ -4215,8 +4215,8 @@ napríklad: alertnotify=echo %%s | mail -s "SarmaCoins Upozornenie" admin@foo.co Kľúč KeePassHttp pre šifrovanú AES komunikáciu s KeePass - Keep N SarmaCoins anonymized (default: %u) - Udržiavať N SarmaCoins anonymizovaných (predvolené: %u) + Keep N DASH anonymized (default: %u) + Udržiavať N DASH anonymizovaných (predvolené: %u) Keep at most <n> unconnectable transactions in memory (default: %u) diff --git a/src/qt/locale/dash_sv.ts b/src/qt/locale/dash_sv.ts index 5992d991d83c7..cdbd2ad6179c7 100644 --- a/src/qt/locale/dash_sv.ts +++ b/src/qt/locale/dash_sv.ts @@ -58,12 +58,12 @@ Mottagaradresser - These are your SarmaCoins addresses for sending payments. Always check the amount and the receiving address before sending coins. - De här är dina SarmaCoins-adresser för att skicka betalningar. Kontrollera alltid mängden och mottagaradressen innan du skickar mynt. + These are your Dash addresses for sending payments. Always check the amount and the receiving address before sending coins. + De här är dina Dash-adresser för att skicka betalningar. Kontrollera alltid mängden och mottagaradressen innan du skickar mynt. - These are your SarmaCoins addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - De här är dina SarmaCoins-adresser för betalningsmottagningar. Det rekommenderas att använda en ny mottagaradress för varje transaktion. + These are your Dash addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + De här är dina Dash-adresser för betalningsmottagningar. Det rekommenderas att använda en ny mottagaradress för varje transaktion. &Copy Address @@ -164,8 +164,8 @@ Bekräfta plånbokskryptering - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR SarmaCoins</b>! - Varning: Om du krypterar din plånbok och förlorar din lösenfras kommer du att <b>FÖRLORA ALLA DINA SarmaCoins</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR DASH</b>! + Varning: Om du krypterar din plånbok och förlorar din lösenfras kommer du att <b>FÖRLORA ALLA DINA DASH</b>! Are you sure you wish to encrypt your wallet? @@ -176,8 +176,8 @@ Plånbok krypterad - SarmaCoins will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your SarmaCoinss from being stolen by malware infecting your computer. - SarmaCoins kommer nu att färdigställa krypteringsprocessen. Kom ihåg att krypteringen av din plånbok inte kan skydda dig helt och hållet från att dina SarmaCoins stjäls av skadeprogram som har infekterat din dator. + Dash will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your dashs from being stolen by malware infecting your computer. + Dash kommer nu att färdigställa krypteringsprocessen. Kom ihåg att krypteringen av din plånbok inte kan skydda dig helt och hållet från att dina Dash stjäls av skadeprogram som har infekterat din dator. IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. @@ -219,8 +219,8 @@ BitcoinGUI - SarmaCoins Core - SarmaCoins Core + Dash Core + Dash Core @@ -244,16 +244,16 @@ &Skicka - Send coins to a SarmaCoins address - Skicka mynt till en SarmaCoins-adress + Send coins to a Dash address + Skicka mynt till en Dash-adress &Receive &Motta - Request payments (generates QR codes and SarmaCoins: URIs) - Begär betalningar (genererar QR-koder och SarmaCoins:-URI:s) + Request payments (generates QR codes and dash: URIs) + Begär betalningar (genererar QR-koder och Dash:-URI:s) &Transactions @@ -272,8 +272,8 @@ Avsluta applikationen - &About SarmaCoins Core - &Om SarmaCoins Core + &About Dash Core + &Om Dash Core About &Qt @@ -288,8 +288,8 @@ &Alternativ... - Modify configuration options for SarmaCoins - Anpassa konfigurationsalternatv för SarmaCoins + Modify configuration options for Dash + Anpassa konfigurationsalternatv för Dash &Show / Hide @@ -340,16 +340,16 @@ Signera &meddelande... - Sign messages with your SarmaCoins addresses to prove you own them - Signera meddelanden med dina SarmaCoins-adresser för att bevisa att du äger dem + Sign messages with your Dash addresses to prove you own them + Signera meddelanden med dina Dash-adresser för att bevisa att du äger dem &Verify message... &Bekräfta meddelande... - Verify messages to ensure they were signed with specified SarmaCoins addresses - Bekräfta meddelanden för att garantera att de signerades med de angivna SarmaCoins-adresserna + Verify messages to ensure they were signed with specified Dash addresses + Bekräfta meddelanden för att garantera att de signerades med de angivna Dash-adresserna &Information @@ -404,16 +404,16 @@ Öppna &URI... - Open a SarmaCoins: URI or payment request - Öppna en SarmaCoins-URI eller betalningsbegäran + Open a dash: URI or payment request + Öppna en Dash-URI eller betalningsbegäran &Command-line options &Kommandoradalternativ - Show the SarmaCoins Core help message to get a list with possible SarmaCoins command-line options - Visa SarmaCoins Core-hjälpmeddelandet för att få en lista med möjliga SarmaCoins-kommandoradalternativ + Show the Dash Core help message to get a list with possible Dash command-line options + Visa Dash Core-hjälpmeddelandet för att få en lista med möjliga Dash-kommandoradalternativ &File @@ -758,28 +758,28 @@ Adress: %4 Vänligen välj en integritetsnivå. - Use 2 separate masternodes to mix funds up to 1000 SarmaCoins - Använd 2 enskilda masternoder för att mixa medel upp till 1000 SarmaCoins + Use 2 separate masternodes to mix funds up to 1000 DASH + Använd 2 enskilda masternoder för att mixa medel upp till 1000 DASH - Use 8 separate masternodes to mix funds up to 1000 SarmaCoins - Använd 8 enskilda masternoder för att mixa medel upp till 1000 SarmaCoins. + Use 8 separate masternodes to mix funds up to 1000 DASH + Använd 8 enskilda masternoder för att mixa medel upp till 1000 DASH. Use 16 separate masternodes Använd 16 enskilda masternoder - This option is the quickest and will cost about ~0.025 SarmaCoins to anonymize 1000 SarmaCoins - Detta alternativ är det snabbaste och kommer att kosta omkring ~0,025 SarmaCoins för att anonymisera 1000 SarmaCoins + This option is the quickest and will cost about ~0.025 DASH to anonymize 1000 DASH + Detta alternativ är det snabbaste och kommer att kosta omkring ~0,025 DASH för att anonymisera 1000 DASH - This option is moderately fast and will cost about 0.05 SarmaCoins to anonymize 1000 SarmaCoins - Detta alternativ är relativt snabbt och kommer att kosta omkring 0,05 SarmaCoins för att anonymisera 1000 SarmaCoins + This option is moderately fast and will cost about 0.05 DASH to anonymize 1000 DASH + Detta alternativ är relativt snabbt och kommer att kosta omkring 0,05 DASH för att anonymisera 1000 DASH - 0.1 SarmaCoins per 1000 SarmaCoins you anonymize. - 0,1 SarmaCoins per 1000 SarmaCoins du anonymiserar. + 0.1 DASH per 1000 DASH you anonymize. + 0,1 DASH per 1000 DASH du anonymiserar. This is the slowest and most secure option. Using maximum anonymity will cost @@ -790,16 +790,16 @@ Adress: %4 Darksend-konfiguration - Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening SarmaCoins's configuration screen. - Darksend ställdes framgångsrikt om till grundläggande (%1 och 2 omgångar). Du kan ändra detta när som helst genom att öppna SarmaCoins:s konfigurationsskärm. + Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend ställdes framgångsrikt om till grundläggande (%1 och 2 omgångar). Du kan ändra detta när som helst genom att öppna Dash:s konfigurationsskärm. - Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening SarmaCoins's configuration screen. - Darksend ställdes framgångsrikt in på hög (%1 och 8 omgångar). Du kan ändra detta när som helst genom att öppna SarmaCoins:s konfigurationsskärm. + Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend ställdes framgångsrikt in på hög (%1 och 8 omgångar). Du kan ändra detta när som helst genom att öppna Dash:s konfigurationsskärm. - Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening SarmaCoins's configuration screen. - Darksend ställdes framgångsrikt in på maximal (%1 och 16 omgångar). Du kan ändra detta när som helst genom att öppna SarmaCoins:s konfigurationsskärm + Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend ställdes framgångsrikt in på maximal (%1 och 16 omgångar). Du kan ändra detta när som helst genom att öppna Dash:s konfigurationsskärm @@ -841,8 +841,8 @@ Adress: %4 Redigera avsändaradress - The entered address "%1" is not a valid SarmaCoins address. - Den angivna adressen "%1" är inte en giltig SarmaCoins-adress. + The entered address "%1" is not a valid Dash address. + Den angivna adressen "%1" är inte en giltig Dash-adress. The entered address "%1" is already in the address book. @@ -883,8 +883,8 @@ Adress: %4 HelpMessageDialog - SarmaCoins Core - SarmaCoins Core + Dash Core + Dash Core @@ -931,16 +931,16 @@ Adress: %4 Välkommen - Welcome to SarmaCoins Core. - Välkommen till SarmaCoins Core. + Welcome to Dash Core. + Välkommen till Dash Core. - As this is the first time the program is launched, you can choose where SarmaCoins Core will store its data. - Då detta är första gången programmet startas kan du välja var SarmaCoins Core ska lagra sin data. + As this is the first time the program is launched, you can choose where Dash Core will store its data. + Då detta är första gången programmet startas kan du välja var Dash Core ska lagra sin data. - SarmaCoins Core will download and store a copy of the SarmaCoins block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - SarmaCoins Core kommer att laddas ned och lagra en kopia av SarmaCoins:s blockkedja. Minst %1 GB data kommer att lagras i denna katalog och den kommer att växa med tiden. Plånboken kommer också att lagras i denna katalog. + Dash Core will download and store a copy of the Dash block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + Dash Core kommer att laddas ned och lagra en kopia av Dash:s blockkedja. Minst %1 GB data kommer att lagras i denna katalog och den kommer att växa med tiden. Plånboken kommer också att lagras i denna katalog. Use the default data directory @@ -989,12 +989,12 @@ Adress: %4 &Huvud - Automatically start SarmaCoins after logging in to the system. - Starta SarmaCoins automatiskt efter systeminloggning. + Automatically start Dash after logging in to the system. + Starta Dash automatiskt efter systeminloggning. - &Start SarmaCoins on system login - &Starta SarmaCoins vid systeminloggning + &Start Dash on system login + &Starta Dash vid systeminloggning Size of &database cache @@ -1021,8 +1021,8 @@ Adress: %4 Denna mängd fungerar som en tröskel att stänga av Darksend då det har uppnåtts. - Amount of SarmaCoins to keep anonymized - Mängd SarmaCoins att bibehålla anonymiserade + Amount of Dash to keep anonymized + Mängd Dash att bibehålla anonymiserade W&allet @@ -1049,8 +1049,8 @@ Adress: %4 &Nätverk - Automatically open the SarmaCoins client port on the router. This only works when your router supports UPnP and it is enabled. - Öppna SarmaCoins:s klientport automatiskt på routern. Detta fungerar bara om din router stöder UPnP och är aktiverad. + Automatically open the Dash client port on the router. This only works when your router supports UPnP and it is enabled. + Öppna Dash:s klientport automatiskt på routern. Detta fungerar bara om din router stöder UPnP och är aktiverad. Map port using &UPnP @@ -1101,14 +1101,14 @@ Adress: %4 Användargränssnitt&språk: - The user interface language can be set here. This setting will take effect after restarting SarmaCoins. - Användargränssnittspråket kan ställas in här. Denna inställning träder i kraft efter att SarmaCoins startats om. + The user interface language can be set here. This setting will take effect after restarting Dash. + Användargränssnittspråket kan ställas in här. Denna inställning träder i kraft efter att Dash startats om. Language missing or translation incomplete? Help contributing translations here: -https://www.transifex.com/projects/p/SarmaCoins/ +https://www.transifex.com/projects/p/dash/ Fattas språk eller är det en ofullständig översättning? Hjälp till att bidra med översättningar här: -https://www.transifex.com/projects/p/SarmaCoins/ +https://www.transifex.com/projects/p/dash/ &Unit to show amounts in: @@ -1182,8 +1182,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Formulär - The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. - Den visade informationen kan vara utdaterad. Din plånbok synkroniseras automatiskt med SarmaCoins-nätverket efter att en anslutning har etablerats men denna process har ännu inte slutförts. + The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. + Den visade informationen kan vara utdaterad. Din plånbok synkroniseras automatiskt med Dash-nätverket efter att en anslutning har etablerats men denna process har ännu inte slutförts. Available: @@ -1238,8 +1238,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Mängd och omgångar: - 0 SarmaCoins / 0 Rounds - 0 SarmaCoins/0 omgångar + 0 DASH / 0 Rounds + 0 DASH/0 omgångar Submitted Denom: @@ -1335,8 +1335,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Fel vid betalningsbegäran - Cannot start SarmaCoins: click-to-pay handler - Kan inte starta SarmaCoins: klicka-för-att-betala hanterare + Cannot start dash: click-to-pay handler + Kan inte starta dash: klicka-för-att-betala hanterare URI handling @@ -1435,8 +1435,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Antal anslutningar - Open the SarmaCoins debug log file from the current data directory. This can take a few seconds for large log files. - Öppna SarmaCoinss avsökningsloggfil från den nuvarande datakatalogen. Detta kan ta ett par sekunder för stora loggfiler. + Open the Dash debug log file from the current data directory. This can take a few seconds for large log files. + Öppna Dashs avsökningsloggfil från den nuvarande datakatalogen. Detta kan ta ett par sekunder för stora loggfiler. &Open @@ -1507,8 +1507,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Ut: - Welcome to the SarmaCoins RPC console. - Välkommen till SarmaCoinss RPC-konsol. + Welcome to the Dash RPC console. + Välkommen till Dashs RPC-konsol. Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -1542,8 +1542,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Åt&eranvänd en befintlig mottagaradress (rekommenderas inte) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the SarmaCoins network. - Ett valfritt meddelande att bifoga betalningsbegärandet vilket kommer att visas när begärandet öppnas. Observera: Meddelandet kommer inte att skickas med betalningen över SarmaCoins-nätverket. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dash network. + Ett valfritt meddelande att bifoga betalningsbegärandet vilket kommer att visas när begärandet öppnas. Observera: Meddelandet kommer inte att skickas med betalningen över Dash-nätverket. &Message: @@ -1899,8 +1899,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Fel: Plånboken låstes upp enbart för att anonymisera mynt. - Warning: Invalid SarmaCoins address - Varning: Ogiltig SarmaCoins-adress + Warning: Invalid Dash address + Varning: Ogiltig Dash-adress Warning: Unknown change address @@ -1958,8 +1958,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Meddelande: - A message that was attached to the SarmaCoins: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the SarmaCoins network. - Ett meddelande som bifogades till SarmaCoins: URI vilket kommer att lagras med transaktionen så att du vet. Observera: Meddelandet kommer inte att skickas över SarmaCoins-nätverket. + A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network. + Ett meddelande som bifogades till Dash: URI vilket kommer att lagras med transaktionen så att du vet. Observera: Meddelandet kommer inte att skickas över Dash-nätverket. This is an unverified payment request. @@ -1985,8 +1985,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ ShutdownWindow - SarmaCoins Core is shutting down... - SarmaCoins Core stängs ned... + Dash Core is shutting down... + Dash Core stängs ned... Do not shut down the computer until this window disappears. @@ -2036,8 +2036,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Kopiera den nuvarande valda signaturen till systemurklippet - Sign the message to prove you own this SarmaCoins address - Signera meddelandet för att bevisa att du äger denna SarmaCoins-adress + Sign the message to prove you own this Dash address + Signera meddelandet för att bevisa att du äger denna Dash-adress Sign &Message @@ -2060,8 +2060,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Skriv in signeringsadressen, meddelandet, (försäkra dig om att du kopierar linjeavbrott, mellanslag, flikar med mera) och signera nedtill för att verifiera meddelandet. Var försiktig med att inte läsa in mer i signaturen än vad som finns i det signerade meddelandet för att undvika att bli lurad av en mellanhandattack. - Verify the message to ensure it was signed with the specified SarmaCoins address - Bekräfta meddelandet för att försäkra dig om att den signerades med den angivna SarmaCoins-adressen + Verify the message to ensure it was signed with the specified Dash address + Bekräfta meddelandet för att försäkra dig om att den signerades med den angivna Dash-adressen Verify &Message @@ -2127,8 +2127,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ SplashScreen - SarmaCoins Core - SarmaCoins Core + Dash Core + Dash Core @@ -2140,8 +2140,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Bitcoin Core-utvecklarna - The SarmaCoins Core developers - SarmaCoins Core-utvecklarna + The Dash Core developers + Dash Core-utvecklarna [testnet] @@ -2656,14 +2656,14 @@ https://www.transifex.com/projects/p/SarmaCoins/ - SarmaCoins-core + dash-core Bind to given address and always listen on it. Use [host]:port notation for IPv6 Sammanbind till fastställd adress och avlyssna alltid den. Använd [host]:port-notation för IPv6 - Cannot obtain a lock on data directory %s. SarmaCoins Core is probably already running. - Kan inte erhålla ett lås på datakatalog %s. SarmaCoins Core körs förmodligen redan. + Cannot obtain a lock on data directory %s. Dash Core is probably already running. + Kan inte erhålla ett lås på datakatalog %s. Dash Core körs förmodligen redan. Darksend uses exact denominated amounts to send funds, you might simply need to anonymize some more coins. @@ -2718,16 +2718,16 @@ https://www.transifex.com/projects/p/SarmaCoins/ Detta är en förhandsutgiven testkompilering - använd på egen risk - använd inte för utvinning eller handlarapplikationer. - Unable to bind to %s on this computer. SarmaCoins Core is probably already running. - Det går inte att binda till %s till denna dator. SarmaCoins Core körs förmodligen redan. + Unable to bind to %s on this computer. Dash Core is probably already running. + Det går inte att binda till %s till denna dator. Dash Core körs förmodligen redan. Unable to locate enough Darksend denominated funds for this transaction. Kunde inte hitta tillräckliga Darksend-denominationsmedel för denna transaktion. - Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 SarmaCoins. - Kunde inte hitta tillräckliga Darksend-icke-denominationsmedel för denna transaktion som inte är likvärdiga 1000 SarmaCoins. + Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 DASH. + Kunde inte hitta tillräckliga Darksend-icke-denominationsmedel för denna transaktion som inte är likvärdiga 1000 DASH. Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. @@ -2942,8 +2942,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Information - Initialization sanity check failed. SarmaCoins Core is shutting down. - Initialiseringstillståndkontroll misslyckades. SarmaCoins Core stängs ned. + Initialization sanity check failed. Dash Core is shutting down. + Initialiseringstillståndkontroll misslyckades. Dash Core stängs ned. Input is not valid. diff --git a/src/qt/locale/dash_vi.ts b/src/qt/locale/dash_vi.ts index 1352484ef9335..f01324ba33b75 100644 --- a/src/qt/locale/dash_vi.ts +++ b/src/qt/locale/dash_vi.ts @@ -62,12 +62,12 @@ Địa chỉ nhận - These are your SarmaCoins addresses for sending payments. Always check the amount and the receiving address before sending coins. - Đây là các địa chỉ SarmaCoins của bạn để gửi thanh toán. Luôn luôn kiểm tra số tiền và địa chỉ nhận trước khi bạn gửi tiền. + These are your Dash addresses for sending payments. Always check the amount and the receiving address before sending coins. + Đây là các địa chỉ Dash của bạn để gửi thanh toán. Luôn luôn kiểm tra số tiền và địa chỉ nhận trước khi bạn gửi tiền. - These are your SarmaCoins addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Đây là các địa chỉ SarmaCoins của bạn để nhận thanh toán. Gợi ý là sử dụng một địa chỉ nhận mới cho mỗi giao dịch. + These are your Dash addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + Đây là các địa chỉ Dash của bạn để nhận thanh toán. Gợi ý là sử dụng một địa chỉ nhận mới cho mỗi giao dịch. &Copy Address @@ -176,8 +176,8 @@ Xác nhận mã hoá ví - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR SarmaCoins</b>! - Chú ý: Nếu bạn mã hoá ví và mất mật khẩu, bạn sẽ <b>MẤT TẤT CẢ SarmaCoins CỦA BẠN</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR DASH</b>! + Chú ý: Nếu bạn mã hoá ví và mất mật khẩu, bạn sẽ <b>MẤT TẤT CẢ DASH CỦA BẠN</b>! Are you sure you wish to encrypt your wallet? @@ -188,8 +188,8 @@ Ví đã được mã hoá. - SarmaCoins will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your SarmaCoinss from being stolen by malware infecting your computer. - SarmaCoins sẽ được đóng lại bây giờ để hoàn thành tiến trình mã hoá. Hãy nhớ rằng mã hoá ví của bạn không thể hoàn toàn bảo vệ SarmaCoins khỏi bị trộm bởi những mã độc lây nhiễm vào máy tính của bạn. + Dash will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your dashs from being stolen by malware infecting your computer. + Dash sẽ được đóng lại bây giờ để hoàn thành tiến trình mã hoá. Hãy nhớ rằng mã hoá ví của bạn không thể hoàn toàn bảo vệ dash khỏi bị trộm bởi những mã độc lây nhiễm vào máy tính của bạn. IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. @@ -231,8 +231,8 @@ BitcoinGUI - SarmaCoins Core - SarmaCoins Core + Dash Core + Dash Core Wallet @@ -255,16 +255,16 @@ &Gửi - Send coins to a SarmaCoins address - Gửi tiền vào địa chỉ SarmaCoins + Send coins to a Dash address + Gửi tiền vào địa chỉ Dash &Receive &Nhận - Request payments (generates QR codes and SarmaCoins: URIs) - Yêu cầu thanh toán (sinh mã QR và SarmaCoins: URIs) + Request payments (generates QR codes and dash: URIs) + Yêu cầu thanh toán (sinh mã QR và dash: URIs) &Transactions @@ -283,12 +283,12 @@ Thoát ứng dụng - &About SarmaCoins Core - &Về SarmaCoins Core + &About Dash Core + &Về Dash Core - Show information about SarmaCoins Core - Hiển thị thông tin về SarmaCoins Core + Show information about Dash Core + Hiển thị thông tin về Dash Core About &Qt @@ -303,8 +303,8 @@ &Tuỳ chọn... - Modify configuration options for SarmaCoins - Thay đổi tuỳ chọn cấu hình cho SarmaCoins + Modify configuration options for Dash + Thay đổi tuỳ chọn cấu hình cho Dash &Show / Hide @@ -355,16 +355,16 @@ Ký vào &thông điệp... - Sign messages with your SarmaCoins addresses to prove you own them - Ký vào thông điệp với địa chỉ SarmaCoins để chứng minh bạn là chủ của chúng + Sign messages with your Dash addresses to prove you own them + Ký vào thông điệp với địa chỉ Dash để chứng minh bạn là chủ của chúng &Verify message... &Kiểm tra thông điệp... - Verify messages to ensure they were signed with specified SarmaCoins addresses - Kiểm tra thông điệp để đảm bảo rằng nó đã được ký bằng địa chỉ SarmaCoins nhất định + Verify messages to ensure they were signed with specified Dash addresses + Kiểm tra thông điệp để đảm bảo rằng nó đã được ký bằng địa chỉ Dash nhất định &Information @@ -443,16 +443,16 @@ Mở &URI... - Open a SarmaCoins: URI or payment request - Mở một SarmaCoins: URI hoặc một yêu cầu thanh toán + Open a dash: URI or payment request + Mở một dash: URI hoặc một yêu cầu thanh toán &Command-line options &Các Tuỳ chọn dòng lệnh - SarmaCoins Core client - Phần mềm SarmaCoins Core + Dash Core client + Phần mềm Dash Core Processed %n blocks of transaction history. @@ -463,8 +463,8 @@ Đang đồng bộ những dữ liệu bổ sung: %p% - Show the SarmaCoins Core help message to get a list with possible SarmaCoins command-line options - Hiển thị hướng dẫn của SarmaCoins Core để có danh sách đầy đủ các tuỳ chọn dòng lệnh của SarmaCoins. + Show the Dash Core help message to get a list with possible Dash command-line options + Hiển thị hướng dẫn của Dash Core để có danh sách đầy đủ các tuỳ chọn dòng lệnh của Dash. &File @@ -487,8 +487,8 @@ Bảng Thanh công cụ - %n active connection(s) to SarmaCoins network - %n kết nối hiện thời tới mạng lưới của SarmaCoins + %n active connection(s) to Dash network + %n kết nối hiện thời tới mạng lưới của Dash Synchronizing with network... @@ -864,28 +864,28 @@ Kiểu: %3 Hãy chọn mức độ riêng tư. - Use 2 separate masternodes to mix funds up to 1000 SarmaCoins - Sử dụng 2 masternode khác nhau để trộn số tiền lên đến 1000 SarmaCoins + Use 2 separate masternodes to mix funds up to 1000 DASH + Sử dụng 2 masternode khác nhau để trộn số tiền lên đến 1000 DASH - Use 8 separate masternodes to mix funds up to 1000 SarmaCoins - Sử dụng 8 masternode khác nhau để trộn số tiền lên đến 1000 SarmaCoins + Use 8 separate masternodes to mix funds up to 1000 DASH + Sử dụng 8 masternode khác nhau để trộn số tiền lên đến 1000 DASH Use 16 separate masternodes Sử dụng 16 masternode khác nhau - This option is the quickest and will cost about ~0.025 SarmaCoins to anonymize 1000 SarmaCoins - Tuỳ chọn này là nhanh nhất và sẽ mất chi phí khoảng ~0.025 SarmaCoins để ẩn danh 1000 SarmaCoins + This option is the quickest and will cost about ~0.025 DASH to anonymize 1000 DASH + Tuỳ chọn này là nhanh nhất và sẽ mất chi phí khoảng ~0.025 DASH để ẩn danh 1000 DASH - This option is moderately fast and will cost about 0.05 SarmaCoins to anonymize 1000 SarmaCoins - Tuỳ chọn này là tương đối nhanh và sẽ mất chi phí khoảng ~0.05 SarmaCoins để ẩn danh 1000 SarmaCoins + This option is moderately fast and will cost about 0.05 DASH to anonymize 1000 DASH + Tuỳ chọn này là tương đối nhanh và sẽ mất chi phí khoảng ~0.05 DASH để ẩn danh 1000 DASH - 0.1 SarmaCoins per 1000 SarmaCoins you anonymize. - 0.1 SarmaCoins cho mỗi 1000 SarmaCoins bạn muốn ẩn danh. + 0.1 DASH per 1000 DASH you anonymize. + 0.1 DASH cho mỗi 1000 DASH bạn muốn ẩn danh. This is the slowest and most secure option. Using maximum anonymity will cost @@ -896,16 +896,16 @@ Kiểu: %3 Cấu hình Darksend - Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening SarmaCoins's configuration screen. - Darksend được thiết lập thành công về mức cơ bản (%1 và 2 vòng). Bạn có thể thay đổi nó bất cứ thời gian nào bằng cách mở màn hình cấu hình SarmaCoins. + Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend được thiết lập thành công về mức cơ bản (%1 và 2 vòng). Bạn có thể thay đổi nó bất cứ thời gian nào bằng cách mở màn hình cấu hình Dash. - Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening SarmaCoins's configuration screen. - Darksend được thiết lập thành công về mức cao (%1 và 8 vòng). Bạn có thể thay đổi nó bất cứ thời gian nào bằng cách mở màn hình cấu hình SarmaCoins. + Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend được thiết lập thành công về mức cao (%1 và 8 vòng). Bạn có thể thay đổi nó bất cứ thời gian nào bằng cách mở màn hình cấu hình Dash. - Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening SarmaCoins's configuration screen. - Darksend được thiết lập thành công về mức tối đa (%1 và 16 vòng). Bạn có thể thay đổi nó bất cứ thời gian nào bằng cách mở màn hình cấu hình SarmaCoins. + Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend được thiết lập thành công về mức tối đa (%1 và 16 vòng). Bạn có thể thay đổi nó bất cứ thời gian nào bằng cách mở màn hình cấu hình Dash. @@ -947,8 +947,8 @@ Kiểu: %3 Sửa địa chỉ gửi - The entered address "%1" is not a valid SarmaCoins address. - Địa chỉ vừa nhập "%1" không phải địa chỉ SarmaCoins hợp lệ. + The entered address "%1" is not a valid Dash address. + Địa chỉ vừa nhập "%1" không phải địa chỉ Dash hợp lệ. The entered address "%1" is already in the address book. @@ -989,8 +989,8 @@ Kiểu: %3 HelpMessageDialog - SarmaCoins Core - SarmaCoins Core + Dash Core + Dash Core version @@ -1001,8 +1001,8 @@ Kiểu: %3 (%1-bit) - About SarmaCoins Core - Về SarmaCoins Core + About Dash Core + Về Dash Core Command-line options @@ -1048,16 +1048,16 @@ Kiểu: %3 Chào mừng - Welcome to SarmaCoins Core. - Chào mừng đến với SarmaCoins Core. + Welcome to Dash Core. + Chào mừng đến với Dash Core. - As this is the first time the program is launched, you can choose where SarmaCoins Core will store its data. - Đây là lần đầu tiên chương trình được khởi động, bạn có thể chọn nơi mà SarmaCoins Core sẽ lưu dữ liệu. + As this is the first time the program is launched, you can choose where Dash Core will store its data. + Đây là lần đầu tiên chương trình được khởi động, bạn có thể chọn nơi mà Dash Core sẽ lưu dữ liệu. - SarmaCoins Core will download and store a copy of the SarmaCoins block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - SarmaCoins Core sẽ tải và lưu một bản của sổ cái SarmaCoins. Ít nhất %1GB dữ liệu sẽ được lưu trong thư mục này, và nó sẽ tăng lên theo thời gian. Ví của bạn cũng sẽ được lưu trong thư mục này. + Dash Core will download and store a copy of the Dash block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + Dash Core sẽ tải và lưu một bản của sổ cái Dash. Ít nhất %1GB dữ liệu sẽ được lưu trong thư mục này, và nó sẽ tăng lên theo thời gian. Ví của bạn cũng sẽ được lưu trong thư mục này. Use the default data directory @@ -1068,8 +1068,8 @@ Kiểu: %3 Sử dụng thư mục dữ liệu tuỳ chọn: - SarmaCoins Core - SarmaCoins Core + Dash Core + Dash Core Error: Specified data directory "%1" cannot be created. @@ -1122,12 +1122,12 @@ Kiểu: %3 &Chính - Automatically start SarmaCoins after logging in to the system. - Tự động khởi động SarmaCoins sau khi đăng nhập hệ thống. + Automatically start Dash after logging in to the system. + Tự động khởi động Dash sau khi đăng nhập hệ thống. - &Start SarmaCoins on system login - &Khởi động SarmaCoins khi đăng nhập hệ thống + &Start Dash on system login + &Khởi động Dash khi đăng nhập hệ thống Size of &database cache @@ -1154,8 +1154,8 @@ Kiểu: %3 Số lượng này hoạt động như là một ngưỡng để tắt Darksend một khi nó đạt đến. - Amount of SarmaCoins to keep anonymized - Lượng SarmaCoins muốn giữ vô danh + Amount of Dash to keep anonymized + Lượng Dash muốn giữ vô danh W&allet @@ -1174,8 +1174,8 @@ Kiểu: %3 Cho phép các kết nối tới - Connect to the SarmaCoins network through a SOCKS5 proxy. - Kết nối với mạng lưới SarmaCoins thông qua một SOCK5 proxy. + Connect to the Dash network through a SOCKS5 proxy. + Kết nối với mạng lưới Dash thông qua một SOCK5 proxy. &Connect through SOCKS5 proxy (default proxy): @@ -1206,8 +1206,8 @@ Kiểu: %3 &Mạng - Automatically open the SarmaCoins client port on the router. This only works when your router supports UPnP and it is enabled. - Tự động mở cổng phần mềm SarmaCoins trên rounter. Nó chỉ làm việc khi router của bạn hỗ trợ UPnP và nó phải được bật. + Automatically open the Dash client port on the router. This only works when your router supports UPnP and it is enabled. + Tự động mở cổng phần mềm Dash trên rounter. Nó chỉ làm việc khi router của bạn hỗ trợ UPnP và nó phải được bật. Map port using &UPnP @@ -1258,14 +1258,14 @@ Kiểu: %3 &Ngôn ngữ người dùng: - The user interface language can be set here. This setting will take effect after restarting SarmaCoins. - Ngôn ngữ người dùng có thể thiết lập ở đây. Thiết lập này sẽ có tác dụng sau khi khởi động lại SarmaCoins. + The user interface language can be set here. This setting will take effect after restarting Dash. + Ngôn ngữ người dùng có thể thiết lập ở đây. Thiết lập này sẽ có tác dụng sau khi khởi động lại Dash. Language missing or translation incomplete? Help contributing translations here: -https://www.transifex.com/projects/p/SarmaCoins/ +https://www.transifex.com/projects/p/dash/ Ngôn ngữ ị thiếu hoặc việc dịch chưa hoàn tất? Tham gia dịch giúp tại đây: -https://www.transifex.com/projects/p/SarmaCoins/ +https://www.transifex.com/projects/p/dash/ User Interface Theme: @@ -1347,8 +1347,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Biểu mẫu - The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. - Thông tin được hiển thị có thể đã lỗi thời. Ví của bạn sẽ tự động đồng bộ với mạng lưới SarmaCoins sau khi kết nối được thiết lập, tuy nhiên quá trình này chưa hoàn thành. + The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. + Thông tin được hiển thị có thể đã lỗi thời. Ví của bạn sẽ tự động đồng bộ với mạng lưới Dash sau khi kết nối được thiết lập, tuy nhiên quá trình này chưa hoàn thành. Available: @@ -1431,8 +1431,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Số tiền và số vòng: - 0 SarmaCoins / 0 Rounds - 0 SarmaCoins / 0 Vòng + 0 DASH / 0 Rounds + 0 DASH / 0 Vòng Submitted Denom: @@ -1568,8 +1568,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Yêu cầu thanh toán bị lỗi - Cannot start SarmaCoins: click-to-pay handler - Không thể khởi động SarmaCoins: trình xử lý click-to-pay + Cannot start dash: click-to-pay handler + Không thể khởi động dash: trình xử lý click-to-pay URI handling @@ -1588,8 +1588,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Địa chỉ thanh toán không hợp lệ %1 - URI cannot be parsed! This can be caused by an invalid SarmaCoins address or malformed URI parameters. - URI không thể phân tích. Nó có thể bởi địa chỉ SarmaCoins không hợp lệ hoặc thông số URI dị hình. + URI cannot be parsed! This can be caused by an invalid Dash address or malformed URI parameters. + URI không thể phân tích. Nó có thể bởi địa chỉ Dash không hợp lệ hoặc thông số URI dị hình. Payment request file cannot be read! This can be caused by an invalid payment request file. @@ -1674,8 +1674,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Số lượng - Enter a SarmaCoins address (e.g. %1) - Hãy nhập một địa chỉ SarmaCoins (VD: %1) + Enter a Dash address (e.g. %1) + Hãy nhập một địa chỉ Dash (VD: %1) %1 d @@ -1764,8 +1764,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Số kết nối - Open the SarmaCoins debug log file from the current data directory. This can take a few seconds for large log files. - Mở file nhật kỹ lỗi SarmaCoins từ thư mục hiện tại. Nó có thể mất vài giây trong trường hợp file log lớn. + Open the Dash debug log file from the current data directory. This can take a few seconds for large log files. + Mở file nhật kỹ lỗi Dash từ thư mục hiện tại. Nó có thể mất vài giây trong trường hợp file log lớn. &Open @@ -1972,8 +1972,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Ra: - Welcome to the SarmaCoins RPC console. - Chào mừng đến với giao tiếp SarmaCoins RPC + Welcome to the Dash RPC console. + Chào mừng đến với giao tiếp Dash RPC Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -2035,8 +2035,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Tái &sử dụng lại địa chỉ nhận đã có (không khuyến khích) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the SarmaCoins network. - Một thông điệp tuỳ chọn để đính vào yêu cầu thanh toán, nó sẽ hiển thị khi yêu cầu được mở. Chú ý: Thông điệp sẽ không được gửi thông qua mạng lưới SarmaCoins. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dash network. + Một thông điệp tuỳ chọn để đính vào yêu cầu thanh toán, nó sẽ hiển thị khi yêu cầu được mở. Chú ý: Thông điệp sẽ không được gửi thông qua mạng lưới Dash. &Message: @@ -2047,8 +2047,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Một nhãn tuỳ chọn để liên kết với địa chỉ nhận mới. - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the SarmaCoins network. - Một thông điệp tuỳ chọn để đính vào yêu cầu thanh toán, nó sẽ hiển thị khi yêu cầu được mở.<br>Chú ý: Thông điệp sẽ không được gửi thông qua mạng lưới SarmaCoins. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Dash network. + Một thông điệp tuỳ chọn để đính vào yêu cầu thanh toán, nó sẽ hiển thị khi yêu cầu được mở.<br>Chú ý: Thông điệp sẽ không được gửi thông qua mạng lưới Dash. Use this form to request payments. All fields are <b>optional</b>. @@ -2292,8 +2292,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Nếu phí giao dịch tuỳ chỉnh được đặt là 1000 duff và giao dịch chỉ có 250 bytes, thì "theo kilobyte" chỉ trả 250 duff phí,<br />trong khi "tổng ít nhất" trả 1000 duff. Với các giao dịch lớn hơn 1 kilobyte thì cả hai đều trả theo kilobyte. - Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for SarmaCoins transactions than the network can process. - Chỉ trả phí tối thiểu cũng được chỉ khi mà có lượng giao dịch ít hơn không gian trong khối.<br />Nhưng cần lưu ý là nó có thể xảy ra hiện tượng giao dịch không bao giờ được xác nhận một khi có nhiều nhu cầu giao SarmaCoins hơn khả năng mà mạng lưới có thể xử lý được. + Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for dash transactions than the network can process. + Chỉ trả phí tối thiểu cũng được chỉ khi mà có lượng giao dịch ít hơn không gian trong khối.<br />Nhưng cần lưu ý là nó có thể xảy ra hiện tượng giao dịch không bao giờ được xác nhận một khi có nhiều nhu cầu giao dash hơn khả năng mà mạng lưới có thể xử lý được. per kilobyte @@ -2496,8 +2496,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Thanh toán chỉ mức phí tối thiểu của %1 - Warning: Invalid SarmaCoins address - Cảnh báo: Địa chỉ SarmaCoins không hợp lệ + Warning: Invalid Dash address + Cảnh báo: Địa chỉ Dash không hợp lệ Warning: Unknown change address @@ -2519,8 +2519,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Trả &Cho - The SarmaCoins address to send the payment to - Địa chỉ SarmaCoins để gửi thanh toán + The Dash address to send the payment to + Địa chỉ Dash để gửi thanh toán Choose previously used address @@ -2559,8 +2559,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Thông điệp: - A message that was attached to the SarmaCoins: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the SarmaCoins network. - Một thông điệp được đính với SarmaCoins: URI đó sẽ được lưu trữ với các giao dịch cho các bạn tham khảo. Lưu ý: Thông điệp này sẽ không được gửi qua mạng SarmaCoins. + A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network. + Một thông điệp được đính với dash: URI đó sẽ được lưu trữ với các giao dịch cho các bạn tham khảo. Lưu ý: Thông điệp này sẽ không được gửi qua mạng Dash. This is an unverified payment request. @@ -2586,8 +2586,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ ShutdownWindow - SarmaCoins Core is shutting down... - SarmaCoins Core đang được tắt... + Dash Core is shutting down... + Dash Core đang được tắt... Do not shut down the computer until this window disappears. @@ -2609,8 +2609,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Bạn có thể ký vào thông điệp với địa chỉ của bạn để chứng minh bạn là chủ của nó. Hãy cẩn thận không ký vào những gì mơ hồ, như là thứ lừa đảo để lừa bạn ký xác nhận của bạn vào đó cho họ. Chỉ ký vào những gì mà bạn hoàn thoàn đồng ý. - The SarmaCoins address to sign the message with - Địa chỉ SarmaCoins để ký cho thông điệp + The Dash address to sign the message with + Địa chỉ Dash để ký cho thông điệp Choose previously used address @@ -2641,8 +2641,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Copy chữ ký hiện tại vào bộ đệm của hệ thống - Sign the message to prove you own this SarmaCoins address - Ký vào thông điệp để chứng tỏ bạn sở hữu địa chỉ SarmaCoins + Sign the message to prove you own this Dash address + Ký vào thông điệp để chứng tỏ bạn sở hữu địa chỉ Dash Sign &Message @@ -2665,12 +2665,12 @@ https://www.transifex.com/projects/p/SarmaCoins/ Hãy nhập địa chỉ ký, thông điệp (hãy chắc chắn rằng bạn copy cả các dấu xuống dòng, dấu cách, tab,... một cách chính xác) và chữ ký dưới đây để xác thực cho thông điệp. Hãy cẩn thận không thêm vào chữ ký hơn so với bản thân nó trong thông điệp đã ký, để tránh bị đánh lừa bởi kiểu tấn công người trung gian. - The SarmaCoins address the message was signed with - Địa chỉ SarmaCoins mà thông điệp được ký bởi + The Dash address the message was signed with + Địa chỉ Dash mà thông điệp được ký bởi - Verify the message to ensure it was signed with the specified SarmaCoins address - Kiểm tra lại thông điệp để đảm bảo rằng nó được ký với địa chỉ SarmaCoins cụ thể + Verify the message to ensure it was signed with the specified Dash address + Kiểm tra lại thông điệp để đảm bảo rằng nó được ký với địa chỉ Dash cụ thể Verify &Message @@ -2736,8 +2736,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ SplashScreen - SarmaCoins Core - SarmaCoins Core + Dash Core + Dash Core Version %1 @@ -2748,8 +2748,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Nhóm phát triển Bitcoin Core - The SarmaCoins Core developers - Nhóm phát triển SarmaCoins Core + The Dash Core developers + Nhóm phát triển Dash Core [testnet] @@ -3276,8 +3276,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Gửi tiền - InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 SarmaCoins. - InstantX không hỗ trợ để gửi giá trị lớn đến như vậy. Giới hạn giao dịch hiện tại đến %1 SarmaCoins. + InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 DASH. + InstantX không hỗ trợ để gửi giá trị lớn đến như vậy. Giới hạn giao dịch hiện tại đến %1 DASH. @@ -3320,14 +3320,14 @@ https://www.transifex.com/projects/p/SarmaCoins/ - SarmaCoins-core + dash-core Bind to given address and always listen on it. Use [host]:port notation for IPv6 Liên kết với địa chỉ nhất định và luôn luôn lắng nghe trên đó. Sử dụng ký hiệu [host]:port cho IPv6 - Cannot obtain a lock on data directory %s. SarmaCoins Core is probably already running. - Không nhận được một khoá trong thư mục %s. SarmaCoins Core có thể đã đang chạy. + Cannot obtain a lock on data directory %s. Dash Core is probably already running. + Không nhận được một khoá trong thư mục %s. Dash Core có thể đã đang chạy. Darksend uses exact denominated amounts to send funds, you might simply need to anonymize some more coins. @@ -3382,16 +3382,16 @@ https://www.transifex.com/projects/p/SarmaCoins/ Đây là phiên bản chưa chính thức - hãy dùng và tự chấp nhận mạo hiểm - đừng dùng để đào coin hoặc các ứng dụng thương mại. - Unable to bind to %s on this computer. SarmaCoins Core is probably already running. - Không thể để ràng buộc vào %s trên máy tính này. SarmaCoins Core có thể đã chạy. + Unable to bind to %s on this computer. Dash Core is probably already running. + Không thể để ràng buộc vào %s trên máy tính này. Dash Core có thể đã chạy. Unable to locate enough Darksend denominated funds for this transaction. Không tìm đủ ngân sách Darksend denominated cho giao dịch này. - Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 SarmaCoins. - Không tìm đủ ngân sách Darksend denominated cho giao dịch mà nó không bằng 1000 SarmaCoins + Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 DASH. + Không tìm đủ ngân sách Darksend denominated cho giao dịch mà nó không bằng 1000 DASH Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. @@ -3614,8 +3614,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ Xoá hết tất cả các giao dịch ví và chỉ phục hồi những phần đó của blockchain qua -rescan khi khởi động - Disable all SarmaCoins specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) - Tắt tất cả các chức năng đặc trưng của SarmaCoins (Masternode, Darksend, InstantX, Lập ngân sách) (0-1, ngầm định: %u) + Disable all Dash specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) + Tắt tất cả các chức năng đặc trưng của Dash (Masternode, Darksend, InstantX, Lập ngân sách) (0-1, ngầm định: %u) Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. @@ -3634,12 +3634,12 @@ https://www.transifex.com/projects/p/SarmaCoins/ Lỗi: Thấy tham số không được hỗ trợ -socks. Thiết lập phiên bản SOCKS là không thể được nữa, chỉ hỗ trợ proxy SOCKS5. - Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for relaying (default: %s) - Phí (tính theo SarmaCoins/Kb) nhỏ hơn số này được coi là không mất phí cho việc chuyển tiền (ngầm định: %s) + Fees (in DASH/Kb) smaller than this are considered zero fee for relaying (default: %s) + Phí (tính theo DASH/Kb) nhỏ hơn số này được coi là không mất phí cho việc chuyển tiền (ngầm định: %s) - Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for transaction creation (default: %s) - Phí (theo SarmaCoins/Kb) nhỏ hơn số này được coi không mất phí cho việc khởi tạo giao dịch (ngầm định: %s) + Fees (in DASH/Kb) smaller than this are considered zero fee for transaction creation (default: %s) + Phí (theo DASH/Kb) nhỏ hơn số này được coi không mất phí cho việc khởi tạo giao dịch (ngầm định: %s) Flush database activity from memory pool to disk log every <n> megabytes (default: %u) @@ -3710,32 +3710,32 @@ https://www.transifex.com/projects/p/SarmaCoins/ Sản phẩm này có kèm theo phần mềm được phát triển bởi dự án OpenSSL để sử dụng các công cụ OpenSSL <https://www.openssl.org/> và phần mềm mã hoá được viết bởi Eric Young và phần mềm UPnP được viết bởi Thomas Bernard. - To use SarmaCoinsd, or the -server option to SarmaCoins-qt, you must set an rpcpassword in the configuration file: + To use dashd, or the -server option to dash-qt, you must set an rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=SarmaCoinsrpc +rpcuser=dashrpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com - Để sử dụng SarmaCoinsd, hoặc tuỳ chọn -server với SarmaCoins-qt, bạn phải đặt một mật khẩu rpcpassword trong tệp cấu hình: + Để sử dụng dashd, hoặc tuỳ chọn -server với dash-qt, bạn phải đặt một mật khẩu rpcpassword trong tệp cấu hình: %s Gợi ý rằng bạn nên sử dụng những mật khẩu ngẫu nhiên sau: -rpcuser=SarmaCoinsrpc +rpcuser=dashrpc rpcpassword=%s (bạn không cần thiết phải nhớ mật khẩu này) Username và mật khẩu KHÔNG ĐƯỢC giống nhau. Nếu tệp chưa có, thì hãy tạo ra với quyền chỉ đọc. Gợi ý bạn rằng cần đặt alertnotify để bạn nhận được thông báo về các vấn đề; -ví dụ: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com +ví dụ: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com - Unable to locate enough funds for this transaction that are not equal 1000 SarmaCoins. - Không tìm được đủ ngân sách cho giao dịch mà nó không đủ 1000 SarmaCoins. + Unable to locate enough funds for this transaction that are not equal 1000 DASH. + Không tìm được đủ ngân sách cho giao dịch mà nó không đủ 1000 DASH. Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) @@ -3746,8 +3746,8 @@ ví dụ: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com Cảnh báo: -maxtxfee được đặt rất cao! Mức Phí cao này sẽ được trả cho mỗi một giao dịch đơn. - Warning: Please check that your computer's date and time are correct! If your clock is wrong SarmaCoins Core will not work properly. - Cánh báo: Hãy vui lòng kiểm tra ngày giờ máy tính của bạn cho chính xác! Nếu đồng hồ của bạn sai thì SarmaCoins Core sẽ không làm việc một cách hoàn hảo. + Warning: Please check that your computer's date and time are correct! If your clock is wrong Dash Core will not work properly. + Cánh báo: Hãy vui lòng kiểm tra ngày giờ máy tính của bạn cho chính xác! Nếu đồng hồ của bạn sai thì Dash Core sẽ không làm việc một cách hoàn hảo. Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. @@ -3799,8 +3799,8 @@ ví dụ: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com Bản quyền (C) 2009-%i bởi Nhóm phát triển Bitcoin Core - Copyright (C) 2014-%i The SarmaCoins Core Developers - Bản quyền (C) 2014-%i bởi Nhóm phát triển SarmaCoins Core + Copyright (C) 2014-%i The Dash Core Developers + Bản quyền (C) 2014-%i bởi Nhóm phát triển Dash Core Could not parse -rpcbind value %s as network address @@ -3831,8 +3831,8 @@ ví dụ: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com Lỗi kết nối tới Masternode. - Error loading wallet.dat: Wallet requires newer version of SarmaCoins Core - Lỗi nạp wallet.dat: Ví cần một phiên bản mới hơn của SarmaCoins Core + Error loading wallet.dat: Wallet requires newer version of Dash Core + Lỗi nạp wallet.dat: Ví cần một phiên bản mới hơn của Dash Core Error: A fatal internal error occured, see debug.log for details @@ -3847,8 +3847,8 @@ ví dụ: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com Lỗi: Tìm thấy tham số không được hỗ trợ -tor, thay vào đó hãy sử dụng -onion - Fee (in SarmaCoins/kB) to add to transactions you send (default: %s) - Phí (theo SarmaCoins/Kb) sẽ thêm vào các giao dịch mà bạn gửi (ngầm định: %s) + Fee (in DASH/kB) to add to transactions you send (default: %s) + Phí (theo DASH/Kb) sẽ thêm vào các giao dịch mà bạn gửi (ngầm định: %s) Finalizing transaction. @@ -3903,8 +3903,8 @@ ví dụ: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com Thông tin - Initialization sanity check failed. SarmaCoins Core is shutting down. - Khởi tạo việc kiểm tra tính đúng đắn thất bại. SarmaCoins Core đang được tắt. + Initialization sanity check failed. Dash Core is shutting down. + Khởi tạo việc kiểm tra tính đúng đắn thất bại. Dash Core đang được tắt. Input is not valid. @@ -4155,8 +4155,8 @@ ví dụ: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com Sử dụng UPnP để ánh xạ cổng lắng nghe (ngầm định: %u) - Wallet needed to be rewritten: restart SarmaCoins Core to complete - Ví cần được ghi lại: khởi động lại SarmaCoins Core để hoàn tất + Wallet needed to be rewritten: restart Dash Core to complete + Ví cần được ghi lại: khởi động lại Dash Core để hoàn tất Warning: Unsupported argument -benchmark ignored, use -debug=bench. @@ -4215,8 +4215,8 @@ ví dụ: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com Khoá KeePassHttp cho liên lạc mã hoá AES với KeePass - Keep N SarmaCoins anonymized (default: %u) - Giữ N SarmaCoins đã được ẩn danh (ngầm định: %u) + Keep N DASH anonymized (default: %u) + Giữ N DASH đã được ẩn danh (ngầm định: %u) Keep at most <n> unconnectable transactions in memory (default: %u) diff --git a/src/qt/locale/dash_zh_CN.ts b/src/qt/locale/dash_zh_CN.ts index f9640d2c40a1a..13efc20b33365 100644 --- a/src/qt/locale/dash_zh_CN.ts +++ b/src/qt/locale/dash_zh_CN.ts @@ -62,11 +62,11 @@ 正在接收地址 - These are your SarmaCoins addresses for sending payments. Always check the amount and the receiving address before sending coins. + These are your Dash addresses for sending payments. Always check the amount and the receiving address before sending coins. 这些是你要付款过去的达世币地址。在付款之前,务必要检查金额和收款地址是否正确。 - These are your SarmaCoins addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + These are your Dash addresses for receiving payments. It is recommended to use a new receiving address for each transaction. 这些是你用来收款的达世币地址。建议在每次交易时,都使用一个新的收款地址。 @@ -176,7 +176,7 @@ 确认加密钱包 - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR SarmaCoins</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR DASH</b>! 警告:如果把钱包加​​密后又忘记密码,你就会从此<b>失去所有的达世币了</b>! @@ -188,7 +188,7 @@ 钱包已加密 - SarmaCoins will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your SarmaCoinss from being stolen by malware infecting your computer. + Dash will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your dashs from being stolen by malware infecting your computer. 达世币软体现在要关闭,以完成加密过程。请注意,加密钱包不能完全防止恶意软件入侵你的电脑盗取你的达世币。 @@ -231,7 +231,7 @@ BitcoinGUI - SarmaCoins Core + Dash Core 达世币核心 @@ -255,7 +255,7 @@ 发送(&S) - Send coins to a SarmaCoins address + Send coins to a Dash address 发送币至达世币地址 @@ -263,7 +263,7 @@ 接收(&R) - Request payments (generates QR codes and SarmaCoins: URIs) + Request payments (generates QR codes and dash: URIs) 请求付款(生成二维码和达世币付款协议的URI) @@ -283,11 +283,11 @@ 退出程序 - &About SarmaCoins Core + &About Dash Core &关于达世币核心 - Show information about SarmaCoins Core + Show information about Dash Core 显示关于达世币核心信息 @@ -303,7 +303,7 @@ 选项(&O)... - Modify configuration options for SarmaCoins + Modify configuration options for Dash 修改达世币配置选项 @@ -355,7 +355,7 @@ 消息签名(&M)... - Sign messages with your SarmaCoins addresses to prove you own them + Sign messages with your Dash addresses to prove you own them 用达世币地址签署讯息来证明地址是你的 @@ -363,7 +363,7 @@ 验证消息(&V)... - Verify messages to ensure they were signed with specified SarmaCoins addresses + Verify messages to ensure they were signed with specified Dash addresses 验证讯息是用来确定讯息是用指定的达世币地址签署的 @@ -443,7 +443,7 @@ 打开 &URI... - Open a SarmaCoins: URI or payment request + Open a dash: URI or payment request 打开达世币:网页或付款请求 @@ -451,7 +451,7 @@ &命令行 选项 - SarmaCoins Core client + Dash Core client 达世币核心客户端 @@ -463,7 +463,7 @@ 正在同步附加数据:%p% - Show the SarmaCoins Core help message to get a list with possible SarmaCoins command-line options + Show the Dash Core help message to get a list with possible Dash command-line options 打开达世币核心帮助信息取得可使用的命令行列表 @@ -487,7 +487,7 @@ 分页工具栏 - %n active connection(s) to SarmaCoins network + %n active connection(s) to Dash network %n 已连接至达世币网络 @@ -864,11 +864,11 @@ Address: %4 请选择隐私等级。 - Use 2 separate masternodes to mix funds up to 1000 SarmaCoins + Use 2 separate masternodes to mix funds up to 1000 DASH 使用2个独立的主节点混合资金最多1000达世币 - Use 8 separate masternodes to mix funds up to 1000 SarmaCoins + Use 8 separate masternodes to mix funds up to 1000 DASH 使用8个独立的主节点混合资金最多1000达世币 @@ -876,15 +876,15 @@ Address: %4 使用16个独立主节点 - This option is the quickest and will cost about ~0.025 SarmaCoins to anonymize 1000 SarmaCoins + This option is the quickest and will cost about ~0.025 DASH to anonymize 1000 DASH 此选项为最快速度,需要支付0.025达世币/1000达世币的匿名处理费用。 - This option is moderately fast and will cost about 0.05 SarmaCoins to anonymize 1000 SarmaCoins + This option is moderately fast and will cost about 0.05 DASH to anonymize 1000 DASH 此选项为一般速度,需要支付0.05达世币/1000达世币的匿名处理费用。 - 0.1 SarmaCoins per 1000 SarmaCoins you anonymize. + 0.1 DASH per 1000 DASH you anonymize. 0.1达世币/1000达世币的匿名处理费用。 @@ -896,15 +896,15 @@ Address: %4 匿名发送配置 - Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen. 匿名发送已成功设置为一般(%1到2次循环)。可以通过打开达世币配置窗口来随时修改。 - Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen. 匿名发送已成功设置为高(%1到8次循环)。可以通过打开达世币配置窗口来随时修改。 - Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen. 匿名发送已成功设置为最高(%1到16次循环)。可以通过打开达世币配置窗口来随时修改。 @@ -947,7 +947,7 @@ Address: %4 编辑发送地址 - The entered address "%1" is not a valid SarmaCoins address. + The entered address "%1" is not a valid Dash address. 输入的地址"%1"不是有效的达世币地址。 @@ -989,7 +989,7 @@ Address: %4 HelpMessageDialog - SarmaCoins Core + Dash Core 达世币核心 @@ -1001,7 +1001,7 @@ Address: %4 (%1 位) - About SarmaCoins Core + About Dash Core 关于 达世币核心 @@ -1049,15 +1049,15 @@ Address: %4 欢迎 - Welcome to SarmaCoins Core. + Welcome to Dash Core. 欢迎来到达世币核心。 - As this is the first time the program is launched, you can choose where SarmaCoins Core will store its data. + As this is the first time the program is launched, you can choose where Dash Core will store its data. 此次为第一次程序启动,你可以选择储存达世币核心数据的路径。 - SarmaCoins Core will download and store a copy of the SarmaCoins block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + Dash Core will download and store a copy of the Dash block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. 达世币核心将会下载并存储达世币数据链。至少有%1GB的数据会保存到此路径下,并且随着时间增长。钱包文件也将存储到此路径下。 @@ -1069,7 +1069,7 @@ Address: %4 使用自定义的数据目录: - SarmaCoins Core + Dash Core 达世币核心 @@ -1123,11 +1123,11 @@ Address: %4 主要(&M) - Automatically start SarmaCoins after logging in to the system. + Automatically start Dash after logging in to the system. 登录系统后自动启动达世币程序 - &Start SarmaCoins on system login + &Start Dash on system login &系统登录时启动达世币程序 @@ -1155,7 +1155,7 @@ Address: %4 此金额为关闭匿名发送的极限. - Amount of SarmaCoins to keep anonymized + Amount of Dash to keep anonymized 保持匿名化的达世币数 @@ -1175,7 +1175,7 @@ Address: %4 接受外来链接 - Connect to the SarmaCoins network through a SOCKS5 proxy. + Connect to the Dash network through a SOCKS5 proxy. 通过SOCKS5代理链接达世币网络。 @@ -1207,7 +1207,7 @@ Address: %4 网络(&N) - Automatically open the SarmaCoins client port on the router. This only works when your router supports UPnP and it is enabled. + Automatically open the Dash client port on the router. This only works when your router supports UPnP and it is enabled. 自动对路由器打开达世币客户端端口。此项只在路由器支持UPnP时有效。 @@ -1259,14 +1259,14 @@ Address: %4 用户界面语言(&L): - The user interface language can be set here. This setting will take effect after restarting SarmaCoins. + The user interface language can be set here. This setting will take effect after restarting Dash. 用户界面语言在这里设置。在重启达世币程序后生效。 Language missing or translation incomplete? Help contributing translations here: -https://www.transifex.com/projects/p/SarmaCoins/ +https://www.transifex.com/projects/p/dash/ 缺少相关语言或翻译不完整? 请到这里协助翻译: -https://www.transifex.com/projects/p/SarmaCoins/ +https://www.transifex.com/projects/p/dash/ User Interface Theme: @@ -1348,7 +1348,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ 表单 - The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. + The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. 显示信息也许已过期。当与达世币网络连接后钱包程序会自动同步,但现在还未完成。 @@ -1432,7 +1432,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ 数量与循环次数: - 0 SarmaCoins / 0 Rounds + 0 DASH / 0 Rounds 0 达世币 / 0 循环数 @@ -1457,7 +1457,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ The denominations you submitted to the Masternode.<br>To mix, other users must submit the exact same denominations. - 您向主节点所提交的用以面额化混合的SarmaCoins,<br>当其他用户提交相同的面额化SarmaCoins数量时,将开始混合. + 您向主节点所提交的用以面额化混合的DASH,<br>当其他用户提交相同的面额化DASH数量时,将开始混合. (Last Message) @@ -1561,7 +1561,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ 支付请求出错 - Cannot start SarmaCoins: click-to-pay handler + Cannot start dash: click-to-pay handler 无法启动达世币程序:click-to-pay handler @@ -1581,7 +1581,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ 无效的付款地址 %1 - URI cannot be parsed! This can be caused by an invalid SarmaCoins address or malformed URI parameters. + URI cannot be parsed! This can be caused by an invalid Dash address or malformed URI parameters. 链接不能被解析! 原因可能是无效的达世币地址或输入的链接有错。 @@ -1667,7 +1667,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ 金额 - Enter a SarmaCoins address (e.g. %1) + Enter a Dash address (e.g. %1) 输入达世币地址(e.g. %1) @@ -1757,7 +1757,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ 连接数 - Open the SarmaCoins debug log file from the current data directory. This can take a few seconds for large log files. + Open the Dash debug log file from the current data directory. This can take a few seconds for large log files. 从数据路径打开达世币Debug日志,这个过程可能需要几秒钟。 @@ -1965,7 +1965,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ 输出: - Welcome to the SarmaCoins RPC console. + Welcome to the Dash RPC console. 欢迎来到达世币RPC控制台。 @@ -2028,7 +2028,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ 重用现有的接收地址(不推荐) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the SarmaCoins network. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dash network. 附加在付款要求中的讯息,可以不填,打开要求内容时会显示。注意: 这个讯息不会随着付款送到达世币网路上。 @@ -2040,7 +2040,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ 可为新建的收款地址添加一个标签。 - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the SarmaCoins network. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Dash network. 附加在付款要求中的讯息,可以不填,打开要求内容时会显示。<br>注意: 这个讯息不会随着付款送到达世币网路上。 @@ -2289,7 +2289,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ 但如果交易信息大于一千字节,那么两者都要支付千字节费用. - Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for SarmaCoins transactions than the network can process. + Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for dash transactions than the network can process. 当交易量少于区块可容纳的空间时,只需支付最低手续费.<br />但当交易量的需求增长到超过总体网络可处理的量时,可能会造成一笔一直不被确认的交易. @@ -2489,7 +2489,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ 只付最低手续费%1 - Warning: Invalid SarmaCoins address + Warning: Invalid Dash address 警告:无效的达世币地址 @@ -2512,7 +2512,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ 付给(&T): - The SarmaCoins address to send the payment to + The Dash address to send the payment to 选择发款地址 @@ -2552,7 +2552,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ 消息: - A message that was attached to the SarmaCoins: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the SarmaCoins network. + A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network. 附加在达世币付款协议URI中的信息,会和交易内容一并存储,可供您参考.提示:此信息不会发送到达世币网络上. @@ -2579,7 +2579,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ ShutdownWindow - SarmaCoins Core is shutting down... + Dash Core is shutting down... 达世币核心正在关闭... @@ -2602,7 +2602,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ 您可以用你的地址对消息进行签名,以证明您是该地址的所有人。注意不要对模棱两可的消息签名,以免遭受钓鱼式攻击。请确保消息内容准确的表达了您的真实意愿。 - The SarmaCoins address to sign the message with + The Dash address to sign the message with 对此地址进行签名 @@ -2634,7 +2634,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ 复制当前签名至剪切板 - Sign the message to prove you own this SarmaCoins address + Sign the message to prove you own this Dash address 签署信息证明你拥有此达世币地址 @@ -2658,11 +2658,11 @@ https://www.transifex.com/projects/p/SarmaCoins/ 在下面输入签名地址,消息(请确保换行符、空格符、制表符等等一个不漏)和签名以验证消息。请确保签名信息准确,提防中间人攻击。 - The SarmaCoins address the message was signed with + The Dash address the message was signed with 已签名的地址 - Verify the message to ensure it was signed with the specified SarmaCoins address + Verify the message to ensure it was signed with the specified Dash address 验证信息用来确保此被签署信息对应相对的达世币地址 @@ -2729,7 +2729,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ SplashScreen - SarmaCoins Core + Dash Core 达世币核心 @@ -2741,7 +2741,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ Bitcoin Core 的开发者 - The SarmaCoins Core developers + The Dash Core developers 达世币核心开发人员 @@ -3257,7 +3257,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ 发送达世币 - InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 SarmaCoins. + InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 DASH. 即时支付功能目前还不支持发送如此高的金额.目前限制在%1 达世币. @@ -3301,13 +3301,13 @@ https://www.transifex.com/projects/p/SarmaCoins/ - SarmaCoins-core + dash-core Bind to given address and always listen on it. Use [host]:port notation for IPv6 与提供地址绑定,持续监听。使用[host]:标记IPv6端口 - Cannot obtain a lock on data directory %s. SarmaCoins Core is probably already running. + Cannot obtain a lock on data directory %s. Dash Core is probably already running. 不能获得锁定的数据目录 %s. 达世币核心可能已经在运行。 @@ -3339,16 +3339,16 @@ https://www.transifex.com/projects/p/SarmaCoins/ 即时支付功能需要6步确认,您可以稍后重试。 - Unable to bind to %s on this computer. SarmaCoins Core is probably already running. + Unable to bind to %s on this computer. Dash Core is probably already running. 无法绑定%s此计算机. 达世币核心应该已经在运行中了. Unable to locate enough Darksend denominated funds for this transaction. - 无法找到足够的已匿名化资金来完成交易,不足1000 SarmaCoins. + 无法找到足够的已匿名化资金来完成交易,不足1000 DASH. - Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 SarmaCoins. - 无法找到足够的未匿名化资金来完成交易,不足1000 SarmaCoins. + Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 DASH. + 无法找到足够的未匿名化资金来完成交易,不足1000 DASH. Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. @@ -3531,7 +3531,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ 删除钱包里的所有交易信息, 并且在下次启动时, 使用 -rescan 来从区块链中恢复 - Disable all SarmaCoins specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) + Disable all Dash specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) 禁止所有达世币附加功能(主节点, 匿名发送, 即时发送, 预算) (0-1, default: %u) @@ -3543,11 +3543,11 @@ https://www.transifex.com/projects/p/SarmaCoins/ 允许存储在这个钱包内的资金自动使用匿名发送(0-1, 默认: %u) - Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for relaying (default: %s) + Fees (in DASH/Kb) smaller than this are considered zero fee for relaying (default: %s) 如果手续费比这个值低,就视为没有付手续费(当产生交易时)(默认: %s) - Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for transaction creation (default: %s) + Fees (in DASH/Kb) smaller than this are considered zero fee for transaction creation (default: %s) 如果手续费比这个值低,就视为没有付手续费(当产生交易时)(默认: %s) @@ -3591,8 +3591,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ 此产品包括了由OpenSSL Project所开发的OpenSSL Toolkit 软件<https://www.openssl.org/>, 和由Eric Young 编写的加密软件, 以及由Thomas Bernard 编写的UPnP软件. - Unable to locate enough funds for this transaction that are not equal 1000 SarmaCoins. - 无法找到足够的资金完成交易,不足1000 SarmaCoins. + Unable to locate enough funds for this transaction that are not equal 1000 DASH. + 无法找到足够的资金完成交易,不足1000 DASH. Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) @@ -3603,7 +3603,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ 警告: -maxtxfee 设定的金额过高! 这是一次交易就要支付的手续费. - Warning: Please check that your computer's date and time are correct! If your clock is wrong SarmaCoins Core will not work properly. + Warning: Please check that your computer's date and time are correct! If your clock is wrong Dash Core will not work properly. 警告: 请检查电脑日期和时间是否正确!达世币核心没办法在时钟不准的情况下正常运作。 @@ -3653,8 +3653,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ 版权(C) 2009-%i The Bitcoin Core Developers - Copyright (C) 2014-%i The SarmaCoins Core Developers - 版权 (C) 2014-%i The SarmaCoins Core Developers + Copyright (C) 2014-%i The Dash Core Developers + 版权 (C) 2014-%i The Dash Core Developers Could not parse -rpcbind value %s as network address @@ -3685,7 +3685,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ 连接到主节点时发生错误. - Error loading wallet.dat: Wallet requires newer version of SarmaCoins Core + Error loading wallet.dat: Wallet requires newer version of Dash Core 读取钱包文件错误: 需要较为新版本的达世币核心来读取钱包 @@ -3742,7 +3742,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ 信息 - Initialization sanity check failed. SarmaCoins Core is shutting down. + Initialization sanity check failed. Dash Core is shutting down. 初始化检查失败。达世币核心正在关闭。 @@ -3938,7 +3938,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ 断开的作弊节点临界值(默认: %u) - Wallet needed to be rewritten: restart SarmaCoins Core to complete + Wallet needed to be rewritten: restart Dash Core to complete 錢包需要重寫: 請重新啓動達世幣核心來完成 钱包需要重写: 请重新启动达世币核心来完成 @@ -3987,7 +3987,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ 检测到无效脚本。 - Keep N SarmaCoins anonymized (default: %u) + Keep N DASH anonymized (default: %u) 保持定量达世币匿名化(默认: %u) diff --git a/src/qt/locale/dash_zh_TW.ts b/src/qt/locale/dash_zh_TW.ts index 7d8323483e383..747926ff15056 100644 --- a/src/qt/locale/dash_zh_TW.ts +++ b/src/qt/locale/dash_zh_TW.ts @@ -62,11 +62,11 @@ 收款位址 - These are your SarmaCoins addresses for sending payments. Always check the amount and the receiving address before sending coins. + These are your Dash addresses for sending payments. Always check the amount and the receiving address before sending coins. 這些是你要付款過去的達世幣位址。在付錢之前,務必要檢查金額和收款位址是否正確。 - These are your SarmaCoins addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + These are your Dash addresses for receiving payments. It is recommended to use a new receiving address for each transaction. 這些是你用來收款的達世幣位址。建議在每次交易時,都使用一個新的收款位址。 @@ -176,7 +176,7 @@ 確認錢包加密 - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR SarmaCoins</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR DASH</b>! 警告: 如果把錢包加密後又忘記密碼,你就會從此<b>失去其中所有的達世幣了</b>! @@ -188,7 +188,7 @@ 錢包已加密 - SarmaCoins will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your SarmaCoinss from being stolen by malware infecting your computer. + Dash will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your dashs from being stolen by malware infecting your computer. 達世幣軟體現在要關閉,好完成加密程序。請注意,加密錢包不能完全防止入侵你的電腦的惡意程式偷取達世幣。 @@ -231,7 +231,7 @@ BitcoinGUI - SarmaCoins Core + Dash Core 達世幣核心 @@ -255,7 +255,7 @@ 發送(&S) - Send coins to a SarmaCoins address + Send coins to a Dash address 付錢給一個達世幣位址 @@ -263,7 +263,7 @@ 接收(&R) - Request payments (generates QR codes and SarmaCoins: URIs) + Request payments (generates QR codes and dash: URIs) 要求付款(產生 QR Code 和達世幣付款協議的 URI) @@ -283,11 +283,11 @@ 結束應用程式 - &About SarmaCoins Core + &About Dash Core 關於達世幣核心(&A) - Show information about SarmaCoins Core + Show information about Dash Core 顯示達世幣核心的相關資訊 @@ -303,7 +303,7 @@ 選項(&O)... - Modify configuration options for SarmaCoins + Modify configuration options for Dash 修改達世幣軟體的設定選項 @@ -355,7 +355,7 @@ 簽署訊息(&M)... - Sign messages with your SarmaCoins addresses to prove you own them + Sign messages with your Dash addresses to prove you own them 用達世幣位址簽署訊息來證明位址是你的 @@ -363,7 +363,7 @@ 驗證訊息(&V)... - Verify messages to ensure they were signed with specified SarmaCoins addresses + Verify messages to ensure they were signed with specified Dash addresses 驗證訊息是用來確定訊息是用指定的達世幣位址簽署的 @@ -443,7 +443,7 @@ 開啓 &URI... - Open a SarmaCoins: URI or payment request + Open a dash: URI or payment request 開啓一個達世幣協議的 URI 或付款要求 @@ -451,7 +451,7 @@ 命令列選項(&C) - SarmaCoins Core client + Dash Core client 達世幣核心客戶端軟體 @@ -463,7 +463,7 @@ 正在同步額外的數據: %p% - Show the SarmaCoins Core help message to get a list with possible SarmaCoins command-line options + Show the Dash Core help message to get a list with possible Dash command-line options 顯示達世幣核心的說明訊息,來取得可用命令列選項的列表 @@ -487,7 +487,7 @@ 分頁工具列 - %n active connection(s) to SarmaCoins network + %n active connection(s) to Dash network %n 個運作中的達世幣網路連線 @@ -860,11 +860,11 @@ Address: %4 請選擇穩私級別。 - Use 2 separate masternodes to mix funds up to 1000 SarmaCoins + Use 2 separate masternodes to mix funds up to 1000 DASH 使用2個獨立的主節點來混合最高達1000達世幣的資金 - Use 8 separate masternodes to mix funds up to 1000 SarmaCoins + Use 8 separate masternodes to mix funds up to 1000 DASH 使用8個獨立的主節點來混合最高達1000達世幣的資金 @@ -872,15 +872,15 @@ Address: %4 使用16個獨立的主節點 - This option is the quickest and will cost about ~0.025 SarmaCoins to anonymize 1000 SarmaCoins + This option is the quickest and will cost about ~0.025 DASH to anonymize 1000 DASH 這個是最快的選項,將耗費約~0.025達世幣作為匿名處理1000達世幣的費用 - This option is moderately fast and will cost about 0.05 SarmaCoins to anonymize 1000 SarmaCoins + This option is moderately fast and will cost about 0.05 DASH to anonymize 1000 DASH 這個是一般的選項,將耗費約0.05達世幣作為匿名處理1000達世幣的費用 - 0.1 SarmaCoins per 1000 SarmaCoins you anonymize. + 0.1 DASH per 1000 DASH you anonymize. 每1000達世幣耗費0.1達世幣作為匿名處理費用 @@ -892,15 +892,15 @@ Address: %4 匿名發送配置 - Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen. 匿名發送已成功設置為一般(%1到2次循環)。你可以隨時打開達世幣配置窗口來修改。 - Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen. 匿名發送已成功設置為高(%1到8次循環)。你可以隨時打開達世幣配置窗口來修改。 - Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen. 匿名發送已成功設置為最高(%1到16次循環)。你可以隨時打開達世幣配置窗口來修改。 @@ -943,7 +943,7 @@ Address: %4 編輯付款位址 - The entered address "%1" is not a valid SarmaCoins address. + The entered address "%1" is not a valid Dash address. 輸入的位址 %1 並不是有效的達世幣位址。 @@ -985,7 +985,7 @@ Address: %4 HelpMessageDialog - SarmaCoins Core + Dash Core 達世幣核心 @@ -997,7 +997,7 @@ Address: %4 (%1 位元) - About SarmaCoins Core + About Dash Core 關於達世幣核心 @@ -1044,15 +1044,15 @@ Address: %4 歡迎 - Welcome to SarmaCoins Core. + Welcome to Dash Core. 歡迎使用達世幣核心 - As this is the first time the program is launched, you can choose where SarmaCoins Core will store its data. + As this is the first time the program is launched, you can choose where Dash Core will store its data. 因為這是程式第一次啓動,你可以選擇達世幣核心儲存資料的地方。 - SarmaCoins Core will download and store a copy of the SarmaCoins block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + Dash Core will download and store a copy of the Dash block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. 達世幣核心會下載並儲存一份達世幣區塊鏈的副本。至少有 %1GB 的資料會儲存到這個目錄中,並且還會持續增長。另外錢包資料也會儲存在這個目錄。 @@ -1064,7 +1064,7 @@ Address: %4 使用自定的資料目錄: - SarmaCoins Core + Dash Core 達世幣核心 @@ -1118,11 +1118,11 @@ Address: %4 主要(&M) - Automatically start SarmaCoins after logging in to the system. + Automatically start Dash after logging in to the system. 在登入系統後自動啓動達世幣軟體。 - &Start SarmaCoins on system login + &Start Dash on system login 系統登入時啟動達世幣(&S) @@ -1150,7 +1150,7 @@ Address: %4 此金額為關閉匿名發送的門檻。 - Amount of SarmaCoins to keep anonymized + Amount of Dash to keep anonymized 保持匿名的達世幣數量 @@ -1170,7 +1170,7 @@ Address: %4 接受外來連線 - Connect to the SarmaCoins network through a SOCKS5 proxy. + Connect to the Dash network through a SOCKS5 proxy. 透過 SOCKS5 代理伺服器來連線到達世幣網路。 @@ -1202,7 +1202,7 @@ Address: %4 網絡(&N) - Automatically open the SarmaCoins client port on the router. This only works when your router supports UPnP and it is enabled. + Automatically open the Dash client port on the router. This only works when your router supports UPnP and it is enabled. 自動在路由器上開放達世幣的客戶端通訊埠。只有在你的路由器支援且開啓「通用即插即用」協定(UPnP)時才有作用。 @@ -1254,14 +1254,14 @@ Address: %4 用戶界面語言: - The user interface language can be set here. This setting will take effect after restarting SarmaCoins. + The user interface language can be set here. This setting will take effect after restarting Dash. 可以在這裡設定用戶介面的語言。這個設定在重啓達世幣軟體後才會生效。 Language missing or translation incomplete? Help contributing translations here: -https://www.transifex.com/projects/p/SarmaCoins/ +https://www.transifex.com/projects/p/dash/ 缺少相關語言或翻譯不完整?請到這裡協助翻譯 -https://www.transifex.com/projects/p/SarmaCoins/ +https://www.transifex.com/projects/p/dash/ User Interface Theme: @@ -1343,7 +1343,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ 表單 - The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. + The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. 顯示的資訊可能是過期的。跟達世幣網路的連線建立後,你的錢包會自動和網路同步,但是這個步驟還沒完成。 @@ -1427,7 +1427,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ 金額和循環次數: - 0 SarmaCoins / 0 Rounds + 0 DASH / 0 Rounds 0 達世幣 / 0 循環次數 @@ -1548,7 +1548,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ 要求付款時發生錯誤 - Cannot start SarmaCoins: click-to-pay handler + Cannot start dash: click-to-pay handler 無法啟動達世幣 : 點擊支付處理程序 @@ -1568,7 +1568,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ 無效的付款位址 %1 - URI cannot be parsed! This can be caused by an invalid SarmaCoins address or malformed URI parameters. + URI cannot be parsed! This can be caused by an invalid Dash address or malformed URI parameters. 沒辦法解析 URI 位址!可能是因為達世幣位址無效,或是 URI 參數格式錯誤。 @@ -1654,7 +1654,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ 金額 - Enter a SarmaCoins address (e.g. %1) + Enter a Dash address (e.g. %1) 輸入達世幣位址 (例如 %1) @@ -1740,7 +1740,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ 連線數 - Open the SarmaCoins debug log file from the current data directory. This can take a few seconds for large log files. + Open the Dash debug log file from the current data directory. This can take a few seconds for large log files. 從目前的資料目錄下開啓達世幣軟體的除錯紀錄檔。當紀錄檔很大時,可能會花好幾秒的時間。 @@ -1944,7 +1944,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ 輸出: - Welcome to the SarmaCoins RPC console. + Welcome to the Dash RPC console. 歡迎使用達世幣 RPC 主控台。 @@ -2007,7 +2007,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ 重複使用現有的收款位址(不建議)(&e) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the SarmaCoins network. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dash network. 附加在付款要求中的訊息,可以不填,打開要求內容時會顯示。注意: 這個訊息不會隨著付款送到達世幣網路上。 @@ -2019,7 +2019,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ 跟新收款位址關聯的標記,可以不填。 - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the SarmaCoins network. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Dash network. 附加在付款要求中的訊息,可以不填,打開要求內容時會顯示。<br>注意: 這個訊息不會隨著付款送到達世幣網路上。 @@ -2264,7 +2264,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ 如果自訂手續費設定為 1000 duffs ,而交易資料大小只有 250 個位元組的話,那麽選擇「每千位元組」就只會付 250 duffs 的手續費,<br />而「總共至少」會支付 1000 duffs。但是如果交易資料大小超過一千個位元組,那麽兩者都是每千位元組的費用。 - Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for SarmaCoins transactions than the network can process. + Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for dash transactions than the network can process. 當交易量少於區塊可容納的空間時,只付最低手續費不會有什麽問題。<br />但是當交易量的需求成長到超過整體網路可以處理的量時,可能會造成一筆一直不會被確認的交易。 @@ -2444,7 +2444,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ 只付最低手續費 %1 - Warning: Invalid SarmaCoins address + Warning: Invalid Dash address 警告: 無效的達世幣位址 @@ -2467,7 +2467,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ 付給:(&T) - The SarmaCoins address to send the payment to + The Dash address to send the payment to 接收付款的達世幣位址 @@ -2507,7 +2507,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ 訊息: - A message that was attached to the SarmaCoins: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the SarmaCoins network. + A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network. 附加在達世幣付款協議 URI 中的訊息,會和交易內容一起存起來,給你自己做參考。注意: 這個訊息不會送到達世幣網路上。 @@ -2534,7 +2534,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ ShutdownWindow - SarmaCoins Core is shutting down... + Dash Core is shutting down... 達世幣核心正在關閉中... @@ -2557,7 +2557,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ 你可以用自己的位址簽署訊息,來證明你對位址的所有權。但是請小心,不要簽署語意含糊不清的內容,因為釣魚式詐騙可能會用騙你簽署的手法來冒充是你。只有在語句中的細節你都同意時才簽署。 - The SarmaCoins address to sign the message with + The Dash address to sign the message with 用來簽署訊息的達世幣位址 @@ -2589,7 +2589,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ 複製目前的簽章到系統剪貼簿 - Sign the message to prove you own this SarmaCoins address + Sign the message to prove you own this Dash address 簽署這個訊息來證明這個達世幣位址是你的 @@ -2613,11 +2613,11 @@ https://www.transifex.com/projects/p/SarmaCoins/ 請在下面輸入簽署的位址,訊息(請確定完整複製了所包含的換行,空格,跳位符號等等),以及簽章,來驗證這個訊息。請小心,除了訊息內容以外,不要對簽章本身過度解讀,以避免被用「中間人攻擊法」詐騙。 - The SarmaCoins address the message was signed with + The Dash address the message was signed with 簽署這個訊息的達世幣位址 - Verify the message to ensure it was signed with the specified SarmaCoins address + Verify the message to ensure it was signed with the specified Dash address 驗證這個訊息來確定是用指定的達世幣位址簽署的 @@ -2684,7 +2684,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ SplashScreen - SarmaCoins Core + Dash Core 達世幣核心 @@ -2696,7 +2696,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ 位元幣核心開發人員 - The SarmaCoins Core developers + The Dash Core developers 達世幣核心開發人員 @@ -3180,8 +3180,8 @@ https://www.transifex.com/projects/p/SarmaCoins/ 付款 - InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 SarmaCoins. - 即時到帳系統暫時並不支援這麼高的交易金額。目前的金額僅限於%1 SarmaCoins。 + InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 DASH. + 即時到帳系統暫時並不支援這麼高的交易金額。目前的金額僅限於%1 DASH。 @@ -3220,7 +3220,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ - SarmaCoins-core + dash-core Bind to given address and always listen on it. Use [host]:port notation for IPv6 和指定的位址繫結,並且一直在指定位址聽候連線。IPv6 請用 [主機]:通訊埠 這種格式 @@ -3258,7 +3258,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ 這是個還沒發表的測試版本 - 使用請自負風險 - 請不要用來開採或商業應用 - Unable to bind to %s on this computer. SarmaCoins Core is probably already running. + Unable to bind to %s on this computer. Dash Core is probably already running. 沒辦法繫結在這台電腦上的 %s 。達世幣核心可能已經在執行了。 @@ -3438,11 +3438,11 @@ https://www.transifex.com/projects/p/SarmaCoins/ 錯誤: 找到不再支援的 -socks 參數。現在只支援 SOCKS5 協定的代理伺服器了,因為不再能夠指定 SOCKS 協定版本。 - Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for relaying (default: %s) + Fees (in DASH/Kb) smaller than this are considered zero fee for relaying (default: %s) 當處理轉發的交易時,如果每千位元組(Kb)的手續費比這個值低,就視為沒付手續費 (預設值: %s) - Fees (in SarmaCoins/Kb) smaller than this are considered zero fee for transaction creation (default: %s) + Fees (in DASH/Kb) smaller than this are considered zero fee for transaction creation (default: %s) 當建立交易時,如果每千位元組(Kb)的手續費比這個值低,就視為沒付手續費 (預設值: %s) @@ -3502,7 +3502,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ 警告: -maxtxfee 設定了很高的金額!這可是一次交易就有可能付出的最高手續費。 - Warning: Please check that your computer's date and time are correct! If your clock is wrong SarmaCoins Core will not work properly. + Warning: Please check that your computer's date and time are correct! If your clock is wrong Dash Core will not work properly. 警告: 請檢查電腦日期和時間是否正確!達世幣核心沒辦法在時鐘不準的情況下正常運作。 @@ -3530,7 +3530,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ 版權為位元幣核心開發人員自西元 2009 至 %i 年起所有 - Copyright (C) 2014-%i The SarmaCoins Core Developers + Copyright (C) 2014-%i The Dash Core Developers 版權為達世幣核心開發人員自西元 2014 至 %i 年起所有 @@ -3554,7 +3554,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ 連接到主節點時發生錯誤。 - Error loading wallet.dat: Wallet requires newer version of SarmaCoins Core + Error loading wallet.dat: Wallet requires newer version of Dash Core 載入 wallet.dat 檔案時發生錯誤: 這個錢包需要新版的達世幣核心 @@ -3738,7 +3738,7 @@ https://www.transifex.com/projects/p/SarmaCoins/ 與異常的節點斷線的臨界值 (預設: %u) - Wallet needed to be rewritten: restart SarmaCoins Core to complete + Wallet needed to be rewritten: restart Dash Core to complete 錢包需要重寫: 請重新啓動達世幣核心來完成 diff --git a/src/qt/macnotificationhandler.mm b/src/qt/macnotificationhandler.mm index f0d68aec79ef6..bec97e2a32b72 100644 --- a/src/qt/macnotificationhandler.mm +++ b/src/qt/macnotificationhandler.mm @@ -13,7 +13,7 @@ @implementation NSBundle(returnCorrectIdentifier) - (NSString *)__bundleIdentifier { if (self == [NSBundle mainBundle]) { - return @"io.SarmaCoins.SarmaCoins-Qt"; + return @"io.SarmaCoins.Dash-Qt"; } else { return [self __bundleIdentifier]; } diff --git a/src/qt/notificator.h b/src/qt/notificator.h index c3834e3680791..471675a685c1c 100644 --- a/src/qt/notificator.h +++ b/src/qt/notificator.h @@ -6,7 +6,7 @@ #define BITCOIN_QT_NOTIFICATOR_H #if defined(HAVE_CONFIG_H) -#include "config/SarmaCoins-config.h" +#include "config/dash-config.h" #endif #include diff --git a/src/qt/openuridialog.cpp b/src/qt/openuridialog.cpp index 820f5cd97658e..08ac80fb247a7 100644 --- a/src/qt/openuridialog.cpp +++ b/src/qt/openuridialog.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -17,7 +17,7 @@ OpenURIDialog::OpenURIDialog(QWidget *parent) : { ui->setupUi(this); #if QT_VERSION >= 0x040700 - ui->uriEdit->setPlaceholderText("SarmaCoins:"); + ui->uriEdit->setPlaceholderText("dash:"); #endif } @@ -49,5 +49,5 @@ void OpenURIDialog::on_selectFileButton_clicked() if(filename.isEmpty()) return; QUrl fileUri = QUrl::fromLocalFile(filename); - ui->uriEdit->setText("SarmaCoins:?r=" + QUrl::toPercentEncoding(fileUri.toString())); + ui->uriEdit->setText("dash:?r=" + QUrl::toPercentEncoding(fileUri.toString())); } diff --git a/src/qt/optionsdialog.cpp b/src/qt/optionsdialog.cpp index 718c515a0ffcb..d1b30399d2da3 100644 --- a/src/qt/optionsdialog.cpp +++ b/src/qt/optionsdialog.cpp @@ -3,7 +3,7 @@ // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) -#include "config/SarmaCoins-config.h" +#include "config/dash-config.h" #endif #include "optionsdialog.h" @@ -82,8 +82,8 @@ OptionsDialog::OptionsDialog(QWidget *parent, bool enableWallet) : } /* Theme selector */ - ui->theme->addItem(QString("SarmaCoins-blue"), QVariant("drkblue")); - ui->theme->addItem(QString("SarmaCoins-traditional"), QVariant("trad")); + ui->theme->addItem(QString("DASH-blue"), QVariant("drkblue")); + ui->theme->addItem(QString("DASH-traditional"), QVariant("trad")); /* Language selector */ diff --git a/src/qt/optionsmodel.cpp b/src/qt/optionsmodel.cpp index 3338a7a2ed2c6..e2f15ae74075a 100644 --- a/src/qt/optionsmodel.cpp +++ b/src/qt/optionsmodel.cpp @@ -1,10 +1,10 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) -#include "config/SarmaCoins-config.h" +#include "config/dash-config.h" #endif #include "optionsmodel.h" @@ -60,7 +60,7 @@ void OptionsModel::Init() // Display if (!settings.contains("nDisplayUnit")) - settings.setValue("nDisplayUnit", BitcoinUnits::SarmaCoins); + settings.setValue("nDisplayUnit", BitcoinUnits::DASH); nDisplayUnit = settings.value("nDisplayUnit").toInt(); if (!settings.contains("strThirdPartyTxUrls")) @@ -141,7 +141,7 @@ void OptionsModel::Init() if (settings.contains("nDarksendRounds")) SoftSetArg("-darksendrounds", settings.value("nDarksendRounds").toString().toStdString()); if (settings.contains("nAnonymizeDarkcoinAmount")) - SoftSetArg("-anonymizeSarmaCoinsamount", settings.value("nAnonymizeDarkcoinAmount").toString().toStdString()); + SoftSetArg("-anonymizedashamount", settings.value("nAnonymizeDarkcoinAmount").toString().toStdString()); language = settings.value("language").toString(); } @@ -152,7 +152,7 @@ void OptionsModel::Reset() // Remove all entries from our QSettings object settings.clear(); - resetSettings = true; // Needed in SarmaCoins.cpp during shotdown to also remove the window positions + resetSettings = true; // Needed in dash.cpp during shotdown to also remove the window positions // default setting for OptionsModel::StartAtStartup - disabled if (GUIUtil::GetStartOnSystemStartup()) diff --git a/src/qt/overviewpage.cpp b/src/qt/overviewpage.cpp index d0076a35505ac..e5d19950a6db7 100644 --- a/src/qt/overviewpage.cpp +++ b/src/qt/overviewpage.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -31,7 +31,7 @@ class TxViewDelegate : public QAbstractItemDelegate { Q_OBJECT public: - TxViewDelegate(): QAbstractItemDelegate(), unit(BitcoinUnits::SarmaCoins) + TxViewDelegate(): QAbstractItemDelegate(), unit(BitcoinUnits::DASH) { } @@ -279,7 +279,7 @@ void OverviewPage::setWalletModel(WalletModel *model) connect(model, SIGNAL(notifyWatchonlyChanged(bool)), this, SLOT(updateWatchOnlyLabels(bool))); } - // update the display unit, to not use the default ("SarmaCoins") + // update the display unit, to not use the default ("DASH") updateDisplayUnit(); } diff --git a/src/qt/paymentserver.cpp b/src/qt/paymentserver.cpp index ade69230aec8d..e08e628841c11 100644 --- a/src/qt/paymentserver.cpp +++ b/src/qt/paymentserver.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -51,14 +51,14 @@ using namespace boost; using namespace std; const int BITCOIN_IPC_CONNECT_TIMEOUT = 1000; // milliseconds -const QString BITCOIN_IPC_PREFIX("SarmaCoins:"); +const QString BITCOIN_IPC_PREFIX("dash:"); // BIP70 payment protocol messages const char* BIP70_MESSAGE_PAYMENTACK = "PaymentACK"; const char* BIP70_MESSAGE_PAYMENTREQUEST = "PaymentRequest"; // BIP71 payment protocol media types -const char* BIP71_MIMETYPE_PAYMENT = "application/SarmaCoins-payment"; -const char* BIP71_MIMETYPE_PAYMENTACK = "application/SarmaCoins-paymentack"; -const char* BIP71_MIMETYPE_PAYMENTREQUEST = "application/SarmaCoins-paymentrequest"; +const char* BIP71_MIMETYPE_PAYMENT = "application/dash-payment"; +const char* BIP71_MIMETYPE_PAYMENTACK = "application/dash-paymentack"; +const char* BIP71_MIMETYPE_PAYMENTREQUEST = "application/dash-paymentrequest"; // BIP70 max payment request size in bytes (DoS protection) const qint64 BIP70_MAX_PAYMENTREQUEST_SIZE = 50000; @@ -79,7 +79,7 @@ void PaymentServer::freeCertStore() // static QString ipcServerName() { - QString name("SarmaCoinsQt"); + QString name("DashQt"); // Append a simple hash of the datadir // Note that GetDataDir(true) returns a different path @@ -199,11 +199,11 @@ void PaymentServer::ipcParseCommandLine(int argc, char* argv[]) if (arg.startsWith("-")) continue; - // If the SarmaCoins: URI contains a payment request, we are not able to detect the + // If the dash: URI contains a payment request, we are not able to detect the // network as that would require fetching and parsing the payment request. // That means clicking such an URI which contains a testnet payment request // will start a mainnet instance and throw a "wrong network" error. - if (arg.startsWith(BITCOIN_IPC_PREFIX, Qt::CaseInsensitive)) // SarmaCoins: URI + if (arg.startsWith(BITCOIN_IPC_PREFIX, Qt::CaseInsensitive)) // dash: URI { savedPaymentRequests.append(arg); @@ -299,7 +299,7 @@ PaymentServer::PaymentServer(QObject* parent, bool startLocalServer) : GOOGLE_PROTOBUF_VERIFY_VERSION; // Install global event filter to catch QFileOpenEvents - // on Mac: sent when you click SarmaCoins: links + // on Mac: sent when you click dash: links // other OSes: helpful when dealing with payment request files (in the future) if (parent) parent->installEventFilter(this); @@ -316,7 +316,7 @@ PaymentServer::PaymentServer(QObject* parent, bool startLocalServer) : if (!uriServer->listen(name)) { // constructor is called early in init, so don't use "emit message()" here QMessageBox::critical(0, tr("Payment request error"), - tr("Cannot start SarmaCoins: click-to-pay handler")); + tr("Cannot start dash: click-to-pay handler")); } else { connect(uriServer, SIGNAL(newConnection()), this, SLOT(handleURIConnection())); @@ -331,12 +331,12 @@ PaymentServer::~PaymentServer() } // -// OSX-specific way of handling SarmaCoins: URIs and +// OSX-specific way of handling dash: URIs and // PaymentRequest mime types // bool PaymentServer::eventFilter(QObject *object, QEvent *event) { - // clicking on SarmaCoins: URIs creates FileOpen events on the Mac + // clicking on dash: URIs creates FileOpen events on the Mac if (event->type() == QEvent::FileOpen) { QFileOpenEvent *fileEvent = static_cast(event); @@ -358,7 +358,7 @@ void PaymentServer::initNetManager() if (netManager != NULL) delete netManager; - // netManager is used to fetch paymentrequests given in SarmaCoins: URIs + // netManager is used to fetch paymentrequests given in dash: URIs netManager = new QNetworkAccessManager(this); QNetworkProxy proxy; @@ -398,7 +398,7 @@ void PaymentServer::handleURIOrFile(const QString& s) return; } - if (s.startsWith(BITCOIN_IPC_PREFIX, Qt::CaseInsensitive)) // SarmaCoins: URI + if (s.startsWith(BITCOIN_IPC_PREFIX, Qt::CaseInsensitive)) // dash: URI { #if QT_VERSION < 0x050000 QUrl uri(s); @@ -442,7 +442,7 @@ void PaymentServer::handleURIOrFile(const QString& s) } else emit message(tr("URI handling"), - tr("URI cannot be parsed! This can be caused by an invalid SarmaCoins address or malformed URI parameters."), + tr("URI cannot be parsed! This can be caused by an invalid Dash address or malformed URI parameters."), CClientUIInterface::ICON_WARNING); return; @@ -563,7 +563,7 @@ bool PaymentServer::processPaymentRequest(PaymentRequestPlus& request, SendCoins addresses.append(QString::fromStdString(CBitcoinAddress(dest).ToString())); } else if (!recipient.authenticatedMerchant.isEmpty()) { - // Insecure payments to custom SarmaCoins addresses are not supported + // Insecure payments to custom dash addresses are not supported // (there is no good way to tell the user where they are paying in a way // they'd have a chance of understanding). emit message(tr("Payment request rejected"), diff --git a/src/qt/paymentserver.h b/src/qt/paymentserver.h index 71ae092990b67..f17491db309c7 100644 --- a/src/qt/paymentserver.h +++ b/src/qt/paymentserver.h @@ -6,7 +6,7 @@ #define BITCOIN_QT_PAYMENTSERVER_H // This class handles payment requests from clicking on -// SarmaCoins: URIs +// dash: URIs // // This is somewhat tricky, because we have to deal with // the situation where the user clicks on a link during diff --git a/src/qt/receiverequestdialog.cpp b/src/qt/receiverequestdialog.cpp index b72717ff96e4a..987a2fd41b558 100644 --- a/src/qt/receiverequestdialog.cpp +++ b/src/qt/receiverequestdialog.cpp @@ -22,7 +22,7 @@ #endif #if defined(HAVE_CONFIG_H) -#include "config/SarmaCoins-config.h" /* for USE_QRCODE */ +#include "config/dash-config.h" /* for USE_QRCODE */ #endif #ifdef USE_QRCODE diff --git a/src/qt/recentrequeststablemodel.h b/src/qt/recentrequeststablemodel.h index 28b47391c79d0..c678a2de88d6c 100644 --- a/src/qt/recentrequeststablemodel.h +++ b/src/qt/recentrequeststablemodel.h @@ -53,7 +53,7 @@ class RecentRequestEntryLessThan Qt::SortOrder order; }; -/** Model for list of recently generated payment requests / SarmaCoins: URIs. +/** Model for list of recently generated payment requests / dash: URIs. * Part of wallet model. */ class RecentRequestsTableModel: public QAbstractTableModel diff --git a/src/qt/res/css/drkblue.css b/src/qt/res/css/drkblue.css index 017562d0b62e1..965ef42a395c6 100644 --- a/src/qt/res/css/drkblue.css +++ b/src/qt/res/css/drkblue.css @@ -700,16 +700,16 @@ QDialog#HelpMessageDialog QScrollBar:vertical, QDialog#HelpMessageDialog QScroll border:0; } -/* About SarmaCoins Dialog */ +/* About Dash Dialog */ QDialog#AboutDialog { background-color:#F8F6F6; } -QDialog#AboutDialog QLabel#label, QDialog#AboutDialog QLabel#copyrightLabel, QDialog#AboutDialog QLabel#label_2 { /* About SarmaCoins Contents */ +QDialog#AboutDialog QLabel#label, QDialog#AboutDialog QLabel#copyrightLabel, QDialog#AboutDialog QLabel#label_2 { /* About Dash Contents */ margin-left:10px; } -QDialog#AboutDialog QLabel#label_2 { /* Margin for About SarmaCoins text */ +QDialog#AboutDialog QLabel#label_2 { /* Margin for About Dash text */ margin-right:10px; } @@ -1042,7 +1042,7 @@ min-width:410px; margin-right:20px; margin-left:0; margin-top:0; -background-image: url(':/images/SarmaCoins_logo_horizontal'); +background-image: url(':/images/dash_logo_horizontal'); background-repeat:none; } diff --git a/src/qt/res/dash-qt-res.rc b/src/qt/res/dash-qt-res.rc index 2a834766f4a53..2a8f850260f12 100644 --- a/src/qt/res/dash-qt-res.rc +++ b/src/qt/res/dash-qt-res.rc @@ -19,14 +19,14 @@ BEGIN BEGIN BLOCK "040904E4" // U.S. English - multilingual (hex) BEGIN - VALUE "CompanyName", "SarmaCoins" - VALUE "FileDescription", "SarmaCoins Core (OSS GUI client for SarmaCoins)" + VALUE "CompanyName", "Dash" + VALUE "FileDescription", "Dash Core (OSS GUI client for Dash)" VALUE "FileVersion", VER_FILEVERSION_STR - VALUE "InternalName", "SarmaCoins-qt" + VALUE "InternalName", "dash-qt" VALUE "LegalCopyright", COPYRIGHT_STR VALUE "LegalTrademarks1", "Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php." - VALUE "OriginalFilename", "SarmaCoins-qt.exe" - VALUE "ProductName", "SarmaCoins Core" + VALUE "OriginalFilename", "dash-qt.exe" + VALUE "ProductName", "Dash Core" VALUE "ProductVersion", VER_PRODUCTVERSION_STR END END diff --git a/src/qt/rpcconsole.cpp b/src/qt/rpcconsole.cpp index 27c4c889cb610..b3be32cc65048 100644 --- a/src/qt/rpcconsole.cpp +++ b/src/qt/rpcconsole.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -438,7 +438,7 @@ void RPCConsole::clear() "b { color: #006060; } " ); - message(CMD_REPLY, (tr("Welcome to the SarmaCoins RPC console.") + "
" + + message(CMD_REPLY, (tr("Welcome to the Dash RPC console.") + "
" + tr("Use up and down arrows to navigate history, and Ctrl-L to clear screen.") + "
" + tr("Type help for an overview of available commands.")), true); } diff --git a/src/qt/rpcconsole.h b/src/qt/rpcconsole.h index 38a0acfe2790d..07281c35a33bf 100644 --- a/src/qt/rpcconsole.h +++ b/src/qt/rpcconsole.h @@ -90,7 +90,7 @@ public slots: void showPeers(); /** Switch to wallet-repair tab and show */ void showRepair(); - /** Open external (default) editor with SarmaCoins.conf */ + /** Open external (default) editor with dash.conf */ void showConfEditor(); /** Handle selection of peer in peers list */ void peerSelected(const QItemSelection &selected, const QItemSelection &deselected); diff --git a/src/qt/sendcoinsdialog.cpp b/src/qt/sendcoinsdialog.cpp index 3b0dc162df7e2..9f3fc57ebc93b 100644 --- a/src/qt/sendcoinsdialog.cpp +++ b/src/qt/sendcoinsdialog.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -53,7 +53,7 @@ SendCoinsDialog::SendCoinsDialog(QWidget *parent) : connect(ui->checkBoxCoinControlChange, SIGNAL(stateChanged(int)), this, SLOT(coinControlChangeChecked(int))); connect(ui->lineEditCoinControlChange, SIGNAL(textEdited(const QString &)), this, SLOT(coinControlChangeEdited(const QString &))); - // SarmaCoins specific + // Dash specific QSettings settings; if (!settings.contains("bUseDarkSend")) settings.setValue("bUseDarkSend", false); @@ -855,7 +855,7 @@ void SendCoinsDialog::coinControlChangeEdited(const QString& text) } else if (!addr.IsValid()) // Invalid address { - ui->labelCoinControlChangeLabel->setText(tr("Warning: Invalid SarmaCoins address")); + ui->labelCoinControlChangeLabel->setText(tr("Warning: Invalid Dash address")); } else // Valid address { diff --git a/src/qt/sendcoinsentry.cpp b/src/qt/sendcoinsentry.cpp index b548a451adbbe..0a58998bd8308 100644 --- a/src/qt/sendcoinsentry.cpp +++ b/src/qt/sendcoinsentry.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -31,9 +31,9 @@ SendCoinsEntry::SendCoinsEntry(QWidget *parent) : ui->addAsLabel->setPlaceholderText(tr("Enter a label for this address to add it to your address book")); #endif - // normal SarmaCoins address field + // normal dash address field GUIUtil::setupAddressWidget(ui->payTo, this); - // just a label for displaying SarmaCoins address(es) + // just a label for displaying dash address(es) ui->payTo_is->setFont(GUIUtil::bitcoinAddressFont()); // Connect signals diff --git a/src/qt/signverifymessagedialog.cpp b/src/qt/signverifymessagedialog.cpp index 5ac8692f81fc4..67716aa5ddcf9 100644 --- a/src/qt/signverifymessagedialog.cpp +++ b/src/qt/signverifymessagedialog.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/splashscreen.cpp b/src/qt/splashscreen.cpp index f83509b6388cd..3312bd134167e 100644 --- a/src/qt/splashscreen.cpp +++ b/src/qt/splashscreen.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -33,10 +33,10 @@ SplashScreen::SplashScreen(Qt::WindowFlags f, const NetworkStyle *networkStyle) float fontFactor = 1.0; // define text to place - QString titleText = tr("SarmaCoins Core"); + QString titleText = tr("Dash Core"); QString versionText = QString(tr("Version %1")).arg(QString::fromStdString(FormatFullVersion())); QString copyrightTextBtc = QChar(0xA9)+QString(" 2009-%1 ").arg(COPYRIGHT_YEAR) + QString(tr("The Bitcoin Core developers")); - QString copyrightTextSarmaCoins = QChar(0xA9)+QString(" 2014-%1 ").arg(COPYRIGHT_YEAR) + QString(tr("The SarmaCoins Core developers")); + QString copyrightTextDash = QChar(0xA9)+QString(" 2014-%1 ").arg(COPYRIGHT_YEAR) + QString(tr("The Dash Core developers")); QString titleAddText = networkStyle->getTitleAddText(); QString font = QApplication::font().toString(); @@ -67,7 +67,7 @@ SplashScreen::SplashScreen(Qt::WindowFlags f, const NetworkStyle *networkStyle) // draw copyright stuff pixPaint.setFont(QFont(font, 10*fontFactor)); pixPaint.drawText(paddingLeft,paddingTop+titleCopyrightVSpace,copyrightTextBtc); - pixPaint.drawText(paddingLeft,paddingTop+titleCopyrightVSpace+12,copyrightTextSarmaCoins); + pixPaint.drawText(paddingLeft,paddingTop+titleCopyrightVSpace+12,copyrightTextDash); // draw additional text if special network if(!titleAddText.isEmpty()) { diff --git a/src/qt/test/Makefile b/src/qt/test/Makefile index 5a28636a10cf6..09cd874b11577 100644 --- a/src/qt/test/Makefile +++ b/src/qt/test/Makefile @@ -1,6 +1,6 @@ all: - $(MAKE) -C ../../ test_SarmaCoins_qt + $(MAKE) -C ../../ test_dash_qt clean: - $(MAKE) -C ../../ test_SarmaCoins_qt_clean + $(MAKE) -C ../../ test_dash_qt_clean check: - $(MAKE) -C ../../ test_SarmaCoins_qt_check + $(MAKE) -C ../../ test_dash_qt_check diff --git a/src/qt/test/test_main.cpp b/src/qt/test/test_main.cpp index 993a500f80ac4..36e926456c927 100644 --- a/src/qt/test/test_main.cpp +++ b/src/qt/test/test_main.cpp @@ -1,10 +1,10 @@ // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) -#include "config/SarmaCoins-config.h" +#include "config/dash-config.h" #endif #include "util.h" @@ -35,7 +35,7 @@ int main(int argc, char *argv[]) // Don't remove this, it's needed to access // QCoreApplication:: in the tests QCoreApplication app(argc, argv); - app.setApplicationName("SarmaCoins-Qt-test"); + app.setApplicationName("Dash-Qt-test"); URITests test1; if (QTest::qExec(&test1) != 0) diff --git a/src/qt/test/uritests.cpp b/src/qt/test/uritests.cpp index 2c3a6875d7dbb..c8598e46482bb 100644 --- a/src/qt/test/uritests.cpp +++ b/src/qt/test/uritests.cpp @@ -13,54 +13,54 @@ void URITests::uriTests() { SendCoinsRecipient rv; QUrl uri; - uri.setUrl(QString("SarmaCoins:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?req-dontexist=")); + uri.setUrl(QString("dash:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?req-dontexist=")); QVERIFY(!GUIUtil::parseBitcoinURI(uri, &rv)); - uri.setUrl(QString("SarmaCoins:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?dontexist=")); + uri.setUrl(QString("dash:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?dontexist=")); QVERIFY(GUIUtil::parseBitcoinURI(uri, &rv)); QVERIFY(rv.address == QString("XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg")); QVERIFY(rv.label == QString()); QVERIFY(rv.amount == 0); - uri.setUrl(QString("SarmaCoins:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?label=Some Example Address")); + uri.setUrl(QString("dash:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?label=Some Example Address")); QVERIFY(GUIUtil::parseBitcoinURI(uri, &rv)); QVERIFY(rv.address == QString("XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg")); QVERIFY(rv.label == QString("Some Example Address")); QVERIFY(rv.amount == 0); - uri.setUrl(QString("SarmaCoins:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?amount=0.001")); + uri.setUrl(QString("dash:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?amount=0.001")); QVERIFY(GUIUtil::parseBitcoinURI(uri, &rv)); QVERIFY(rv.address == QString("XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg")); QVERIFY(rv.label == QString()); QVERIFY(rv.amount == 100000); - uri.setUrl(QString("SarmaCoins:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?amount=1.001")); + uri.setUrl(QString("dash:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?amount=1.001")); QVERIFY(GUIUtil::parseBitcoinURI(uri, &rv)); QVERIFY(rv.address == QString("XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg")); QVERIFY(rv.label == QString()); QVERIFY(rv.amount == 100100000); - uri.setUrl(QString("SarmaCoins:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?amount=100&label=Some Example")); + uri.setUrl(QString("dash:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?amount=100&label=Some Example")); QVERIFY(GUIUtil::parseBitcoinURI(uri, &rv)); QVERIFY(rv.address == QString("XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg")); QVERIFY(rv.amount == 10000000000LL); QVERIFY(rv.label == QString("Some Example")); - uri.setUrl(QString("SarmaCoins:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?message=Some Example Address")); + uri.setUrl(QString("dash:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?message=Some Example Address")); QVERIFY(GUIUtil::parseBitcoinURI(uri, &rv)); QVERIFY(rv.address == QString("XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg")); QVERIFY(rv.label == QString()); - QVERIFY(GUIUtil::parseBitcoinURI("SarmaCoins://XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?message=Some Example Address", &rv)); + QVERIFY(GUIUtil::parseBitcoinURI("dash://XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?message=Some Example Address", &rv)); QVERIFY(rv.address == QString("XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg")); QVERIFY(rv.label == QString()); - uri.setUrl(QString("SarmaCoins:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?req-message=Some Example Address")); + uri.setUrl(QString("dash:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?req-message=Some Example Address")); QVERIFY(GUIUtil::parseBitcoinURI(uri, &rv)); - uri.setUrl(QString("SarmaCoins:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?amount=1,000&label=Some Example")); + uri.setUrl(QString("dash:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?amount=1,000&label=Some Example")); QVERIFY(!GUIUtil::parseBitcoinURI(uri, &rv)); - uri.setUrl(QString("SarmaCoins:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?amount=1,000.0&label=Some Example")); + uri.setUrl(QString("dash:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?amount=1,000.0&label=Some Example")); QVERIFY(!GUIUtil::parseBitcoinURI(uri, &rv)); } diff --git a/src/qt/transactiondesc.cpp b/src/qt/transactiondesc.cpp index f3f1ca2d9ec04..5fb1573edcf0d 100644 --- a/src/qt/transactiondesc.cpp +++ b/src/qt/transactiondesc.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -282,7 +282,7 @@ QString TransactionDesc::toHTML(CWallet *wallet, CWalletTx &wtx, TransactionReco strHTML += "" + tr("Transaction ID") + ": " + TransactionRecord::formatSubTxId(wtx.GetHash(), rec->idx) + "
"; - // Message from normal SarmaCoins:URI (SarmaCoins:XyZ...?message=example) + // Message from normal dash:URI (dash:XyZ...?message=example) foreach (const PAIRTYPE(string, string)& r, wtx.vOrderForm) if (r.first == "Message") strHTML += "
" + tr("Message") + ":
" + GUIUtil::HtmlEscape(r.second, true) + "
"; diff --git a/src/qt/transactionrecord.cpp b/src/qt/transactionrecord.cpp index 65d54ade1e588..968391a73635e 100644 --- a/src/qt/transactionrecord.cpp +++ b/src/qt/transactionrecord.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -58,7 +58,7 @@ QList TransactionRecord::decomposeTransaction(const CWallet * sub.involvesWatchAddress = mine == ISMINE_WATCH_ONLY; if (ExtractDestination(txout.scriptPubKey, address) && IsMine(*wallet, address)) { - // Received by SarmaCoins Address + // Received by Dash Address sub.type = TransactionRecord::RecvWithAddress; sub.address = CBitcoinAddress(address).ToString(); } @@ -129,7 +129,7 @@ QList TransactionRecord::decomposeTransaction(const CWallet * CTxDestination address; if (ExtractDestination(wtx.vout[0].scriptPubKey, address)) { - // Sent to SarmaCoins Address + // Sent to Dash Address sub.address = CBitcoinAddress(address).ToString(); } else @@ -182,7 +182,7 @@ QList TransactionRecord::decomposeTransaction(const CWallet * CTxDestination address; if (ExtractDestination(txout.scriptPubKey, address)) { - // Sent to SarmaCoins Address + // Sent to Dash Address sub.type = TransactionRecord::SendToAddress; sub.address = CBitcoinAddress(address).ToString(); } diff --git a/src/qt/utilitydialog.cpp b/src/qt/utilitydialog.cpp index ccc6078ea89ad..c0bfc47c41b19 100644 --- a/src/qt/utilitydialog.cpp +++ b/src/qt/utilitydialog.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -29,7 +29,7 @@ HelpMessageDialog::HelpMessageDialog(QWidget *parent, bool about) : ui->setupUi(this); GUIUtil::restoreWindowGeometry("nHelpMessageDialogWindow", this->size(), this); - QString version = tr("SarmaCoins Core") + " " + tr("version") + " " + QString::fromStdString(FormatFullVersion()); + QString version = tr("Dash Core") + " " + tr("version") + " " + QString::fromStdString(FormatFullVersion()); /* On x86 add a bit specifier to the version so that users can distinguish between * 32 and 64 bit builds. On other architectures, 32/64 bit may be more ambigious. */ @@ -41,7 +41,7 @@ HelpMessageDialog::HelpMessageDialog(QWidget *parent, bool about) : if (about) { - setWindowTitle(tr("About SarmaCoins Core")); + setWindowTitle(tr("About Dash Core")); /// HTML-format the license message from the core QString licenseInfo = QString::fromStdString(LicenseInfo()); @@ -62,7 +62,7 @@ HelpMessageDialog::HelpMessageDialog(QWidget *parent, bool about) : } else { setWindowTitle(tr("Command-line options")); QString header = tr("Usage:") + "\n" + - " SarmaCoins-qt [" + tr("command-line options") + "] " + "\n"; + " dash-qt [" + tr("command-line options") + "] " + "\n"; QString coreOptions = QString::fromStdString(HelpMessage(HMM_BITCOIN_QT)); @@ -114,7 +114,7 @@ ShutdownWindow::ShutdownWindow(QWidget *parent, Qt::WindowFlags f): { QVBoxLayout *layout = new QVBoxLayout(); layout->addWidget(new QLabel( - tr("SarmaCoins Core is shutting down...") + "

" + + tr("Dash Core is shutting down...") + "

" + tr("Do not shut down the computer until this window disappears."))); setLayout(layout); } diff --git a/src/qt/walletmodel.cpp b/src/qt/walletmodel.cpp index 408cabded6ddb..71179e791f157 100644 --- a/src/qt/walletmodel.cpp +++ b/src/qt/walletmodel.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -247,7 +247,7 @@ WalletModel::SendCoinsReturn WalletModel::prepareTransaction(WalletModelTransact total += subtotal; } else - { // User-entered SarmaCoins address / amount: + { // User-entered dash address / amount: if(!validateAddress(rcp.address)) { return InvalidAddress; @@ -289,7 +289,7 @@ WalletModel::SendCoinsReturn WalletModel::prepareTransaction(WalletModelTransact if(recipients[0].useInstantX && total > GetSporkValue(SPORK_5_MAX_VALUE)*COIN){ - emit message(tr("Send Coins"), tr("InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 SarmaCoins.").arg(GetSporkValue(SPORK_5_MAX_VALUE)), + emit message(tr("Send Coins"), tr("InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 DASH.").arg(GetSporkValue(SPORK_5_MAX_VALUE)), CClientUIInterface::MSG_ERROR); return TransactionCreationFailed; } @@ -298,7 +298,7 @@ WalletModel::SendCoinsReturn WalletModel::prepareTransaction(WalletModelTransact transaction.setTransactionFee(nFeeRequired); if(recipients[0].useInstantX && newTx->GetValueOut() > GetSporkValue(SPORK_5_MAX_VALUE)*COIN){ - emit message(tr("Send Coins"), tr("InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 SarmaCoins.").arg(GetSporkValue(SPORK_5_MAX_VALUE)), + emit message(tr("Send Coins"), tr("InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 DASH.").arg(GetSporkValue(SPORK_5_MAX_VALUE)), CClientUIInterface::MSG_ERROR); return TransactionCreationFailed; } @@ -346,7 +346,7 @@ WalletModel::SendCoinsReturn WalletModel::sendCoins(WalletModelTransaction &tran rcp.paymentRequest.SerializeToString(&value); newTx->vOrderForm.push_back(make_pair(key, value)); } - else if (!rcp.message.isEmpty()) // Message from normal SarmaCoins:URI (SarmaCoins:XyZ...?message=example) + else if (!rcp.message.isEmpty()) // Message from normal dash:URI (dash:XyZ...?message=example) { newTx->vOrderForm.push_back(make_pair("Message", rcp.message.toStdString())); } diff --git a/src/qt/walletview.h b/src/qt/walletview.h index c224bf2fa79a6..71fd26ba9c7af 100644 --- a/src/qt/walletview.h +++ b/src/qt/walletview.h @@ -109,7 +109,7 @@ public slots: /** Show progress dialog e.g. for rescan */ void showProgress(const QString &title, int nProgress); - /** Update selected SarmaCoins amount from transactionview */ + /** Update selected DASH amount from transactionview */ void trxAmount(QString amount); signals: diff --git a/src/rpcblockchain.cpp b/src/rpcblockchain.cpp index 7c48a57d7e5f8..8ff4ffc80e379 100644 --- a/src/rpcblockchain.cpp +++ b/src/rpcblockchain.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -173,7 +173,7 @@ Value getrawmempool(const Array& params, bool fHelp) "{ (json object)\n" " \"transactionid\" : { (json object)\n" " \"size\" : n, (numeric) transaction size in bytes\n" - " \"fee\" : n, (numeric) transaction fee in SarmaCoinss\n" + " \"fee\" : n, (numeric) transaction fee in dashs\n" " \"time\" : n, (numeric) local time transaction entered pool in seconds since 1 Jan 1970 GMT\n" " \"height\" : n, (numeric) block height when transaction entered pool\n" " \"startingpriority\" : n, (numeric) priority when transaction entered pool\n" @@ -430,8 +430,8 @@ Value gettxout(const Array& params, bool fHelp) " \"hex\" : \"hex\", (string) \n" " \"reqSigs\" : n, (numeric) Number of required signatures\n" " \"type\" : \"pubkeyhash\", (string) The type, eg pubkeyhash\n" - " \"addresses\" : [ (array of string) array of SarmaCoins addresses\n" - " \"SarmaCoinsaddress\" (string) SarmaCoins address\n" + " \"addresses\" : [ (array of string) array of dash addresses\n" + " \"dashaddress\" (string) dash address\n" " ,...\n" " ]\n" " },\n" diff --git a/src/rpcclient.cpp b/src/rpcclient.cpp index d206a5dbad84e..4844f6567373d 100644 --- a/src/rpcclient.cpp +++ b/src/rpcclient.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/rpcdump.cpp b/src/rpcdump.cpp index 1c902fb07f935..1171965f1bc8a 100644 --- a/src/rpcdump.cpp +++ b/src/rpcdump.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -74,10 +74,10 @@ Value importprivkey(const Array& params, bool fHelp) { if (fHelp || params.size() < 1 || params.size() > 3) throw runtime_error( - "importprivkey \"SarmaCoinsprivkey\" ( \"label\" rescan )\n" + "importprivkey \"dashprivkey\" ( \"label\" rescan )\n" "\nAdds a private key (as returned by dumpprivkey) to your wallet.\n" "\nArguments:\n" - "1. \"SarmaCoinsprivkey\" (string, required) The private key (see dumpprivkey)\n" + "1. \"dashprivkey\" (string, required) The private key (see dumpprivkey)\n" "2. \"label\" (string, optional, default=\"\") An optional label\n" "3. rescan (boolean, optional, default=true) Rescan the wallet for transactions\n" "\nNote: This call can take minutes to complete if rescan is true.\n" @@ -168,7 +168,7 @@ Value importaddress(const Array& params, bool fHelp) std::vector data(ParseHex(params[0].get_str())); script = CScript(data.begin(), data.end()); } else { - throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid SarmaCoins address or script"); + throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Dash address or script"); } string strLabel = ""; @@ -310,11 +310,11 @@ Value dumpprivkey(const Array& params, bool fHelp) { if (fHelp || params.size() != 1) throw runtime_error( - "dumpprivkey \"SarmaCoinsaddress\"\n" - "\nReveals the private key corresponding to 'SarmaCoinsaddress'.\n" + "dumpprivkey \"dashaddress\"\n" + "\nReveals the private key corresponding to 'dashaddress'.\n" "Then the importprivkey can be used with this output\n" "\nArguments:\n" - "1. \"SarmaCoinsaddress\" (string, required) The SarmaCoins address for the private key\n" + "1. \"dashaddress\" (string, required) The dash address for the private key\n" "\nResult:\n" "\"key\" (string) The private key\n" "\nExamples:\n" @@ -328,7 +328,7 @@ Value dumpprivkey(const Array& params, bool fHelp) string strAddress = params[0].get_str(); CBitcoinAddress address; if (!address.SetString(strAddress)) - throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid SarmaCoins address"); + throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Dash address"); CKeyID keyID; if (!address.GetKeyID(keyID)) throw JSONRPCError(RPC_TYPE_ERROR, "Address does not refer to a key"); @@ -373,7 +373,7 @@ Value dumpwallet(const Array& params, bool fHelp) std::sort(vKeyBirth.begin(), vKeyBirth.end()); // produce output - file << strprintf("# Wallet dump created by SarmaCoins %s (%s)\n", CLIENT_BUILD, CLIENT_DATE); + file << strprintf("# Wallet dump created by Dash %s (%s)\n", CLIENT_BUILD, CLIENT_DATE); file << strprintf("# * Created on %s\n", EncodeDumpTime(GetTime())); file << strprintf("# * Best block at time of backup was %i (%s),\n", chainActive.Height(), chainActive.Tip()->GetBlockHash().ToString()); file << strprintf("# mined on %s\n", EncodeDumpTime(chainActive.Tip()->GetBlockTime())); diff --git a/src/rpcmasternode-budget.cpp b/src/rpcmasternode-budget.cpp index 7780d54126989..3245349f847c2 100644 --- a/src/rpcmasternode-budget.cpp +++ b/src/rpcmasternode-budget.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015 The SarmaCoins Developers +// Copyright (c) 2014-2015 The Dash Developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -31,9 +31,9 @@ Value mnbudget(const Array& params, bool fHelp) "\nAvailable commands:\n" " prepare - Prepare proposal for network by signing and creating tx\n" " submit - Submit proposal for network\n" - " vote-many - Vote on a SarmaCoins initiative\n" - " vote-alias - Vote on a SarmaCoins initiative\n" - " vote - Vote on a SarmaCoins initiative/budget\n" + " vote-many - Vote on a Dash initiative\n" + " vote-alias - Vote on a Dash initiative\n" + " vote - Vote on a Dash initiative/budget\n" " getvotes - Show current masternode budgets\n" " getinfo - Show current masternode budgets\n" " show - Show all budgets\n" @@ -60,7 +60,7 @@ Value mnbudget(const Array& params, bool fHelp) mnEntries = masternodeConfig.getEntries(); if (params.size() != 7) - throw runtime_error("Correct usage is 'mnbudget prepare proposal-name url payment_count block_start SarmaCoins_address monthly_payment_SarmaCoins'"); + throw runtime_error("Correct usage is 'mnbudget prepare proposal-name url payment_count block_start dash_address monthly_payment_dash'"); std::string strProposalName = params[1].get_str(); if(strProposalName.size() > 20) @@ -93,9 +93,9 @@ Value mnbudget(const Array& params, bool fHelp) CBitcoinAddress address(params[5].get_str()); if (!address.IsValid()) - throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid SarmaCoins address"); + throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Dash address"); - // Parse SarmaCoins address + // Parse Dash address CScript scriptPubKey = GetScriptForDestination(address.Get()); CAmount nAmount = AmountFromValue(params[6]); @@ -137,7 +137,7 @@ Value mnbudget(const Array& params, bool fHelp) mnEntries = masternodeConfig.getEntries(); if (params.size() != 8) - throw runtime_error("Correct usage is 'mnbudget submit proposal-name url payment_count block_start SarmaCoins_address monthly_payment_SarmaCoins fee_tx'"); + throw runtime_error("Correct usage is 'mnbudget submit proposal-name url payment_count block_start dash_address monthly_payment_dash fee_tx'"); // Check these inputs the same way we check the vote commands: // ********************************************************** @@ -173,9 +173,9 @@ Value mnbudget(const Array& params, bool fHelp) CBitcoinAddress address(params[5].get_str()); if (!address.IsValid()) - throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid SarmaCoins address"); + throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Dash address"); - // Parse SarmaCoins address + // Parse Dash address CScript scriptPubKey = GetScriptForDestination(address.Get()); CAmount nAmount = AmountFromValue(params[6]); uint256 hash = ParseHashV(params[7], "parameter 1"); diff --git a/src/rpcmasternode.cpp b/src/rpcmasternode.cpp index ffc3a31e89711..d59abb77416d0 100644 --- a/src/rpcmasternode.cpp +++ b/src/rpcmasternode.cpp @@ -34,7 +34,7 @@ void SendMoney(const CTxDestination &address, CAmount nValue, CWalletTx& wtxNew, throw JSONRPCError(RPC_WALLET_ERROR, strError); } - // Parse SarmaCoins address + // Parse Dash address CScript scriptPubKey = GetScriptForDestination(address); // Create and send the transaction @@ -55,8 +55,8 @@ Value darksend(const Array& params, bool fHelp) { if (fHelp || params.size() == 0) throw runtime_error( - "darksend \n" - "SarmaCoinsaddress, reset, or auto (AutoDenominate)" + "darksend \n" + "dashaddress, reset, or auto (AutoDenominate)" " is a real and will be rounded to the next 0.1" + HelpRequiringPassphrase()); @@ -77,14 +77,14 @@ Value darksend(const Array& params, bool fHelp) if (params.size() != 2) throw runtime_error( - "darksend \n" - "SarmaCoinsaddress, denominate, or auto (AutoDenominate)" + "darksend \n" + "dashaddress, denominate, or auto (AutoDenominate)" " is a real and will be rounded to the next 0.1" + HelpRequiringPassphrase()); CBitcoinAddress address(params[0].get_str()); if (!address.IsValid()) - throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid SarmaCoins address"); + throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Dash address"); // Amount CAmount nAmount = AmountFromValue(params[1]); @@ -140,7 +140,7 @@ Value masternode(const Array& params, bool fHelp) " genkey - Generate new masternodeprivkey\n" " enforce - Enforce masternode payments\n" " outputs - Print masternode compatible outputs\n" - " start - Start masternode configured in SarmaCoins.conf\n" + " start - Start masternode configured in dash.conf\n" " start-alias - Start single masternode by assigned alias configured in masternode.conf\n" " start- - Start masternodes configured in masternode.conf (: 'all', 'missing', 'disabled')\n" " status - Print masternode status information\n" diff --git a/src/rpcmining.cpp b/src/rpcmining.cpp index d4a374ec80b6b..4f42e7e534abd 100644 --- a/src/rpcmining.cpp +++ b/src/rpcmining.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -101,7 +101,7 @@ Value getgenerate(const Array& params, bool fHelp) throw runtime_error( "getgenerate\n" "\nReturn if the server is set to generate coins or not. The default is false.\n" - "It is set with the command line argument -gen (or SarmaCoins.conf setting gen)\n" + "It is set with the command line argument -gen (or dash.conf setting gen)\n" "It can also be set with the setgenerate call.\n" "\nResult\n" "true|false (boolean) If the server is set to generate coins or not\n" @@ -440,10 +440,10 @@ Value getblocktemplate(const Array& params, bool fHelp) throw JSONRPCError(RPC_INVALID_PARAMETER, "Invalid mode"); if (vNodes.empty()) - throw JSONRPCError(RPC_CLIENT_NOT_CONNECTED, "SarmaCoins is not connected!"); + throw JSONRPCError(RPC_CLIENT_NOT_CONNECTED, "Dash is not connected!"); if (IsInitialBlockDownload()) - throw JSONRPCError(RPC_CLIENT_IN_INITIAL_DOWNLOAD, "SarmaCoins is downloading blocks..."); + throw JSONRPCError(RPC_CLIENT_IN_INITIAL_DOWNLOAD, "Dash is downloading blocks..."); static unsigned int nTransactionsUpdatedLast; diff --git a/src/rpcmisc.cpp b/src/rpcmisc.cpp index 3cbacdcc64995..5aa41de1f33e7 100644 --- a/src/rpcmisc.cpp +++ b/src/rpcmisc.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -55,8 +55,8 @@ Value getinfo(const Array& params, bool fHelp) " \"version\": xxxxx, (numeric) the server version\n" " \"protocolversion\": xxxxx, (numeric) the protocol version\n" " \"walletversion\": xxxxx, (numeric) the wallet version\n" - " \"balance\": xxxxxxx, (numeric) the total SarmaCoins balance of the wallet\n" - " \"darksend_balance\": xxxxxx, (numeric) the anonymized SarmaCoins balance of the wallet\n" + " \"balance\": xxxxxxx, (numeric) the total dash balance of the wallet\n" + " \"darksend_balance\": xxxxxx, (numeric) the anonymized dash balance of the wallet\n" " \"blocks\": xxxxxx, (numeric) the current number of blocks processed in the server\n" " \"timeoffset\": xxxxx, (numeric) the time offset\n" " \"connections\": xxxxx, (numeric) the number of connections\n" @@ -66,8 +66,8 @@ Value getinfo(const Array& params, bool fHelp) " \"keypoololdest\": xxxxxx, (numeric) the timestamp (seconds since GMT epoch) of the oldest pre-generated key in the key pool\n" " \"keypoolsize\": xxxx, (numeric) how many new keys are pre-generated\n" " \"unlocked_until\": ttt, (numeric) the timestamp in seconds since epoch (midnight Jan 1 1970 GMT) that the wallet is unlocked for transfers, or 0 if the wallet is locked\n" - " \"paytxfee\": x.xxxx, (numeric) the transaction fee set in SarmaCoins/kb\n" - " \"relayfee\": x.xxxx, (numeric) minimum relay fee for non-free transactions in SarmaCoins/kb\n" + " \"paytxfee\": x.xxxx, (numeric) the transaction fee set in dash/kb\n" + " \"relayfee\": x.xxxx, (numeric) minimum relay fee for non-free transactions in dash/kb\n" " \"errors\": \"...\" (string) any error messages\n" "}\n" "\nExamples:\n" @@ -247,14 +247,14 @@ Value validateaddress(const Array& params, bool fHelp) { if (fHelp || params.size() != 1) throw runtime_error( - "validateaddress \"SarmaCoinsaddress\"\n" - "\nReturn information about the given SarmaCoins address.\n" + "validateaddress \"dashaddress\"\n" + "\nReturn information about the given dash address.\n" "\nArguments:\n" - "1. \"SarmaCoinsaddress\" (string, required) The SarmaCoins address to validate\n" + "1. \"dashaddress\" (string, required) The dash address to validate\n" "\nResult:\n" "{\n" " \"isvalid\" : true|false, (boolean) If the address is valid or not. If not, this is the only property returned.\n" - " \"address\" : \"SarmaCoinsaddress\", (string) The SarmaCoins address validated\n" + " \"address\" : \"dashaddress\", (string) The dash address validated\n" " \"ismine\" : true|false, (boolean) If the address is yours or not\n" " \"isscript\" : true|false, (boolean) If the key is a script\n" " \"pubkey\" : \"publickeyhex\", (string) The hex value of the raw public key\n" @@ -314,7 +314,7 @@ CScript _createmultisig_redeemScript(const Array& params) { const std::string& ks = keys[i].get_str(); #ifdef ENABLE_WALLET - // Case 1: SarmaCoins address and we have full public key: + // Case 1: Dash address and we have full public key: CBitcoinAddress address(ks); if (pwalletMain && address.IsValid()) { @@ -365,9 +365,9 @@ Value createmultisig(const Array& params, bool fHelp) "\nArguments:\n" "1. nrequired (numeric, required) The number of required signatures out of the n keys or addresses.\n" - "2. \"keys\" (string, required) A json array of keys which are SarmaCoins addresses or hex-encoded public keys\n" + "2. \"keys\" (string, required) A json array of keys which are dash addresses or hex-encoded public keys\n" " [\n" - " \"key\" (string) SarmaCoins address or hex-encoded public key\n" + " \"key\" (string) dash address or hex-encoded public key\n" " ,...\n" " ]\n" @@ -402,10 +402,10 @@ Value verifymessage(const Array& params, bool fHelp) { if (fHelp || params.size() != 3) throw runtime_error( - "verifymessage \"SarmaCoinsaddress\" \"signature\" \"message\"\n" + "verifymessage \"dashaddress\" \"signature\" \"message\"\n" "\nVerify a signed message\n" "\nArguments:\n" - "1. \"SarmaCoinsaddress\" (string, required) The SarmaCoins address to use for the signature.\n" + "1. \"dashaddress\" (string, required) The dash address to use for the signature.\n" "2. \"signature\" (string, required) The signature provided by the signer in base 64 encoding (see signmessage).\n" "3. \"message\" (string, required) The message that was signed.\n" "\nResult:\n" diff --git a/src/rpcnet.cpp b/src/rpcnet.cpp index 15480cdaa8258..a8f51fa6122dd 100644 --- a/src/rpcnet.cpp +++ b/src/rpcnet.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -95,7 +95,7 @@ Value getpeerinfo(const Array& params, bool fHelp) " \"pingtime\": n, (numeric) ping time\n" " \"pingwait\": n, (numeric) ping wait\n" " \"version\": v, (numeric) The peer version, such as 7001\n" - " \"subver\": \"/SarmaCoins Core:x.x.x/\", (string) The string version\n" + " \"subver\": \"/Dash Core:x.x.x/\", (string) The string version\n" " \"inbound\": true|false, (boolean) Inbound (true) or Outbound (false)\n" " \"startingheight\": n, (numeric) The starting height (block) of the peer\n" " \"banscore\": n, (numeric) The ban score\n" @@ -229,7 +229,7 @@ Value getaddednodeinfo(const Array& params, bool fHelp) " \"connected\" : true|false, (boolean) If connected\n" " \"addresses\" : [\n" " {\n" - " \"address\" : \"192.168.0.201:9999\", (string) The SarmaCoins server host and port\n" + " \"address\" : \"192.168.0.201:9999\", (string) The dash server host and port\n" " \"connected\" : \"outbound\" (string) connection, inbound or outbound\n" " }\n" " ,...\n" @@ -381,7 +381,7 @@ Value getnetworkinfo(const Array& params, bool fHelp) "\nResult:\n" "{\n" " \"version\": xxxxx, (numeric) the server version\n" - " \"subversion\": \"/SarmaCoins Core:x.x.x/\", (string) the server subversion string\n" + " \"subversion\": \"/Dash Core:x.x.x/\", (string) the server subversion string\n" " \"protocolversion\": xxxxx, (numeric) the protocol version\n" " \"localservices\": \"xxxxxxxxxxxxxxxx\", (string) the services we offer to the network\n" " \"timeoffset\": xxxxx, (numeric) the time offset\n" @@ -395,7 +395,7 @@ Value getnetworkinfo(const Array& params, bool fHelp) " }\n" " ,...\n" " ],\n" - " \"relayfee\": x.xxxxxxxx, (numeric) minimum relay fee for non-free transactions in SarmaCoins/kb\n" + " \"relayfee\": x.xxxxxxxx, (numeric) minimum relay fee for non-free transactions in dash/kb\n" " \"localaddresses\": [ (array) list of local addresses\n" " {\n" " \"address\": \"xxxx\", (string) network address\n" diff --git a/src/rpcprotocol.cpp b/src/rpcprotocol.cpp index 961d5497ac188..b5f8f5ce75877 100644 --- a/src/rpcprotocol.cpp +++ b/src/rpcprotocol.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -45,7 +45,7 @@ string HTTPPost(const string& strMsg, const map& mapRequestHeader { ostringstream s; s << "POST / HTTP/1.1\r\n" - << "User-Agent: SarmaCoins-json-rpc/" << FormatFullVersion() << "\r\n" + << "User-Agent: dash-json-rpc/" << FormatFullVersion() << "\r\n" << "Host: 127.0.0.1\r\n" << "Content-Type: application/json\r\n" << "Content-Length: " << strMsg.size() << "\r\n" @@ -80,7 +80,7 @@ string HTTPError(int nStatus, bool keepalive, bool headersOnly) if (nStatus == HTTP_UNAUTHORIZED) return strprintf("HTTP/1.0 401 Authorization Required\r\n" "Date: %s\r\n" - "Server: SarmaCoins-json-rpc/%s\r\n" + "Server: dash-json-rpc/%s\r\n" "WWW-Authenticate: Basic realm=\"jsonrpc\"\r\n" "Content-Type: text/html\r\n" "Content-Length: 296\r\n" @@ -107,7 +107,7 @@ string HTTPReplyHeader(int nStatus, bool keepalive, size_t contentLength, const "Connection: %s\r\n" "Content-Length: %u\r\n" "Content-Type: %s\r\n" - "Server: SarmaCoins-json-rpc/%s\r\n" + "Server: dash-json-rpc/%s\r\n" "\r\n", nStatus, httpStatusDescription(nStatus), @@ -249,7 +249,7 @@ int ReadHTTPMessage(std::basic_istream& stream, map 1) throw runtime_error( "stop\n" - "\nStop SarmaCoins server."); + "\nStop Dash server."); // Shutdown will take long enough that the response should get back StartShutdown(); - return "SarmaCoins server stopping"; + return "Dash server stopping"; } @@ -308,16 +308,16 @@ static const CRPCCommand vRPCCommands[] = { "hidden", "reconsiderblock", &reconsiderblock, true, true, false }, { "hidden", "setmocktime", &setmocktime, true, false, false }, - /* SarmaCoins features */ - { "SarmaCoins", "masternode", &masternode, true, true, false }, - { "SarmaCoins", "masternodelist", &masternodelist, true, true, false }, - { "SarmaCoins", "mnbudget", &mnbudget, true, true, false }, - { "SarmaCoins", "mnbudgetvoteraw", &mnbudgetvoteraw, true, true, false }, - { "SarmaCoins", "mnfinalbudget", &mnfinalbudget, true, true, false }, - { "SarmaCoins", "mnsync", &mnsync, true, true, false }, - { "SarmaCoins", "spork", &spork, true, true, false }, + /* Dash features */ + { "dash", "masternode", &masternode, true, true, false }, + { "dash", "masternodelist", &masternodelist, true, true, false }, + { "dash", "mnbudget", &mnbudget, true, true, false }, + { "dash", "mnbudgetvoteraw", &mnbudgetvoteraw, true, true, false }, + { "dash", "mnfinalbudget", &mnfinalbudget, true, true, false }, + { "dash", "mnsync", &mnsync, true, true, false }, + { "dash", "spork", &spork, true, true, false }, #ifdef ENABLE_WALLET - { "SarmaCoins", "darksend", &darksend, false, false, true }, /* not threadSafe because of SendMoney */ + { "dash", "darksend", &darksend, false, false, true }, /* not threadSafe because of SendMoney */ /* Wallet */ { "wallet", "addmultisigaddress", &addmultisigaddress, true, false, true }, @@ -586,16 +586,16 @@ void StartRPCThreads() unsigned char rand_pwd[32]; GetRandBytes(rand_pwd, 32); uiInterface.ThreadSafeMessageBox(strprintf( - _("To use SarmaCoinsd, or the -server option to SarmaCoins-qt, you must set an rpcpassword in the configuration file:\n" + _("To use dashd, or the -server option to dash-qt, you must set an rpcpassword in the configuration file:\n" "%s\n" "It is recommended you use the following random password:\n" - "rpcuser=SarmaCoinsrpc\n" + "rpcuser=dashrpc\n" "rpcpassword=%s\n" "(you do not need to remember this password)\n" "The username and password MUST NOT be the same.\n" "If the file does not exist, create it with owner-readable-only file permissions.\n" "It is also recommended to set alertnotify so you are notified of problems;\n" - "for example: alertnotify=echo %%s | mail -s \"SarmaCoins Alert\" admin@foo.com\n"), + "for example: alertnotify=echo %%s | mail -s \"Dash Alert\" admin@foo.com\n"), GetConfigFile().string(), EncodeBase58(&rand_pwd[0],&rand_pwd[0]+32)), "", CClientUIInterface::MSG_ERROR | CClientUIInterface::SECURE); @@ -1046,7 +1046,7 @@ json_spirit::Value CRPCTable::execute(const std::string &strMethod, const json_s } std::string HelpExampleCli(string methodname, string args){ - return "> SarmaCoins-cli " + methodname + " " + args + "\n"; + return "> dash-cli " + methodname + " " + args + "\n"; } std::string HelpExampleRpc(string methodname, string args){ diff --git a/src/rpcserver.h b/src/rpcserver.h index b25e7e8dc3846..ff8d556173f6d 100644 --- a/src/rpcserver.h +++ b/src/rpcserver.h @@ -93,7 +93,7 @@ class CRPCCommand }; /** - * SarmaCoins RPC command dispatcher. + * Dash RPC command dispatcher. */ class CRPCTable { diff --git a/src/rpcwallet.cpp b/src/rpcwallet.cpp index 7afed9c5f6d8e..c60c819a35c51 100644 --- a/src/rpcwallet.cpp +++ b/src/rpcwallet.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -84,13 +84,13 @@ Value getnewaddress(const Array& params, bool fHelp) if (fHelp || params.size() > 1) throw runtime_error( "getnewaddress ( \"account\" )\n" - "\nReturns a new SarmaCoins address for receiving payments.\n" + "\nReturns a new Dash address for receiving payments.\n" "If 'account' is specified (recommended), it is added to the address book \n" "so payments received with the address will be credited to 'account'.\n" "\nArguments:\n" "1. \"account\" (string, optional) The account name for the address to be linked to. if not provided, the default account \"\" is used. It can also be set to the empty string \"\" to represent the default account. The account does not need to exist, it will be created if there is no account by the given name.\n" "\nResult:\n" - "\"SarmaCoinsaddress\" (string) The new SarmaCoins address\n" + "\"dashaddress\" (string) The new dash address\n" "\nExamples:\n" + HelpExampleCli("getnewaddress", "") + HelpExampleCli("getnewaddress", "\"\"") @@ -160,11 +160,11 @@ Value getaccountaddress(const Array& params, bool fHelp) if (fHelp || params.size() != 1) throw runtime_error( "getaccountaddress \"account\"\n" - "\nReturns the current SarmaCoins address for receiving payments to this account.\n" + "\nReturns the current Dash address for receiving payments to this account.\n" "\nArguments:\n" "1. \"account\" (string, required) The account name for the address. It can also be set to the empty string \"\" to represent the default account. The account does not need to exist, it will be created and a new address created if there is no account by the given name.\n" "\nResult:\n" - "\"SarmaCoinsaddress\" (string) The account SarmaCoins address\n" + "\"dashaddress\" (string) The account dash address\n" "\nExamples:\n" + HelpExampleCli("getaccountaddress", "") + HelpExampleCli("getaccountaddress", "\"\"") @@ -188,7 +188,7 @@ Value getrawchangeaddress(const Array& params, bool fHelp) if (fHelp || params.size() > 1) throw runtime_error( "getrawchangeaddress\n" - "\nReturns a new SarmaCoins address, for receiving change.\n" + "\nReturns a new Dash address, for receiving change.\n" "This is for use with raw transactions, NOT normal use.\n" "\nResult:\n" "\"address\" (string) The address\n" @@ -217,10 +217,10 @@ Value setaccount(const Array& params, bool fHelp) { if (fHelp || params.size() < 1 || params.size() > 2) throw runtime_error( - "setaccount \"SarmaCoinsaddress\" \"account\"\n" + "setaccount \"dashaddress\" \"account\"\n" "\nSets the account associated with the given address.\n" "\nArguments:\n" - "1. \"SarmaCoinsaddress\" (string, required) The SarmaCoins address to be associated with an account.\n" + "1. \"dashaddress\" (string, required) The dash address to be associated with an account.\n" "2. \"account\" (string, required) The account to assign the address to.\n" "\nExamples:\n" + HelpExampleCli("setaccount", "\"XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg\" \"tabby\"") @@ -229,7 +229,7 @@ Value setaccount(const Array& params, bool fHelp) CBitcoinAddress address(params[0].get_str()); if (!address.IsValid()) - throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid SarmaCoins address"); + throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Dash address"); string strAccount; @@ -259,10 +259,10 @@ Value getaccount(const Array& params, bool fHelp) { if (fHelp || params.size() != 1) throw runtime_error( - "getaccount \"SarmaCoinsaddress\"\n" + "getaccount \"dashaddress\"\n" "\nReturns the account associated with the given address.\n" "\nArguments:\n" - "1. \"SarmaCoinsaddress\" (string, required) The SarmaCoins address for account lookup.\n" + "1. \"dashaddress\" (string, required) The dash address for account lookup.\n" "\nResult:\n" "\"accountname\" (string) the account address\n" "\nExamples:\n" @@ -272,7 +272,7 @@ Value getaccount(const Array& params, bool fHelp) CBitcoinAddress address(params[0].get_str()); if (!address.IsValid()) - throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid SarmaCoins address"); + throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Dash address"); string strAccount; map::iterator mi = pwalletMain->mapAddressBook.find(address.Get()); @@ -292,7 +292,7 @@ Value getaddressesbyaccount(const Array& params, bool fHelp) "1. \"account\" (string, required) The account name.\n" "\nResult:\n" "[ (json array of string)\n" - " \"SarmaCoinsaddress\" (string) a SarmaCoins address associated with the given account\n" + " \"dashaddress\" (string) a dash address associated with the given account\n" " ,...\n" "]\n" "\nExamples:\n" @@ -331,7 +331,7 @@ void SendMoney(const CTxDestination &address, CAmount nValue, CWalletTx& wtxNew, throw JSONRPCError(RPC_WALLET_ERROR, strError); } - // Parse SarmaCoins address + // Parse Dash address CScript scriptPubKey = GetScriptForDestination(address); // Create and send the transaction @@ -352,11 +352,11 @@ Value sendtoaddress(const Array& params, bool fHelp) { if (fHelp || params.size() < 2 || params.size() > 4) throw runtime_error( - "sendtoaddress \"SarmaCoinsaddress\" amount ( \"comment\" \"comment-to\" )\n" + "sendtoaddress \"dashaddress\" amount ( \"comment\" \"comment-to\" )\n" "\nSend an amount to a given address. The amount is a real and is rounded to the nearest 0.00000001\n" + HelpRequiringPassphrase() + "\nArguments:\n" - "1. \"SarmaCoinsaddress\" (string, required) The SarmaCoins address to send to.\n" + "1. \"dashaddress\" (string, required) The dash address to send to.\n" "2. \"amount\" (numeric, required) The amount in btc to send. eg 0.1\n" "3. \"comment\" (string, optional) A comment used to store what the transaction is for. \n" " This is not part of the transaction, just kept in your wallet.\n" @@ -373,7 +373,7 @@ Value sendtoaddress(const Array& params, bool fHelp) CBitcoinAddress address(params[0].get_str()); if (!address.IsValid()) - throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid SarmaCoins address"); + throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Dash address"); // Amount CAmount nAmount = AmountFromValue(params[1]); @@ -396,11 +396,11 @@ Value sendtoaddressix(const Array& params, bool fHelp) { if (fHelp || params.size() < 2 || params.size() > 4) throw runtime_error( - "sendtoaddressix \"SarmaCoinsaddress\" amount ( \"comment\" \"comment-to\" )\n" + "sendtoaddressix \"dashaddress\" amount ( \"comment\" \"comment-to\" )\n" "\nSend an amount to a given address. The amount is a real and is rounded to the nearest 0.00000001\n" + HelpRequiringPassphrase() + "\nArguments:\n" - "1. \"SarmaCoinsaddress\" (string, required) The SarmaCoins address to send to.\n" + "1. \"dashaddress\" (string, required) The dash address to send to.\n" "2. \"amount\" (numeric, required) The amount in btc to send. eg 0.1\n" "3. \"comment\" (string, optional) A comment used to store what the transaction is for. \n" " This is not part of the transaction, just kept in your wallet.\n" @@ -417,7 +417,7 @@ Value sendtoaddressix(const Array& params, bool fHelp) CBitcoinAddress address(params[0].get_str()); if (!address.IsValid()) - throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid SarmaCoins address"); + throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Dash address"); // Amount CAmount nAmount = AmountFromValue(params[1]); @@ -447,7 +447,7 @@ Value listaddressgroupings(const Array& params, bool fHelp) "[\n" " [\n" " [\n" - " \"SarmaCoinsaddress\", (string) The SarmaCoins address\n" + " \"dashaddress\", (string) The dash address\n" " amount, (numeric) The amount in btc\n" " \"account\" (string, optional) The account\n" " ]\n" @@ -486,11 +486,11 @@ Value signmessage(const Array& params, bool fHelp) { if (fHelp || params.size() != 2) throw runtime_error( - "signmessage \"SarmaCoinsaddress\" \"message\"\n" + "signmessage \"dashaddress\" \"message\"\n" "\nSign a message with the private key of an address" + HelpRequiringPassphrase() + "\n" "\nArguments:\n" - "1. \"SarmaCoinsaddress\" (string, required) The SarmaCoins address to use for the private key.\n" + "1. \"dashaddress\" (string, required) The dash address to use for the private key.\n" "2. \"message\" (string, required) The message to create a signature of.\n" "\nResult:\n" "\"signature\" (string) The signature of the message encoded in base 64\n" @@ -537,10 +537,10 @@ Value getreceivedbyaddress(const Array& params, bool fHelp) { if (fHelp || params.size() < 1 || params.size() > 2) throw runtime_error( - "getreceivedbyaddress \"SarmaCoinsaddress\" ( minconf )\n" - "\nReturns the total amount received by the given SarmaCoinsaddress in transactions with at least minconf confirmations.\n" + "getreceivedbyaddress \"dashaddress\" ( minconf )\n" + "\nReturns the total amount received by the given dashaddress in transactions with at least minconf confirmations.\n" "\nArguments:\n" - "1. \"SarmaCoinsaddress\" (string, required) The SarmaCoins address for transactions.\n" + "1. \"dashaddress\" (string, required) The dash address for transactions.\n" "2. minconf (numeric, optional, default=1) Only include transactions confirmed at least this many times.\n" "\nResult:\n" "amount (numeric) The total amount in btc received at this address.\n" @@ -555,10 +555,10 @@ Value getreceivedbyaddress(const Array& params, bool fHelp) + HelpExampleRpc("getreceivedbyaddress", "\"XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg\", 6") ); - // SarmaCoins address + // Dash address CBitcoinAddress address = CBitcoinAddress(params[0].get_str()); if (!address.IsValid()) - throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid SarmaCoins address"); + throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Dash address"); CScript scriptPubKey = GetScriptForDestination(address.Get()); if (!IsMine(*pwalletMain,scriptPubKey)) return (double)0.0; @@ -823,13 +823,13 @@ Value sendfrom(const Array& params, bool fHelp) { if (fHelp || params.size() < 3 || params.size() > 6) throw runtime_error( - "sendfrom \"fromaccount\" \"toSarmaCoinsaddress\" amount ( minconf \"comment\" \"comment-to\" )\n" - "\nSent an amount from an account to a SarmaCoins address.\n" + "sendfrom \"fromaccount\" \"todashaddress\" amount ( minconf \"comment\" \"comment-to\" )\n" + "\nSent an amount from an account to a dash address.\n" "The amount is a real and is rounded to the nearest 0.00000001." + HelpRequiringPassphrase() + "\n" "\nArguments:\n" "1. \"fromaccount\" (string, required) The name of the account to send funds from. May be the default account using \"\".\n" - "2. \"toSarmaCoinsaddress\" (string, required) The SarmaCoins address to send funds to.\n" + "2. \"todashaddress\" (string, required) The dash address to send funds to.\n" "3. amount (numeric, required) The amount in btc. (transaction fee is added on top).\n" "4. minconf (numeric, optional, default=1) Only use funds with at least this many confirmations.\n" "5. \"comment\" (string, optional) A comment used to store what the transaction is for. \n" @@ -851,7 +851,7 @@ Value sendfrom(const Array& params, bool fHelp) string strAccount = AccountFromValue(params[0]); CBitcoinAddress address(params[1].get_str()); if (!address.IsValid()) - throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid SarmaCoins address"); + throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Dash address"); CAmount nAmount = AmountFromValue(params[2]); int nMinDepth = 1; if (params.size() > 3) @@ -888,7 +888,7 @@ Value sendmany(const Array& params, bool fHelp) "1. \"fromaccount\" (string, required) The account to send the funds from, can be \"\" for the default account\n" "2. \"amounts\" (string, required) A json object with addresses and amounts\n" " {\n" - " \"address\":amount (numeric) The SarmaCoins address is the key, the numeric amount in btc is the value\n" + " \"address\":amount (numeric) The dash address is the key, the numeric amount in btc is the value\n" " ,...\n" " }\n" "3. minconf (numeric, optional, default=1) Only use the balance confirmed at least this many times.\n" @@ -924,7 +924,7 @@ Value sendmany(const Array& params, bool fHelp) { CBitcoinAddress address(s.name_); if (!address.IsValid()) - throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, string("Invalid SarmaCoins address: ")+s.name_); + throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, string("Invalid Dash address: ")+s.name_); if (setAddress.count(address)) throw JSONRPCError(RPC_INVALID_PARAMETER, string("Invalid parameter, duplicated address: ")+s.name_); @@ -966,20 +966,20 @@ Value addmultisigaddress(const Array& params, bool fHelp) { string msg = "addmultisigaddress nrequired [\"key\",...] ( \"account\" )\n" "\nAdd a nrequired-to-sign multisignature address to the wallet.\n" - "Each key is a SarmaCoins address or hex-encoded public key.\n" + "Each key is a Dash address or hex-encoded public key.\n" "If 'account' is specified, assign address to that account.\n" "\nArguments:\n" "1. nrequired (numeric, required) The number of required signatures out of the n keys or addresses.\n" - "2. \"keysobject\" (string, required) A json array of SarmaCoins addresses or hex-encoded public keys\n" + "2. \"keysobject\" (string, required) A json array of dash addresses or hex-encoded public keys\n" " [\n" - " \"address\" (string) SarmaCoins address or hex-encoded public key\n" + " \"address\" (string) dash address or hex-encoded public key\n" " ...,\n" " ]\n" "3. \"account\" (string, optional) An account to assign the addresses to.\n" "\nResult:\n" - "\"SarmaCoinsaddress\" (string) A SarmaCoins address associated with the keys.\n" + "\"dashaddress\" (string) A dash address associated with the keys.\n" "\nExamples:\n" "\nAdd a multisig address from 2 addresses\n" @@ -1323,7 +1323,7 @@ Value listtransactions(const Array& params, bool fHelp) " {\n" " \"account\":\"accountname\", (string) The account name associated with the transaction. \n" " It will be \"\" for the default account.\n" - " \"address\":\"SarmaCoinsaddress\", (string) The SarmaCoins address of the transaction. Not present for \n" + " \"address\":\"dashaddress\", (string) The dash address of the transaction. Not present for \n" " move transactions (category = move).\n" " \"category\":\"send|receive|move\", (string) The transaction category. 'move' is a local (off blockchain)\n" " transaction between accounts, and not associated with an address,\n" @@ -1509,7 +1509,7 @@ Value listsinceblock(const Array& params, bool fHelp) "{\n" " \"transactions\": [\n" " \"account\":\"accountname\", (string) The account name associated with the transaction. Will be \"\" for the default account.\n" - " \"address\":\"SarmaCoinsaddress\", (string) The SarmaCoins address of the transaction. Not present for move transactions (category = move).\n" + " \"address\":\"dashaddress\", (string) The dash address of the transaction. Not present for move transactions (category = move).\n" " \"category\":\"send|receive\", (string) The transaction category. 'send' has negative amounts, 'receive' has positive amounts.\n" " \"amount\": x.xxx, (numeric) The amount in btc. This is negative for the 'send' category, and for the 'move' category for moves \n" " outbound. It is positive for the 'receive' category, and for the 'move' category for inbound funds.\n" @@ -1605,7 +1605,7 @@ Value gettransaction(const Array& params, bool fHelp) " \"details\" : [\n" " {\n" " \"account\" : \"accountname\", (string) The account name involved in the transaction, can be \"\" for the default account.\n" - " \"address\" : \"SarmaCoinsaddress\", (string) The SarmaCoins address involved in the transaction\n" + " \"address\" : \"dashaddress\", (string) The dash address involved in the transaction\n" " \"category\" : \"send|receive\", (string) The category, either 'send' or 'receive'\n" " \"amount\" : x.xxx (numeric) The amount in btc\n" " \"vout\" : n, (numeric) the vout value\n" @@ -1722,7 +1722,7 @@ Value walletpassphrase(const Array& params, bool fHelp) throw runtime_error( "walletpassphrase \"passphrase\" timeout ( anonymizeonly )\n" "\nStores the wallet decryption key in memory for 'timeout' seconds.\n" - "This is needed prior to performing transactions related to private keys such as sending SarmaCoinss\n" + "This is needed prior to performing transactions related to private keys such as sending dashs\n" "\nArguments:\n" "1. \"passphrase\" (string, required) The wallet passphrase\n" "2. timeout (numeric, required) The time to keep the decryption key in seconds.\n" @@ -1865,10 +1865,10 @@ Value encryptwallet(const Array& params, bool fHelp) "\nExamples:\n" "\nEncrypt you wallet\n" + HelpExampleCli("encryptwallet", "\"my pass phrase\"") + - "\nNow set the passphrase to use the wallet, such as for signing or sending SarmaCoins\n" + "\nNow set the passphrase to use the wallet, such as for signing or sending dash\n" + HelpExampleCli("walletpassphrase", "\"my pass phrase\"") + "\nNow we can so something like sign\n" - + HelpExampleCli("signmessage", "\"SarmaCoinsaddress\" \"test message\"") + + + HelpExampleCli("signmessage", "\"dashaddress\" \"test message\"") + "\nNow lock the wallet again by removing the passphrase\n" + HelpExampleCli("walletlock", "") + "\nAs a json rpc call\n" @@ -1898,7 +1898,7 @@ Value encryptwallet(const Array& params, bool fHelp) // slack space in .dat files; that is bad if the old data is // unencrypted private keys. So: StartShutdown(); - return "wallet encrypted; SarmaCoins server stopping, restart to run with encrypted wallet. The keypool has been flushed, you need to make a new backup."; + return "wallet encrypted; dash server stopping, restart to run with encrypted wallet. The keypool has been flushed, you need to make a new backup."; } Value lockunspent(const Array& params, bool fHelp) @@ -1908,7 +1908,7 @@ Value lockunspent(const Array& params, bool fHelp) "lockunspent unlock [{\"txid\":\"txid\",\"vout\":n},...]\n" "\nUpdates list of temporarily unspendable outputs.\n" "Temporarily lock (unlock=false) or unlock (unlock=true) specified transaction outputs.\n" - "A locked transaction output will not be chosen by automatic coin selection, when spending SarmaCoinss.\n" + "A locked transaction output will not be chosen by automatic coin selection, when spending dashs.\n" "Locks are stored in memory only. Nodes start with zero locked outputs, and the locked output list\n" "is always cleared (by virtue of process exit) when a node stops or fails.\n" "Also see the listunspent call\n" @@ -2031,7 +2031,7 @@ Value settxfee(const Array& params, bool fHelp) "settxfee amount\n" "\nSet the transaction fee per kB.\n" "\nArguments:\n" - "1. amount (numeric, required) The transaction fee in SarmaCoins/kB rounded to the nearest 0.00000001\n" + "1. amount (numeric, required) The transaction fee in DASH/kB rounded to the nearest 0.00000001\n" "\nResult\n" "true|false (boolean) Returns true if successful\n" "\nExamples:\n" @@ -2057,7 +2057,7 @@ Value getwalletinfo(const Array& params, bool fHelp) "\nResult:\n" "{\n" " \"walletversion\": xxxxx, (numeric) the wallet version\n" - " \"balance\": xxxxxxx, (numeric) the total SarmaCoins balance of the wallet\n" + " \"balance\": xxxxxxx, (numeric) the total dash balance of the wallet\n" " \"txcount\": xxxxxxx, (numeric) the total number of transactions in the wallet\n" " \"keypoololdest\": xxxxxx, (numeric) the timestamp (seconds since GMT epoch) of the oldest pre-generated key in the key pool\n" " \"keypoolsize\": xxxx, (numeric) how many new keys are pre-generated\n" diff --git a/src/script/bitcoinconsensus.h b/src/script/bitcoinconsensus.h index eb5d91ea859db..937189a6ad9a3 100644 --- a/src/script/bitcoinconsensus.h +++ b/src/script/bitcoinconsensus.h @@ -7,7 +7,7 @@ #define BITCOIN_BITCOINCONSENSUS_H #if defined(BUILD_BITCOIN_INTERNAL) && defined(HAVE_CONFIG_H) -#include "config/SarmaCoins-config.h" +#include "config/dash-config.h" #if defined(_WIN32) #if defined(DLL_EXPORT) #if defined(HAVE_FUNC_ATTRIBUTE_DLLEXPORT) diff --git a/src/spork.h b/src/spork.h index 9d7ec034db2d0..148c3509a0edd 100644 --- a/src/spork.h +++ b/src/spork.h @@ -1,5 +1,5 @@ -// Copyright (c) 2009-2012 The SarmaCoins developers +// Copyright (c) 2009-2012 The Dash developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef SPORK_H @@ -39,7 +39,7 @@ using namespace boost; #define SPORK_2_INSTANTX_DEFAULT 978307200 //2001-1-1 #define SPORK_3_INSTANTX_BLOCK_FILTERING_DEFAULT 1424217600 //2015-2-18 -#define SPORK_5_MAX_VALUE_DEFAULT 1000 //1000 SarmaCoins +#define SPORK_5_MAX_VALUE_DEFAULT 1000 //1000 DASH #define SPORK_7_MASTERNODE_SCANNING_DEFAULT 978307200 //2001-1-1 #define SPORK_8_MASTERNODE_PAYMENT_ENFORCEMENT_DEFAULT 4070908800 //OFF #define SPORK_9_MASTERNODE_BUDGET_ENFORCEMENT_DEFAULT 4070908800 //OFF diff --git a/src/test/Makefile b/src/test/Makefile index 98ea26d65b660..a8fb61559b132 100644 --- a/src/test/Makefile +++ b/src/test/Makefile @@ -1,6 +1,6 @@ all: - $(MAKE) -C .. SarmaCoins_test + $(MAKE) -C .. dash_test clean: - $(MAKE) -C .. SarmaCoins_test_clean + $(MAKE) -C .. dash_test_clean check: - $(MAKE) -C .. SarmaCoins_test_check + $(MAKE) -C .. dash_test_check diff --git a/src/test/README.md b/src/test/README.md index 04ed2340a8a2b..53f3c42313aa9 100644 --- a/src/test/README.md +++ b/src/test/README.md @@ -5,9 +5,9 @@ sense to simply use this framework rather than require developers to configure some other framework (we want as few impediments to creating unit tests as possible). -The build system is setup to compile an executable called "test_SarmaCoins" +The build system is setup to compile an executable called "test_dash" that runs all of the unit tests. The main source file is called -test_SarmaCoins.cpp, which simply includes other files that contain the +test_dash.cpp, which simply includes other files that contain the actual unit tests (outside of a couple required preprocessor directives). The pattern is to create one test file for each class or source file for which you want to create unit tests. The file naming diff --git a/src/test/getarg_tests.cpp b/src/test/getarg_tests.cpp index 4238346405760..8a984304f4e66 100644 --- a/src/test/getarg_tests.cpp +++ b/src/test/getarg_tests.cpp @@ -125,7 +125,7 @@ BOOST_AUTO_TEST_CASE(intarg) BOOST_CHECK_EQUAL(GetArg("-bar", 11), 0); } -BOOST_AUTO_TEST_CASE(doubleSarmaCoins) +BOOST_AUTO_TEST_CASE(doubledash) { ResetArgs("--foo"); BOOST_CHECK_EQUAL(GetBoolArg("-foo", false), true); diff --git a/src/test/main_tests.cpp b/src/test/main_tests.cpp index b2dd5b7e8fc3c..3de8c91044f49 100644 --- a/src/test/main_tests.cpp +++ b/src/test/main_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2014 The Bitcoin Core developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/netbase_tests.cpp b/src/test/netbase_tests.cpp index d72fb1cca5a97..9384732405a8b 100644 --- a/src/test/netbase_tests.cpp +++ b/src/test/netbase_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2012-2014 The Bitcoin Core developers -// Copyright (c) 2014-2015 The SarmaCoins Core developers +// Copyright (c) 2014-2015 The Dash Core developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/test_dash.cpp b/src/test/test_dash.cpp index c6bb679b33e80..ea4d85638de1f 100644 --- a/src/test/test_dash.cpp +++ b/src/test/test_dash.cpp @@ -2,7 +2,7 @@ // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. -#define BOOST_TEST_MODULE SarmaCoins Test Suite +#define BOOST_TEST_MODULE Dash Test Suite #include "main.h" #include "random.h" @@ -38,7 +38,7 @@ struct TestingSetup { #ifdef ENABLE_WALLET bitdb.MakeMock(); #endif - pathTemp = GetTempPath() / strprintf("test_SarmaCoins_%lu_%i", (unsigned long)GetTime(), (int)(GetRand(100000))); + pathTemp = GetTempPath() / strprintf("test_dash_%lu_%i", (unsigned long)GetTime(), (int)(GetRand(100000))); boost::filesystem::create_directories(pathTemp); mapArgs["-datadir"] = pathTemp.string(); pblocktree = new CBlockTreeDB(1 << 20, true); diff --git a/src/timedata.cpp b/src/timedata.cpp index f7b943c501862..fe638c52e742e 100644 --- a/src/timedata.cpp +++ b/src/timedata.cpp @@ -97,7 +97,7 @@ void AddTimeData(const CNetAddr& ip, int64_t nTime) if (!fMatch) { fDone = true; - string strMessage = _("Warning: Please check that your computer's date and time are correct! If your clock is wrong SarmaCoins Core will not work properly."); + string strMessage = _("Warning: Please check that your computer's date and time are correct! If your clock is wrong Dash Core will not work properly."); strMiscWarning = strMessage; LogPrintf("*** %s\n", strMessage); uiInterface.ThreadSafeMessageBox(strMessage, "", CClientUIInterface::MSG_WARNING); diff --git a/src/uint256.h b/src/uint256.h index 6db4277a930e5..ae8e0701e1d15 100644 --- a/src/uint256.h +++ b/src/uint256.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/util.cpp b/src/util.cpp index 05833a0402ef0..42c1571f9d85a 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -1,11 +1,11 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) -#include "config/SarmaCoins-config.h" +#include "config/dash-config.h" #endif #include "util.h" @@ -103,7 +103,7 @@ namespace boost { using namespace std; -//SarmaCoins only features +//Dash only features bool fMasterNode = false; string strMasterNodePrivKey = ""; string strMasterNodeAddr = ""; @@ -232,8 +232,8 @@ bool LogAcceptCategory(const char* category) const vector& categories = mapMultiArgs["-debug"]; ptrCategory.reset(new set(categories.begin(), categories.end())); // thread_specific_ptr automatically deletes the set when the thread ends. - // "SarmaCoins" is a composite category enabling all SarmaCoins-related debug output - if(ptrCategory->count(string("SarmaCoins"))) { + // "dash" is a composite category enabling all Dash-related debug output + if(ptrCategory->count(string("dash"))) { ptrCategory->insert(string("darksend")); ptrCategory->insert(string("instantx")); ptrCategory->insert(string("masternode")); @@ -396,7 +396,7 @@ static std::string FormatException(std::exception* pex, const char* pszThread) char pszModule[MAX_PATH] = ""; GetModuleFileNameA(NULL, pszModule, sizeof(pszModule)); #else - const char* pszModule = "SarmaCoins"; + const char* pszModule = "dash"; #endif if (pex) return strprintf( @@ -417,13 +417,13 @@ void PrintExceptionContinue(std::exception* pex, const char* pszThread) boost::filesystem::path GetDefaultDataDir() { namespace fs = boost::filesystem; - // Windows < Vista: C:\Documents and Settings\Username\Application Data\SarmaCoins - // Windows >= Vista: C:\Users\Username\AppData\Roaming\SarmaCoins - // Mac: ~/Library/Application Support/SarmaCoins - // Unix: ~/.SarmaCoins + // Windows < Vista: C:\Documents and Settings\Username\Application Data\Dash + // Windows >= Vista: C:\Users\Username\AppData\Roaming\Dash + // Mac: ~/Library/Application Support/Dash + // Unix: ~/.dash #ifdef WIN32 // Windows - return GetSpecialFolderPath(CSIDL_APPDATA) / "SarmaCoins"; + return GetSpecialFolderPath(CSIDL_APPDATA) / "Dash"; #else fs::path pathRet; char* pszHome = getenv("HOME"); @@ -435,10 +435,10 @@ boost::filesystem::path GetDefaultDataDir() // Mac pathRet /= "Library/Application Support"; TryCreateDirectory(pathRet); - return pathRet / "SarmaCoins"; + return pathRet / "Dash"; #else // Unix - return pathRet / ".SarmaCoins"; + return pathRet / ".dash"; #endif #endif } @@ -485,7 +485,7 @@ void ClearDatadirCache() boost::filesystem::path GetConfigFile() { - boost::filesystem::path pathConfigFile(GetArg("-conf", "SarmaCoins.conf")); + boost::filesystem::path pathConfigFile(GetArg("-conf", "dash.conf")); if (!pathConfigFile.is_complete()) pathConfigFile = GetDataDir(false) / pathConfigFile; @@ -504,7 +504,7 @@ void ReadConfigFile(map& mapSettingsRet, { boost::filesystem::ifstream streamConfig(GetConfigFile()); if (!streamConfig.good()){ - // Create empty SarmaCoins.conf if it does not excist + // Create empty dash.conf if it does not excist FILE* configFile = fopen(GetConfigFile().string().c_str(), "a"); if (configFile != NULL) fclose(configFile); @@ -516,7 +516,7 @@ void ReadConfigFile(map& mapSettingsRet, for (boost::program_options::detail::config_file_iterator it(streamConfig, setOptions), end; it != end; ++it) { - // Don't overwrite existing settings so command line settings override SarmaCoins.conf + // Don't overwrite existing settings so command line settings override dash.conf string strKey = string("-") + it->string_key; if (mapSettingsRet.count(strKey) == 0) { @@ -533,7 +533,7 @@ void ReadConfigFile(map& mapSettingsRet, #ifndef WIN32 boost::filesystem::path GetPidFile() { - boost::filesystem::path pathPidFile(GetArg("-pid", "SarmaCoinsd.pid")); + boost::filesystem::path pathPidFile(GetArg("-pid", "dashd.pid")); if (!pathPidFile.is_complete()) pathPidFile = GetDataDir() / pathPidFile; return pathPidFile; } diff --git a/src/util.h b/src/util.h index 356a642082b32..6127b69da5c17 100644 --- a/src/util.h +++ b/src/util.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -12,7 +12,7 @@ #define BITCOIN_UTIL_H #if defined(HAVE_CONFIG_H) -#include "config/SarmaCoins-config.h" +#include "config/dash-config.h" #endif #include "compat.h" @@ -28,7 +28,7 @@ #include #include -//SarmaCoins only features +//Dash only features extern bool fMasterNode; extern bool fLiteMode; @@ -194,7 +194,7 @@ void RenameThread(const char* name); */ template void LoopForever(const char* name, Callable func, int64_t msecs) { - std::string s = strprintf("SarmaCoins-%s", name); + std::string s = strprintf("dash-%s", name); RenameThread(s.c_str()); LogPrintf("%s thread start\n", name); try @@ -225,7 +225,7 @@ template void LoopForever(const char* name, Callable func, */ template void TraceThread(const char* name, Callable func) { - std::string s = strprintf("SarmaCoins-%s", name); + std::string s = strprintf("dash-%s", name); RenameThread(s.c_str()); try { diff --git a/src/utiltime.cpp b/src/utiltime.cpp index 03f2325e88027..9a1e10c2cb562 100644 --- a/src/utiltime.cpp +++ b/src/utiltime.cpp @@ -4,7 +4,7 @@ // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) -#include "config/SarmaCoins-config.h" +#include "config/dash-config.h" #endif #include "utiltime.h" diff --git a/src/version.h b/src/version.h index d587554c5e167..12f3cceeaf62e 100644 --- a/src/version.h +++ b/src/version.h @@ -1,5 +1,5 @@ // Copyright (c) 2012-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/wallet.cpp b/src/wallet.cpp index eda5c56c0c248..d57ddbdb885f4 100644 --- a/src/wallet.cpp +++ b/src/wallet.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -2142,9 +2142,9 @@ bool CWallet::CreateTransaction(const vector >& vecSend, if(coin_type == ALL_COINS) { strFailReason = _("Insufficient funds."); } else if (coin_type == ONLY_NOT1000IFMN) { - strFailReason = _("Unable to locate enough funds for this transaction that are not equal 1000 SarmaCoins."); + strFailReason = _("Unable to locate enough funds for this transaction that are not equal 1000 DASH."); } else if (coin_type == ONLY_NONDENOMINATED_NOT1000IFMN) { - strFailReason = _("Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 SarmaCoins."); + strFailReason = _("Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 DASH."); } else { strFailReason = _("Unable to locate enough Darksend denominated funds for this transaction."); strFailReason += " " + _("Darksend uses exact denominated amounts to send funds, you might simply need to anonymize some more coins."); @@ -2184,7 +2184,7 @@ bool CWallet::CreateTransaction(const vector >& vecSend, { // Fill a vout to ourself // TODO: pass in scriptChange instead of reservekey so - // change transaction isn't always pay-to-SarmaCoins-address + // change transaction isn't always pay-to-dash-address CScript scriptChange; // coin control: send change to custom address diff --git a/src/wallet.h b/src/wallet.h index 961c758496454..069b50520e98c 100644 --- a/src/wallet.h +++ b/src/wallet.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/walletdb.cpp b/src/walletdb.cpp index 763d16ea565fb..8c9b31df400b7 100644 --- a/src/walletdb.cpp +++ b/src/walletdb.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The SarmaCoins developers +// Copyright (c) 2014-2015 The Dash developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -791,7 +791,7 @@ DBErrors CWalletDB::ZapWalletTx(CWallet* pwallet, vector& vWtx) void ThreadFlushWalletDB(const string& strFile) { // Make this thread recognisable as the wallet flushing thread - RenameThread("SarmaCoins-wallet"); + RenameThread("dash-wallet"); static bool fOneThread; if (fOneThread) From a8db82e39d8bd44504f9ff302e7eb641c4cc409b Mon Sep 17 00:00:00 2001 From: inkvisit Date: Thu, 5 May 2016 19:14:40 +0300 Subject: [PATCH 5/6] commit go --- .gitignore | 26 +- .travis.yml | 10 +- .tx/config | 6 +- COPYING | 2 +- INSTALL | 8 +- Makefile.am | 46 +- README.md | 30 +- build-aux/m4/bitcoin_qt.m4 | 6 +- configure.ac | 18 +- contrib/debian/README.md | 16 +- contrib/debian/changelog | 8 +- contrib/debian/control | 16 +- contrib/debian/dash-qt.desktop | 12 - contrib/debian/dash-qt.install | 6 - contrib/debian/dashd.bash-completion | 1 - contrib/debian/dashd.examples | 1 - contrib/debian/dashd.install | 2 - contrib/debian/dashd.manpages | 2 - .../examples/{dash.conf => sarmacoins.conf} | 22 +- .../manpages/{dash-qt.1 => sarmacoins-qt.1} | 10 +- .../{dash.conf.5 => sarmacoins.conf.5} | 26 +- .../manpages/{dashd.1 => sarmacoinsd.1} | 48 +- contrib/debian/rules | 6 +- contrib/debian/sarmacoins-qt.desktop | 12 + contrib/debian/sarmacoins-qt.install | 6 + ...rrides => sarmacoins-qt.lintian-overrides} | 2 +- ...ash-qt.protocol => sarmacoins-qt.protocol} | 4 +- contrib/debian/sarmacoinsd.bash-completion | 1 + contrib/debian/sarmacoinsd.examples | 1 + contrib/debian/sarmacoinsd.install | 2 + ...verrides => sarmacoinsd.lintian-overrides} | 2 +- contrib/debian/sarmacoinsd.manpages | 2 + contrib/devtools/README.md | 8 +- contrib/devtools/update-translations.py | 2 +- contrib/gitian-descriptors/gitian-linux.yml | 10 +- .../gitian-descriptors/gitian-osx-signer.yml | 10 +- contrib/gitian-descriptors/gitian-osx.yml | 12 +- contrib/gitian-descriptors/gitian-rpi2.yml | 10 +- contrib/gitian-descriptors/gitian-win.yml | 12 +- contrib/init/README.md | 8 +- contrib/init/dashd.openrcconf | 27 -- contrib/init/dashd.service | 22 - contrib/init/{dashd.conf => sarmacoinsd.conf} | 22 +- .../init/{dashd.openrc => sarmacoinsd.openrc} | 28 +- contrib/init/sarmacoinsd.openrcconf | 27 ++ contrib/init/sarmacoinsd.service | 22 + contrib/macdeploy/README.md | 2 +- contrib/macdeploy/detached-sig-apply.sh | 2 +- contrib/macdeploy/detached-sig-create.sh | 2 +- contrib/macdeploy/fancy.plist | 2 +- contrib/macdeploy/macdeployqtplus | 2 +- ...completion => sarmacoinsd.bash-completion} | 38 +- contrib/{dash-qt.pro => sarmacoinsh-qt.pro} | 52 +-- contrib/spendfrom/README.md | 4 +- contrib/spendfrom/spendfrom.py | 76 +-- doc/Doxyfile | 2 +- doc/README.md | 24 +- doc/README_windows.txt | 12 +- doc/build-osx.md | 38 +- doc/build-unix.md | 28 +- doc/gitian-building.md | 36 +- doc/guide-startmany.md | 18 +- doc/keepass.md | 18 +- doc/masternode-budget.md | 10 +- doc/masternode_conf.md | 8 +- doc/multiwallet-qt.md | 6 +- doc/release-notes.md | 24 +- .../bitcoin/release-notes-0.10.0.md | 2 +- .../bitcoin/release-notes-0.3.20.2.md | 2 +- .../bitcoin/release-notes-0.4.3.md | 4 +- .../bitcoin/release-notes-0.4.4.md | 2 +- .../bitcoin/release-notes-0.5.2.md | 2 +- .../bitcoin/release-notes-0.7.0.md | 2 +- .../bitcoin/release-notes-0.7.1.md | 2 +- .../bitcoin/release-notes-0.7.2.md | 2 +- .../bitcoin/release-notes-0.8.0.md | 4 +- .../bitcoin/release-notes-0.8.2.md | 2 +- .../bitcoin/release-notes-0.9.2.1.md | 2 +- .../bitcoin/release-notes-0.9.2.md | 2 +- .../bitcoin/release-notes-0.9.4.md | 2 +- .../release-notes-0.10.0.md | 0 .../release-notes-0.11.0.md | 4 +- .../release-notes-0.11.1.md | 2 +- .../release-notes-0.11.2.md | 14 +- .../release-notes-0.12.0.md | 10 +- .../release-notes-0.9.0.md | 0 doc/release-process.md | 48 +- doc/tor.md | 30 +- doc/translation_process.md | 28 +- doc/unit-tests.md | 8 +- qa/pull-tester/run-bitcoind-for-test.sh.in | 4 +- qa/pull-tester/tests-config.sh.in | 4 +- qa/rpc-tests/util.py | 22 +- qa/rpc-tests/util.sh | 6 +- share/pixmaps/bitcoin256.png | Bin 6298 -> 6310 bytes share/qt/Info.plist.in | 18 +- share/qt/extract_strings_qt.py | 6 +- share/seeds/generate-seeds.py | 2 +- share/setup.nsi.in | 38 +- src/Makefile.am | 52 +-- src/Makefile.qt.include | 100 ++-- src/Makefile.qttest.include | 28 +- src/Makefile.test.include | 30 +- src/base58.h | 2 +- src/chainparams.cpp | 40 +- src/chainparams.h | 2 +- src/chainparamsbase.h | 4 +- src/checkpoints.cpp | 2 +- src/clientversion.cpp | 4 +- src/clientversion.h | 8 +- src/coins.h | 2 +- src/compat.h | 2 +- src/compat/glibc_compat.cpp | 2 +- src/compat/glibc_sanity.cpp | 2 +- src/compat/strnlen.cpp | 2 +- src/crypto/common.h | 2 +- src/darksend-relay.h | 2 +- src/darksend.cpp | 8 +- src/darksend.h | 4 +- src/hash.h | 4 +- src/init.cpp | 40 +- src/instantx.h | 2 +- src/keepass.cpp | 6 +- src/keepass.h | 2 +- src/main.cpp | 6 +- src/main.h | 4 +- src/masternode-budget.cpp | 2 +- src/masternode-budget.h | 4 +- src/masternode-payments.cpp | 2 +- src/masternode-payments.h | 2 +- src/masternode-sync.cpp | 2 +- src/masternode-sync.h | 2 +- src/masternode.cpp | 2 +- src/masternode.h | 2 +- src/masternodeconfig.h | 2 +- src/masternodeman.cpp | 2 +- src/masternodeman.h | 2 +- src/miner.cpp | 20 +- src/net.cpp | 10 +- src/netbase.cpp | 2 +- src/netbase.h | 2 +- src/noui.cpp | 4 +- src/pow.cpp | 2 +- src/qt/addressbookpage.cpp | 8 +- src/qt/addresstablemodel.cpp | 4 +- src/qt/askpassphrasedialog.cpp | 6 +- src/qt/bitcoinaddressvalidator.cpp | 4 +- src/qt/bitcoingui.cpp | 30 +- src/qt/bitcoingui.h | 2 +- src/qt/bitcoinunits.cpp | 24 +- src/qt/bitcoinunits.h | 6 +- src/qt/clientmodel.cpp | 2 +- src/qt/clientmodel.h | 4 +- src/qt/coincontroldialog.cpp | 4 +- src/qt/darksendconfig.cpp | 6 +- src/qt/dash.cpp | 38 +- src/qt/dash_locale.qrc | 20 - src/qt/dashstrings.cpp | 442 ------------------ src/qt/editaddressdialog.cpp | 4 +- src/qt/forms/addressbookpage.ui | 10 +- src/qt/forms/helpmessagedialog.ui | 6 +- src/qt/forms/intro.ui | 6 +- src/qt/forms/optionsdialog.ui | 14 +- src/qt/forms/overviewpage.ui | 6 +- src/qt/forms/receivecoinsdialog.ui | 14 +- src/qt/forms/rpcconsole.ui | 6 +- src/qt/forms/sendcoinsdialog.ui | 12 +- src/qt/forms/sendcoinsentry.ui | 16 +- src/qt/forms/signverifymessagedialog.ui | 26 +- src/qt/guiconstants.h | 8 +- src/qt/guiutil.cpp | 34 +- src/qt/guiutil.h | 8 +- src/qt/intro.cpp | 8 +- .../locale/{dash_bg.ts => sarmacoins_bg.ts} | 250 +++++----- .../locale/{dash_de.ts => sarmacoins_de.ts} | 266 +++++------ .../locale/{dash_en.ts => sarmacoins_en.ts} | 252 +++++----- .../locale/{dash_es.ts => sarmacoins_es.ts} | 276 +++++------ .../locale/{dash_fi.ts => sarmacoins_fi.ts} | 258 +++++----- .../locale/{dash_fr.ts => sarmacoins_fr.ts} | 250 +++++----- .../locale/{dash_it.ts => sarmacoins_it.ts} | 218 ++++----- .../locale/{dash_ja.ts => sarmacoins_ja.ts} | 2 +- .../locale/{dash_pl.ts => sarmacoins_pl.ts} | 246 +++++----- .../locale/{dash_pt.ts => sarmacoins_pt.ts} | 230 ++++----- .../locale/{dash_ru.ts => sarmacoins_ru.ts} | 240 +++++----- .../locale/{dash_sk.ts => sarmacoins_sk.ts} | 250 +++++----- .../locale/{dash_sv.ts => sarmacoins_sv.ts} | 166 +++---- .../locale/{dash_vi.ts => sarmacoins_vi.ts} | 250 +++++----- .../{dash_zh_CN.ts => sarmacoins_zh_CN.ts} | 124 ++--- .../{dash_zh_TW.ts => sarmacoins_zh_TW.ts} | 116 ++--- src/qt/macnotificationhandler.mm | 2 +- src/qt/notificator.h | 2 +- src/qt/openuridialog.cpp | 6 +- src/qt/optionsdialog.cpp | 2 +- src/qt/optionsmodel.cpp | 8 +- src/qt/overviewpage.cpp | 2 +- src/qt/paymentserver.cpp | 32 +- src/qt/paymentserver.h | 2 +- src/qt/receiverequestdialog.cpp | 2 +- src/qt/recentrequeststablemodel.h | 2 +- src/qt/res/css/drkblue.css | 8 +- .../{unit_mdash.png => unit_msarmacoins.png} | Bin .../{unit_dash.png => unit_sarmacoins.png} | Bin ...{unit_tmdash.png => unit_tmsarmacoins.png} | Bin .../{unit_tdash.png => unit_tsarmacoins.png} | Bin ...{unit_tudash.png => unit_tusarmacoins.png} | Bin .../{unit_udash.png => unit_usarmacoins.png} | Bin ...tal.png => sarmacoins_logo_horizontal.png} | Bin .../{dash-qt-res.rc => sarmacoins-qt-res.rc} | 10 +- src/qt/rpcconsole.cpp | 4 +- src/qt/rpcconsole.h | 2 +- src/qt/sarmacoins.cpp | 442 ++++++++++++++++++ src/qt/{dash.qrc => sarmacoins.qrc} | 14 +- src/qt/sarmacoins_locale.qrc | 20 + src/qt/sendcoinsdialog.cpp | 6 +- src/qt/sendcoinsentry.cpp | 6 +- src/qt/signverifymessagedialog.cpp | 2 +- src/qt/splashscreen.cpp | 8 +- src/qt/test/Makefile | 6 +- src/qt/test/test_main.cpp | 6 +- src/qt/test/uritests.cpp | 22 +- src/qt/transactiondesc.cpp | 4 +- src/qt/transactionrecord.cpp | 8 +- src/qt/utilitydialog.cpp | 10 +- src/qt/walletmodel.cpp | 6 +- src/rpcblockchain.cpp | 8 +- src/rpcclient.cpp | 2 +- src/rpcdump.cpp | 18 +- src/rpcmasternode-budget.cpp | 20 +- src/rpcmasternode.cpp | 14 +- src/rpcmining.cpp | 8 +- src/rpcmisc.cpp | 28 +- src/rpcnet.cpp | 10 +- src/rpcprotocol.cpp | 10 +- src/rpcprotocol.h | 4 +- src/rpcrawtransaction.cpp | 20 +- src/rpcserver.cpp | 32 +- src/rpcserver.h | 2 +- src/rpcwallet.cpp | 94 ++-- ...{dash-cli-res.rc => sarmacoins-cli-res.rc} | 10 +- src/{dash-cli.cpp => sarmacoins-cli.cpp} | 12 +- src/{dashd-res.rc => sarmacoins-res.rc} | 8 +- src/{dash-tx.cpp => sarmacoins-tx.cpp} | 8 +- src/{dashd.cpp => sarmacoins.cpp} | 20 +- src/script/bitcoinconsensus.h | 2 +- src/spork.h | 2 +- src/test/Makefile | 6 +- src/test/README.md | 4 +- src/test/getarg_tests.cpp | 2 +- src/test/main_tests.cpp | 2 +- src/test/netbase_tests.cpp | 2 +- .../{test_dash.cpp => test_sarmacoins.cpp} | 4 +- src/timedata.cpp | 2 +- src/uint256.h | 2 +- src/util.cpp | 34 +- src/util.h | 10 +- src/utiltime.cpp | 2 +- src/version.h | 2 +- src/wallet.cpp | 4 +- src/wallet.h | 2 +- src/walletdb.cpp | 4 +- 260 files changed, 3457 insertions(+), 3457 deletions(-) delete mode 100644 contrib/debian/dash-qt.desktop delete mode 100644 contrib/debian/dash-qt.install delete mode 100644 contrib/debian/dashd.bash-completion delete mode 100644 contrib/debian/dashd.examples delete mode 100644 contrib/debian/dashd.install delete mode 100644 contrib/debian/dashd.manpages rename contrib/debian/examples/{dash.conf => sarmacoins.conf} (82%) rename contrib/debian/manpages/{dash-qt.1 => sarmacoins-qt.1} (95%) rename contrib/debian/manpages/{dash.conf.5 => sarmacoins.conf.5} (70%) rename contrib/debian/manpages/{dashd.1 => sarmacoinsd.1} (72%) create mode 100644 contrib/debian/sarmacoins-qt.desktop create mode 100644 contrib/debian/sarmacoins-qt.install rename contrib/debian/{dashd.lintian-overrides => sarmacoins-qt.lintian-overrides} (51%) rename contrib/debian/{dash-qt.protocol => sarmacoins-qt.protocol} (71%) create mode 100644 contrib/debian/sarmacoinsd.bash-completion create mode 100644 contrib/debian/sarmacoinsd.examples create mode 100644 contrib/debian/sarmacoinsd.install rename contrib/debian/{dash-qt.lintian-overrides => sarmacoinsd.lintian-overrides} (52%) create mode 100644 contrib/debian/sarmacoinsd.manpages delete mode 100644 contrib/init/dashd.openrcconf delete mode 100644 contrib/init/dashd.service rename contrib/init/{dashd.conf => sarmacoinsd.conf} (74%) rename contrib/init/{dashd.openrc => sarmacoinsd.openrc} (68%) create mode 100644 contrib/init/sarmacoinsd.openrcconf create mode 100644 contrib/init/sarmacoinsd.service rename contrib/{dashd.bash-completion => sarmacoinsd.bash-completion} (80%) rename contrib/{dash-qt.pro => sarmacoinsh-qt.pro} (95%) rename doc/release-notes/{dash => sarmacoins}/release-notes-0.10.0.md (100%) rename doc/release-notes/{dash => sarmacoins}/release-notes-0.11.0.md (99%) rename doc/release-notes/{dash => sarmacoins}/release-notes-0.11.1.md (98%) rename doc/release-notes/{dash => sarmacoins}/release-notes-0.11.2.md (87%) rename doc/release-notes/{dash => sarmacoins}/release-notes-0.12.0.md (90%) rename doc/release-notes/{dash => sarmacoins}/release-notes-0.9.0.md (100%) delete mode 100644 src/qt/dash_locale.qrc delete mode 100644 src/qt/dashstrings.cpp rename src/qt/locale/{dash_bg.ts => sarmacoins_bg.ts} (94%) rename src/qt/locale/{dash_de.ts => sarmacoins_de.ts} (93%) rename src/qt/locale/{dash_en.ts => sarmacoins_en.ts} (95%) rename src/qt/locale/{dash_es.ts => sarmacoins_es.ts} (93%) rename src/qt/locale/{dash_fi.ts => sarmacoins_fi.ts} (93%) rename src/qt/locale/{dash_fr.ts => sarmacoins_fr.ts} (94%) rename src/qt/locale/{dash_it.ts => sarmacoins_it.ts} (94%) rename src/qt/locale/{dash_ja.ts => sarmacoins_ja.ts} (99%) rename src/qt/locale/{dash_pl.ts => sarmacoins_pl.ts} (94%) rename src/qt/locale/{dash_pt.ts => sarmacoins_pt.ts} (94%) rename src/qt/locale/{dash_ru.ts => sarmacoins_ru.ts} (94%) rename src/qt/locale/{dash_sk.ts => sarmacoins_sk.ts} (94%) rename src/qt/locale/{dash_sv.ts => sarmacoins_sv.ts} (94%) rename src/qt/locale/{dash_vi.ts => sarmacoins_vi.ts} (94%) rename src/qt/locale/{dash_zh_CN.ts => sarmacoins_zh_CN.ts} (96%) rename src/qt/locale/{dash_zh_TW.ts => sarmacoins_zh_TW.ts} (96%) rename src/qt/res/icons/{unit_mdash.png => unit_msarmacoins.png} (100%) rename src/qt/res/icons/{unit_dash.png => unit_sarmacoins.png} (100%) rename src/qt/res/icons/{unit_tmdash.png => unit_tmsarmacoins.png} (100%) rename src/qt/res/icons/{unit_tdash.png => unit_tsarmacoins.png} (100%) rename src/qt/res/icons/{unit_tudash.png => unit_tusarmacoins.png} (100%) rename src/qt/res/icons/{unit_udash.png => unit_usarmacoins.png} (100%) rename src/qt/res/images/{dash_logo_horizontal.png => sarmacoins_logo_horizontal.png} (100%) rename src/qt/res/{dash-qt-res.rc => sarmacoins-qt-res.rc} (81%) create mode 100644 src/qt/sarmacoins.cpp rename src/qt/{dash.qrc => sarmacoins.qrc} (92%) create mode 100644 src/qt/sarmacoins_locale.qrc rename src/{dash-cli-res.rc => sarmacoins-cli-res.rc} (80%) rename src/{dash-cli.cpp => sarmacoins-cli.cpp} (94%) rename src/{dashd-res.rc => sarmacoins-res.rc} (88%) rename src/{dash-tx.cpp => sarmacoins-tx.cpp} (97%) rename src/{dashd.cpp => sarmacoins.cpp} (88%) rename src/test/{test_dash.cpp => test_sarmacoins.cpp} (93%) diff --git a/.gitignore b/.gitignore index 7557ba9900161..9a2043651d03a 100644 --- a/.gitignore +++ b/.gitignore @@ -6,12 +6,12 @@ reset-files.bash *.tar.gz *.exe -src/dash -src/dashd -src/dash-cli -src/dash-tx -src/test/test_dash -src/qt/test/test_dash-qt +src/SarmaCoins +src/SarmaCoinsd +src/SarmaCoins-cli +src/SarmaCoins-tx +src/test/test_SarmaCoins +src/qt/test/test_SarmaCoins-qt # autoreconf Makefile.in @@ -34,8 +34,8 @@ config.log config.status configure libtool -src/config/dash-config.h -src/config/dash-config.h.in +src/config/SarmaCoins-config.h +src/config/SarmaCoins-config.h.in src/config/stamp-h1 share/setup.nsi share/qt/Info.plist @@ -60,7 +60,7 @@ src/qt/test/moc*.cpp *.o *.o-* *.patch -.dash +.SarmaCoins *.a *.pb.cc *.pb.h @@ -79,12 +79,12 @@ src/qt/test/moc*.cpp # Compilation and Qt preprocessor part *.qm Makefile -dash-qt -Dash-Qt.app +SarmaCoins-qt +SarmaCoins-Qt.app # Unit-tests Makefile.test -dash-qt_test +SarmaCoins-qt_test src/test/buildenv.py # Resources cpp @@ -100,7 +100,7 @@ build #lcov *.gcno /*.info -test_dash.coverage/ +test_SarmaCoins.coverage/ total.coverage/ coverage_percent.txt diff --git a/.travis.yml b/.travis.yml index 63004c4901298..78c6db080f226 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,12 +27,12 @@ matrix: include: - compiler: ": ARM" env: HOST=arm-linux-gnueabihf PACKAGES="g++-arm-linux-gnueabihf" DEP_OPTS="NO_QT=1" GOAL="install" BITCOIN_CONFIG="--enable-glibc-back-compat" - - compiler: ": dashd" + - compiler: ": SarmaCoinsd" env: HOST=x86_64-unknown-linux-gnu PACKAGES="bc" DEP_OPTS="NO_QT=1 NO_UPNP=1 DEBUG=1" RUN_TESTS=true GOAL="install" BITCOIN_CONFIG="--enable-glibc-back-compat CPPFLAGS=-DDEBUG_LOCKORDER" - compiler: ": No wallet" env: HOST=x86_64-unknown-linux-gnu DEP_OPTS="NO_WALLET=1" RUN_TESTS=true GOAL="install" BITCOIN_CONFIG="--enable-glibc-back-compat" - - compiler: ": 32-bit + dash" - env: HOST=i686-pc-linux-gnu PACKAGES="g++-multilib bc" RUN_TESTS=true GOAL="install" BITCOIN_CONFIG="--enable-glibc-back-compat" USE_SHELL="/bin/dash" + - compiler: ": 32-bit + SarmaCoins" + env: HOST=i686-pc-linux-gnu PACKAGES="g++-multilib bc" RUN_TESTS=true GOAL="install" BITCOIN_CONFIG="--enable-glibc-back-compat" USE_SHELL="/bin/SarmaCoins" - compiler: ": Cross-Mac" env: HOST=x86_64-apple-darwin11 PACKAGES="gcc-multilib g++-multilib cmake libcap-dev libz-dev libbz2-dev" OSX_SDK=10.7 GOAL="deploy" - compiler: ": Win64" @@ -58,8 +58,8 @@ script: - if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then export CCACHE_READONLY=1; fi - test -n "$USE_SHELL" && eval '"$USE_SHELL" -c "./autogen.sh"' || ./autogen.sh - ./configure --cache-file=config.cache $BITCOIN_CONFIG_ALL $BITCOIN_CONFIG || ( cat config.log && false) - - make distdir PACKAGE=dash VERSION=$HOST - - cd dash-$HOST + - make distdir PACKAGE=SarmaCoins VERSION=$HOST + - cd SarmaCoins-$HOST - ./configure --cache-file=../config.cache $BITCOIN_CONFIG_ALL $BITCOIN_CONFIG || ( cat config.log && false) - make $MAKEJOBS $GOAL || ( echo "Build failure. Verbose build follows." && make $GOAL V=1 ; false ) - export LD_LIBRARY_PATH=$TRAVIS_BUILD_DIR/depends/$HOST/lib diff --git a/.tx/config b/.tx/config index c8b4b405cf700..c3e383523742c 100644 --- a/.tx/config +++ b/.tx/config @@ -1,7 +1,7 @@ [main] host = https://www.transifex.com -[dash.qt-translation-010x] -file_filter = src/qt/locale/dash_.ts -source_file = src/qt/locale/dash_en.ts +[SarmaCoins.qt-translation-010x] +file_filter = src/qt/locale/SarmaCoins_.ts +source_file = src/qt/locale/SarmaCoins_en.ts source_lang = en diff --git a/COPYING b/COPYING index 5826391abf1ce..d77c487b1c1ec 100644 --- a/COPYING +++ b/COPYING @@ -1,5 +1,5 @@ Copyright (c) 2009-2015 Bitcoin Developers -Copyright (c) 2014-2015 Dash Developers +Copyright (c) 2014-2015 SarmaCoins Developers Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/INSTALL b/INSTALL index dd9b8408af1fc..f4b3aa2b65776 100644 --- a/INSTALL +++ b/INSTALL @@ -1,4 +1,4 @@ -Building Dash +Building SarmaCoins Use the autogen script to prepare the build environment. @@ -7,10 +7,10 @@ Use the autogen script to prepare the build environment. make Precompiled binaries are available at github, see -https://github.com/dashproject/dash-binaries +https://github.com/SarmaCoinsproject/SarmaCoins-binaries Always verify the signatures and checksums. -See doc/build-*.md for instructions on building dashd, +See doc/build-*.md for instructions on building SarmaCoinsd, the intended-for-services, no-graphical-interface, reference -implementation of Dash. +implementation of SarmaCoins. diff --git a/Makefile.am b/Makefile.am index e5de3ac819387..3514c6539e9c3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,13 +4,13 @@ SUBDIRS = src GZIP_ENV="-9n" -BITCOIND_BIN=$(top_builddir)/src/dashd$(EXEEXT) -BITCOIN_QT_BIN=$(top_builddir)/src/qt/dash-qt$(EXEEXT) -BITCOIN_CLI_BIN=$(top_builddir)/src/dash-cli$(EXEEXT) +BITCOIND_BIN=$(top_builddir)/src/SarmaCoinsd$(EXEEXT) +BITCOIN_QT_BIN=$(top_builddir)/src/qt/SarmaCoins-qt$(EXEEXT) +BITCOIN_CLI_BIN=$(top_builddir)/src/SarmaCoins-cli$(EXEEXT) BITCOIN_WIN_INSTALLER=$(PACKAGE)-$(PACKAGE_VERSION)-win$(WINDOWS_BITS)-setup$(EXEEXT) -OSX_APP=Dash-Qt.app -OSX_DMG=Dash-Qt.dmg +OSX_APP=SarmaCoins-Qt.app +OSX_DMG=SarmaCoins-Qt.dmg OSX_DEPLOY_SCRIPT=$(top_srcdir)/contrib/macdeploy/macdeployqtplus OSX_FANCY_PLIST=$(top_srcdir)/contrib/macdeploy/fancy.plist OSX_INSTALLER_ICONS=$(top_srcdir)/src/qt/res/icons/bitcoin.icns @@ -31,9 +31,9 @@ OSX_PACKAGING = $(OSX_DEPLOY_SCRIPT) $(OSX_FANCY_PLIST) $(OSX_INSTALLER_ICONS) \ $(top_srcdir)/contrib/macdeploy/detached-sig-create.sh COVERAGE_INFO = baseline_filtered_combined.info baseline.info block_test.info \ - leveldb_baseline.info test_dash_filtered.info total_coverage.info \ + leveldb_baseline.info test_SarmaCoins_filtered.info total_coverage.info \ baseline_filtered.info block_test_filtered.info \ - leveldb_baseline_filtered.info test_dash_coverage.info test_dash.info + leveldb_baseline_filtered.info test_SarmaCoins_coverage.info test_SarmaCoins.info dist-hook: -$(MAKE) -C $(top_distdir)/src/leveldb clean @@ -75,13 +75,13 @@ $(OSX_APP)/Contents/Resources/bitcoin.icns: $(OSX_INSTALLER_ICONS) $(MKDIR_P) $(@D) $(INSTALL_DATA) $< $@ -$(OSX_APP)/Contents/MacOS/Dash-Qt: $(BITCOIN_QT_BIN) +$(OSX_APP)/Contents/MacOS/SarmaCoins-Qt: $(BITCOIN_QT_BIN) $(MKDIR_P) $(@D) STRIPPROG="$(STRIP)" $(INSTALL_STRIP_PROGRAM) $< $@ OSX_APP_BUILT=$(OSX_APP)/Contents/PkgInfo $(OSX_APP)/Contents/Resources/empty.lproj \ $(OSX_APP)/Contents/Resources/bitcoin.icns $(OSX_APP)/Contents/Info.plist \ - $(OSX_APP)/Contents/MacOS/Dash-Qt + $(OSX_APP)/Contents/MacOS/SarmaCoins-Qt if BUILD_DARWIN $(OSX_DMG): $(OSX_APP_BUILT) $(OSX_PACKAGING) @@ -96,10 +96,10 @@ $(APP_DIST_DIR)/Applications: @rm -f $@ @cd $(@D); $(LN_S) /Applications $(@F) -$(APP_DIST_EXTRAS): $(APP_DIST_DIR)/$(OSX_APP)/Contents/MacOS/Dash-Qt +$(APP_DIST_EXTRAS): $(APP_DIST_DIR)/$(OSX_APP)/Contents/MacOS/SarmaCoins-Qt $(OSX_DMG): $(APP_DIST_EXTRAS) - $(GENISOIMAGE) -no-cache-inodes -D -l -probe -V "Dash-Qt" -no-pad -r -apple -o $@ dist + $(GENISOIMAGE) -no-cache-inodes -D -l -probe -V "SarmaCoins-Qt" -no-pad -r -apple -o $@ dist $(APP_DIST_DIR)/.background/background.png: $(MKDIR_P) $(@D) @@ -107,7 +107,7 @@ $(APP_DIST_DIR)/.background/background.png: $(APP_DIST_DIR)/.DS_Store: $(INSTALL) $(top_srcdir)/contrib/macdeploy/DS_Store $@ -$(APP_DIST_DIR)/$(OSX_APP)/Contents/MacOS/Dash-Qt: $(OSX_APP_BUILT) $(OSX_PACKAGING) +$(APP_DIST_DIR)/$(OSX_APP)/Contents/MacOS/SarmaCoins-Qt: $(OSX_APP_BUILT) $(OSX_PACKAGING) INSTALLNAMETOOL=$(INSTALLNAMETOOL) OTOOL=$(OTOOL) STRIP=$(STRIP) $(OSX_DEPLOY_SCRIPT) $(OSX_APP) -translations-dir=$(QT_TRANSLATION_DIR) -add-qt-tr $(OSX_QT_TRANSLATIONS) -verbose 2 deploydir: $(APP_DIST_EXTRAS) @@ -147,16 +147,16 @@ leveldb_baseline_filtered.info: leveldb_baseline.info baseline_filtered_combined.info: leveldb_baseline_filtered.info baseline_filtered.info $(LCOV) -a leveldb_baseline_filtered.info -a baseline_filtered.info -o $@ -test_dash.info: baseline_filtered_combined.info +test_SarmaCoins.info: baseline_filtered_combined.info $(MAKE) -C src/ check - $(LCOV) -c -d $(abs_builddir)/src -t test_dash -o $@ + $(LCOV) -c -d $(abs_builddir)/src -t test_SarmaCoins -o $@ $(LCOV) -z -d $(abs_builddir)/src $(LCOV) -z -d $(abs_builddir)/src/leveldb -test_dash_filtered.info: test_dash.info +test_SarmaCoins_filtered.info: test_SarmaCoins.info $(LCOV) -r $< "/usr/include/*" -o $@ -block_test.info: test_dash_filtered.info +block_test.info: test_SarmaCoins_filtered.info $(MKDIR_P) qa/tmp -@TIMEOUT=15 qa/pull-tester/run-bitcoind-for-test.sh $(JAVA) -jar $(JAVA_COMPARISON_TOOL) qa/tmp/compTool 0 $(LCOV) -c -d $(abs_builddir)/src --t BitcoinJBlockTest -o $@ @@ -166,13 +166,13 @@ block_test.info: test_dash_filtered.info block_test_filtered.info: block_test.info $(LCOV) -r $< "/usr/include/*" -o $@ -test_dash_coverage.info: baseline_filtered_combined.info test_dash_filtered.info - $(LCOV) -a baseline_filtered.info -a leveldb_baseline_filtered.info -a test_dash_filtered.info -o $@ +test_SarmaCoins_coverage.info: baseline_filtered_combined.info test_SarmaCoins_filtered.info + $(LCOV) -a baseline_filtered.info -a leveldb_baseline_filtered.info -a test_SarmaCoins_filtered.info -o $@ -total_coverage.info: baseline_filtered_combined.info test_dash_filtered.info block_test_filtered.info - $(LCOV) -a baseline_filtered.info -a leveldb_baseline_filtered.info -a test_dash_filtered.info -a block_test_filtered.info -o $@ | $(GREP) "\%" | $(AWK) '{ print substr($$3,2,50) "/" $$5 }' > coverage_percent.txt +total_coverage.info: baseline_filtered_combined.info test_SarmaCoins_filtered.info block_test_filtered.info + $(LCOV) -a baseline_filtered.info -a leveldb_baseline_filtered.info -a test_SarmaCoins_filtered.info -a block_test_filtered.info -o $@ | $(GREP) "\%" | $(AWK) '{ print substr($$3,2,50) "/" $$5 }' > coverage_percent.txt -test_dash.coverage/.dirstamp: test_dash_coverage.info +test_SarmaCoins.coverage/.dirstamp: test_SarmaCoins_coverage.info $(GENHTML) -s $< -o $(@D) @touch $@ @@ -180,7 +180,7 @@ total.coverage/.dirstamp: total_coverage.info $(GENHTML) -s $< -o $(@D) @touch $@ -cov: test_dash.coverage/.dirstamp total.coverage/.dirstamp +cov: test_SarmaCoins.coverage/.dirstamp total.coverage/.dirstamp endif @@ -197,4 +197,4 @@ CLEANFILES = $(OSX_DMG) $(BITCOIN_WIN_INSTALLER) .INTERMEDIATE: $(COVERAGE_INFO) clean-local: - rm -rf test_dash.coverage/ total.coverage/ $(OSX_APP) + rm -rf test_SarmaCoins.coverage/ total.coverage/ $(OSX_APP) diff --git a/README.md b/README.md index 0075056d4e907..1406cb5cbdffd 100644 --- a/README.md +++ b/README.md @@ -1,30 +1,30 @@ -Dash Core staging tree 0.12 +SarmaCoins Core staging tree 0.12 =============================== https://www.SarmaCoins.io Copyright (c) 2009-2015 Bitcoin Core Developers -Copyright (c) 2014-2015 Dash Core Developers +Copyright (c) 2014-2015 SarmaCoins Core Developers -What is Dash? +What is SarmaCoins? ---------------- -Dash is an experimental new digital currency that enables anonymous, instant -payments to anyone, anywhere in the world. Dash uses peer-to-peer technology +SarmaCoins is an experimental new digital currency that enables anonymous, instant +payments to anyone, anywhere in the world. SarmaCoins uses peer-to-peer technology to operate with no central authority: managing transactions and issuing money -are carried out collectively by the network. Dash Core is the name of open +are carried out collectively by the network. SarmaCoins Core is the name of open source software which enables the use of this currency. For more information, as well as an immediately useable, binary version of -the Dash Core software, see https://www.SarmaCoins.io/downloads. +the SarmaCoins Core software, see https://www.SarmaCoins.io/downloads. License ------- -Dash Core is released under the terms of the MIT license. See [COPYING](COPYING) for more +SarmaCoins Core is released under the terms of the MIT license. See [COPYING](COPYING) for more information or see http://opensource.org/licenses/MIT. Development process @@ -33,7 +33,7 @@ Development process Developers work in their own trees, then submit pull requests when they think their feature or bug fix is ready. -If it is a simple/trivial/non-controversial change, then one of the Dash +If it is a simple/trivial/non-controversial change, then one of the SarmaCoins development team members simply pulls it. If it is a *more complicated or potentially controversial* change, then the patch @@ -47,7 +47,7 @@ controversial. The `master` branch is regularly built and tested, but is not guaranteed to be completely stable. [Tags](https://github.com/inkvisit/sarmacoins/tags) are created -regularly to indicate new official, stable release versions of Dash. ***TODO*** +regularly to indicate new official, stable release versions of SarmaCoins. ***TODO*** Testing ------- @@ -65,7 +65,7 @@ submit new unit tests for old code. Unit tests can be compiled and run (assuming Every pull request is built for both Windows and Linux on a dedicated server, and unit and sanity tests are automatically run. The binaries produced may be used for manual QA testing — a link to them will appear in a comment on the -pull request posted by [DashPullTester](https://github.com/SarmaCoins/PullTester). See https://github.com/TheBlueMatt/test-scripts +pull request posted by [SarmaCoinsPullTester](https://github.com/SarmaCoins/PullTester). See https://github.com/TheBlueMatt/test-scripts for the build/test scripts. ***TODO*** ### Manual Quality Assurance (QA) Testing @@ -78,7 +78,7 @@ Translations ------------ Changes to translations as well as new translations can be submitted to -[Bitcoin Core's Transifex page](https://www.transifex.com/projects/p/dash/). +[Bitcoin Core's Transifex page](https://www.transifex.com/projects/p/SarmaCoins/). Translations are periodically pulled from Transifex and merged into the git repository. See the [translation process](doc/translation_process.md) for details on how this works. @@ -86,7 +86,7 @@ Translations are periodically pulled from Transifex and merged into the git repo **Important**: We do not accept translation changes as GitHub pull requests because the next pull from Transifex would automatically overwrite them again. -Translators should also subscribe to the [mailing list](https://groups.google.com/forum/#!forum/dash-translators). ***TODO*** +Translators should also subscribe to the [mailing list](https://groups.google.com/forum/#!forum/SarmaCoins-translators). ***TODO*** Development tips and tricks --------------------------- @@ -109,7 +109,7 @@ to see it. **testnet and regtest modes** -Run with the -testnet option to run with "play dash" on the test network, if you +Run with the -testnet option to run with "play SarmaCoins" on the test network, if you are testing multi-machine code that needs to operate across the internet. If you are testing something that can run on one machine, run with the -regtest option. @@ -118,7 +118,7 @@ that run in -regtest mode. **DEBUG_LOCKORDER** -Dash Core is a multithreaded application, and deadlocks or other multithreading bugs +SarmaCoins Core is a multithreaded application, and deadlocks or other multithreading bugs can be very difficult to track down. Compiling with -DDEBUG_LOCKORDER (configure CXXFLAGS="-DDEBUG_LOCKORDER -g") inserts run-time checks to keep track of which locks are held, and adds warnings to the debug.log file if inconsistencies are detected. diff --git a/build-aux/m4/bitcoin_qt.m4 b/build-aux/m4/bitcoin_qt.m4 index d709c78533d30..5ce89fe255a47 100644 --- a/build-aux/m4/bitcoin_qt.m4 +++ b/build-aux/m4/bitcoin_qt.m4 @@ -3,7 +3,7 @@ dnl Output: If qt version is auto, set bitcoin_enable_qt to false. Else, exit. AC_DEFUN([BITCOIN_QT_FAIL],[ if test "x$bitcoin_qt_want_version" = "xauto" && test x$bitcoin_qt_force != xyes; then if test x$bitcoin_enable_qt != xno; then - AC_MSG_WARN([$1; dash-qt frontend will not be built]) + AC_MSG_WARN([$1; SarmaCoins-qt frontend will not be built]) fi bitcoin_enable_qt=no else @@ -49,7 +49,7 @@ AC_DEFUN([BITCOIN_QT_INIT],[ dnl enable qt support AC_ARG_WITH([gui], [AS_HELP_STRING([--with-gui@<:@=no|qt4|qt5|auto@:>@], - [build dash-qt GUI (default=auto, qt4 tried first)])], + [build SarmaCoins-qt GUI (default=auto, qt4 tried first)])], [ bitcoin_qt_want_version=$withval if test x$bitcoin_qt_want_version = xyes; then @@ -182,7 +182,7 @@ AC_DEFUN([BITCOIN_QT_CONFIGURE],[ dnl enable qt support - AC_MSG_CHECKING(whether to build Dash Core GUI) + AC_MSG_CHECKING(whether to build SarmaCoins Core GUI) BITCOIN_QT_CHECK([ bitcoin_enable_qt=yes bitcoin_enable_qt_test=yes diff --git a/configure.ac b/configure.ac index e95dfb0e54735..9e20221d6dc45 100644 --- a/configure.ac +++ b/configure.ac @@ -6,9 +6,9 @@ define(_CLIENT_VERSION_REVISION, 0) define(_CLIENT_VERSION_BUILD, 56) define(_CLIENT_VERSION_IS_RELEASE, true) define(_COPYRIGHT_YEAR, 2015) -AC_INIT([Dash Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[info@SarmaCoins.io],[dash]) +AC_INIT([SarmaCoins Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[info@SarmaCoins.io],[SarmaCoins]) AC_CONFIG_SRCDIR([src/main.cpp]) -AC_CONFIG_HEADERS([src/config/dash-config.h]) +AC_CONFIG_HEADERS([src/config/SarmaCoins-config.h]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([build-aux/m4]) @@ -173,7 +173,7 @@ CPPFLAGS="$CPPFLAGS -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_ AC_ARG_WITH([utils], [AS_HELP_STRING([--with-utils], - [build dash-cli dash-tx (default=yes)])], + [build SarmaCoins-cli SarmaCoins-tx (default=yes)])], [build_bitcoin_utils=$withval], [build_bitcoin_utils=yes]) @@ -185,7 +185,7 @@ AC_ARG_WITH([libs], AC_ARG_WITH([daemon], [AS_HELP_STRING([--with-daemon], - [build dashd daemon (default=yes)])], + [build SarmaCoinsd daemon (default=yes)])], [build_bitcoind=$withval], [build_bitcoind=yes]) @@ -363,7 +363,7 @@ AC_C_BIGENDIAN([AC_MSG_ERROR("Big Endian not supported")]) dnl Check for pthread compile/link requirements AX_PTHREAD -# The following macro will add the necessary defines to dash-config.h, but +# The following macro will add the necessary defines to SarmaCoins-config.h, but # they also need to be passed down to any subprojects. Pull the results out of # the cache and add them to CPPFLAGS. AC_SYS_LARGEFILE @@ -719,11 +719,11 @@ LIBS="$LIBS_TEMP" BITCOIN_QT_PATH_PROGS([PROTOC], [protoc],$protoc_bin_path) -AC_MSG_CHECKING([whether to build dashd]) +AC_MSG_CHECKING([whether to build SarmaCoinsd]) AM_CONDITIONAL([BUILD_BITCOIND], [test x$build_bitcoind = xyes]) AC_MSG_RESULT($build_bitcoind) -AC_MSG_CHECKING([whether to build utils (dash-cli dash-tx)]) +AC_MSG_CHECKING([whether to build utils (SarmaCoins-cli SarmaCoins-tx)]) AM_CONDITIONAL([BUILD_BITCOIN_UTILS], [test x$build_bitcoin_utils = xyes]) AC_MSG_RESULT($build_bitcoin_utils) @@ -823,7 +823,7 @@ if test x$bitcoin_enable_qt != xno; then AC_MSG_WARN("xgettext is required to update qt translations") fi - AC_MSG_CHECKING([whether to build test_dash-qt]) + AC_MSG_CHECKING([whether to build test_SarmaCoins-qt]) if test x$use_tests$bitcoin_enable_qt_test = xyesyes; then AC_MSG_RESULT([yes]) BUILD_TEST_QT="test" @@ -832,7 +832,7 @@ if test x$bitcoin_enable_qt != xno; then fi fi -AC_MSG_CHECKING([whether to build test_dash]) +AC_MSG_CHECKING([whether to build test_SarmaCoins]) if test x$use_tests = xyes; then AC_MSG_RESULT([yes]) BUILD_TEST="test" diff --git a/contrib/debian/README.md b/contrib/debian/README.md index 55ff57497f958..3c1a754030c2c 100644 --- a/contrib/debian/README.md +++ b/contrib/debian/README.md @@ -1,21 +1,21 @@ Debian ==================== -This directory contains files used to package dashd/dash-qt -for Debian-based Linux systems. If you compile dashd/dash-qt yourself, there are some useful files here. +This directory contains files used to package SarmaCoinsd/SarmaCoins-qt +for Debian-based Linux systems. If you compile SarmaCoinsd/SarmaCoins-qt yourself, there are some useful files here. -## dash: URI support ## +## SarmaCoins: URI support ## -dash-qt.desktop (Gnome / Open Desktop) +SarmaCoins-qt.desktop (Gnome / Open Desktop) To install: - sudo desktop-file-install dash-qt.desktop + sudo desktop-file-install SarmaCoins-qt.desktop sudo update-desktop-database If you build yourself, you will either need to modify the paths in -the .desktop file or copy or symlink your dash-qt binary to `/usr/bin` -and the `../../share/pixmaps/dash128.png` to `/usr/share/pixmaps` +the .desktop file or copy or symlink your SarmaCoins-qt binary to `/usr/bin` +and the `../../share/pixmaps/SarmaCoins128.png` to `/usr/share/pixmaps` -dash-qt.protocol (KDE) +SarmaCoins-qt.protocol (KDE) diff --git a/contrib/debian/changelog b/contrib/debian/changelog index f31f23871144a..73a4eb9681e83 100644 --- a/contrib/debian/changelog +++ b/contrib/debian/changelog @@ -132,7 +132,7 @@ bitcoin (0.5.3-natty0) natty; urgency=low * New upstream release. - -- Luke Dashjr Tue, 10 Jan 2012 15:57:00 -0500 + -- Luke SarmaCoinsjr Tue, 10 Jan 2012 15:57:00 -0500 bitcoin (0.5.2-natty1) natty; urgency=low @@ -147,7 +147,7 @@ bitcoin (0.5.2-natty0) natty; urgency=low * New upstream release. - -- Luke Dashjr Fri, 16 Dec 2011 17:57:00 -0500 + -- Luke SarmaCoinsjr Fri, 16 Dec 2011 17:57:00 -0500 bitcoin (0.5.1-natty0) natty; urgency=low @@ -365,8 +365,8 @@ bitcoin (0.3.19~dfsg-5) unstable; urgency=low bitcoin (0.3.19~dfsg-4) unstable; urgency=low [ Micah Anderson ] - * Provide example dash.conf. - * Add bitcoind(1) and dash.conf(5) man pages. + * Provide example SarmaCoins.conf. + * Add bitcoind(1) and SarmaCoins.conf(5) man pages. [ Jonas Smedegaard ] * Ease backporting: diff --git a/contrib/debian/control b/contrib/debian/control index 500426f16317f..99cd13e3faecc 100644 --- a/contrib/debian/control +++ b/contrib/debian/control @@ -1,4 +1,4 @@ -Source: dash +Source: SarmaCoins Section: utils Priority: optional Maintainer: Jonas Smedegaard ***TODO*** @@ -26,11 +26,11 @@ Homepage: http://www.SarmaCoins.io/ Vcs-Git: git://github.com/inkvisit/sarmacoins.git Vcs-Browser: http://github.com/inkvisit/sarmacoins -Package: dashd +Package: SarmaCoinsd Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: peer-to-peer network based digital currency - daemon - Dash is a free open source peer-to-peer electronic cash system that + SarmaCoins is a free open source peer-to-peer electronic cash system that is completely decentralized, without the need for a central server or trusted parties. Users hold the crypto keys to their own money and transact directly with each other, with the help of a P2P network to @@ -39,14 +39,14 @@ Description: peer-to-peer network based digital currency - daemon Full transaction history is stored locally at each client. This requires 1+ GB of space, slowly growing. . - This package provides the daemon, dashd, and the CLI tool - dash-cli to interact with the daemon. + This package provides the daemon, SarmaCoinsd, and the CLI tool + SarmaCoins-cli to interact with the daemon. -Package: dash-qt +Package: SarmaCoins-qt Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: peer-to-peer network based digital currency - Qt GUI - Dash is a free open source peer-to-peer electronic cash system that + SarmaCoins is a free open source peer-to-peer electronic cash system that is completely decentralized, without the need for a central server or trusted parties. Users hold the crypto keys to their own money and transact directly with each other, with the help of a P2P network to @@ -55,4 +55,4 @@ Description: peer-to-peer network based digital currency - Qt GUI Full transaction history is stored locally at each client. This requires 1+ GB of space, slowly growing. . - This package provides Dash-Qt, a GUI for Dash based on Qt. + This package provides SarmaCoins-Qt, a GUI for SarmaCoins based on Qt. diff --git a/contrib/debian/dash-qt.desktop b/contrib/debian/dash-qt.desktop deleted file mode 100644 index 2a2536ad6eb8f..0000000000000 --- a/contrib/debian/dash-qt.desktop +++ /dev/null @@ -1,12 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=Dash -Comment=Dash P2P Cryptocurrency -Comment[fr]=Dash, monnaie virtuelle cryptographique pair à pair -Comment[tr]=Dash, eşten eşe kriptografik sanal para birimi -Exec=dash-qt %u -Terminal=false -Type=Application -Icon=dash128 -MimeType=x-scheme-handler/dash; -Categories=Office;Finance; diff --git a/contrib/debian/dash-qt.install b/contrib/debian/dash-qt.install deleted file mode 100644 index 4c10ef60d9d65..0000000000000 --- a/contrib/debian/dash-qt.install +++ /dev/null @@ -1,6 +0,0 @@ -usr/local/bin/dash-qt usr/bin -share/pixmaps/bitcoin32.xpm usr/share/pixmaps -share/pixmaps/bitcoin16.xpm usr/share/pixmaps -share/pixmaps/bitcoin128.png usr/share/pixmaps -debian/dash-qt.desktop usr/share/applications -debian/dash-qt.protocol usr/share/kde4/services/ diff --git a/contrib/debian/dashd.bash-completion b/contrib/debian/dashd.bash-completion deleted file mode 100644 index d92f33da7bf34..0000000000000 --- a/contrib/debian/dashd.bash-completion +++ /dev/null @@ -1 +0,0 @@ -contrib/dashd.bash-completion dashd diff --git a/contrib/debian/dashd.examples b/contrib/debian/dashd.examples deleted file mode 100644 index 0b6950852dfa5..0000000000000 --- a/contrib/debian/dashd.examples +++ /dev/null @@ -1 +0,0 @@ -debian/examples/dash.conf diff --git a/contrib/debian/dashd.install b/contrib/debian/dashd.install deleted file mode 100644 index 65878933fa995..0000000000000 --- a/contrib/debian/dashd.install +++ /dev/null @@ -1,2 +0,0 @@ -usr/local/bin/dashd usr/bin -usr/local/bin/dash-cli usr/bin diff --git a/contrib/debian/dashd.manpages b/contrib/debian/dashd.manpages deleted file mode 100644 index 949916bee2784..0000000000000 --- a/contrib/debian/dashd.manpages +++ /dev/null @@ -1,2 +0,0 @@ -debian/manpages/dashd.1 -debian/manpages/dash.conf.5 diff --git a/contrib/debian/examples/dash.conf b/contrib/debian/examples/sarmacoins.conf similarity index 82% rename from contrib/debian/examples/dash.conf rename to contrib/debian/examples/sarmacoins.conf index be781d1bb1e81..cf5e3f2b8e396 100644 --- a/contrib/debian/examples/dash.conf +++ b/contrib/debian/examples/sarmacoins.conf @@ -1,10 +1,10 @@ ## -## dash.conf configuration file. Lines beginning with # are comments. +## SarmaCoins.conf configuration file. Lines beginning with # are comments. ## # Network-related settings: -# Run on the test network instead of the real dash network. +# Run on the test network instead of the real SarmaCoins network. #testnet=0 # Run a regression test network @@ -51,17 +51,17 @@ #maxconnections= # -# JSON-RPC options (for controlling a running Dash/dashd process) +# JSON-RPC options (for controlling a running SarmaCoins/SarmaCoinsd process) # -# server=1 tells Dash-QT and dashd to accept JSON-RPC commands +# server=1 tells SarmaCoins-QT and SarmaCoinsd to accept JSON-RPC commands #server=0 # You must set rpcuser and rpcpassword to secure the JSON-RPC api #rpcuser=Ulysseys #rpcpassword=YourSuperGreatPasswordNumber_DO_NOT_USE_THIS_OR_YOU_WILL_GET_ROBBED_385593 -# How many seconds dash will wait for a complete RPC HTTP request. +# How many seconds SarmaCoins will wait for a complete RPC HTTP request. # after the HTTP connection is established. #rpctimeout=30 @@ -72,8 +72,8 @@ # NOTE: opening up the RPC port to hosts outside your local trusted network is NOT RECOMMENDED, # because the rpcpassword is transmitted over the network unencrypted. -# server=1 tells Dash-QT to accept JSON-RPC commands. -# it is also read by dashd to determine if RPC should be enabled +# server=1 tells SarmaCoins-QT to accept JSON-RPC commands. +# it is also read by SarmaCoinsd to determine if RPC should be enabled #rpcallowip=10.1.1.34/255.255.255.0 #rpcallowip=1.2.3.4/24 #rpcallowip=2001:db8:85a3:0:0:8a2e:370:7334/96 @@ -81,12 +81,12 @@ # Listen for RPC connections on this TCP port: #rpcport=9998 -# You can use Dash or dashd to send commands to Dash/dashd +# You can use SarmaCoins or SarmaCoinsd to send commands to SarmaCoins/SarmaCoinsd # running on another host using this option: #rpcconnect=127.0.0.1 # Use Secure Sockets Layer (also known as TLS or HTTPS) to communicate -# with Dash -server or dashd +# with SarmaCoins -server or SarmaCoinsd #rpcssl=1 # OpenSSL settings used when rpcssl=1 @@ -101,14 +101,14 @@ # both prior transactions and several dozen future transactions. #keypool=100 -# Pay an optional transaction fee every time you send dashs. Transactions with fees +# Pay an optional transaction fee every time you send SarmaCoinss. Transactions with fees # are more likely than free transactions to be included in generated blocks, so may # be validated sooner. #paytxfee=0.00 # User interface options -# Start Dash minimized +# Start SarmaCoins minimized #min=1 # Minimize to the system tray diff --git a/contrib/debian/manpages/dash-qt.1 b/contrib/debian/manpages/sarmacoins-qt.1 similarity index 95% rename from contrib/debian/manpages/dash-qt.1 rename to contrib/debian/manpages/sarmacoins-qt.1 index dc9381f8ad892..49d9bbfa2ef07 100644 --- a/contrib/debian/manpages/dash-qt.1 +++ b/contrib/debian/manpages/sarmacoins-qt.1 @@ -1,20 +1,20 @@ -.TH DASH-QT "1" "March 2015" "dash-qt 1" +.TH DASH-QT "1" "March 2015" "SarmaCoins-qt 1" .SH NAME -dash-qt \- peer-to-peer network based digital currency +SarmaCoins-qt \- peer-to-peer network based digital currency .SH DESCRIPTION .SS "Usage:" .IP -dash\-qt [command\-line options] +SarmaCoins\-qt [command\-line options] .SH OPTIONS .TP \-? This help message .TP \fB\-conf=\fR -Specify configuration file (default: dash.conf) +Specify configuration file (default: SarmaCoins.conf) .TP \fB\-pid=\fR -Specify pid file (default: dashd.pid) +Specify pid file (default: SarmaCoinsd.pid) .TP \fB\-gen\fR Generate coins diff --git a/contrib/debian/manpages/dash.conf.5 b/contrib/debian/manpages/sarmacoins.conf.5 similarity index 70% rename from contrib/debian/manpages/dash.conf.5 rename to contrib/debian/manpages/sarmacoins.conf.5 index 319c84b44558b..0815c4f0c462e 100644 --- a/contrib/debian/manpages/dash.conf.5 +++ b/contrib/debian/manpages/sarmacoins.conf.5 @@ -1,19 +1,19 @@ -.TH DASH.CONF "5" "January 2011" "dash.conf 3.19" +.TH DASH.CONF "5" "January 2011" "SarmaCoins.conf 3.19" .SH NAME -dash.conf \- dash configuration file +SarmaCoins.conf \- SarmaCoins configuration file .SH SYNOPSIS All command-line options (except for '\-conf') may be specified in a configuration file, and all configuration file options may also be specified on the command line. Command-line options override values set in the configuration file. .TP The configuration file is a list of 'setting=value' pairs, one per line, with optional comments starting with the '#' character. .TP -The configuration file is not automatically created; you can create it using your favorite plain-text editor. By default, dashd(1) will look for a file named dash.conf(5) in the dash data directory, but both the data directory and the configuration file path may be changed using the '\-datadir' and '\-conf' command-line arguments. +The configuration file is not automatically created; you can create it using your favorite plain-text editor. By default, SarmaCoinsd(1) will look for a file named SarmaCoins.conf(5) in the SarmaCoins data directory, but both the data directory and the configuration file path may be changed using the '\-datadir' and '\-conf' command-line arguments. .SH LOCATION -dash.conf should be located in $HOME/.dash +SarmaCoins.conf should be located in $HOME/.SarmaCoins .SH NETWORK-RELATED SETTINGS .TP .TP \fBtestnet=\fR[\fI'1'\fR|\fI'0'\fR] -Enable or disable run on the test network instead of the real *dash* network. +Enable or disable run on the test network instead of the real *SarmaCoins* network. .TP \fBproxy=\fR\fI'127.0.0.1:9050'\fR Connect via a socks4 proxy. @@ -29,7 +29,7 @@ Maximum number of inbound+outbound connections. .SH JSON-RPC OPTIONS .TP \fBserver=\fR[\fI'1'\fR|\fI'0'\fR] -Tells *dash* to accept or not accept JSON-RPC commands. +Tells *SarmaCoins* to accept or not accept JSON-RPC commands. .TP \fBrpcuser=\fR\fI'username'\fR You must set *rpcuser* to secure the JSON-RPC api. @@ -44,10 +44,10 @@ By default, only RPC connections from localhost are allowed. Specify as many *rp Listen for RPC connections on this TCP port. .TP \fBrpcconnect=\fR\fI'127.0.0.1'\fR -You can use *dash* or *dashd(1)* to send commands to *dash*/*dashd(1)* running on another host using this option. +You can use *SarmaCoins* or *SarmaCoinsd(1)* to send commands to *SarmaCoins*/*SarmaCoinsd(1)* running on another host using this option. .TP \fBrpcssl=\fR\fI'1'\fR -Use Secure Sockets Layer (also known as TLS or HTTPS) to communicate with *dash* '\-server' or *dashd(1)*. Example of OpenSSL settings used when *rpcssl*='1': +Use Secure Sockets Layer (also known as TLS or HTTPS) to communicate with *SarmaCoins* '\-server' or *SarmaCoinsd(1)*. Example of OpenSSL settings used when *rpcssl*='1': .TP \fB\-rpcsslciphers=\fR Acceptable ciphers (default: TLSv1+HIGH:\:!SSLv2:\:!aNULL:\:!eNULL:\:!AH:\:!3DES:\:@STRENGTH) @@ -59,16 +59,16 @@ Acceptable ciphers (default: TLSv1+HIGH:\:!SSLv2:\:!aNULL:\:!eNULL:\:!AH:\:!3DES .SH MISCELLANEOUS OPTIONS .TP \fBgen=\fR[\fI'0'\fR|\fI'1'\fR] -Enable or disable attempt to generate dashs. +Enable or disable attempt to generate SarmaCoinss. .TP \fB4way=\fR[\fI'0'\fR|\fI'1'\fR] -Enable or disable use SSE instructions to try to generate dashs faster. +Enable or disable use SSE instructions to try to generate SarmaCoinss faster. .TP \fBkeypool=\fR\fI'100'\fR Pre-generate this many public/private key pairs, so wallet backups will be valid for both prior transactions and several dozen future transactions. .TP \fBpaytxfee=\fR\fI'0.00'\fR -Pay an optional transaction fee every time you send dashs. Transactions with fees are more likely than free transactions to be included in generated blocks, so may be validated sooner. +Pay an optional transaction fee every time you send SarmaCoinss. Transactions with fees are more likely than free transactions to be included in generated blocks, so may be validated sooner. .TP \fBallowreceivebyip=\fR\fI'1'\fR Allow direct connections for the 'pay via IP address' feature. @@ -76,12 +76,12 @@ Allow direct connections for the 'pay via IP address' feature. .SH USER INTERFACE OPTIONS .TP \fBmin=\fR[\fI'0'\fR|\fI'1'\fR] -Enable or disable start dashd minimized. +Enable or disable start SarmaCoinsd minimized. .TP \fBminimizetotray=\fR[\fI'0'\fR|\fI'1'\fR] Enable or disable minimize to the system tray. .SH "SEE ALSO" -dashd(1) +SarmaCoinsd(1) .SH AUTHOR This manual page was written by Micah Anderson for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or any later version published by the Free Software Foundation. diff --git a/contrib/debian/manpages/dashd.1 b/contrib/debian/manpages/sarmacoinsd.1 similarity index 72% rename from contrib/debian/manpages/dashd.1 rename to contrib/debian/manpages/sarmacoinsd.1 index b31f828737c43..818a29ce7fd77 100644 --- a/contrib/debian/manpages/dashd.1 +++ b/contrib/debian/manpages/sarmacoinsd.1 @@ -1,19 +1,19 @@ -.TH DASHD "1" "January 2011" "dashd 3.19" +.TH DASHD "1" "January 2011" "SarmaCoinsd 3.19" .SH NAME -Dash \- peer-to-peer network based digital currency +SarmaCoins \- peer-to-peer network based digital currency .SH SYNOPSIS -dashd [options] [params] +SarmaCoinsd [options] [params] .TP -dashd [options] help \- Get help for a command +SarmaCoinsd [options] help \- Get help for a command .SH DESCRIPTION -This manual page documents the dashd program. Dash is a peer-to-peer digital currency. Peer-to-peer (P2P) means that there is no central authority to issue new money or keep track of transactions. Instead, these tasks are managed collectively by the nodes of the network. Advantages: +This manual page documents the SarmaCoinsd program. SarmaCoins is a peer-to-peer digital currency. Peer-to-peer (P2P) means that there is no central authority to issue new money or keep track of transactions. Instead, these tasks are managed collectively by the nodes of the network. Advantages: -Dash can be sent easily through the Internet, without having to trust middlemen. Transactions are designed to be irreversible. Be safe from instability caused by fractional reserve banking and central banks. The limited inflation of the Dash system’s money supply is distributed evenly (by CPU power) throughout the network, not monopolized by banks. +SarmaCoins can be sent easily through the Internet, without having to trust middlemen. Transactions are designed to be irreversible. Be safe from instability caused by fractional reserve banking and central banks. The limited inflation of the SarmaCoins system’s money supply is distributed evenly (by CPU power) throughout the network, not monopolized by banks. .SH OPTIONS .TP \fB\-conf=\fR -Specify configuration file (default: dash.conf) +Specify configuration file (default: SarmaCoins.conf) .TP \fB\-gen\fR Generate coins @@ -84,14 +84,14 @@ This help message \fBbackupwallet 'destination'\fR Safely copies *wallet.dat* to 'destination', which can be a directory or a path with filename. .TP -\fBgetaccount 'dashaddress'\fR +\fBgetaccount 'SarmaCoinsaddress'\fR Returns the account associated with the given address. .TP -\fBsetaccount 'dashaddress' ['account']\fR +\fBsetaccount 'SarmaCoinsaddress' ['account']\fR Sets the ['account'] associated with the given address. ['account'] may be omitted to remove an address from ['account']. .TP \fBgetaccountaddress 'account'\fR -Returns a new dash address for 'account'. +Returns a new SarmaCoins address for 'account'. .TP \fBgetaddressesbyaccount 'account'\fR Returns the list of addresses associated with the given 'account'. @@ -124,13 +124,13 @@ Returns a recent hashes per second performance measurement while generating. Returns an object containing server information. .TP \fBgetnewaddress 'account'\fR -Returns a new dash address for receiving payments. If 'account' is specified (recommended), it is added to the address book so payments received with the address will be credited to 'account'. +Returns a new SarmaCoins address for receiving payments. If 'account' is specified (recommended), it is added to the address book so payments received with the address will be credited to 'account'. .TP \fBgetreceivedbyaccount 'account' ['minconf=1']\fR Returns the total amount received by addresses associated with 'account' in transactions with at least ['minconf'] confirmations. .TP -\fBgetreceivedbyaddress 'dashaddress' ['minconf=1']\fR -Returns the total amount received by 'dashaddress' in transactions with at least ['minconf'] confirmations. +\fBgetreceivedbyaddress 'SarmaCoinsaddress' ['minconf=1']\fR +Returns the total amount received by 'SarmaCoinsaddress' in transactions with at least ['minconf'] confirmations. .TP \fBgettransaction 'txid'\fR Returns information about a specific transaction, given hexadecimal transaction ID. @@ -148,7 +148,7 @@ List commands, or get help for a command. .TP \fBlistaccounts ['minconf=1']\fR List accounts and their current balances. - *note: requires dash 0.3.20 or later. + *note: requires SarmaCoins 0.3.20 or later. .TP \fBlistreceivedbyaccount ['minconf=1'] ['includeempty=false']\fR ['minconf'] is the minimum number of confirmations before payments are included. ['includeempty'] whether to include addresses that haven't received any payments. Returns an array of objects containing: @@ -177,31 +177,31 @@ Returns a list of the last ['count'] transactions for 'account' \- for all accou "message" : message associated with transaction (only for send). "to" : message-to associated with transaction (only for send). - *note: requires dash 0.3.20 or later. + *note: requires SarmaCoins 0.3.20 or later. .TP \fBmove <'fromaccount'> <'toaccount'> <'amount'> ['minconf=1'] ['comment']\fR Moves funds between accounts. .TP -\fBsendfrom* <'account'> <'dashaddress'> <'amount'> ['minconf=1'] ['comment'] ['comment-to']\fR -Sends amount from account's balance to 'dashaddress'. This method will fail if there is less than amount DASH with ['minconf'] confirmations in the account's balance (unless account is the empty-string-named default account; it behaves like the *sendtoaddress* method). Returns transaction ID on success. +\fBsendfrom* <'account'> <'SarmaCoinsaddress'> <'amount'> ['minconf=1'] ['comment'] ['comment-to']\fR +Sends amount from account's balance to 'SarmaCoinsaddress'. This method will fail if there is less than amount DASH with ['minconf'] confirmations in the account's balance (unless account is the empty-string-named default account; it behaves like the *sendtoaddress* method). Returns transaction ID on success. .TP -\fBsendtoaddress 'dashaddress' 'amount' ['comment'] ['comment-to']\fR -Sends amount from the server's available balance to 'dashaddress'. amount is a real and is rounded to the nearest 0.01. Returns transaction id on success. +\fBsendtoaddress 'SarmaCoinsaddress' 'amount' ['comment'] ['comment-to']\fR +Sends amount from the server's available balance to 'SarmaCoinsaddress'. amount is a real and is rounded to the nearest 0.01. Returns transaction id on success. .TP \fBstop\fR -Stops the dash server. +Stops the SarmaCoins server. .TP -\fBvalidateaddress 'dashaddress'\fR -Checks that 'dashaddress' looks like a proper Dash address. Returns an object containing: +\fBvalidateaddress 'SarmaCoinsaddress'\fR +Checks that 'SarmaCoinsaddress' looks like a proper SarmaCoins address. Returns an object containing: "isvalid" : true or false. "ismine" : true if the address is in the server's wallet. - "address" : dashaddress. + "address" : SarmaCoinsaddress. *note: ismine and address are only returned if the address is valid. .SH "SEE ALSO" -dash.conf(5) +SarmaCoins.conf(5) .SH AUTHOR This manual page was written by Micah Anderson for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or any later version published by the Free Software Foundation. diff --git a/contrib/debian/rules b/contrib/debian/rules index 23f79be5a2d73..ef19a3939ce72 100755 --- a/contrib/debian/rules +++ b/contrib/debian/rules @@ -1,9 +1,9 @@ #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- -#DEB_MAKE_CHECK_TARGET = test_dash +#DEB_MAKE_CHECK_TARGET = test_SarmaCoins #build/bitcoind:: -# $(if $(filter nocheck,$(DEB_BUILD_OPTIONS)),,src/test_dash) +# $(if $(filter nocheck,$(DEB_BUILD_OPTIONS)),,src/test_SarmaCoins) DEB_INSTALL_EXAMPLES_bitcoind += debian/examples/* DEB_INSTALL_MANPAGES_bitcoind += debian/manpages/* @@ -13,7 +13,7 @@ DEB_INSTALL_MANPAGES_bitcoind += debian/manpages/* override_dh_auto_clean: if [ -f Makefile ]; then $(MAKE) distclean; fi - rm -rf Makefile.in aclocal.m4 configure src/Makefile.in src/dash-config.h.in src/build-aux src/qt/Makefile.in src/qt/test/Makefile.in src/test/Makefile.in + rm -rf Makefile.in aclocal.m4 configure src/Makefile.in src/SarmaCoins-config.h.in src/build-aux src/qt/Makefile.in src/qt/test/Makefile.in src/test/Makefile.in # Yea, autogen should be run on the source archive, but I like doing git archive override_dh_auto_configure: diff --git a/contrib/debian/sarmacoins-qt.desktop b/contrib/debian/sarmacoins-qt.desktop new file mode 100644 index 0000000000000..444e2b8d58a99 --- /dev/null +++ b/contrib/debian/sarmacoins-qt.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=SarmaCoins +Comment=SarmaCoins P2P Cryptocurrency +Comment[fr]=SarmaCoins, monnaie virtuelle cryptographique pair à pair +Comment[tr]=SarmaCoins, eşten eşe kriptografik sanal para birimi +Exec=SarmaCoins-qt %u +Terminal=false +Type=Application +Icon=SarmaCoins128 +MimeType=x-scheme-handler/SarmaCoins; +Categories=Office;Finance; diff --git a/contrib/debian/sarmacoins-qt.install b/contrib/debian/sarmacoins-qt.install new file mode 100644 index 0000000000000..aceb4cebd221b --- /dev/null +++ b/contrib/debian/sarmacoins-qt.install @@ -0,0 +1,6 @@ +usr/local/bin/SarmaCoins-qt usr/bin +share/pixmaps/bitcoin32.xpm usr/share/pixmaps +share/pixmaps/bitcoin16.xpm usr/share/pixmaps +share/pixmaps/bitcoin128.png usr/share/pixmaps +debian/SarmaCoins-qt.desktop usr/share/applications +debian/SarmaCoins-qt.protocol usr/share/kde4/services/ diff --git a/contrib/debian/dashd.lintian-overrides b/contrib/debian/sarmacoins-qt.lintian-overrides similarity index 51% rename from contrib/debian/dashd.lintian-overrides rename to contrib/debian/sarmacoins-qt.lintian-overrides index ef02ada1e05ce..2797eccbfba79 100644 --- a/contrib/debian/dashd.lintian-overrides +++ b/contrib/debian/sarmacoins-qt.lintian-overrides @@ -1,2 +1,2 @@ # Linked code is Expat - only Debian packaging is GPL-2+ -dashd: possible-gpl-code-linked-with-openssl +SarmaCoins-qt: possible-gpl-code-linked-with-openssl diff --git a/contrib/debian/dash-qt.protocol b/contrib/debian/sarmacoins-qt.protocol similarity index 71% rename from contrib/debian/dash-qt.protocol rename to contrib/debian/sarmacoins-qt.protocol index 7487092412bac..1ee5459ea3ba3 100644 --- a/contrib/debian/dash-qt.protocol +++ b/contrib/debian/sarmacoins-qt.protocol @@ -1,6 +1,6 @@ [Protocol] -exec=dash-qt '%u' -protocol=dash +exec=SarmaCoins-qt '%u' +protocol=SarmaCoins input=none output=none helper=true diff --git a/contrib/debian/sarmacoinsd.bash-completion b/contrib/debian/sarmacoinsd.bash-completion new file mode 100644 index 0000000000000..81f5e2e58f7ed --- /dev/null +++ b/contrib/debian/sarmacoinsd.bash-completion @@ -0,0 +1 @@ +contrib/SarmaCoinsd.bash-completion SarmaCoinsd diff --git a/contrib/debian/sarmacoinsd.examples b/contrib/debian/sarmacoinsd.examples new file mode 100644 index 0000000000000..45dcde893bf04 --- /dev/null +++ b/contrib/debian/sarmacoinsd.examples @@ -0,0 +1 @@ +debian/examples/SarmaCoins.conf diff --git a/contrib/debian/sarmacoinsd.install b/contrib/debian/sarmacoinsd.install new file mode 100644 index 0000000000000..361b8a170dec7 --- /dev/null +++ b/contrib/debian/sarmacoinsd.install @@ -0,0 +1,2 @@ +usr/local/bin/SarmaCoinsd usr/bin +usr/local/bin/SarmaCoins-cli usr/bin diff --git a/contrib/debian/dash-qt.lintian-overrides b/contrib/debian/sarmacoinsd.lintian-overrides similarity index 52% rename from contrib/debian/dash-qt.lintian-overrides rename to contrib/debian/sarmacoinsd.lintian-overrides index bfb8d9a84bc34..a680cc6ba18b7 100644 --- a/contrib/debian/dash-qt.lintian-overrides +++ b/contrib/debian/sarmacoinsd.lintian-overrides @@ -1,2 +1,2 @@ # Linked code is Expat - only Debian packaging is GPL-2+ -dash-qt: possible-gpl-code-linked-with-openssl +SarmaCoinsd: possible-gpl-code-linked-with-openssl diff --git a/contrib/debian/sarmacoinsd.manpages b/contrib/debian/sarmacoinsd.manpages new file mode 100644 index 0000000000000..363add47bf8a6 --- /dev/null +++ b/contrib/debian/sarmacoinsd.manpages @@ -0,0 +1,2 @@ +debian/manpages/SarmaCoinsd.1 +debian/manpages/SarmaCoins.conf.5 diff --git a/contrib/devtools/README.md b/contrib/devtools/README.md index 8cfff884a9965..6c8cb4e0dbaec 100644 --- a/contrib/devtools/README.md +++ b/contrib/devtools/README.md @@ -64,10 +64,10 @@ If only supported symbols are used the return value will be 0 and the output wil If there are 'unsupported' symbols, the return value will be 1 a list like this will be printed: - .../64/test_dash: symbol memcpy from unsupported version GLIBC_2.14 - .../64/test_dash: symbol __fdelt_chk from unsupported version GLIBC_2.15 - .../64/test_dash: symbol std::out_of_range::~out_of_range() from unsupported version GLIBCXX_3.4.15 - .../64/test_dash: symbol _ZNSt8__detail15_List_nod from unsupported version GLIBCXX_3.4.15 + .../64/test_SarmaCoins: symbol memcpy from unsupported version GLIBC_2.14 + .../64/test_SarmaCoins: symbol __fdelt_chk from unsupported version GLIBC_2.15 + .../64/test_SarmaCoins: symbol std::out_of_range::~out_of_range() from unsupported version GLIBCXX_3.4.15 + .../64/test_SarmaCoins: symbol _ZNSt8__detail15_List_nod from unsupported version GLIBCXX_3.4.15 update-translations.py ======================= diff --git a/contrib/devtools/update-translations.py b/contrib/devtools/update-translations.py index a121c1a3c4497..8b9f667bbd770 100755 --- a/contrib/devtools/update-translations.py +++ b/contrib/devtools/update-translations.py @@ -26,7 +26,7 @@ # Name of transifex tool TX = 'tx' # Name of source language file -SOURCE_LANG = 'dash_en.ts' +SOURCE_LANG = 'SarmaCoins_en.ts' # Directory with locale files LOCALE_DIR = 'src/qt/locale' diff --git a/contrib/gitian-descriptors/gitian-linux.yml b/contrib/gitian-descriptors/gitian-linux.yml index 43d0e5afe98bd..2bfabddad5ec6 100755 --- a/contrib/gitian-descriptors/gitian-linux.yml +++ b/contrib/gitian-descriptors/gitian-linux.yml @@ -1,5 +1,5 @@ --- -name: "dash-linux-0.12" +name: "SarmaCoins-linux-0.12" enable_cache: true suites: - "precise" @@ -18,7 +18,7 @@ packages: reference_datetime: "2014-01-10 00:00:00" remotes: - "url": "https://github.com/inkvisit/sarmacoins.git" - "dir": "dash" + "dir": "SarmaCoins" files: [] script: | WRAP_DIR=$HOME/wrapped @@ -62,7 +62,7 @@ script: | done export PATH=${WRAP_DIR}:${PATH} - cd dash + cd SarmaCoins BASEPREFIX=`pwd`/depends # Build dependencies for each host for i in $HOSTS; do @@ -73,13 +73,13 @@ script: | ./autogen.sh ./configure --prefix=${BASEPREFIX}/`echo "${HOSTS}" | awk '{print $1;}'` make dist - SOURCEDIST=`echo dash-*.tar.gz` + SOURCEDIST=`echo SarmaCoins-*.tar.gz` DISTNAME=`echo ${SOURCEDIST} | sed 's/.tar.*//'` # Correct tar file order mkdir -p temp pushd temp tar xf ../$SOURCEDIST - find dash-* | sort | tar --no-recursion --mode='u+rw,go+r-w,a+X' --owner=0 --group=0 -c -T - | gzip -9n > ../$SOURCEDIST + find SarmaCoins-* | sort | tar --no-recursion --mode='u+rw,go+r-w,a+X' --owner=0 --group=0 -c -T - | gzip -9n > ../$SOURCEDIST popd ORIGPATH="$PATH" diff --git a/contrib/gitian-descriptors/gitian-osx-signer.yml b/contrib/gitian-descriptors/gitian-osx-signer.yml index f3c78be5e8b65..90cb2d7719231 100644 --- a/contrib/gitian-descriptors/gitian-osx-signer.yml +++ b/contrib/gitian-descriptors/gitian-osx-signer.yml @@ -1,5 +1,5 @@ --- -name: "dash-dmg-signer" +name: "SarmaCoins-dmg-signer" suites: - "precise" architectures: @@ -10,7 +10,7 @@ packages: reference_datetime: "2013-06-01 00:00:00" remotes: [] files: -- "dash-osx-unsigned.tar.gz" +- "SarmaCoins-osx-unsigned.tar.gz" - "signature.tar.gz" script: | WRAP_DIR=$HOME/wrapped @@ -28,10 +28,10 @@ script: | chmod +x ${WRAP_DIR}/${prog} done - UNSIGNED=dash-osx-unsigned.tar.gz - SIGNED=dash-osx-signed.dmg + UNSIGNED=SarmaCoins-osx-unsigned.tar.gz + SIGNED=SarmaCoins-osx-signed.dmg tar -xf ${UNSIGNED} ./detached-sig-apply.sh ${UNSIGNED} signature.tar.gz - ${WRAP_DIR}/genisoimage -no-cache-inodes -D -l -probe -V "Dash-Qt" -no-pad -r -apple -o uncompressed.dmg signed-app + ${WRAP_DIR}/genisoimage -no-cache-inodes -D -l -probe -V "SarmaCoins-Qt" -no-pad -r -apple -o uncompressed.dmg signed-app ${WRAP_DIR}/dmg dmg uncompressed.dmg ${OUTDIR}/${SIGNED} diff --git a/contrib/gitian-descriptors/gitian-osx.yml b/contrib/gitian-descriptors/gitian-osx.yml index 8273fa4f61cd5..5d77c695f5060 100644 --- a/contrib/gitian-descriptors/gitian-osx.yml +++ b/contrib/gitian-descriptors/gitian-osx.yml @@ -1,5 +1,5 @@ --- -name: "dash-osx-0.12" +name: "SarmaCoins-osx-0.12" enable_cache: true suites: - "precise" @@ -21,7 +21,7 @@ packages: reference_datetime: "2013-06-01 00:00:00" remotes: - "url": "https://github.com/inkvisit/sarmacoins.git" - "dir": "dash" + "dir": "SarmaCoins" files: - "MacOSX10.7.sdk.tar.gz" script: | @@ -68,7 +68,7 @@ script: | done export PATH=${WRAP_DIR}:${PATH} - cd dash + cd SarmaCoins BASEPREFIX=`pwd`/depends mkdir -p ${BASEPREFIX}/SDKs @@ -83,14 +83,14 @@ script: | ./autogen.sh ./configure --prefix=${BASEPREFIX}/`echo "${HOSTS}" | awk '{print $1;}'` make dist - SOURCEDIST=`echo dash-*.tar.gz` + SOURCEDIST=`echo SarmaCoins-*.tar.gz` DISTNAME=`echo ${SOURCEDIST} | sed 's/.tar.*//'` # Correct tar file order mkdir -p temp pushd temp tar xf ../$SOURCEDIST - find dash-* | sort | tar --no-recursion --mode='u+rw,go+r-w,a+X' --owner=0 --group=0 -c -T - | gzip -9n > ../$SOURCEDIST + find SarmaCoins-* | sort | tar --no-recursion --mode='u+rw,go+r-w,a+X' --owner=0 --group=0 -c -T - | gzip -9n > ../$SOURCEDIST popd ORIGPATH="$PATH" @@ -120,7 +120,7 @@ script: | popd make deploy - ${WRAP_DIR}/dmg dmg Dash-Qt.dmg ${OUTDIR}/${DISTNAME}-osx-unsigned.dmg + ${WRAP_DIR}/dmg dmg SarmaCoins-Qt.dmg ${OUTDIR}/${DISTNAME}-osx-unsigned.dmg cd installed find . -name "lib*.la" -delete diff --git a/contrib/gitian-descriptors/gitian-rpi2.yml b/contrib/gitian-descriptors/gitian-rpi2.yml index 808905eb2b083..fae6b441c49b3 100644 --- a/contrib/gitian-descriptors/gitian-rpi2.yml +++ b/contrib/gitian-descriptors/gitian-rpi2.yml @@ -1,5 +1,5 @@ --- -name: "dash-raspberry-0.12" +name: "SarmaCoins-raspberry-0.12" enable_cache: true suites: - "precise" @@ -18,7 +18,7 @@ packages: reference_datetime: "2014-01-10 00:00:00" remotes: - "url": "https://github.com/inkvisit/sarmacoins.git" - "dir": "dash" + "dir": "SarmaCoins" files: - "raspberrypi-tools.tar.gz" script: | @@ -67,7 +67,7 @@ script: | done export PATH=${WRAP_DIR}:${PATH} - cd dash + cd SarmaCoins BASEPREFIX=`pwd`/depends # Build dependencies for each host for i in $HOSTS; do @@ -78,13 +78,13 @@ script: | ./autogen.sh ./configure --prefix=${BASEPREFIX}/`echo "${HOSTS}" | awk '{print $1;}'` make NO_QT=1 dist - SOURCEDIST=`echo dash-*.tar.gz` + SOURCEDIST=`echo SarmaCoins-*.tar.gz` DISTNAME=`echo ${SOURCEDIST} | sed 's/.tar.*//'` # Correct tar file order mkdir -p temp pushd temp tar xf ../$SOURCEDIST - find dash-* | sort | tar --no-recursion --mode='u+rw,go+r-w,a+X' --owner=0 --group=0 -c -T - | gzip -9n > ../$SOURCEDIST + find SarmaCoins-* | sort | tar --no-recursion --mode='u+rw,go+r-w,a+X' --owner=0 --group=0 -c -T - | gzip -9n > ../$SOURCEDIST popd ORIGPATH="$PATH" diff --git a/contrib/gitian-descriptors/gitian-win.yml b/contrib/gitian-descriptors/gitian-win.yml index b2e4b49c5af49..b28f093eab3a1 100755 --- a/contrib/gitian-descriptors/gitian-win.yml +++ b/contrib/gitian-descriptors/gitian-win.yml @@ -1,5 +1,5 @@ --- -name: "dash-win-0.12" +name: "SarmaCoins-win-0.12" enable_cache: true suites: - "precise" @@ -21,7 +21,7 @@ packages: reference_datetime: "2014-01-10 00:00:00" remotes: - "url": "https://github.com/inkvisit/sarmacoins.git" - "dir": "dash" + "dir": "SarmaCoins" files: [] script: | WRAP_DIR=$HOME/wrapped @@ -65,7 +65,7 @@ script: | done export PATH=${WRAP_DIR}:${PATH} - cd dash + cd SarmaCoins BASEPREFIX=`pwd`/depends # Build dependencies for each host for i in $HOSTS; do @@ -76,14 +76,14 @@ script: | ./autogen.sh ./configure --prefix=${BASEPREFIX}/`echo "${HOSTS}" | awk '{print $1;}'` make dist - SOURCEDIST=`echo dash-*.tar.gz` + SOURCEDIST=`echo SarmaCoins-*.tar.gz` DISTNAME=`echo ${SOURCEDIST} | sed 's/.tar.*//'` # Correct tar file order mkdir -p temp pushd temp tar xf ../$SOURCEDIST - find dash-* | sort | tar --no-recursion --mode='u+rw,go+r-w,a+X' --owner=0 --group=0 -c -T - | gzip -9n > ../$SOURCEDIST + find SarmaCoins-* | sort | tar --no-recursion --mode='u+rw,go+r-w,a+X' --owner=0 --group=0 -c -T - | gzip -9n > ../$SOURCEDIST popd ORIGPATH="$PATH" @@ -100,7 +100,7 @@ script: | make ${MAKEOPTS} make deploy make install-strip - cp -f dash-*setup*.exe $OUTDIR/ + cp -f SarmaCoins-*setup*.exe $OUTDIR/ cd installed mv ${DISTNAME}/bin/*.dll ${DISTNAME}/lib/ find . -name "lib*.la" -delete diff --git a/contrib/init/README.md b/contrib/init/README.md index 6b8e244a7faaf..cce22276d5605 100644 --- a/contrib/init/README.md +++ b/contrib/init/README.md @@ -1,9 +1,9 @@ Sample configuration files for: -SystemD: dashd.service -Upstart: dashd.conf -OpenRC: dashd.openrc - dashd.openrcconf +SystemD: SarmaCoinsd.service +Upstart: SarmaCoinsd.conf +OpenRC: SarmaCoinsd.openrc + SarmaCoinsd.openrcconf have been made available to assist packagers in creating node packages here. diff --git a/contrib/init/dashd.openrcconf b/contrib/init/dashd.openrcconf deleted file mode 100644 index 05f033ae8ec05..0000000000000 --- a/contrib/init/dashd.openrcconf +++ /dev/null @@ -1,27 +0,0 @@ -# /etc/conf.d/dashd: config file for /etc/init.d/dashd - -# Config file location -#BITCOIND_CONFIGFILE="/etc/dash/dash.conf" - -# What directory to write pidfile to? (created and owned by $BITCOIND_USER) -#BITCOIND_PIDDIR="/var/run/dashd" - -# What filename to give the pidfile -#BITCOIND_PIDFILE="${BITCOIND_PIDDIR}/dashd.pid" - -# Where to write dashd data (be mindful that the blockchain is large) -#BITCOIND_DATADIR="/var/lib/dashd" - -# User and group to own dashd process -#BITCOIND_USER="dash" -#BITCOIND_GROUP="dash" - -# Path to dashd executable -#BITCOIND_BIN="/usr/bin/dashd" - -# Nice value to run dashd under -#BITCOIND_NICE=0 - -# Additional options (avoid -conf and -datadir, use flags above) -BITCOIND_OPTS="-disablewallet" - diff --git a/contrib/init/dashd.service b/contrib/init/dashd.service deleted file mode 100644 index 732ac647d38a1..0000000000000 --- a/contrib/init/dashd.service +++ /dev/null @@ -1,22 +0,0 @@ -[Unit] -Description=Dash's distributed currency daemon -After=network.target - -[Service] -User=dash -Group=dash - -Type=forking -PIDFile=/var/lib/dashd/dashd.pid -ExecStart=/usr/bin/dashd -daemon -pid=/var/lib/dashd/dashd.pid \ --conf=/etc/dash/dash.conf -datadir=/var/lib/dashd -disablewallet - -Restart=always -PrivateTmp=true -TimeoutStopSec=60s -TimeoutStartSec=2s -StartLimitInterval=120s -StartLimitBurst=5 - -[Install] -WantedBy=multi-user.target diff --git a/contrib/init/dashd.conf b/contrib/init/sarmacoinsd.conf similarity index 74% rename from contrib/init/dashd.conf rename to contrib/init/sarmacoinsd.conf index 40b9b9a4f9862..ca229bf20594f 100644 --- a/contrib/init/dashd.conf +++ b/contrib/init/sarmacoinsd.conf @@ -1,16 +1,16 @@ -description "Dash Core Daemon" +description "SarmaCoins Core Daemon" start on runlevel [2345] stop on starting rc RUNLEVEL=[016] -env BITCOIND_BIN="/usr/bin/dashd" -env BITCOIND_USER="dash" -env BITCOIND_GROUP="dash" -env BITCOIND_PIDDIR="/var/run/dashd" +env BITCOIND_BIN="/usr/bin/SarmaCoinsd" +env BITCOIND_USER="SarmaCoins" +env BITCOIND_GROUP="SarmaCoins" +env BITCOIND_PIDDIR="/var/run/SarmaCoinsd" # upstart can't handle variables constructed with other variables -env BITCOIND_PIDFILE="/var/run/dashd/dashd.pid" -env BITCOIND_CONFIGFILE="/etc/dash/dash.conf" -env BITCOIND_DATADIR="/var/lib/dashd" +env BITCOIND_PIDFILE="/var/run/SarmaCoinsd/SarmaCoinsd.pid" +env BITCOIND_CONFIGFILE="/etc/SarmaCoins/SarmaCoins.conf" +env BITCOIND_DATADIR="/var/lib/SarmaCoinsd" expect fork @@ -20,12 +20,12 @@ kill timeout 60 pre-start script # this will catch non-existent config files - # dashd will check and exit with this very warning, but it can do so + # SarmaCoinsd will check and exit with this very warning, but it can do so # long after forking, leaving upstart to think everything started fine. # since this is a commonly encountered case on install, just check and # warn here. if ! grep -qs '^rpcpassword=' "$BITCOIND_CONFIGFILE" ; then - echo "ERROR: You must set a secure rpcpassword to run dashd." + echo "ERROR: You must set a secure rpcpassword to run SarmaCoinsd." echo "The setting must appear in $BITCOIND_CONFIGFILE" echo echo "This password is security critical to securing wallets " @@ -38,7 +38,7 @@ pre-start script echo "It is also recommended that you also set alertnotify so you are " echo "notified of problems:" echo - echo "ie: alertnotify=echo %%s | mail -s \"Dash Alert\"" \ + echo "ie: alertnotify=echo %%s | mail -s \"SarmaCoins Alert\"" \ "admin@foo.com" echo exit 1 diff --git a/contrib/init/dashd.openrc b/contrib/init/sarmacoinsd.openrc similarity index 68% rename from contrib/init/dashd.openrc rename to contrib/init/sarmacoinsd.openrc index b1b7144d87708..ab7aa925040bf 100644 --- a/contrib/init/dashd.openrc +++ b/contrib/init/sarmacoinsd.openrc @@ -2,24 +2,24 @@ # backward compatibility for existing gentoo layout # -if [ -d "/var/lib/dash/.dash" ]; then - BITCOIND_DEFAULT_DATADIR="/var/lib/dash/.dash" +if [ -d "/var/lib/SarmaCoins/.SarmaCoins" ]; then + BITCOIND_DEFAULT_DATADIR="/var/lib/SarmaCoins/.SarmaCoins" else - BITCOIND_DEFAULT_DATADIR="/var/lib/dashd" + BITCOIND_DEFAULT_DATADIR="/var/lib/SarmaCoinsd" fi -BITCOIND_CONFIGFILE=${BITCOIND_CONFIGFILE:-/etc/dash/dash.conf} -BITCOIND_PIDDIR=${BITCOIND_PIDDIR:-/var/run/dashd} -BITCOIND_PIDFILE=${BITCOIND_PIDFILE:-${BITCOIND_PIDDIR}/dashd.pid} +BITCOIND_CONFIGFILE=${BITCOIND_CONFIGFILE:-/etc/SarmaCoins/SarmaCoins.conf} +BITCOIND_PIDDIR=${BITCOIND_PIDDIR:-/var/run/SarmaCoinsd} +BITCOIND_PIDFILE=${BITCOIND_PIDFILE:-${BITCOIND_PIDDIR}/SarmaCoinsd.pid} BITCOIND_DATADIR=${BITCOIND_DATADIR:-${BITCOIND_DEFAULT_DATADIR}} -BITCOIND_USER=${BITCOIND_USER:-dash} -BITCOIND_GROUP=${BITCOIND_GROUP:-dash} -BITCOIND_BIN=${BITCOIND_BIN:-/usr/bin/dashd} +BITCOIND_USER=${BITCOIND_USER:-SarmaCoins} +BITCOIND_GROUP=${BITCOIND_GROUP:-SarmaCoins} +BITCOIND_BIN=${BITCOIND_BIN:-/usr/bin/SarmaCoinsd} -name="Dash Core Daemon" -description="Dash crypto-currency p2p network daemon" +name="SarmaCoins Core Daemon" +description="SarmaCoins crypto-currency p2p network daemon" -command="/usr/bin/dashd" +command="/usr/bin/SarmaCoinsd" command_args="-pid=\"${BITCOIND_PIDFILE}\" \ -conf=\"${BITCOIND_CONFIGFILE}\" \ -datadir=\"${BITCOIND_DATADIR}\" \ @@ -65,7 +65,7 @@ checkconfig() { if ! grep -qs '^rpcpassword=' "${BITCOIND_CONFIGFILE}" ; then eerror "" - eerror "ERROR: You must set a secure rpcpassword to run dashd." + eerror "ERROR: You must set a secure rpcpassword to run SarmaCoinsd." eerror "The setting must appear in ${BITCOIND_CONFIGFILE}" eerror "" eerror "This password is security critical to securing wallets " @@ -78,7 +78,7 @@ checkconfig() eerror "It is also recommended that you also set alertnotify so you are " eerror "notified of problems:" eerror "" - eerror "ie: alertnotify=echo %%s | mail -s \"Dash Alert\"" \ + eerror "ie: alertnotify=echo %%s | mail -s \"SarmaCoins Alert\"" \ "admin@foo.com" eerror "" return 1 diff --git a/contrib/init/sarmacoinsd.openrcconf b/contrib/init/sarmacoinsd.openrcconf new file mode 100644 index 0000000000000..88701167ee563 --- /dev/null +++ b/contrib/init/sarmacoinsd.openrcconf @@ -0,0 +1,27 @@ +# /etc/conf.d/SarmaCoinsd: config file for /etc/init.d/SarmaCoinsd + +# Config file location +#BITCOIND_CONFIGFILE="/etc/SarmaCoins/SarmaCoins.conf" + +# What directory to write pidfile to? (created and owned by $BITCOIND_USER) +#BITCOIND_PIDDIR="/var/run/SarmaCoinsd" + +# What filename to give the pidfile +#BITCOIND_PIDFILE="${BITCOIND_PIDDIR}/SarmaCoinsd.pid" + +# Where to write SarmaCoinsd data (be mindful that the blockchain is large) +#BITCOIND_DATADIR="/var/lib/SarmaCoinsd" + +# User and group to own SarmaCoinsd process +#BITCOIND_USER="SarmaCoins" +#BITCOIND_GROUP="SarmaCoins" + +# Path to SarmaCoinsd executable +#BITCOIND_BIN="/usr/bin/SarmaCoinsd" + +# Nice value to run SarmaCoinsd under +#BITCOIND_NICE=0 + +# Additional options (avoid -conf and -datadir, use flags above) +BITCOIND_OPTS="-disablewallet" + diff --git a/contrib/init/sarmacoinsd.service b/contrib/init/sarmacoinsd.service new file mode 100644 index 0000000000000..28fb536aeabdf --- /dev/null +++ b/contrib/init/sarmacoinsd.service @@ -0,0 +1,22 @@ +[Unit] +Description=SarmaCoins's distributed currency daemon +After=network.target + +[Service] +User=SarmaCoins +Group=SarmaCoins + +Type=forking +PIDFile=/var/lib/SarmaCoinsd/SarmaCoinsd.pid +ExecStart=/usr/bin/SarmaCoinsd -daemon -pid=/var/lib/SarmaCoinsd/SarmaCoinsd.pid \ +-conf=/etc/SarmaCoins/SarmaCoins.conf -datadir=/var/lib/SarmaCoinsd -disablewallet + +Restart=always +PrivateTmp=true +TimeoutStopSec=60s +TimeoutStartSec=2s +StartLimitInterval=120s +StartLimitBurst=5 + +[Install] +WantedBy=multi-user.target diff --git a/contrib/macdeploy/README.md b/contrib/macdeploy/README.md index 19b0f1a01f1eb..430636fe65e48 100644 --- a/contrib/macdeploy/README.md +++ b/contrib/macdeploy/README.md @@ -11,5 +11,5 @@ This script should not be run manually, instead, after building as usual: During the process, the disk image window will pop up briefly where the fancy settings are applied. This is normal, please do not interfere. -When finished, it will produce `Dash-Qt.dmg`. +When finished, it will produce `SarmaCoins-Qt.dmg`. diff --git a/contrib/macdeploy/detached-sig-apply.sh b/contrib/macdeploy/detached-sig-apply.sh index b9c64ef940783..67d3299ca4efb 100755 --- a/contrib/macdeploy/detached-sig-apply.sh +++ b/contrib/macdeploy/detached-sig-apply.sh @@ -5,7 +5,7 @@ UNSIGNED=$1 SIGNATURE=$2 ARCH=x86_64 ROOTDIR=dist -BUNDLE=${ROOTDIR}/Dash-Qt.app +BUNDLE=${ROOTDIR}/SarmaCoins-Qt.app TEMPDIR=signed.temp OUTDIR=signed-app diff --git a/contrib/macdeploy/detached-sig-create.sh b/contrib/macdeploy/detached-sig-create.sh index 200b71ce44e83..39f47763560da 100755 --- a/contrib/macdeploy/detached-sig-create.sh +++ b/contrib/macdeploy/detached-sig-create.sh @@ -2,7 +2,7 @@ set -e ROOTDIR=dist -BUNDLE=${ROOTDIR}/Dash-Qt.app +BUNDLE=${ROOTDIR}/SarmaCoins-Qt.app CODESIGN=codesign TEMPDIR=sign.temp TEMPLIST=${TEMPDIR}/signatures.txt diff --git a/contrib/macdeploy/fancy.plist b/contrib/macdeploy/fancy.plist index 3ee7104784675..366df0c3bf802 100644 --- a/contrib/macdeploy/fancy.plist +++ b/contrib/macdeploy/fancy.plist @@ -22,7 +22,7 @@ 370 156 - Dash-Qt.app + SarmaCoins-Qt.app 128 156 diff --git a/contrib/macdeploy/macdeployqtplus b/contrib/macdeploy/macdeployqtplus index a3358033af8a2..6ff0d70170e73 100755 --- a/contrib/macdeploy/macdeployqtplus +++ b/contrib/macdeploy/macdeployqtplus @@ -836,7 +836,7 @@ if config.dmg is not None: items_positions.append(itemscript.substitute(params)) params = { - "disk" : "Dash-Qt", + "disk" : "SarmaCoins-Qt", "window_bounds" : "300,300,800,620", "icon_size" : "96", "background_commands" : "", diff --git a/contrib/dashd.bash-completion b/contrib/sarmacoinsd.bash-completion similarity index 80% rename from contrib/dashd.bash-completion rename to contrib/sarmacoinsd.bash-completion index 11a4dc9e7c3b5..bedfd558beb7a 100644 --- a/contrib/dashd.bash-completion +++ b/contrib/sarmacoinsd.bash-completion @@ -1,12 +1,12 @@ -# bash programmable completion for dashd(1) and dash-cli(1) +# bash programmable completion for SarmaCoinsd(1) and SarmaCoins-cli(1) # Copyright (c) 2012,2014 Christian von Roques # Distributed under the MIT/X11 software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. -have dashd && { +have SarmaCoinsd && { -# call $dashd for RPC -_dash_rpc() { +# call $SarmaCoinsd for RPC +_SarmaCoins_rpc() { # determine already specified args necessary for RPC local rpcargs=() for i in ${COMP_LINE}; do @@ -16,23 +16,23 @@ _dash_rpc() { ;; esac done - $dashd "${rpcargs[@]}" "$@" + $SarmaCoinsd "${rpcargs[@]}" "$@" } -# Add dash accounts to COMPREPLY -_dash_accounts() { +# Add SarmaCoins accounts to COMPREPLY +_SarmaCoins_accounts() { local accounts - accounts=$(_dash_rpc listaccounts | awk '/".*"/ { a=$1; gsub(/"/, "", a); print a}') + accounts=$(_SarmaCoins_rpc listaccounts | awk '/".*"/ { a=$1; gsub(/"/, "", a); print a}') COMPREPLY=( "${COMPREPLY[@]}" $( compgen -W "$accounts" -- "$cur" ) ) } -_dashd() { +_SarmaCoinsd() { local cur prev words=() cword - local dashd + local SarmaCoinsd - # save and use original argument to invoke dashd - # dashd might not be in $PATH - dashd="$1" + # save and use original argument to invoke SarmaCoinsd + # SarmaCoinsd might not be in $PATH + SarmaCoinsd="$1" COMPREPLY=() _get_comp_words_by_ref -n = cur prev words cword @@ -53,7 +53,7 @@ _dashd() { if ((cword > 3)); then case ${words[cword-3]} in addmultisigaddress) - _dash_accounts + _SarmaCoins_accounts return 0 ;; getbalance|gettxout|importaddress|importprivkey|listreceivedbyaccount|listreceivedbyaddress|listsinceblock) @@ -74,7 +74,7 @@ _dashd() { return 0 ;; move|setaccount) - _dash_accounts + _SarmaCoins_accounts return 0 ;; esac @@ -90,7 +90,7 @@ _dashd() { return 0 ;; getaccountaddress|getaddressesbyaccount|getbalance|getnewaddress|getreceivedbyaccount|listtransactions|move|sendfrom|sendmany) - _dash_accounts + _SarmaCoins_accounts return 0 ;; esac @@ -114,12 +114,12 @@ _dashd() { # only parse --help if senseful if [[ -z "$cur" || "$cur" =~ ^- ]]; then - helpopts=$($dashd --help 2>&1 | awk '$1 ~ /^-/ { sub(/=.*/, "="); print $1 }' ) + helpopts=$($SarmaCoinsd --help 2>&1 | awk '$1 ~ /^-/ { sub(/=.*/, "="); print $1 }' ) fi # only parse help if senseful if [[ -z "$cur" || "$cur" =~ ^[a-z] ]]; then - commands=$(_dash_rpc help 2>/dev/null | awk '$1 ~ /^[a-z]/ { print $1; }') + commands=$(_SarmaCoins_rpc help 2>/dev/null | awk '$1 ~ /^[a-z]/ { print $1; }') fi COMPREPLY=( $( compgen -W "$helpopts $commands" -- "$cur" ) ) @@ -133,7 +133,7 @@ _dashd() { esac } -complete -F _dashd dashd dash-cli +complete -F _SarmaCoinsd SarmaCoinsd SarmaCoins-cli } # Local variables: diff --git a/contrib/dash-qt.pro b/contrib/sarmacoinsh-qt.pro similarity index 95% rename from contrib/dash-qt.pro rename to contrib/sarmacoinsh-qt.pro index bcd5225980a0a..84f339cc9e881 100644 --- a/contrib/dash-qt.pro +++ b/contrib/sarmacoinsh-qt.pro @@ -78,7 +78,7 @@ HEADERS += src/activemasternode.h \ src/crypter.h \ src/darksend-relay.h \ src/darksend.h \ - src/dash-config.h \ + src/SarmaCoins-config.h \ src/db.h \ src/eccryptoverify.h \ src/ecwrapper.h \ @@ -131,7 +131,7 @@ HEADERS += src/activemasternode.h \ src/wallet_ismine.h \ src/walletdb.h \ src/compat/sanity.h \ - src/config/dash-config.h \ + src/config/SarmaCoins-config.h \ src/crypto/common.h \ src/crypto/hmac_sha256.h \ src/crypto/hmac_sha512.h \ @@ -333,7 +333,7 @@ HEADERS += src/activemasternode.h \ src/secp256k1/src/java/org_bitcoin_NativeSecp256k1.h \ src/crypto/aes_helper.c \ src/qt/bitcoinamountfield.moc \ - src/qt/dash.moc \ + src/qt/SarmaCoins.moc \ src/qt/intro.moc \ src/qt/overviewpage.moc \ src/qt/rpcconsole.moc \ @@ -374,9 +374,9 @@ SOURCES += src/activemasternode.cpp \ src/crypter.cpp \ src/darksend-relay.cpp \ src/darksend.cpp \ - src/dash-cli.cpp \ - src/dash-tx.cpp \ - src/dashd.cpp \ + src/SarmaCoins-cli.cpp \ + src/SarmaCoins-tx.cpp \ + src/SarmaCoinsd.cpp \ src/db.cpp \ src/eccryptoverify.cpp \ src/ecwrapper.cpp \ @@ -471,8 +471,8 @@ SOURCES += src/activemasternode.cpp \ src/qt/coincontroltreewidget.cpp \ src/qt/csvmodelwriter.cpp \ src/qt/darksendconfig.cpp \ - src/qt/dash.cpp \ - src/qt/dashstrings.cpp \ + src/qt/SarmaCoins.cpp \ + src/qt/SarmaCoinsstrings.cpp \ src/qt/editaddressdialog.cpp \ src/qt/guiutil.cpp \ src/qt/intro.cpp \ @@ -550,7 +550,7 @@ SOURCES += src/activemasternode.cpp \ src/test/sighash_tests.cpp \ src/test/sigopcount_tests.cpp \ src/test/skiplist_tests.cpp \ - src/test/test_dash.cpp \ + src/test/test_SarmaCoins.cpp \ src/test/timedata_tests.cpp \ src/test/transaction_tests.cpp \ src/test/uint256_tests.cpp \ @@ -641,20 +641,20 @@ SOURCES += src/activemasternode.cpp \ src/leveldb/helpers/memenv/memenv.cc \ src/leveldb/helpers/memenv/memenv_test.cc \ src/secp256k1/src/java/org_bitcoin_NativeSecp256k1.c -RESOURCES += src/qt/dash.qrc src/qt/dash_locale.qrc -TRANSLATIONS += src/qt/locale/dash_bg.ts \ - src/qt/locale/dash_de.ts \ - src/qt/locale/dash_en.ts \ - src/qt/locale/dash_es.ts \ - src/qt/locale/dash_fi.ts \ - src/qt/locale/dash_fr.ts \ - src/qt/locale/dash_it.ts \ - src/qt/locale/dash_ja.ts \ - src/qt/locale/dash_pl.ts \ - src/qt/locale/dash_pt.ts \ - src/qt/locale/dash_ru.ts \ - src/qt/locale/dash_sk.ts \ - src/qt/locale/dash_sv.ts \ - src/qt/locale/dash_vi.ts \ - src/qt/locale/dash_zh_CN.ts \ - src/qt/locale/dash_zh_TW.ts +RESOURCES += src/qt/SarmaCoins.qrc src/qt/SarmaCoins_locale.qrc +TRANSLATIONS += src/qt/locale/SarmaCoins_bg.ts \ + src/qt/locale/SarmaCoins_de.ts \ + src/qt/locale/SarmaCoins_en.ts \ + src/qt/locale/SarmaCoins_es.ts \ + src/qt/locale/SarmaCoins_fi.ts \ + src/qt/locale/SarmaCoins_fr.ts \ + src/qt/locale/SarmaCoins_it.ts \ + src/qt/locale/SarmaCoins_ja.ts \ + src/qt/locale/SarmaCoins_pl.ts \ + src/qt/locale/SarmaCoins_pt.ts \ + src/qt/locale/SarmaCoins_ru.ts \ + src/qt/locale/SarmaCoins_sk.ts \ + src/qt/locale/SarmaCoins_sv.ts \ + src/qt/locale/SarmaCoins_vi.ts \ + src/qt/locale/SarmaCoins_zh_CN.ts \ + src/qt/locale/SarmaCoins_zh_TW.ts diff --git a/contrib/spendfrom/README.md b/contrib/spendfrom/README.md index 9a6924dca8731..06cdf58b3e605 100644 --- a/contrib/spendfrom/README.md +++ b/contrib/spendfrom/README.md @@ -7,7 +7,7 @@ address (or addresses). Depends on [jsonrpc](http://json-rpc.org/). spendfrom.py --from=FROMADDRESS1[,FROMADDRESS2] --to=TOADDRESS --amount=amount \ - --fee=fee --datadir=/path/to/.dash --testnet --dry_run + --fee=fee --datadir=/path/to/.SarmaCoins --testnet --dry_run With no arguments, outputs a list of amounts associated with addresses. @@ -16,7 +16,7 @@ With arguments, sends coins received by the `FROMADDRESS` addresses to the `TOAD ### Notes ### - You may explicitly specify how much fee to pay (a fee more than 1% of the amount -will fail, though, to prevent dash-losing accidents). Spendfrom may fail if +will fail, though, to prevent SarmaCoins-losing accidents). Spendfrom may fail if it thinks the transaction would never be confirmed (if the amount being sent is too small, or if the transaction is too many bytes for the fee). diff --git a/contrib/spendfrom/spendfrom.py b/contrib/spendfrom/spendfrom.py index e8d3d9fd77a59..73e97d82713f2 100755 --- a/contrib/spendfrom/spendfrom.py +++ b/contrib/spendfrom/spendfrom.py @@ -1,13 +1,13 @@ #!/usr/bin/env python # -# Use the raw transactions API to spend dashs received on particular addresses, +# Use the raw transactions API to spend SarmaCoinss received on particular addresses, # and send any change back to that same address. # # Example usage: # spendfrom.py # Lists available funds # spendfrom.py --from=ADDRESS --to=ADDRESS --amount=11.00 # -# Assumes it will talk to a dashd or Dash-Qt running +# Assumes it will talk to a SarmaCoinsd or SarmaCoins-Qt running # on localhost. # # Depends on jsonrpc @@ -33,15 +33,15 @@ def check_json_precision(): raise RuntimeError("JSON encode/decode loses precision") def determine_db_dir(): - """Return the default location of the dash data directory""" + """Return the default location of the SarmaCoins data directory""" if platform.system() == "Darwin": - return os.path.expanduser("~/Library/Application Support/Dash/") + return os.path.expanduser("~/Library/Application Support/SarmaCoins/") elif platform.system() == "Windows": - return os.path.join(os.environ['APPDATA'], "Dash") - return os.path.expanduser("~/.dash") + return os.path.join(os.environ['APPDATA'], "SarmaCoins") + return os.path.expanduser("~/.SarmaCoins") def read_bitcoin_config(dbdir): - """Read the dash.conf file from dbdir, returns dictionary of settings""" + """Read the SarmaCoins.conf file from dbdir, returns dictionary of settings""" from ConfigParser import SafeConfigParser class FakeSecHead(object): @@ -59,11 +59,11 @@ def readline(self): return s config_parser = SafeConfigParser() - config_parser.readfp(FakeSecHead(open(os.path.join(dbdir, "dash.conf")))) + config_parser.readfp(FakeSecHead(open(os.path.join(dbdir, "SarmaCoins.conf")))) return dict(config_parser.items("all")) def connect_JSON(config): - """Connect to a dash JSON-RPC server""" + """Connect to a SarmaCoins JSON-RPC server""" testnet = config.get('testnet', '0') testnet = (int(testnet) > 0) # 0/1 in config file, convert to True/False if not 'rpcport' in config: @@ -72,7 +72,7 @@ def connect_JSON(config): try: result = ServiceProxy(connect) # ServiceProxy is lazy-connect, so send an RPC command mostly to catch connection errors, - # but also make sure the dashd we're talking to is/isn't testnet: + # but also make sure the SarmaCoinsd we're talking to is/isn't testnet: if result.getmininginfo()['testnet'] != testnet: sys.stderr.write("RPC server at "+connect+" testnet setting mismatch\n") sys.exit(1) @@ -81,36 +81,36 @@ def connect_JSON(config): sys.stderr.write("Error connecting to RPC server at "+connect+"\n") sys.exit(1) -def unlock_wallet(dashd): - info = dashd.getinfo() +def unlock_wallet(SarmaCoinsd): + info = SarmaCoinsd.getinfo() if 'unlocked_until' not in info: return True # wallet is not encrypted t = int(info['unlocked_until']) if t <= time.time(): try: passphrase = getpass.getpass("Wallet is locked; enter passphrase: ") - dashd.walletpassphrase(passphrase, 5) + SarmaCoinsd.walletpassphrase(passphrase, 5) except: sys.stderr.write("Wrong passphrase\n") - info = dashd.getinfo() + info = SarmaCoinsd.getinfo() return int(info['unlocked_until']) > time.time() -def list_available(dashd): +def list_available(SarmaCoinsd): address_summary = dict() address_to_account = dict() - for info in dashd.listreceivedbyaddress(0): + for info in SarmaCoinsd.listreceivedbyaddress(0): address_to_account[info["address"]] = info["account"] - unspent = dashd.listunspent(0) + unspent = SarmaCoinsd.listunspent(0) for output in unspent: # listunspent doesn't give addresses, so: - rawtx = dashd.getrawtransaction(output['txid'], 1) + rawtx = SarmaCoinsd.getrawtransaction(output['txid'], 1) vout = rawtx["vout"][output['vout']] pk = vout["scriptPubKey"] - # This code only deals with ordinary pay-to-dash-address + # This code only deals with ordinary pay-to-SarmaCoins-address # or pay-to-script-hash outputs right now; anything exotic is ignored. if pk["type"] != "pubkeyhash" and pk["type"] != "scripthash": continue @@ -139,8 +139,8 @@ def select_coins(needed, inputs): n += 1 return (outputs, have-needed) -def create_tx(dashd, fromaddresses, toaddress, amount, fee): - all_coins = list_available(dashd) +def create_tx(SarmaCoinsd, fromaddresses, toaddress, amount, fee): + all_coins = list_available(SarmaCoinsd) total_available = Decimal("0.0") needed = amount+fee @@ -159,7 +159,7 @@ def create_tx(dashd, fromaddresses, toaddress, amount, fee): # Note: # Python's json/jsonrpc modules have inconsistent support for Decimal numbers. # Instead of wrestling with getting json.dumps() (used by jsonrpc) to encode - # Decimals, I'm casting amounts to float before sending them to dashd. + # Decimals, I'm casting amounts to float before sending them to SarmaCoinsd. # outputs = { toaddress : float(amount) } (inputs, change_amount) = select_coins(needed, potential_inputs) @@ -170,8 +170,8 @@ def create_tx(dashd, fromaddresses, toaddress, amount, fee): else: outputs[change_address] = float(change_amount) - rawtx = dashd.createrawtransaction(inputs, outputs) - signed_rawtx = dashd.signrawtransaction(rawtx) + rawtx = SarmaCoinsd.createrawtransaction(inputs, outputs) + signed_rawtx = SarmaCoinsd.signrawtransaction(rawtx) if not signed_rawtx["complete"]: sys.stderr.write("signrawtransaction failed\n") sys.exit(1) @@ -179,10 +179,10 @@ def create_tx(dashd, fromaddresses, toaddress, amount, fee): return txdata -def compute_amount_in(dashd, txinfo): +def compute_amount_in(SarmaCoinsd, txinfo): result = Decimal("0.0") for vin in txinfo['vin']: - in_info = dashd.getrawtransaction(vin['txid'], 1) + in_info = SarmaCoinsd.getrawtransaction(vin['txid'], 1) vout = in_info['vout'][vin['vout']] result = result + vout['value'] return result @@ -193,12 +193,12 @@ def compute_amount_out(txinfo): result = result + vout['value'] return result -def sanity_test_fee(dashd, txdata_hex, max_fee): +def sanity_test_fee(SarmaCoinsd, txdata_hex, max_fee): class FeeError(RuntimeError): pass try: - txinfo = dashd.decoderawtransaction(txdata_hex) - total_in = compute_amount_in(dashd, txinfo) + txinfo = SarmaCoinsd.decoderawtransaction(txdata_hex) + total_in = compute_amount_in(SarmaCoinsd, txinfo) total_out = compute_amount_out(txinfo) if total_in-total_out > max_fee: raise FeeError("Rejecting transaction, unreasonable fee of "+str(total_in-total_out)) @@ -221,15 +221,15 @@ def main(): parser = optparse.OptionParser(usage="%prog [options]") parser.add_option("--from", dest="fromaddresses", default=None, - help="addresses to get dashs from") + help="addresses to get SarmaCoinss from") parser.add_option("--to", dest="to", default=None, - help="address to get send dashs to") + help="address to get send SarmaCoinss to") parser.add_option("--amount", dest="amount", default=None, help="amount to send") parser.add_option("--fee", dest="fee", default="0.0", help="fee to include") parser.add_option("--datadir", dest="datadir", default=determine_db_dir(), - help="location of dash.conf file with RPC username/password (default: %default)") + help="location of SarmaCoins.conf file with RPC username/password (default: %default)") parser.add_option("--testnet", dest="testnet", default=False, action="store_true", help="Use the test network") parser.add_option("--dry_run", dest="dry_run", default=False, action="store_true", @@ -240,10 +240,10 @@ def main(): check_json_precision() config = read_bitcoin_config(options.datadir) if options.testnet: config['testnet'] = True - dashd = connect_JSON(config) + SarmaCoinsd = connect_JSON(config) if options.amount is None: - address_summary = list_available(dashd) + address_summary = list_available(SarmaCoinsd) for address,info in address_summary.iteritems(): n_transactions = len(info['outputs']) if n_transactions > 1: @@ -253,14 +253,14 @@ def main(): else: fee = Decimal(options.fee) amount = Decimal(options.amount) - while unlock_wallet(dashd) == False: + while unlock_wallet(SarmaCoinsd) == False: pass # Keep asking for passphrase until they get it right - txdata = create_tx(dashd, options.fromaddresses.split(","), options.to, amount, fee) - sanity_test_fee(dashd, txdata, amount*Decimal("0.01")) + txdata = create_tx(SarmaCoinsd, options.fromaddresses.split(","), options.to, amount, fee) + sanity_test_fee(SarmaCoinsd, txdata, amount*Decimal("0.01")) if options.dry_run: print(txdata) else: - txid = dashd.sendrawtransaction(txdata) + txid = SarmaCoinsd.sendrawtransaction(txdata) print(txid) if __name__ == '__main__': diff --git a/doc/Doxyfile b/doc/Doxyfile index 563edc64b268a..f681fa1b4fc3c 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -28,7 +28,7 @@ DOXYFILE_ENCODING = UTF-8 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded # by quotes) that should identify the project. -PROJECT_NAME = Dash +PROJECT_NAME = SarmaCoins # The PROJECT_NUMBER tag can be used to enter a project or revision number. # This could be handy for archiving the generated documentation or diff --git a/doc/README.md b/doc/README.md index ac589675dc153..cc330b0c7134d 100644 --- a/doc/README.md +++ b/doc/README.md @@ -1,4 +1,4 @@ -Dash Core 0.12.0 +SarmaCoins Core 0.12.0 ===================== Setup @@ -7,46 +7,46 @@ Setup Running --------------------- -The following are some helpful notes on how to run Dash on your native platform. +The following are some helpful notes on how to run SarmaCoins on your native platform. ### Unix -You need the Qt4 run-time libraries to run Dash-Qt. On Debian or Ubuntu: +You need the Qt4 run-time libraries to run SarmaCoins-Qt. On Debian or Ubuntu: sudo apt-get install libqtgui4 Unpack the files into a directory and run: -- bin/32/dash-qt (GUI, 32-bit) or bin/32/dashd (headless, 32-bit) -- bin/64/dash-qt (GUI, 64-bit) or bin/64/dashd (headless, 64-bit) +- bin/32/SarmaCoins-qt (GUI, 32-bit) or bin/32/SarmaCoinsd (headless, 32-bit) +- bin/64/SarmaCoins-qt (GUI, 64-bit) or bin/64/SarmaCoinsd (headless, 64-bit) ### Windows -Unpack the files into a directory, and then run dash-qt.exe. +Unpack the files into a directory, and then run SarmaCoins-qt.exe. ### OSX -Drag Dash-Qt to your applications folder, and then run Dash-Qt. +Drag SarmaCoins-Qt to your applications folder, and then run SarmaCoins-Qt. ### Need Help? -* See the documentation at the [Dash Wiki](https://en.bitcoin.it/wiki/Main_Page) ***TODO*** +* See the documentation at the [SarmaCoins Wiki](https://en.bitcoin.it/wiki/Main_Page) ***TODO*** for help and more information. * Ask for help on [#SarmaCoins](http://webchat.freenode.net?channels=SarmaCoins) on Freenode. If you don't have an IRC client use [webchat here](http://webchat.freenode.net?channels=SarmaCoins). -* Ask for help on the [DashTalk](https://dashtalk.org/) forums. +* Ask for help on the [SarmaCoinsTalk](https://SarmaCoinstalk.org/) forums. Building --------------------- -The following are developer notes on how to build Dash on your native platform. They are not complete guides, but include notes on the necessary libraries, compile flags, etc. +The following are developer notes on how to build SarmaCoins on your native platform. They are not complete guides, but include notes on the necessary libraries, compile flags, etc. - [OSX Build Notes](build-osx.md) - [Unix Build Notes](build-unix.md) Development --------------------- -The Dash repo's [root README](https://github.com/inkvisit/sarmacoins/blob/master/README.md) contains relevant information on the development process and automated testing. +The SarmaCoins repo's [root README](https://github.com/inkvisit/sarmacoins/blob/master/README.md) contains relevant information on the development process and automated testing. - [Coding Guidelines](coding.md) - [Multiwallet Qt Development](multiwallet-qt.md) @@ -57,7 +57,7 @@ The Dash repo's [root README](https://github.com/inkvisit/sarmacoins/blob/master - [Unit Tests](unit-tests.md) ### Resources -* Discuss on the [DashTalk](https://dashtalk.org/) forums, in the Development & Technical Discussion board. +* Discuss on the [SarmaCoinsTalk](https://SarmaCoinstalk.org/) forums, in the Development & Technical Discussion board. * Discuss on [#SarmaCoins](http://webchat.freenode.net/?channels=SarmaCoins) on Freenode. If you don't have an IRC client use [webchat here](http://webchat.freenode.net/?channels=SarmaCoins). ### Miscellaneous diff --git a/doc/README_windows.txt b/doc/README_windows.txt index dedbad6b722e6..b7fce5f09dba5 100644 --- a/doc/README_windows.txt +++ b/doc/README_windows.txt @@ -1,9 +1,9 @@ -Dash Core 0.12.0 +SarmaCoins Core 0.12.0 ===================== Intro ----- -Dash is a free open source peer-to-peer electronic cash system that is +SarmaCoins is a free open source peer-to-peer electronic cash system that is completely decentralized, without the need for a central server or trusted parties. Users hold the crypto keys to their own money and transact directly with each other, with the help of a P2P network to check for double-spending. @@ -11,13 +11,13 @@ with each other, with the help of a P2P network to check for double-spending. Setup ----- -Unpack the files into a directory and run dash-qt.exe. +Unpack the files into a directory and run SarmaCoins-qt.exe. -Dash Core is the original Dash client and it builds the backbone of the network. -However, it downloads and stores the entire history of Dash transactions; +SarmaCoins Core is the original SarmaCoins client and it builds the backbone of the network. +However, it downloads and stores the entire history of SarmaCoins transactions; depending on the speed of your computer and network connection, the synchronization process can take anywhere from a few hours to a day or more. -See the dash wiki at: +See the SarmaCoins wiki at: https://en.bitcoin.it/wiki/Main_Page ***TODO*** for more help and information. diff --git a/doc/build-osx.md b/doc/build-osx.md index 98653e94df258..4ee9fe303bd4d 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -1,6 +1,6 @@ Mac OS X Build Instructions and Notes ==================================== -This guide will show you how to build dashd (headless client) for OSX. +This guide will show you how to build SarmaCoinsd (headless client) for OSX. Notes ----- @@ -58,19 +58,19 @@ The rest of these commands are run inside brew interactive mode: /private/tmp/berkeley-db4-UGpd0O $ exit ``` -After exiting, you'll get a warning that the install is keg-only, which means it wasn't symlinked to `/usr/local`. You don't need it to link it to build dash, but if you want to, here's how: +After exiting, you'll get a warning that the install is keg-only, which means it wasn't symlinked to `/usr/local`. You don't need it to link it to build SarmaCoins, but if you want to, here's how: $ brew link --force berkeley-db4 -### Building `dashd` +### Building `SarmaCoinsd` 1. Clone the github tree to get the source code and go into the directory. git clone https://github.com/inkvisit/sarmacoins.git - cd dash + cd SarmaCoins -2. Build dashd: +2. Build SarmaCoinsd: ./autogen.sh ./configure @@ -80,7 +80,7 @@ After exiting, you'll get a warning that the install is keg-only, which means it make check -4. (Optional) You can also install dashd to your path: +4. (Optional) You can also install SarmaCoinsd to your path: make install @@ -92,7 +92,7 @@ Download Qt Creator from http://www.qt.io/download/. Download the "community edi 1. Make sure you installed everything through homebrew mentioned above 2. Do a proper ./configure --with-gui=qt5 --enable-debug 3. In Qt Creator do "New Project" -> Import Project -> Import Existing Project -4. Enter "dash-qt" as project name, enter src/qt as location +4. Enter "SarmaCoins-qt" as project name, enter src/qt as location 5. Leave the file selection as it is 6. Confirm the "summary page" 7. In the "Projects" tab select "Manage Kits..." @@ -102,11 +102,11 @@ Download Qt Creator from http://www.qt.io/download/. Download the "community edi Creating a release build ------------------------ -You can ignore this section if you are building `dashd` for your own use. +You can ignore this section if you are building `SarmaCoinsd` for your own use. -dashd/dash-cli binaries are not included in the Dash-Qt.app bundle. +SarmaCoinsd/SarmaCoins-cli binaries are not included in the SarmaCoins-Qt.app bundle. -If you are building `dashd` or `Dash-Qt` for others, your build machine should be set up +If you are building `SarmaCoinsd` or `SarmaCoins-Qt` for others, your build machine should be set up as follows for maximum compatibility: All dependencies should be compiled with these flags: @@ -115,30 +115,30 @@ All dependencies should be compiled with these flags: -arch x86_64 -isysroot $(xcode-select --print-path)/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk -Once dependencies are compiled, see release-process.md for how the Dash-Qt.app +Once dependencies are compiled, see release-process.md for how the SarmaCoins-Qt.app bundle is packaged and signed to create the .dmg disk image that is distributed. Running ------- -It's now available at `./dashd`, provided that you are still in the `src` +It's now available at `./SarmaCoinsd`, provided that you are still in the `src` directory. We have to first create the RPC configuration file, though. -Run `./dashd` to get the filename where it should be put, or just try these +Run `./SarmaCoinsd` to get the filename where it should be put, or just try these commands: - echo -e "rpcuser=dashrpc\nrpcpassword=$(xxd -l 16 -p /dev/urandom)" > "/Users/${USER}/Library/Application Support/Dash/dash.conf" - chmod 600 "/Users/${USER}/Library/Application Support/Dash/dash.conf" + echo -e "rpcuser=SarmaCoinsrpc\nrpcpassword=$(xxd -l 16 -p /dev/urandom)" > "/Users/${USER}/Library/Application Support/SarmaCoins/SarmaCoins.conf" + chmod 600 "/Users/${USER}/Library/Application Support/SarmaCoins/SarmaCoins.conf" The next time you run it, it will start downloading the blockchain, but it won't output anything while it's doing this. This process may take several hours; you can monitor its process by looking at the debug.log file, like this: - tail -f $HOME/Library/Application\ Support/Dash/debug.log + tail -f $HOME/Library/Application\ Support/SarmaCoins/debug.log Other commands: ------- - ./dashd -daemon # to start the dash daemon. - ./dash-cli --help # for a list of command-line options. - ./dash-cli help # When the daemon is running, to get a list of RPC commands + ./SarmaCoinsd -daemon # to start the SarmaCoins daemon. + ./SarmaCoins-cli --help # for a list of command-line options. + ./SarmaCoins-cli help # When the daemon is running, to get a list of RPC commands diff --git a/doc/build-unix.md b/doc/build-unix.md index 53966f95abb00..3c42dde8d53aa 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -1,10 +1,10 @@ UNIX BUILD NOTES ==================== -Some notes on how to build Dash in Unix. +Some notes on how to build SarmaCoins in Unix. Note --------------------- -Always use absolute paths to configure and compile dash and the dependencies, +Always use absolute paths to configure and compile SarmaCoins and the dependencies, for example, when specifying the the path of the dependency: ../dist/configure --enable-cxx --disable-shared --with-pic --prefix=$BDB_PREFIX @@ -22,7 +22,7 @@ make make install # optional ``` -This will build dash-qt as well if the dependencies are met. +This will build SarmaCoins-qt as well if the dependencies are met. Dependencies --------------------- @@ -50,7 +50,7 @@ System requirements -------------------- C++ compilers are memory-hungry. It is recommended to have at least 1 GB of -memory available when compiling Dash Core. With 512MB of memory or less +memory available when compiling SarmaCoins Core. With 512MB of memory or less compilation will take much longer due to swap thrashing. Dependency Build Instructions: Ubuntu & Debian @@ -94,7 +94,7 @@ Optional: Dependencies for the GUI: Ubuntu & Debian ----------------------------------------- -If you want to build Dash-Qt, make sure that the required packages for Qt development +If you want to build SarmaCoins-Qt, make sure that the required packages for Qt development are installed. Either Qt 4 or Qt 5 are necessary to build the GUI. If both Qt 4 and Qt 5 are installed, Qt 4 will be used. Pass `--with-gui=qt5` to configure to choose Qt5. To build without GUI pass `--without-gui`. @@ -111,12 +111,12 @@ libqrencode (optional) can be installed with: sudo apt-get install libqrencode-dev -Once these are installed, they will be found by configure and a dash-qt executable will be +Once these are installed, they will be found by configure and a SarmaCoins-qt executable will be built by default. Notes ----- -The release is built with GCC and then "strip dashd" to strip the debug +The release is built with GCC and then "strip SarmaCoinsd" to strip the debug symbols, which reduces the executable size by about 90%. @@ -147,7 +147,7 @@ It is recommended to use Berkeley DB 4.8. If you have to build it yourself: ```bash DASH_ROOT=$(pwd) -# Pick some path to install BDB to, here we create a directory within the dash directory +# Pick some path to install BDB to, here we create a directory within the SarmaCoins directory BDB_PREFIX="${DASH_ROOT}/db4" mkdir -p $BDB_PREFIX @@ -163,7 +163,7 @@ cd db-4.8.30.NC/build_unix/ ../dist/configure --enable-cxx --disable-shared --with-pic --prefix=$BDB_PREFIX make install -# Configure Dash Core to use our own-built instance of BDB +# Configure SarmaCoins Core to use our own-built instance of BDB cd $DASH_ROOT ./configure (other args...) LDFLAGS="-L${BDB_PREFIX}/lib/" CPPFLAGS="-I${BDB_PREFIX}/include/" ``` @@ -181,7 +181,7 @@ If you need to build Boost yourself: Security -------- -To help make your Dash installation more secure by making certain attacks impossible to +To help make your SarmaCoins installation more secure by making certain attacks impossible to exploit even if a vulnerability is found, binaries are hardened by default. This can be disabled with: @@ -205,7 +205,7 @@ Hardening enables the following features: To test that you have built PIE executable, install scanelf, part of paxutils, and use: - scanelf -e ./dashd + scanelf -e ./SarmaCoinsd The output should contain: TYPE @@ -213,13 +213,13 @@ Hardening enables the following features: * Non-executable Stack If the stack is executable then trivial stack based buffer overflow exploits are possible if - vulnerable buffers are found. By default, dash should be built with a non-executable stack + vulnerable buffers are found. By default, SarmaCoins should be built with a non-executable stack but if one of the libraries it uses asks for an executable stack or someone makes a mistake and uses a compiler extension which requires an executable stack, it will silently build an executable without the non-executable stack protection. To verify that the stack is non-executable after compiling use: - `scanelf -e ./dashd` + `scanelf -e ./SarmaCoinsd` the output should contain: STK/REL/PTL @@ -229,7 +229,7 @@ Hardening enables the following features: Disable-wallet mode -------------------- -When the intention is to run only a P2P node without a wallet, dash may be compiled in +When the intention is to run only a P2P node without a wallet, SarmaCoins may be compiled in disable-wallet mode with: ./configure --disable-wallet diff --git a/doc/gitian-building.md b/doc/gitian-building.md index 690053116ea16..3d2cc2f4f91b4 100644 --- a/doc/gitian-building.md +++ b/doc/gitian-building.md @@ -1,9 +1,9 @@ Gitian building ================ -*Setup instructions for a gitian build of Dash using a Debian VM or physical system.* +*Setup instructions for a gitian build of SarmaCoins using a Debian VM or physical system.* -Gitian is the deterministic build process that is used to build the Dash +Gitian is the deterministic build process that is used to build the SarmaCoins Core executables. It provides a way to be reasonably sure that the executables are really built from source on GitHub. It also makes sure that the same, tested dependencies are used and statically built into the executable. @@ -26,7 +26,7 @@ Table of Contents - [Installing gitian](#installing-gitian) - [Setting up gitian images](#setting-up-gitian-images) - [Getting and building the inputs](#getting-and-building-the-inputs) -- [Building Dash](#building-dash) +- [Building SarmaCoins](#building-SarmaCoins) - [Building an alternative repository](#building-an-alternative-repository) - [Signing externally](#signing-externally) - [Uploading signatures](#uploading-signatures) @@ -277,12 +277,12 @@ cd .. **Note**: When sudo asks for a password, enter the password for the user *debian* not for *root*. -Clone the git repositories for dash and gitian and then checkout the dash version that you want to build. +Clone the git repositories for SarmaCoins and gitian and then checkout the SarmaCoins version that you want to build. ```bash git clone https://github.com/devrandom/gitian-builder.git git clone https://github.com/inkvisit/sarmacoins.git -cd dash +cd SarmaCoins git checkout v${VERSION} cd .. ``` @@ -321,16 +321,16 @@ There will be a lot of warnings printed during build of the images. These can be Getting and building the inputs -------------------------------- -Follow the instructions in [doc/release-process.md](release-process.md) in the dash repository +Follow the instructions in [doc/release-process.md](release-process.md) in the SarmaCoins repository under 'Fetch and build inputs' to install sources which require manual intervention. Also follow the next step: 'Seed the Gitian sources cache', which will fetch all necessary source files allowing for gitian to work offline. -Building Dash +Building SarmaCoins ---------------- -To build Dash (for Linux, OSX and Windows) just follow the steps under 'perform -gitian builds' in [doc/release-process.md](release-process.md) in the dash repository. +To build SarmaCoins (for Linux, OSX and Windows) just follow the steps under 'perform +gitian builds' in [doc/release-process.md](release-process.md) in the SarmaCoins repository. This may take a long time as it also builds the dependencies needed for each descriptor. These dependencies will be cached after a successful build to avoid rebuilding them when possible. @@ -345,7 +345,7 @@ tail -f var/build.log Output from `gbuild` will look something like ```bash - Initialized empty Git repository in /home/debian/gitian-builder/inputs/dash/.git/ + Initialized empty Git repository in /home/debian/gitian-builder/inputs/SarmaCoins/.git/ remote: Reusing existing pack: 35606, done. remote: Total 35606 (delta 0), reused 0 (delta 0) Receiving objects: 100% (35606/35606), 26.52 MiB | 4.28 MiB/s, done. @@ -377,11 +377,11 @@ and inputs. For example: ```bash -URL=https://github.com/crowning-/dash.git +URL=https://github.com/crowning-/SarmaCoins.git COMMIT=b616fb8ef0d49a919b72b0388b091aaec5849b96 -./bin/gbuild --commit dash=${COMMIT} --url dash=${URL} ../dash/contrib/gitian-descriptors/gitian-linux.yml -./bin/gbuild --commit dash=${COMMIT} --url dash=${URL} ../dash/contrib/gitian-descriptors/gitian-win.yml -./bin/gbuild --commit dash=${COMMIT} --url dash=${URL} ../dash/contrib/gitian-descriptors/gitian-osx.yml +./bin/gbuild --commit SarmaCoins=${COMMIT} --url SarmaCoins=${URL} ../SarmaCoins/contrib/gitian-descriptors/gitian-linux.yml +./bin/gbuild --commit SarmaCoins=${COMMIT} --url SarmaCoins=${URL} ../SarmaCoins/contrib/gitian-descriptors/gitian-win.yml +./bin/gbuild --commit SarmaCoins=${COMMIT} --url SarmaCoins=${URL} ../SarmaCoins/contrib/gitian-descriptors/gitian-osx.yml ``` Signing externally @@ -396,9 +396,9 @@ When you execute `gsign` you will get an error from GPG, which can be ignored. C in `gitian.sigs` to your signing machine and do ```bash - gpg --detach-sign ${VERSION}-linux/${SIGNER}/dash-build.assert - gpg --detach-sign ${VERSION}-win/${SIGNER}/dash-build.assert - gpg --detach-sign ${VERSION}-osx/${SIGNER}/dash-build.assert + gpg --detach-sign ${VERSION}-linux/${SIGNER}/SarmaCoins-build.assert + gpg --detach-sign ${VERSION}-win/${SIGNER}/SarmaCoins-build.assert + gpg --detach-sign ${VERSION}-osx/${SIGNER}/SarmaCoins-build.assert ``` This will create the `.sig` files that can be committed together with the `.assert` files to assert your @@ -408,6 +408,6 @@ Uploading signatures (not yet implemented) --------------------- In the future it will be possible to push your signatures (both the `.assert` and `.assert.sig` files) to the -[dash/gitian.sigs](https://github.com/SarmaCoins/gitian.sigs/) repository, or if that's not possible to create a pull +[SarmaCoins/gitian.sigs](https://github.com/SarmaCoins/gitian.sigs/) repository, or if that's not possible to create a pull request. There will be an official announcement when this repository is online. diff --git a/doc/guide-startmany.md b/doc/guide-startmany.md index 127d31510d5c6..54eb27bceeac2 100644 --- a/doc/guide-startmany.md +++ b/doc/guide-startmany.md @@ -95,7 +95,7 @@ Issue the following: Make note of the hash (which is your collaterla_output) and index. ### Enter your MasterNode details into your masternode.conf file -[From the dash github repo](https://github.com/darkcoin/darkcoin/blob/master/doc/masternode_conf.md) +[From the SarmaCoins github repo](https://github.com/darkcoin/darkcoin/blob/master/doc/masternode_conf.md) The new masternode.conf format consists of a space seperated text file. Each line consisting of an alias, IP address followed by port, masternode private key, collateral output transaction id and collateral output index, donation address and donation percentage (the latter two are optional and should be in format "address:percentage"). @@ -112,20 +112,20 @@ mn01 127.0.0.1:9999 93HaYBVUCYjEMeeH1Y4sBGLALQZE1Yc1K64xiqgX37tGBDQL8Xg 2bcd3c84 mn02 127.0.0.2:9999 93WaAb3htPJEV8E9aQcN23Jt97bPex7YvWfgMDTUdWJvzmrMqey aa9f1034d973377a5e733272c3d0eced1de22555ad45d6b24abadff8087948d4 0 7gnwGHt17heGpG9Crfeh4KGpYNFugPhJdh:25 ``` -## What about the dash.conf file? +## What about the SarmaCoins.conf file? -If you are using a masternode.conf file you no longer need the dash.conf file. The exception is if you need custom settings (thanks oblox). +If you are using a masternode.conf file you no longer need the SarmaCoins.conf file. The exception is if you need custom settings (thanks oblox). -## Update dash.conf on server +## Update SarmaCoins.conf on server -If you generated a new masternode private key, you will need to update the remote dash.conf files. +If you generated a new masternode private key, you will need to update the remote SarmaCoins.conf files. Shut down the daemon and then edit the file. -```sudo nano .dash/dash.conf``` +```sudo nano .SarmaCoins/SarmaCoins.conf``` ### Edit the masternodeprivkey -If you generated a new masternode private key, you will need to update the masternodeprivkey value in your remote dash.conf file. +If you generated a new masternode private key, you will need to update the masternodeprivkey value in your remote SarmaCoins.conf file. ## Start your MasterNodes @@ -135,9 +135,9 @@ If your remote server is not running, start your remote daemon as you normally w I usually confirm that remote is on the correct block by issuing: -```dashd getinfo``` +```SarmaCoinsd getinfo``` -And compare with the official explorer at http://explorer.SarmaCoins.io/chain/Dash +And compare with the official explorer at http://explorer.SarmaCoins.io/chain/SarmaCoins ### Local diff --git a/doc/keepass.md b/doc/keepass.md index 6b9756f77e854..f43b443158846 100644 --- a/doc/keepass.md +++ b/doc/keepass.md @@ -12,7 +12,7 @@ The implementation is dependent on the following: ###What's new### -The following new options are available for dashd and dash-qt: +The following new options are available for SarmaCoinsd and SarmaCoins-qt: - _-keepass_ Use KeePass 2 integration using KeePassHttp plugin (default: 0) - _-keepassport=_ Connect to KeePassHttp on port (default: 19455) - _-keepasskey=_ KeePassHttp key for AES encrypted communication with KeePass @@ -22,27 +22,27 @@ The following new options are available for dashd and dash-qt: The following rpc commands are available: - _keepass genkey_: generates a base64 encoded 256 bit AES key that can be used for the communication with KeePassHttp. Only necessary for manual configuration. Use init for automatic configuration. - - _keepass init_: sets up the association between dashd and keepass by generating an AES key and sending an association message to KeePassHttp. This will trigger KeePass to ask for an Id for the association. Returns the association and the base64 encoded string for the AES key. + - _keepass init_: sets up the association between SarmaCoinsd and keepass by generating an AES key and sending an association message to KeePassHttp. This will trigger KeePass to ask for an Id for the association. Returns the association and the base64 encoded string for the AES key. - _keepass setpassphrase_: updates the passphrase in KeePassHttp to a new value. This should match the passphrase you intend to use for the wallet. Please note that the standard RPC commands _walletpassphrasechange_ and the wallet encrption from the QT GUI already send the updates to KeePassHttp, so this is only necessary for manual manipulation of the password. ###How to setup### -Sample initialization flow from _dash-qt_ console (this needs to be done only once to set up the association): +Sample initialization flow from _SarmaCoins-qt_ console (this needs to be done only once to set up the association): - Have KeePass running with an open database - - Start _dash-qt_ + - Start _SarmaCoins-qt_ - Open console - - Type "_keepass init_" in dash-qt console + - Type "_keepass init_" in SarmaCoins-qt console - Keepass pops up and asks for an association id, fill that in, for example, "_mydrkwallet_" - - You should get a response like this "_Association successful. Id: mydrkwalletdash - Key: AgQkcs6cI7v9tlSYKjG/+s8wJrGALHl3jLosJpPLzUE=_" - - Edit _dash.conf_ and fill in these values + - You should get a response like this "_Association successful. Id: mydrkwalletSarmaCoins - Key: AgQkcs6cI7v9tlSYKjG/+s8wJrGALHl3jLosJpPLzUE=_" + - Edit _SarmaCoins.conf_ and fill in these values ``` keepass=1 keepasskey=AgQkcs6cI7v9tlSYKjG/+s8wJrGALHl3jLosJpPLzUE= keepassid=mydrkwallet keepassname=testwallet ``` - - Restart _dash-qt_ + - Restart _SarmaCoins-qt_ At this point, the association is made. The next action depends on your particular situation: @@ -51,4 +51,4 @@ At this point, the association is made. The next action depends on your particul At this point, the passphrase is stored in KeePassHttp. When Unlocking the wallet, one can use _keepass_ as the passphrase to trigger retrieval of the password. This works from the RPC commands as well as the GUI. -Extended guide with screenshots is also available: https://dashtalk.org/threads/keepass-integration.3620/ +Extended guide with screenshots is also available: https://SarmaCoinstalk.org/threads/keepass-integration.3620/ diff --git a/doc/masternode-budget.md b/doc/masternode-budget.md index 2189d9d66e4b3..4fd2e019dcce0 100644 --- a/doc/masternode-budget.md +++ b/doc/masternode-budget.md @@ -1,7 +1,7 @@ Masternode Budget API ======================= -Dash now supports full decentralized budgets that are paid directly from the blockchain via superblocks once per month. +SarmaCoins now supports full decentralized budgets that are paid directly from the blockchain via superblocks once per month. Budgets go through a series of stages before being paid: * prepare - create a special transaction that destroys coins in order to make a proposal @@ -16,7 +16,7 @@ Budgets go through a series of stages before being paid: 1. Prepare collateral transaction -- -mnbudget prepare proposal-name url payment_count block_start dash_address monthly_payment_dash [use_ix(true|false)] +mnbudget prepare proposal-name url payment_count block_start SarmaCoins_address monthly_payment_SarmaCoins [use_ix(true|false)] Example: ```mnbudget prepare cool-project http://www.cool-project/one.json 12 100000 y6R9oN12KnB9zydzTLc3LikD9cCjjQzYG7 1200 true``` @@ -117,9 +117,9 @@ The following new RPC commands are supported: - mnbudget "command"... ( "passphrase" ) - prepare - Prepare proposal for network by signing and creating tx - submit - Submit proposal for network - - vote-many - Vote on a Dash initiative - - vote-alias - Vote on a Dash initiative - - vote - Vote on a Dash initiative/budget + - vote-many - Vote on a SarmaCoins initiative + - vote-alias - Vote on a SarmaCoins initiative + - vote - Vote on a SarmaCoins initiative/budget - getvotes - Show current masternode budgets - getinfo - Show current masternode budgets - show - Show all budgets diff --git a/doc/masternode_conf.md b/doc/masternode_conf.md index 0cb343e11b7cd..5f65cda48e363 100644 --- a/doc/masternode_conf.md +++ b/doc/masternode_conf.md @@ -2,9 +2,9 @@ Multi masternode config ======================= The multi masternode config allows to control multiple masternodes from a single wallet. The wallet needs to have a valid collaral output of 1000 coins for each masternode. To use this, place a file named masternode.conf in the data directory of your install: - * Windows: %APPDATA%\Dash\ - * Mac OS: ~/Library/Application Support/Dash/ - * Unix/Linux: ~/.dash/ + * Windows: %APPDATA%\SarmaCoins\ + * Mac OS: ~/Library/Application Support/SarmaCoins/ + * Unix/Linux: ~/.SarmaCoins/ The new masternode.conf format consists of a space seperated text file. Each line consisting of an alias, IP address followed by port, masternode private key, collateral output transaction id, collateral output index, donation address and donation percentage (the latter two are optional and should be in format "address:percentage"). @@ -16,7 +16,7 @@ mn3 127.0.0.4:19999 92Da1aYg6sbenP6uwskJgEY2XWB5LwJ7bXRqc3UPeShtHWJDjDv db478e78 ``` In the example above: -* the collateral for mn1 consists of transaction http://test.explorer.dash.fr/tx/2bcd3c84c84f87eaa86e4e56834c92927a07f9e18718810b92e0d0324456a67c, output index 0 has amount 1000 +* the collateral for mn1 consists of transaction http://test.explorer.SarmaCoins.fr/tx/2bcd3c84c84f87eaa86e4e56834c92927a07f9e18718810b92e0d0324456a67c, output index 0 has amount 1000 * masternode 2 will donate 33% of its income * masternode 3 will donate 100% of its income diff --git a/doc/multiwallet-qt.md b/doc/multiwallet-qt.md index 3f8b2b2f94750..dda75e1f1c3f2 100644 --- a/doc/multiwallet-qt.md +++ b/doc/multiwallet-qt.md @@ -10,7 +10,7 @@ implemented in the BitcoinGUI class moved over to these new classes. The two existing files most affected, by far, are bitcoingui.h and bitcoingui.cpp, as the BitcoinGUI class will require some major retrofitting. -Only requiring some minor changes is dash.cpp. +Only requiring some minor changes is SarmaCoins.cpp. Finally, two new headers and source files will have to be added to bitcoin-qt.pro. @@ -30,9 +30,9 @@ that takes the place of what used to be centralWidget in BitcoinGUI. The purpose refinements of the wallet controls with minimal need for further modifications to BitcoinGUI, thus greatly simplifying merges while reducing the risk of breaking top-level stuff. -Changes to dash.cpp +Changes to SarmaCoins.cpp ---------------------- -dash.cpp is the entry point into bitcoin-qt, and as such, will require some minor modifications to provide hooks for +SarmaCoins.cpp is the entry point into bitcoin-qt, and as such, will require some minor modifications to provide hooks for multiple wallet support. Most importantly will be the way it instantiates WalletModels and passes them to the singleton BitcoinGUI instance called window. Formerly, BitcoinGUI kept a pointer to a single instance of a WalletModel. The initial change required is very simple: rather than calling `window.setWalletModel(&walletModel);` we perform the diff --git a/doc/release-notes.md b/doc/release-notes.md index 3fc3eee20de10..89b7c13bbc88e 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -1,17 +1,17 @@ -Dash Core 0.12 +SarmaCoins Core 0.12 ================== -Dash Core tree 0.12.x release notes can be found here: -- [v0.12.0](release-notes/dash/release-notes-0.12.0.md) +SarmaCoins Core tree 0.12.x release notes can be found here: +- [v0.12.0](release-notes/SarmaCoins/release-notes-0.12.0.md) -Dash Core tree 0.12.x is a fork of Bitcoin Core tree 0.10.2 +SarmaCoins Core tree 0.12.x is a fork of Bitcoin Core tree 0.10.2 Older releases -------------- -Dash was previously known as Darkcoin. +SarmaCoins was previously known as Darkcoin. Darkcoin tree 0.8.x was a fork of Litecoin tree 0.8, original name was XCoin which was first released on Jan/18/2014. @@ -22,13 +22,13 @@ the 0.8.x tree and was first released on Mar/13/2014. Darkcoin tree 0.10.x used to be the closed source implementation of Darksend which was released open source on Sep/25/2014. -Dash Core tree 0.11.x was a fork of Bitcoin Core tree 0.9, Darkcoin was rebranded -to Dash. +SarmaCoins Core tree 0.11.x was a fork of Bitcoin Core tree 0.9, Darkcoin was rebranded +to SarmaCoins. These release are considered obsolete. Old changelogs can be found here: -- [v0.11.2](release-notes/dash/release-notes-0.11.2.md) released Mar/25/2015 -- [v0.11.1](release-notes/dash/release-notes-0.11.1.md) released Feb/10/2015 -- [v0.11.0](release-notes/dash/release-notes-0.11.0.md) released Jan/15/2015 -- [v0.10.x](release-notes/dash/release-notes-0.10.0.md) released Sep/25/2014 -- [v0.9.x](release-notes/dash/release-notes-0.9.0.md) released Mar/13/2014 +- [v0.11.2](release-notes/SarmaCoins/release-notes-0.11.2.md) released Mar/25/2015 +- [v0.11.1](release-notes/SarmaCoins/release-notes-0.11.1.md) released Feb/10/2015 +- [v0.11.0](release-notes/SarmaCoins/release-notes-0.11.0.md) released Jan/15/2015 +- [v0.10.x](release-notes/SarmaCoins/release-notes-0.10.0.md) released Sep/25/2014 +- [v0.9.x](release-notes/SarmaCoins/release-notes-0.9.0.md) released Mar/13/2014 diff --git a/doc/release-notes/bitcoin/release-notes-0.10.0.md b/doc/release-notes/bitcoin/release-notes-0.10.0.md index 986b8832ec189..4a8081686ddf0 100644 --- a/doc/release-notes/bitcoin/release-notes-0.10.0.md +++ b/doc/release-notes/bitcoin/release-notes-0.10.0.md @@ -714,7 +714,7 @@ Thanks to everyone who contributed to this release: - kiwigb - Kosta Zertsekel - LongShao007 -- Luke Dashjr +- Luke SarmaCoinsjr - Mark Friedenbach - Mathy Vanvoorden - Matt Corallo diff --git a/doc/release-notes/bitcoin/release-notes-0.3.20.2.md b/doc/release-notes/bitcoin/release-notes-0.3.20.2.md index 10ad2251439ee..86dfed519bc38 100644 --- a/doc/release-notes/bitcoin/release-notes-0.3.20.2.md +++ b/doc/release-notes/bitcoin/release-notes-0.3.20.2.md @@ -9,7 +9,7 @@ The Amazon Machine Images I used to do the builds are available: (mac build will be done soon) -If you have already downloaded version 0.3.20.1, please either add this to your dash.conf file: +If you have already downloaded version 0.3.20.1, please either add this to your SarmaCoins.conf file: maxsendbuffer=10000 maxreceivebuffer=10000 diff --git a/doc/release-notes/bitcoin/release-notes-0.4.3.md b/doc/release-notes/bitcoin/release-notes-0.4.3.md index fea1ae75b5e82..4c130fedc8acd 100644 --- a/doc/release-notes/bitcoin/release-notes-0.4.3.md +++ b/doc/release-notes/bitcoin/release-notes-0.4.3.md @@ -1,5 +1,5 @@ bitcoind version 0.4.3 is now available for download at: -http://luke.dashjr.org/programs/bitcoin/files/bitcoind-0.4.3/ (until Gavin uploads to SourceForge) +http://luke.SarmaCoinsjr.org/programs/bitcoin/files/bitcoind-0.4.3/ (until Gavin uploads to SourceForge) This is a bugfix-only release based on 0.4.0. @@ -17,5 +17,5 @@ Cease locking memory used by non-sensitive information (this caused a huge perfo Fixed some address-handling deadlocks (client freezes). No longer accept inbound connections over the internet when Bitcoin is being used with Tor (identity leak). Use the correct base transaction fee of 0.0005 BTC for accepting transactions into mined blocks (since 0.4.0, it was incorrectly accepting 0.0001 BTC which was only meant to be relayed). -Add new DNS seeds (maintained by Pieter Wuille and Luke Dashjr). +Add new DNS seeds (maintained by Pieter Wuille and Luke SarmaCoinsjr). diff --git a/doc/release-notes/bitcoin/release-notes-0.4.4.md b/doc/release-notes/bitcoin/release-notes-0.4.4.md index f435ba71604df..9be9fa6da0d4f 100644 --- a/doc/release-notes/bitcoin/release-notes-0.4.4.md +++ b/doc/release-notes/bitcoin/release-notes-0.4.4.md @@ -1,5 +1,5 @@ Bitcoin version 0.4.4 is now available for download at: -http://luke.dashjr.org/programs/bitcoin/files/bitcoind-0.4.4/ +http://luke.SarmaCoinsjr.org/programs/bitcoin/files/bitcoind-0.4.4/ This is a bugfix-only release based on 0.4.0. diff --git a/doc/release-notes/bitcoin/release-notes-0.5.2.md b/doc/release-notes/bitcoin/release-notes-0.5.2.md index f79816668d8cc..2cfefc16345dd 100644 --- a/doc/release-notes/bitcoin/release-notes-0.5.2.md +++ b/doc/release-notes/bitcoin/release-notes-0.5.2.md @@ -19,4 +19,4 @@ No longer accept inbound connections over the internet when Bitcoin is being use Re-enable SSL support for the JSON-RPC interface (it was unintentionally disabled for the 0.5.0 and 0.5.1 release Linux binaries). Use the correct base transaction fee of 0.0005 BTC for accepting transactions into mined blocks (since 0.4.0, it was incorrectly accepting 0.0001 BTC which was only meant to be relayed). Don't show "IP" for transactions which are not necessarily IP transactions. -Add new DNS seeds (maintained by Pieter Wuille and Luke Dashjr). +Add new DNS seeds (maintained by Pieter Wuille and Luke SarmaCoinsjr). diff --git a/doc/release-notes/bitcoin/release-notes-0.7.0.md b/doc/release-notes/bitcoin/release-notes-0.7.0.md index d33a58f99ffea..e91f908a6a307 100644 --- a/doc/release-notes/bitcoin/release-notes-0.7.0.md +++ b/doc/release-notes/bitcoin/release-notes-0.7.0.md @@ -146,7 +146,7 @@ Gavin Andresen Giel van Schijndel Gregory Maxwell Jeff Garzik -Luke Dashjr +Luke SarmaCoinsjr Matt Corallo Michael Ford Michael Hendricks diff --git a/doc/release-notes/bitcoin/release-notes-0.7.1.md b/doc/release-notes/bitcoin/release-notes-0.7.1.md index 0704419582fff..f819f540908a4 100644 --- a/doc/release-notes/bitcoin/release-notes-0.7.1.md +++ b/doc/release-notes/bitcoin/release-notes-0.7.1.md @@ -97,7 +97,7 @@ Thanks to everybody who contributed to this release: Gavin Andresen Jeff Garzik -Luke Dashjr +Luke SarmaCoinsjr Mark Friedenbach Matt Corallo Philip Kaufmann diff --git a/doc/release-notes/bitcoin/release-notes-0.7.2.md b/doc/release-notes/bitcoin/release-notes-0.7.2.md index 40af34962bd9c..d66dd55f3160d 100644 --- a/doc/release-notes/bitcoin/release-notes-0.7.2.md +++ b/doc/release-notes/bitcoin/release-notes-0.7.2.md @@ -61,7 +61,7 @@ dansmith Gavin Andresen Gregory Maxwell Jeff Garzik -Luke Dashjr +Luke SarmaCoinsjr Philip Kaufmann Pieter Wuille Wladimir J. van der Laan diff --git a/doc/release-notes/bitcoin/release-notes-0.8.0.md b/doc/release-notes/bitcoin/release-notes-0.8.0.md index 1825269f5c9a4..c0135360bc73f 100644 --- a/doc/release-notes/bitcoin/release-notes-0.8.0.md +++ b/doc/release-notes/bitcoin/release-notes-0.8.0.md @@ -61,7 +61,7 @@ contrib/spendfrom is a python-language command-line utility that demonstrates how to use the "raw transactions" JSON-RPC api to send coins received from particular addresses (also known as "coin control"). -New/changed settings (command-line or dash.conf file) +New/changed settings (command-line or SarmaCoins.conf file) -------------------------------------------------------- dbcache : controls LevelDB memory usage. @@ -117,7 +117,7 @@ Forrest Voight Gavin Andresen Gregory Maxwell Jeff Garzik -Luke Dashjr +Luke SarmaCoinsjr Matt Corallo Mike Cassano Mike Hearn diff --git a/doc/release-notes/bitcoin/release-notes-0.8.2.md b/doc/release-notes/bitcoin/release-notes-0.8.2.md index eea9ba2a2c3c8..11a9bb8e2d5dd 100644 --- a/doc/release-notes/bitcoin/release-notes-0.8.2.md +++ b/doc/release-notes/bitcoin/release-notes-0.8.2.md @@ -116,7 +116,7 @@ Gregory Maxwell Jeff Garzik Jonas Schnelli Larry Gilbert -Luke Dashjr +Luke SarmaCoinsjr Matt Corallo Michael Ford Mike Hearn diff --git a/doc/release-notes/bitcoin/release-notes-0.9.2.1.md b/doc/release-notes/bitcoin/release-notes-0.9.2.1.md index 3168ad1a5ad79..60b8babb5d3e4 100644 --- a/doc/release-notes/bitcoin/release-notes-0.9.2.1.md +++ b/doc/release-notes/bitcoin/release-notes-0.9.2.1.md @@ -175,7 +175,7 @@ Thanks to everyone who contributed to this release: - jtimon - Kamil Domanski - langerhans -- Luke Dashjr +- Luke SarmaCoinsjr - Manuel Araoz - Mark Friedenbach - Matt Corallo diff --git a/doc/release-notes/bitcoin/release-notes-0.9.2.md b/doc/release-notes/bitcoin/release-notes-0.9.2.md index a2749e549f766..c11eab7106053 100644 --- a/doc/release-notes/bitcoin/release-notes-0.9.2.md +++ b/doc/release-notes/bitcoin/release-notes-0.9.2.md @@ -175,7 +175,7 @@ Thanks to everyone who contributed to this release: - jtimon - Kamil Domanski - langerhans -- Luke Dashjr +- Luke SarmaCoinsjr - Manuel Araoz - Mark Friedenbach - Matt Corallo diff --git a/doc/release-notes/bitcoin/release-notes-0.9.4.md b/doc/release-notes/bitcoin/release-notes-0.9.4.md index 7ee73246a9b04..af882b439b8fb 100644 --- a/doc/release-notes/bitcoin/release-notes-0.9.4.md +++ b/doc/release-notes/bitcoin/release-notes-0.9.4.md @@ -85,7 +85,7 @@ Thanks to who contributed to this release, at least: - Gavin Andresen - Gregory Maxwell - Jeff Garzik -- Luke Dashjr +- Luke SarmaCoinsjr - Matt Corallo - Pieter Wuille - Saivann diff --git a/doc/release-notes/dash/release-notes-0.10.0.md b/doc/release-notes/sarmacoins/release-notes-0.10.0.md similarity index 100% rename from doc/release-notes/dash/release-notes-0.10.0.md rename to doc/release-notes/sarmacoins/release-notes-0.10.0.md diff --git a/doc/release-notes/dash/release-notes-0.11.0.md b/doc/release-notes/sarmacoins/release-notes-0.11.0.md similarity index 99% rename from doc/release-notes/dash/release-notes-0.11.0.md rename to doc/release-notes/sarmacoins/release-notes-0.11.0.md index 5a4a69cdfa155..cbdfa13eed7df 100644 --- a/doc/release-notes/dash/release-notes-0.11.0.md +++ b/doc/release-notes/sarmacoins/release-notes-0.11.0.md @@ -100,13 +100,13 @@ Command-line options: - New option: -nospendzeroconfchange to never spend unconfirmed change outputs - New option: -zapwallettxes to rebuild the wallet's transaction information - Rename option '-tor' to '-onion' to better reflect what it does -- Add '-disablewallet' mode to let dashd run entirely without wallet (when +- Add '-disablewallet' mode to let SarmaCoinsd run entirely without wallet (when built with wallet) - Update default '-rpcsslciphers' to include TLSv1.2 - make '-logtimestamps' default on and rework help-message - RPC client option: '-rpcwait', to wait for server start - Remove '-logtodebugger' -- Allow `-noserver` with dashd +- Allow `-noserver` with SarmaCoinsd - Make -proxy set all network types, avoiding a connect leak. diff --git a/doc/release-notes/dash/release-notes-0.11.1.md b/doc/release-notes/sarmacoins/release-notes-0.11.1.md similarity index 98% rename from doc/release-notes/dash/release-notes-0.11.1.md rename to doc/release-notes/sarmacoins/release-notes-0.11.1.md index 95502e5bbddf9..3e5fad72ba869 100644 --- a/doc/release-notes/dash/release-notes-0.11.1.md +++ b/doc/release-notes/sarmacoins/release-notes-0.11.1.md @@ -3,7 +3,7 @@ Darkcoin Core 0.11.1 supports a full implementation of InstantX, Darksend improvements and a new version of enforcement compatible with the newer Bitcoin architechure. -Latest release in 0.11.1.x tree is v0.11.1.26, which is rebranding Darkcoin to Dash. +Latest release in 0.11.1.x tree is v0.11.1.26, which is rebranding Darkcoin to SarmaCoins. - Fully implemented IX - Added support for DSTX messages, as a result DS should be much faster diff --git a/doc/release-notes/dash/release-notes-0.11.2.md b/doc/release-notes/sarmacoins/release-notes-0.11.2.md similarity index 87% rename from doc/release-notes/dash/release-notes-0.11.2.md rename to doc/release-notes/sarmacoins/release-notes-0.11.2.md index 6b1404d291918..9b1a55767836f 100644 --- a/doc/release-notes/dash/release-notes-0.11.2.md +++ b/doc/release-notes/sarmacoins/release-notes-0.11.2.md @@ -1,7 +1,7 @@ 0.11.2 Release notes ==================== -Dash Core version 0.11.2 is now available from: +SarmaCoins Core version 0.11.2 is now available from: https://SarmaCoins.io/downloads @@ -21,10 +21,10 @@ functionality will not be available for you) Mining and relay policy enhancements ------------------------------------ -Dash Core's block templates are now for version 3 blocks only, and any +SarmaCoins Core's block templates are now for version 3 blocks only, and any mining software relying on its `getblocktemplate` must be updated in parallel to use libblkmaker either version 0.4.2 or any version from 0.5.1 onward. If you -are solo mining, this will affect you the moment you upgrade Dash Core, +are solo mining, this will affect you the moment you upgrade SarmaCoins Core, which must be done prior to BIP66 achieving its 951/1001 status. If you are mining with the stratum mining protocol: this does not affect you. If you are mining with the getblocktemplate protocol to a pool: this will affect you at the @@ -35,9 +35,9 @@ pool operator's discretion, which must be no later than BIP66 achieving its BIP 66: strict DER encoding for signatures ------------------------------------------ -Dash Core 0.11.2 implements BIP 66, which introduces block version 3, and a +SarmaCoins Core 0.11.2 implements BIP 66, which introduces block version 3, and a new consensus rule, which prohibits non-DER signatures. Such transactions have -been non-standard since Dash 0.8, but were technically still permitted +been non-standard since SarmaCoins 0.8, but were technically still permitted inside blocks. This change breaks the dependency on OpenSSL's signature parsing, and is @@ -63,8 +63,8 @@ How to Upgrade If you are running an older version, shut it down. Wait until it has completely shut down (which might take a few minutes for older versions), then run the -installer (on Windows) or just copy over /Applications/Dash-Qt (on Mac) or -dashd/dash-qt (on Linux). +installer (on Windows) or just copy over /Applications/SarmaCoins-Qt (on Mac) or +SarmaCoinsd/SarmaCoins-qt (on Linux). 0.11.2 changelog diff --git a/doc/release-notes/dash/release-notes-0.12.0.md b/doc/release-notes/sarmacoins/release-notes-0.12.0.md similarity index 90% rename from doc/release-notes/dash/release-notes-0.12.0.md rename to doc/release-notes/sarmacoins/release-notes-0.12.0.md index 39c394a6c24a5..b19f6bf110063 100644 --- a/doc/release-notes/dash/release-notes-0.12.0.md +++ b/doc/release-notes/sarmacoins/release-notes-0.12.0.md @@ -2,7 +2,7 @@ ==================== -Dash Core version 0.12.0 is now available from: +SarmaCoins Core version 0.12.0 is now available from: https://SarmaCoins.io/downloads @@ -16,8 +16,8 @@ How to Upgrade If you are running an older version, shut it down. Wait until it has completely shut down (which might take a few minutes for older versions), then run the -installer (on Windows) or just copy over /Applications/Dash-Qt (on Mac) or -dashd/dash-qt (on Linux). +installer (on Windows) or just copy over /Applications/SarmaCoins-Qt (on Mac) or +SarmaCoinsd/SarmaCoins-qt (on Linux). **This new version uses transaction indexing by default, you will need to reindex the blockchain. To do so, start the client with --reindex.** @@ -28,7 +28,7 @@ Downgrade warning Because release 0.12.0 and later makes use of headers-first synchronization and parallel block download (see further), the block files and databases are not -backwards-compatible with pre-0.12 versions of Dash Core or other software: +backwards-compatible with pre-0.12 versions of SarmaCoins Core or other software: * Blocks will be stored on disk out of order (in the order they are received, really), which makes it incompatible with some tools or @@ -100,4 +100,4 @@ AlexMomo snogcel bertlebbert -As well as everyone that helped translating on [Transifex](https://www.transifex.com/projects/p/dash/). +As well as everyone that helped translating on [Transifex](https://www.transifex.com/projects/p/SarmaCoins/). diff --git a/doc/release-notes/dash/release-notes-0.9.0.md b/doc/release-notes/sarmacoins/release-notes-0.9.0.md similarity index 100% rename from doc/release-notes/dash/release-notes-0.9.0.md rename to doc/release-notes/sarmacoins/release-notes-0.9.0.md diff --git a/doc/release-process.md b/doc/release-process.md index 7b0078168caa2..005b7c5cf1c94 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -33,7 +33,7 @@ Release Process export SIGNER=(your gitian key, ie bluematt, sipa, etc) export VERSION=(new version, e.g. 0.8.0) - pushd ./dash + pushd ./SarmaCoins git checkout v${VERSION} popd pushd ./gitian-builder @@ -54,29 +54,29 @@ Release Process By default, gitian will fetch source files as needed. For offline builds, they can be fetched ahead of time: - make -C ../dash/depends download SOURCES_PATH=`pwd`/cache/common + make -C ../SarmaCoins/depends download SOURCES_PATH=`pwd`/cache/common Only missing files will be fetched, so this is safe to re-run for each build. -###Build Dash Core for Linux, Windows, and OS X: - - ./bin/gbuild --commit dash=v${VERSION} ../dash/contrib/gitian-descriptors/gitian-linux.yml - ./bin/gsign --signer $SIGNER --release ${VERSION}-linux --destination ../gitian.sigs/ ../dash/contrib/gitian-descriptors/gitian-linux.yml - mv build/out/dash-*.tar.gz build/out/src/dash-*.tar.gz ../ - ./bin/gbuild --commit dash=v${VERSION} ../dash/contrib/gitian-descriptors/gitian-win.yml - ./bin/gsign --signer $SIGNER --release ${VERSION}-win --destination ../gitian.sigs/ ../dash/contrib/gitian-descriptors/gitian-win.yml - mv build/out/dash-*.zip build/out/dash-*.exe ../ - ./bin/gbuild --commit bitcoin=v${VERSION} ../dash/contrib/gitian-descriptors/gitian-osx.yml - ./bin/gsign --signer $SIGNER --release ${VERSION}-osx-unsigned --destination ../gitian.sigs/ ../dash/contrib/gitian-descriptors/gitian-osx.yml - mv build/out/dash-*-unsigned.tar.gz inputs/dash-osx-unsigned.tar.gz - mv build/out/dash-*.tar.gz build/out/dash-*.dmg ../ +###Build SarmaCoins Core for Linux, Windows, and OS X: + + ./bin/gbuild --commit SarmaCoins=v${VERSION} ../SarmaCoins/contrib/gitian-descriptors/gitian-linux.yml + ./bin/gsign --signer $SIGNER --release ${VERSION}-linux --destination ../gitian.sigs/ ../SarmaCoins/contrib/gitian-descriptors/gitian-linux.yml + mv build/out/SarmaCoins-*.tar.gz build/out/src/SarmaCoins-*.tar.gz ../ + ./bin/gbuild --commit SarmaCoins=v${VERSION} ../SarmaCoins/contrib/gitian-descriptors/gitian-win.yml + ./bin/gsign --signer $SIGNER --release ${VERSION}-win --destination ../gitian.sigs/ ../SarmaCoins/contrib/gitian-descriptors/gitian-win.yml + mv build/out/SarmaCoins-*.zip build/out/SarmaCoins-*.exe ../ + ./bin/gbuild --commit bitcoin=v${VERSION} ../SarmaCoins/contrib/gitian-descriptors/gitian-osx.yml + ./bin/gsign --signer $SIGNER --release ${VERSION}-osx-unsigned --destination ../gitian.sigs/ ../SarmaCoins/contrib/gitian-descriptors/gitian-osx.yml + mv build/out/SarmaCoins-*-unsigned.tar.gz inputs/SarmaCoins-osx-unsigned.tar.gz + mv build/out/SarmaCoins-*.tar.gz build/out/SarmaCoins-*.dmg ../ popd Build output expected: - 1. source tarball (dash-${VERSION}.tar.gz) - 2. linux 32-bit and 64-bit binaries dist tarballs (dash-${VERSION}-linux[32|64].tar.gz) - 3. windows 32-bit and 64-bit installers and dist zips (dash-${VERSION}-win[32|64]-setup.exe, dash-${VERSION}-win[32|64].zip) - 4. OSX unsigned installer (dash-${VERSION}-osx-unsigned.dmg) + 1. source tarball (SarmaCoins-${VERSION}.tar.gz) + 2. linux 32-bit and 64-bit binaries dist tarballs (SarmaCoins-${VERSION}-linux[32|64].tar.gz) + 3. windows 32-bit and 64-bit installers and dist zips (SarmaCoins-${VERSION}-win[32|64]-setup.exe, SarmaCoins-${VERSION}-win[32|64].zip) + 4. OSX unsigned installer (SarmaCoins-${VERSION}-osx-unsigned.dmg) 5. Gitian signatures (in gitian.sigs/${VERSION}-/(your gitian key)/ ###Next steps: @@ -100,9 +100,9 @@ Commit your signature to gitian.sigs: pushd ./gitian-builder # Fetch the signature as instructed by Evan cp signature.tar.gz inputs/ - ./bin/gbuild -i ../dash/contrib/gitian-descriptors/gitian-osx-signer.yml - ./bin/gsign --signer $SIGNER --release ${VERSION}-osx-signed --destination ../gitian.sigs/ ../dash/contrib/gitian-descriptors/gitian-osx-signer.yml - mv build/out/dash-osx-signed.dmg ../dash-${VERSION}-osx.dmg + ./bin/gbuild -i ../SarmaCoins/contrib/gitian-descriptors/gitian-osx-signer.yml + ./bin/gsign --signer $SIGNER --release ${VERSION}-osx-signed --destination ../gitian.sigs/ ../SarmaCoins/contrib/gitian-descriptors/gitian-osx-signer.yml + mv build/out/SarmaCoins-osx-signed.dmg ../SarmaCoins-${VERSION}-osx.dmg popd Commit your signature for the signed OSX binary: @@ -151,15 +151,15 @@ rm SHA256SUMS - Announce the release: - - Release sticky on dashtalk: https://dashtalk.org/index.php?board=1.0 ***TODO*** + - Release sticky on SarmaCoinstalk: https://SarmaCoinstalk.org/index.php?board=1.0 ***TODO*** - - Dash-development mailing list + - SarmaCoins-development mailing list - Update title of #SarmaCoins on Freenode IRC - Optionally reddit /r/SarmaCoins, ... but this will usually sort out itself -- Notify Flare (?) ***TODO*** so that he can start building [https://launchpad.net/~SarmaCoins/+archive/ubuntu/dash](the PPAs) ***TODO*** +- Notify Flare (?) ***TODO*** so that he can start building [https://launchpad.net/~SarmaCoins/+archive/ubuntu/SarmaCoins](the PPAs) ***TODO*** - Add release notes for the new version to the directory `doc/release-notes` in git master diff --git a/doc/tor.md b/doc/tor.md index a3864ea1dc9fd..5ea13ba348904 100644 --- a/doc/tor.md +++ b/doc/tor.md @@ -1,7 +1,7 @@ TOR SUPPORT IN DASH ======================= -It is possible to run Dash as a Tor hidden service, and connect to such services. +It is possible to run SarmaCoins as a Tor hidden service, and connect to such services. The following directions assume you have a Tor proxy running on port 9050. Many distributions default to having a SOCKS proxy listening on port 9050, but others @@ -10,10 +10,10 @@ port. See [Tor Project FAQ:TBBSocksPort](https://www.torproject.org/docs/faq.htm for how to properly configure Tor. -1. Run dash behind a Tor proxy +1. Run SarmaCoins behind a Tor proxy ---------------------------------- -The first step is running Dash behind a Tor proxy. This will already make all +The first step is running SarmaCoins behind a Tor proxy. This will already make all outgoing connections be anonymized, but more is possible. -proxy=ip:port Set the proxy server. If SOCKS5 is selected (default), this proxy @@ -37,31 +37,31 @@ outgoing connections be anonymized, but more is possible. An example how to start the client if the Tor proxy is running on local host on port 9050 and only allows .onion nodes to connect: - ./dashd -onion=127.0.0.1:9050 -onlynet=tor -listen=0 -addnode=ssapp53tmftyjmjb.onion + ./SarmaCoinsd -onion=127.0.0.1:9050 -onlynet=tor -listen=0 -addnode=ssapp53tmftyjmjb.onion In a typical situation, this suffices to run behind a Tor proxy: - ./dashd -proxy=127.0.0.1:9050 + ./SarmaCoinsd -proxy=127.0.0.1:9050 -2. Run a dash hidden server +2. Run a SarmaCoins hidden server ------------------------------- If you configure your Tor system accordingly, it is possible to make your node also reachable from the Tor network. Add these lines to your /etc/tor/torrc (or equivalent config file): - HiddenServiceDir /var/lib/tor/dash-service/ + HiddenServiceDir /var/lib/tor/SarmaCoins-service/ HiddenServicePort 9999 127.0.0.1:9999 HiddenServicePort 19999 127.0.0.1:19999 The directory can be different of course, but (both) port numbers should be equal to -your dashd's P2P listen port (9999 by default). +your SarmaCoinsd's P2P listen port (9999 by default). - -externalip=X You can tell dash about its publicly reachable address using + -externalip=X You can tell SarmaCoins about its publicly reachable address using this option, and this can be a .onion address. Given the above configuration, you can find your onion address in - /var/lib/tor/dash-service/hostname. Onion addresses are given + /var/lib/tor/SarmaCoins-service/hostname. Onion addresses are given preference for your node to advertize itself with, for connections coming from unroutable addresses (such as 127.0.0.1, where the Tor proxy typically runs). @@ -78,26 +78,26 @@ your dashd's P2P listen port (9999 by default). In a typical situation, where you're only reachable via Tor, this should suffice: - ./dashd -proxy=127.0.0.1:9050 -externalip=ssapp53tmftyjmjb.onion -listen + ./SarmaCoinsd -proxy=127.0.0.1:9050 -externalip=ssapp53tmftyjmjb.onion -listen (obviously, replace the Onion address with your own). If you don't care too much about hiding your node, and want to be reachable on IPv4 as well, additionally specify: - ./dashd ... -discover + ./SarmaCoinsd ... -discover and open port 9999 on your firewall (or use -upnp). If you only want to use Tor to reach onion addresses, but not use it as a proxy for normal IPv4/IPv6 communication, use: - ./dashd -onion=127.0.0.1:9050 -externalip=ssapp53tmftyjmjb.onion -discover + ./SarmaCoinsd -onion=127.0.0.1:9050 -externalip=ssapp53tmftyjmjb.onion -discover -3. List of known dash Tor relays +3. List of known SarmaCoins Tor relays ------------------------------------ -* [dashie7ghp67.onion](http://dashie7ghp67.onion/) +* [SarmaCoinsie7ghp67.onion](http://SarmaCoinsie7ghp67.onion/) * [drktalkwaybgxnoq.onion](http://drktalkwaybgxnoq.onion/) * [drkcoinooditvool.onion](http://drkcoinooditvool.onion/) * [darkcoxbtzggpmcc.onion](http://darkcoxbtzggpmcc.onion/) diff --git a/doc/translation_process.md b/doc/translation_process.md index 055bff70502dc..f18c13d898d5a 100644 --- a/doc/translation_process.md +++ b/doc/translation_process.md @@ -1,25 +1,25 @@ Translations ============ -The Dash Core GUI can be easily translated into other languages. Here's how we +The SarmaCoins Core GUI can be easily translated into other languages. Here's how we handle those translations. Files and Folders ----------------- -### dash-qt.pro +### SarmaCoins-qt.pro This file takes care of generating `.qm` files from `.ts` files. It is mostly automated. -### src/qt/dash.qrc +### src/qt/SarmaCoins.qrc This file must be updated whenever a new translation is added. Please note that files must end with `.qm`, not `.ts`. ```xml - locale/dash_en.qm + locale/SarmaCoins_en.qm ... ``` @@ -28,17 +28,17 @@ files must end with `.qm`, not `.ts`. This directory contains all translations. Filenames must adhere to this format: - dash_xx_YY.ts or dash_xx.ts + SarmaCoins_xx_YY.ts or SarmaCoins_xx.ts -#### dash_en.ts (Source file) +#### SarmaCoins_en.ts (Source file) -`src/qt/locale/dash_en.ts` is treated in a special way. It is used as the +`src/qt/locale/SarmaCoins_en.ts` is treated in a special way. It is used as the source for all other translations. Whenever a string in the code is changed this file must be updated to reflect those changes. A custom script is used to extract strings from the non-Qt parts. This script makes use of `gettext`, so make sure that utility is installed (ie, `apt-get install gettext` on Ubuntu/Debian). Once this has been updated, lupdate (included in the Qt SDK) -is used to update dash_en.ts. This process has been automated, from src/, +is used to update SarmaCoins_en.ts. This process has been automated, from src/, simply run: make translate @@ -46,7 +46,7 @@ simply run: When new plurals are added to the source file, it's important to do the following steps: -1. Open dash_en.ts in Qt Linguist (also included in the Qt SDK) +1. Open SarmaCoins_en.ts in Qt Linguist (also included in the Qt SDK) 2. Search for `%n`, which will take you to the parts in the translation that use plurals 3. Look for empty `English Translation (Singular)` and `English Translation (Plural)` fields 4. Add the appropriate strings for the singular and plural form of the base string @@ -62,7 +62,7 @@ in Transifex and can be translated. To create the pull-request you have to do: - git add src/qt/dashstrings.cpp src/qt/locale/dash_en.ts + git add src/qt/SarmaCoinsstrings.cpp src/qt/locale/SarmaCoins_en.ts git commit Syncing with Transifex @@ -70,7 +70,7 @@ Syncing with Transifex We are using https://transifex.com as a frontend for translating the client. -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ The "Transifex client" (see: http://support.transifex.com/customer/portal/topics/440187-transifex-client/articles) is used to fetch new translations from Transifex. The configuration for this client (`.tx/config`) @@ -82,8 +82,8 @@ postprocessing steps before committing the translations. ### Fetching new translations 1. `python contrib/devtools/update-translations.py` -2. update `src/qt/dash.qrc` manually or via - `ls src/qt/locale/*ts|xargs -n1 basename|sed 's/\(dash_\(.*\)\).ts/ locale\/\1.qm<\/file>/'` +2. update `src/qt/SarmaCoins.qrc` manually or via + `ls src/qt/locale/*ts|xargs -n1 basename|sed 's/\(SarmaCoins_\(.*\)\).ts/ locale\/\1.qm<\/file>/'` 3. update `src/Makefile.qt.include` manually or via - `ls src/qt/locale/*ts|xargs -n1 basename|sed 's/\(dash_\(.*\)\).ts/ qt\/locale\/\1.ts \\/'` + `ls src/qt/locale/*ts|xargs -n1 basename|sed 's/\(SarmaCoins_\(.*\)\).ts/ qt\/locale\/\1.ts \\/'` 4. `git add` new translations from `src/qt/locale/` diff --git a/doc/unit-tests.md b/doc/unit-tests.md index 1cc34a8af3348..f953699111425 100644 --- a/doc/unit-tests.md +++ b/doc/unit-tests.md @@ -6,13 +6,13 @@ and tests weren't explicitly disabled. After configuring, they can be run with 'make check'. -To run the dashd tests manually, launch src/test/test_dash . +To run the SarmaCoinsd tests manually, launch src/test/test_SarmaCoins . -To add more dashd tests, add `BOOST_AUTO_TEST_CASE` functions to the existing +To add more SarmaCoinsd tests, add `BOOST_AUTO_TEST_CASE` functions to the existing .cpp files in the test/ directory or add new .cpp files that implement new BOOST_AUTO_TEST_SUITE sections. -To run the dash-qt tests manually, launch src/qt/test/dash-qt_test +To run the SarmaCoins-qt tests manually, launch src/qt/test/SarmaCoins-qt_test -To add more dash-qt tests, add them to the `src/qt/test/` directory and +To add more SarmaCoins-qt tests, add them to the `src/qt/test/` directory and the `src/qt/test/test_main.cpp` file. diff --git a/qa/pull-tester/run-bitcoind-for-test.sh.in b/qa/pull-tester/run-bitcoind-for-test.sh.in index f711b2bb14929..666244b38507c 100755 --- a/qa/pull-tester/run-bitcoind-for-test.sh.in +++ b/qa/pull-tester/run-bitcoind-for-test.sh.in @@ -3,14 +3,14 @@ # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. # -DATADIR="@abs_top_builddir@/.dash" +DATADIR="@abs_top_builddir@/.SarmaCoins" rm -rf "$DATADIR" mkdir -p "$DATADIR"/regtest touch "$DATADIR/regtest/debug.log" tail -q -n 1 -F "$DATADIR/regtest/debug.log" | grep -m 1 -q "Done loading" & WAITER=$! PORT=`expr 10000 + $$ % 55536` -"@abs_top_builddir@/src/dashd@EXEEXT@" -connect=0.0.0.0 -datadir="$DATADIR" -rpcuser=user -rpcpassword=pass -listen -keypool=3 -debug -debug=net -logtimestamps -checkmempool=0 -relaypriority=0 -port=$PORT -whitelist=127.0.0.1 -regtest -rpcport=`expr $PORT + 1` & +"@abs_top_builddir@/src/SarmaCoinsd@EXEEXT@" -connect=0.0.0.0 -datadir="$DATADIR" -rpcuser=user -rpcpassword=pass -listen -keypool=3 -debug -debug=net -logtimestamps -checkmempool=0 -relaypriority=0 -port=$PORT -whitelist=127.0.0.1 -regtest -rpcport=`expr $PORT + 1` & BITCOIND=$! #Install a watchdog. diff --git a/qa/pull-tester/tests-config.sh.in b/qa/pull-tester/tests-config.sh.in index e64e80a14be74..6eebf2e14cec1 100755 --- a/qa/pull-tester/tests-config.sh.in +++ b/qa/pull-tester/tests-config.sh.in @@ -11,6 +11,6 @@ EXEEXT="@EXEEXT@" @BUILD_BITCOIN_UTILS_TRUE@ENABLE_UTILS=1 @BUILD_BITCOIND_TRUE@ENABLE_BITCOIND=1 -REAL_BITCOIND="$BUILDDIR/src/dashd${EXEEXT}" -REAL_BITCOINCLI="$BUILDDIR/src/dash-cli${EXEEXT}" +REAL_BITCOIND="$BUILDDIR/src/SarmaCoinsd${EXEEXT}" +REAL_BITCOINCLI="$BUILDDIR/src/SarmaCoins-cli${EXEEXT}" diff --git a/qa/rpc-tests/util.py b/qa/rpc-tests/util.py index d40e3b1f78fa9..4b27ae3b5a633 100644 --- a/qa/rpc-tests/util.py +++ b/qa/rpc-tests/util.py @@ -1,5 +1,5 @@ # Copyright (c) 2014 The Bitcoin Core developers -# Copyright (c) 2014-2015 The Dash developers +# Copyright (c) 2014-2015 The SarmaCoins developers # Distributed under the MIT/X11 software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. # @@ -65,7 +65,7 @@ def initialize_datadir(dirname, n): datadir = os.path.join(dirname, "node"+str(n)) if not os.path.isdir(datadir): os.makedirs(datadir) - with open(os.path.join(datadir, "dash.conf"), 'w') as f: + with open(os.path.join(datadir, "SarmaCoins.conf"), 'w') as f: f.write("regtest=1\n"); f.write("rpcuser=rt\n"); f.write("rpcpassword=rt\n"); @@ -77,19 +77,19 @@ def initialize_chain(test_dir): """ Create (or copy from cache) a 200-block-long chain and 4 wallets. - dashd and dash-cli must be in search path. + SarmaCoinsd and SarmaCoins-cli must be in search path. """ if not os.path.isdir(os.path.join("cache", "node0")): devnull = open("/dev/null", "w+") - # Create cache directories, run dashds: + # Create cache directories, run SarmaCoinsds: for i in range(4): datadir=initialize_datadir("cache", i) - args = [ os.getenv("BITCOIND", "dashd"), "-keypool=1", "-datadir="+datadir, "-discover=0" ] + args = [ os.getenv("BITCOIND", "SarmaCoinsd"), "-keypool=1", "-datadir="+datadir, "-discover=0" ] if i > 0: args.append("-connect=127.0.0.1:"+str(p2p_port(0))) bitcoind_processes[i] = subprocess.Popen(args) - subprocess.check_call([ os.getenv("BITCOINCLI", "dash-cli"), "-datadir="+datadir, + subprocess.check_call([ os.getenv("BITCOINCLI", "SarmaCoins-cli"), "-datadir="+datadir, "-rpcwait", "getblockcount"], stdout=devnull) devnull.close() rpcs = [] @@ -128,7 +128,7 @@ def initialize_chain(test_dir): from_dir = os.path.join("cache", "node"+str(i)) to_dir = os.path.join(test_dir, "node"+str(i)) shutil.copytree(from_dir, to_dir) - initialize_datadir(test_dir, i) # Overwrite port/rpcport in dash.conf + initialize_datadir(test_dir, i) # Overwrite port/rpcport in SarmaCoins.conf def initialize_chain_clean(test_dir, num_nodes): """ @@ -161,14 +161,14 @@ def _rpchost_to_args(rpchost): def start_node(i, dirname, extra_args=None, rpchost=None): """ - Start a dashd and return RPC connection to it + Start a SarmaCoinsd and return RPC connection to it """ datadir = os.path.join(dirname, "node"+str(i)) - args = [ os.getenv("BITCOIND", "dashd"), "-datadir="+datadir, "-keypool=1", "-discover=0", "-rest" ] + args = [ os.getenv("BITCOIND", "SarmaCoinsd"), "-datadir="+datadir, "-keypool=1", "-discover=0", "-rest" ] if extra_args is not None: args.extend(extra_args) bitcoind_processes[i] = subprocess.Popen(args) devnull = open("/dev/null", "w+") - subprocess.check_call([ os.getenv("BITCOINCLI", "dash-cli"), "-datadir="+datadir] + + subprocess.check_call([ os.getenv("BITCOINCLI", "SarmaCoins-cli"), "-datadir="+datadir] + _rpchost_to_args(rpchost) + ["-rpcwait", "getblockcount"], stdout=devnull) devnull.close() @@ -179,7 +179,7 @@ def start_node(i, dirname, extra_args=None, rpchost=None): def start_nodes(num_nodes, dirname, extra_args=None, rpchost=None): """ - Start multiple dashds, return RPC connections to them + Start multiple SarmaCoinsds, return RPC connections to them """ if extra_args is None: extra_args = [ None for i in range(num_nodes) ] return [ start_node(i, dirname, extra_args[i], rpchost) for i in range(num_nodes) ] diff --git a/qa/rpc-tests/util.sh b/qa/rpc-tests/util.sh index e3e24a4b5e56d..c5b3f5fd4240c 100644 --- a/qa/rpc-tests/util.sh +++ b/qa/rpc-tests/util.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Copyright (c) 2014 The Bitcoin Core developers -# Copyright (c) 2014-2015 The Dash developers +# Copyright (c) 2014-2015 The SarmaCoins developers # Distributed under the MIT/X11 software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -12,7 +12,7 @@ function echoerr { # Usage: ExtractKey "" # Warning: this will only work for the very-well-behaved -# JSON produced by dashd, do NOT use it to try to +# JSON produced by SarmaCoinsd, do NOT use it to try to # parse arbitrary/nested/etc JSON. function ExtractKey { echo $2 | tr -d ' "{}\n' | awk -v RS=',' -F: "\$1 ~ /$1/ { print \$2}" @@ -21,7 +21,7 @@ function ExtractKey { function CreateDataDir { DIR=$1 mkdir -p $DIR - CONF=$DIR/dash.conf + CONF=$DIR/SarmaCoins.conf echo "regtest=1" >> $CONF echo "keypool=2" >> $CONF echo "rpcuser=rt" >> $CONF diff --git a/share/pixmaps/bitcoin256.png b/share/pixmaps/bitcoin256.png index 4a92d931eba297b8b3a9ab82b2cb812154254a39..798a74512c56e89e60cf85deeb5d8d6ed152f9a4 100644 GIT binary patch delta 41 ocmbPbxXf_EQ?B5|qTEF1{LH-K$udm!lQS4MAPH@jVX6}Y08>T}O#lD@ delta 28 hcmZ2xILmOtQx=!R;*5>&^%=p8iSO$-FK7BM3IMLW3|{~M diff --git a/share/qt/Info.plist.in b/share/qt/Info.plist.in index 6dcb41a496019..a47aacadfed6a 100644 --- a/share/qt/Info.plist.in +++ b/share/qt/Info.plist.in @@ -17,7 +17,7 @@ APPL CFBundleGetInfoString - @CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_REVISION@, Copyright © 2009-@COPYRIGHT_YEAR@ The Bitcoin Core developers, 2014-@COPYRIGHT_YEAR@ The Dash Core developers + @CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_REVISION@, Copyright © 2009-@COPYRIGHT_YEAR@ The Bitcoin Core developers, 2014-@COPYRIGHT_YEAR@ The SarmaCoins Core developers CFBundleShortVersionString @CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_REVISION@ @@ -29,10 +29,10 @@ ???? CFBundleExecutable - Dash-Qt + SarmaCoins-Qt CFBundleIdentifier - io.SarmaCoins.Dash-Qt + io.SarmaCoins.SarmaCoins-Qt CFBundleURLTypes @@ -40,10 +40,10 @@ CFBundleTypeRole Editor CFBundleURLName - io.dash.SarmaCoinsment + io.SarmaCoins.SarmaCoinsment CFBundleURLSchemes - dash + SarmaCoins @@ -52,9 +52,9 @@ UTTypeIdentifier - io.dash.paymentrequest + io.SarmaCoins.paymentrequest UTTypeDescription - Dash payment request + SarmaCoins payment request UTTypeConformsTo public.data @@ -62,7 +62,7 @@ UTTypeTagSpecification public.mime-type - application/x-dash-payment-request + application/x-SarmaCoins-payment-request public.filename-extension SarmaCoinsmentrequest @@ -78,7 +78,7 @@ Editor LSItemContentTypes - io.dash.paymentrequest + io.SarmaCoins.paymentrequest LSHandlerRank Owner diff --git a/share/qt/extract_strings_qt.py b/share/qt/extract_strings_qt.py index 8508a4ae5ca15..5cb2b0d117ce7 100755 --- a/share/qt/extract_strings_qt.py +++ b/share/qt/extract_strings_qt.py @@ -9,7 +9,7 @@ import os import sys -OUT_CPP="qt/dashstrings.cpp" +OUT_CPP="qt/SarmaCoinsstrings.cpp" EMPTY=['""'] def parse_po(text): @@ -69,10 +69,10 @@ def parse_po(text): #define UNUSED #endif """) -f.write('static const char UNUSED *dash_strings[] = {\n') +f.write('static const char UNUSED *SarmaCoins_strings[] = {\n') messages.sort(key=operator.itemgetter(0)) for (msgid, msgstr) in messages: if msgid != EMPTY: - f.write('QT_TRANSLATE_NOOP("dash-core", %s),\n' % ('\n'.join(msgid))) + f.write('QT_TRANSLATE_NOOP("SarmaCoins-core", %s),\n' % ('\n'.join(msgid))) f.write('};\n') f.close() diff --git a/share/seeds/generate-seeds.py b/share/seeds/generate-seeds.py index 2431ded86edb3..15d0aaff63cf2 100755 --- a/share/seeds/generate-seeds.py +++ b/share/seeds/generate-seeds.py @@ -117,7 +117,7 @@ def main(): g.write('#ifndef BITCOIN_CHAINPARAMSSEEDS_H\n') g.write('#define BITCOIN_CHAINPARAMSSEEDS_H\n') g.write('/**\n') - g.write(' * List of fixed seed nodes for the dash network\n') + g.write(' * List of fixed seed nodes for the SarmaCoins network\n') g.write(' * AUTOGENERATED by share/seeds/generate-seeds.py\n') g.write(' *\n') g.write(' * Each line contains a 16-byte IPv6 address and a port.\n') diff --git a/share/setup.nsi.in b/share/setup.nsi.in index b47554733eec1..201bd5459022d 100644 --- a/share/setup.nsi.in +++ b/share/setup.nsi.in @@ -6,7 +6,7 @@ SetCompressor /SOLID lzma # General Symbol Definitions !define REGKEY "SOFTWARE\$(^Name)" !define VERSION @CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_REVISION@ -!define COMPANY "Dash Core project" +!define COMPANY "SarmaCoins Core project" !define URL https://www.SarmaCoins.io/ # MUI Symbol Definitions @@ -20,7 +20,7 @@ SetCompressor /SOLID lzma !define MUI_STARTMENUPAGE_REGISTRY_KEY ${REGKEY} !define MUI_STARTMENUPAGE_REGISTRY_VALUENAME StartMenuGroup !define MUI_STARTMENUPAGE_DEFAULTFOLDER "@PACKAGE_NAME@" -!define MUI_FINISHPAGE_RUN $INSTDIR\dash-qt.exe +!define MUI_FINISHPAGE_RUN $INSTDIR\SarmaCoins-qt.exe !define MUI_UNICON "${NSISDIR}\Contrib\Graphics\Icons\modern-uninstall.ico" !define MUI_UNWELCOMEFINISHPAGE_BITMAP "@abs_top_srcdir@/share/pixmaps/nsis-wizard.bmp" !define MUI_UNFINISHPAGE_NOAUTOCLOSE @@ -48,18 +48,18 @@ Var StartMenuGroup !insertmacro MUI_LANGUAGE English # Installer attributes -OutFile @abs_top_srcdir@/dash-${VERSION}-win@WINDOWS_BITS@-setup.exe +OutFile @abs_top_srcdir@/SarmaCoins-${VERSION}-win@WINDOWS_BITS@-setup.exe !if "@WINDOWS_BITS@" == "64" -InstallDir $PROGRAMFILES64\Dash +InstallDir $PROGRAMFILES64\SarmaCoins !else -InstallDir $PROGRAMFILES\Dash +InstallDir $PROGRAMFILES\SarmaCoins !endif CRCCheck on XPStyle on BrandingText " " ShowInstDetails show VIProductVersion ${VERSION}.@CLIENT_VERSION_BUILD@ -VIAddVersionKey ProductName "Dash Core" +VIAddVersionKey ProductName "SarmaCoins Core" VIAddVersionKey ProductVersion "${VERSION}" VIAddVersionKey CompanyName "${COMPANY}" VIAddVersionKey CompanyWebsite "${URL}" @@ -73,19 +73,19 @@ ShowUninstDetails show Section -Main SEC0000 SetOutPath $INSTDIR SetOverwrite on - File @abs_top_srcdir@/release/dash-qt.exe + File @abs_top_srcdir@/release/SarmaCoins-qt.exe File /oname=COPYING.txt @abs_top_srcdir@/COPYING File /oname=readme.txt @abs_top_srcdir@/doc/README_windows.txt SetOutPath $INSTDIR\daemon - File @abs_top_srcdir@/release/dashd.exe - File @abs_top_srcdir@/release/dash-cli.exe + File @abs_top_srcdir@/release/SarmaCoinsd.exe + File @abs_top_srcdir@/release/SarmaCoins-cli.exe SetOutPath $INSTDIR\doc File /r @abs_top_srcdir@/doc\*.* SetOutPath $INSTDIR WriteRegStr HKCU "${REGKEY}\Components" Main 1 - # Remove old wxwidgets-based-dash executable and locales: - Delete /REBOOTOK $INSTDIR\dash.exe + # Remove old wxwidgets-based-SarmaCoins executable and locales: + Delete /REBOOTOK $INSTDIR\SarmaCoins.exe RMDir /r /REBOOTOK $INSTDIR\locale SectionEnd @@ -95,7 +95,7 @@ Section -post SEC0001 WriteUninstaller $INSTDIR\uninstall.exe !insertmacro MUI_STARTMENU_WRITE_BEGIN Application CreateDirectory $SMPROGRAMS\$StartMenuGroup - CreateShortcut "$SMPROGRAMS\$StartMenuGroup\$(^Name).lnk" $INSTDIR\dash-qt.exe + CreateShortcut "$SMPROGRAMS\$StartMenuGroup\$(^Name).lnk" $INSTDIR\SarmaCoins-qt.exe CreateShortcut "$SMPROGRAMS\$StartMenuGroup\Uninstall $(^Name).lnk" $INSTDIR\uninstall.exe !insertmacro MUI_STARTMENU_WRITE_END WriteRegStr HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" DisplayName "$(^Name)" @@ -106,10 +106,10 @@ Section -post SEC0001 WriteRegStr HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" UninstallString $INSTDIR\uninstall.exe WriteRegDWORD HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" NoModify 1 WriteRegDWORD HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" NoRepair 1 - WriteRegStr HKCR "dash" "URL Protocol" "" - WriteRegStr HKCR "dash" "" "URL:Dash" - WriteRegStr HKCR "dash\DefaultIcon" "" $INSTDIR\dash-qt.exe - WriteRegStr HKCR "dash\shell\open\command" "" '"$INSTDIR\dash-qt.exe" "%1"' + WriteRegStr HKCR "SarmaCoins" "URL Protocol" "" + WriteRegStr HKCR "SarmaCoins" "" "URL:SarmaCoins" + WriteRegStr HKCR "SarmaCoins\DefaultIcon" "" $INSTDIR\SarmaCoins-qt.exe + WriteRegStr HKCR "SarmaCoins\shell\open\command" "" '"$INSTDIR\SarmaCoins-qt.exe" "%1"' SectionEnd # Macro for selecting uninstaller sections @@ -127,7 +127,7 @@ done${UNSECTION_ID}: # Uninstaller sections Section /o -un.Main UNSEC0000 - Delete /REBOOTOK $INSTDIR\dash-qt.exe + Delete /REBOOTOK $INSTDIR\SarmaCoins-qt.exe Delete /REBOOTOK $INSTDIR\COPYING.txt Delete /REBOOTOK $INSTDIR\readme.txt RMDir /r /REBOOTOK $INSTDIR\daemon @@ -139,7 +139,7 @@ Section -un.post UNSEC0001 DeleteRegKey HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" Delete /REBOOTOK "$SMPROGRAMS\$StartMenuGroup\Uninstall $(^Name).lnk" Delete /REBOOTOK "$SMPROGRAMS\$StartMenuGroup\$(^Name).lnk" - Delete /REBOOTOK "$SMSTARTUP\Dash.lnk" + Delete /REBOOTOK "$SMSTARTUP\SarmaCoins.lnk" Delete /REBOOTOK $INSTDIR\uninstall.exe Delete /REBOOTOK $INSTDIR\debug.log Delete /REBOOTOK $INSTDIR\db.log @@ -147,7 +147,7 @@ Section -un.post UNSEC0001 DeleteRegValue HKCU "${REGKEY}" Path DeleteRegKey /IfEmpty HKCU "${REGKEY}\Components" DeleteRegKey /IfEmpty HKCU "${REGKEY}" - DeleteRegKey HKCR "dash" + DeleteRegKey HKCR "SarmaCoins" RmDir /REBOOTOK $SMPROGRAMS\$StartMenuGroup RmDir /REBOOTOK $INSTDIR Push $R0 diff --git a/src/Makefile.am b/src/Makefile.am index 92eaca819a13b..2b0a0125482cc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -60,15 +60,15 @@ bin_PROGRAMS = TESTS = if BUILD_BITCOIND - bin_PROGRAMS += dashd + bin_PROGRAMS += SarmaCoinsd endif if BUILD_BITCOIN_UTILS - bin_PROGRAMS += dash-cli dash-tx + bin_PROGRAMS += SarmaCoins-cli SarmaCoins-tx endif .PHONY: FORCE -# dash core # +# SarmaCoins core # BITCOIN_CORE_H = \ activemasternode.h \ addrman.h \ @@ -170,7 +170,7 @@ obj/build.h: FORCE $(abs_top_srcdir) libbitcoin_util_a-clientversion.$(OBJEXT): obj/build.h -# server: shared between dashd and dash-qt +# server: shared between SarmaCoinsd and SarmaCoins-qt libbitcoin_server_a_CPPFLAGS = $(BITCOIN_INCLUDES) $(MINIUPNPC_CPPFLAGS) libbitcoin_server_a_SOURCES = \ addrman.cpp \ @@ -202,7 +202,7 @@ libbitcoin_server_a_SOURCES = \ $(JSON_H) \ $(BITCOIN_CORE_H) -# wallet: shared between dashd and dash-qt, but only linked +# wallet: shared between SarmaCoinsd and SarmaCoins-qt, but only linked # when wallet enabled libbitcoin_wallet_a_CPPFLAGS = $(BITCOIN_INCLUDES) libbitcoin_wallet_a_SOURCES = \ @@ -278,7 +278,7 @@ univalue_libbitcoin_univalue_a_SOURCES = \ univalue/univalue_escapes.h \ univalue/univalue.h -# common: shared between dashd, and dash-qt and non-server tools +# common: shared between SarmaCoinsd, and SarmaCoins-qt and non-server tools libbitcoin_common_a_CPPFLAGS = $(BITCOIN_INCLUDES) libbitcoin_common_a_SOURCES = \ allocators.cpp \ @@ -333,7 +333,7 @@ libbitcoin_util_a_SOURCES += compat/glibc_compat.cpp libbitcoin_util_a_SOURCES += compat/glibcxx_compat.cpp endif -# cli: shared between dash-cli and dash-qt +# cli: shared between SarmaCoins-cli and SarmaCoins-qt libbitcoin_cli_a_CPPFLAGS = $(BITCOIN_INCLUDES) libbitcoin_cli_a_SOURCES = \ rpcclient.cpp \ @@ -343,7 +343,7 @@ nodist_libbitcoin_util_a_SOURCES = $(srcdir)/obj/build.h # # bitcoind binary # -dashd_LDADD = \ +SarmaCoinsd_LDADD = \ $(LIBBITCOIN_SERVER) \ $(LIBBITCOIN_COMMON) \ $(LIBBITCOIN_UNIVALUE) \ @@ -354,35 +354,35 @@ dashd_LDADD = \ $(LIBSECP256K1) if ENABLE_WALLET -dashd_LDADD += libbitcoin_wallet.a +SarmaCoinsd_LDADD += libbitcoin_wallet.a endif -dashd_SOURCES = dashd.cpp +SarmaCoinsd_SOURCES = SarmaCoinsd.cpp # if TARGET_WINDOWS -dashd_SOURCES += dashd-res.rc +SarmaCoinsd_SOURCES += SarmaCoinsd-res.rc endif -dashd_LDADD += $(BOOST_LIBS) $(BDB_LIBS) $(SSL_LIBS) $(CRYPTO_LIBS) $(MINIUPNPC_LIBS) -dashd_CPPFLAGS = $(BITCOIN_INCLUDES) -dashd_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) +SarmaCoinsd_LDADD += $(BOOST_LIBS) $(BDB_LIBS) $(SSL_LIBS) $(CRYPTO_LIBS) $(MINIUPNPC_LIBS) +SarmaCoinsd_CPPFLAGS = $(BITCOIN_INCLUDES) +SarmaCoinsd_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) -# dash-cli binary # -dash_cli_LDADD = \ +# SarmaCoins-cli binary # +SarmaCoins_cli_LDADD = \ $(LIBBITCOIN_CLI) \ $(LIBBITCOIN_UTIL) \ $(BOOST_LIBS) \ $(SSL_LIBS) \ $(CRYPTO_LIBS) -dash_cli_SOURCES = \ - dash-cli.cpp +SarmaCoins_cli_SOURCES = \ + SarmaCoins-cli.cpp -dash_cli_CPPFLAGS = $(BITCOIN_INCLUDES) +SarmaCoins_cli_CPPFLAGS = $(BITCOIN_INCLUDES) # -# dash-tx binary # -dash_tx_LDADD = \ +# SarmaCoins-tx binary # +SarmaCoins_tx_LDADD = \ $(LIBBITCOIN_UNIVALUE) \ $(LIBBITCOIN_COMMON) \ $(LIBBITCOIN_UTIL) \ @@ -391,15 +391,15 @@ dash_tx_LDADD = \ $(BOOST_LIBS) \ $(CRYPTO_LIBS) -dash_tx_SOURCES = dash-tx.cpp -dash_tx_CPPFLAGS = $(BITCOIN_INCLUDES) +SarmaCoins_tx_SOURCES = SarmaCoins-tx.cpp +SarmaCoins_tx_CPPFLAGS = $(BITCOIN_INCLUDES) # -dash_tx_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) +SarmaCoins_tx_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) if TARGET_WINDOWS -dash_cli_SOURCES += dash-cli-res.rc +SarmaCoins_cli_SOURCES += SarmaCoins-cli-res.rc endif -dash_cli_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) +SarmaCoins_cli_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) if BUILD_BITCOIN_LIBS include_HEADERS = script/bitcoinconsensus.h diff --git a/src/Makefile.qt.include b/src/Makefile.qt.include index 5325de196ef33..8a90f4017ce82 100755 --- a/src/Makefile.qt.include +++ b/src/Makefile.qt.include @@ -1,24 +1,24 @@ -bin_PROGRAMS += qt/dash-qt +bin_PROGRAMS += qt/SarmaCoins-qt EXTRA_LIBRARIES += qt/libbitcoinqt.a -# dash qt core # +# SarmaCoins qt core # QT_TS = \ - qt/locale/dash_bg.ts \ - qt/locale/dash_de.ts \ - qt/locale/dash_en.ts \ - qt/locale/dash_es.ts \ - qt/locale/dash_fi.ts \ - qt/locale/dash_fr.ts \ - qt/locale/dash_it.ts \ - qt/locale/dash_ja.ts \ - qt/locale/dash_pl.ts \ - qt/locale/dash_pt.ts \ - qt/locale/dash_ru.ts \ - qt/locale/dash_sk.ts \ - qt/locale/dash_sv.ts \ - qt/locale/dash_vi.ts \ - qt/locale/dash_zh_CN.ts \ - qt/locale/dash_zh_TW.ts + qt/locale/SarmaCoins_bg.ts \ + qt/locale/SarmaCoins_de.ts \ + qt/locale/SarmaCoins_en.ts \ + qt/locale/SarmaCoins_es.ts \ + qt/locale/SarmaCoins_fi.ts \ + qt/locale/SarmaCoins_fr.ts \ + qt/locale/SarmaCoins_it.ts \ + qt/locale/SarmaCoins_ja.ts \ + qt/locale/SarmaCoins_pl.ts \ + qt/locale/SarmaCoins_pt.ts \ + qt/locale/SarmaCoins_ru.ts \ + qt/locale/SarmaCoins_sk.ts \ + qt/locale/SarmaCoins_sv.ts \ + qt/locale/SarmaCoins_vi.ts \ + qt/locale/SarmaCoins_zh_CN.ts \ + qt/locale/SarmaCoins_zh_TW.ts QT_FORMS_UI = \ qt/forms/addressbookpage.ui \ @@ -90,16 +90,16 @@ BITCOIN_MM = \ qt/macnotificationhandler.mm QT_MOC = \ - qt/dash.moc \ + qt/SarmaCoins.moc \ qt/bitcoinamountfield.moc \ qt/intro.moc \ qt/overviewpage.moc \ qt/rpcconsole.moc -QT_QRC_CPP = qt/qrc_dash.cpp -QT_QRC = qt/dash.qrc -QT_QRC_LOCALE_CPP = qt/qrc_dash_locale.cpp -QT_QRC_LOCALE = qt/dash_locale.qrc +QT_QRC_CPP = qt/qrc_SarmaCoins.cpp +QT_QRC = qt/SarmaCoins.qrc +QT_QRC_LOCALE_CPP = qt/qrc_SarmaCoins_locale.cpp +QT_QRC_LOCALE = qt/SarmaCoins_locale.qrc PROTOBUF_CC = qt/paymentrequest.pb.cc PROTOBUF_H = qt/paymentrequest.pb.h @@ -207,13 +207,13 @@ RES_ICONS = \ qt/res/icons/tx_input.png \ qt/res/icons/tx_output.png \ qt/res/icons/tx_mined.png \ - qt/res/icons/unit_dash.png \ - qt/res/icons/unit_mdash.png \ - qt/res/icons/unit_udash.png \ + qt/res/icons/unit_SarmaCoins.png \ + qt/res/icons/unit_mSarmaCoins.png \ + qt/res/icons/unit_uSarmaCoins.png \ qt/res/icons/unit_duffs.png \ - qt/res/icons/unit_tdash.png \ - qt/res/icons/unit_tmdash.png \ - qt/res/icons/unit_tudash.png \ + qt/res/icons/unit_tSarmaCoins.png \ + qt/res/icons/unit_tmSarmaCoins.png \ + qt/res/icons/unit_tuSarmaCoins.png \ qt/res/icons/unit_tduffs.png BITCOIN_QT_CPP = \ @@ -273,7 +273,7 @@ RES_IMAGES = \ qt/res/images/about.png \ qt/res/images/splash.png \ qt/res/images/splash_testnet.png \ - qt/res/images/dash_logo_horizontal.png \ + qt/res/images/SarmaCoins_logo_horizontal.png \ qt/res/images/drkblue_downArrow.png \ qt/res/images/drkblue_downArrow_small.png \ qt/res/images/drkblue_upArrow_small.png \ @@ -288,7 +288,7 @@ RES_CSS = \ RES_MOVIES = $(wildcard qt/res/movies/spinner-*.png) -BITCOIN_RC = qt/res/dash-qt-res.rc +BITCOIN_RC = qt/res/SarmaCoins-qt-res.rc BITCOIN_QT_INCLUDES = -I$(builddir)/qt -I$(srcdir)/qt -I$(srcdir)/qt/forms \ -I$(builddir)/qt/forms @@ -308,65 +308,65 @@ QT_FORMS_H=$(join $(dir $(QT_FORMS_UI)),$(addprefix ui_, $(notdir $(QT_FORMS_UI: # Most files will depend on the forms and moc files as includes. Generate them # before anything else. $(QT_MOC): $(QT_FORMS_H) -$(qt_libbitcoinqt_a_OBJECTS) $(qt_dash_qt_OBJECTS) : | $(QT_MOC) +$(qt_libbitcoinqt_a_OBJECTS) $(qt_SarmaCoins_qt_OBJECTS) : | $(QT_MOC) #Generating these with a half-written protobuf header leads to wacky results. #This makes sure it's done. $(QT_MOC): $(PROTOBUF_H) $(QT_MOC_CPP): $(PROTOBUF_H) -# dash-qt binary # -qt_dash_qt_CPPFLAGS = $(BITCOIN_INCLUDES) $(BITCOIN_QT_INCLUDES) \ +# SarmaCoins-qt binary # +qt_SarmaCoins_qt_CPPFLAGS = $(BITCOIN_INCLUDES) $(BITCOIN_QT_INCLUDES) \ $(QT_INCLUDES) $(PROTOBUF_CFLAGS) $(QR_CFLAGS) -qt_dash_qt_SOURCES = qt/dash.cpp +qt_SarmaCoins_qt_SOURCES = qt/SarmaCoins.cpp if TARGET_DARWIN - qt_dash_qt_SOURCES += $(BITCOIN_MM) + qt_SarmaCoins_qt_SOURCES += $(BITCOIN_MM) endif if TARGET_WINDOWS - qt_dash_qt_SOURCES += $(BITCOIN_RC) + qt_SarmaCoins_qt_SOURCES += $(BITCOIN_RC) endif -qt_dash_qt_LDADD = qt/libbitcoinqt.a $(LIBBITCOIN_SERVER) +qt_SarmaCoins_qt_LDADD = qt/libbitcoinqt.a $(LIBBITCOIN_SERVER) if ENABLE_WALLET -qt_dash_qt_LDADD += $(LIBBITCOIN_WALLET) +qt_SarmaCoins_qt_LDADD += $(LIBBITCOIN_WALLET) endif -qt_dash_qt_LDADD += $(LIBBITCOIN_CLI) $(LIBBITCOIN_COMMON) $(LIBBITCOIN_UTIL) $(LIBBITCOIN_CRYPTO) $(LIBBITCOIN_UNIVALUE) $(LIBLEVELDB) $(LIBMEMENV) \ +qt_SarmaCoins_qt_LDADD += $(LIBBITCOIN_CLI) $(LIBBITCOIN_COMMON) $(LIBBITCOIN_UTIL) $(LIBBITCOIN_CRYPTO) $(LIBBITCOIN_UNIVALUE) $(LIBLEVELDB) $(LIBMEMENV) \ $(BOOST_LIBS) $(QT_LIBS) $(QT_DBUS_LIBS) $(QR_LIBS) $(PROTOBUF_LIBS) $(BDB_LIBS) $(SSL_LIBS) $(CRYPTO_LIBS) $(MINIUPNPC_LIBS) $(LIBSECP256K1) -qt_dash_qt_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(QT_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) -qt_dash_qt_LIBTOOLFLAGS = --tag CXX +qt_SarmaCoins_qt_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(QT_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) +qt_SarmaCoins_qt_LIBTOOLFLAGS = --tag CXX #locale/foo.ts -> locale/foo.qm QT_QM=$(QT_TS:.ts=.qm) .SECONDARY: $(QT_QM) -qt/dashstrings.cpp: $(libbitcoin_server_a_SOURCES) $(libbitcoin_wallet_a_SOURCES) $(libbitcoin_common_a_SOURCES) +qt/SarmaCoinsstrings.cpp: $(libbitcoin_server_a_SOURCES) $(libbitcoin_wallet_a_SOURCES) $(libbitcoin_common_a_SOURCES) @test -n $(XGETTEXT) || echo "xgettext is required for updating translations" $(AM_V_GEN) cd $(srcdir); XGETTEXT=$(XGETTEXT) ../share/qt/extract_strings_qt.py $^ -translate: qt/dashstrings.cpp $(QT_FORMS_UI) $(QT_FORMS_UI) $(BITCOIN_QT_CPP) $(BITCOIN_QT_H) $(BITCOIN_MM) +translate: qt/SarmaCoinsstrings.cpp $(QT_FORMS_UI) $(QT_FORMS_UI) $(BITCOIN_QT_CPP) $(BITCOIN_QT_H) $(BITCOIN_MM) @test -n $(LUPDATE) || echo "lupdate is required for updating translations" - $(AM_V_GEN) QT_SELECT=$(QT_SELECT) $(LUPDATE) $^ -locations relative -no-obsolete -ts qt/locale/dash_en.ts + $(AM_V_GEN) QT_SELECT=$(QT_SELECT) $(LUPDATE) $^ -locations relative -no-obsolete -ts qt/locale/SarmaCoins_en.ts $(QT_QRC_LOCALE_CPP): $(QT_QRC_LOCALE) $(QT_QM) @test -f $(RCC) @test -f $(@D)/$( $@ $(QT_QRC_CPP): $(QT_QRC) $(QT_FORMS_H) $(RES_ICONS) $(RES_IMAGES) $(RES_CSS) $(RES_MOVIES) $(PROTOBUF_H) @test -f $(RCC) - $(AM_V_GEN) QT_SELECT=$(QT_SELECT) $(RCC) -name dash $< | \ + $(AM_V_GEN) QT_SELECT=$(QT_SELECT) $(RCC) -name SarmaCoins $< | \ $(SED) -e '/^\*\*.*Created:/d' -e '/^\*\*.*by:/d' > $@ CLEAN_QT = $(nodist_qt_libbitcoinqt_a_SOURCES) $(QT_QM) $(QT_FORMS_H) qt/*.gcda qt/*.gcno CLEANFILES += $(CLEAN_QT) -dash_qt_clean: FORCE - rm -f $(CLEAN_QT) $(qt_libbitcoinqt_a_OBJECTS) $(qt_dash_qt_OBJECTS) qt/dash-qt$(EXEEXT) $(LIBBITCOINQT) +SarmaCoins_qt_clean: FORCE + rm -f $(CLEAN_QT) $(qt_libbitcoinqt_a_OBJECTS) $(qt_SarmaCoins_qt_OBJECTS) qt/SarmaCoins-qt$(EXEEXT) $(LIBBITCOINQT) -dash_qt : qt/dash-qt$(EXEEXT) +SarmaCoins_qt : qt/SarmaCoins-qt$(EXEEXT) ui_%.h: %.ui @test -f $(UIC) diff --git a/src/Makefile.qttest.include b/src/Makefile.qttest.include index 1a1f03d1a1adb..1cac635959fe1 100644 --- a/src/Makefile.qttest.include +++ b/src/Makefile.qttest.include @@ -1,5 +1,5 @@ -bin_PROGRAMS += qt/test/test_dash-qt -TESTS += qt/test/test_dash-qt +bin_PROGRAMS += qt/test/test_SarmaCoins-qt +TESTS += qt/test/test_SarmaCoins-qt TEST_QT_MOC_CPP = qt/test/moc_uritests.cpp @@ -12,37 +12,37 @@ TEST_QT_H = \ qt/test/paymentrequestdata.h \ qt/test/paymentservertests.h -qt_test_test_dash_qt_CPPFLAGS = $(BITCOIN_INCLUDES) $(BITCOIN_QT_INCLUDES) \ +qt_test_test_SarmaCoins_qt_CPPFLAGS = $(BITCOIN_INCLUDES) $(BITCOIN_QT_INCLUDES) \ $(QT_INCLUDES) $(QT_TEST_INCLUDES) $(PROTOBUF_CFLAGS) -qt_test_test_dash_qt_SOURCES = \ +qt_test_test_SarmaCoins_qt_SOURCES = \ qt/test/test_main.cpp \ qt/test/uritests.cpp \ $(TEST_QT_H) if ENABLE_WALLET -qt_test_test_dash_qt_SOURCES += \ +qt_test_test_SarmaCoins_qt_SOURCES += \ qt/test/paymentservertests.cpp endif -nodist_qt_test_test_dash_qt_SOURCES = $(TEST_QT_MOC_CPP) +nodist_qt_test_test_SarmaCoins_qt_SOURCES = $(TEST_QT_MOC_CPP) -qt_test_test_dash_qt_LDADD = $(LIBBITCOINQT) $(LIBBITCOIN_SERVER) +qt_test_test_SarmaCoins_qt_LDADD = $(LIBBITCOINQT) $(LIBBITCOIN_SERVER) if ENABLE_WALLET -qt_test_test_dash_qt_LDADD += $(LIBBITCOIN_WALLET) +qt_test_test_SarmaCoins_qt_LDADD += $(LIBBITCOIN_WALLET) endif -qt_test_test_dash_qt_LDADD += $(LIBBITCOIN_CLI) $(LIBBITCOIN_COMMON) $(LIBBITCOIN_UTIL) $(LIBBITCOIN_CRYPTO) $(LIBBITCOIN_UNIVALUE) $(LIBLEVELDB) \ +qt_test_test_SarmaCoins_qt_LDADD += $(LIBBITCOIN_CLI) $(LIBBITCOIN_COMMON) $(LIBBITCOIN_UTIL) $(LIBBITCOIN_CRYPTO) $(LIBBITCOIN_UNIVALUE) $(LIBLEVELDB) \ $(LIBMEMENV) $(BOOST_LIBS) $(QT_DBUS_LIBS) $(QT_TEST_LIBS) $(QT_LIBS) \ $(QR_LIBS) $(PROTOBUF_LIBS) $(BDB_LIBS) $(SSL_LIBS) $(CRYPTO_LIBS) $(MINIUPNPC_LIBS) $(LIBSECP256K1) -qt_test_test_dash_qt_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(QT_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) +qt_test_test_SarmaCoins_qt_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(QT_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) CLEAN_BITCOIN_QT_TEST = $(TEST_QT_MOC_CPP) qt/test/*.gcda qt/test/*.gcno CLEANFILES += $(CLEAN_BITCOIN_QT_TEST) -test_dash_qt : qt/test/test_dash-qt$(EXEEXT) +test_SarmaCoins_qt : qt/test/test_SarmaCoins-qt$(EXEEXT) -test_dash_qt_check : qt/test/test_dash-qt$(EXEEXT) FORCE +test_SarmaCoins_qt_check : qt/test/test_SarmaCoins-qt$(EXEEXT) FORCE $(MAKE) check-TESTS TESTS=$^ -test_dash_qt_clean: FORCE - rm -f $(CLEAN_BITCOIN_QT_TEST) $(qt_test_test_dash_qt_OBJECTS) +test_SarmaCoins_qt_clean: FORCE + rm -f $(CLEAN_BITCOIN_QT_TEST) $(qt_test_test_SarmaCoins_qt_OBJECTS) diff --git a/src/Makefile.test.include b/src/Makefile.test.include index 50e6540171c79..9181a68468dc2 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -1,7 +1,7 @@ -TESTS += test/test_dash test/bitcoin-util-test.py -bin_PROGRAMS += test/test_dash +TESTS += test/test_SarmaCoins test/bitcoin-util-test.py +bin_PROGRAMS += test/test_SarmaCoins TEST_SRCDIR = test -TEST_BINARY=test/test_dash$(EXEEXT) +TEST_BINARY=test/test_SarmaCoins$(EXEEXT) EXTRA_DIST += \ @@ -66,7 +66,7 @@ BITCOIN_TESTS =\ test/sighash_tests.cpp \ test/sigopcount_tests.cpp \ test/skiplist_tests.cpp \ - test/test_dash.cpp \ + test/test_SarmaCoins.cpp \ test/timedata_tests.cpp \ test/transaction_tests.cpp \ test/uint256_tests.cpp \ @@ -80,18 +80,18 @@ BITCOIN_TESTS += \ test/rpc_wallet_tests.cpp endif -test_test_dash_SOURCES = $(BITCOIN_TESTS) $(JSON_TEST_FILES) $(RAW_TEST_FILES) -test_test_dash_CPPFLAGS = $(BITCOIN_INCLUDES) -I$(builddir)/test/ $(TESTDEFS) -test_test_dash_LDADD = $(LIBBITCOIN_SERVER) $(LIBBITCOIN_CLI) $(LIBBITCOIN_COMMON) $(LIBBITCOIN_UTIL) $(LIBBITCOIN_CRYPTO) $(LIBBITCOIN_UNIVALUE) $(LIBLEVELDB) $(LIBMEMENV) \ +test_test_SarmaCoins_SOURCES = $(BITCOIN_TESTS) $(JSON_TEST_FILES) $(RAW_TEST_FILES) +test_test_SarmaCoins_CPPFLAGS = $(BITCOIN_INCLUDES) -I$(builddir)/test/ $(TESTDEFS) +test_test_SarmaCoins_LDADD = $(LIBBITCOIN_SERVER) $(LIBBITCOIN_CLI) $(LIBBITCOIN_COMMON) $(LIBBITCOIN_UTIL) $(LIBBITCOIN_CRYPTO) $(LIBBITCOIN_UNIVALUE) $(LIBLEVELDB) $(LIBMEMENV) \ $(BOOST_LIBS) $(BOOST_UNIT_TEST_FRAMEWORK_LIB) $(LIBSECP256K1) if ENABLE_WALLET -test_test_dash_LDADD += $(LIBBITCOIN_WALLET) +test_test_SarmaCoins_LDADD += $(LIBBITCOIN_WALLET) endif -test_test_dash_LDADD += $(LIBBITCOIN_CONSENSUS) $(BDB_LIBS) $(SSL_LIBS) $(CRYPTO_LIBS) $(MINIUPNPC_LIBS) -test_test_dash_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) -static +test_test_SarmaCoins_LDADD += $(LIBBITCOIN_CONSENSUS) $(BDB_LIBS) $(SSL_LIBS) $(CRYPTO_LIBS) $(MINIUPNPC_LIBS) +test_test_SarmaCoins_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) -static -nodist_test_test_dash_SOURCES = $(GENERATED_TEST_FILES) +nodist_test_test_SarmaCoins_SOURCES = $(GENERATED_TEST_FILES) $(BITCOIN_TESTS): $(GENERATED_TEST_FILES) @@ -99,13 +99,13 @@ CLEAN_BITCOIN_TEST = test/*.gcda test/*.gcno $(GENERATED_TEST_FILES) CLEANFILES += $(CLEAN_BITCOIN_TEST) -dash_test: $(TEST_BINARY) +SarmaCoins_test: $(TEST_BINARY) -dash_test_check: $(TEST_BINARY) FORCE +SarmaCoins_test_check: $(TEST_BINARY) FORCE $(MAKE) check-TESTS TESTS=$^ -dash_test_clean : FORCE - rm -f $(CLEAN_BITCOIN_TEST) $(test_test_dash_OBJECTS) $(TEST_BINARY) +SarmaCoins_test_clean : FORCE + rm -f $(CLEAN_BITCOIN_TEST) $(test_test_SarmaCoins_OBJECTS) $(TEST_BINARY) check-local: $(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C secp256k1 check diff --git a/src/base58.h b/src/base58.h index 74dc66f1096ba..31ac7f815e3c9 100644 --- a/src/base58.h +++ b/src/base58.h @@ -94,7 +94,7 @@ class CBase58Data bool operator> (const CBase58Data& b58) const { return CompareTo(b58) > 0; } }; -/** base58-encoded Dash addresses. +/** base58-encoded SarmaCoins addresses. * Public-key-hash-addresses have version 0 (or 111 testnet). * The data vector contains RIPEMD160(SHA256(pubkey)), where pubkey is the serialized public key. * Script-hash-addresses have version 5 (or 196 testnet). diff --git a/src/chainparams.cpp b/src/chainparams.cpp index 3ee56d271035f..a54e0ee494920 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -123,14 +123,14 @@ class CMainParams : public CChainParams { pchMessageStart[3] = 0xbd; vAlertPubKey = ParseHex("048240a8748a80a286b270ba126705ced4f2ce5a7847b3610ea3c06513150dade2a8512ed5ea86320824683fc0818f0ac019214973e677acd1244f6d0571fc5103"); nDefaultPort = 9999; - bnProofOfWorkLimit = ~uint256(0) >> 20; // Dash starting difficulty is 1 / 2^12 + bnProofOfWorkLimit = ~uint256(0) >> 20; // SarmaCoins starting difficulty is 1 / 2^12 nSubsidyHalvingInterval = 210000; nEnforceBlockUpgradeMajority = 750; nRejectBlockOutdatedMajority = 950; nToCheckBlockUpgradeMajority = 1000; nMinerThreads = 0; - nTargetTimespan = 24 * 60 * 60; // Dash: 1 day - nTargetSpacing = 2.5 * 60; // Dash: 2.5 minutes + nTargetTimespan = 24 * 60 * 60; // SarmaCoins: 1 day + nTargetSpacing = 2.5 * 60; // SarmaCoins: 2.5 minutes /** * Build the genesis block. Note that the output of the genesis coinbase cannot @@ -166,12 +166,12 @@ class CMainParams : public CChainParams { vSeeds.push_back(CDNSSeedData("masternode.io", "dnsseed.masternode.io")); vSeeds.push_back(CDNSSeedData("SarmaCoins.io", "dnsseed.SarmaCoins.io")); - base58Prefixes[PUBKEY_ADDRESS] = list_of( 76); // Dash addresses start with 'X' - base58Prefixes[SCRIPT_ADDRESS] = list_of( 16); // Dash script addresses start with '7' - base58Prefixes[SECRET_KEY] = list_of(204); // Dash private keys start with '7' or 'X' - base58Prefixes[EXT_PUBLIC_KEY] = list_of(0x02)(0xFE)(0x52)(0xF8); // Dash BIP32 pubkeys start with 'drkv' - base58Prefixes[EXT_SECRET_KEY] = list_of(0x02)(0xFE)(0x52)(0xCC); // Dash BIP32 prvkeys start with 'drkp' - base58Prefixes[EXT_COIN_TYPE] = list_of(0x80000005); // Dash BIP44 coin type is '5' + base58Prefixes[PUBKEY_ADDRESS] = list_of( 76); // SarmaCoins addresses start with 'X' + base58Prefixes[SCRIPT_ADDRESS] = list_of( 16); // SarmaCoins script addresses start with '7' + base58Prefixes[SECRET_KEY] = list_of(204); // SarmaCoins private keys start with '7' or 'X' + base58Prefixes[EXT_PUBLIC_KEY] = list_of(0x02)(0xFE)(0x52)(0xF8); // SarmaCoins BIP32 pubkeys start with 'drkv' + base58Prefixes[EXT_SECRET_KEY] = list_of(0x02)(0xFE)(0x52)(0xCC); // SarmaCoins BIP32 prvkeys start with 'drkp' + base58Prefixes[EXT_COIN_TYPE] = list_of(0x80000005); // SarmaCoins BIP44 coin type is '5' convertSeed6(vFixedSeeds, pnSeed6_main, ARRAYLEN(pnSeed6_main)); @@ -216,8 +216,8 @@ class CTestNetParams : public CMainParams { nRejectBlockOutdatedMajority = 75; nToCheckBlockUpgradeMajority = 100; nMinerThreads = 0; - nTargetTimespan = 24 * 60 * 60; // Dash: 1 day - nTargetSpacing = 2.5 * 60; // Dash: 2.5 minutes + nTargetTimespan = 24 * 60 * 60; // SarmaCoins: 1 day + nTargetSpacing = 2.5 * 60; // SarmaCoins: 2.5 minutes //! Modify the testnet genesis block so the timestamp is valid for a later start. genesis.nTime = 1390666206; @@ -229,18 +229,18 @@ class CTestNetParams : public CMainParams { vFixedSeeds.clear(); vSeeds.clear(); /*vSeeds.push_back(CDNSSeedData("SarmaCoins.io", "testnet-seed.SarmaCoins.io")); - vSeeds.push_back(CDNSSeedData("dash.qa", "testnet-seed.dash.qa")); + vSeeds.push_back(CDNSSeedData("SarmaCoins.qa", "testnet-seed.SarmaCoins.qa")); *///legacy seeders vSeeds.push_back(CDNSSeedData("darkcoin.io", "testnet-seed.darkcoin.io")); vSeeds.push_back(CDNSSeedData("darkcoin.qa", "testnet-seed.darkcoin.qa")); vSeeds.push_back(CDNSSeedData("masternode.io", "test.dnsseed.masternode.io")); - base58Prefixes[PUBKEY_ADDRESS] = list_of(139); // Testnet dash addresses start with 'x' or 'y' - base58Prefixes[SCRIPT_ADDRESS] = list_of( 19); // Testnet dash script addresses start with '8' or '9' + base58Prefixes[PUBKEY_ADDRESS] = list_of(139); // Testnet SarmaCoins addresses start with 'x' or 'y' + base58Prefixes[SCRIPT_ADDRESS] = list_of( 19); // Testnet SarmaCoins script addresses start with '8' or '9' base58Prefixes[SECRET_KEY] = list_of(239); // Testnet private keys start with '9' or 'c' (Bitcoin defaults) - base58Prefixes[EXT_PUBLIC_KEY] = list_of(0x3a)(0x80)(0x61)(0xa0); // Testnet dash BIP32 pubkeys start with 'DRKV' - base58Prefixes[EXT_SECRET_KEY] = list_of(0x3a)(0x80)(0x58)(0x37); // Testnet dash BIP32 prvkeys start with 'DRKP' - base58Prefixes[EXT_COIN_TYPE] = list_of(0x80000001); // Testnet dash BIP44 coin type is '5' (All coin's testnet default) + base58Prefixes[EXT_PUBLIC_KEY] = list_of(0x3a)(0x80)(0x61)(0xa0); // Testnet SarmaCoins BIP32 pubkeys start with 'DRKV' + base58Prefixes[EXT_SECRET_KEY] = list_of(0x3a)(0x80)(0x58)(0x37); // Testnet SarmaCoins BIP32 prvkeys start with 'DRKP' + base58Prefixes[EXT_COIN_TYPE] = list_of(0x80000001); // Testnet SarmaCoins BIP44 coin type is '5' (All coin's testnet default) convertSeed6(vFixedSeeds, pnSeed6_test, ARRAYLEN(pnSeed6_test)); @@ -282,8 +282,8 @@ class CRegTestParams : public CTestNetParams { nRejectBlockOutdatedMajority = 950; nToCheckBlockUpgradeMajority = 1000; nMinerThreads = 1; - nTargetTimespan = 24 * 60 * 60; // Dash: 1 day - nTargetSpacing = 2.5 * 60; // Dash: 2.5 minutes + nTargetTimespan = 24 * 60 * 60; // SarmaCoins: 1 day + nTargetSpacing = 2.5 * 60; // SarmaCoins: 2.5 minutes bnProofOfWorkLimit = ~uint256(0) >> 1; genesis.nTime = 1417713337; genesis.nBits = 0x207fffff; diff --git a/src/chainparams.h b/src/chainparams.h index 1b77635e8d921..ca69b24b27f52 100644 --- a/src/chainparams.h +++ b/src/chainparams.h @@ -23,7 +23,7 @@ struct CDNSSeedData { /** * CChainParams defines various tweakable parameters of a given instance of the - * Dash system. There are three: the main network on which people trade goods + * SarmaCoins system. There are three: the main network on which people trade goods * and services, the public test network which gets reset from time to time and * a regression test mode which is intended for private networks only. It has * minimal difficulty to ensure that blocks can be found instantly. diff --git a/src/chainparamsbase.h b/src/chainparamsbase.h index 71a7176d8c234..6d2ad4645932f 100644 --- a/src/chainparamsbase.h +++ b/src/chainparamsbase.h @@ -9,8 +9,8 @@ #include /** - * CBaseChainParams defines the base parameters (shared between dash-cli and dashd) - * of a given instance of the Dash system. + * CBaseChainParams defines the base parameters (shared between SarmaCoins-cli and SarmaCoinsd) + * of a given instance of the SarmaCoins system. */ class CBaseChainParams { diff --git a/src/checkpoints.cpp b/src/checkpoints.cpp index a8fd488efd97d..716251a158956 100644 --- a/src/checkpoints.cpp +++ b/src/checkpoints.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/clientversion.cpp b/src/clientversion.cpp index c51c261dd18b1..c73c41dc5a6b6 100644 --- a/src/clientversion.cpp +++ b/src/clientversion.cpp @@ -10,10 +10,10 @@ /** * Name of client reported in the 'version' message. Report the same name - * for both dashd and dash-qt, to make it harder for attackers to + * for both SarmaCoinsd and SarmaCoins-qt, to make it harder for attackers to * target servers or GUI users specifically. */ -const std::string CLIENT_NAME("Dash Core"); +const std::string CLIENT_NAME("SarmaCoins Core"); /** * Client version number diff --git a/src/clientversion.h b/src/clientversion.h index 747f4afc3b1ad..0ce518f6e72ba 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -6,14 +6,14 @@ #define BITCOIN_CLIENTVERSION_H #if defined(HAVE_CONFIG_H) -#include "config/dash-config.h" +#include "config/SarmaCoins-config.h" #else /** * client versioning and copyright year */ -//! These need to be macros, as clientversion.cpp's and dash*-res.rc's voodoo requires it +//! These need to be macros, as clientversion.cpp's and SarmaCoins*-res.rc's voodoo requires it #define CLIENT_VERSION_MAJOR 0 #define CLIENT_VERSION_MINOR 12 #define CLIENT_VERSION_REVISION 0 @@ -38,10 +38,10 @@ #define DO_STRINGIZE(X) #X //! Copyright string used in Windows .rc files -#define COPYRIGHT_STR "2009-" STRINGIZE(COPYRIGHT_YEAR) " The Bitcoin Core Developers, 2014-" STRINGIZE(COPYRIGHT_YEAR) " The Dash Core Developers" +#define COPYRIGHT_STR "2009-" STRINGIZE(COPYRIGHT_YEAR) " The Bitcoin Core Developers, 2014-" STRINGIZE(COPYRIGHT_YEAR) " The SarmaCoins Core Developers" /** - * dashd-res.rc includes this file, but it cannot cope with real c++ code. + * SarmaCoinsd-res.rc includes this file, but it cannot cope with real c++ code. * WINDRES_PREPROC is defined to indicate that its pre-processor is running. * Anything other than a define should be guarded below. */ diff --git a/src/coins.h b/src/coins.h index f58c9f1d3e429..60bd87ed811df 100644 --- a/src/coins.h +++ b/src/coins.h @@ -419,7 +419,7 @@ class CCoinsViewCache : public CCoinsViewBacked unsigned int GetCacheSize() const; /** - * Amount of dash coming in to a transaction + * Amount of SarmaCoins coming in to a transaction * Note that lightweight clients may not know anything besides the hash of previous transactions, * so may not be able to calculate this. * diff --git a/src/compat.h b/src/compat.h index dd120e96356fe..8cc40b8d1d7ee 100644 --- a/src/compat.h +++ b/src/compat.h @@ -7,7 +7,7 @@ #define BITCOIN_COMPAT_H #if defined(HAVE_CONFIG_H) -#include "config/dash-config.h" +#include "config/SarmaCoins-config.h" #endif #ifdef WIN32 diff --git a/src/compat/glibc_compat.cpp b/src/compat/glibc_compat.cpp index 88b6508c5b758..f4e4732a7f372 100644 --- a/src/compat/glibc_compat.cpp +++ b/src/compat/glibc_compat.cpp @@ -3,7 +3,7 @@ // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) -#include "config/dash-config.h" +#include "config/SarmaCoins-config.h" #endif #include diff --git a/src/compat/glibc_sanity.cpp b/src/compat/glibc_sanity.cpp index 7ea476697202e..2bbc6ea67fcbd 100644 --- a/src/compat/glibc_sanity.cpp +++ b/src/compat/glibc_sanity.cpp @@ -3,7 +3,7 @@ // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) -#include "config/dash-config.h" +#include "config/SarmaCoins-config.h" #endif #include diff --git a/src/compat/strnlen.cpp b/src/compat/strnlen.cpp index c32762f0aee60..fd0c48e6a9bed 100644 --- a/src/compat/strnlen.cpp +++ b/src/compat/strnlen.cpp @@ -3,7 +3,7 @@ // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) -#include "config/dash-config.h" +#include "config/SarmaCoins-config.h" #endif #include diff --git a/src/crypto/common.h b/src/crypto/common.h index c30ca83c97cd6..fcf28b8855cd3 100644 --- a/src/crypto/common.h +++ b/src/crypto/common.h @@ -6,7 +6,7 @@ #define BITCOIN_CRYPTO_COMMON_H #if defined(HAVE_CONFIG_H) -#include "dash-config.h" +#include "SarmaCoins-config.h" #endif #include diff --git a/src/darksend-relay.h b/src/darksend-relay.h index 5dc2cb4c958aa..37a265b7c692b 100644 --- a/src/darksend-relay.h +++ b/src/darksend-relay.h @@ -1,5 +1,5 @@ -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/darksend.cpp b/src/darksend.cpp index 539bdba2a56d9..66b61231e55b1 100644 --- a/src/darksend.cpp +++ b/src/darksend.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -36,7 +36,7 @@ map mapDarksendBroadcastTxes; CActiveMasternode activeMasternode; /* *** BEGIN DARKSEND MAGIC - DASH ********** - Copyright (c) 2014-2015, Dash Developers + Copyright (c) 2014-2015, SarmaCoins Developers eduffield - evan@SarmaCoins.io udjinm6 - udjinm6@SarmaCoins.io */ @@ -766,7 +766,7 @@ void CDarksendPool::ChargeRandomFees(){ Being that Darksend has "no fees" we need to have some kind of cost associated with using it to stop abuse. Otherwise it could serve as an attack vector and - allow endless transaction that would bloat Dash and make it unusable. To + allow endless transaction that would bloat SarmaCoins and make it unusable. To stop these kinds of attacks 1 in 10 successful transactions are charged. This adds up to a cost of 0.001DRK per transaction on average. */ @@ -2223,7 +2223,7 @@ void ThreadCheckDarkSendPool() if(fLiteMode) return; //disable all Darksend/Masternode related functionality // Make this thread recognisable as the wallet flushing thread - RenameThread("dash-darksend"); + RenameThread("SarmaCoins-darksend"); unsigned int c = 0; diff --git a/src/darksend.h b/src/darksend.h index f0a439e139934..9175f6558e638 100644 --- a/src/darksend.h +++ b/src/darksend.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -486,7 +486,7 @@ class CDarksendPool void GetDenominationsToString(int nDenom, std::string& strDenom); - /// Get the denominations for a specific amount of dash. + /// Get the denominations for a specific amount of SarmaCoins. int GetDenominationsByAmount(int64_t nAmount, int nDenomTarget=0); // is not used anymore? int GetDenominationsByAmounts(std::vector& vecAmount); diff --git a/src/hash.h b/src/hash.h index ac01947fbc85e..0e03de46a6d52 100644 --- a/src/hash.h +++ b/src/hash.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -272,7 +272,7 @@ void BIP32Hash(const unsigned char chainCode[32], unsigned int nChild, unsigned //int HMAC_SHA512_Update(HMAC_SHA512_CTX *pctx, const void *pdata, size_t len); //int HMAC_SHA512_Final(unsigned char *pmd, HMAC_SHA512_CTX *pctx); -/* ----------- Dash Hash ------------------------------------------------ */ +/* ----------- SarmaCoins Hash ------------------------------------------------ */ template inline uint256 HashX11(const T1 pbegin, const T1 pend) diff --git a/src/init.cpp b/src/init.cpp index deac30e4f93f5..df6be431a416d 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -1,11 +1,11 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) -#include "config/dash-config.h" +#include "config/SarmaCoins-config.h" #endif #include "init.h" @@ -160,7 +160,7 @@ void PrepareShutdown() /// for example if the data directory was found to be locked. /// Be sure that anything that writes files or flushes caches only does this if the respective /// module was initialized. - RenameThread("dash-shutoff"); + RenameThread("SarmaCoins-shutoff"); mempool.AddTransactionsUpdated(1); StopRPCThreads(); #ifdef ENABLE_WALLET @@ -280,7 +280,7 @@ std::string HelpMessage(HelpMessageMode mode) strUsage += " -blocknotify= " + _("Execute command when the best block changes (%s in cmd is replaced by block hash)") + "\n"; strUsage += " -checkblocks= " + strprintf(_("How many blocks to check at startup (default: %u, 0 = all)"), 288) + "\n"; strUsage += " -checklevel= " + strprintf(_("How thorough the block verification of -checkblocks is (0-4, default: %u)"), 3) + "\n"; - strUsage += " -conf= " + strprintf(_("Specify configuration file (default: %s)"), "dash.conf") + "\n"; + strUsage += " -conf= " + strprintf(_("Specify configuration file (default: %s)"), "SarmaCoins.conf") + "\n"; if (mode == HMM_BITCOIND) { #if !defined(WIN32) @@ -293,7 +293,7 @@ std::string HelpMessage(HelpMessageMode mode) strUsage += " -maxorphantx= " + strprintf(_("Keep at most unconnectable transactions in memory (default: %u)"), DEFAULT_MAX_ORPHAN_TRANSACTIONS) + "\n"; strUsage += " -par= " + strprintf(_("Set the number of script verification threads (%u to %d, 0 = auto, <0 = leave that many cores free, default: %d)"), -(int)boost::thread::hardware_concurrency(), MAX_SCRIPTCHECK_THREADS, DEFAULT_SCRIPTCHECK_THREADS) + "\n"; #ifndef WIN32 - strUsage += " -pid= " + strprintf(_("Specify pid file (default: %s)"), "dashd.pid") + "\n"; + strUsage += " -pid= " + strprintf(_("Specify pid file (default: %s)"), "SarmaCoinsd.pid") + "\n"; #endif strUsage += " -reindex " + _("Rebuild block chain index from current blk000??.dat files") + " " + _("on startup") + "\n"; #if !defined(WIN32) @@ -378,7 +378,7 @@ std::string HelpMessage(HelpMessageMode mode) strUsage += " " + _("If is not supplied, output all debugging information.") + "\n"; strUsage += " " + _(" can be:\n"); strUsage += " addrman, alert, bench, coindb, db, lock, rand, rpc, selectcoins, mempool, net,\n"; // Don't translate these and qt below - strUsage += " dash (or specifically: darksend, instantx, masternode, keepass, mnpayments, mnbudget)"; // Don't translate these and qt below + strUsage += " SarmaCoins (or specifically: darksend, instantx, masternode, keepass, mnpayments, mnbudget)"; // Don't translate these and qt below if (mode == HMM_BITCOIN_QT) strUsage += ", qt"; strUsage += ".\n"; @@ -407,7 +407,7 @@ std::string HelpMessage(HelpMessageMode mode) } strUsage += " -shrinkdebugfile " + _("Shrink debug.log file on client startup (default: 1 when no -debug)") + "\n"; strUsage += " -testnet " + _("Use the test network") + "\n"; - strUsage += " -litemode= " + strprintf(_("Disable all Dash specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u)"), 0) + "\n"; + strUsage += " -litemode= " + strprintf(_("Disable all SarmaCoins specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u)"), 0) + "\n"; strUsage += "\n" + _("Masternode options:") + "\n"; strUsage += " -masternode= " + strprintf(_("Enable the client to act as a masternode (0-1, default: %u)"), 0) + "\n"; @@ -420,7 +420,7 @@ std::string HelpMessage(HelpMessageMode mode) strUsage += "\n" + _("Darksend options:") + "\n"; strUsage += " -enabledarksend= " + strprintf(_("Enable use of automated darksend for funds stored in this wallet (0-1, default: %u)"), 0) + "\n"; strUsage += " -darksendrounds= " + strprintf(_("Use N separate masternodes to anonymize funds (2-8, default: %u)"), 2) + "\n"; - strUsage += " -anonymizedashamount= " + strprintf(_("Keep N DASH anonymized (default: %u)"), 0) + "\n"; + strUsage += " -anonymizeSarmaCoinsamount= " + strprintf(_("Keep N DASH anonymized (default: %u)"), 0) + "\n"; strUsage += " -liquidityprovider= " + strprintf(_("Provide liquidity to Darksend by infrequently mixing coins on a continual basis (0-100, default: %u, 1=very frequent, high fees, 100=very infrequent, low fees)"), 0) + "\n"; strUsage += "\n" + _("InstantX options:") + "\n"; @@ -460,7 +460,7 @@ std::string LicenseInfo() { return FormatParagraph(strprintf(_("Copyright (C) 2009-%i The Bitcoin Core Developers"), COPYRIGHT_YEAR)) + "\n" + "\n" + - FormatParagraph(strprintf(_("Copyright (C) 2014-%i The Dash Core Developers"), COPYRIGHT_YEAR)) + "\n" + + FormatParagraph(strprintf(_("Copyright (C) 2014-%i The SarmaCoins Core Developers"), COPYRIGHT_YEAR)) + "\n" + "\n" + FormatParagraph(_("This is experimental software.")) + "\n" + "\n" + @@ -493,7 +493,7 @@ struct CImportingNow void ThreadImport(std::vector vImportFiles) { - RenameThread("dash-loadblk"); + RenameThread("SarmaCoins-loadblk"); // -reindex if (fReindex) { @@ -551,7 +551,7 @@ void ThreadImport(std::vector vImportFiles) } /** Sanity checks - * Ensure that Dash is running in a usable environment with all + * Ensure that SarmaCoins is running in a usable environment with all * necessary library support. */ bool InitSanityCheck(void) @@ -569,7 +569,7 @@ bool InitSanityCheck(void) -/** Initialize dash. +/** Initialize SarmaCoins. * @pre Parameters should be parsed and config file should be read. */ bool AppInit2(boost::thread_group& threadGroup) @@ -826,7 +826,7 @@ bool AppInit2(boost::thread_group& threadGroup) // Sanity check if (!InitSanityCheck()) - return InitError(_("Initialization sanity check failed. Dash Core is shutting down.")); + return InitError(_("Initialization sanity check failed. SarmaCoins Core is shutting down.")); std::string strDataDir = GetDataDir().string(); #ifdef ENABLE_WALLET @@ -834,7 +834,7 @@ bool AppInit2(boost::thread_group& threadGroup) if (strWalletFile != boost::filesystem::basename(strWalletFile) + boost::filesystem::extension(strWalletFile)) return InitError(strprintf(_("Wallet %s resides outside data directory %s"), strWalletFile, strDataDir)); #endif - // Make sure only a single Dash process is using the data directory. + // Make sure only a single SarmaCoins process is using the data directory. boost::filesystem::path pathLockFile = GetDataDir() / ".lock"; FILE* file = fopen(pathLockFile.string().c_str(), "a"); // empty lock file; created if it doesn't exist. if (file) fclose(file); @@ -842,7 +842,7 @@ bool AppInit2(boost::thread_group& threadGroup) // Wait maximum 10 seconds if an old wallet is still running. Avoids lockup during restart if (!lock.timed_lock(boost::get_system_time() + boost::posix_time::seconds(10))) - return InitError(strprintf(_("Cannot obtain a lock on data directory %s. Dash Core is probably already running."), strDataDir)); + return InitError(strprintf(_("Cannot obtain a lock on data directory %s. SarmaCoins Core is probably already running."), strDataDir)); #ifndef WIN32 CreatePidFile(GetPidFile(), getpid()); @@ -850,7 +850,7 @@ bool AppInit2(boost::thread_group& threadGroup) if (GetBoolArg("-shrinkdebugfile", !fDebug)) ShrinkDebugFile(); LogPrintf("\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n"); - LogPrintf("Dash version %s (%s)\n", FormatFullVersion(), CLIENT_DATE); + LogPrintf("SarmaCoins version %s (%s)\n", FormatFullVersion(), CLIENT_DATE); LogPrintf("Using OpenSSL version %s\n", SSLeay_version(SSLEAY_VERSION)); #ifdef ENABLE_WALLET LogPrintf("Using BerkeleyDB version %s\n", DbEnv::version(0, 0, 0)); @@ -1295,10 +1295,10 @@ bool AppInit2(boost::thread_group& threadGroup) InitWarning(msg); } else if (nLoadWalletRet == DB_TOO_NEW) - strErrors << _("Error loading wallet.dat: Wallet requires newer version of Dash Core") << "\n"; + strErrors << _("Error loading wallet.dat: Wallet requires newer version of SarmaCoins Core") << "\n"; else if (nLoadWalletRet == DB_NEED_REWRITE) { - strErrors << _("Wallet needed to be rewritten: restart Dash Core to complete") << "\n"; + strErrors << _("Wallet needed to be rewritten: restart SarmaCoins Core to complete") << "\n"; LogPrintf("%s", strErrors.str()); return InitError(strErrors.str()); } @@ -1535,7 +1535,7 @@ bool AppInit2(boost::thread_group& threadGroup) nDarksendRounds = 99999; } - nAnonymizeDarkcoinAmount = GetArg("-anonymizedashamount", 0); + nAnonymizeDarkcoinAmount = GetArg("-anonymizeSarmaCoinsamount", 0); if(nAnonymizeDarkcoinAmount > 999999) nAnonymizeDarkcoinAmount = 999999; if(nAnonymizeDarkcoinAmount < 2) nAnonymizeDarkcoinAmount = 2; @@ -1552,7 +1552,7 @@ bool AppInit2(boost::thread_group& threadGroup) LogPrintf("fLiteMode %d\n", fLiteMode); LogPrintf("nInstantXDepth %d\n", nInstantXDepth); LogPrintf("Darksend rounds %d\n", nDarksendRounds); - LogPrintf("Anonymize Dash Amount %d\n", nAnonymizeDarkcoinAmount); + LogPrintf("Anonymize SarmaCoins Amount %d\n", nAnonymizeDarkcoinAmount); LogPrintf("Budget Mode %s\n", strBudgetMode.c_str()); /* Denominations diff --git a/src/instantx.h b/src/instantx.h index b81f4d745aaf6..c56291ab59c7e 100644 --- a/src/instantx.h +++ b/src/instantx.h @@ -1,5 +1,5 @@ -// Copyright (c) 2009-2012 The Dash developers +// Copyright (c) 2009-2012 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef INSTANTX_H diff --git a/src/keepass.cpp b/src/keepass.cpp index a4453fa89ea76..16d7f2b55c442 100644 --- a/src/keepass.cpp +++ b/src/keepass.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014 The Dash developers +// Copyright (c) 2014 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -184,7 +184,7 @@ std::string CKeePassIntegrator::constructHTTPPost(const std::string& strMsg, con { std::ostringstream s; s << "POST / HTTP/1.1\r\n" - << "User-Agent: dash-json-rpc/" << FormatFullVersion() << "\r\n" + << "User-Agent: SarmaCoins-json-rpc/" << FormatFullVersion() << "\r\n" << "Host: localhost\r\n" << "Content-Type: application/json\r\n" << "Content-Length: " << strMsg.size() << "\r\n" @@ -343,7 +343,7 @@ void CKeePassIntegrator::rpcSetLogin(const SecureString& strWalletPass, const Se LogPrint("keepass", "CKeePassIntegrator::rpcSetLogin - send Url: %s\n", sUrl); //request.addStrParameter("SubmitUrl", sSubmitUrl); // Is used to construct the entry title - request.addStrParameter("Login", SecureString("dash")); + request.addStrParameter("Login", SecureString("SarmaCoins")); request.addStrParameter("Password", strWalletPass); if(sEntryId.size() != 0) { diff --git a/src/keepass.h b/src/keepass.h index 0347e173fce4c..baba5ccf10d37 100644 --- a/src/keepass.h +++ b/src/keepass.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 The Dash developers +// Copyright (c) 2014 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/main.cpp b/src/main.cpp index a55fd367aa6e8..8f756a91e9f85 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -39,7 +39,7 @@ using namespace boost; using namespace std; #if defined(NDEBUG) -# error "Dash cannot be compiled without assertions." +# error "SarmaCoins cannot be compiled without assertions." #endif /** @@ -2013,7 +2013,7 @@ bool FindUndoPos(CValidationState &state, int nFile, CDiskBlockPos &pos, unsigne static CCheckQueue scriptcheckqueue(128); void ThreadScriptCheck() { - RenameThread("dash-scriptch"); + RenameThread("SarmaCoins-scriptch"); scriptcheckqueue.Thread(); } diff --git a/src/main.h b/src/main.h index f08c15e7af7e1..2767ca7eb5f3e 100644 --- a/src/main.h +++ b/src/main.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -8,7 +8,7 @@ #define BITCOIN_MAIN_H #if defined(HAVE_CONFIG_H) -#include "config/dash-config.h" +#include "config/SarmaCoins-config.h" #endif #include "amount.h" diff --git a/src/masternode-budget.cpp b/src/masternode-budget.cpp index 4655e3e7cfb6e..10064f7c7bfdf 100644 --- a/src/masternode-budget.cpp +++ b/src/masternode-budget.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/masternode-budget.h b/src/masternode-budget.h index e75d36b7440a9..56746e6da8916 100644 --- a/src/masternode-budget.h +++ b/src/masternode-budget.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -261,7 +261,7 @@ class CFinalizedBudget //check to see if we should vote on this void AutoCheck(); - //total dash paid out by this budget + //total SarmaCoins paid out by this budget CAmount GetTotalPayout(); //vote on this finalized budget as a masternode void SubmitVote(); diff --git a/src/masternode-payments.cpp b/src/masternode-payments.cpp index 5e756cf97ea22..260e681ecddf8 100644 --- a/src/masternode-payments.cpp +++ b/src/masternode-payments.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/masternode-payments.h b/src/masternode-payments.h index e4783a5a81ee1..d59531e3f3e39 100644 --- a/src/masternode-payments.h +++ b/src/masternode-payments.h @@ -1,6 +1,6 @@ -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef MASTERNODE_PAYMENTS_H diff --git a/src/masternode-sync.cpp b/src/masternode-sync.cpp index 2359ec31b1900..809e2f3c946d1 100644 --- a/src/masternode-sync.cpp +++ b/src/masternode-sync.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/masternode-sync.h b/src/masternode-sync.h index 1ea6b015d6d6f..45e11e1f1cee6 100644 --- a/src/masternode-sync.h +++ b/src/masternode-sync.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/masternode.cpp b/src/masternode.cpp index f65f052c1d26e..8195cdabf6b71 100644 --- a/src/masternode.cpp +++ b/src/masternode.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/masternode.h b/src/masternode.h index 0bdf396691a46..1f00f49021608 100644 --- a/src/masternode.h +++ b/src/masternode.h @@ -1,5 +1,5 @@ -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef MASTERNODE_H diff --git a/src/masternodeconfig.h b/src/masternodeconfig.h index 59e7012c300b6..67bff7b1d716c 100644 --- a/src/masternodeconfig.h +++ b/src/masternodeconfig.h @@ -1,5 +1,5 @@ -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/masternodeman.cpp b/src/masternodeman.cpp index 429df7d002b5b..ae7a418cc4680 100644 --- a/src/masternodeman.cpp +++ b/src/masternodeman.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/masternodeman.h b/src/masternodeman.h index 033f197c92003..f911f71b312e1 100644 --- a/src/masternodeman.h +++ b/src/masternodeman.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/miner.cpp b/src/miner.cpp index 7c9accbd19e80..6621386d456f5 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -28,7 +28,7 @@ using namespace std; ////////////////////////////////////////////////////////////////////////////// // -// DashMiner +// SarmaCoinsMiner // // @@ -377,7 +377,7 @@ void IncrementExtraNonce(CBlock* pblock, CBlockIndex* pindexPrev, unsigned int& double dHashesPerSec = 0.0; int64_t nHPSTimerStart = 0; -// ***TODO*** ScanHash is not yet used in Dash +// ***TODO*** ScanHash is not yet used in SarmaCoins // // ScanHash scans nonces looking for a hash with at least some zero bits. // The nonce is usually preserved between calls, but periodically or if the @@ -432,7 +432,7 @@ bool ProcessBlockFound(CBlock* pblock, CWallet& wallet, CReserveKey& reservekey) { LOCK(cs_main); if (pblock->hashPrevBlock != chainActive.Tip()->GetBlockHash()) - return error("DashMiner : generated block is stale"); + return error("SarmaCoinsMiner : generated block is stale"); } // Remove key from key pool @@ -447,7 +447,7 @@ bool ProcessBlockFound(CBlock* pblock, CWallet& wallet, CReserveKey& reservekey) // Process this block the same as if we had received it from another node CValidationState state; if (!ProcessNewBlock(state, NULL, pblock)) - return error("DashMiner : ProcessNewBlock, block not accepted"); + return error("SarmaCoinsMiner : ProcessNewBlock, block not accepted"); return true; } @@ -455,9 +455,9 @@ bool ProcessBlockFound(CBlock* pblock, CWallet& wallet, CReserveKey& reservekey) // ***TODO*** that part changed in bitcoin, we are using a mix with old one here for now void static BitcoinMiner(CWallet *pwallet) { - LogPrintf("DashMiner started\n"); + LogPrintf("SarmaCoinsMiner started\n"); SetThreadPriority(THREAD_PRIORITY_LOWEST); - RenameThread("dash-miner"); + RenameThread("SarmaCoins-miner"); // Each thread has its own key and counter CReserveKey reservekey(pwallet); @@ -490,13 +490,13 @@ void static BitcoinMiner(CWallet *pwallet) auto_ptr pblocktemplate(CreateNewBlockWithKey(reservekey)); if (!pblocktemplate.get()) { - LogPrintf("Error in DashMiner: Keypool ran out, please call keypoolrefill before restarting the mining thread\n"); + LogPrintf("Error in SarmaCoinsMiner: Keypool ran out, please call keypoolrefill before restarting the mining thread\n"); return; } CBlock *pblock = &pblocktemplate->block; IncrementExtraNonce(pblock, pindexPrev, nExtraNonce); - LogPrintf("Running DashMiner with %u transactions in block (%u bytes)\n", pblock->vtx.size(), + LogPrintf("Running SarmaCoinsMiner with %u transactions in block (%u bytes)\n", pblock->vtx.size(), ::GetSerializeSize(*pblock, SER_NETWORK, PROTOCOL_VERSION)); // @@ -587,7 +587,7 @@ void static BitcoinMiner(CWallet *pwallet) } catch (boost::thread_interrupted) { - LogPrintf("DashMiner terminated\n"); + LogPrintf("SarmaCoinsMiner terminated\n"); throw; } catch (const std::runtime_error &e) diff --git a/src/net.cpp b/src/net.cpp index 3f39f399c5d9c..48ee548525ef7 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -1,11 +1,11 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) -#include "config/dash-config.h" +#include "config/SarmaCoins-config.h" #endif #include "net.h" @@ -565,7 +565,7 @@ void CNode::copyStats(CNodeStats &stats) nPingUsecWait = GetTimeMicros() - nPingUsecStart; } - // Raw ping time is in microseconds, but show it to user as whole seconds (Dash users should be well used to small numbers with many decimal places by now :) + // Raw ping time is in microseconds, but show it to user as whole seconds (SarmaCoins users should be well used to small numbers with many decimal places by now :) stats.dPingTime = (((double)nPingUsecTime) / 1e6); stats.dPingWait = (((double)nPingUsecWait) / 1e6); @@ -1080,7 +1080,7 @@ void ThreadMapPort() } } - string strDesc = "Dash " + FormatFullVersion(); + string strDesc = "SarmaCoins " + FormatFullVersion(); try { while (true) { @@ -1577,7 +1577,7 @@ bool BindListenPort(const CService &addrBind, string& strError, bool fWhiteliste { int nErr = WSAGetLastError(); if (nErr == WSAEADDRINUSE) - strError = strprintf(_("Unable to bind to %s on this computer. Dash Core is probably already running."), addrBind.ToString()); + strError = strprintf(_("Unable to bind to %s on this computer. SarmaCoins Core is probably already running."), addrBind.ToString()); else strError = strprintf(_("Unable to bind to %s on this computer (bind returned error %s)"), addrBind.ToString(), NetworkErrorString(nErr)); LogPrintf("%s\n", strError); diff --git a/src/netbase.cpp b/src/netbase.cpp index 5436d2dca0a03..ef653cb52383c 100644 --- a/src/netbase.cpp +++ b/src/netbase.cpp @@ -4,7 +4,7 @@ // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifdef HAVE_CONFIG_H -#include "config/dash-config.h" +#include "config/SarmaCoins-config.h" #endif #include "netbase.h" diff --git a/src/netbase.h b/src/netbase.h index 2a2f150c073ae..90f853e2f5b9d 100644 --- a/src/netbase.h +++ b/src/netbase.h @@ -6,7 +6,7 @@ #define BITCOIN_NETBASE_H #if defined(HAVE_CONFIG_H) -#include "config/dash-config.h" +#include "config/SarmaCoins-config.h" #endif #include "compat.h" diff --git a/src/noui.cpp b/src/noui.cpp index a73a4e69efc64..9a47fe17722f4 100644 --- a/src/noui.cpp +++ b/src/noui.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -47,7 +47,7 @@ static void noui_InitMessage(const std::string& message) void noui_connect() { - // Connect dashd signal handlers + // Connect SarmaCoinsd signal handlers uiInterface.ThreadSafeMessageBox.connect(noui_ThreadSafeMessageBox); uiInterface.InitMessage.connect(noui_InitMessage); } diff --git a/src/pow.cpp b/src/pow.cpp index a972e93cb93b2..0c2612b41db1b 100644 --- a/src/pow.cpp +++ b/src/pow.cpp @@ -80,7 +80,7 @@ unsigned int static KimotoGravityWell(const CBlockIndex* pindexLast) { } unsigned int static DarkGravityWave(const CBlockIndex* pindexLast) { - /* current difficulty formula, dash - DarkGravity v3, written by Evan Duffield - evan@SarmaCoins.io */ + /* current difficulty formula, SarmaCoins - DarkGravity v3, written by Evan Duffield - evan@SarmaCoins.io */ const CBlockIndex *BlockLastSolved = pindexLast; const CBlockIndex *BlockReading = pindexLast; int64_t nActualTimespan = 0; diff --git a/src/qt/addressbookpage.cpp b/src/qt/addressbookpage.cpp index bb4c429293be7..0f2db85e821f5 100644 --- a/src/qt/addressbookpage.cpp +++ b/src/qt/addressbookpage.cpp @@ -1,10 +1,10 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) -#include "config/dash-config.h" +#include "config/SarmaCoins-config.h" #endif #include "addressbookpage.h" @@ -62,11 +62,11 @@ AddressBookPage::AddressBookPage(Mode mode, Tabs tab, QWidget *parent) : switch(tab) { case SendingTab: - ui->labelExplanation->setText(tr("These are your Dash addresses for sending payments. Always check the amount and the receiving address before sending coins.")); + ui->labelExplanation->setText(tr("These are your SarmaCoins addresses for sending payments. Always check the amount and the receiving address before sending coins.")); ui->deleteAddress->setVisible(true); break; case ReceivingTab: - ui->labelExplanation->setText(tr("These are your Dash addresses for receiving payments. It is recommended to use a new receiving address for each transaction.")); + ui->labelExplanation->setText(tr("These are your SarmaCoins addresses for receiving payments. It is recommended to use a new receiving address for each transaction.")); ui->deleteAddress->setVisible(false); break; } diff --git a/src/qt/addresstablemodel.cpp b/src/qt/addresstablemodel.cpp index e48f6e91212b5..35aaac34e29c4 100644 --- a/src/qt/addresstablemodel.cpp +++ b/src/qt/addresstablemodel.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -337,7 +337,7 @@ QModelIndex AddressTableModel::index(int row, int column, const QModelIndex &par void AddressTableModel::updateEntry(const QString &address, const QString &label, bool isMine, const QString &purpose, int status) { - // Update address book model from Dash core + // Update address book model from SarmaCoins core priv->updateEntry(address, label, isMine, purpose, status); } diff --git a/src/qt/askpassphrasedialog.cpp b/src/qt/askpassphrasedialog.cpp index 0a983de5a988b..3c0093e260ad5 100644 --- a/src/qt/askpassphrasedialog.cpp +++ b/src/qt/askpassphrasedialog.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -124,9 +124,9 @@ void AskPassphraseDialog::accept() { QMessageBox::warning(this, tr("Wallet encrypted"), "" + - tr("Dash will close now to finish the encryption process. " + tr("SarmaCoins will close now to finish the encryption process. " "Remember that encrypting your wallet cannot fully protect " - "your dashs from being stolen by malware infecting your computer.") + + "your SarmaCoinss from being stolen by malware infecting your computer.") + "

" + tr("IMPORTANT: Any previous backups you have made of your wallet file " "should be replaced with the newly generated, encrypted wallet file. " diff --git a/src/qt/bitcoinaddressvalidator.cpp b/src/qt/bitcoinaddressvalidator.cpp index 80c6ff115c9af..36ac7d45c3647 100644 --- a/src/qt/bitcoinaddressvalidator.cpp +++ b/src/qt/bitcoinaddressvalidator.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -89,7 +89,7 @@ BitcoinAddressCheckValidator::BitcoinAddressCheckValidator(QObject *parent) : QValidator::State BitcoinAddressCheckValidator::validate(QString &input, int &pos) const { Q_UNUSED(pos); - // Validate the passed Dash address + // Validate the passed SarmaCoins address CBitcoinAddress addr(input.toStdString()); if (addr.IsValid()) return QValidator::Acceptable; diff --git a/src/qt/bitcoingui.cpp b/src/qt/bitcoingui.cpp index 754a6604236ac..046a42e37c719 100644 --- a/src/qt/bitcoingui.cpp +++ b/src/qt/bitcoingui.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -104,7 +104,7 @@ BitcoinGUI::BitcoinGUI(const NetworkStyle *networkStyle, QWidget *parent) : GUIUtil::restoreWindowGeometry("nWindow", QSize(850, 550), this); - QString windowTitle = tr("Dash Core") + " - "; + QString windowTitle = tr("SarmaCoins Core") + " - "; #ifdef ENABLE_WALLET /* if compiled with wallet support, -disablewallet can still disable the wallet */ enableWallet = !GetBoolArg("-disablewallet", false); @@ -271,7 +271,7 @@ void BitcoinGUI::createActions(const NetworkStyle *networkStyle) tabGroup->addAction(overviewAction); sendCoinsAction = new QAction(QIcon(":/icons/send"), tr("&Send"), this); - sendCoinsAction->setStatusTip(tr("Send coins to a Dash address")); + sendCoinsAction->setStatusTip(tr("Send coins to a SarmaCoins address")); sendCoinsAction->setToolTip(sendCoinsAction->statusTip()); sendCoinsAction->setCheckable(true); #ifdef Q_OS_MAC @@ -282,7 +282,7 @@ void BitcoinGUI::createActions(const NetworkStyle *networkStyle) tabGroup->addAction(sendCoinsAction); receiveCoinsAction = new QAction(QIcon(":/icons/receiving_addresses"), tr("&Receive"), this); - receiveCoinsAction->setStatusTip(tr("Request payments (generates QR codes and dash: URIs)")); + receiveCoinsAction->setStatusTip(tr("Request payments (generates QR codes and SarmaCoins: URIs)")); receiveCoinsAction->setToolTip(receiveCoinsAction->statusTip()); receiveCoinsAction->setCheckable(true); #ifdef Q_OS_MAC @@ -320,8 +320,8 @@ void BitcoinGUI::createActions(const NetworkStyle *networkStyle) quitAction->setStatusTip(tr("Quit application")); quitAction->setShortcut(QKeySequence(Qt::CTRL + Qt::Key_Q)); quitAction->setMenuRole(QAction::QuitRole); - aboutAction = new QAction(networkStyle->getAppIcon(), tr("&About Dash Core"), this); - aboutAction->setStatusTip(tr("Show information about Dash Core")); + aboutAction = new QAction(networkStyle->getAppIcon(), tr("&About SarmaCoins Core"), this); + aboutAction->setStatusTip(tr("Show information about SarmaCoins Core")); aboutAction->setMenuRole(QAction::AboutRole); #if QT_VERSION < 0x050000 aboutQtAction = new QAction(QIcon(":/trolltech/qmessagebox/images/qtlogo-64.png"), tr("About &Qt"), this); @@ -331,7 +331,7 @@ void BitcoinGUI::createActions(const NetworkStyle *networkStyle) aboutQtAction->setStatusTip(tr("Show information about Qt")); aboutQtAction->setMenuRole(QAction::AboutQtRole); optionsAction = new QAction(QIcon(":/icons/options"), tr("&Options..."), this); - optionsAction->setStatusTip(tr("Modify configuration options for Dash")); + optionsAction->setStatusTip(tr("Modify configuration options for SarmaCoins")); optionsAction->setMenuRole(QAction::PreferencesRole); toggleHideAction = new QAction(networkStyle->getAppIcon(), tr("&Show / Hide"), this); toggleHideAction->setStatusTip(tr("Show or hide the main Window")); @@ -347,9 +347,9 @@ void BitcoinGUI::createActions(const NetworkStyle *networkStyle) unlockWalletAction->setToolTip(tr("Unlock wallet")); lockWalletAction = new QAction(tr("&Lock Wallet"), this); signMessageAction = new QAction(QIcon(":/icons/edit"), tr("Sign &message..."), this); - signMessageAction->setStatusTip(tr("Sign messages with your Dash addresses to prove you own them")); + signMessageAction->setStatusTip(tr("Sign messages with your SarmaCoins addresses to prove you own them")); verifyMessageAction = new QAction(QIcon(":/icons/transaction_0"), tr("&Verify message..."), this); - verifyMessageAction->setStatusTip(tr("Verify messages to ensure they were signed with specified Dash addresses")); + verifyMessageAction->setStatusTip(tr("Verify messages to ensure they were signed with specified SarmaCoins addresses")); openInfoAction = new QAction(QApplication::style()->standardIcon(QStyle::SP_MessageBoxInformation), tr("&Information"), this); openInfoAction->setStatusTip(tr("Show diagnostic information")); @@ -372,11 +372,11 @@ void BitcoinGUI::createActions(const NetworkStyle *networkStyle) usedReceivingAddressesAction->setStatusTip(tr("Show the list of used receiving addresses and labels")); openAction = new QAction(QApplication::style()->standardIcon(QStyle::SP_FileIcon), tr("Open &URI..."), this); - openAction->setStatusTip(tr("Open a dash: URI or payment request")); + openAction->setStatusTip(tr("Open a SarmaCoins: URI or payment request")); showHelpMessageAction = new QAction(QApplication::style()->standardIcon(QStyle::SP_MessageBoxInformation), tr("&Command-line options"), this); showHelpMessageAction->setMenuRole(QAction::NoRole); - showHelpMessageAction->setStatusTip(tr("Show the Dash Core help message to get a list with possible Dash command-line options")); + showHelpMessageAction->setStatusTip(tr("Show the SarmaCoins Core help message to get a list with possible SarmaCoins command-line options")); connect(quitAction, SIGNAL(triggered()), qApp, SLOT(quit())); connect(aboutAction, SIGNAL(triggered()), this, SLOT(aboutClicked())); @@ -570,7 +570,7 @@ void BitcoinGUI::createTrayIcon(const NetworkStyle *networkStyle) { #ifndef Q_OS_MAC trayIcon = new QSystemTrayIcon(this); - QString toolTip = tr("Dash Core client") + " " + networkStyle->getTitleAddText(); + QString toolTip = tr("SarmaCoins Core client") + " " + networkStyle->getTitleAddText(); trayIcon->setToolTip(toolTip); trayIcon->setIcon(networkStyle->getAppIcon()); trayIcon->show(); @@ -717,7 +717,7 @@ void BitcoinGUI::setNumConnections(int count) } QIcon connectionItem = QIcon(icon).pixmap(STATUSBAR_ICONSIZE,STATUSBAR_ICONSIZE); labelConnectionsIcon->setIcon(connectionItem); - labelConnectionsIcon->setToolTip(tr("%n active connection(s) to Dash network", "", count)); + labelConnectionsIcon->setToolTip(tr("%n active connection(s) to SarmaCoins network", "", count)); } void BitcoinGUI::setNumBlocks(int count) @@ -856,7 +856,7 @@ void BitcoinGUI::setNumBlocks(int count) void BitcoinGUI::message(const QString &title, const QString &message, unsigned int style, bool *ret) { - QString strTitle = tr("Dash Core"); // default title + QString strTitle = tr("SarmaCoins Core"); // default title // Default to information icon int nMBoxIcon = QMessageBox::Information; int nNotifyIcon = Notificator::Information; @@ -882,7 +882,7 @@ void BitcoinGUI::message(const QString &title, const QString &message, unsigned break; } } - // Append title to "Dash - " + // Append title to "SarmaCoins - " if (!msgType.isEmpty()) strTitle += " - " + msgType; diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h index d58c87cf77639..40cbc615759dd 100644 --- a/src/qt/bitcoingui.h +++ b/src/qt/bitcoingui.h @@ -6,7 +6,7 @@ #define BITCOIN_QT_BITCOINGUI_H #if defined(HAVE_CONFIG_H) -#include "config/dash-config.h" +#include "config/SarmaCoins-config.h" #endif #include "amount.h" diff --git a/src/qt/bitcoinunits.cpp b/src/qt/bitcoinunits.cpp index 9616b7cd90da7..5525f45c1afef 100644 --- a/src/qt/bitcoinunits.cpp +++ b/src/qt/bitcoinunits.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -44,9 +44,9 @@ QString BitcoinUnits::id(int unit) { switch(unit) { - case DASH: return QString("dash"); - case mDASH: return QString("mdash"); - case uDASH: return QString::fromUtf8("udash"); + case DASH: return QString("SarmaCoins"); + case mDASH: return QString("mSarmaCoins"); + case uDASH: return QString::fromUtf8("uSarmaCoins"); case duffs: return QString("duffs"); default: return QString("???"); } @@ -84,10 +84,10 @@ QString BitcoinUnits::description(int unit) { switch(unit) { - case DASH: return QString("Dash"); - case mDASH: return QString("Milli-Dash (1 / 1" THIN_SP_UTF8 "000)"); - case uDASH: return QString("Micro-Dash (1 / 1" THIN_SP_UTF8 "000" THIN_SP_UTF8 "000)"); - case duffs: return QString("Ten Nano-Dash (1 / 100" THIN_SP_UTF8 "000" THIN_SP_UTF8 "000)"); + case DASH: return QString("SarmaCoins"); + case mDASH: return QString("Milli-SarmaCoins (1 / 1" THIN_SP_UTF8 "000)"); + case uDASH: return QString("Micro-SarmaCoins (1 / 1" THIN_SP_UTF8 "000" THIN_SP_UTF8 "000)"); + case duffs: return QString("Ten Nano-SarmaCoins (1 / 100" THIN_SP_UTF8 "000" THIN_SP_UTF8 "000)"); default: return QString("???"); } } @@ -95,10 +95,10 @@ QString BitcoinUnits::description(int unit) { switch(unit) { - case DASH: return QString("TestDashs"); - case mDASH: return QString("Milli-TestDash (1 / 1" THIN_SP_UTF8 "000)"); - case uDASH: return QString("Micro-TestDash (1 / 1" THIN_SP_UTF8 "000" THIN_SP_UTF8 "000)"); - case duffs: return QString("Ten Nano-TestDash (1 / 100" THIN_SP_UTF8 "000" THIN_SP_UTF8 "000)"); + case DASH: return QString("TestSarmaCoinss"); + case mDASH: return QString("Milli-TestSarmaCoins (1 / 1" THIN_SP_UTF8 "000)"); + case uDASH: return QString("Micro-TestSarmaCoins (1 / 1" THIN_SP_UTF8 "000" THIN_SP_UTF8 "000)"); + case duffs: return QString("Ten Nano-TestSarmaCoins (1 / 100" THIN_SP_UTF8 "000" THIN_SP_UTF8 "000)"); default: return QString("???"); } } diff --git a/src/qt/bitcoinunits.h b/src/qt/bitcoinunits.h index 483f05559074f..50e3bf4c05286 100644 --- a/src/qt/bitcoinunits.h +++ b/src/qt/bitcoinunits.h @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -42,7 +42,7 @@ #define THIN_SP_UTF8 REAL_THIN_SP_UTF8 #define THIN_SP_HTML HTML_HACK_SP -/** Dash unit definitions. Encapsulates parsing and formatting +/** SarmaCoins unit definitions. Encapsulates parsing and formatting and serves as list model for drop-down selection boxes. */ class BitcoinUnits: public QAbstractListModel @@ -52,7 +52,7 @@ class BitcoinUnits: public QAbstractListModel public: explicit BitcoinUnits(QObject *parent); - /** Dash units. + /** SarmaCoins units. @note Source: https://en.bitcoin.it/wiki/Units . Please add only sensible ones */ enum Unit diff --git a/src/qt/clientmodel.cpp b/src/qt/clientmodel.cpp index 299d147cb30ee..eb78243384b5c 100644 --- a/src/qt/clientmodel.cpp +++ b/src/qt/clientmodel.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/clientmodel.h b/src/qt/clientmodel.h index b074441652051..e3d4373d468fd 100644 --- a/src/qt/clientmodel.h +++ b/src/qt/clientmodel.h @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -34,7 +34,7 @@ enum NumConnections { CONNECTIONS_ALL = (CONNECTIONS_IN | CONNECTIONS_OUT), }; -/** Model for Dash network client. */ +/** Model for SarmaCoins network client. */ class ClientModel : public QObject { Q_OBJECT diff --git a/src/qt/coincontroldialog.cpp b/src/qt/coincontroldialog.cpp index f21483759f21e..fab1e1250f2bf 100644 --- a/src/qt/coincontroldialog.cpp +++ b/src/qt/coincontroldialog.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -786,7 +786,7 @@ void CoinControlDialog::updateView() { sAddress = QString::fromStdString(CBitcoinAddress(outputAddress).ToString()); - // if listMode or change => show dash address. In tree mode, address is not shown again for direct wallet address outputs + // if listMode or change => show SarmaCoins address. In tree mode, address is not shown again for direct wallet address outputs if (!treeMode || (!(sAddress == sWalletAddress))) itemOutput->setText(COLUMN_ADDRESS, sAddress); diff --git a/src/qt/darksendconfig.cpp b/src/qt/darksendconfig.cpp index 5929efa139846..8d0d48d97b500 100644 --- a/src/qt/darksendconfig.cpp +++ b/src/qt/darksendconfig.cpp @@ -42,7 +42,7 @@ void DarksendConfig::clickBasic() model->getOptionsModel()->getDisplayUnit(), 1000 * COIN)); QMessageBox::information(this, tr("Darksend Configuration"), tr( - "Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen." + "Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening SarmaCoins's configuration screen." ).arg(strAmount) ); @@ -57,7 +57,7 @@ void DarksendConfig::clickHigh() model->getOptionsModel()->getDisplayUnit(), 1000 * COIN)); QMessageBox::information(this, tr("Darksend Configuration"), tr( - "Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen." + "Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening SarmaCoins's configuration screen." ).arg(strAmount) ); @@ -72,7 +72,7 @@ void DarksendConfig::clickMax() model->getOptionsModel()->getDisplayUnit(), 1000 * COIN)); QMessageBox::information(this, tr("Darksend Configuration"), tr( - "Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen." + "Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening SarmaCoins's configuration screen." ).arg(strAmount) ); diff --git a/src/qt/dash.cpp b/src/qt/dash.cpp index 9e6d9395bbeef..4ab222d4656a8 100644 --- a/src/qt/dash.cpp +++ b/src/qt/dash.cpp @@ -1,10 +1,10 @@ // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) -#include "config/dash-config.h" +#include "config/SarmaCoins-config.h" #endif #include "bitcoingui.h" @@ -90,7 +90,7 @@ static void InitMessage(const std::string &message) */ static std::string Translate(const char* psz) { - return QCoreApplication::translate("dash-core", psz).toStdString(); + return QCoreApplication::translate("SarmaCoins-core", psz).toStdString(); } static QString GetLangTerritory() @@ -138,11 +138,11 @@ static void initTranslations(QTranslator &qtTranslatorBase, QTranslator &qtTrans if (qtTranslator.load("qt_" + lang_territory, QLibraryInfo::location(QLibraryInfo::TranslationsPath))) QApplication::installTranslator(&qtTranslator); - // Load e.g. bitcoin_de.qm (shortcut "de" needs to be defined in dash.qrc) + // Load e.g. bitcoin_de.qm (shortcut "de" needs to be defined in SarmaCoins.qrc) if (translatorBase.load(lang, ":/translations/")) QApplication::installTranslator(&translatorBase); - // Load e.g. bitcoin_de_DE.qm (shortcut "de_DE" needs to be defined in dash.qrc) + // Load e.g. bitcoin_de_DE.qm (shortcut "de_DE" needs to be defined in SarmaCoins.qrc) if (translator.load(lang_territory, ":/translations/")) QApplication::installTranslator(&translator); } @@ -163,7 +163,7 @@ void DebugMessageHandler(QtMsgType type, const QMessageLogContext& context, cons } #endif -/** Class encapsulating Dash Core startup and shutdown. +/** Class encapsulating SarmaCoins Core startup and shutdown. * Allows running startup and shutdown in a different thread from the UI thread. */ class BitcoinCore: public QObject @@ -192,7 +192,7 @@ public slots: void handleRunawayException(std::exception *e); }; -/** Main Dash application object */ +/** Main SarmaCoins application object */ class BitcoinApplication: public QApplication { Q_OBJECT @@ -250,7 +250,7 @@ public slots: void startThread(); }; -#include "dash.moc" +#include "SarmaCoins.moc" BitcoinCore::BitcoinCore(): QObject() @@ -493,7 +493,7 @@ void BitcoinApplication::initializeResult(int retval) #ifdef ENABLE_WALLET // Now that initialization/startup is done, process any command-line - // dash: URIs or payment requests: + // SarmaCoins: URIs or payment requests: connect(paymentServer, SIGNAL(receivedPaymentRequest(SendCoinsRecipient)), window, SLOT(handlePaymentRequest(SendCoinsRecipient))); connect(window, SIGNAL(receivedURI(QString)), @@ -515,7 +515,7 @@ void BitcoinApplication::shutdownResult(int retval) void BitcoinApplication::handleRunawayException(const QString &message) { - QMessageBox::critical(0, "Runaway exception", BitcoinGUI::tr("A fatal error occurred. Dash can no longer continue safely and will quit.") + QString("\n\n") + message); + QMessageBox::critical(0, "Runaway exception", BitcoinGUI::tr("A fatal error occurred. SarmaCoins can no longer continue safely and will quit.") + QString("\n\n") + message); ::exit(1); } @@ -545,8 +545,8 @@ int main(int argc, char *argv[]) QTextCodec::setCodecForCStrings(QTextCodec::codecForTr()); #endif - Q_INIT_RESOURCE(dash); - Q_INIT_RESOURCE(dash_locale); + Q_INIT_RESOURCE(SarmaCoins); + Q_INIT_RESOURCE(SarmaCoins_locale); BitcoinApplication app(argc, argv); #if QT_VERSION > 0x050100 @@ -590,18 +590,18 @@ int main(int argc, char *argv[]) // User language is set up: pick a data directory Intro::pickDataDirectory(); - /// 6. Determine availability of data directory and parse dash.conf + /// 6. Determine availability of data directory and parse SarmaCoins.conf /// - Do not call GetDataDir(true) before this step finishes if (!boost::filesystem::is_directory(GetDataDir(false))) { - QMessageBox::critical(0, QObject::tr("Dash Core"), + QMessageBox::critical(0, QObject::tr("SarmaCoins Core"), QObject::tr("Error: Specified data directory \"%1\" does not exist.").arg(QString::fromStdString(mapArgs["-datadir"]))); return 1; } try { ReadConfigFile(mapArgs, mapMultiArgs); } catch(std::exception &e) { - QMessageBox::critical(0, QObject::tr("Dash Core"), + QMessageBox::critical(0, QObject::tr("SarmaCoins Core"), QObject::tr("Error: Cannot parse configuration file: %1. Only use key=value syntax.").arg(e.what())); return false; } @@ -614,7 +614,7 @@ int main(int argc, char *argv[]) // Check for -testnet or -regtest parameter (Params() calls are only valid after this clause) if (!SelectParamsFromCommandLine()) { - QMessageBox::critical(0, QObject::tr("Dash Core"), QObject::tr("Error: Invalid combination of -regtest and -testnet.")); + QMessageBox::critical(0, QObject::tr("SarmaCoins Core"), QObject::tr("Error: Invalid combination of -regtest and -testnet.")); return 1; } #ifdef ENABLE_WALLET @@ -633,7 +633,7 @@ int main(int argc, char *argv[]) /// 7a. parse masternode.conf string strErr; if(!masternodeConfig.read(strErr)) { - QMessageBox::critical(0, QObject::tr("Dash Core"), + QMessageBox::critical(0, QObject::tr("SarmaCoins Core"), QObject::tr("Error reading masternode configuration file: %1").arg(strErr.c_str())); return false; } @@ -648,7 +648,7 @@ int main(int argc, char *argv[]) exit(0); // Start up the payment server early, too, so impatient users that click on - // dash: links repeatedly have their payment requests routed to this process: + // SarmaCoins: links repeatedly have their payment requests routed to this process: app.createPaymentServer(); #endif @@ -680,7 +680,7 @@ int main(int argc, char *argv[]) app.createWindow(networkStyle.data()); app.requestInitialize(); #if defined(Q_OS_WIN) && QT_VERSION >= 0x050000 - WinShutdownMonitor::registerShutdownBlockReason(QObject::tr("Dash Core didn't yet exit safely..."), (HWND)app.getMainWinId()); + WinShutdownMonitor::registerShutdownBlockReason(QObject::tr("SarmaCoins Core didn't yet exit safely..."), (HWND)app.getMainWinId()); #endif app.exec(); app.requestShutdown(); diff --git a/src/qt/dash_locale.qrc b/src/qt/dash_locale.qrc deleted file mode 100644 index 9468b1c676efc..0000000000000 --- a/src/qt/dash_locale.qrc +++ /dev/null @@ -1,20 +0,0 @@ - - - locale/dash_bg.qm - locale/dash_de.qm - locale/dash_en.qm - locale/dash_es.qm - locale/dash_fi.qm - locale/dash_fr.qm - locale/dash_it.qm - locale/dash_ja.qm - locale/dash_pl.qm - locale/dash_pt.qm - locale/dash_ru.qm - locale/dash_sk.qm - locale/dash_sv.qm - locale/dash_vi.qm - locale/dash_zh_CN.qm - locale/dash_zh_TW.qm - - diff --git a/src/qt/dashstrings.cpp b/src/qt/dashstrings.cpp deleted file mode 100644 index feaba224a02b6..0000000000000 --- a/src/qt/dashstrings.cpp +++ /dev/null @@ -1,442 +0,0 @@ - - -#include - -// Automatically generated by extract_strings.py -#ifdef __GNUC__ -#define UNUSED __attribute__((unused)) -#else -#define UNUSED -#endif -static const char UNUSED *dash_strings[] = { -QT_TRANSLATE_NOOP("dash-core", "" -"(1 = keep tx meta data e.g. account owner and payment request information, 2 " -"= drop tx meta data)"), -QT_TRANSLATE_NOOP("dash-core", "" -"Allow JSON-RPC connections from specified source. Valid for are a " -"single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or " -"a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times"), -QT_TRANSLATE_NOOP("dash-core", "" -"An error occurred while setting up the RPC address %s port %u for listening: " -"%s"), -QT_TRANSLATE_NOOP("dash-core", "" -"Bind to given address and always listen on it. Use [host]:port notation for " -"IPv6"), -QT_TRANSLATE_NOOP("dash-core", "" -"Bind to given address and whitelist peers connecting to it. Use [host]:port " -"notation for IPv6"), -QT_TRANSLATE_NOOP("dash-core", "" -"Bind to given address to listen for JSON-RPC connections. Use [host]:port " -"notation for IPv6. This option can be specified multiple times (default: " -"bind to all interfaces)"), -QT_TRANSLATE_NOOP("dash-core", "" -"Cannot obtain a lock on data directory %s. Dash Core is probably already " -"running."), -QT_TRANSLATE_NOOP("dash-core", "" -"Change automatic finalized budget voting behavior. mode=auto: Vote for only " -"exact finalized budget match to my generated budget. (string, default: auto)"), -QT_TRANSLATE_NOOP("dash-core", "" -"Continuously rate-limit free transactions to *1000 bytes per minute " -"(default:%u)"), -QT_TRANSLATE_NOOP("dash-core", "" -"Create new files with system default permissions, instead of umask 077 (only " -"effective with disabled wallet functionality)"), -QT_TRANSLATE_NOOP("dash-core", "" -"Darksend uses exact denominated amounts to send funds, you might simply need " -"to anonymize some more coins."), -QT_TRANSLATE_NOOP("dash-core", "" -"Delete all wallet transactions and only recover those parts of the " -"blockchain through -rescan on startup"), -QT_TRANSLATE_NOOP("dash-core", "" -"Disable all Dash specific functionality (Masternodes, Darksend, InstantX, " -"Budgeting) (0-1, default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "" -"Distributed under the MIT software license, see the accompanying file " -"COPYING or ."), -QT_TRANSLATE_NOOP("dash-core", "" -"Enable instantx, show confirmations for locked transactions (bool, default: " -"%s)"), -QT_TRANSLATE_NOOP("dash-core", "" -"Enable use of automated darksend for funds stored in this wallet (0-1, " -"default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "" -"Enter regression test mode, which uses a special chain in which blocks can " -"be solved instantly."), -QT_TRANSLATE_NOOP("dash-core", "" -"Error: Listening for incoming connections failed (listen returned error %s)"), -QT_TRANSLATE_NOOP("dash-core", "" -"Error: Unsupported argument -socks found. Setting SOCKS version isn't " -"possible anymore, only SOCKS5 proxies are supported."), -QT_TRANSLATE_NOOP("dash-core", "" -"Execute command when a relevant alert is received or we see a really long " -"fork (%s in cmd is replaced by message)"), -QT_TRANSLATE_NOOP("dash-core", "" -"Execute command when a wallet transaction changes (%s in cmd is replaced by " -"TxID)"), -QT_TRANSLATE_NOOP("dash-core", "" -"Execute command when the best block changes (%s in cmd is replaced by block " -"hash)"), -QT_TRANSLATE_NOOP("dash-core", "" -"Fees (in DASH/Kb) smaller than this are considered zero fee for relaying " -"(default: %s)"), -QT_TRANSLATE_NOOP("dash-core", "" -"Fees (in DASH/Kb) smaller than this are considered zero fee for transaction " -"creation (default: %s)"), -QT_TRANSLATE_NOOP("dash-core", "" -"Flush database activity from memory pool to disk log every megabytes " -"(default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "" -"Found unconfirmed denominated outputs, will wait till they confirm to " -"continue."), -QT_TRANSLATE_NOOP("dash-core", "" -"How thorough the block verification of -checkblocks is (0-4, default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "" -"If paytxfee is not set, include enough fee so transactions begin " -"confirmation on average within n blocks (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "" -"In this mode -genproclimit controls how many blocks are generated " -"immediately."), -QT_TRANSLATE_NOOP("dash-core", "" -"InstantX requires inputs with at least 6 confirmations, you might need to " -"wait a few minutes and try again."), -QT_TRANSLATE_NOOP("dash-core", "" -"Invalid amount for -maxtxfee=: '%s' (must be at least the minrelay " -"fee of %s to prevent stuck transactions)"), -QT_TRANSLATE_NOOP("dash-core", "" -"Log transaction priority and fee per kB when mining blocks (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "" -"Maintain a full transaction index, used by the getrawtransaction rpc call " -"(default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "" -"Maximum size of data in data carrier transactions we relay and mine " -"(default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "" -"Maximum total fees to use in a single wallet transaction, setting too low " -"may abort large transactions (default: %s)"), -QT_TRANSLATE_NOOP("dash-core", "" -"Name to construct url for KeePass entry that stores the wallet passphrase"), -QT_TRANSLATE_NOOP("dash-core", "" -"Number of seconds to keep misbehaving peers from reconnecting (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "" -"Output debugging information (default: %u, supplying is optional)"), -QT_TRANSLATE_NOOP("dash-core", "" -"Provide liquidity to Darksend by infrequently mixing coins on a continual " -"basis (0-100, default: %u, 1=very frequent, high fees, 100=very infrequent, " -"low fees)"), -QT_TRANSLATE_NOOP("dash-core", "" -"Query for peer addresses via DNS lookup, if low on addresses (default: 1 " -"unless -connect)"), -QT_TRANSLATE_NOOP("dash-core", "" -"Require high priority for relaying free or low-fee transactions (default:%u)"), -QT_TRANSLATE_NOOP("dash-core", "" -"Send trace/debug info to console instead of debug.log file (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "" -"Set maximum size of high-priority/low-fee transactions in bytes (default: %d)"), -QT_TRANSLATE_NOOP("dash-core", "" -"Set the number of script verification threads (%u to %d, 0 = auto, <0 = " -"leave that many cores free, default: %d)"), -QT_TRANSLATE_NOOP("dash-core", "" -"Set the number of threads for coin generation if enabled (-1 = all cores, " -"default: %d)"), -QT_TRANSLATE_NOOP("dash-core", "" -"Show N confirmations for a successfully locked transaction (0-9999, default: " -"%u)"), -QT_TRANSLATE_NOOP("dash-core", "" -"This is a pre-release test build - use at your own risk - do not use for " -"mining or merchant applications"), -QT_TRANSLATE_NOOP("dash-core", "" -"This product includes software developed by the OpenSSL Project for use in " -"the OpenSSL Toolkit and cryptographic software " -"written by Eric Young and UPnP software written by Thomas Bernard."), -QT_TRANSLATE_NOOP("dash-core", "" -"To use dashd, or the -server option to dash-qt, you must set an rpcpassword " -"in the configuration file:\n" -"%s\n" -"It is recommended you use the following random password:\n" -"rpcuser=dashrpc\n" -"rpcpassword=%s\n" -"(you do not need to remember this password)\n" -"The username and password MUST NOT be the same.\n" -"If the file does not exist, create it with owner-readable-only file " -"permissions.\n" -"It is also recommended to set alertnotify so you are notified of problems;\n" -"for example: alertnotify=echo %%s | mail -s \"Dash Alert\" admin@foo.com\n"), -QT_TRANSLATE_NOOP("dash-core", "" -"Unable to bind to %s on this computer. Dash Core is probably already running."), -QT_TRANSLATE_NOOP("dash-core", "" -"Unable to locate enough Darksend denominated funds for this transaction."), -QT_TRANSLATE_NOOP("dash-core", "" -"Unable to locate enough Darksend non-denominated funds for this transaction " -"that are not equal 1000 DASH."), -QT_TRANSLATE_NOOP("dash-core", "" -"Unable to locate enough funds for this transaction that are not equal 1000 " -"DASH."), -QT_TRANSLATE_NOOP("dash-core", "" -"Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: " -"%s)"), -QT_TRANSLATE_NOOP("dash-core", "" -"Warning: -maxtxfee is set very high! Fees this large could be paid on a " -"single transaction."), -QT_TRANSLATE_NOOP("dash-core", "" -"Warning: -paytxfee is set very high! This is the transaction fee you will " -"pay if you send a transaction."), -QT_TRANSLATE_NOOP("dash-core", "" -"Warning: Please check that your computer's date and time are correct! If " -"your clock is wrong Dash Core will not work properly."), -QT_TRANSLATE_NOOP("dash-core", "" -"Warning: The network does not appear to fully agree! Some miners appear to " -"be experiencing issues."), -QT_TRANSLATE_NOOP("dash-core", "" -"Warning: We do not appear to fully agree with our peers! You may need to " -"upgrade, or other nodes may need to upgrade."), -QT_TRANSLATE_NOOP("dash-core", "" -"Warning: error reading wallet.dat! All keys read correctly, but transaction " -"data or address book entries might be missing or incorrect."), -QT_TRANSLATE_NOOP("dash-core", "" -"Warning: wallet.dat corrupt, data salvaged! Original wallet.dat saved as " -"wallet.{timestamp}.bak in %s; if your balance or transactions are incorrect " -"you should restore from a backup."), -QT_TRANSLATE_NOOP("dash-core", "" -"Whitelist peers connecting from the given netmask or IP address. Can be " -"specified multiple times."), -QT_TRANSLATE_NOOP("dash-core", "" -"Whitelisted peers cannot be DoS banned and their transactions are always " -"relayed, even if they are already in the mempool, useful e.g. for a gateway"), -QT_TRANSLATE_NOOP("dash-core", "" -"You must specify a masternodeprivkey in the configuration. Please see " -"documentation for help."), -QT_TRANSLATE_NOOP("dash-core", "(9999 could be used only on mainnet)"), -QT_TRANSLATE_NOOP("dash-core", "(default: %s)"), -QT_TRANSLATE_NOOP("dash-core", "(default: 1)"), -QT_TRANSLATE_NOOP("dash-core", "(must be 9999 for mainnet)"), -QT_TRANSLATE_NOOP("dash-core", " can be:\n"), -QT_TRANSLATE_NOOP("dash-core", "Accept command line and JSON-RPC commands"), -QT_TRANSLATE_NOOP("dash-core", "Accept connections from outside (default: 1 if no -proxy or -connect)"), -QT_TRANSLATE_NOOP("dash-core", "Accept public REST requests (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Acceptable ciphers (default: %s)"), -QT_TRANSLATE_NOOP("dash-core", "Add a node to connect to and attempt to keep the connection open"), -QT_TRANSLATE_NOOP("dash-core", "Allow DNS lookups for -addnode, -seednode and -connect"), -QT_TRANSLATE_NOOP("dash-core", "Already have that input."), -QT_TRANSLATE_NOOP("dash-core", "Always query for peer addresses via DNS lookup (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Attempt to recover private keys from a corrupt wallet.dat"), -QT_TRANSLATE_NOOP("dash-core", "Block creation options:"), -QT_TRANSLATE_NOOP("dash-core", "Can't denominate: no compatible inputs left."), -QT_TRANSLATE_NOOP("dash-core", "Can't find random Masternode."), -QT_TRANSLATE_NOOP("dash-core", "Can't mix while sync in progress."), -QT_TRANSLATE_NOOP("dash-core", "Cannot downgrade wallet"), -QT_TRANSLATE_NOOP("dash-core", "Cannot resolve -bind address: '%s'"), -QT_TRANSLATE_NOOP("dash-core", "Cannot resolve -externalip address: '%s'"), -QT_TRANSLATE_NOOP("dash-core", "Cannot resolve -whitebind address: '%s'"), -QT_TRANSLATE_NOOP("dash-core", "Cannot write default address"), -QT_TRANSLATE_NOOP("dash-core", "Collateral not valid."), -QT_TRANSLATE_NOOP("dash-core", "Connect only to the specified node(s)"), -QT_TRANSLATE_NOOP("dash-core", "Connect through SOCKS5 proxy"), -QT_TRANSLATE_NOOP("dash-core", "Connect to KeePassHttp on port (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Connect to a node to retrieve peer addresses, and disconnect"), -QT_TRANSLATE_NOOP("dash-core", "Connection options:"), -QT_TRANSLATE_NOOP("dash-core", "Copyright (C) 2009-%i The Bitcoin Core Developers"), -QT_TRANSLATE_NOOP("dash-core", "Copyright (C) 2014-%i The Dash Core Developers"), -QT_TRANSLATE_NOOP("dash-core", "Corrupted block database detected"), -QT_TRANSLATE_NOOP("dash-core", "Could not parse -rpcbind value %s as network address"), -QT_TRANSLATE_NOOP("dash-core", "Could not parse masternode.conf"), -QT_TRANSLATE_NOOP("dash-core", "Darksend is idle."), -QT_TRANSLATE_NOOP("dash-core", "Darksend options:"), -QT_TRANSLATE_NOOP("dash-core", "Darksend request complete:"), -QT_TRANSLATE_NOOP("dash-core", "Darksend request incomplete:"), -QT_TRANSLATE_NOOP("dash-core", "Debugging/Testing options:"), -QT_TRANSLATE_NOOP("dash-core", "Disable safemode, override a real safe mode event (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Discover own IP address (default: 1 when listening and no -externalip)"), -QT_TRANSLATE_NOOP("dash-core", "Do not load the wallet and disable wallet RPC calls"), -QT_TRANSLATE_NOOP("dash-core", "Do you want to rebuild the block database now?"), -QT_TRANSLATE_NOOP("dash-core", "Done loading"), -QT_TRANSLATE_NOOP("dash-core", "Enable the client to act as a masternode (0-1, default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Entries are full."), -QT_TRANSLATE_NOOP("dash-core", "Error connecting to Masternode."), -QT_TRANSLATE_NOOP("dash-core", "Error initializing block database"), -QT_TRANSLATE_NOOP("dash-core", "Error initializing wallet database environment %s!"), -QT_TRANSLATE_NOOP("dash-core", "Error loading block database"), -QT_TRANSLATE_NOOP("dash-core", "Error loading wallet.dat"), -QT_TRANSLATE_NOOP("dash-core", "Error loading wallet.dat: Wallet corrupted"), -QT_TRANSLATE_NOOP("dash-core", "Error loading wallet.dat: Wallet requires newer version of Dash Core"), -QT_TRANSLATE_NOOP("dash-core", "Error opening block database"), -QT_TRANSLATE_NOOP("dash-core", "Error reading from database, shutting down."), -QT_TRANSLATE_NOOP("dash-core", "Error recovering public key."), -QT_TRANSLATE_NOOP("dash-core", "Error"), -QT_TRANSLATE_NOOP("dash-core", "Error: A fatal internal error occured, see debug.log for details"), -QT_TRANSLATE_NOOP("dash-core", "Error: Can't select current denominated inputs"), -QT_TRANSLATE_NOOP("dash-core", "Error: Disk space is low!"), -QT_TRANSLATE_NOOP("dash-core", "Error: Unsupported argument -tor found, use -onion."), -QT_TRANSLATE_NOOP("dash-core", "Error: Wallet locked, unable to create transaction!"), -QT_TRANSLATE_NOOP("dash-core", "Error: You already have pending entries in the Darksend pool"), -QT_TRANSLATE_NOOP("dash-core", "Failed to listen on any port. Use -listen=0 if you want this."), -QT_TRANSLATE_NOOP("dash-core", "Failed to read block"), -QT_TRANSLATE_NOOP("dash-core", "Fee (in DASH/kB) to add to transactions you send (default: %s)"), -QT_TRANSLATE_NOOP("dash-core", "Finalizing transaction."), -QT_TRANSLATE_NOOP("dash-core", "Force safe mode (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Found enough users, signing ( waiting %s )"), -QT_TRANSLATE_NOOP("dash-core", "Found enough users, signing ..."), -QT_TRANSLATE_NOOP("dash-core", "Generate coins (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "How many blocks to check at startup (default: %u, 0 = all)"), -QT_TRANSLATE_NOOP("dash-core", "If is not supplied, output all debugging information."), -QT_TRANSLATE_NOOP("dash-core", "Importing..."), -QT_TRANSLATE_NOOP("dash-core", "Imports blocks from external blk000??.dat file"), -QT_TRANSLATE_NOOP("dash-core", "Include IP addresses in debug output (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Incompatible mode."), -QT_TRANSLATE_NOOP("dash-core", "Incompatible version."), -QT_TRANSLATE_NOOP("dash-core", "Incorrect or no genesis block found. Wrong datadir for network?"), -QT_TRANSLATE_NOOP("dash-core", "Information"), -QT_TRANSLATE_NOOP("dash-core", "Initialization sanity check failed. Dash Core is shutting down."), -QT_TRANSLATE_NOOP("dash-core", "Input is not valid."), -QT_TRANSLATE_NOOP("dash-core", "InstantX options:"), -QT_TRANSLATE_NOOP("dash-core", "Insufficient funds."), -QT_TRANSLATE_NOOP("dash-core", "Invalid -onion address: '%s'"), -QT_TRANSLATE_NOOP("dash-core", "Invalid -proxy address: '%s'"), -QT_TRANSLATE_NOOP("dash-core", "Invalid amount for -maxtxfee=: '%s'"), -QT_TRANSLATE_NOOP("dash-core", "Invalid amount for -minrelaytxfee=: '%s'"), -QT_TRANSLATE_NOOP("dash-core", "Invalid amount for -mintxfee=: '%s'"), -QT_TRANSLATE_NOOP("dash-core", "Invalid amount for -paytxfee=: '%s' (must be at least %s)"), -QT_TRANSLATE_NOOP("dash-core", "Invalid amount for -paytxfee=: '%s'"), -QT_TRANSLATE_NOOP("dash-core", "Invalid masternodeprivkey. Please see documenation."), -QT_TRANSLATE_NOOP("dash-core", "Invalid netmask specified in -whitelist: '%s'"), -QT_TRANSLATE_NOOP("dash-core", "Invalid port detected in masternode.conf"), -QT_TRANSLATE_NOOP("dash-core", "Invalid private key."), -QT_TRANSLATE_NOOP("dash-core", "Invalid script detected."), -QT_TRANSLATE_NOOP("dash-core", "KeePassHttp id for the established association"), -QT_TRANSLATE_NOOP("dash-core", "KeePassHttp key for AES encrypted communication with KeePass"), -QT_TRANSLATE_NOOP("dash-core", "Keep N DASH anonymized (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Keep at most unconnectable transactions in memory (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Last Darksend was too recent."), -QT_TRANSLATE_NOOP("dash-core", "Last successful Darksend action was too recent."), -QT_TRANSLATE_NOOP("dash-core", "Limit size of signature cache to entries (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Line: %d"), -QT_TRANSLATE_NOOP("dash-core", "Listen for JSON-RPC connections on (default: %u or testnet: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Listen for connections on (default: %u or testnet: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Loading addresses..."), -QT_TRANSLATE_NOOP("dash-core", "Loading block index..."), -QT_TRANSLATE_NOOP("dash-core", "Loading budget cache..."), -QT_TRANSLATE_NOOP("dash-core", "Loading masternode cache..."), -QT_TRANSLATE_NOOP("dash-core", "Loading masternode payment cache..."), -QT_TRANSLATE_NOOP("dash-core", "Loading wallet... (%3.2f %%)"), -QT_TRANSLATE_NOOP("dash-core", "Loading wallet..."), -QT_TRANSLATE_NOOP("dash-core", "Lock is already in place."), -QT_TRANSLATE_NOOP("dash-core", "Lock masternodes from masternode configuration file (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Maintain at most connections to peers (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Masternode options:"), -QT_TRANSLATE_NOOP("dash-core", "Masternode queue is full."), -QT_TRANSLATE_NOOP("dash-core", "Masternode:"), -QT_TRANSLATE_NOOP("dash-core", "Maximum per-connection receive buffer, *1000 bytes (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Maximum per-connection send buffer, *1000 bytes (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Missing input transaction information."), -QT_TRANSLATE_NOOP("dash-core", "Mixing in progress..."), -QT_TRANSLATE_NOOP("dash-core", "Need to specify a port with -whitebind: '%s'"), -QT_TRANSLATE_NOOP("dash-core", "No Masternodes detected."), -QT_TRANSLATE_NOOP("dash-core", "No compatible Masternode found."), -QT_TRANSLATE_NOOP("dash-core", "No funds detected in need of denominating."), -QT_TRANSLATE_NOOP("dash-core", "No matching denominations found for mixing."), -QT_TRANSLATE_NOOP("dash-core", "Node relay options:"), -QT_TRANSLATE_NOOP("dash-core", "Non-standard public key detected."), -QT_TRANSLATE_NOOP("dash-core", "Not compatible with existing transactions."), -QT_TRANSLATE_NOOP("dash-core", "Not enough file descriptors available."), -QT_TRANSLATE_NOOP("dash-core", "Not in the Masternode list."), -QT_TRANSLATE_NOOP("dash-core", "Number of automatic wallet backups (default: 10)"), -QT_TRANSLATE_NOOP("dash-core", "Only accept block chain matching built-in checkpoints (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Only connect to nodes in network (ipv4, ipv6 or onion)"), -QT_TRANSLATE_NOOP("dash-core", "Options:"), -QT_TRANSLATE_NOOP("dash-core", "Password for JSON-RPC connections"), -QT_TRANSLATE_NOOP("dash-core", "Prepend debug output with timestamp (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "RPC SSL options: (see the Bitcoin Wiki for SSL setup instructions)"), -QT_TRANSLATE_NOOP("dash-core", "RPC server options:"), -QT_TRANSLATE_NOOP("dash-core", "RPC support for HTTP persistent connections (default: %d)"), -QT_TRANSLATE_NOOP("dash-core", "Randomly drop 1 of every network messages"), -QT_TRANSLATE_NOOP("dash-core", "Randomly fuzz 1 of every network messages"), -QT_TRANSLATE_NOOP("dash-core", "Rebuild block chain index from current blk000??.dat files"), -QT_TRANSLATE_NOOP("dash-core", "Receive and display P2P network alerts (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Relay and mine data carrier transactions (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Relay non-P2SH multisig (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Rescan the block chain for missing wallet transactions"), -QT_TRANSLATE_NOOP("dash-core", "Rescanning..."), -QT_TRANSLATE_NOOP("dash-core", "Run a thread to flush wallet periodically (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Run in the background as a daemon and accept commands"), -QT_TRANSLATE_NOOP("dash-core", "Send trace/debug info to debug.log file (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Send transactions as zero-fee transactions if possible (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Server certificate file (default: %s)"), -QT_TRANSLATE_NOOP("dash-core", "Server private key (default: %s)"), -QT_TRANSLATE_NOOP("dash-core", "Session not complete!"), -QT_TRANSLATE_NOOP("dash-core", "Session timed out."), -QT_TRANSLATE_NOOP("dash-core", "Set database cache size in megabytes (%d to %d, default: %d)"), -QT_TRANSLATE_NOOP("dash-core", "Set external address:port to get to this masternode (example: %s)"), -QT_TRANSLATE_NOOP("dash-core", "Set key pool size to (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Set maximum block size in bytes (default: %d)"), -QT_TRANSLATE_NOOP("dash-core", "Set minimum block size in bytes (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Set the masternode private key"), -QT_TRANSLATE_NOOP("dash-core", "Set the number of threads to service RPC calls (default: %d)"), -QT_TRANSLATE_NOOP("dash-core", "Sets the DB_PRIVATE flag in the wallet db environment (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Show all debugging options (usage: --help -help-debug)"), -QT_TRANSLATE_NOOP("dash-core", "Shrink debug.log file on client startup (default: 1 when no -debug)"), -QT_TRANSLATE_NOOP("dash-core", "Signing failed."), -QT_TRANSLATE_NOOP("dash-core", "Signing timed out."), -QT_TRANSLATE_NOOP("dash-core", "Signing transaction failed"), -QT_TRANSLATE_NOOP("dash-core", "Specify configuration file (default: %s)"), -QT_TRANSLATE_NOOP("dash-core", "Specify connection timeout in milliseconds (minimum: 1, default: %d)"), -QT_TRANSLATE_NOOP("dash-core", "Specify data directory"), -QT_TRANSLATE_NOOP("dash-core", "Specify masternode configuration file (default: %s)"), -QT_TRANSLATE_NOOP("dash-core", "Specify pid file (default: %s)"), -QT_TRANSLATE_NOOP("dash-core", "Specify wallet file (within data directory)"), -QT_TRANSLATE_NOOP("dash-core", "Specify your own public address"), -QT_TRANSLATE_NOOP("dash-core", "Spend unconfirmed change when sending transactions (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Stop running after importing blocks from disk (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Submitted following entries to masternode: %u / %d"), -QT_TRANSLATE_NOOP("dash-core", "Submitted to masternode, waiting for more entries ( %u / %d ) %s"), -QT_TRANSLATE_NOOP("dash-core", "Submitted to masternode, waiting in queue %s"), -QT_TRANSLATE_NOOP("dash-core", "Synchronization failed"), -QT_TRANSLATE_NOOP("dash-core", "Synchronization finished"), -QT_TRANSLATE_NOOP("dash-core", "Synchronization pending..."), -QT_TRANSLATE_NOOP("dash-core", "Synchronizing budgets..."), -QT_TRANSLATE_NOOP("dash-core", "Synchronizing masternode winners..."), -QT_TRANSLATE_NOOP("dash-core", "Synchronizing masternodes..."), -QT_TRANSLATE_NOOP("dash-core", "Synchronizing sporks..."), -QT_TRANSLATE_NOOP("dash-core", "This help message"), -QT_TRANSLATE_NOOP("dash-core", "This is experimental software."), -QT_TRANSLATE_NOOP("dash-core", "This is intended for regression testing tools and app development."), -QT_TRANSLATE_NOOP("dash-core", "This is not a Masternode."), -QT_TRANSLATE_NOOP("dash-core", "Threshold for disconnecting misbehaving peers (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Transaction amount too small"), -QT_TRANSLATE_NOOP("dash-core", "Transaction amounts must be positive"), -QT_TRANSLATE_NOOP("dash-core", "Transaction created successfully."), -QT_TRANSLATE_NOOP("dash-core", "Transaction fees are too high."), -QT_TRANSLATE_NOOP("dash-core", "Transaction not valid."), -QT_TRANSLATE_NOOP("dash-core", "Transaction too large for fee policy"), -QT_TRANSLATE_NOOP("dash-core", "Transaction too large"), -QT_TRANSLATE_NOOP("dash-core", "Transmitting final transaction."), -QT_TRANSLATE_NOOP("dash-core", "Unable to bind to %s on this computer (bind returned error %s)"), -QT_TRANSLATE_NOOP("dash-core", "Unable to sign spork message, wrong key?"), -QT_TRANSLATE_NOOP("dash-core", "Unknown network specified in -onlynet: '%s'"), -QT_TRANSLATE_NOOP("dash-core", "Unknown state: id = %u"), -QT_TRANSLATE_NOOP("dash-core", "Upgrade wallet to latest format"), -QT_TRANSLATE_NOOP("dash-core", "Use KeePass 2 integration using KeePassHttp plugin (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Use N separate masternodes to anonymize funds (2-8, default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Use OpenSSL (https) for JSON-RPC connections"), -QT_TRANSLATE_NOOP("dash-core", "Use UPnP to map the listening port (default: %u)"), -QT_TRANSLATE_NOOP("dash-core", "Use UPnP to map the listening port (default: 1 when listening)"), -QT_TRANSLATE_NOOP("dash-core", "Use the test network"), -QT_TRANSLATE_NOOP("dash-core", "Username for JSON-RPC connections"), -QT_TRANSLATE_NOOP("dash-core", "Value more than Darksend pool maximum allows."), -QT_TRANSLATE_NOOP("dash-core", "Verifying blocks..."), -QT_TRANSLATE_NOOP("dash-core", "Verifying wallet..."), -QT_TRANSLATE_NOOP("dash-core", "Wallet %s resides outside data directory %s"), -QT_TRANSLATE_NOOP("dash-core", "Wallet is locked."), -QT_TRANSLATE_NOOP("dash-core", "Wallet needed to be rewritten: restart Dash Core to complete"), -QT_TRANSLATE_NOOP("dash-core", "Wallet options:"), -QT_TRANSLATE_NOOP("dash-core", "Wallet window title"), -QT_TRANSLATE_NOOP("dash-core", "Warning"), -QT_TRANSLATE_NOOP("dash-core", "Warning: This version is obsolete, upgrade required!"), -QT_TRANSLATE_NOOP("dash-core", "Warning: Unsupported argument -benchmark ignored, use -debug=bench."), -QT_TRANSLATE_NOOP("dash-core", "Warning: Unsupported argument -debugnet ignored, use -debug=net."), -QT_TRANSLATE_NOOP("dash-core", "Will retry..."), -QT_TRANSLATE_NOOP("dash-core", "You need to rebuild the database using -reindex to change -txindex"), -QT_TRANSLATE_NOOP("dash-core", "Your entries added successfully."), -QT_TRANSLATE_NOOP("dash-core", "Your transaction was accepted into the pool!"), -QT_TRANSLATE_NOOP("dash-core", "Zapping all transactions from wallet..."), -QT_TRANSLATE_NOOP("dash-core", "on startup"), -QT_TRANSLATE_NOOP("dash-core", "wallet.dat corrupt, salvage failed"), -}; diff --git a/src/qt/editaddressdialog.cpp b/src/qt/editaddressdialog.cpp index 0a7fee4f1b332..617d3543c5ef7 100644 --- a/src/qt/editaddressdialog.cpp +++ b/src/qt/editaddressdialog.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -108,7 +108,7 @@ void EditAddressDialog::accept() break; case AddressTableModel::INVALID_ADDRESS: QMessageBox::warning(this, windowTitle(), - tr("The entered address \"%1\" is not a valid Dash address.").arg(ui->addressEdit->text()), + tr("The entered address \"%1\" is not a valid SarmaCoins address.").arg(ui->addressEdit->text()), QMessageBox::Ok, QMessageBox::Ok); break; case AddressTableModel::DUPLICATE_ADDRESS: diff --git a/src/qt/forms/addressbookpage.ui b/src/qt/forms/addressbookpage.ui index b45d0c10a12c6..31bc05788ea02 100644 --- a/src/qt/forms/addressbookpage.ui +++ b/src/qt/forms/addressbookpage.ui @@ -60,7 +60,7 @@ &New
- + :/icons/add:/icons/add @@ -77,7 +77,7 @@ &Copy - + :/icons/editcopy:/icons/editcopy @@ -94,7 +94,7 @@ &Delete - + :/icons/remove:/icons/remove @@ -124,7 +124,7 @@ &Export - + :/icons/export:/icons/export @@ -153,7 +153,7 @@
- + diff --git a/src/qt/forms/helpmessagedialog.ui b/src/qt/forms/helpmessagedialog.ui index e1edf58916850..590b90f0b5517 100644 --- a/src/qt/forms/helpmessagedialog.ui +++ b/src/qt/forms/helpmessagedialog.ui @@ -16,7 +16,7 @@
- Dash Core - Command-line options + SarmaCoins Core - Command-line options @@ -28,7 +28,7 @@
- :/images/about + :/images/about
@@ -87,7 +87,7 @@
- + diff --git a/src/qt/forms/intro.ui b/src/qt/forms/intro.ui index dd014d90a936b..f8e7862dfc7f7 100644 --- a/src/qt/forms/intro.ui +++ b/src/qt/forms/intro.ui @@ -20,7 +20,7 @@ QLabel { font-style:italic; }
- Welcome to Dash Core. + Welcome to SarmaCoins Core. true @@ -46,7 +46,7 @@ - As this is the first time the program is launched, you can choose where Dash Core will store its data. + As this is the first time the program is launched, you can choose where SarmaCoins Core will store its data. true @@ -56,7 +56,7 @@ - Dash Core will download and store a copy of the Dash block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + SarmaCoins Core will download and store a copy of the SarmaCoins block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. true diff --git a/src/qt/forms/optionsdialog.ui b/src/qt/forms/optionsdialog.ui index 27e8773fcac81..5b816ff7c7c97 100644 --- a/src/qt/forms/optionsdialog.ui +++ b/src/qt/forms/optionsdialog.ui @@ -30,10 +30,10 @@ - Automatically start Dash after logging in to the system. + Automatically start SarmaCoins after logging in to the system. - &Start Dash on system login + &Start SarmaCoins on system login @@ -177,7 +177,7 @@ - Amount of Dash to keep anonymized + Amount of SarmaCoins to keep anonymized @@ -258,7 +258,7 @@ - Automatically open the Dash client port on the router. This only works when your router supports UPnP and it is enabled. + Automatically open the SarmaCoins client port on the router. This only works when your router supports UPnP and it is enabled. Map port using &UPnP @@ -278,7 +278,7 @@ - Connect to the Dash network through a SOCKS5 proxy. + Connect to the SarmaCoins network through a SOCKS5 proxy. &Connect through SOCKS5 proxy (default proxy): @@ -444,7 +444,7 @@ - The user interface language can be set here. This setting will take effect after restarting Dash. + The user interface language can be set here. This setting will take effect after restarting SarmaCoins. @@ -466,7 +466,7 @@ Language missing or translation incomplete? Help contributing translations here: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ true diff --git a/src/qt/forms/overviewpage.ui b/src/qt/forms/overviewpage.ui index a7925a3730b35..3352767d9e283 100644 --- a/src/qt/forms/overviewpage.ui +++ b/src/qt/forms/overviewpage.ui @@ -70,7 +70,7 @@ WhatsThisCursor - The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. + The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. QLabel { color: red; } @@ -1085,7 +1085,7 @@ - The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. + The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. QLabel { color: red; } @@ -1162,7 +1162,7 @@ WhatsThisCursor - The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. + The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. QLabel { color: red; } diff --git a/src/qt/forms/receivecoinsdialog.ui b/src/qt/forms/receivecoinsdialog.ui index e0234fb368f05..fa36a9b671782 100644 --- a/src/qt/forms/receivecoinsdialog.ui +++ b/src/qt/forms/receivecoinsdialog.ui @@ -48,7 +48,7 @@ - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dash network. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the SarmaCoins network. &Message: @@ -71,7 +71,7 @@ - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Dash network. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the SarmaCoins network. @@ -141,7 +141,7 @@ &Request payment - + :/icons/receiving_addresses:/icons/receiving_addresses @@ -161,7 +161,7 @@ Clear - + :/icons/remove:/icons/remove @@ -264,7 +264,7 @@ Show - + :/icons/edit:/icons/edit @@ -284,7 +284,7 @@ Remove - + :/icons/remove:/icons/remove @@ -332,7 +332,7 @@ removeRequestButton - + diff --git a/src/qt/forms/rpcconsole.ui b/src/qt/forms/rpcconsole.ui index 089b9de898e95..22eaf4a154ff0 100644 --- a/src/qt/forms/rpcconsole.ui +++ b/src/qt/forms/rpcconsole.ui @@ -185,7 +185,7 @@ - Open the Dash debug log file from the current data directory. This can take a few seconds for large log files. + Open the SarmaCoins debug log file from the current data directory. This can take a few seconds for large log files. &Open @@ -414,7 +414,7 @@ - + :/icons/remove:/icons/remove @@ -1334,7 +1334,7 @@ - + diff --git a/src/qt/forms/sendcoinsdialog.ui b/src/qt/forms/sendcoinsdialog.ui index e89957058d42f..2f7d2dbe309ab 100644 --- a/src/qt/forms/sendcoinsdialog.ui +++ b/src/qt/forms/sendcoinsdialog.ui @@ -904,7 +904,7 @@ - Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for dash transactions than the network can process. + Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for SarmaCoins transactions than the network can process. @@ -917,7 +917,7 @@ true - Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for dash transactions than the network can process. + Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for SarmaCoins transactions than the network can process. (read the tooltip) @@ -1258,7 +1258,7 @@ S&end - + :/icons/send:/icons/send @@ -1284,7 +1284,7 @@ Clear &All - + :/icons/remove:/icons/remove @@ -1301,7 +1301,7 @@ Add &Recipient - + :/icons/add:/icons/add @@ -1405,7 +1405,7 @@ - + diff --git a/src/qt/forms/sendcoinsentry.ui b/src/qt/forms/sendcoinsentry.ui index a6d0a8cf242eb..6b1e59d101d35 100644 --- a/src/qt/forms/sendcoinsentry.ui +++ b/src/qt/forms/sendcoinsentry.ui @@ -51,7 +51,7 @@ - The Dash address to send the payment to + The SarmaCoins address to send the payment to @@ -64,7 +64,7 @@ - + :/icons/address-book:/icons/address-book @@ -81,7 +81,7 @@ - + :/icons/editpaste:/icons/editpaste @@ -98,7 +98,7 @@ - + :/icons/remove:/icons/remove @@ -154,7 +154,7 @@ - A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network. + A message that was attached to the SarmaCoins: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the SarmaCoins network. Qt::PlainText @@ -622,7 +622,7 @@ - + :/icons/remove:/icons/remove @@ -1158,7 +1158,7 @@ - + :/icons/remove:/icons/remove @@ -1230,7 +1230,7 @@ deleteButton_s - + diff --git a/src/qt/forms/signverifymessagedialog.ui b/src/qt/forms/signverifymessagedialog.ui index 66d7c5b111df8..d3d25baa7141b 100644 --- a/src/qt/forms/signverifymessagedialog.ui +++ b/src/qt/forms/signverifymessagedialog.ui @@ -48,7 +48,7 @@ - The Dash address to sign the message with + The SarmaCoins address to sign the message with @@ -61,7 +61,7 @@ - + :/icons/address-book:/icons/address-book @@ -81,7 +81,7 @@ - + :/icons/editpaste:/icons/editpaste @@ -137,7 +137,7 @@ - + :/icons/editcopy:/icons/editcopy @@ -152,13 +152,13 @@ - Sign the message to prove you own this Dash address + Sign the message to prove you own this SarmaCoins address Sign &Message - + :/icons/edit:/icons/edit @@ -175,7 +175,7 @@ Clear &All - + :/icons/remove:/icons/remove @@ -258,7 +258,7 @@ - The Dash address the message was signed with + The SarmaCoins address the message was signed with @@ -271,7 +271,7 @@ - + :/icons/address-book:/icons/address-book @@ -295,13 +295,13 @@ - Verify the message to ensure it was signed with the specified Dash address + Verify the message to ensure it was signed with the specified SarmaCoins address Verify &Message - + :/icons/transaction_0:/icons/transaction_0 @@ -318,7 +318,7 @@ Clear &All - + :/icons/remove:/icons/remove @@ -384,7 +384,7 @@ - + diff --git a/src/qt/guiconstants.h b/src/qt/guiconstants.h index c563ef88369eb..d0cc4586190bb 100644 --- a/src/qt/guiconstants.h +++ b/src/qt/guiconstants.h @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -45,9 +45,9 @@ static const int MAX_URI_LENGTH = 255; /* Number of frames in spinner animation */ #define SPINNER_FRAMES 35 -#define QAPP_ORG_NAME "Dash" +#define QAPP_ORG_NAME "SarmaCoins" #define QAPP_ORG_DOMAIN "SarmaCoins.io" -#define QAPP_APP_NAME_DEFAULT "Dash-Qt" -#define QAPP_APP_NAME_TESTNET "Dash-Qt-testnet" +#define QAPP_APP_NAME_DEFAULT "SarmaCoins-Qt" +#define QAPP_APP_NAME_TESTNET "SarmaCoins-Qt-testnet" #endif // BITCOIN_QT_GUICONSTANTS_H diff --git a/src/qt/guiutil.cpp b/src/qt/guiutil.cpp index 6f495230b65de..612643667f898 100644 --- a/src/qt/guiutil.cpp +++ b/src/qt/guiutil.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -107,7 +107,7 @@ void setupAddressWidget(QValidatedLineEdit *widget, QWidget *parent) #if QT_VERSION >= 0x040700 // We don't want translators to use own addresses in translations // and this is the only place, where this address is supplied. - widget->setPlaceholderText(QObject::tr("Enter a Dash address (e.g. %1)").arg("XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg")); + widget->setPlaceholderText(QObject::tr("Enter a SarmaCoins address (e.g. %1)").arg("XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg")); #endif widget->setValidator(new BitcoinAddressEntryValidator(parent)); widget->setCheckValidator(new BitcoinAddressCheckValidator(parent)); @@ -124,8 +124,8 @@ void setupAmountWidget(QLineEdit *widget, QWidget *parent) bool parseBitcoinURI(const QUrl &uri, SendCoinsRecipient *out) { - // return if URI is not valid or is no dash: URI - if(!uri.isValid() || uri.scheme() != QString("dash")) + // return if URI is not valid or is no SarmaCoins: URI + if(!uri.isValid() || uri.scheme() != QString("SarmaCoins")) return false; SendCoinsRecipient rv; @@ -185,13 +185,13 @@ bool parseBitcoinURI(const QUrl &uri, SendCoinsRecipient *out) bool parseBitcoinURI(QString uri, SendCoinsRecipient *out) { - // Convert dash:// to dash: + // Convert SarmaCoins:// to SarmaCoins: // - // Cannot handle this later, because dash:// will cause Qt to see the part after // as host, + // Cannot handle this later, because SarmaCoins:// will cause Qt to see the part after // as host, // which will lower-case it (and thus invalidate the address). - if(uri.startsWith("dash://", Qt::CaseInsensitive)) + if(uri.startsWith("SarmaCoins://", Qt::CaseInsensitive)) { - uri.replace(0, 7, "dash:"); + uri.replace(0, 7, "SarmaCoins:"); } QUrl uriInstance(uri); return parseBitcoinURI(uriInstance, out); @@ -199,7 +199,7 @@ bool parseBitcoinURI(QString uri, SendCoinsRecipient *out) QString formatBitcoinURI(const SendCoinsRecipient &info) { - QString ret = QString("dash:%1").arg(info.address); + QString ret = QString("SarmaCoins:%1").arg(info.address); int paramCount = 0; if (info.amount) @@ -392,7 +392,7 @@ void openConfigfile() { boost::filesystem::path pathConfig = GetConfigFile(); - /* Open dash.conf with the associated application */ + /* Open SarmaCoins.conf with the associated application */ if (boost::filesystem::exists(pathConfig)) QDesktopServices::openUrl(QUrl::fromLocalFile(boostPathToQString(pathConfig))); } @@ -590,12 +590,12 @@ TableViewLastColumnResizingFixer::TableViewLastColumnResizingFixer(QTableView* t #ifdef WIN32 boost::filesystem::path static StartupShortcutPath() { - return GetSpecialFolderPath(CSIDL_STARTUP) / "Dash.lnk"; + return GetSpecialFolderPath(CSIDL_STARTUP) / "SarmaCoins.lnk"; } bool GetStartOnSystemStartup() { - // check for Dash.lnk + // check for SarmaCoins.lnk return boost::filesystem::exists(StartupShortcutPath()); } @@ -672,7 +672,7 @@ boost::filesystem::path static GetAutostartDir() boost::filesystem::path static GetAutostartFilePath() { - return GetAutostartDir() / "dash.desktop"; + return GetAutostartDir() / "SarmaCoins.desktop"; } bool GetStartOnSystemStartup() @@ -710,10 +710,10 @@ bool SetStartOnSystemStartup(bool fAutoStart) boost::filesystem::ofstream optionFile(GetAutostartFilePath(), std::ios_base::out|std::ios_base::trunc); if (!optionFile.good()) return false; - // Write a dash.desktop file to the autostart directory: + // Write a SarmaCoins.desktop file to the autostart directory: optionFile << "[Desktop Entry]\n"; optionFile << "Type=Application\n"; - optionFile << "Name=Dash\n"; + optionFile << "Name=SarmaCoins\n"; optionFile << "Exec=" << pszExePath << " -min\n"; optionFile << "Terminal=false\n"; optionFile << "Hidden=false\n"; @@ -732,7 +732,7 @@ bool SetStartOnSystemStartup(bool fAutoStart) LSSharedFileListItemRef findStartupItemInList(LSSharedFileListRef list, CFURLRef findUrl); LSSharedFileListItemRef findStartupItemInList(LSSharedFileListRef list, CFURLRef findUrl) { - // loop through the list of startup items and try to find the dash app + // loop through the list of startup items and try to find the SarmaCoins app CFArrayRef listSnapshot = LSSharedFileListCopySnapshot(list, NULL); for(int i = 0; i < CFArrayGetCount(listSnapshot); i++) { LSSharedFileListItemRef item = (LSSharedFileListItemRef)CFArrayGetValueAtIndex(listSnapshot, i); @@ -766,7 +766,7 @@ bool SetStartOnSystemStartup(bool fAutoStart) LSSharedFileListItemRef foundItem = findStartupItemInList(loginItems, bitcoinAppUrl); if(fAutoStart && !foundItem) { - // add dash app to startup item list + // add SarmaCoins app to startup item list LSSharedFileListInsertItemURL(loginItems, kLSSharedFileListItemBeforeFirst, NULL, NULL, bitcoinAppUrl, NULL, NULL); } else if(!fAutoStart && foundItem) { diff --git a/src/qt/guiutil.h b/src/qt/guiutil.h index 4dd6ca2f6c5a3..c144df3ecac04 100644 --- a/src/qt/guiutil.h +++ b/src/qt/guiutil.h @@ -29,7 +29,7 @@ class QUrl; class QWidget; QT_END_NAMESPACE -/** Utility functions used by the Dash Qt UI. +/** Utility functions used by the SarmaCoins Qt UI. */ namespace GUIUtil { @@ -37,14 +37,14 @@ namespace GUIUtil QString dateTimeStr(const QDateTime &datetime); QString dateTimeStr(qint64 nTime); - // Render Dash addresses in monospace font + // Render SarmaCoins addresses in monospace font QFont bitcoinAddressFont(); // Set up widgets for address and amounts void setupAddressWidget(QValidatedLineEdit *widget, QWidget *parent); void setupAmountWidget(QLineEdit *widget, QWidget *parent); - // Parse "dash:" URI into recipient object, return true on successful parsing + // Parse "SarmaCoins:" URI into recipient object, return true on successful parsing bool parseBitcoinURI(const QUrl &uri, SendCoinsRecipient *out); bool parseBitcoinURI(QString uri, SendCoinsRecipient *out); QString formatBitcoinURI(const SendCoinsRecipient &info); @@ -106,7 +106,7 @@ namespace GUIUtil // Open debug.log void openDebugLogfile(); - // Open dash.conf + // Open SarmaCoins.conf void openConfigfile(); // Browse backup folder diff --git a/src/qt/intro.cpp b/src/qt/intro.cpp index b31091ceb575c..e9e6e0d4c633e 100644 --- a/src/qt/intro.cpp +++ b/src/qt/intro.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -182,7 +182,7 @@ void Intro::pickDataDirectory() TryCreateDirectory(GUIUtil::qstringToBoostPath(dataDir)); break; } catch(fs::filesystem_error &e) { - QMessageBox::critical(0, tr("Dash Core"), + QMessageBox::critical(0, tr("SarmaCoins Core"), tr("Error: Specified data directory \"%1\" cannot be created.").arg(dataDir)); /* fall through, back to choosing screen */ } @@ -191,8 +191,8 @@ void Intro::pickDataDirectory() settings.setValue("strDataDir", dataDir); } /* Only override -datadir if different from the default, to make it possible to - * override -datadir in the dash.conf file in the default data directory - * (to be consistent with dashd behavior) + * override -datadir in the SarmaCoins.conf file in the default data directory + * (to be consistent with SarmaCoinsd behavior) */ if(dataDir != getDefaultDataDirectory()) SoftSetArg("-datadir", GUIUtil::qstringToBoostPath(dataDir).string()); // use OS locale for path setting diff --git a/src/qt/locale/dash_bg.ts b/src/qt/locale/sarmacoins_bg.ts similarity index 94% rename from src/qt/locale/dash_bg.ts rename to src/qt/locale/sarmacoins_bg.ts index c9b6fcf5efe95..b99385395a681 100644 --- a/src/qt/locale/dash_bg.ts +++ b/src/qt/locale/sarmacoins_bg.ts @@ -62,12 +62,12 @@ Адреси за получаване - These are your Dash addresses for sending payments. Always check the amount and the receiving address before sending coins. - Това са вашите Dash адреси за изпращане на плащания. Преди изпращане винаги проверявайте количеството и адреса за получаване на монетите. + These are your SarmaCoins addresses for sending payments. Always check the amount and the receiving address before sending coins. + Това са вашите SarmaCoins адреси за изпращане на плащания. Преди изпращане винаги проверявайте количеството и адреса за получаване на монетите. - These are your Dash addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Това са вашите Dash адреси за получаване на плащания. Препоръчително е да използвате нов адрес за всяка нова транзакция. + These are your SarmaCoins addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + Това са вашите SarmaCoins адреси за получаване на плащания. Препоръчително е да използвате нов адрес за всяка нова транзакция. &Copy Address @@ -188,8 +188,8 @@ Портфейлът е шифриран - Dash will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your dashs from being stolen by malware infecting your computer. - Dash ще се затвори, за да завърши процеса по шифриране. Запомнете, че шифрирането на вашия портфейл не може напълно да ви предпази от кражба на монетите чрез зловреден софтуер инфектирал компютъра ви. + SarmaCoins will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your SarmaCoinss from being stolen by malware infecting your computer. + SarmaCoins ще се затвори, за да завърши процеса по шифриране. Запомнете, че шифрирането на вашия портфейл не може напълно да ви предпази от кражба на монетите чрез зловреден софтуер инфектирал компютъра ви. IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. @@ -231,8 +231,8 @@ BitcoinGUI - Dash Core - Dash Ядро + SarmaCoins Core + SarmaCoins Ядро Wallet @@ -255,16 +255,16 @@ &Изпращане - Send coins to a Dash address - Изпращане на монети към Dash адрес + Send coins to a SarmaCoins address + Изпращане на монети към SarmaCoins адрес &Receive &Получаване - Request payments (generates QR codes and dash: URIs) - Заявка за плащане (генерира QR кодове и Dash: URI) + Request payments (generates QR codes and SarmaCoins: URIs) + Заявка за плащане (генерира QR кодове и SarmaCoins: URI) &Transactions @@ -283,12 +283,12 @@ Изход от приложението - &About Dash Core - &За Dash ядрото + &About SarmaCoins Core + &За SarmaCoins ядрото - Show information about Dash Core - Покаци информация за Dash Core + Show information about SarmaCoins Core + Покаци информация за SarmaCoins Core About &Qt @@ -303,8 +303,8 @@ &Опции... - Modify configuration options for Dash - Промяна на опции за конфигуриране на Dash + Modify configuration options for SarmaCoins + Промяна на опции за конфигуриране на SarmaCoins &Show / Hide @@ -355,16 +355,16 @@ Подписване на &съобщение... - Sign messages with your Dash addresses to prove you own them - Подпиши съобщения с твоите Dash адреси за да докажеш че ги притежаваш + Sign messages with your SarmaCoins addresses to prove you own them + Подпиши съобщения с твоите SarmaCoins адреси за да докажеш че ги притежаваш &Verify message... &Проверка на съобщение... - Verify messages to ensure they were signed with specified Dash addresses - Проверете съобщенията, за да сте сигурни че са подписани с определен Dash адрес + Verify messages to ensure they were signed with specified SarmaCoins addresses + Проверете съобщенията, за да сте сигурни че са подписани с определен SarmaCoins адрес &Information @@ -443,16 +443,16 @@ Отвори &URI... - Open a dash: URI or payment request - Отвори Dash: URI или заявка за плащане + Open a SarmaCoins: URI or payment request + Отвори SarmaCoins: URI или заявка за плащане &Command-line options &Опции на командния ред - Dash Core client - Dash Core клиент + SarmaCoins Core client + SarmaCoins Core клиент Processed %n blocks of transaction history. @@ -463,8 +463,8 @@ Синхронизиране на допълнителни данни: %p% - Show the Dash Core help message to get a list with possible Dash command-line options - Покажи съобщението за помощ на Dash ядрото за да получиш списък на възможните опции за командния ред + Show the SarmaCoins Core help message to get a list with possible SarmaCoins command-line options + Покажи съобщението за помощ на SarmaCoins ядрото за да получиш списък на възможните опции за командния ред &File @@ -487,8 +487,8 @@ Лента с инструменти - %n active connection(s) to Dash network - %n активни връзки към Dash мрежата%n активни връзки към Dash мрежата + %n active connection(s) to SarmaCoins network + %n активни връзки към SarmaCoins мрежата%n активни връзки към SarmaCoins мрежата Synchronizing with network... @@ -896,16 +896,16 @@ Address: %4 Настройка на Darksend - Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend беше успешно настроен на режим основен (%1 и 2 цикъла). Можете да промените тази настройка по всяко време, като отворите конфигурационния прозорец на Dash. + Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend беше успешно настроен на режим основен (%1 и 2 цикъла). Можете да промените тази настройка по всяко време, като отворите конфигурационния прозорец на SarmaCoins. - Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend беше успешно настроен на режим висок (%1 и 8 цикъла). Можете да промените тази настройка по всяко време, като отворите конфигурационния прозорец на Dash. + Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend беше успешно настроен на режим висок (%1 и 8 цикъла). Можете да промените тази настройка по всяко време, като отворите конфигурационния прозорец на SarmaCoins. - Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend беше успешно настроен на режим максимум (%1 и 16 цикъла). Можете да промените тази настройка по всяко време, като отворите конфигурационния прозорец на Dash. + Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend беше успешно настроен на режим максимум (%1 и 16 цикъла). Можете да промените тази настройка по всяко време, като отворите конфигурационния прозорец на SarmaCoins. @@ -947,8 +947,8 @@ Address: %4 Редактиране на адрес за изпращане - The entered address "%1" is not a valid Dash address. - Въведеният адрес "%1" не е валиден Dash адрес. + The entered address "%1" is not a valid SarmaCoins address. + Въведеният адрес "%1" не е валиден SarmaCoins адрес. The entered address "%1" is already in the address book. @@ -989,8 +989,8 @@ Address: %4 HelpMessageDialog - Dash Core - Dash ядро + SarmaCoins Core + SarmaCoins ядро version @@ -1001,8 +1001,8 @@ Address: %4 (%1-битов) - About Dash Core - За Dash ядрото + About SarmaCoins Core + За SarmaCoins ядрото Command-line options @@ -1048,16 +1048,16 @@ Address: %4 Добре дошли - Welcome to Dash Core. - Добре дошли в ядрото на Dash. + Welcome to SarmaCoins Core. + Добре дошли в ядрото на SarmaCoins. - As this is the first time the program is launched, you can choose where Dash Core will store its data. - Тъй като програмата се стартира за първи път вие може да изберете къде Dash да съхранява своята информация. + As this is the first time the program is launched, you can choose where SarmaCoins Core will store its data. + Тъй като програмата се стартира за първи път вие може да изберете къде SarmaCoins да съхранява своята информация. - Dash Core will download and store a copy of the Dash block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Dash ще свали и съхрани копие на Dash регистъра на блокове. Информацията ще заеме поне %1ГБ пространство и ще нараства с времето. В тази папка ще бъде съхранен и портфейла. + SarmaCoins Core will download and store a copy of the SarmaCoins block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + SarmaCoins ще свали и съхрани копие на SarmaCoins регистъра на блокове. Информацията ще заеме поне %1ГБ пространство и ще нараства с времето. В тази папка ще бъде съхранен и портфейла. Use the default data directory @@ -1068,8 +1068,8 @@ Address: %4 Определете папка по ваш избор: - Dash Core - Dash ядро + SarmaCoins Core + SarmaCoins ядро Error: Specified data directory "%1" cannot be created. @@ -1122,12 +1122,12 @@ Address: %4 &Основни - Automatically start Dash after logging in to the system. - Автоматично стартиране на Dash след влизане в системата. + Automatically start SarmaCoins after logging in to the system. + Автоматично стартиране на SarmaCoins след влизане в системата. - &Start Dash on system login - &Стартирне на Dash при влизане в системата. + &Start SarmaCoins on system login + &Стартирне на SarmaCoins при влизане в системата. Size of &database cache @@ -1147,15 +1147,15 @@ Address: %4 Darksend rounds to use - Използвани Dash цикли + Използвани SarmaCoins цикли This amount acts as a threshold to turn off Darksend once it's reached. Тази сума действа като праг, за да се изключи Darksend, когато той е достигнат. - Amount of Dash to keep anonymized - Постоянно поддържано количество анонимни Dash монети + Amount of SarmaCoins to keep anonymized + Постоянно поддържано количество анонимни SarmaCoins монети W&allet @@ -1174,8 +1174,8 @@ Address: %4 Разрешени входящи връзки - Connect to the Dash network through a SOCKS5 proxy. - Свързване с мрежата на Dash чрез SOCKS5 прокси. + Connect to the SarmaCoins network through a SOCKS5 proxy. + Свързване с мрежата на SarmaCoins чрез SOCKS5 прокси. &Connect through SOCKS5 proxy (default proxy): @@ -1206,8 +1206,8 @@ Address: %4 &Мрежа - Automatically open the Dash client port on the router. This only works when your router supports UPnP and it is enabled. - Автоматично отваря порта за Dash клиента в маршрутизатора. Това работи само когато вашият маршрутизатор поддържа UPnP и той е разрешен. + Automatically open the SarmaCoins client port on the router. This only works when your router supports UPnP and it is enabled. + Автоматично отваря порта за SarmaCoins клиента в маршрутизатора. Това работи само когато вашият маршрутизатор поддържа UPnP и той е разрешен. Map port using &UPnP @@ -1258,14 +1258,14 @@ Address: %4 Език на потребителски &изглед : - The user interface language can be set here. This setting will take effect after restarting Dash. - Тук можете да промените езика на потребителския изглед. Настройката ще влезе в сила след рестартиране на Dash. + The user interface language can be set here. This setting will take effect after restarting SarmaCoins. + Тук можете да промените езика на потребителския изглед. Настройката ще влезе в сила след рестартиране на SarmaCoins. Language missing or translation incomplete? Help contributing translations here: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ Липсва език или превода е непълен? Можете да помогнете с превода тук: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ User Interface Theme: @@ -1347,8 +1347,8 @@ https://www.transifex.com/projects/p/dash/ Формуляр - The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. - Показаната информация може да е остаряла. Вашият портфейл се синхронизира автоматично след изграждането на връзка с Dash мрежата, но този процес все още не е завършен. + The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. + Показаната информация може да е остаряла. Вашият портфейл се синхронизира автоматично след изграждането на връзка с SarmaCoins мрежата, но този процес все още не е завършен. Available: @@ -1568,8 +1568,8 @@ https://www.transifex.com/projects/p/dash/ Грешка в заявката за плащане - Cannot start dash: click-to-pay handler - Не може да стартира dash: кликни за плащане на притежателя + Cannot start SarmaCoins: click-to-pay handler + Не може да стартира SarmaCoins: кликни за плащане на притежателя URI handling @@ -1588,8 +1588,8 @@ https://www.transifex.com/projects/p/dash/ Невалиден адрес за плащане %1 - URI cannot be parsed! This can be caused by an invalid Dash address or malformed URI parameters. - Грешка при анализ на URI! Това може да е следствие от неправилен Dash адрес или неправилно зададени URI параметри. + URI cannot be parsed! This can be caused by an invalid SarmaCoins address or malformed URI parameters. + Грешка при анализ на URI! Това може да е следствие от неправилен SarmaCoins адрес или неправилно зададени URI параметри. Payment request file cannot be read! This can be caused by an invalid payment request file. @@ -1674,8 +1674,8 @@ https://www.transifex.com/projects/p/dash/ Сума - Enter a Dash address (e.g. %1) - Въведете Dash адрес (напр.%1) + Enter a SarmaCoins address (e.g. %1) + Въведете SarmaCoins адрес (напр.%1) %1 d @@ -1764,8 +1764,8 @@ https://www.transifex.com/projects/p/dash/ Брой връзки - Open the Dash debug log file from the current data directory. This can take a few seconds for large log files. - Отваря файла за откриване на грешки на Dash от текущата папка. За по-големите файлове това може да отнеме няколко секунди. + Open the SarmaCoins debug log file from the current data directory. This can take a few seconds for large log files. + Отваря файла за откриване на грешки на SarmaCoins от текущата папка. За по-големите файлове това може да отнеме няколко секунди. &Open @@ -1972,8 +1972,8 @@ https://www.transifex.com/projects/p/dash/ Изход: - Welcome to the Dash RPC console. - Добре дошли в Dash RPC (Remote Procedure Call) конзолата. + Welcome to the SarmaCoins RPC console. + Добре дошли в SarmaCoins RPC (Remote Procedure Call) конзолата. Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -2035,8 +2035,8 @@ https://www.transifex.com/projects/p/dash/ П&овторно използване на съществуващ адрес за получаване (не се препоръчва) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dash network. - Възможност да се прикрепи съобщение към заявката за плащане, което да бъде показано при отваряне на заявката. Забележка: съобщението няма да бъде изпратено с плащането по мрежата на Dash. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the SarmaCoins network. + Възможност да се прикрепи съобщение към заявката за плащане, което да бъде показано при отваряне на заявката. Забележка: съобщението няма да бъде изпратено с плащането по мрежата на SarmaCoins. &Message: @@ -2047,8 +2047,8 @@ https://www.transifex.com/projects/p/dash/ Възможност да се прикрепи наименование към новия адрес за получаване. - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Dash network. - Възможност да се прикрепи съобщение към заявката за плащане, което да бъде показано при отваряне на заявката. <br>Забележка: съобщението няма да бъде изпратено с плащането по мрежата на Dash. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the SarmaCoins network. + Възможност да се прикрепи съобщение към заявката за плащане, което да бъде показано при отваряне на заявката. <br>Забележка: съобщението няма да бъде изпратено с плащането по мрежата на SarmaCoins. Use this form to request payments. All fields are <b>optional</b>. @@ -2292,8 +2292,8 @@ https://www.transifex.com/projects/p/dash/ Ако променената такса е 1000 duffs и транзакцията е само 250 байта, тогава "за килобайт" само плаща такса 250 duffs,<br /> тогава"за последно" заплаща 1000 duffs. За транзакции по-големи от килобайт едновременно се заплащат от килобайт. - Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for dash transactions than the network can process. - Разплащането само минималната такса ще продължи толкова дълго,докато транзакцията заема по-малък обем в блоковото пространство.<br /> Но имайте предвид, че транзакцията може да се окаже без първоначално потвърждение ако се появи голямо търсене на dash транзакции отколкото мрежата може да обработи. + Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for SarmaCoins transactions than the network can process. + Разплащането само минималната такса ще продължи толкова дълго,докато транзакцията заема по-малък обем в блоковото пространство.<br /> Но имайте предвид, че транзакцията може да се окаже без първоначално потвърждение ако се появи голямо търсене на SarmaCoins транзакции отколкото мрежата може да обработи. per kilobyte @@ -2496,8 +2496,8 @@ https://www.transifex.com/projects/p/dash/ Плати само минималната такса от %1 - Warning: Invalid Dash address - Внимание: Невалиден Dash адрес + Warning: Invalid SarmaCoins address + Внимание: Невалиден SarmaCoins адрес Warning: Unknown change address @@ -2519,8 +2519,8 @@ https://www.transifex.com/projects/p/dash/ Плати &На: - The Dash address to send the payment to - Dash адресът да изпрати плащането към + The SarmaCoins address to send the payment to + SarmaCoins адресът да изпрати плащането към Choose previously used address @@ -2559,8 +2559,8 @@ https://www.transifex.com/projects/p/dash/ Съобщение: - A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network. - Съобщението което беше прикрепено към dash: URI ще бъде запазено с транзакцията за ваше сведение. Забележка: Това съобщение няма да бъде изпратено през Dash мрежата. + A message that was attached to the SarmaCoins: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the SarmaCoins network. + Съобщението което беше прикрепено към SarmaCoins: URI ще бъде запазено с транзакцията за ваше сведение. Забележка: Това съобщение няма да бъде изпратено през SarmaCoins мрежата. This is an unverified payment request. @@ -2586,8 +2586,8 @@ https://www.transifex.com/projects/p/dash/ ShutdownWindow - Dash Core is shutting down... - Dash ядрото се изключва... + SarmaCoins Core is shutting down... + SarmaCoins ядрото се изключва... Do not shut down the computer until this window disappears. @@ -2609,8 +2609,8 @@ https://www.transifex.com/projects/p/dash/ Можете да подпишете съобщение като доказателство, че притежавате определен адрес. Бъдете внимателни и не подписвайте съобщения, които биха разкрили лична информация без вашето съгласие. - The Dash address to sign the message with - Dash адресът да подпише съобщението + The SarmaCoins address to sign the message with + SarmaCoins адресът да подпише съобщението Choose previously used address @@ -2641,8 +2641,8 @@ https://www.transifex.com/projects/p/dash/ Копиране на текущия подпис в системния клипборд - Sign the message to prove you own this Dash address - Подпиши съобщението за да докажеш че притежаваш този Dash адрес + Sign the message to prove you own this SarmaCoins address + Подпиши съобщението за да докажеш че притежаваш този SarmaCoins адрес Sign &Message @@ -2665,12 +2665,12 @@ https://www.transifex.com/projects/p/dash/ Въведете подписания адрес, съобщението (уверете се, че сте копирали редовете, спациите, табовете и другите точно) и подпишете отдолу, за да удостоверите съобщението. Внимавайте да не вмъкнете излишни символи в подписа от това, което е в самото съобщение, за да избегнете риска от злонамерна външа намеса. - The Dash address the message was signed with - Dash адресът ,с който е подписано съобщението + The SarmaCoins address the message was signed with + SarmaCoins адресът ,с който е подписано съобщението - Verify the message to ensure it was signed with the specified Dash address - Проверете съобщението, за да сте сигурни че е подписано с определен Dash адрес + Verify the message to ensure it was signed with the specified SarmaCoins address + Проверете съобщението, за да сте сигурни че е подписано с определен SarmaCoins адрес Verify &Message @@ -2736,8 +2736,8 @@ https://www.transifex.com/projects/p/dash/ SplashScreen - Dash Core - Dash Ядро + SarmaCoins Core + SarmaCoins Ядро Version %1 @@ -2748,8 +2748,8 @@ https://www.transifex.com/projects/p/dash/ Водещи Bitcoin разработчици - The Dash Core developers - Водещи Dash разработчици + The SarmaCoins Core developers + Водещи SarmaCoins разработчици [testnet] @@ -3320,14 +3320,14 @@ https://www.transifex.com/projects/p/dash/ - dash-core + SarmaCoins-core Bind to given address and always listen on it. Use [host]:port notation for IPv6 Свързва се с посочения адрес и винаги слуша за него. Използвайте [хост]:порт за изписване при IPv6 - Cannot obtain a lock on data directory %s. Dash Core is probably already running. - Не може да се заключи дата директорията %s. Dash ядрото вече работи. + Cannot obtain a lock on data directory %s. SarmaCoins Core is probably already running. + Не може да се заключи дата директорията %s. SarmaCoins ядрото вече работи. Darksend uses exact denominated amounts to send funds, you might simply need to anonymize some more coins. @@ -3382,8 +3382,8 @@ https://www.transifex.com/projects/p/dash/ Това е предварителна тест версия - използвайте я на ваша отговорност - не използвайте за копане или за търговски приложения. - Unable to bind to %s on this computer. Dash Core is probably already running. - Не може да се свърже с %s на този компютър. Dash ядрото най-вероятно вече работи. + Unable to bind to %s on this computer. SarmaCoins Core is probably already running. + Не може да се свърже с %s на този компютър. SarmaCoins ядрото най-вероятно вече работи. Unable to locate enough Darksend denominated funds for this transaction. @@ -3614,8 +3614,8 @@ https://www.transifex.com/projects/p/dash/ Изтриване на всички транзакции на портфейла и възстановява само тези части на блок веригата чрез -rescan при стартиране - Disable all Dash specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) - Изключване на всички специфични Dash функции (Masternodes, Darksend, InstantX, Budgeting) (0-1, по подразбиране: %u) + Disable all SarmaCoins specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) + Изключване на всички специфични SarmaCoins функции (Masternodes, Darksend, InstantX, Budgeting) (0-1, по подразбиране: %u) Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. @@ -3710,18 +3710,18 @@ https://www.transifex.com/projects/p/dash/ Този продукт включва софтуер, разработен от проекта OpenSSL за използване в OpenSSL Toolkit <https://www.openssl.org/> и криптографски софтуер, написан от Eric Young и UPnP софтуер, написан от Thomas Bernard. - To use dashd, or the -server option to dash-qt, you must set an rpcpassword in the configuration file: + To use SarmaCoinsd, or the -server option to SarmaCoins-qt, you must set an rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=dashrpc +rpcuser=SarmaCoinsrpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com - За използване на dashd, или the -server опция към dash-qt, трябва да зададете rpcpassword в конфигурационния файл: %s Препоръчително е да използвате следната произволна парола: rpcuser=dashrpc rpcpassword=%s (не е нужно да запомняте тази парола) Потребителя и паролата НЕ ТРЯБВА да са еднакви. Ако файла не съществува , създайте го с права за само за четене. Препоръчително е да създадете сигнал за уведомяване за да бъдете осведомени при проблем; Пример: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com + За използване на SarmaCoinsd, или the -server опция към SarmaCoins-qt, трябва да зададете rpcpassword в конфигурационния файл: %s Препоръчително е да използвате следната произволна парола: rpcuser=SarmaCoinsrpc rpcpassword=%s (не е нужно да запомняте тази парола) Потребителя и паролата НЕ ТРЯБВА да са еднакви. Ако файла не съществува , създайте го с права за само за четене. Препоръчително е да създадете сигнал за уведомяване за да бъдете осведомени при проблем; Пример: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com @@ -3737,8 +3737,8 @@ for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com Внимание: -maxtxfee е с много голяма зададена стойност! Това е транзакционната такса, която ще платите ако направите единична транзакция. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Dash Core will not work properly. - Внимание: Моля проверете дали датата и часът на вашият компютър са верни! Ако часовникът ви не е сверен, Dash Core няма да работи правилно. + Warning: Please check that your computer's date and time are correct! If your clock is wrong SarmaCoins Core will not work properly. + Внимание: Моля проверете дали датата и часът на вашият компютър са верни! Ако часовникът ви не е сверен, SarmaCoins Core няма да работи правилно. Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. @@ -3791,8 +3791,8 @@ for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com Запазени права (C) 2009-%i Bitcoin Core разработчици - Copyright (C) 2014-%i The Dash Core Developers - Запазени права (C) 2014-%i Dash Core разработчиците + Copyright (C) 2014-%i The SarmaCoins Core Developers + Запазени права (C) 2014-%i SarmaCoins Core разработчиците Could not parse -rpcbind value %s as network address @@ -3823,8 +3823,8 @@ for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com Грешка при свързване с Masternode. - Error loading wallet.dat: Wallet requires newer version of Dash Core - Грешка при зареждане на wallet.dat: портфейлът изисква по-нова версия на Dash Core + Error loading wallet.dat: Wallet requires newer version of SarmaCoins Core + Грешка при зареждане на wallet.dat: портфейлът изисква по-нова версия на SarmaCoins Core Error: A fatal internal error occured, see debug.log for details @@ -3895,8 +3895,8 @@ for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com Информация - Initialization sanity check failed. Dash Core is shutting down. - Инициализационната проверка не успешна. Dash ядрото се изключва. + Initialization sanity check failed. SarmaCoins Core is shutting down. + Инициализационната проверка не успешна. SarmaCoins ядрото се изключва. Input is not valid. @@ -4147,8 +4147,8 @@ for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com Използвай UPnP за определяне на порта за слушане (по подразбиране: %u) - Wallet needed to be rewritten: restart Dash Core to complete - Портфейлът трябва да бъде презаписан: рестартирайте Dash за да завършите + Wallet needed to be rewritten: restart SarmaCoins Core to complete + Портфейлът трябва да бъде презаписан: рестартирайте SarmaCoins за да завършите Warning: Unsupported argument -benchmark ignored, use -debug=bench. @@ -4208,7 +4208,7 @@ for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com Keep N DASH anonymized (default: %u) - Поддържай N Dash анонимизирани (по подразбиране: %u) + Поддържай N SarmaCoins анонимизирани (по подразбиране: %u) Keep at most <n> unconnectable transactions in memory (default: %u) diff --git a/src/qt/locale/dash_de.ts b/src/qt/locale/sarmacoins_de.ts similarity index 93% rename from src/qt/locale/dash_de.ts rename to src/qt/locale/sarmacoins_de.ts index 4c99ff23404a7..6cb1826bf6b85 100644 --- a/src/qt/locale/dash_de.ts +++ b/src/qt/locale/sarmacoins_de.ts @@ -43,11 +43,11 @@ Choose the address to send coins to - Wählen Sie die Adresse aus, an die Sie Dash überweisen möchten + Wählen Sie die Adresse aus, an die Sie SarmaCoins überweisen möchten Choose the address to receive coins with - Wählen Sie die Adresse aus, über die Sie Dash empfangen wollen + Wählen Sie die Adresse aus, über die Sie SarmaCoins empfangen wollen C&hoose @@ -62,12 +62,12 @@ Empfangsadressen - These are your Dash addresses for sending payments. Always check the amount and the receiving address before sending coins. - Dies sind ihre Dash-Adressen zum Tätigen von Überweisungen. Bitte prüfen Sie den Betrag und die Empfangsadresse, bevor Sie Dash überweisen. + These are your SarmaCoins addresses for sending payments. Always check the amount and the receiving address before sending coins. + Dies sind ihre SarmaCoins-Adressen zum Tätigen von Überweisungen. Bitte prüfen Sie den Betrag und die Empfangsadresse, bevor Sie SarmaCoins überweisen. - These are your Dash addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Dies sind ihre Dash-Adressen zum Empfangen von Zahlungen. Es wird empfohlen für jede Transaktion eine neue Empfangsadresse zu verwenden. + These are your SarmaCoins addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + Dies sind ihre SarmaCoins-Adressen zum Empfangen von Zahlungen. Es wird empfohlen für jede Transaktion eine neue Empfangsadresse zu verwenden. &Copy Address @@ -177,7 +177,7 @@ Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR DASH</b>! - Warnung: Wenn Sie ihre Wallet verschlüsseln und ihre Passphrase verlieren werden Sie <b>alle ihre Dash verlieren</b>! + Warnung: Wenn Sie ihre Wallet verschlüsseln und ihre Passphrase verlieren werden Sie <b>alle ihre SarmaCoins verlieren</b>! Are you sure you wish to encrypt your wallet? @@ -188,8 +188,8 @@ Wallet verschlüsselt - Dash will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your dashs from being stolen by malware infecting your computer. - Dash wird jetzt beendet, um den Verschlüsselungsprozess abzuschließen. Bitte beachten Sie, dass die Wallet-Verschlüsselung nicht vollständig vor Diebstahl ihrer Dash durch Schadsoftware schützt, die ihren Computer befällt. + SarmaCoins will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your SarmaCoinss from being stolen by malware infecting your computer. + SarmaCoins wird jetzt beendet, um den Verschlüsselungsprozess abzuschließen. Bitte beachten Sie, dass die Wallet-Verschlüsselung nicht vollständig vor Diebstahl ihrer SarmaCoins durch Schadsoftware schützt, die ihren Computer befällt. IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. @@ -231,8 +231,8 @@ BitcoinGUI - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Wallet @@ -255,16 +255,16 @@ &Überweisen - Send coins to a Dash address - Dash an eine Dash-Adresse überweisen + Send coins to a SarmaCoins address + SarmaCoins an eine SarmaCoins-Adresse überweisen &Receive &Empfangen - Request payments (generates QR codes and dash: URIs) - Zahlungen anfordern (erzeugt QR-Codes und "dash:"-URIs) + Request payments (generates QR codes and SarmaCoins: URIs) + Zahlungen anfordern (erzeugt QR-Codes und "SarmaCoins:"-URIs) &Transactions @@ -283,12 +283,12 @@ Anwendung beenden - &About Dash Core - &Über Dash Core + &About SarmaCoins Core + &Über SarmaCoins Core - Show information about Dash Core - Informationen über Dash Core anzeigen + Show information about SarmaCoins Core + Informationen über SarmaCoins Core anzeigen About &Qt @@ -303,7 +303,7 @@ &Konfiguration... - Modify configuration options for Dash + Modify configuration options for SarmaCoins Die Konfiguration des Clients bearbeiten @@ -355,16 +355,16 @@ Nachricht s&ignieren... - Sign messages with your Dash addresses to prove you own them - Nachrichten signieren, um den Besitz ihrer Dash-Adressen zu beweisen + Sign messages with your SarmaCoins addresses to prove you own them + Nachrichten signieren, um den Besitz ihrer SarmaCoins-Adressen zu beweisen &Verify message... Nachricht &verifizieren... - Verify messages to ensure they were signed with specified Dash addresses - Nachrichten verifizieren, um sicherzustellen, dass diese mit den angegebenen Dash-Adressen signiert wurden + Verify messages to ensure they were signed with specified SarmaCoins addresses + Nachrichten verifizieren, um sicherzustellen, dass diese mit den angegebenen SarmaCoins-Adressen signiert wurden &Information @@ -443,16 +443,16 @@ &URI öffnen... - Open a dash: URI or payment request - Eine "dash:"-URI oder Zahlungsanforderung öffnen + Open a SarmaCoins: URI or payment request + Eine "SarmaCoins:"-URI oder Zahlungsanforderung öffnen &Command-line options &Kommandozeilenoptionen - Dash Core client - Dash Core Client + SarmaCoins Core client + SarmaCoins Core Client Processed %n blocks of transaction history. @@ -463,8 +463,8 @@ Synchronisiere zusätzliche Daten: %p% - Show the Dash Core help message to get a list with possible Dash command-line options - Zeige den "Dash Core"-Hilfetext, um eine Liste mit möglichen Kommandozeilenoptionen zu erhalten + Show the SarmaCoins Core help message to get a list with possible SarmaCoins command-line options + Zeige den "SarmaCoins Core"-Hilfetext, um eine Liste mit möglichen Kommandozeilenoptionen zu erhalten &File @@ -487,8 +487,8 @@ Registerkartenleiste - %n active connection(s) to Dash network - %n aktive Verbindung zum Dash-Netzwerk%n aktive Verbindungen zum Dash-Netzwerk + %n active connection(s) to SarmaCoins network + %n aktive Verbindung zum SarmaCoins-Netzwerk%n aktive Verbindungen zum SarmaCoins-Netzwerk Synchronizing with network... @@ -884,7 +884,7 @@ Adresse: %4 0.1 DASH per 1000 DASH you anonymize. - 0,1 DASH pro 1000 zu anonymisierende Dash. + 0,1 DASH pro 1000 zu anonymisierende SarmaCoins. This is the slowest and most secure option. Using maximum anonymity will cost @@ -895,16 +895,16 @@ Adresse: %4 Darksend-Konfiguration - Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend wurde erfolgreich auf einfachen Datenschutz (%1 und 2 Runden) gesetzt. Sie können dies jederzeit im Konfigurationsfenster von Dash ändern. + Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend wurde erfolgreich auf einfachen Datenschutz (%1 und 2 Runden) gesetzt. Sie können dies jederzeit im Konfigurationsfenster von SarmaCoins ändern. - Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend wurde erfolgreich auf hohen Datenschutz (%1 und 8 Runden) gesetzt. Sie können dies jederzeit im Konfigurationsfenster von Dash ändern. + Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend wurde erfolgreich auf hohen Datenschutz (%1 und 8 Runden) gesetzt. Sie können dies jederzeit im Konfigurationsfenster von SarmaCoins ändern. - Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend wurde erfolgreich auf maximalen Datenschutz (%1 und 16 Runden) gesetzt. Sie können dies jederzeit im Konfigurationsfenster von Dash ändern. + Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend wurde erfolgreich auf maximalen Datenschutz (%1 und 16 Runden) gesetzt. Sie können dies jederzeit im Konfigurationsfenster von SarmaCoins ändern. @@ -946,8 +946,8 @@ Adresse: %4 Zahlungsadresse bearbeiten - The entered address "%1" is not a valid Dash address. - Die eingegebene Adresse "%1" ist keine gültige Dash-Adresse. + The entered address "%1" is not a valid SarmaCoins address. + Die eingegebene Adresse "%1" ist keine gültige SarmaCoins-Adresse. The entered address "%1" is already in the address book. @@ -988,8 +988,8 @@ Adresse: %4 HelpMessageDialog - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core version @@ -1000,8 +1000,8 @@ Adresse: %4 (%1-Bit) - About Dash Core - Über Dash Core + About SarmaCoins Core + Über SarmaCoins Core Command-line options @@ -1047,16 +1047,16 @@ Adresse: %4 Willkommen - Welcome to Dash Core. - Willkommen zu Dash Core. + Welcome to SarmaCoins Core. + Willkommen zu SarmaCoins Core. - As this is the first time the program is launched, you can choose where Dash Core will store its data. - Da dies das erste Mal ist, dass Sie Dash Core starten, legen Sie jetzt bitte fest, an welchem Ort die Daten gespeichert werden sollen. + As this is the first time the program is launched, you can choose where SarmaCoins Core will store its data. + Da dies das erste Mal ist, dass Sie SarmaCoins Core starten, legen Sie jetzt bitte fest, an welchem Ort die Daten gespeichert werden sollen. - Dash Core will download and store a copy of the Dash block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Dash Core wird jetzt die Blockchain laden und lokal speichern. Dafür sind mindestens %1GB freier Speicherplatz erforderlich. Der Speicherbedarf wird mit der Zeit anwachsen. Das Wallet wird ebenfalls in diesem Verzeichnis gespeichert. + SarmaCoins Core will download and store a copy of the SarmaCoins block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + SarmaCoins Core wird jetzt die Blockchain laden und lokal speichern. Dafür sind mindestens %1GB freier Speicherplatz erforderlich. Der Speicherbedarf wird mit der Zeit anwachsen. Das Wallet wird ebenfalls in diesem Verzeichnis gespeichert. Use the default data directory @@ -1067,8 +1067,8 @@ Adresse: %4 Ein benutzerdefiniertes Datenverzeichnis verwenden: - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Error: Specified data directory "%1" cannot be created. @@ -1121,12 +1121,12 @@ Adresse: %4 &Allgemein - Automatically start Dash after logging in to the system. - Dash nach der Anmeldung am System automatisch starten. + Automatically start SarmaCoins after logging in to the system. + SarmaCoins nach der Anmeldung am System automatisch starten. - &Start Dash on system login - &Starte Dash automatisch nach Systemanmeldung + &Start SarmaCoins on system login + &Starte SarmaCoins automatisch nach Systemanmeldung Size of &database cache @@ -1153,8 +1153,8 @@ Adresse: %4 Beim Erreichen dieses Betrages wird Darksend ausgeschaltet. - Amount of Dash to keep anonymized - Anzahl anonymisierter Dash + Amount of SarmaCoins to keep anonymized + Anzahl anonymisierter SarmaCoins W&allet @@ -1173,8 +1173,8 @@ Adresse: %4 Eingehende Verbindungen erlauben - Connect to the Dash network through a SOCKS5 proxy. - Über einen SOCKS5-Proxy mit dem Dash-Netzwerk verbinden. + Connect to the SarmaCoins network through a SOCKS5 proxy. + Über einen SOCKS5-Proxy mit dem SarmaCoins-Netzwerk verbinden. &Connect through SOCKS5 proxy (default proxy): @@ -1205,8 +1205,8 @@ Adresse: %4 &Netzwerk - Automatically open the Dash client port on the router. This only works when your router supports UPnP and it is enabled. - Automatisch den Dash-Clientport auf dem Router öffnen. Dies funktioniert nur, wenn Ihr Router UPnP unterstützt und dies aktiviert ist. + Automatically open the SarmaCoins client port on the router. This only works when your router supports UPnP and it is enabled. + Automatisch den SarmaCoins-Clientport auf dem Router öffnen. Dies funktioniert nur, wenn Ihr Router UPnP unterstützt und dies aktiviert ist. Map port using &UPnP @@ -1257,14 +1257,14 @@ Adresse: %4 &Sprache der Benutzeroberfläche: - The user interface language can be set here. This setting will take effect after restarting Dash. - Legt die Sprache der Benutzeroberfläche fest. Diese Einstellung wird erst nach einem Neustart von Dash aktiv. + The user interface language can be set here. This setting will take effect after restarting SarmaCoins. + Legt die Sprache der Benutzeroberfläche fest. Diese Einstellung wird erst nach einem Neustart von SarmaCoins aktiv. Language missing or translation incomplete? Help contributing translations here: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ Fehlt eine Sprache oder ist unvollständig übersetzt? Hier können Sie helfen: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ User Interface Theme: @@ -1276,7 +1276,7 @@ https://www.transifex.com/projects/p/dash/ Choose the default subdivision unit to show in the interface and when sending coins. - Wählen Sie die standardmäßige Untereinheit, die in der Benutzeroberfläche und beim Überweisen von Dash angezeigt werden soll. + Wählen Sie die standardmäßige Untereinheit, die in der Benutzeroberfläche und beim Überweisen von SarmaCoins angezeigt werden soll. Decimal digits @@ -1346,8 +1346,8 @@ https://www.transifex.com/projects/p/dash/ Formular - The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. - Die angezeigten Informationen sind möglicherweise nicht mehr aktuell. Ihre Wallet wird automatisch synchronisiert, nachdem eine Verbindung zum Dash-Netzwerk hergestellt wurde. Dieser Prozess ist jedoch derzeit noch nicht abgeschlossen. + The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. + Die angezeigten Informationen sind möglicherweise nicht mehr aktuell. Ihre Wallet wird automatisch synchronisiert, nachdem eine Verbindung zum SarmaCoins-Netzwerk hergestellt wurde. Dieser Prozess ist jedoch derzeit noch nicht abgeschlossen. Available: @@ -1567,8 +1567,8 @@ https://www.transifex.com/projects/p/dash/ Fehlerhafte Zahlungsanforderung - Cannot start dash: click-to-pay handler - Dash kann nicht gestartet werden: click-to-pay handler + Cannot start SarmaCoins: click-to-pay handler + SarmaCoins kann nicht gestartet werden: click-to-pay handler URI handling @@ -1587,8 +1587,8 @@ https://www.transifex.com/projects/p/dash/ Ungültige Zahlungsadresse %1 - URI cannot be parsed! This can be caused by an invalid Dash address or malformed URI parameters. - URI konnte nicht erfolgreich verarbeitet werden. Höchstwahrscheinlich ist dies entweder keine gültige Dash-Adresse oder die URI-Parameter sind falsch gesetzt. + URI cannot be parsed! This can be caused by an invalid SarmaCoins address or malformed URI parameters. + URI konnte nicht erfolgreich verarbeitet werden. Höchstwahrscheinlich ist dies entweder keine gültige SarmaCoins-Adresse oder die URI-Parameter sind falsch gesetzt. Payment request file cannot be read! This can be caused by an invalid payment request file. @@ -1673,8 +1673,8 @@ https://www.transifex.com/projects/p/dash/ Betrag - Enter a Dash address (e.g. %1) - Dash-Adresse eingeben (z.B. %1) + Enter a SarmaCoins address (e.g. %1) + SarmaCoins-Adresse eingeben (z.B. %1) %1 d @@ -1763,8 +1763,8 @@ https://www.transifex.com/projects/p/dash/ Anzahl Verbindungen - Open the Dash debug log file from the current data directory. This can take a few seconds for large log files. - Öffnet die Dash-Debugprotokolldatei aus dem aktuellen Datenverzeichnis. Dies kann bei großen Protokolldateien einige Sekunden dauern. + Open the SarmaCoins debug log file from the current data directory. This can take a few seconds for large log files. + Öffnet die SarmaCoins-Debugprotokolldatei aus dem aktuellen Datenverzeichnis. Dies kann bei großen Protokolldateien einige Sekunden dauern. &Open @@ -1971,8 +1971,8 @@ https://www.transifex.com/projects/p/dash/ ausgehend: - Welcome to the Dash RPC console. - Willkommen in der Dash RPC-Console. + Welcome to the SarmaCoins RPC console. + Willkommen in der SarmaCoins RPC-Console. Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -2034,8 +2034,8 @@ https://www.transifex.com/projects/p/dash/ Vorhandene Empfangsadresse &wiederverwenden (nicht empfohlen) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dash network. - Eine optionale Nachricht, die an die Zahlungsanforderung angehängt wird. Sie wird angezeigt, wenn die Anforderung geöffnet wird. Hinweis: Diese Nachricht wird nicht mit der Zahlung über das Dash-Netzwerk gesendet. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the SarmaCoins network. + Eine optionale Nachricht, die an die Zahlungsanforderung angehängt wird. Sie wird angezeigt, wenn die Anforderung geöffnet wird. Hinweis: Diese Nachricht wird nicht mit der Zahlung über das SarmaCoins-Netzwerk gesendet. &Message: @@ -2046,8 +2046,8 @@ https://www.transifex.com/projects/p/dash/ Eine optionale Bezeichnung, die der neuen Empfangsadresse zugeordnet wird. - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Dash network. - Eine optionale Nachricht, die an die Zahlungsanforderung angehängt wird. Sie wird angezeigt, wenn die Anforderung geöffnet wird.<br> Hinweis: Diese Nachricht wird nicht mit der Zahlung über das Dash-Netzwerk gesendet. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the SarmaCoins network. + Eine optionale Nachricht, die an die Zahlungsanforderung angehängt wird. Sie wird angezeigt, wenn die Anforderung geöffnet wird.<br> Hinweis: Diese Nachricht wird nicht mit der Zahlung über das SarmaCoins-Netzwerk gesendet. Use this form to request payments. All fields are <b>optional</b>. @@ -2200,7 +2200,7 @@ https://www.transifex.com/projects/p/dash/ SendCoinsDialog Send Coins - Dash überweisen + SarmaCoins überweisen Coin Control Features @@ -2291,7 +2291,7 @@ https://www.transifex.com/projects/p/dash/ Wenn die benutzerdefinierten Gebühren auf 1000 duffs gesetzt sind und eine Transaktion hat nur 250 Bytes, dann kostet "pro Kilobyte" nur 250 duffs Gebühren, während "mindestens" 1000 duffs kostet. Transaktionen größer als 1 Kilobyte werden immer pro Kilobyte bezahlt. - Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for dash transactions than the network can process. + Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for SarmaCoins transactions than the network can process. Nur die minimalen Gebühren zu zahlen ist völlig ausreichend so lange in einem neuen Block der Blockkette noch genug Platz für neue Transaktionen ist.<br /> Bitte beachten Sie dass wenn dies in der Zukunft nicht mehr der Fall sein sollte Ihre Transaktion eventuell niemals in einen neuen Block aufgenommen werden wird, also niemals bestätigt wird. @@ -2485,7 +2485,7 @@ https://www.transifex.com/projects/p/dash/ The transaction was rejected! This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here. Die Transaktion wurde abgelehnt! -Dies kann passieren, wenn einige Dash aus ihrer Wallet bereits ausgegeben wurden. Beispielsweise weil Sie eine Kopie ihrer wallet.dat nutzten und die Dash dort ausgegeben haben. Diese Ausgaben sind in diesem Fall in der derzeit aktiven Wallet nicht vermerkt. +Dies kann passieren, wenn einige SarmaCoins aus ihrer Wallet bereits ausgegeben wurden. Beispielsweise weil Sie eine Kopie ihrer wallet.dat nutzten und die SarmaCoins dort ausgegeben haben. Diese Ausgaben sind in diesem Fall in der derzeit aktiven Wallet nicht vermerkt. Error: The wallet was unlocked only to anonymize coins. @@ -2496,8 +2496,8 @@ Dies kann passieren, wenn einige Dash aus ihrer Wallet bereits ausgegeben wurden Nur die minimalen Gebühren von %1 zahlen - Warning: Invalid Dash address - Warnung: ungültige Dash-Adresse + Warning: Invalid SarmaCoins address + Warnung: ungültige SarmaCoins-Adresse Warning: Unknown change address @@ -2519,8 +2519,8 @@ Dies kann passieren, wenn einige Dash aus ihrer Wallet bereits ausgegeben wurden E&mpfänger: - The Dash address to send the payment to - Dash-Adresse, an die überwiesen werden soll + The SarmaCoins address to send the payment to + SarmaCoins-Adresse, an die überwiesen werden soll Choose previously used address @@ -2559,8 +2559,8 @@ Dies kann passieren, wenn einige Dash aus ihrer Wallet bereits ausgegeben wurden Nachricht: - A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network. - Eine an die "dash:"-URI angefügte Nachricht, die zusammen mit der Transaktion gespeichert wird. Hinweis: Diese Nachricht wird nicht über das Dash-Netzwerk gesendet. + A message that was attached to the SarmaCoins: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the SarmaCoins network. + Eine an die "SarmaCoins:"-URI angefügte Nachricht, die zusammen mit der Transaktion gespeichert wird. Hinweis: Diese Nachricht wird nicht über das SarmaCoins-Netzwerk gesendet. This is an unverified payment request. @@ -2586,8 +2586,8 @@ Dies kann passieren, wenn einige Dash aus ihrer Wallet bereits ausgegeben wurden ShutdownWindow - Dash Core is shutting down... - Dash-Core wird herunter gefahren... + SarmaCoins Core is shutting down... + SarmaCoins-Core wird herunter gefahren... Do not shut down the computer until this window disappears. @@ -2609,8 +2609,8 @@ Dies kann passieren, wenn einige Dash aus ihrer Wallet bereits ausgegeben wurden Sie können Nachrichten mit ihren Adressen signieren, um den Besitz dieser Adressen zu beweisen. Bitte nutzen Sie diese Funktion mit Vorsicht und nehmen Sie sich vor Phishingangriffen in Acht. Signieren Sie nur Nachrichten, mit denen Sie vollständig einverstanden sind. - The Dash address to sign the message with - Dash-Adresse, mit der die Nachricht signiert werden soll + The SarmaCoins address to sign the message with + SarmaCoins-Adresse, mit der die Nachricht signiert werden soll Choose previously used address @@ -2641,8 +2641,8 @@ Dies kann passieren, wenn einige Dash aus ihrer Wallet bereits ausgegeben wurden Aktuelle Signatur in die Zwischenablage kopieren - Sign the message to prove you own this Dash address - Die Nachricht signieren, um den Besitz dieser Dash-Adresse zu belegen + Sign the message to prove you own this SarmaCoins address + Die Nachricht signieren, um den Besitz dieser SarmaCoins-Adresse zu belegen Sign &Message @@ -2665,12 +2665,12 @@ Dies kann passieren, wenn einige Dash aus ihrer Wallet bereits ausgegeben wurden Geben Sie die signierende Adresse, Nachricht (achten Sie darauf Zeilenumbrüche, Leerzeichen, Tabulatoren usw. exakt zu kopieren) und Signatur unten ein, um die Nachricht zu verifizieren. Vorsicht, interpretieren Sie nicht mehr in die Signatur hinein, als in der signierten Nachricht selber enthalten ist, um nicht von einem Man-in-the-middle-Angriff hinters Licht geführt zu werden. - The Dash address the message was signed with - Dash-Adresse, mit der die Nachricht signiert worden ist + The SarmaCoins address the message was signed with + SarmaCoins-Adresse, mit der die Nachricht signiert worden ist - Verify the message to ensure it was signed with the specified Dash address - Die Nachricht verifizieren, um sicherzustellen, dass diese mit der angegebenen Dash-Adresse signiert wurde + Verify the message to ensure it was signed with the specified SarmaCoins address + Die Nachricht verifizieren, um sicherzustellen, dass diese mit der angegebenen SarmaCoins-Adresse signiert wurde Verify &Message @@ -2736,8 +2736,8 @@ Dies kann passieren, wenn einige Dash aus ihrer Wallet bereits ausgegeben wurden SplashScreen - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Version %1 @@ -2748,8 +2748,8 @@ Dies kann passieren, wenn einige Dash aus ihrer Wallet bereits ausgegeben wurden Die "Bitcoin Core"-Entwickler - The Dash Core developers - Die "Dash Core"-Entwickler + The SarmaCoins Core developers + Die "SarmaCoins Core"-Entwickler [testnet] @@ -2919,7 +2919,7 @@ Dies kann passieren, wenn einige Dash aus ihrer Wallet bereits ausgegeben wurden Generated coins must mature %1 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, its state will change to "not accepted" and it won't be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. - Erzeugte Dash müssen %1 Blöcke lang reifen, bevor sie ausgegeben werden können. Als Sie diesen Block erzeugten, wurde er an das Netzwerk übertragen, um ihn der Blockkette hinzuzufügen. Falls dies fehlschlägt wird der Status in "nicht angenommen" geändert und Sie werden keine Dash gutgeschrieben bekommen. Das kann gelegentlich passieren, wenn ein anderer Knoten einen Block fast zeitgleich erzeugt. + Erzeugte SarmaCoins müssen %1 Blöcke lang reifen, bevor sie ausgegeben werden können. Als Sie diesen Block erzeugten, wurde er an das Netzwerk übertragen, um ihn der Blockkette hinzuzufügen. Falls dies fehlschlägt wird der Status in "nicht angenommen" geändert und Sie werden keine SarmaCoins gutgeschrieben bekommen. Das kann gelegentlich passieren, wenn ein anderer Knoten einen Block fast zeitgleich erzeugt. Debug information @@ -3273,7 +3273,7 @@ Dies kann passieren, wenn einige Dash aus ihrer Wallet bereits ausgegeben wurden WalletModel Send Coins - Dash überweisen + SarmaCoins überweisen InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 DASH. @@ -3320,18 +3320,18 @@ Dies kann passieren, wenn einige Dash aus ihrer Wallet bereits ausgegeben wurden - dash-core + SarmaCoins-core Bind to given address and always listen on it. Use [host]:port notation for IPv6 An die angegebene Adresse binden und immer abhören. Für IPv6 "[Host]:Port"-Schreibweise verwenden - Cannot obtain a lock on data directory %s. Dash Core is probably already running. + Cannot obtain a lock on data directory %s. SarmaCoins Core is probably already running. Das Programm kann das Daten-Verzeichnis %s nicht als "in Verwendung" markieren. Wahrscheinlich läuft das Programm bereits. Darksend uses exact denominated amounts to send funds, you might simply need to anonymize some more coins. - Darksend benutzt exakt gestückelte Beträge zum Versenden, Sie müssen dafür möglicherweise noch mehr Dash anonymisieren. + Darksend benutzt exakt gestückelte Beträge zum Versenden, Sie müssen dafür möglicherweise noch mehr SarmaCoins anonymisieren. Enter regression test mode, which uses a special chain in which blocks can be solved instantly. @@ -3382,8 +3382,8 @@ Dies kann passieren, wenn einige Dash aus ihrer Wallet bereits ausgegeben wurden Dies ist eine Vorab-Testversion - Verwendung auf eigene Gefahr - nicht für Mining- oder Handelsanwendungen nutzen! - Unable to bind to %s on this computer. Dash Core is probably already running. - Dash Core den Prozess %s auf dem Computer nicht an sich binden. Wahrscheinlich läuft das Programm bereits. + Unable to bind to %s on this computer. SarmaCoins Core is probably already running. + SarmaCoins Core den Prozess %s auf dem Computer nicht an sich binden. Wahrscheinlich läuft das Programm bereits. Unable to locate enough Darksend denominated funds for this transaction. @@ -3614,8 +3614,8 @@ Dies kann passieren, wenn einige Dash aus ihrer Wallet bereits ausgegeben wurden Lösche alle Wallet-Transaktionen stelle nur diese mittels -rescan beim nächsten Start des Wallets wieder her. - Disable all Dash specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) - Deaktiviere all Dash-spezifischen Funktionen (Masternodes, Darksend, InstantX, Budgeting) (0-1, Standard: %u) + Disable all SarmaCoins specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) + Deaktiviere all SarmaCoins-spezifischen Funktionen (Masternodes, Darksend, InstantX, Budgeting) (0-1, Standard: %u) Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. @@ -3687,7 +3687,7 @@ Dies kann passieren, wenn einige Dash aus ihrer Wallet bereits ausgegeben wurden Provide liquidity to Darksend by infrequently mixing coins on a continual basis (0-100, default: %u, 1=very frequent, high fees, 100=very infrequent, low fees) - Durch diese Einstellung können Sie dem Darksend-Netzwerk zusätzliche Liquidität zur Verfügung stellen in dem Sie von Zeit zu Zeit bereits anonymisierte Dash wieder dem Mixing-Prozess zuführen. (0-100, 0=aus, 1=sehr oft, 100=sehr selten (wenig Gebühren). Standard: %u) + Durch diese Einstellung können Sie dem Darksend-Netzwerk zusätzliche Liquidität zur Verfügung stellen in dem Sie von Zeit zu Zeit bereits anonymisierte SarmaCoins wieder dem Mixing-Prozess zuführen. (0-100, 0=aus, 1=sehr oft, 100=sehr selten (wenig Gebühren). Standard: %u) Require high priority for relaying free or low-fee transactions (default:%u) @@ -3710,27 +3710,27 @@ Dies kann passieren, wenn einige Dash aus ihrer Wallet bereits ausgegeben wurden Dieses Produkt enthält vom OpenSSL-Projekt entwickelte Software zur Benutzung des OpenSSL Toolkit <https://www.openssl.org/>, kryptographische Software geschrieben von Eric Young und UPnP Software geschrieben von Thomas Bernard. - To use dashd, or the -server option to dash-qt, you must set an rpcpassword in the configuration file: + To use SarmaCoinsd, or the -server option to SarmaCoins-qt, you must set an rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=dashrpc +rpcuser=SarmaCoinsrpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com - Um dashd (oder dash-qt mit dem -server Parameter) zu benutzen müssen Sie ein rpcpasswort in dieser Konfigurationsdatei angeben: + Um SarmaCoinsd (oder SarmaCoins-qt mit dem -server Parameter) zu benutzen müssen Sie ein rpcpasswort in dieser Konfigurationsdatei angeben: %s Es wird empfohlen das folgende Zufallspasswort zu verwenden: -rpcuser=dashrpc +rpcuser=SarmaCoinsrpc rpcpassword=%s (Sie müssen sich dieses Passwort nicht merken!) Der Benutzername und das Passwort dürfen NICHT identisch sein. Falls die Konfigurationsdatei nicht existiert, erzeugen Sie diese bitte mit Leserechten nur für den Dateibesitzer. Es wird ebenfalls empfohlen alertnotify anzugeben, um im Problemfall benachrichtigt zu werden; -zum Beispiel: alertnotify=echo %%s | mail -s \"Dash Alert\" admin@foo.com +zum Beispiel: alertnotify=echo %%s | mail -s \"SarmaCoins Alert\" admin@foo.com Unable to locate enough funds for this transaction that are not equal 1000 DASH. @@ -3745,8 +3745,8 @@ zum Beispiel: alertnotify=echo %%s | mail -s \"Dash Alert\" admin@foo.comWarnung: -maxtxfee ist auf einen sehr hohen Wert gesetzt! Diese Gebühr könnte schon beim Senden einer einzelnen Transaktion fällig werden. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Dash Core will not work properly. - Warnung: Bitte überprüfen Sie die Datums- und Uhrzeiteinstellungen ihres Computers, da Dash Core ansonsten nicht ordnungsgemäß funktionieren wird! + Warning: Please check that your computer's date and time are correct! If your clock is wrong SarmaCoins Core will not work properly. + Warnung: Bitte überprüfen Sie die Datums- und Uhrzeiteinstellungen ihres Computers, da SarmaCoins Core ansonsten nicht ordnungsgemäß funktionieren wird! Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. @@ -3799,8 +3799,8 @@ zum Beispiel: alertnotify=echo %%s | mail -s \"Dash Alert\" admin@foo.comCopyright (C) 2009-%i Die "Bitcoin Core"-Entwickler - Copyright (C) 2014-%i The Dash Core Developers - Copyright (C) 2014-%i Die "Dash Core"-Entwickler + Copyright (C) 2014-%i The SarmaCoins Core Developers + Copyright (C) 2014-%i Die "SarmaCoins Core"-Entwickler Could not parse -rpcbind value %s as network address @@ -3831,8 +3831,8 @@ zum Beispiel: alertnotify=echo %%s | mail -s \"Dash Alert\" admin@foo.comFehler bei der Verbindung zum Masternode. - Error loading wallet.dat: Wallet requires newer version of Dash Core - Fehler beim Laden von wallet.dat: Wallet benötigt neuere Version von Dash Core + Error loading wallet.dat: Wallet requires newer version of SarmaCoins Core + Fehler beim Laden von wallet.dat: Wallet benötigt neuere Version von SarmaCoins Core Error: A fatal internal error occured, see debug.log for details @@ -3903,9 +3903,9 @@ zum Beispiel: alertnotify=echo %%s | mail -s \"Dash Alert\" admin@foo.comHinweis - Initialization sanity check failed. Dash Core is shutting down. + Initialization sanity check failed. SarmaCoins Core is shutting down. Fehler beim Initialisieren (Plausibilitätsprüfung fehlgeschlagen). -Dash Core wird heruntergefahren. +SarmaCoins Core wird heruntergefahren. Input is not valid. @@ -4149,14 +4149,14 @@ Dash Core wird heruntergefahren. Use N separate masternodes to anonymize funds (2-8, default: %u) - N unterschiedliche Masternodes benutzen, um Dash zu anonymisieren (2-8, Standard: %u) + N unterschiedliche Masternodes benutzen, um SarmaCoins zu anonymisieren (2-8, Standard: %u) Use UPnP to map the listening port (default: %u) UPnP verwenden, um eine Portweiterleitung einzurichten (Standard: %u) - Wallet needed to be rewritten: restart Dash Core to complete + Wallet needed to be rewritten: restart SarmaCoins Core to complete Die Wallet musste neu geschrieben werden. Bitte das Programm neu starten um den Vorgang abzuschließen diff --git a/src/qt/locale/dash_en.ts b/src/qt/locale/sarmacoins_en.ts similarity index 95% rename from src/qt/locale/dash_en.ts rename to src/qt/locale/sarmacoins_en.ts index 3c86462593e14..79570bd1db82c 100644 --- a/src/qt/locale/dash_en.ts +++ b/src/qt/locale/sarmacoins_en.ts @@ -78,13 +78,13 @@ - These are your Dash addresses for sending payments. Always check the amount and the receiving address before sending coins. - These are your Dash addresses for sending payments. Always check the amount and the receiving address before sending coins. + These are your SarmaCoins addresses for sending payments. Always check the amount and the receiving address before sending coins. + These are your SarmaCoins addresses for sending payments. Always check the amount and the receiving address before sending coins. - These are your Dash addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - These are your Dash addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + These are your SarmaCoins addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + These are your SarmaCoins addresses for receiving payments. It is recommended to use a new receiving address for each transaction. @@ -235,8 +235,8 @@ - Dash will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your dashs from being stolen by malware infecting your computer. - Dash will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your dashs from being stolen by malware infecting your computer. + SarmaCoins will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your SarmaCoinss from being stolen by malware infecting your computer. + SarmaCoins will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your SarmaCoinss from being stolen by malware infecting your computer. @@ -296,8 +296,8 @@ - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core @@ -326,8 +326,8 @@ - Send coins to a Dash address - Send coins to a Dash address + Send coins to a SarmaCoins address + Send coins to a SarmaCoins address @@ -336,8 +336,8 @@ - Request payments (generates QR codes and dash: URIs) - Request payments (generates QR codes and dash: URIs) + Request payments (generates QR codes and SarmaCoins: URIs) + Request payments (generates QR codes and SarmaCoins: URIs) @@ -361,13 +361,13 @@ - &About Dash Core - &About Dash Core + &About SarmaCoins Core + &About SarmaCoins Core - Show information about Dash Core - Show information about Dash Core + Show information about SarmaCoins Core + Show information about SarmaCoins Core @@ -387,8 +387,8 @@ - Modify configuration options for Dash - Modify configuration options for Dash + Modify configuration options for SarmaCoins + Modify configuration options for SarmaCoins @@ -452,8 +452,8 @@ - Sign messages with your Dash addresses to prove you own them - Sign messages with your Dash addresses to prove you own them + Sign messages with your SarmaCoins addresses to prove you own them + Sign messages with your SarmaCoins addresses to prove you own them @@ -462,8 +462,8 @@ - Verify messages to ensure they were signed with specified Dash addresses - Verify messages to ensure they were signed with specified Dash addresses + Verify messages to ensure they were signed with specified SarmaCoins addresses + Verify messages to ensure they were signed with specified SarmaCoins addresses @@ -562,8 +562,8 @@ - Open a dash: URI or payment request - Open a dash: URI or payment request + Open a SarmaCoins: URI or payment request + Open a SarmaCoins: URI or payment request @@ -572,8 +572,8 @@ - Dash Core client - Dash Core client + SarmaCoins Core client + SarmaCoins Core client @@ -587,8 +587,8 @@ - Show the Dash Core help message to get a list with possible Dash command-line options - Show the Dash Core help message to get a list with possible Dash command-line options + Show the SarmaCoins Core help message to get a list with possible SarmaCoins command-line options + Show the SarmaCoins Core help message to get a list with possible SarmaCoins command-line options @@ -617,8 +617,8 @@ - %n active connection(s) to Dash network - %n active connection to Dash network%n active connections to Dash network + %n active connection(s) to SarmaCoins network + %n active connection to SarmaCoins network%n active connections to SarmaCoins network @@ -1132,18 +1132,18 @@ Address: %4 - Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening SarmaCoins's configuration screen. - Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening SarmaCoins's configuration screen. - Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening SarmaCoins's configuration screen. @@ -1195,8 +1195,8 @@ Address: %4 - The entered address "%1" is not a valid Dash address. - The entered address "%1" is not a valid Dash address. + The entered address "%1" is not a valid SarmaCoins address. + The entered address "%1" is not a valid SarmaCoins address. @@ -1246,8 +1246,8 @@ Address: %4 HelpMessageDialog - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core @@ -1262,8 +1262,8 @@ Address: %4 - About Dash Core - About Dash Core + About SarmaCoins Core + About SarmaCoins Core @@ -1320,18 +1320,18 @@ Address: %4 - Welcome to Dash Core. - Welcome to Dash Core. + Welcome to SarmaCoins Core. + Welcome to SarmaCoins Core. - As this is the first time the program is launched, you can choose where Dash Core will store its data. - As this is the first time the program is launched, you can choose where Dash Core will store its data. + As this is the first time the program is launched, you can choose where SarmaCoins Core will store its data. + As this is the first time the program is launched, you can choose where SarmaCoins Core will store its data. - Dash Core will download and store a copy of the Dash block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Dash Core will download and store a copy of the Dash block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + SarmaCoins Core will download and store a copy of the SarmaCoins block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + SarmaCoins Core will download and store a copy of the SarmaCoins block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. @@ -1345,8 +1345,8 @@ Address: %4 - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core @@ -1411,13 +1411,13 @@ Address: %4 - Automatically start Dash after logging in to the system. - Automatically start Dash after logging in to the system. + Automatically start SarmaCoins after logging in to the system. + Automatically start SarmaCoins after logging in to the system. - &Start Dash on system login - &Start Dash on system login + &Start SarmaCoins on system login + &Start SarmaCoins on system login @@ -1451,8 +1451,8 @@ Address: %4 - Amount of Dash to keep anonymized - Amount of Dash to keep anonymized + Amount of SarmaCoins to keep anonymized + Amount of SarmaCoins to keep anonymized @@ -1476,8 +1476,8 @@ Address: %4 - Connect to the Dash network through a SOCKS5 proxy. - Connect to the Dash network through a SOCKS5 proxy. + Connect to the SarmaCoins network through a SOCKS5 proxy. + Connect to the SarmaCoins network through a SOCKS5 proxy. @@ -1516,8 +1516,8 @@ Address: %4 - Automatically open the Dash client port on the router. This only works when your router supports UPnP and it is enabled. - Automatically open the Dash client port on the router. This only works when your router supports UPnP and it is enabled. + Automatically open the SarmaCoins client port on the router. This only works when your router supports UPnP and it is enabled. + Automatically open the SarmaCoins client port on the router. This only works when your router supports UPnP and it is enabled. @@ -1581,15 +1581,15 @@ Address: %4 - The user interface language can be set here. This setting will take effect after restarting Dash. - The user interface language can be set here. This setting will take effect after restarting Dash. + The user interface language can be set here. This setting will take effect after restarting SarmaCoins. + The user interface language can be set here. This setting will take effect after restarting SarmaCoins. Language missing or translation incomplete? Help contributing translations here: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ Language missing or translation incomplete? Help contributing translations here: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ @@ -1695,8 +1695,8 @@ https://www.transifex.com/projects/p/dash/ - The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. - The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. + The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. + The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. @@ -1990,8 +1990,8 @@ https://www.transifex.com/projects/p/dash/ - Cannot start dash: click-to-pay handler - Cannot start dash: click-to-pay handler + Cannot start SarmaCoins: click-to-pay handler + Cannot start SarmaCoins: click-to-pay handler @@ -2017,8 +2017,8 @@ https://www.transifex.com/projects/p/dash/ - URI cannot be parsed! This can be caused by an invalid Dash address or malformed URI parameters. - URI cannot be parsed! This can be caused by an invalid Dash address or malformed URI parameters. + URI cannot be parsed! This can be caused by an invalid SarmaCoins address or malformed URI parameters. + URI cannot be parsed! This can be caused by an invalid SarmaCoins address or malformed URI parameters. @@ -2125,8 +2125,8 @@ https://www.transifex.com/projects/p/dash/ - Enter a Dash address (e.g. %1) - Enter a Dash address (e.g. %1) + Enter a SarmaCoins address (e.g. %1) + Enter a SarmaCoins address (e.g. %1) @@ -2259,8 +2259,8 @@ https://www.transifex.com/projects/p/dash/ - Open the Dash debug log file from the current data directory. This can take a few seconds for large log files. - Open the Dash debug log file from the current data directory. This can take a few seconds for large log files. + Open the SarmaCoins debug log file from the current data directory. This can take a few seconds for large log files. + Open the SarmaCoins debug log file from the current data directory. This can take a few seconds for large log files. @@ -2521,8 +2521,8 @@ https://www.transifex.com/projects/p/dash/ - Welcome to the Dash RPC console. - Welcome to the Dash RPC console. + Welcome to the SarmaCoins RPC console. + Welcome to the SarmaCoins RPC console. @@ -2601,8 +2601,8 @@ https://www.transifex.com/projects/p/dash/ - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dash network. - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dash network. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the SarmaCoins network. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the SarmaCoins network. @@ -2617,8 +2617,8 @@ https://www.transifex.com/projects/p/dash/ - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Dash network. - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Dash network. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the SarmaCoins network. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the SarmaCoins network. @@ -2925,8 +2925,8 @@ https://www.transifex.com/projects/p/dash/ - Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for dash transactions than the network can process. - Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for dash transactions than the network can process. + Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for SarmaCoins transactions than the network can process. + Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for SarmaCoins transactions than the network can process. @@ -3186,8 +3186,8 @@ https://www.transifex.com/projects/p/dash/ - Warning: Invalid Dash address - Warning: Invalid Dash address + Warning: Invalid SarmaCoins address + Warning: Invalid SarmaCoins address @@ -3214,8 +3214,8 @@ https://www.transifex.com/projects/p/dash/ - The Dash address to send the payment to - The Dash address to send the payment to + The SarmaCoins address to send the payment to + The SarmaCoins address to send the payment to @@ -3268,8 +3268,8 @@ https://www.transifex.com/projects/p/dash/ - A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network. - A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network. + A message that was attached to the SarmaCoins: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the SarmaCoins network. + A message that was attached to the SarmaCoins: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the SarmaCoins network. @@ -3303,8 +3303,8 @@ https://www.transifex.com/projects/p/dash/ ShutdownWindow - Dash Core is shutting down... - Dash Core is shutting down... + SarmaCoins Core is shutting down... + SarmaCoins Core is shutting down... @@ -3331,8 +3331,8 @@ https://www.transifex.com/projects/p/dash/ - The Dash address to sign the message with - The Dash address to sign the message with + The SarmaCoins address to sign the message with + The SarmaCoins address to sign the message with @@ -3373,8 +3373,8 @@ https://www.transifex.com/projects/p/dash/ - Sign the message to prove you own this Dash address - Sign the message to prove you own this Dash address + Sign the message to prove you own this SarmaCoins address + Sign the message to prove you own this SarmaCoins address @@ -3404,13 +3404,13 @@ https://www.transifex.com/projects/p/dash/ - The Dash address the message was signed with - The Dash address the message was signed with + The SarmaCoins address the message was signed with + The SarmaCoins address the message was signed with - Verify the message to ensure it was signed with the specified Dash address - Verify the message to ensure it was signed with the specified Dash address + Verify the message to ensure it was signed with the specified SarmaCoins address + Verify the message to ensure it was signed with the specified SarmaCoins address @@ -3498,8 +3498,8 @@ https://www.transifex.com/projects/p/dash/ SplashScreen - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core @@ -3513,8 +3513,8 @@ https://www.transifex.com/projects/p/dash/ - The Dash Core developers - The Dash Core developers + The SarmaCoins Core developers + The SarmaCoins Core developers @@ -4242,16 +4242,16 @@ https://www.transifex.com/projects/p/dash/ - dash-core + SarmaCoins-core - + Bind to given address and always listen on it. Use [host]:port notation for IPv6 Bind to given address and always listen on it. Use [host]:port notation for IPv6 - Cannot obtain a lock on data directory %s. Dash Core is probably already running. - Cannot obtain a lock on data directory %s. Dash Core is probably already running. + Cannot obtain a lock on data directory %s. SarmaCoins Core is probably already running. + Cannot obtain a lock on data directory %s. SarmaCoins Core is probably already running. @@ -4320,8 +4320,8 @@ https://www.transifex.com/projects/p/dash/ - Unable to bind to %s on this computer. Dash Core is probably already running. - Unable to bind to %s on this computer. Dash Core is probably already running. + Unable to bind to %s on this computer. SarmaCoins Core is probably already running. + Unable to bind to %s on this computer. SarmaCoins Core is probably already running. @@ -4610,8 +4610,8 @@ https://www.transifex.com/projects/p/dash/ - Disable all Dash specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) - Disable all Dash specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) + Disable all SarmaCoins specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) + Disable all SarmaCoins specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) @@ -4730,27 +4730,27 @@ https://www.transifex.com/projects/p/dash/ - To use dashd, or the -server option to dash-qt, you must set an rpcpassword in the configuration file: + To use SarmaCoinsd, or the -server option to SarmaCoins-qt, you must set an rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=dashrpc +rpcuser=SarmaCoinsrpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com - To use dashd, or the -server option to dash-qt, you must set an rpcpassword in the configuration file: + To use SarmaCoinsd, or the -server option to SarmaCoins-qt, you must set an rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=dashrpc +rpcuser=SarmaCoinsrpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com @@ -4770,8 +4770,8 @@ for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com - Warning: Please check that your computer's date and time are correct! If your clock is wrong Dash Core will not work properly. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Dash Core will not work properly. + Warning: Please check that your computer's date and time are correct! If your clock is wrong SarmaCoins Core will not work properly. + Warning: Please check that your computer's date and time are correct! If your clock is wrong SarmaCoins Core will not work properly. @@ -4837,8 +4837,8 @@ for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com - Copyright (C) 2014-%i The Dash Core Developers - Copyright (C) 2014-%i The Dash Core Developers + Copyright (C) 2014-%i The SarmaCoins Core Developers + Copyright (C) 2014-%i The SarmaCoins Core Developers @@ -4877,8 +4877,8 @@ for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com - Error loading wallet.dat: Wallet requires newer version of Dash Core - Error loading wallet.dat: Wallet requires newer version of Dash Core + Error loading wallet.dat: Wallet requires newer version of SarmaCoins Core + Error loading wallet.dat: Wallet requires newer version of SarmaCoins Core @@ -4967,8 +4967,8 @@ for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com - Initialization sanity check failed. Dash Core is shutting down. - Initialization sanity check failed. Dash Core is shutting down. + Initialization sanity check failed. SarmaCoins Core is shutting down. + Initialization sanity check failed. SarmaCoins Core is shutting down. @@ -5282,8 +5282,8 @@ for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com - Wallet needed to be rewritten: restart Dash Core to complete - Wallet needed to be rewritten: restart Dash Core to complete + Wallet needed to be rewritten: restart SarmaCoins Core to complete + Wallet needed to be rewritten: restart SarmaCoins Core to complete diff --git a/src/qt/locale/dash_es.ts b/src/qt/locale/sarmacoins_es.ts similarity index 93% rename from src/qt/locale/dash_es.ts rename to src/qt/locale/sarmacoins_es.ts index a6f961288fda8..2e8ada00fe795 100644 --- a/src/qt/locale/dash_es.ts +++ b/src/qt/locale/sarmacoins_es.ts @@ -43,11 +43,11 @@ Choose the address to send coins to - Elija la dirección a la cual enviar los dash + Elija la dirección a la cual enviar los SarmaCoins Choose the address to receive coins with - Elija la dirección donde recibirá los dash + Elija la dirección donde recibirá los SarmaCoins C&hoose @@ -62,12 +62,12 @@ Direcciones de recepción - These are your Dash addresses for sending payments. Always check the amount and the receiving address before sending coins. - Estas son sus direcciones Dash para enviar pagos. Compruebe siempre la cantidad y la dirección receptora antes de enviar dashs. + These are your SarmaCoins addresses for sending payments. Always check the amount and the receiving address before sending coins. + Estas son sus direcciones SarmaCoins para enviar pagos. Compruebe siempre la cantidad y la dirección receptora antes de enviar SarmaCoinss. - These are your Dash addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Estas son sus direcciones de Dash para recibir pagos. Se recomienda utilizar una nueva dirección de recepción para cada transacción. + These are your SarmaCoins addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + Estas son sus direcciones de SarmaCoins para recibir pagos. Se recomienda utilizar una nueva dirección de recepción para cada transacción. &Copy Address @@ -188,8 +188,8 @@ Monedero cifrado - Dash will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your dashs from being stolen by malware infecting your computer. - Dash se cerrará ahora para finalizar el proceso de cifrado. Recuerde que el cifrado de su monedero no puede proteger totalmente sus dashs del robo por un malware que infecte su sistema. + SarmaCoins will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your SarmaCoinss from being stolen by malware infecting your computer. + SarmaCoins se cerrará ahora para finalizar el proceso de cifrado. Recuerde que el cifrado de su monedero no puede proteger totalmente sus SarmaCoinss del robo por un malware que infecte su sistema. IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. @@ -231,8 +231,8 @@ BitcoinGUI - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Wallet @@ -255,16 +255,16 @@ &Enviar - Send coins to a Dash address - Enviar cuantía a una dirección Dash + Send coins to a SarmaCoins address + Enviar cuantía a una dirección SarmaCoins &Receive &Recibir - Request payments (generates QR codes and dash: URIs) - Solicitar pagos (genera códigos QR y URIs de Dash) + Request payments (generates QR codes and SarmaCoins: URIs) + Solicitar pagos (genera códigos QR y URIs de SarmaCoins) &Transactions @@ -283,12 +283,12 @@ Salir de la aplicación - &About Dash Core - &Acerca de Dash Core + &About SarmaCoins Core + &Acerca de SarmaCoins Core - Show information about Dash Core - Mostrar información acerca de Dash Core + Show information about SarmaCoins Core + Mostrar información acerca de SarmaCoins Core About &Qt @@ -303,8 +303,8 @@ &Opciones... - Modify configuration options for Dash - Modificar las opciones de configuración de Dash + Modify configuration options for SarmaCoins + Modificar las opciones de configuración de SarmaCoins &Show / Hide @@ -355,16 +355,16 @@ Firmar &mensaje... - Sign messages with your Dash addresses to prove you own them - Firmar mensajes con sus direcciones Dash para demostrar su posesión + Sign messages with your SarmaCoins addresses to prove you own them + Firmar mensajes con sus direcciones SarmaCoins para demostrar su posesión &Verify message... &Verificar el mensaje... - Verify messages to ensure they were signed with specified Dash addresses - Verificar mensajes para comprobar que fueron firmados con la dirección Dash indicada + Verify messages to ensure they were signed with specified SarmaCoins addresses + Verificar mensajes para comprobar que fueron firmados con la dirección SarmaCoins indicada &Information @@ -443,16 +443,16 @@ Abrir &URI... - Open a dash: URI or payment request - Abrir un dash: URI o petición de pago + Open a SarmaCoins: URI or payment request + Abrir un SarmaCoins: URI o petición de pago &Command-line options &Opciones de consola de comandos - Dash Core client - Cliente Dash Core + SarmaCoins Core client + Cliente SarmaCoins Core Processed %n blocks of transaction history. @@ -463,8 +463,8 @@ Sincronizando datos adicionales: %p% - Show the Dash Core help message to get a list with possible Dash command-line options - Mostrar el mensaje de ayuda de Dash Core para obtener una lista con las posibles opciones de la consola de comandos + Show the SarmaCoins Core help message to get a list with possible SarmaCoins command-line options + Mostrar el mensaje de ayuda de SarmaCoins Core para obtener una lista con las posibles opciones de la consola de comandos &File @@ -487,8 +487,8 @@ Barra de pestañas - %n active connection(s) to Dash network - %n conexion(es) activa a la red Dash%n conexion(es) activas a la red Dash + %n active connection(s) to SarmaCoins network + %n conexion(es) activa a la red SarmaCoins%n conexion(es) activas a la red SarmaCoins Synchronizing with network... @@ -626,7 +626,7 @@ Dirección: %4 Coin Selection - Selección de Dash + Selección de SarmaCoins Dust: @@ -896,16 +896,16 @@ Dirección: %4 Configuración de Darksend - Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend fue configurado con éxito en la básica (%1 y 2 rondas). Puede cambiarlo en cualquier momento abriendo la pantalla de configuración de Dash. + Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend fue configurado con éxito en la básica (%1 y 2 rondas). Puede cambiarlo en cualquier momento abriendo la pantalla de configuración de SarmaCoins. - Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend fue configurado con éxito en la alta (%1 y 8 rondas). Puede cambiarlo en cualquier momento abriendo la pantalla de configuración de Dash. + Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend fue configurado con éxito en la alta (%1 y 8 rondas). Puede cambiarlo en cualquier momento abriendo la pantalla de configuración de SarmaCoins. - Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend fue configurado con éxito en la máxima (%1 y 16 rondas). Puede cambiarlo en cualquier momento abriendo la pantalla de configuración de Dash. + Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend fue configurado con éxito en la máxima (%1 y 16 rondas). Puede cambiarlo en cualquier momento abriendo la pantalla de configuración de SarmaCoins. @@ -947,8 +947,8 @@ Dirección: %4 Editar dirección de envío - The entered address "%1" is not a valid Dash address. - La dirección introducida "%1" no es una dirección Dash válida. + The entered address "%1" is not a valid SarmaCoins address. + La dirección introducida "%1" no es una dirección SarmaCoins válida. The entered address "%1" is already in the address book. @@ -989,8 +989,8 @@ Dirección: %4 HelpMessageDialog - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core version @@ -1001,8 +1001,8 @@ Dirección: %4 (%1-bit) - About Dash Core - Acerca de Dash Core + About SarmaCoins Core + Acerca de SarmaCoins Core Command-line options @@ -1048,16 +1048,16 @@ Dirección: %4 Bienvenido - Welcome to Dash Core. - Bienvenido a Dash Core + Welcome to SarmaCoins Core. + Bienvenido a SarmaCoins Core - As this is the first time the program is launched, you can choose where Dash Core will store its data. - Al ser la primera vez que se ejecuta el programa, puede elegir dónde almacenará sus datos Dash Core. + As this is the first time the program is launched, you can choose where SarmaCoins Core will store its data. + Al ser la primera vez que se ejecuta el programa, puede elegir dónde almacenará sus datos SarmaCoins Core. - Dash Core will download and store a copy of the Dash block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Dash Core va a descargar y guardar una copia de la cadena de bloques de Dash. Se almacenará al menos %1GB de datos en este directorio, que irá creciendo con el tiempo. El monedero se guardará también en este directorio. + SarmaCoins Core will download and store a copy of the SarmaCoins block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + SarmaCoins Core va a descargar y guardar una copia de la cadena de bloques de SarmaCoins. Se almacenará al menos %1GB de datos en este directorio, que irá creciendo con el tiempo. El monedero se guardará también en este directorio. Use the default data directory @@ -1068,8 +1068,8 @@ Dirección: %4 Utilizar un directorio de datos personalizado: - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Error: Specified data directory "%1" cannot be created. @@ -1122,12 +1122,12 @@ Dirección: %4 &Principal - Automatically start Dash after logging in to the system. - Iniciar Dash automáticamente al ingresar en el sistema. + Automatically start SarmaCoins after logging in to the system. + Iniciar SarmaCoins automáticamente al ingresar en el sistema. - &Start Dash on system login - &Iniciar Dash al ingresar en el sistema + &Start SarmaCoins on system login + &Iniciar SarmaCoins al ingresar en el sistema Size of &database cache @@ -1154,8 +1154,8 @@ Dirección: %4 Esta cuantía sirve de umbral para que Darksend se apague, una vez sea alcanzada. - Amount of Dash to keep anonymized - Cuantía de Dash a mantener anónima + Amount of SarmaCoins to keep anonymized + Cuantía de SarmaCoins a mantener anónima W&allet @@ -1174,8 +1174,8 @@ Dirección: %4 Permitir conexiones entrantes - Connect to the Dash network through a SOCKS5 proxy. - Conectarse a la red Dash a través de un proxy SOCKS5. + Connect to the SarmaCoins network through a SOCKS5 proxy. + Conectarse a la red SarmaCoins a través de un proxy SOCKS5. &Connect through SOCKS5 proxy (default proxy): @@ -1206,8 +1206,8 @@ Dirección: %4 &Red - Automatically open the Dash client port on the router. This only works when your router supports UPnP and it is enabled. - Abrir automáticamente el puerto del cliente Dash en el router. Esta opción solo funciona si el router admite UPnP y está activado. + Automatically open the SarmaCoins client port on the router. This only works when your router supports UPnP and it is enabled. + Abrir automáticamente el puerto del cliente SarmaCoins en el router. Esta opción solo funciona si el router admite UPnP y está activado. Map port using &UPnP @@ -1258,14 +1258,14 @@ Dirección: %4 I&dioma de la interfaz de usuario - The user interface language can be set here. This setting will take effect after restarting Dash. - El idioma de la interfaz de usuario puede establecerse aquí. Este ajuste se aplicará después de reiniciar Dash. + The user interface language can be set here. This setting will take effect after restarting SarmaCoins. + El idioma de la interfaz de usuario puede establecerse aquí. Este ajuste se aplicará después de reiniciar SarmaCoins. Language missing or translation incomplete? Help contributing translations here: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ ¿Idioma no disponible o traducción incompleta? Contribuye a la traducción aquí: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ User Interface Theme: @@ -1277,7 +1277,7 @@ https://www.transifex.com/projects/p/dash/ Choose the default subdivision unit to show in the interface and when sending coins. - Elegir la subdivisión predeterminada para mostrar las cuantías en la interfaz y cuando se envían dashs. + Elegir la subdivisión predeterminada para mostrar las cuantías en la interfaz y cuando se envían SarmaCoinss. Decimal digits @@ -1347,8 +1347,8 @@ https://www.transifex.com/projects/p/dash/ Formulario - The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. - La información mostrada puede estar desactualizada. Su monedero se sincroniza automáticamente con la red Dash después de que se haya establecido una conexión, pero este proceso aún no se ha completado. + The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. + La información mostrada puede estar desactualizada. Su monedero se sincroniza automáticamente con la red SarmaCoins después de que se haya establecido una conexión, pero este proceso aún no se ha completado. Available: @@ -1568,8 +1568,8 @@ https://www.transifex.com/projects/p/dash/ Error en solicitud de pago - Cannot start dash: click-to-pay handler - No se pudo iniciar dash: manejador de pago-al-clic + Cannot start SarmaCoins: click-to-pay handler + No se pudo iniciar SarmaCoins: manejador de pago-al-clic URI handling @@ -1588,8 +1588,8 @@ https://www.transifex.com/projects/p/dash/ Dirección de pago no válida %1 - URI cannot be parsed! This can be caused by an invalid Dash address or malformed URI parameters. - ¡No se puede interpretar la URI! Esto puede deberse a una dirección Dash inválida o a parámetros de URI mal formados. + URI cannot be parsed! This can be caused by an invalid SarmaCoins address or malformed URI parameters. + ¡No se puede interpretar la URI! Esto puede deberse a una dirección SarmaCoins inválida o a parámetros de URI mal formados. Payment request file cannot be read! This can be caused by an invalid payment request file. @@ -1674,8 +1674,8 @@ https://www.transifex.com/projects/p/dash/ Cuantía - Enter a Dash address (e.g. %1) - Introduzca una dirección Dash (e.g. %1) + Enter a SarmaCoins address (e.g. %1) + Introduzca una dirección SarmaCoins (e.g. %1) %1 d @@ -1764,7 +1764,7 @@ https://www.transifex.com/projects/p/dash/ Número de conexiones - Open the Dash debug log file from the current data directory. This can take a few seconds for large log files. + Open the SarmaCoins debug log file from the current data directory. This can take a few seconds for large log files. Abrir el archivo de registro de depuración en el directorio actual de datos. Esto puede requerir varios segundos para archivos de registro grandes. @@ -1972,8 +1972,8 @@ https://www.transifex.com/projects/p/dash/ Salientes: - Welcome to the Dash RPC console. - Bienvenido a la consola RPC de Dash + Welcome to the SarmaCoins RPC console. + Bienvenido a la consola RPC de SarmaCoins Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -2035,8 +2035,8 @@ https://www.transifex.com/projects/p/dash/ &Reutilizar una dirección receptora existente (no recomendado) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dash network. - Un mensaje opcional para adjuntar a la solicitud de pago, el cual se muestra cuando se abre la solicitud. Nota: El mensaje no se enviará con el pago por la red Dash. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the SarmaCoins network. + Un mensaje opcional para adjuntar a la solicitud de pago, el cual se muestra cuando se abre la solicitud. Nota: El mensaje no se enviará con el pago por la red SarmaCoins. &Message: @@ -2047,8 +2047,8 @@ https://www.transifex.com/projects/p/dash/ Etiqueta opcional para asociar con la nueva dirección de recepción. - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Dash network. - Un mensaje opcional para adjuntar con la solicitud de pago, el cual aparecerá cuando ésta sea abierta.<br>Nota: El mensaje no se enviará con el pago a la red Dash. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the SarmaCoins network. + Un mensaje opcional para adjuntar con la solicitud de pago, el cual aparecerá cuando ésta sea abierta.<br>Nota: El mensaje no se enviará con el pago a la red SarmaCoins. Use this form to request payments. All fields are <b>optional</b>. @@ -2201,7 +2201,7 @@ https://www.transifex.com/projects/p/dash/ SendCoinsDialog Send Coins - Enviar Dash + Enviar SarmaCoins Coin Control Features @@ -2292,8 +2292,8 @@ https://www.transifex.com/projects/p/dash/ Si la comisión personalizada se establece en 1000 duffs y la transacción sólo ocupa 250 bytes, entonces "por kilobyte" sólo se pagan 250 duffs de comisión,<br />mientras que "total como mínimo" paga 1000 duffs. Para transacciones mayores de un kilobyte ambas pagan por kilobyte. - Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for dash transactions than the network can process. - Pagar sólo la comisión mínima está bien mientras el volumen de transacciones sea menor al espacio en los bloques.<br />No obstante, tenga en cuenta que esto puede acabar en una transacción que nunca se confirme una vez haya más demanda de transacciones dash a la procesable por la red. + Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for SarmaCoins transactions than the network can process. + Pagar sólo la comisión mínima está bien mientras el volumen de transacciones sea menor al espacio en los bloques.<br />No obstante, tenga en cuenta que esto puede acabar en una transacción que nunca se confirme una vez haya más demanda de transacciones SarmaCoins a la procesable por la red. per kilobyte @@ -2445,7 +2445,7 @@ https://www.transifex.com/projects/p/dash/ Confirm send coins - Confirmar el envío de dashs + Confirmar el envío de SarmaCoinss A fee %1 times higher than %2 per kB is considered an insanely high fee. @@ -2485,19 +2485,19 @@ https://www.transifex.com/projects/p/dash/ The transaction was rejected! This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here. - ¡La transacción fue rechazada! Esto puede suceder si alguno de los dashs de su monedero ya se habían gastado, por ejemplo si usó una copia de wallet.dat y los dash se gastaron en dicha copia pero no se aparecen como gastados aqui. + ¡La transacción fue rechazada! Esto puede suceder si alguno de los SarmaCoinss de su monedero ya se habían gastado, por ejemplo si usó una copia de wallet.dat y los SarmaCoins se gastaron en dicha copia pero no se aparecen como gastados aqui. Error: The wallet was unlocked only to anonymize coins. - Error: El monedero se desbloqueó solo para anonimizar dashs. + Error: El monedero se desbloqueó solo para anonimizar SarmaCoinss. Pay only the minimum fee of %1 Pagar sólo la comisión mínima de %1 - Warning: Invalid Dash address - Aviso: Dirección de Dash no válida + Warning: Invalid SarmaCoins address + Aviso: Dirección de SarmaCoins no válida Warning: Unknown change address @@ -2519,8 +2519,8 @@ https://www.transifex.com/projects/p/dash/ Pagar &a: - The Dash address to send the payment to - La dirección Dash a la cual enviar el pago + The SarmaCoins address to send the payment to + La dirección SarmaCoins a la cual enviar el pago Choose previously used address @@ -2559,8 +2559,8 @@ https://www.transifex.com/projects/p/dash/ Mensaje: - A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network. - Un mensaje que se adjuntó al dash: URI que será almacenada con la transacción para su referencia. Nota: Este mensaje no se enviará a través de la red Dash. + A message that was attached to the SarmaCoins: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the SarmaCoins network. + Un mensaje que se adjuntó al SarmaCoins: URI que será almacenada con la transacción para su referencia. Nota: Este mensaje no se enviará a través de la red SarmaCoins. This is an unverified payment request. @@ -2586,8 +2586,8 @@ https://www.transifex.com/projects/p/dash/ ShutdownWindow - Dash Core is shutting down... - Dash Core se está cerrando... + SarmaCoins Core is shutting down... + SarmaCoins Core se está cerrando... Do not shut down the computer until this window disappears. @@ -2609,8 +2609,8 @@ https://www.transifex.com/projects/p/dash/ Puede firmar mensajes con sus direcciones para demostrar que las posee. Tenga cuidado de no firmar cualquier cosa vaga, ya que los ataques de phishing pueden tratar de engañarle para suplantar su identidad. Firme solo declaraciones totalmente detalladas con las que usted esté de acuerdo. - The Dash address to sign the message with - La dirección Dash con la cual se firma el mensaje + The SarmaCoins address to sign the message with + La dirección SarmaCoins con la cual se firma el mensaje Choose previously used address @@ -2641,8 +2641,8 @@ https://www.transifex.com/projects/p/dash/ Copiar la firma actual al portapapeles del sistema - Sign the message to prove you own this Dash address - Firmar el mensaje para demostrar que se posee esta dirección Dash + Sign the message to prove you own this SarmaCoins address + Firmar el mensaje para demostrar que se posee esta dirección SarmaCoins Sign &Message @@ -2665,12 +2665,12 @@ https://www.transifex.com/projects/p/dash/ Introduzca la dirección para la firma, el mensaje (asegurándose de copiar tal cual los saltos de línea, espacios, tabulaciones, etc.) y la firma a continuación para verificar el mensaje. Tenga cuidado de no asumir más información de lo que dice el propio mensaje firmado para evitar fraudes basados en ataques de tipo man-in-the-middle. - The Dash address the message was signed with - La dirección Dash con la cual se firmó el mensaje + The SarmaCoins address the message was signed with + La dirección SarmaCoins con la cual se firmó el mensaje - Verify the message to ensure it was signed with the specified Dash address - Verificar el mensaje para garantizar que fue firmado con la dirección Dash indicada + Verify the message to ensure it was signed with the specified SarmaCoins address + Verificar el mensaje para garantizar que fue firmado con la dirección SarmaCoins indicada Verify &Message @@ -2736,8 +2736,8 @@ https://www.transifex.com/projects/p/dash/ SplashScreen - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Version %1 @@ -2748,8 +2748,8 @@ https://www.transifex.com/projects/p/dash/ Los desarrolladores de Bitcoin Core - The Dash Core developers - Los desarrolladores del Dash Core + The SarmaCoins Core developers + Los desarrolladores del SarmaCoins Core [testnet] @@ -2919,7 +2919,7 @@ https://www.transifex.com/projects/p/dash/ Generated coins must mature %1 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, its state will change to "not accepted" and it won't be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. - Los dashs generados deben madurar %1 bloques antes de que puedan gastarse. Cuando generó este bloque, se transmitió a la red para que se añadiera a la cadena de bloques. Si no consigue entrar en la cadena, su estado cambiará a "no aceptado" y ya no se podrá gastar. Esto puede ocurrir ocasionalmente si otro nodo genera un bloque a pocos segundos del suyo. + Los SarmaCoinss generados deben madurar %1 bloques antes de que puedan gastarse. Cuando generó este bloque, se transmitió a la red para que se añadiera a la cadena de bloques. Si no consigue entrar en la cadena, su estado cambiará a "no aceptado" y ya no se podrá gastar. Esto puede ocurrir ocasionalmente si otro nodo genera un bloque a pocos segundos del suyo. Debug information @@ -3273,7 +3273,7 @@ https://www.transifex.com/projects/p/dash/ WalletModel Send Coins - Enviar Dash + Enviar SarmaCoins InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 DASH. @@ -3320,18 +3320,18 @@ https://www.transifex.com/projects/p/dash/ - dash-core + SarmaCoins-core Bind to given address and always listen on it. Use [host]:port notation for IPv6 Vincular a la dirección dada y escuchar siempre en ella. Utilice la notación [host]:port para IPv6 - Cannot obtain a lock on data directory %s. Dash Core is probably already running. - No se ha podido bloquear el directorio de datos %s. Probablemente ya se está ejecutando Dash Core. + Cannot obtain a lock on data directory %s. SarmaCoins Core is probably already running. + No se ha podido bloquear el directorio de datos %s. Probablemente ya se está ejecutando SarmaCoins Core. Darksend uses exact denominated amounts to send funds, you might simply need to anonymize some more coins. - Darksend utiliza cuantías denominadas exactas para enviar fondos, simplemente necesita anonimizar algunos dashs más. + Darksend utiliza cuantías denominadas exactas para enviar fondos, simplemente necesita anonimizar algunos SarmaCoinss más. Enter regression test mode, which uses a special chain in which blocks can be solved instantly. @@ -3382,8 +3382,8 @@ https://www.transifex.com/projects/p/dash/ Esta es una versión de pre-prueba - utilícela bajo su propio riesgo. No la utilice para usos comerciales o de minería. - Unable to bind to %s on this computer. Dash Core is probably already running. - No se puede enlazar a %s en este equipo. Dash Core probablemente ya está en funcionamiento. + Unable to bind to %s on this computer. SarmaCoins Core is probably already running. + No se puede enlazar a %s en este equipo. SarmaCoins Core probablemente ya está en funcionamiento. Unable to locate enough Darksend denominated funds for this transaction. @@ -3615,8 +3615,8 @@ https://www.transifex.com/projects/p/dash/ Borrar todas las transacciones del monedero y recuperar únicamente aquellas partes de la cadena de bloques a través de -rescan en el inicio - Disable all Dash specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) - Desactivar todas las funciones asociadas a Dash (Nodos Maestros, Darksend, InstantX, Presupuesto) (0-1, predeterminado: %u) + Disable all SarmaCoins specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) + Desactivar todas las funciones asociadas a SarmaCoins (Nodos Maestros, Darksend, InstantX, Presupuesto) (0-1, predeterminado: %u) Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. @@ -3688,7 +3688,7 @@ https://www.transifex.com/projects/p/dash/ Provide liquidity to Darksend by infrequently mixing coins on a continual basis (0-100, default: %u, 1=very frequent, high fees, 100=very infrequent, low fees) - Ofrecer liquidez a Darksend mezclando dash con poca frecuencia y de forma continua (0-100, predeterminado: %u, 1=muy frecuente, comisiones altas, 100=muy pocas veces, comisiones bajas) + Ofrecer liquidez a Darksend mezclando SarmaCoins con poca frecuencia y de forma continua (0-100, predeterminado: %u, 1=muy frecuente, comisiones altas, 100=muy pocas veces, comisiones bajas) Require high priority for relaying free or low-fee transactions (default:%u) @@ -3700,7 +3700,7 @@ https://www.transifex.com/projects/p/dash/ Set the number of threads for coin generation if enabled (-1 = all cores, default: %d) - Establecer el número de hilos para la generación de dash cuando ésta se encuentra activada (-1 = todos los núcleos, predeterminado: %d) + Establecer el número de hilos para la generación de SarmaCoins cuando ésta se encuentra activada (-1 = todos los núcleos, predeterminado: %d) Show N confirmations for a successfully locked transaction (0-9999, default: %u) @@ -3711,27 +3711,27 @@ https://www.transifex.com/projects/p/dash/ Este producto incluye software desarrollado por el Proyecto OpenSSL para su uso en el Toolkit OpenSSL <https://www.openssl.org/> y software criptográfico escrito por Eric Young y software UPnP escrito por Thomas Bernard. - To use dashd, or the -server option to dash-qt, you must set an rpcpassword in the configuration file: + To use SarmaCoinsd, or the -server option to SarmaCoins-qt, you must set an rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=dashrpc +rpcuser=SarmaCoinsrpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com - Para usar dashd, o la opción -server de dash-qt, debe establecer rpcpassword en el archivo de configuración: + Para usar SarmaCoinsd, o la opción -server de SarmaCoins-qt, debe establecer rpcpassword en el archivo de configuración: %s Es recomendable que use la contraseña aleatoria siguiente: -rpcuser=dashrpc +rpcuser=SarmaCoinsrpc rpcpassword=%s (no necesita recordar esta contraseña) El nombre de usuario y la contraseña NO DEBEN ser iguales. Si el archivo no existe, créelo con permisos de sólo lectura para su propietario. También resulta recomendable establecer alertnotify para que se le notifique de posibles problemas; -por ejemplo: alertnotify=echo %%s | mail -s "Alerta de Dash" admin@foo.com +por ejemplo: alertnotify=echo %%s | mail -s "Alerta de SarmaCoins" admin@foo.com @@ -3747,8 +3747,8 @@ por ejemplo: alertnotify=echo %%s | mail -s "Alerta de Dash" admin@foo.com Aviso: ¡-maxtxfee se estableció en un valor muy alto! Comisiones tan grandes no se podrían pagar en una única transacción. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Dash Core will not work properly. - Aviso: ¡Por favor compruebe que la fecha y hora de su computadora son correctas! Si su reloj está mal ajustado, Dash Core no funcionará correctamente. + Warning: Please check that your computer's date and time are correct! If your clock is wrong SarmaCoins Core will not work properly. + Aviso: ¡Por favor compruebe que la fecha y hora de su computadora son correctas! Si su reloj está mal ajustado, SarmaCoins Core no funcionará correctamente. Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. @@ -3801,8 +3801,8 @@ por ejemplo: alertnotify=echo %%s | mail -s "Alerta de Dash" admin@foo.com Copyright (C) 2009-%i Los Desarrolladores de Bitcoin Core - Copyright (C) 2014-%i The Dash Core Developers - Copyright (C) 2014-%i Los Desarrolladores de Dash Core + Copyright (C) 2014-%i The SarmaCoins Core Developers + Copyright (C) 2014-%i Los Desarrolladores de SarmaCoins Core Could not parse -rpcbind value %s as network address @@ -3833,8 +3833,8 @@ por ejemplo: alertnotify=echo %%s | mail -s "Alerta de Dash" admin@foo.com Error al conectar al Nodo Maestro. - Error loading wallet.dat: Wallet requires newer version of Dash Core - Error al cargar wallet.dat: El monedero requiere una versión más reciente de Dash Core + Error loading wallet.dat: Wallet requires newer version of SarmaCoins Core + Error al cargar wallet.dat: El monedero requiere una versión más reciente de SarmaCoins Core Error: A fatal internal error occured, see debug.log for details @@ -3870,7 +3870,7 @@ por ejemplo: alertnotify=echo %%s | mail -s "Alerta de Dash" admin@foo.com Generate coins (default: %u) - Generar dash (predeterminado: %u) + Generar SarmaCoins (predeterminado: %u) How many blocks to check at startup (default: %u, 0 = all) @@ -3905,8 +3905,8 @@ por ejemplo: alertnotify=echo %%s | mail -s "Alerta de Dash" admin@foo.com Información - Initialization sanity check failed. Dash Core is shutting down. - La comprobación de validez de inicio falló. Dash Core se está cerrando. + Initialization sanity check failed. SarmaCoins Core is shutting down. + La comprobación de validez de inicio falló. SarmaCoins Core se está cerrando. Input is not valid. @@ -4157,8 +4157,8 @@ por ejemplo: alertnotify=echo %%s | mail -s "Alerta de Dash" admin@foo.com Usar UPnP para asignar el puerto de escucha (predeterminado: %u) - Wallet needed to be rewritten: restart Dash Core to complete - El monedero se ha de reescribir: reinicie Dash Core para completarlo + Wallet needed to be rewritten: restart SarmaCoins Core to complete + El monedero se ha de reescribir: reinicie SarmaCoins Core para completarlo Warning: Unsupported argument -benchmark ignored, use -debug=bench. diff --git a/src/qt/locale/dash_fi.ts b/src/qt/locale/sarmacoins_fi.ts similarity index 93% rename from src/qt/locale/dash_fi.ts rename to src/qt/locale/sarmacoins_fi.ts index 0d6608b2bd7e5..498d62250e2f7 100644 --- a/src/qt/locale/dash_fi.ts +++ b/src/qt/locale/sarmacoins_fi.ts @@ -62,12 +62,12 @@ Vastaanottava osoite - These are your Dash addresses for sending payments. Always check the amount and the receiving address before sending coins. - Nämä ovat Dash osoitteesi maksujen lähetykseen. Tarkista aina lähetettävä määrä ja vastaanottajan osoite ennen kuin lähetät varoja. + These are your SarmaCoins addresses for sending payments. Always check the amount and the receiving address before sending coins. + Nämä ovat SarmaCoins osoitteesi maksujen lähetykseen. Tarkista aina lähetettävä määrä ja vastaanottajan osoite ennen kuin lähetät varoja. - These are your Dash addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Nämä ovat Dash osoitteesi suoritusten vastaanottamiseen. Suositellaan että annat uuden osoitteen kullekin siirtotapahtumalle. + These are your SarmaCoins addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + Nämä ovat SarmaCoins osoitteesi suoritusten vastaanottamiseen. Suositellaan että annat uuden osoitteen kullekin siirtotapahtumalle. &Copy Address @@ -188,8 +188,8 @@ Lompakko salattu - Dash will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your dashs from being stolen by malware infecting your computer. - Dash sulkeutuu nyt salauksen viimeistelyä varten. Muista että salaus pelkästään ei voi estää Dashiesi varastamista jos koneesi saastuu haittaohjelmilla tai viruksilla. + SarmaCoins will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your SarmaCoinss from being stolen by malware infecting your computer. + SarmaCoins sulkeutuu nyt salauksen viimeistelyä varten. Muista että salaus pelkästään ei voi estää SarmaCoinsiesi varastamista jos koneesi saastuu haittaohjelmilla tai viruksilla. IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. @@ -231,8 +231,8 @@ BitcoinGUI - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Wallet @@ -255,16 +255,16 @@ L&ähetä - Send coins to a Dash address - Lähetä varoja Dash osoitteeseen + Send coins to a SarmaCoins address + Lähetä varoja SarmaCoins osoitteeseen &Receive &Vastaanota - Request payments (generates QR codes and dash: URIs) - Pyydä maksuja (Luo QR koodit ja Dash: URIt) + Request payments (generates QR codes and SarmaCoins: URIs) + Pyydä maksuja (Luo QR koodit ja SarmaCoins: URIt) &Transactions @@ -283,12 +283,12 @@ Sulje ohjelma - &About Dash Core - Tietoja &Dash Core:sta + &About SarmaCoins Core + Tietoja &SarmaCoins Core:sta - Show information about Dash Core - Näytä tietoja Dash Core:sta + Show information about SarmaCoins Core + Näytä tietoja SarmaCoins Core:sta About &Qt @@ -303,8 +303,8 @@ &Asetukset... - Modify configuration options for Dash - Muuta Dash asetuksia + Modify configuration options for SarmaCoins + Muuta SarmaCoins asetuksia &Show / Hide @@ -312,7 +312,7 @@ Show or hide the main Window - Näytä tai piilota Dash pääikkuna + Näytä tai piilota SarmaCoins pääikkuna &Encrypt Wallet... @@ -355,16 +355,16 @@ &Allekirjoita Viesti... - Sign messages with your Dash addresses to prove you own them - Allekirjoita viestit Dash osoitteillasi todistaaksesi että omistat ne + Sign messages with your SarmaCoins addresses to prove you own them + Allekirjoita viestit SarmaCoins osoitteillasi todistaaksesi että omistat ne &Verify message... &Tarkista Viesti... - Verify messages to ensure they were signed with specified Dash addresses - Tarkista viestit ollaksesi varma että ne on allekirjoitettu määritetyillä Dash osoitteilla + Verify messages to ensure they were signed with specified SarmaCoins addresses + Tarkista viestit ollaksesi varma että ne on allekirjoitettu määritetyillä SarmaCoins osoitteilla &Information @@ -443,16 +443,16 @@ Avaa &URI... - Open a dash: URI or payment request - Avaa Dash: URI tai maksupyyntö + Open a SarmaCoins: URI or payment request + Avaa SarmaCoins: URI tai maksupyyntö &Command-line options &Komentorivin valinnat - Dash Core client - Dash Core asiakasohjelma + SarmaCoins Core client + SarmaCoins Core asiakasohjelma Processed %n blocks of transaction history. @@ -463,8 +463,8 @@ Synkronoidaan lisätietoja: %p% - Show the Dash Core help message to get a list with possible Dash command-line options - Näytä Dash Core ohjelista komentorivin valinnoista + Show the SarmaCoins Core help message to get a list with possible SarmaCoins command-line options + Näytä SarmaCoins Core ohjelista komentorivin valinnoista &File @@ -487,8 +487,8 @@ Välilehtipalkki - %n active connection(s) to Dash network - %n aktiivinen yhteys Dash verkkoon%n aktiivista yhteyttä Dash verkkoon + %n active connection(s) to SarmaCoins network + %n aktiivinen yhteys SarmaCoins verkkoon%n aktiivista yhteyttä SarmaCoins verkkoon Synchronizing with network... @@ -896,16 +896,16 @@ Osoite: %4 Darksend Asetukset - Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend on asetettu perusasetuksiin (%1 and 2 kierrosta). Voit muuttaa asetuksia milloin vain Dash asetuksista. + Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend on asetettu perusasetuksiin (%1 and 2 kierrosta). Voit muuttaa asetuksia milloin vain SarmaCoins asetuksista. - Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend on asetettu keskitason asetuksiin (%1 and 8 kierrosta). Voit muuttaa asetuksia milloin vain Dash asetuksista. + Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend on asetettu keskitason asetuksiin (%1 and 8 kierrosta). Voit muuttaa asetuksia milloin vain SarmaCoins asetuksista. - Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend on asetettu maksimitason asetuksiin (%1 and 16 kierrosta). Voit muuttaa asetuksia milloin vain Dash asetuksista. + Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend on asetettu maksimitason asetuksiin (%1 and 16 kierrosta). Voit muuttaa asetuksia milloin vain SarmaCoins asetuksista. @@ -947,8 +947,8 @@ Osoite: %4 Muokkaa lähettävää osoitetta - The entered address "%1" is not a valid Dash address. - Annettu osoite "%1" ei ole pätevä Dash osoite. + The entered address "%1" is not a valid SarmaCoins address. + Annettu osoite "%1" ei ole pätevä SarmaCoins osoite. The entered address "%1" is already in the address book. @@ -989,8 +989,8 @@ Osoite: %4 HelpMessageDialog - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core version @@ -1001,8 +1001,8 @@ Osoite: %4 (%1-bittinen) - About Dash Core - Tietoja Dash Core:sta + About SarmaCoins Core + Tietoja SarmaCoins Core:sta Command-line options @@ -1048,17 +1048,17 @@ Osoite: %4 Tervetuloa - Welcome to Dash Core. - Dash Core - Tervetuloa. + Welcome to SarmaCoins Core. + SarmaCoins Core - Tervetuloa. - As this is the first time the program is launched, you can choose where Dash Core will store its data. - Koska tämä on ensimmäinen kerta kun ohjelma käynnistetään, voit valita minne Dash Core tallettaa datansa. + As this is the first time the program is launched, you can choose where SarmaCoins Core will store its data. + Koska tämä on ensimmäinen kerta kun ohjelma käynnistetään, voit valita minne SarmaCoins Core tallettaa datansa. Varoitus: Jos käytät käyttöjärjestelmää (Live os) suoraan usb, dvd tai cd levyltä, ohjaa talletettava data eri levyasemalle turvalliseen paikkaan. - Dash Core will download and store a copy of the Dash block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Dash Core lataa ja tallettaa kopion lohkoketjusta. Vähintään %1GB dataa talletetaan tähän hakemistoon, ja se myös kasvaa ajan myötä. Myös lompakko talletetaan tähän hakemistoon. + SarmaCoins Core will download and store a copy of the SarmaCoins block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + SarmaCoins Core lataa ja tallettaa kopion lohkoketjusta. Vähintään %1GB dataa talletetaan tähän hakemistoon, ja se myös kasvaa ajan myötä. Myös lompakko talletetaan tähän hakemistoon. Use the default data directory @@ -1069,8 +1069,8 @@ Varoitus: Jos käytät käyttöjärjestelmää (Live os) suoraan usb, dvd tai cd Määritä oma hakemisto: - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Error: Specified data directory "%1" cannot be created. @@ -1123,12 +1123,12 @@ Varoitus: Jos käytät käyttöjärjestelmää (Live os) suoraan usb, dvd tai cd &Yleiset - Automatically start Dash after logging in to the system. - Käynnistä Dash automaattisesti kun järjestelmään kirjaudutaan. + Automatically start SarmaCoins after logging in to the system. + Käynnistä SarmaCoins automaattisesti kun järjestelmään kirjaudutaan. - &Start Dash on system login - &Käynnistä Dash järjestelmään kirjauduttaessa + &Start SarmaCoins on system login + &Käynnistä SarmaCoins järjestelmään kirjauduttaessa Size of &database cache @@ -1155,8 +1155,8 @@ Varoitus: Jos käytät käyttöjärjestelmää (Live os) suoraan usb, dvd tai cd Tämä määrä toimii rajana keskeytykselle kun Darksend anonymisointi sen saavuttaa. - Amount of Dash to keep anonymized - Dash määrä joka pidetään anonymisoituna + Amount of SarmaCoins to keep anonymized + SarmaCoins määrä joka pidetään anonymisoituna W&allet @@ -1175,8 +1175,8 @@ Varoitus: Jos käytät käyttöjärjestelmää (Live os) suoraan usb, dvd tai cd Salli sisään tulevat yhteydet - Connect to the Dash network through a SOCKS5 proxy. - Kytkeydy Dash verkkoon käyttäen SOCKS5 proxy:a. + Connect to the SarmaCoins network through a SOCKS5 proxy. + Kytkeydy SarmaCoins verkkoon käyttäen SOCKS5 proxy:a. &Connect through SOCKS5 proxy (default proxy): @@ -1207,8 +1207,8 @@ Varoitus: Jos käytät käyttöjärjestelmää (Live os) suoraan usb, dvd tai cd &Verkko - Automatically open the Dash client port on the router. This only works when your router supports UPnP and it is enabled. - Avaa automaattisesti Dash asiakasohjelmalle portti reitittimeen. Tämä toimii vain jos reitittimesi tukee UPnP:tä ja se on käytössä. + Automatically open the SarmaCoins client port on the router. This only works when your router supports UPnP and it is enabled. + Avaa automaattisesti SarmaCoins asiakasohjelmalle portti reitittimeen. Tämä toimii vain jos reitittimesi tukee UPnP:tä ja se on käytössä. Map port using &UPnP @@ -1244,7 +1244,7 @@ Varoitus: Jos käytät käyttöjärjestelmää (Live os) suoraan usb, dvd tai cd Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Quit in the menu. - Ikkunaa suljettaessa pienennä Dash asiakasohjelman ikkuna lopettamatta itse ohjelmaa. Kun tämä asetus on valittuna, ohjelman voi sulkea vain valitsemalla Lopeta ohjelman valikosta. + Ikkunaa suljettaessa pienennä SarmaCoins asiakasohjelman ikkuna lopettamatta itse ohjelmaa. Kun tämä asetus on valittuna, ohjelman voi sulkea vain valitsemalla Lopeta ohjelman valikosta. M&inimize on close @@ -1259,14 +1259,14 @@ Varoitus: Jos käytät käyttöjärjestelmää (Live os) suoraan usb, dvd tai cd &Käyttöliittymän kieli - The user interface language can be set here. This setting will take effect after restarting Dash. - Käyttöliittymän kieli asetetaan tässä, Asetus tulee voimaan kun Dash asiakasohjelma käynnistetään uudelleen. + The user interface language can be set here. This setting will take effect after restarting SarmaCoins. + Käyttöliittymän kieli asetetaan tässä, Asetus tulee voimaan kun SarmaCoins asiakasohjelma käynnistetään uudelleen. Language missing or translation incomplete? Help contributing translations here: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ Puuttuuko sopiva kieli tai käännös on kesken? Auta käännöstyössä täällä: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ User Interface Theme: @@ -1348,8 +1348,8 @@ https://www.transifex.com/projects/p/dash/ Lomake - The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. - Näytetyt tiedot eivät välttämättä ole ajan tasalla.<br>Lompakkosi synkronoituu automaattisesti Dash verkkoon kun<br>yhteys on muodostettu, mutta tämä prosessi ei vielä ole valmis. + The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. + Näytetyt tiedot eivät välttämättä ole ajan tasalla.<br>Lompakkosi synkronoituu automaattisesti SarmaCoins verkkoon kun<br>yhteys on muodostettu, mutta tämä prosessi ei vielä ole valmis. Available: @@ -1569,8 +1569,8 @@ https://www.transifex.com/projects/p/dash/ Maksupyyntövirhe - Cannot start dash: click-to-pay handler - Ei voi käynnistää Dashia: click-to-pay handler + Cannot start SarmaCoins: click-to-pay handler + Ei voi käynnistää SarmaCoinsia: click-to-pay handler URI handling @@ -1589,8 +1589,8 @@ https://www.transifex.com/projects/p/dash/ Virheellinen maksuosoite %1 - URI cannot be parsed! This can be caused by an invalid Dash address or malformed URI parameters. - URI:a ei voida jäsentää! Tämä voi johtua virheellisestä Dash osoitteesta tai virheellisestä URI:n muuttujasta. + URI cannot be parsed! This can be caused by an invalid SarmaCoins address or malformed URI parameters. + URI:a ei voida jäsentää! Tämä voi johtua virheellisestä SarmaCoins osoitteesta tai virheellisestä URI:n muuttujasta. Payment request file cannot be read! This can be caused by an invalid payment request file. @@ -1675,8 +1675,8 @@ https://www.transifex.com/projects/p/dash/ Määrä - Enter a Dash address (e.g. %1) - Syötä Dash osoite (esim. %1) + Enter a SarmaCoins address (e.g. %1) + Syötä SarmaCoins osoite (esim. %1) %1 d @@ -1765,8 +1765,8 @@ https://www.transifex.com/projects/p/dash/ Yhteyksien määrä - Open the Dash debug log file from the current data directory. This can take a few seconds for large log files. - Avaa Dash debug lokitiedosto nykyisestä datahakemistosta. Tämä saattaa kestää muutaman sekunnin isoilla tiedostoilla. + Open the SarmaCoins debug log file from the current data directory. This can take a few seconds for large log files. + Avaa SarmaCoins debug lokitiedosto nykyisestä datahakemistosta. Tämä saattaa kestää muutaman sekunnin isoilla tiedostoilla. &Open @@ -1977,8 +1977,8 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Ulos: - Welcome to the Dash RPC console. - Tervetuloa Dash RPC konsoliin. + Welcome to the SarmaCoins RPC console. + Tervetuloa SarmaCoins RPC konsoliin. Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -2040,8 +2040,8 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van &Uudelleenkäytä vastaanottavaa osoitetta (ei suositella) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dash network. - Valinnainen viesti liitettäväksi maksupyyntöön, joka näytetään kun pyyntö on avattu.<br>Huomio: Viestiä ei lähetetä maksun mukana Dash verkkoon. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the SarmaCoins network. + Valinnainen viesti liitettäväksi maksupyyntöön, joka näytetään kun pyyntö on avattu.<br>Huomio: Viestiä ei lähetetä maksun mukana SarmaCoins verkkoon. &Message: @@ -2052,8 +2052,8 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Valinnainen nimi liitetään uuteen vastaanottavaan osoitteeseen. - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Dash network. - Valinnainen viesti liitettäväksi maksupyyntöön, joka näytetään kun pyyntö on avattu.<br>Huomio: Viestiä ei lähetetä maksun mukana Dash verkkoon. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the SarmaCoins network. + Valinnainen viesti liitettäväksi maksupyyntöön, joka näytetään kun pyyntö on avattu.<br>Huomio: Viestiä ei lähetetä maksun mukana SarmaCoins verkkoon. Use this form to request payments. All fields are <b>optional</b>. @@ -2297,7 +2297,7 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Jos mukautettu siirtomaksu on asetettu 1000 duff ja siirtotapahtuma on vain 250 tavua,<br />tällöin "per kilotavu" maksaa vain 250 duffs siirtomaksun, kun taas "yhteensä vähintään" maksaa 1000 duffs.<br />Siirtotapahtumat jotka ovat isompia kuin kilotavu, molemmat maksaa "per kilotavu". - Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for dash transactions than the network can process. + Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for SarmaCoins transactions than the network can process. Minimi siirtomaksun maksaminen on ok niin kauan kun siirtotapahtumien määrä on pienempi kuin tila lohkoissa.<br />Mutta ota huomioon että tämä voi johtaa siirtotapahtumaan jota ei vahvisteta koskaan, jos siirtotapahtumia on enemmän kuin verkko voi käsitellä. @@ -2501,8 +2501,8 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Maksa vain minimi siirtomaksu %1 - Warning: Invalid Dash address - Varoitus: Virheellinen Dash osoite + Warning: Invalid SarmaCoins address + Varoitus: Virheellinen SarmaCoins osoite Warning: Unknown change address @@ -2524,8 +2524,8 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Maksun &saaja: - The Dash address to send the payment to - Dash osoite johon maksu lähetetään + The SarmaCoins address to send the payment to + SarmaCoins osoite johon maksu lähetetään Choose previously used address @@ -2564,8 +2564,8 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Viesti: - A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network. - Viesti joka liitettiin Dash: URI joka talletetaan siirtotapahtuman kanssa viitteeksi sinulle. Huomio: Tätä viestiä ei lähetetä Dash verkkoon. + A message that was attached to the SarmaCoins: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the SarmaCoins network. + Viesti joka liitettiin SarmaCoins: URI joka talletetaan siirtotapahtuman kanssa viitteeksi sinulle. Huomio: Tätä viestiä ei lähetetä SarmaCoins verkkoon. This is an unverified payment request. @@ -2591,8 +2591,8 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van ShutdownWindow - Dash Core is shutting down... - Dash Core sulkeutuu... + SarmaCoins Core is shutting down... + SarmaCoins Core sulkeutuu... Do not shut down the computer until this window disappears. @@ -2614,8 +2614,8 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Voit allekirjoittaa viestit omilla osoitteillasi todistaaksesi että omistat ne. Ole huolellinen että et allekirjoita mitään epämääräistä, phishing-hyökkäjä voi huijata sinua allekirjoittamaan henkilöllisyytesi omasta puolestaan. Allekirjoita vain yksityiskohtaisesti täytetty selvitys johon sitoudut. - The Dash address to sign the message with - Dash osoite jolla viesti allekirjoitetaan + The SarmaCoins address to sign the message with + SarmaCoins osoite jolla viesti allekirjoitetaan Choose previously used address @@ -2646,8 +2646,8 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Kopioi tämän hetkinen allekirjoitus leikepöydälle - Sign the message to prove you own this Dash address - Allekirjoita viesti todistaaksesi että omistat tämän Dash osoitteen + Sign the message to prove you own this SarmaCoins address + Allekirjoita viesti todistaaksesi että omistat tämän SarmaCoins osoitteen Sign &Message @@ -2670,12 +2670,12 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Syötä allekirjoittava osoite, viesti ja allekirjoitus alla oleviin kenttiin varmistaaksesi allekirjoituksen aitouden. Varmista että kopioit kaikki kentät täsmälleen oikein, myös rivinvaihdot, välilyönnit, tabulaattorit, jne. - The Dash address the message was signed with - Dash osoite jolla viesti on allekirjoitettu + The SarmaCoins address the message was signed with + SarmaCoins osoite jolla viesti on allekirjoitettu - Verify the message to ensure it was signed with the specified Dash address - Tarkista että viesti on allekirjoitettu määritetyllä Dash osoitteella + Verify the message to ensure it was signed with the specified SarmaCoins address + Tarkista että viesti on allekirjoitettu määritetyllä SarmaCoins osoitteella Verify &Message @@ -2741,8 +2741,8 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van SplashScreen - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Version %1 @@ -2753,8 +2753,8 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Bitcoin Core kehittäjät - The Dash Core developers - Dash Core kehittäjät + The SarmaCoins Core developers + SarmaCoins Core kehittäjät [testnet] @@ -3086,7 +3086,7 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Destination address of transaction. - Siirtotapahtuman Dash kohdeosoite + Siirtotapahtuman SarmaCoins kohdeosoite Amount removed from or added to balance. @@ -3278,7 +3278,7 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van WalletModel Send Coins - Lähetä Dasheja + Lähetä SarmaCoinseja InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 DASH. @@ -3325,14 +3325,14 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van - dash-core + SarmaCoins-core Bind to given address and always listen on it. Use [host]:port notation for IPv6 Kytkeydy annettuun osoitteeseen ja pidä linja aina auki. Käytä [host]:port merkintätapaa IPv6:lle. - Cannot obtain a lock on data directory %s. Dash Core is probably already running. - Ei voida lukita data hakemistoa %s. Dash Core on luultavasti jo käynnissä. + Cannot obtain a lock on data directory %s. SarmaCoins Core is probably already running. + Ei voida lukita data hakemistoa %s. SarmaCoins Core on luultavasti jo käynnissä. Darksend uses exact denominated amounts to send funds, you might simply need to anonymize some more coins. @@ -3387,8 +3387,8 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Tämä on esi-julkaistu testiversio - Käytä omalla vastuulla - Älä käytä louhimiseen tai kauppasovelluksiin. - Unable to bind to %s on this computer. Dash Core is probably already running. - Ei voida yhdistää %s tässä tietokoneessa. Dash Core on luultavasti jo käynnissä. + Unable to bind to %s on this computer. SarmaCoins Core is probably already running. + Ei voida yhdistää %s tässä tietokoneessa. SarmaCoins Core on luultavasti jo käynnissä. Unable to locate enough Darksend denominated funds for this transaction. @@ -3404,7 +3404,7 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. - Varoitus: Dash verkossa on ristiriitoja! Louhijat näyttävät kokevan virhetilanteita. + Varoitus: SarmaCoins verkossa on ristiriitoja! Louhijat näyttävät kokevan virhetilanteita. Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. @@ -3619,8 +3619,8 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Poista kaikki lompakon siirtotapahtumat ja palauta vain nuo osat lohkoketjusta -rescan valinnan avulla käynnistyksessä - Disable all Dash specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) - Kytke pois käytöstä kaikki Dash:in erityistoiminnot (Masternodet, Darksend, InstantX, Budjetointi) (0-1, oletus: %u) + Disable all SarmaCoins specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) + Kytke pois käytöstä kaikki SarmaCoins:in erityistoiminnot (Masternodet, Darksend, InstantX, Budjetointi) (0-1, oletus: %u) Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. @@ -3717,27 +3717,27 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Käännös päivitetty: 1.9.2015 by AjM. - To use dashd, or the -server option to dash-qt, you must set an rpcpassword in the configuration file: + To use SarmaCoinsd, or the -server option to SarmaCoins-qt, you must set an rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=dashrpc +rpcuser=SarmaCoinsrpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com - Käyttääksesi dashd:ia tai -server valintaa dash-qt:lle, sinun tulee asettaa rpc salasana asetustiedostossa: + Käyttääksesi SarmaCoinsd:ia tai -server valintaa SarmaCoins-qt:lle, sinun tulee asettaa rpc salasana asetustiedostossa: %s Suositellaan että käytät allaolevaa satunnaista salasanaa: -rpcuser=dashrpc +rpcuser=SarmaCoinsrpc rpcpassword=%s (sinun ei tarvitse muistaa tätä salasanaa) Käyttäjätunnus ja salasana on oltava ERILAISET. Jos tiedostoa ei ole, luo se vain omistajan-luku-oikeudella. Suositellaan asetettavaksi alertnotify jotta saat tietoa ongelmista, -esimerkiksi: alertnotify=echo %%s | mail -s "Dash Hälytys" admin@foo.com +esimerkiksi: alertnotify=echo %%s | mail -s "SarmaCoins Hälytys" admin@foo.com @@ -3753,8 +3753,8 @@ esimerkiksi: alertnotify=echo %%s | mail -s "Dash Hälytys" admin@foo.com Varoitus: -maxtxfee on asetettu erittäin korkeaksi! Näin isot siirtomaksut voitaisiin maksaa yhdessä siirtotapahtumassa. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Dash Core will not work properly. - Varoitus: Tarkista että tietokoneesi kellonaika ja päivämäärä ovat oikein! Dash ei toimi oikein väärällä päivämäärällä ja/tai kellonajalla. + Warning: Please check that your computer's date and time are correct! If your clock is wrong SarmaCoins Core will not work properly. + Varoitus: Tarkista että tietokoneesi kellonaika ja päivämäärä ovat oikein! SarmaCoins ei toimi oikein väärällä päivämäärällä ja/tai kellonajalla. Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. @@ -3807,8 +3807,8 @@ esimerkiksi: alertnotify=echo %%s | mail -s "Dash Hälytys" admin@foo.com Copyright (C) 2009-%i Bitcoin Core Kehittäjät - Copyright (C) 2014-%i The Dash Core Developers - Copyright (C) 2014-%i Dash Core Kehittäjät + Copyright (C) 2014-%i The SarmaCoins Core Developers + Copyright (C) 2014-%i SarmaCoins Core Kehittäjät Could not parse -rpcbind value %s as network address @@ -3839,8 +3839,8 @@ esimerkiksi: alertnotify=echo %%s | mail -s "Dash Hälytys" admin@foo.com Virhe masternode:en kytkeytymisessä. - Error loading wallet.dat: Wallet requires newer version of Dash Core - Virhe ladattaessa wallet.dat: Lompakko vaatii uudemman version Dash Core:sta + Error loading wallet.dat: Wallet requires newer version of SarmaCoins Core + Virhe ladattaessa wallet.dat: Lompakko vaatii uudemman version SarmaCoins Core:sta Error: A fatal internal error occured, see debug.log for details @@ -3911,8 +3911,8 @@ esimerkiksi: alertnotify=echo %%s | mail -s "Dash Hälytys" admin@foo.com Tietoa - Initialization sanity check failed. Dash Core is shutting down. - Alkuperäisyyden tarkistus epäonnistui. Dash Core sulkeutuu. + Initialization sanity check failed. SarmaCoins Core is shutting down. + Alkuperäisyyden tarkistus epäonnistui. SarmaCoins Core sulkeutuu. Input is not valid. @@ -4163,8 +4163,8 @@ esimerkiksi: alertnotify=echo %%s | mail -s "Dash Hälytys" admin@foo.com Käytä UPnP:tä kuunneltavan portin kartoitukseen (oletus: %u) - Wallet needed to be rewritten: restart Dash Core to complete - Lompakko on kirjoitettava uudelleen: käynnistä Dash Core uudestaan viimeistelyä varten + Wallet needed to be rewritten: restart SarmaCoins Core to complete + Lompakko on kirjoitettava uudelleen: käynnistä SarmaCoins Core uudestaan viimeistelyä varten Warning: Unsupported argument -benchmark ignored, use -debug=bench. diff --git a/src/qt/locale/dash_fr.ts b/src/qt/locale/sarmacoins_fr.ts similarity index 94% rename from src/qt/locale/dash_fr.ts rename to src/qt/locale/sarmacoins_fr.ts index 75c90d5844f87..0d21678708696 100644 --- a/src/qt/locale/dash_fr.ts +++ b/src/qt/locale/sarmacoins_fr.ts @@ -62,12 +62,12 @@ Adresses de réception - These are your Dash addresses for sending payments. Always check the amount and the receiving address before sending coins. - Ce sont vos adresses Dash pour l'envoi de paiements. Vérifiez toujours le montant et l'adresse de réception avant l'envoi de monnaies. + These are your SarmaCoins addresses for sending payments. Always check the amount and the receiving address before sending coins. + Ce sont vos adresses SarmaCoins pour l'envoi de paiements. Vérifiez toujours le montant et l'adresse de réception avant l'envoi de monnaies. - These are your Dash addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Ce sont vos adresses Dash pour la réception de paiements. Il est recommandé d'utiliser une nouvelle adresse de réception pour chaque transaction. + These are your SarmaCoins addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + Ce sont vos adresses SarmaCoins pour la réception de paiements. Il est recommandé d'utiliser une nouvelle adresse de réception pour chaque transaction. &Copy Address @@ -188,8 +188,8 @@ Portefeuille chiffré - Dash will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your dashs from being stolen by malware infecting your computer. - Dash va à présent se fermer pour terminer le chiffrement. N'oubliez pas que le chiffrement de votre portefeuille n'est pas une protection totale contre le vol par des logiciels malveillants qui infecteraient votre ordinateur. + SarmaCoins will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your SarmaCoinss from being stolen by malware infecting your computer. + SarmaCoins va à présent se fermer pour terminer le chiffrement. N'oubliez pas que le chiffrement de votre portefeuille n'est pas une protection totale contre le vol par des logiciels malveillants qui infecteraient votre ordinateur. IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. @@ -231,8 +231,8 @@ BitcoinGUI - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Wallet @@ -255,16 +255,16 @@ &Envoyer - Send coins to a Dash address - Envoyer des pièces sur une adresse Dash + Send coins to a SarmaCoins address + Envoyer des pièces sur une adresse SarmaCoins &Receive &Recevoir - Request payments (generates QR codes and dash: URIs) - Demande de paiements (Générer des QR code et des URIs dash) + Request payments (generates QR codes and SarmaCoins: URIs) + Demande de paiements (Générer des QR code et des URIs SarmaCoins) &Transactions @@ -283,12 +283,12 @@ Quitter l’application - &About Dash Core - À propos du noyau Dash + &About SarmaCoins Core + À propos du noyau SarmaCoins - Show information about Dash Core - Affichez des informations à propos de Dash Core + Show information about SarmaCoins Core + Affichez des informations à propos de SarmaCoins Core About &Qt @@ -303,8 +303,8 @@ &Options... - Modify configuration options for Dash - Modifier les options de configuration pour Dash + Modify configuration options for SarmaCoins + Modifier les options de configuration pour SarmaCoins &Show / Hide @@ -355,16 +355,16 @@ &Signer le message... - Sign messages with your Dash addresses to prove you own them - Signer les messages avec votre adresses Dash pour prouver que vous êtes le propriétaire + Sign messages with your SarmaCoins addresses to prove you own them + Signer les messages avec votre adresses SarmaCoins pour prouver que vous êtes le propriétaire &Verify message... &Vérifier un message... - Verify messages to ensure they were signed with specified Dash addresses - Vérifier les messages pour vous assurer qu'ils ont été signés avec les adresses Dash spécifiées + Verify messages to ensure they were signed with specified SarmaCoins addresses + Vérifier les messages pour vous assurer qu'ils ont été signés avec les adresses SarmaCoins spécifiées &Information @@ -443,16 +443,16 @@ Ouvrir un &URI... - Open a dash: URI or payment request - Ouvrir une URI ou demande de paiement dash + Open a SarmaCoins: URI or payment request + Ouvrir une URI ou demande de paiement SarmaCoins &Command-line options Options de ligne de &commande - Dash Core client - Client Dash Core + SarmaCoins Core client + Client SarmaCoins Core Processed %n blocks of transaction history. @@ -463,8 +463,8 @@ Synchronisation des données additionnelles: %p% - Show the Dash Core help message to get a list with possible Dash command-line options - Afficher le message d'aide de Dash Core pour obtenir une liste des options de ligne de commande Bitcoin possibles. + Show the SarmaCoins Core help message to get a list with possible SarmaCoins command-line options + Afficher le message d'aide de SarmaCoins Core pour obtenir une liste des options de ligne de commande Bitcoin possibles. &File @@ -487,8 +487,8 @@ Barre d'outils des onglets - %n active connection(s) to Dash network - %n connexion active au réseau Dash %n connexions actives au réseau Dash + %n active connection(s) to SarmaCoins network + %n connexion active au réseau SarmaCoins %n connexions actives au réseau SarmaCoins Synchronizing with network... @@ -896,16 +896,16 @@ Adresse : %4 Configuration de Darksend - Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend est réglé avec succès sur normal (%1 and 2 rounds). Vous pouvez changer cela à tout moment en ouvrant la fenêtre de configuration du Dash. + Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend est réglé avec succès sur normal (%1 and 2 rounds). Vous pouvez changer cela à tout moment en ouvrant la fenêtre de configuration du SarmaCoins. - Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend est réglé avec succès sur haut (%1 and 8 rounds). Vous pouvez changer cela à tout moment en ouvrant la fenêtre de configuration du Dash. + Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend est réglé avec succès sur haut (%1 and 8 rounds). Vous pouvez changer cela à tout moment en ouvrant la fenêtre de configuration du SarmaCoins. - Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend est réglé avec succès sur maximum (%1 and 16 rounds). Vous pouvez changer cela à tout moment en ouvrant la fenêtre de configuration du Dash. + Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend est réglé avec succès sur maximum (%1 and 16 rounds). Vous pouvez changer cela à tout moment en ouvrant la fenêtre de configuration du SarmaCoins. @@ -947,8 +947,8 @@ Adresse : %4 Modifier l’adresse d'envoi - The entered address "%1" is not a valid Dash address. - L'adresse entrée "%1" est pas une adresse Dash valide + The entered address "%1" is not a valid SarmaCoins address. + L'adresse entrée "%1" est pas une adresse SarmaCoins valide The entered address "%1" is already in the address book. @@ -989,8 +989,8 @@ Adresse : %4 HelpMessageDialog - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core version @@ -1001,8 +1001,8 @@ Adresse : %4 (%1-bit) - About Dash Core - A propos de Dash Core + About SarmaCoins Core + A propos de SarmaCoins Core Command-line options @@ -1048,16 +1048,16 @@ Adresse : %4 Bienvenue - Welcome to Dash Core. - Bienvenue à Dash Core + Welcome to SarmaCoins Core. + Bienvenue à SarmaCoins Core - As this is the first time the program is launched, you can choose where Dash Core will store its data. - Comme il s'agit du premier lancement du logiciel, vous pouvez choisir l'emplacement où Dash Core sauvegardera ses données. + As this is the first time the program is launched, you can choose where SarmaCoins Core will store its data. + Comme il s'agit du premier lancement du logiciel, vous pouvez choisir l'emplacement où SarmaCoins Core sauvegardera ses données. - Dash Core will download and store a copy of the Dash block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Dash Core téléchargera et sauvegardera une copie de la chaîne de blocs Dash. Au moins %1Go de données seront sauvegardées dans ce répertoire, et cette taille augmentera avec le temps. Le portefeuille sera aussi sauvegardé dans ce répertoire. + SarmaCoins Core will download and store a copy of the SarmaCoins block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + SarmaCoins Core téléchargera et sauvegardera une copie de la chaîne de blocs SarmaCoins. Au moins %1Go de données seront sauvegardées dans ce répertoire, et cette taille augmentera avec le temps. Le portefeuille sera aussi sauvegardé dans ce répertoire. Use the default data directory @@ -1068,8 +1068,8 @@ Adresse : %4 Utiliser un répertoire de données personnalisé : - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Error: Specified data directory "%1" cannot be created. @@ -1122,12 +1122,12 @@ Adresse : %4 Réglages &principaux - Automatically start Dash after logging in to the system. - Démarrer Dash automatiquement au démarrage du système. + Automatically start SarmaCoins after logging in to the system. + Démarrer SarmaCoins automatiquement au démarrage du système. - &Start Dash on system login - &Démarrer Dash au démarrage du système + &Start SarmaCoins on system login + &Démarrer SarmaCoins au démarrage du système Size of &database cache @@ -1154,8 +1154,8 @@ Adresse : %4 Ce montant est le seuil pour désactiver Darksend dès qu'il est atteint. - Amount of Dash to keep anonymized - Nombre de Dash à conserver anonymisés + Amount of SarmaCoins to keep anonymized + Nombre de SarmaCoins à conserver anonymisés W&allet @@ -1174,8 +1174,8 @@ Adresse : %4 Autoriser les connexions entrantes - Connect to the Dash network through a SOCKS5 proxy. - Se connecter au réseau Dash à travers un proxy SOCKS5. + Connect to the SarmaCoins network through a SOCKS5 proxy. + Se connecter au réseau SarmaCoins à travers un proxy SOCKS5. &Connect through SOCKS5 proxy (default proxy): @@ -1206,8 +1206,8 @@ Adresse : %4 &Réseau - Automatically open the Dash client port on the router. This only works when your router supports UPnP and it is enabled. - Ouvrir automatiquement le port client Dash sur le routeur. Cela ne fonctionne que sur les routeurs supportant et ayant activé UPnP. + Automatically open the SarmaCoins client port on the router. This only works when your router supports UPnP and it is enabled. + Ouvrir automatiquement le port client SarmaCoins sur le routeur. Cela ne fonctionne que sur les routeurs supportant et ayant activé UPnP. Map port using &UPnP @@ -1258,14 +1258,14 @@ Adresse : %4 &Langue de l'interface utilisateur : - The user interface language can be set here. This setting will take effect after restarting Dash. - La langue de l'interface utilisateur peut être modifiée ici. Ce paramètre sera pris en compte au redémarrage de Dash. + The user interface language can be set here. This setting will take effect after restarting SarmaCoins. + La langue de l'interface utilisateur peut être modifiée ici. Ce paramètre sera pris en compte au redémarrage de SarmaCoins. Language missing or translation incomplete? Help contributing translations here: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ Langage manquant ou traduction incomplète ? Participez aux traductions ici : -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ User Interface Theme: @@ -1347,8 +1347,8 @@ https://www.transifex.com/projects/p/dash/ Formulaire - The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. - L'information affichée peut être obsolète. Votre portefeuille se synchronise automatiquement avec le réseau Dash lorsque la connection est établie, mais le process n'est pas encore terminé. + The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. + L'information affichée peut être obsolète. Votre portefeuille se synchronise automatiquement avec le réseau SarmaCoins lorsque la connection est établie, mais le process n'est pas encore terminé. Available: @@ -1568,8 +1568,8 @@ https://www.transifex.com/projects/p/dash/ Erreur de demande de paiement - Cannot start dash: click-to-pay handler - Impossible de démarrer dash: click-to-pay le gestionnaire + Cannot start SarmaCoins: click-to-pay handler + Impossible de démarrer SarmaCoins: click-to-pay le gestionnaire URI handling @@ -1588,8 +1588,8 @@ https://www.transifex.com/projects/p/dash/ Adresse de paiement %1 invalide - URI cannot be parsed! This can be caused by an invalid Dash address or malformed URI parameters. - L'URI ne peut être analysé ! Ceci peut être causé par une adresse Dash invalide ou par des paramètres d'URI mal composé. + URI cannot be parsed! This can be caused by an invalid SarmaCoins address or malformed URI parameters. + L'URI ne peut être analysé ! Ceci peut être causé par une adresse SarmaCoins invalide ou par des paramètres d'URI mal composé. Payment request file cannot be read! This can be caused by an invalid payment request file. @@ -1674,8 +1674,8 @@ https://www.transifex.com/projects/p/dash/ Montant - Enter a Dash address (e.g. %1) - Entrez une adresse Dash (e.g. %1) + Enter a SarmaCoins address (e.g. %1) + Entrez une adresse SarmaCoins (e.g. %1) %1 d @@ -1764,8 +1764,8 @@ https://www.transifex.com/projects/p/dash/ Nombre de connexions - Open the Dash debug log file from the current data directory. This can take a few seconds for large log files. - Ouvrir le fichier de debug Dash depuis le répertoire de données actuel. Ceci peut prendre plusieurs secondes pour un fichier de debug imposant. + Open the SarmaCoins debug log file from the current data directory. This can take a few seconds for large log files. + Ouvrir le fichier de debug SarmaCoins depuis le répertoire de données actuel. Ceci peut prendre plusieurs secondes pour un fichier de debug imposant. &Open @@ -1972,8 +1972,8 @@ https://www.transifex.com/projects/p/dash/ Sortant : - Welcome to the Dash RPC console. - Bienvenue sur la console RPC de Dash. + Welcome to the SarmaCoins RPC console. + Bienvenue sur la console RPC de SarmaCoins. Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -2035,8 +2035,8 @@ https://www.transifex.com/projects/p/dash/ Ré&utiliser une adresse de réception existante (non recommandé) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dash network. - Un message optionnel à joindre à la demande de paiement, qui sera affiché quand la demande sera ouverte. Note : Ce message ne sera pas envoyé avec le paiement à travers le réseau Dash. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the SarmaCoins network. + Un message optionnel à joindre à la demande de paiement, qui sera affiché quand la demande sera ouverte. Note : Ce message ne sera pas envoyé avec le paiement à travers le réseau SarmaCoins. &Message: @@ -2047,8 +2047,8 @@ https://www.transifex.com/projects/p/dash/ Un étiquette optionnelle à associer à la nouvelle adresse de réception - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Dash network. - Un message optionnel à joindre à la demande de paiement, qui sera affiché quand la demande sera ouverte.<br>Note : Ce message ne sera pas envoyé avec le paiement à travers le réseau Dash. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the SarmaCoins network. + Un message optionnel à joindre à la demande de paiement, qui sera affiché quand la demande sera ouverte.<br>Note : Ce message ne sera pas envoyé avec le paiement à travers le réseau SarmaCoins. Use this form to request payments. All fields are <b>optional</b>. @@ -2292,7 +2292,7 @@ https://www.transifex.com/projects/p/dash/ Si les frais personnalisés sont à 1000 duffs et que la transaction fait seulement 250 octets, alors "par kilooctet" payera seulement 250 duffs de frais,<br />alors que "total au moins" payera 1000 duffs. Pour les transactions de plus d'un kilooctet les deux payeront par kilooctet. - Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for dash transactions than the network can process. + Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for SarmaCoins transactions than the network can process. Payer les frais minimums fonctionne tant qu'il y a moins de volume de transactions que de place dans les blocs.<br/>Mais soyez conscients que ceci peut amener a des transactions qui ne seront jamais confirmées lorsqu'il y aura plus de demande que la capacité du réseau. @@ -2496,8 +2496,8 @@ https://www.transifex.com/projects/p/dash/ Payer seulement les frais minimum de %1 - Warning: Invalid Dash address - Attention: adresse Dash invalide + Warning: Invalid SarmaCoins address + Attention: adresse SarmaCoins invalide Warning: Unknown change address @@ -2519,8 +2519,8 @@ https://www.transifex.com/projects/p/dash/ &Payer à : - The Dash address to send the payment to - L'adresse Dash à laquelle envoyer de la monnaie + The SarmaCoins address to send the payment to + L'adresse SarmaCoins à laquelle envoyer de la monnaie Choose previously used address @@ -2559,8 +2559,8 @@ https://www.transifex.com/projects/p/dash/ Message : - A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network. - Un message qui était joint au Dash : URI qui sera sauvegardée avec la transaction pour référence. Note : Ce message ne sera pas envoyé à travers le réseau Dash. + A message that was attached to the SarmaCoins: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the SarmaCoins network. + Un message qui était joint au SarmaCoins : URI qui sera sauvegardée avec la transaction pour référence. Note : Ce message ne sera pas envoyé à travers le réseau SarmaCoins. This is an unverified payment request. @@ -2586,8 +2586,8 @@ https://www.transifex.com/projects/p/dash/ ShutdownWindow - Dash Core is shutting down... - Arrêt de Dash Core... + SarmaCoins Core is shutting down... + Arrêt de SarmaCoins Core... Do not shut down the computer until this window disappears. @@ -2609,8 +2609,8 @@ https://www.transifex.com/projects/p/dash/ Vous pouvez signer des messages avec vos adresses pour prouver que vous les détenez. Faites attention de ne pas signer de vague car des attaques d'hameçonnage peuvent essayer d'usurper votre identité par votre signature. Ne signez que des déclarations entièrement détaillées et avec lesquelles vous serez d'accord. - The Dash address to sign the message with - L'adresse Dash avec laquelle signer le message + The SarmaCoins address to sign the message with + L'adresse SarmaCoins avec laquelle signer le message Choose previously used address @@ -2641,8 +2641,8 @@ https://www.transifex.com/projects/p/dash/ Copier la signature actuelle dans le presse-papier - Sign the message to prove you own this Dash address - Signer le message pour prouver que vous possédez cette adresse Dash + Sign the message to prove you own this SarmaCoins address + Signer le message pour prouver que vous possédez cette adresse SarmaCoins Sign &Message @@ -2665,12 +2665,12 @@ https://www.transifex.com/projects/p/dash/ Saisir ci-dessous l'adresse de signature, le message (assurez-vous d'avoir copié exactement les retours à la ligne, les espaces, tabulations etc.) et la signature pour vérifier le message. Faire attention à ne pas déduire davantage de la signature que ce qui est contenu dans le message signé lui-même pour éviter d'être trompé par une attaque d'homme du milieu. - The Dash address the message was signed with - L'adresse Dash avec laquelle le message a été signé + The SarmaCoins address the message was signed with + L'adresse SarmaCoins avec laquelle le message a été signé - Verify the message to ensure it was signed with the specified Dash address - Vérifier le message pour s'assurer qu'il a été signé avec l'adresse Dash spécifiée + Verify the message to ensure it was signed with the specified SarmaCoins address + Vérifier le message pour s'assurer qu'il a été signé avec l'adresse SarmaCoins spécifiée Verify &Message @@ -2736,8 +2736,8 @@ https://www.transifex.com/projects/p/dash/ SplashScreen - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Version %1 @@ -2748,8 +2748,8 @@ https://www.transifex.com/projects/p/dash/ Les développeurs Bitcoin Core - The Dash Core developers - Les développeurs Dash Core + The SarmaCoins Core developers + Les développeurs SarmaCoins Core [testnet] @@ -3320,14 +3320,14 @@ https://www.transifex.com/projects/p/dash/ - dash-core + SarmaCoins-core Bind to given address and always listen on it. Use [host]:port notation for IPv6 Se lier à l'adresse donnée et toujours l'écouter. Utilisez la notation [host]:port pour l'IPv6 - Cannot obtain a lock on data directory %s. Dash Core is probably already running. - Impossible d’obtenir un verrou sur le répertoire de données %s. Dash Core fonctionne probablement déjà. + Cannot obtain a lock on data directory %s. SarmaCoins Core is probably already running. + Impossible d’obtenir un verrou sur le répertoire de données %s. SarmaCoins Core fonctionne probablement déjà. Darksend uses exact denominated amounts to send funds, you might simply need to anonymize some more coins. @@ -3382,8 +3382,8 @@ https://www.transifex.com/projects/p/dash/ Ceci est une pré-version de test - l'utiliser à vos risques et périls - ne pas l'utiliser pour miner ou pour des applications marchandes - Unable to bind to %s on this computer. Dash Core is probably already running. - Impossible de se lier à %s sur cet ordinateur. Dash Core fonctionne probablement déjà. + Unable to bind to %s on this computer. SarmaCoins Core is probably already running. + Impossible de se lier à %s sur cet ordinateur. SarmaCoins Core fonctionne probablement déjà. Unable to locate enough Darksend denominated funds for this transaction. @@ -3614,8 +3614,8 @@ https://www.transifex.com/projects/p/dash/ Effacer toutes les transactions du portefeuille et récupère celle qui font partie de la chaine de blocs via -rescan au démarrage - Disable all Dash specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) - Désactivez toutes les fonctionnalités liées à Dash (Masternode, Darksend, InstantX, Budgetisation) (0-1, par défaut: %u) + Disable all SarmaCoins specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) + Désactivez toutes les fonctionnalités liées à SarmaCoins (Masternode, Darksend, InstantX, Budgetisation) (0-1, par défaut: %u) Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. @@ -3710,27 +3710,27 @@ https://www.transifex.com/projects/p/dash/ Ce produit comprend des logiciels développés par le projet OpenSSL afin d'être utilisés dans la boîte à outils OpenSSL <https://www.openssl.org/>, un logiciel de chiffrement écrit par Eric Young et un logiciel UPnP développé par Thomas Bernard. - To use dashd, or the -server option to dash-qt, you must set an rpcpassword in the configuration file: + To use SarmaCoinsd, or the -server option to SarmaCoins-qt, you must set an rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=dashrpc +rpcuser=SarmaCoinsrpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com - Pour utiliser dashd, ou le paramètre -server de dash-qt, vous devez définir un rpc mot de passe dans le fichier de configuration: + Pour utiliser SarmaCoinsd, ou le paramètre -server de SarmaCoins-qt, vous devez définir un rpc mot de passe dans le fichier de configuration: %s Il est recommandé que vous utilisiez ce mot de passe aléatoire: -rpcuser=dashrpc +rpcuser=SarmaCoinsrpc rpcpassword=%s (Vous ne devez pas vous souvenir de ce mot de passe) Le nom d'utilisateur et le mot de passe NE DOIVENT PAS être équivalent. Si le fichier n'existe pas, créé le avec les permissions de lecture uniquement pour le propriétaire. Il est recommandé de régler alertnotify pour que vous soyez averti des problèmes; -Pour exemple: alertnotify=echo %%s | mail -s "Alerte Dash" admin@foo.com +Pour exemple: alertnotify=echo %%s | mail -s "Alerte SarmaCoins" admin@foo.com @@ -3746,8 +3746,8 @@ Pour exemple: alertnotify=echo %%s | mail -s "Alerte Dash" admin@foo.com Attention : -maxtxfee est réglée sur un montant très élevé ! Il s'agit des frais de transaction que vous payerez si vous envoyez une transaction. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Dash Core will not work properly. - Attention : Veuillez vérifier que la date et l'heure de votre ordinateur sont justes ! Si votre horloge n'est pas à l'heure, Dash Core ne fonctionnera pas correctement. + Warning: Please check that your computer's date and time are correct! If your clock is wrong SarmaCoins Core will not work properly. + Attention : Veuillez vérifier que la date et l'heure de votre ordinateur sont justes ! Si votre horloge n'est pas à l'heure, SarmaCoins Core ne fonctionnera pas correctement. Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. @@ -3800,8 +3800,8 @@ Pour exemple: alertnotify=echo %%s | mail -s "Alerte Dash" admin@foo.com Copyright (C) 2009-%i The Bitcoin Core Developers - Copyright (C) 2014-%i The Dash Core Developers - Copyright (C) 2014-%i The Dash Core Developers + Copyright (C) 2014-%i The SarmaCoins Core Developers + Copyright (C) 2014-%i The SarmaCoins Core Developers Could not parse -rpcbind value %s as network address @@ -3832,8 +3832,8 @@ Pour exemple: alertnotify=echo %%s | mail -s "Alerte Dash" admin@foo.com Erreur de connexion au masternode. - Error loading wallet.dat: Wallet requires newer version of Dash Core - Erreur au chargement de wallet.dat : le Portefeuille nécessite une nouvelle version de Dash Core + Error loading wallet.dat: Wallet requires newer version of SarmaCoins Core + Erreur au chargement de wallet.dat : le Portefeuille nécessite une nouvelle version de SarmaCoins Core Error: A fatal internal error occured, see debug.log for details @@ -3904,8 +3904,8 @@ Pour exemple: alertnotify=echo %%s | mail -s "Alerte Dash" admin@foo.com Informations - Initialization sanity check failed. Dash Core is shutting down. - Les tests de cohérences lors de l'initialisation ont échoués. Dash Core est en cours de fermeture. + Initialization sanity check failed. SarmaCoins Core is shutting down. + Les tests de cohérences lors de l'initialisation ont échoués. SarmaCoins Core est en cours de fermeture. Input is not valid. @@ -4156,8 +4156,8 @@ Pour exemple: alertnotify=echo %%s | mail -s "Alerte Dash" admin@foo.com Utiliser l'UPnP pour mapper le port d'écoute (par défaut : %u) - Wallet needed to be rewritten: restart Dash Core to complete - Le portefeuille devait être réécrit : redémarrer Dash Core pour terminer l'opération. + Wallet needed to be rewritten: restart SarmaCoins Core to complete + Le portefeuille devait être réécrit : redémarrer SarmaCoins Core pour terminer l'opération. Warning: Unsupported argument -benchmark ignored, use -debug=bench. @@ -4217,7 +4217,7 @@ Pour exemple: alertnotify=echo %%s | mail -s "Alerte Dash" admin@foo.com Keep N DASH anonymized (default: %u) - Maintenir N dash anonymisé en permanence (défaut: %u) + Maintenir N SarmaCoins anonymisé en permanence (défaut: %u) Keep at most <n> unconnectable transactions in memory (default: %u) diff --git a/src/qt/locale/dash_it.ts b/src/qt/locale/sarmacoins_it.ts similarity index 94% rename from src/qt/locale/dash_it.ts rename to src/qt/locale/sarmacoins_it.ts index dcdce039e28a0..b1a9ae8d038db 100644 --- a/src/qt/locale/dash_it.ts +++ b/src/qt/locale/sarmacoins_it.ts @@ -43,11 +43,11 @@ Choose the address to send coins to - Scegli l'indirizzo a cui inviare i dash + Scegli l'indirizzo a cui inviare i SarmaCoins Choose the address to receive coins with - Scegli l'indirizzo con cui ricevere dash + Scegli l'indirizzo con cui ricevere SarmaCoins C&hoose @@ -62,12 +62,12 @@ Indirizzi di ricezione - These are your Dash addresses for sending payments. Always check the amount and the receiving address before sending coins. - Questi sono i tuoi indirizzi Dash per inviare i pagamenti. Controlla sempre l'ammontare e l'indirizzo destinatario prima di inviare i dash. + These are your SarmaCoins addresses for sending payments. Always check the amount and the receiving address before sending coins. + Questi sono i tuoi indirizzi SarmaCoins per inviare i pagamenti. Controlla sempre l'ammontare e l'indirizzo destinatario prima di inviare i SarmaCoins. - These are your Dash addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Questi sono i tuoi indirizzi di Dash per ricevere i pagamenti. Si raccomanda di usare un nuovo indirizzo di ricezione per ogni operazione. + These are your SarmaCoins addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + Questi sono i tuoi indirizzi di SarmaCoins per ricevere i pagamenti. Si raccomanda di usare un nuovo indirizzo di ricezione per ogni operazione. &Copy Address @@ -188,8 +188,8 @@ Portafoglio cifrato - Dash will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your dashs from being stolen by malware infecting your computer. - Dash adesso si chiuderá per finire il processo di crittografia. Ricorda che crittografare il tuo portafoglio non ti da una protezione totale se il tuo computer é infettato da malware + SarmaCoins will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your SarmaCoinss from being stolen by malware infecting your computer. + SarmaCoins adesso si chiuderá per finire il processo di crittografia. Ricorda che crittografare il tuo portafoglio non ti da una protezione totale se il tuo computer é infettato da malware IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. @@ -231,8 +231,8 @@ BitcoinGUI - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Wallet @@ -255,16 +255,16 @@ &Invia - Send coins to a Dash address - Spedire dash ad un indirizzo Dash + Send coins to a SarmaCoins address + Spedire SarmaCoins ad un indirizzo SarmaCoins &Receive &Ricevi - Request payments (generates QR codes and dash: URIs) - Richieste di pagamenti (genera codici QR e dash: URLs) + Request payments (generates QR codes and SarmaCoins: URIs) + Richieste di pagamenti (genera codici QR e SarmaCoins: URLs) &Transactions @@ -283,12 +283,12 @@ Chiudi applicazione - &About Dash Core - &Su Dash Core + &About SarmaCoins Core + &Su SarmaCoins Core - Show information about Dash Core - Mostra la informazione su Dash Core + Show information about SarmaCoins Core + Mostra la informazione su SarmaCoins Core About &Qt @@ -303,8 +303,8 @@ &Opzioni... - Modify configuration options for Dash - Modifica le opzioni di configurazione di Dash + Modify configuration options for SarmaCoins + Modifica le opzioni di configurazione di SarmaCoins &Show / Hide @@ -355,16 +355,16 @@ Firma il &messaggio... - Sign messages with your Dash addresses to prove you own them - Firma i messaggi con il tuo indirizzo Dash per dimostrarne che li possiedi + Sign messages with your SarmaCoins addresses to prove you own them + Firma i messaggi con il tuo indirizzo SarmaCoins per dimostrarne che li possiedi &Verify message... &Verifica messaggio... - Verify messages to ensure they were signed with specified Dash addresses - Verificare i messaggi per assicurarsi che sono firmati con gli indirizzi specificati di Dash + Verify messages to ensure they were signed with specified SarmaCoins addresses + Verificare i messaggi per assicurarsi che sono firmati con gli indirizzi specificati di SarmaCoins &Information @@ -435,24 +435,24 @@ Apri &URI... - Open a dash: URI or payment request - Apri un dash: URI o una richiesta di pagamento + Open a SarmaCoins: URI or payment request + Apri un SarmaCoins: URI o una richiesta di pagamento &Command-line options Opzioni riga di &comando - Dash Core client - Cliente Dash Core + SarmaCoins Core client + Cliente SarmaCoins Core Processed %n blocks of transaction history. Processato %n blocco della cronologia transazioni.Processati %n blocchi della cronologia transazioni. - Show the Dash Core help message to get a list with possible Dash command-line options - Mostra il messaggio di aiuto di Dash Core per ottenere una lista con le possibili opzioni di linea di comando di Dash + Show the SarmaCoins Core help message to get a list with possible SarmaCoins command-line options + Mostra il messaggio di aiuto di SarmaCoins Core per ottenere una lista con le possibili opzioni di linea di comando di SarmaCoins &File @@ -475,8 +475,8 @@ Barra degli strumenti "Tabs" - %n active connection(s) to Dash network - %n connessione attiva alla rete Dash%n connessioni attive alla rete Dash + %n active connection(s) to SarmaCoins network + %n connessione attiva alla rete SarmaCoins%n connessioni attive alla rete SarmaCoins Synchronizing with network... @@ -865,16 +865,16 @@ Indirizzo: %4 Configurazione Darksend - Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening SarmaCoins's configuration screen. Dark send è statto correttamente impostato su base (%1 e 2 round). Puoi cambiare questa impostazione in qualsiasi momento tu lo voglia dalla finestra di configurazione. - Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend è stata impostata correttamente a elevato (%1 e 8 turni). È possibile modificare in qualsiasi momento aprendo schermata di configurazione di Dash. + Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend è stata impostata correttamente a elevato (%1 e 8 turni). È possibile modificare in qualsiasi momento aprendo schermata di configurazione di SarmaCoins. - Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend è stato correttamente settato al massimo (%1 e 16 rounds). Puoi cambiarlo quando vuoi aprendo la finestra di configurazione di Dash + Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend è stato correttamente settato al massimo (%1 e 16 rounds). Puoi cambiarlo quando vuoi aprendo la finestra di configurazione di SarmaCoins @@ -916,8 +916,8 @@ Indirizzo: %4 Modifica indirizzo d'invio - The entered address "%1" is not a valid Dash address. - L'indirizzo inserito "%1" non é un indirizzo Dash valido + The entered address "%1" is not a valid SarmaCoins address. + L'indirizzo inserito "%1" non é un indirizzo SarmaCoins valido The entered address "%1" is already in the address book. @@ -958,16 +958,16 @@ Indirizzo: %4 HelpMessageDialog - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core version versione - About Dash Core - Su Dash Core + About SarmaCoins Core + Su SarmaCoins Core Command-line options @@ -1013,16 +1013,16 @@ Indirizzo: %4 Benvenuto - Welcome to Dash Core. - Benvenuto in Dash Core + Welcome to SarmaCoins Core. + Benvenuto in SarmaCoins Core - As this is the first time the program is launched, you can choose where Dash Core will store its data. - Essendo la prima volta nella quale il programma viene lanciato, puoi scegliere dove Dash Core memorizzerà i propri dati. + As this is the first time the program is launched, you can choose where SarmaCoins Core will store its data. + Essendo la prima volta nella quale il programma viene lanciato, puoi scegliere dove SarmaCoins Core memorizzerà i propri dati. - Dash Core will download and store a copy of the Dash block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Dash Core scaricherà e salverà una copia della blocco catena. Almeno %1GB di dati sarà immagazzinato in questa cartella e aumenterà col tempo. Anche il portafoglio sarà conservato in questa cartella. + SarmaCoins Core will download and store a copy of the SarmaCoins block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + SarmaCoins Core scaricherà e salverà una copia della blocco catena. Almeno %1GB di dati sarà immagazzinato in questa cartella e aumenterà col tempo. Anche il portafoglio sarà conservato in questa cartella. Use the default data directory @@ -1033,8 +1033,8 @@ Indirizzo: %4 Usa una cartella dati personalizzata: - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Error: Specified data directory "%1" cannot be created. @@ -1087,12 +1087,12 @@ Indirizzo: %4 &Principale - Automatically start Dash after logging in to the system. - Esegui automaticamente Dash Core all'avvio del sistema. + Automatically start SarmaCoins after logging in to the system. + Esegui automaticamente SarmaCoins Core all'avvio del sistema. - &Start Dash on system login - &Esegui Dash al login di sistema + &Start SarmaCoins on system login + &Esegui SarmaCoins al login di sistema Size of &database cache @@ -1119,8 +1119,8 @@ Indirizzo: %4 Tale importo si comporta come una soglia per spegnere Darksend una volta che è raggiunto. - Amount of Dash to keep anonymized - Quantitá di Dash da mantenere anonima. + Amount of SarmaCoins to keep anonymized + Quantitá di SarmaCoins da mantenere anonima. W&allet @@ -1135,8 +1135,8 @@ Indirizzo: %4 Permetti connessioni in entrata - Connect to the Dash network through a SOCKS5 proxy. - Connetta a la rete Dash attraverso un SOCKS5 proxy + Connect to the SarmaCoins network through a SOCKS5 proxy. + Connetta a la rete SarmaCoins attraverso un SOCKS5 proxy &Connect through SOCKS5 proxy (default proxy): @@ -1163,8 +1163,8 @@ Indirizzo: %4 Rete - Automatically open the Dash client port on the router. This only works when your router supports UPnP and it is enabled. - Apri automaticamente la porta utilizzata dal client Dash nel router. Funziona solo se il router supporta UPnP ed è attivato. + Automatically open the SarmaCoins client port on the router. This only works when your router supports UPnP and it is enabled. + Apri automaticamente la porta utilizzata dal client SarmaCoins nel router. Funziona solo se il router supporta UPnP ed è attivato. Map port using &UPnP @@ -1215,14 +1215,14 @@ Indirizzo: %4 &Lingua Interfaccia Utente: - The user interface language can be set here. This setting will take effect after restarting Dash. + The user interface language can be set here. This setting will take effect after restarting SarmaCoins. La lingua dell'interfaccia utente può essere impostata qui. Questo settaggio sarà attivo al riavvio del client. Language missing or translation incomplete? Help contributing translations here: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ La tua lingua manca o la traduzione è incompleta? Contribuisci alla traduzione qui: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ User Interface Theme: @@ -1301,8 +1301,8 @@ Più URL vengono separati da una barra verticale |. Modulo - The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. - Le informazioni visualizzate potrebbero essere datate. Il portafoglio si sincronizza automaticamente con il Dash rete dopo che una connessione viene stabilizzata, ma questo processo non è stato ancora completato. + The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. + Le informazioni visualizzate potrebbero essere datate. Il portafoglio si sincronizza automaticamente con il SarmaCoins rete dopo che una connessione viene stabilizzata, ma questo processo non è stato ancora completato. Available: @@ -1494,8 +1494,8 @@ Più URL vengono separati da una barra verticale |. Errore di richiesta di pagamento - Cannot start dash: click-to-pay handler - Impossibile avviare dash: gestore click-to-pay + Cannot start SarmaCoins: click-to-pay handler + Impossibile avviare SarmaCoins: gestore click-to-pay URI handling @@ -1514,8 +1514,8 @@ Più URL vengono separati da una barra verticale |. Invalido indirizzo di pago %1 - URI cannot be parsed! This can be caused by an invalid Dash address or malformed URI parameters. - Impossibile interpretare l'URI! La causa puó essere un indirizzo Dash non valido o parametri URI non corretti. + URI cannot be parsed! This can be caused by an invalid SarmaCoins address or malformed URI parameters. + Impossibile interpretare l'URI! La causa puó essere un indirizzo SarmaCoins non valido o parametri URI non corretti. Payment request file cannot be read! This can be caused by an invalid payment request file. @@ -1596,8 +1596,8 @@ Più URL vengono separati da una barra verticale |. Importo - Enter a Dash address (e.g. %1) - Inserire un indirizzo Dash (e.g. %1) + Enter a SarmaCoins address (e.g. %1) + Inserire un indirizzo SarmaCoins (e.g. %1) %1 d @@ -1682,7 +1682,7 @@ Più URL vengono separati da una barra verticale |. Numero di connessioni - Open the Dash debug log file from the current data directory. This can take a few seconds for large log files. + Open the SarmaCoins debug log file from the current data directory. This can take a few seconds for large log files. Apri il file log di debug dall'attuale cartella dei dati. Può richiedere un paio di secondi per file di grossa dimensione. @@ -1866,8 +1866,8 @@ Più URL vengono separati da una barra verticale |. Uscita: - Welcome to the Dash RPC console. - Benvenuto nella console RPC Dash + Welcome to the SarmaCoins RPC console. + Benvenuto nella console RPC SarmaCoins Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -1921,8 +1921,8 @@ Più URL vengono separati da una barra verticale |. R&iusa un indirizzo di ricezione (non raccomandato) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dash network. - Messaggio opzionale da allegare alla richiesta di pagamento, che verrà visualizzato quando la richiesta verrà aperta. Nota: il messaggio non sarà inviato insieme al pagamento nel network Dash. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the SarmaCoins network. + Messaggio opzionale da allegare alla richiesta di pagamento, che verrà visualizzato quando la richiesta verrà aperta. Nota: il messaggio non sarà inviato insieme al pagamento nel network SarmaCoins. &Message: @@ -2083,7 +2083,7 @@ Più URL vengono separati da una barra verticale |. SendCoinsDialog Send Coins - Invia dash + Invia SarmaCoins Coin Control Features @@ -2291,7 +2291,7 @@ Più URL vengono separati da una barra verticale |. Confirm send coins - Conferma l'invio di dash + Conferma l'invio di SarmaCoins A fee %1 times higher than %2 per kB is considered an insanely high fee. @@ -2338,8 +2338,8 @@ Più URL vengono separati da una barra verticale |. Pagare solo la minima commissione di %1 - Warning: Invalid Dash address - ATTENZIONE: Indirizzo Dash non valido + Warning: Invalid SarmaCoins address + ATTENZIONE: Indirizzo SarmaCoins non valido Warning: Unknown change address @@ -2361,8 +2361,8 @@ Più URL vengono separati da una barra verticale |. Paga &a: - The Dash address to send the payment to - L'indirizzo Dash per inviare il pagamento a + The SarmaCoins address to send the payment to + L'indirizzo SarmaCoins per inviare il pagamento a Choose previously used address @@ -2401,8 +2401,8 @@ Più URL vengono separati da una barra verticale |. Messaggio: - A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network. - Un messaggio allegato con l'URI dash che verrà memorizzato nella transazione per il tuo referente. Nota: questo messaggio non verrà inviato attraverso il network Dash. + A message that was attached to the SarmaCoins: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the SarmaCoins network. + Un messaggio allegato con l'URI SarmaCoins che verrà memorizzato nella transazione per il tuo referente. Nota: questo messaggio non verrà inviato attraverso il network SarmaCoins. This is an unverified payment request. @@ -2428,8 +2428,8 @@ Più URL vengono separati da una barra verticale |. ShutdownWindow - Dash Core is shutting down... - Dash Core si sta chiudendo... + SarmaCoins Core is shutting down... + SarmaCoins Core si sta chiudendo... Do not shut down the computer until this window disappears. @@ -2451,8 +2451,8 @@ Più URL vengono separati da una barra verticale |. Puoi firmare messaggi con i tuoi indirizzi in modo da dimostrarne il possesso. Presta attenzione a non firmare dichiarazioni vaghe, attacchi di phishing potrebbero cercare di spingerti ad apporre la tua firma su di esse. Firma solo dichiarazioni completamente dettagliate e delle quali condividi in pieno il contenuto. - The Dash address to sign the message with - L'indirizzo Dash con cui firmare il messaggio + The SarmaCoins address to sign the message with + L'indirizzo SarmaCoins con cui firmare il messaggio Choose previously used address @@ -2483,8 +2483,8 @@ Più URL vengono separati da una barra verticale |. Copia la firma corrente nella clipboard - Sign the message to prove you own this Dash address - Firma il mssaggio per dimostrare il possesso di questo indirizzo Dash + Sign the message to prove you own this SarmaCoins address + Firma il mssaggio per dimostrare il possesso di questo indirizzo SarmaCoins Sign &Message @@ -2507,12 +2507,12 @@ Più URL vengono separati da una barra verticale |. Inserisci l'indirizzo del firmatario, il messaggio (assicurati di copiare esattamente anche i ritorni a capo, gli spazi, le tabulazioni, etc..) e la firma qui sotto, per verificare il messaggio. Presta attenzione a non vedere nella firma più di quanto non sia riportato nel messaggio stesso, per evitare di cadere vittima di attacchi di tipo man-in-the-middle. - The Dash address the message was signed with - L'indirizzo Dash con cui era firmato il messaggio + The SarmaCoins address the message was signed with + L'indirizzo SarmaCoins con cui era firmato il messaggio - Verify the message to ensure it was signed with the specified Dash address - Verifica il messaggio per assicurarti sia stato firmato con l'indirizzo Dash specificato + Verify the message to ensure it was signed with the specified SarmaCoins address + Verifica il messaggio per assicurarti sia stato firmato con l'indirizzo SarmaCoins specificato Verify &Message @@ -2578,8 +2578,8 @@ Più URL vengono separati da una barra verticale |. SplashScreen - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Version %1 @@ -2590,8 +2590,8 @@ Più URL vengono separati da una barra verticale |. Gli sviluppatori di Bitcoin Core - The Dash Core developers - Gli sviluppatori di Dash Core + The SarmaCoins Core developers + Gli sviluppatori di SarmaCoins Core [testnet] @@ -3115,7 +3115,7 @@ Più URL vengono separati da una barra verticale |. WalletModel Send Coins - Invia dash + Invia SarmaCoins InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 DASH. @@ -3158,14 +3158,14 @@ Più URL vengono separati da una barra verticale |. - dash-core + SarmaCoins-core Bind to given address and always listen on it. Use [host]:port notation for IPv6 Associa all'indirizzo indicato e resta permanentemente in ascolto su questo. Usa la notazione [host]:porta per l'IPv6 - Cannot obtain a lock on data directory %s. Dash Core is probably already running. - Impossibile ottenere un blocco sulla data directory %s. Dash Core è probabilmente già in esecuzione. + Cannot obtain a lock on data directory %s. SarmaCoins Core is probably already running. + Impossibile ottenere un blocco sulla data directory %s. SarmaCoins Core è probabilmente già in esecuzione. Darksend uses exact denominated amounts to send funds, you might simply need to anonymize some more coins. @@ -3220,8 +3220,8 @@ Più URL vengono separati da una barra verticale |. Questa versione è una compilazione pre-rilascio - usala a tuo rischio - non utilizzarla per la generazione o per applicazioni di commercio - Unable to bind to %s on this computer. Dash Core is probably already running. - Incapace di legare al %s su questo computer. Dash Core è probabilmente già funzionato. + Unable to bind to %s on this computer. SarmaCoins Core is probably already running. + Incapace di legare al %s su questo computer. SarmaCoins Core è probabilmente già funzionato. Unable to locate enough Darksend denominated funds for this transaction. @@ -3468,8 +3468,8 @@ Più URL vengono separati da una barra verticale |. Errore di connessione al Masternode - Error loading wallet.dat: Wallet requires newer version of Dash Core - Errore caricando il wallet.dat: il Pertafoglio ha bisogno di una versione di Dash Core piú recente. + Error loading wallet.dat: Wallet requires newer version of SarmaCoins Core + Errore caricando il wallet.dat: il Pertafoglio ha bisogno di una versione di SarmaCoins Core piú recente. Error: A fatal internal error occured, see debug.log for details @@ -3508,8 +3508,8 @@ Più URL vengono separati da una barra verticale |. Informazioni - Initialization sanity check failed. Dash Core is shutting down. - Controllo di inizializzazione sanity fallito. Dash Core verrà chiuso. + Initialization sanity check failed. SarmaCoins Core is shutting down. + Controllo di inizializzazione sanity fallito. SarmaCoins Core verrà chiuso. Input is not valid. diff --git a/src/qt/locale/dash_ja.ts b/src/qt/locale/sarmacoins_ja.ts similarity index 99% rename from src/qt/locale/dash_ja.ts rename to src/qt/locale/sarmacoins_ja.ts index 1e0d322412a2f..b764f3a365d26 100644 --- a/src/qt/locale/dash_ja.ts +++ b/src/qt/locale/sarmacoins_ja.ts @@ -2485,7 +2485,7 @@ - dash-core + SarmaCoins-core Bind to given address and always listen on it. Use [host]:port notation for IPv6 指定のアドレスへバインドし、その上で常にリスンします。IPv6 は [host]:port 番号 と表記します diff --git a/src/qt/locale/dash_pl.ts b/src/qt/locale/sarmacoins_pl.ts similarity index 94% rename from src/qt/locale/dash_pl.ts rename to src/qt/locale/sarmacoins_pl.ts index 9589ed27725b9..3d3cf43e7a23d 100644 --- a/src/qt/locale/dash_pl.ts +++ b/src/qt/locale/sarmacoins_pl.ts @@ -62,12 +62,12 @@ Adres odbiorczy - These are your Dash addresses for sending payments. Always check the amount and the receiving address before sending coins. - To są twoje adresy Dash na które wysyłasz płatności. Zawsze upewnij się, że kwota i adres są prawidłowe zanim wyślesz monety. + These are your SarmaCoins addresses for sending payments. Always check the amount and the receiving address before sending coins. + To są twoje adresy SarmaCoins na które wysyłasz płatności. Zawsze upewnij się, że kwota i adres są prawidłowe zanim wyślesz monety. - These are your Dash addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - To są twoje adresy do otrzymywania Dashów. Zaleca się aby stworzyć nowy adres dla każdej transakcji + These are your SarmaCoins addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + To są twoje adresy do otrzymywania SarmaCoinsów. Zaleca się aby stworzyć nowy adres dla każdej transakcji &Copy Address @@ -188,8 +188,8 @@ Portfel zaszyfrowany - Dash will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your dashs from being stolen by malware infecting your computer. - Dash zostanie teraz zamknięty aby zakończyć proces szyfrowania. Pamiętaj, że zaszyfrowanie portfela nie gwarantuje pełnej ochrony przed kradzieżą twoich monet przez złośliwe oprogramowanie. + SarmaCoins will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your SarmaCoinss from being stolen by malware infecting your computer. + SarmaCoins zostanie teraz zamknięty aby zakończyć proces szyfrowania. Pamiętaj, że zaszyfrowanie portfela nie gwarantuje pełnej ochrony przed kradzieżą twoich monet przez złośliwe oprogramowanie. IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. @@ -231,8 +231,8 @@ BitcoinGUI - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Wallet @@ -255,16 +255,16 @@ Wyślij - Send coins to a Dash address - Wyślij monety na adres Dash + Send coins to a SarmaCoins address + Wyślij monety na adres SarmaCoins &Receive Odbie&rz - Request payments (generates QR codes and dash: URIs) - Poproś o płatności (generuje kod QR oraz dash: link) + Request payments (generates QR codes and SarmaCoins: URIs) + Poproś o płatności (generuje kod QR oraz SarmaCoins: link) &Transactions @@ -283,12 +283,12 @@ Zamknij program - &About Dash Core - &O Dash Core + &About SarmaCoins Core + &O SarmaCoins Core - Show information about Dash Core - Pokaż informacje o Dash Core + Show information about SarmaCoins Core + Pokaż informacje o SarmaCoins Core About &Qt @@ -303,8 +303,8 @@ &Opcje... - Modify configuration options for Dash - Zmień opcje konfiguracji dla Dash + Modify configuration options for SarmaCoins + Zmień opcje konfiguracji dla SarmaCoins &Show / Hide @@ -355,16 +355,16 @@ Podpisz wiado&mość... - Sign messages with your Dash addresses to prove you own them - Podpisz wiadomości swoim adresem Dash aby udowodnić, że jesteś ich właścicielem. + Sign messages with your SarmaCoins addresses to prove you own them + Podpisz wiadomości swoim adresem SarmaCoins aby udowodnić, że jesteś ich właścicielem. &Verify message... &Zweryfikuj wiadomość... - Verify messages to ensure they were signed with specified Dash addresses - Zweryfikuj wiadomości aby upewnić się, że zostały one podpisane wybranym adresem Dash + Verify messages to ensure they were signed with specified SarmaCoins addresses + Zweryfikuj wiadomości aby upewnić się, że zostały one podpisane wybranym adresem SarmaCoins &Information @@ -443,16 +443,16 @@ Otwórz URI... - Open a dash: URI or payment request - Otwórz dash: Link lub żądanie zapłaty + Open a SarmaCoins: URI or payment request + Otwórz SarmaCoins: Link lub żądanie zapłaty &Command-line options &Opcje konsoli - Dash Core client - Klient Dash Core + SarmaCoins Core client + Klient SarmaCoins Core Processed %n blocks of transaction history. @@ -463,8 +463,8 @@ Synchronizuję dodatkowe dane: %p% - Show the Dash Core help message to get a list with possible Dash command-line options - Pokaż wiadomość pomocy Dash Core aby otrzymać listę z dostępnymi opcjami linii komend. + Show the SarmaCoins Core help message to get a list with possible SarmaCoins command-line options + Pokaż wiadomość pomocy SarmaCoins Core aby otrzymać listę z dostępnymi opcjami linii komend. &File @@ -487,8 +487,8 @@ Pasek zakładek - %n active connection(s) to Dash network - %n aktywne połączenie do sieci Dash%n aktywne połączenia do sieci Dash%n aktywne połączenia do sieci Dash + %n active connection(s) to SarmaCoins network + %n aktywne połączenie do sieci SarmaCoins%n aktywne połączenia do sieci SarmaCoins%n aktywne połączenia do sieci SarmaCoins Synchronizing with network... @@ -896,16 +896,16 @@ Adres: %4 Konfiguracja Darksend - Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend został pomyślnie ustawiony na poziom podstawowy (%1 oraz 2 rundy). Możesz to zmienić kiedy chcesz, otwierając ekran z konfiguracją Dash. + Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend został pomyślnie ustawiony na poziom podstawowy (%1 oraz 2 rundy). Możesz to zmienić kiedy chcesz, otwierając ekran z konfiguracją SarmaCoins. - Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend został pomyślnie ustawiony na poziom wysoki (%1 oraz 8 rund). Możesz to zmienić kiedy chcesz, otwierając ekran z konfiguracją Dash. + Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend został pomyślnie ustawiony na poziom wysoki (%1 oraz 8 rund). Możesz to zmienić kiedy chcesz, otwierając ekran z konfiguracją SarmaCoins. - Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend został pomyślnie ustawiony na poziom maksymalny (%1 oraz 16 rund). Możesz to zmienić kiedy chcesz, otwierając ekran z konfiguracją Dash. + Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend został pomyślnie ustawiony na poziom maksymalny (%1 oraz 16 rund). Możesz to zmienić kiedy chcesz, otwierając ekran z konfiguracją SarmaCoins. @@ -947,8 +947,8 @@ Adres: %4 Zmień adres wysyłania - The entered address "%1" is not a valid Dash address. - Wprowadzony adres "%1" nie jest właściwym adresem Dash. + The entered address "%1" is not a valid SarmaCoins address. + Wprowadzony adres "%1" nie jest właściwym adresem SarmaCoins. The entered address "%1" is already in the address book. @@ -989,8 +989,8 @@ Adres: %4 HelpMessageDialog - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core version @@ -1001,8 +1001,8 @@ Adres: %4 (%1-bit) - About Dash Core - Informacje o Dash Core + About SarmaCoins Core + Informacje o SarmaCoins Core Command-line options @@ -1048,16 +1048,16 @@ Adres: %4 Witaj - Welcome to Dash Core. - Witaj w Dash Core + Welcome to SarmaCoins Core. + Witaj w SarmaCoins Core - As this is the first time the program is launched, you can choose where Dash Core will store its data. - Ponieważ uruchomiłeś ten program po raz pierwszy, możesz wybrać gdzie Dash Core będzie przechowywał dane. + As this is the first time the program is launched, you can choose where SarmaCoins Core will store its data. + Ponieważ uruchomiłeś ten program po raz pierwszy, możesz wybrać gdzie SarmaCoins Core będzie przechowywał dane. - Dash Core will download and store a copy of the Dash block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Dash Core ściągnie i przechowa kopię blockchain na twoim dysku. Co najmniej %1GB danych zostanie zapisanych w tym katalogu, a wraz z upływem czasu blockchain będzie stopniowo wymagał coraz więcej miejsca. Twój portfel również zostanie zapisany w tym katalogu. + SarmaCoins Core will download and store a copy of the SarmaCoins block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + SarmaCoins Core ściągnie i przechowa kopię blockchain na twoim dysku. Co najmniej %1GB danych zostanie zapisanych w tym katalogu, a wraz z upływem czasu blockchain będzie stopniowo wymagał coraz więcej miejsca. Twój portfel również zostanie zapisany w tym katalogu. Use the default data directory @@ -1068,8 +1068,8 @@ Adres: %4 Użyj wybranego folderu dla danych - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Error: Specified data directory "%1" cannot be created. @@ -1122,12 +1122,12 @@ Adres: %4 Główne - Automatically start Dash after logging in to the system. - Automatycznie uruchom Dash po zalogowaniu się do systemu. + Automatically start SarmaCoins after logging in to the system. + Automatycznie uruchom SarmaCoins po zalogowaniu się do systemu. - &Start Dash on system login - &Uruchom Dash po zalogowaniu się do systemu + &Start SarmaCoins on system login + &Uruchom SarmaCoins po zalogowaniu się do systemu Size of &database cache @@ -1154,8 +1154,8 @@ Adres: %4 Ta kwota działa jako próg po którego przekroczeniu Darksend zostaje wyłączony. - Amount of Dash to keep anonymized - Ilość Dashów, które mają pozostać anonimowe. + Amount of SarmaCoins to keep anonymized + Ilość SarmaCoinsów, które mają pozostać anonimowe. W&allet @@ -1174,8 +1174,8 @@ Adres: %4 Zezwól na przychdzące połączenia - Connect to the Dash network through a SOCKS5 proxy. - Połącz się z siecią Dash przez proxy SOCKS5. + Connect to the SarmaCoins network through a SOCKS5 proxy. + Połącz się z siecią SarmaCoins przez proxy SOCKS5. &Connect through SOCKS5 proxy (default proxy): @@ -1206,7 +1206,7 @@ Adres: %4 &Sieć - Automatically open the Dash client port on the router. This only works when your router supports UPnP and it is enabled. + Automatically open the SarmaCoins client port on the router. This only works when your router supports UPnP and it is enabled. Automatycznie uruchamiaj port klienta Darkcoina na ruterze. To działa tylko jeśli twój ruter wspiera i ma włączone UPnP. @@ -1258,14 +1258,14 @@ Adres: %4 Język &Użytkownika: - The user interface language can be set here. This setting will take effect after restarting Dash. - Tutaj można ustawić język interfejsu użytkownika. To ustawienie zostanie zapisane po ponownym uruchomieniu Dash. + The user interface language can be set here. This setting will take effect after restarting SarmaCoins. + Tutaj można ustawić język interfejsu użytkownika. To ustawienie zostanie zapisane po ponownym uruchomieniu SarmaCoins. Language missing or translation incomplete? Help contributing translations here: -https://www.transifex.com/projects/p/dash/ - Dash Core nie został przetłumaczony na twój język? Tłumaczenie jest niepełne lub niepoprawne? Możesz pomóc nam tłumaczyć tutaj: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ + SarmaCoins Core nie został przetłumaczony na twój język? Tłumaczenie jest niepełne lub niepoprawne? Możesz pomóc nam tłumaczyć tutaj: +https://www.transifex.com/projects/p/SarmaCoins/ User Interface Theme: @@ -1347,8 +1347,8 @@ https://www.transifex.com/projects/p/dash/ Formularz - The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. - Wyświetlona informacja może być przedawniona. Twój portfel automatycznie zsynchronizuje sie z siecią Dash jak tylko zostanie ustanowione połączenie, jednakże proces ten jeszcze się nie zakończył. + The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. + Wyświetlona informacja może być przedawniona. Twój portfel automatycznie zsynchronizuje sie z siecią SarmaCoins jak tylko zostanie ustanowione połączenie, jednakże proces ten jeszcze się nie zakończył. Available: @@ -1568,8 +1568,8 @@ https://www.transifex.com/projects/p/dash/ Błąd żądania płatności - Cannot start dash: click-to-pay handler - Nie można włączyć dash: kliknij-aby-zapłacić ubsługującemu. + Cannot start SarmaCoins: click-to-pay handler + Nie można włączyć SarmaCoins: kliknij-aby-zapłacić ubsługującemu. URI handling @@ -1588,8 +1588,8 @@ https://www.transifex.com/projects/p/dash/ Nieprawidłowy adres płatności %1 - URI cannot be parsed! This can be caused by an invalid Dash address or malformed URI parameters. - URI nie może zostać przeanalizowany! Mogło to być spowodowane przez niewłaściwy adres Dash lub niewłaściwe parametry URI + URI cannot be parsed! This can be caused by an invalid SarmaCoins address or malformed URI parameters. + URI nie może zostać przeanalizowany! Mogło to być spowodowane przez niewłaściwy adres SarmaCoins lub niewłaściwe parametry URI Payment request file cannot be read! This can be caused by an invalid payment request file. @@ -1674,8 +1674,8 @@ https://www.transifex.com/projects/p/dash/ Ilość - Enter a Dash address (e.g. %1) - Wpisz adres Dash (np. %1) + Enter a SarmaCoins address (e.g. %1) + Wpisz adres SarmaCoins (np. %1) %1 d @@ -1764,7 +1764,7 @@ https://www.transifex.com/projects/p/dash/ Liczba połączeń - Open the Dash debug log file from the current data directory. This can take a few seconds for large log files. + Open the SarmaCoins debug log file from the current data directory. This can take a few seconds for large log files. Otwiera plik z zapisami debugowania Darkcoina z obecnego katalogu. Może to potrfać kilka sekund w zależności od rozmiaru pliku. @@ -1972,7 +1972,7 @@ https://www.transifex.com/projects/p/dash/ Wyjście: - Welcome to the Dash RPC console. + Welcome to the SarmaCoins RPC console. Witaj w konsoli RPC Darkcoina @@ -2035,8 +2035,8 @@ https://www.transifex.com/projects/p/dash/ Użyj istniejący adres odbiorczy (nie zalecane) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dash network. - Opcjonalna wiadomość do żądania płatności. Wiadomość wyświetli się po otwarciu żądania. Pamiętaj: Wiadomość nie zostanie wysłana razem z płatnością poprzez sieć Dash. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the SarmaCoins network. + Opcjonalna wiadomość do żądania płatności. Wiadomość wyświetli się po otwarciu żądania. Pamiętaj: Wiadomość nie zostanie wysłana razem z płatnością poprzez sieć SarmaCoins. &Message: @@ -2047,8 +2047,8 @@ https://www.transifex.com/projects/p/dash/ Opcjonalna etykieta do skojarzenia z nowym adresem odbiorczym. - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Dash network. - Opcjonalna wiadomość do żądania płatności. Wiadomość wyświetli się po otwarciu żądania.<br> Pamiętaj: Wiadomość nie zostanie wysłana razem z płatnością poprzez sieć Dash. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the SarmaCoins network. + Opcjonalna wiadomość do żądania płatności. Wiadomość wyświetli się po otwarciu żądania.<br> Pamiętaj: Wiadomość nie zostanie wysłana razem z płatnością poprzez sieć SarmaCoins. Use this form to request payments. All fields are <b>optional</b>. @@ -2292,7 +2292,7 @@ https://www.transifex.com/projects/p/dash/ Jeśli ręcznie ustalona opłata wynosi 1000 Duffów a sama transakcja ma tylko 250 bitów, to opłata jako "za kilobajt" wynosi tylko 250 duffów.<br/> Dzieje się tak dla każdej transakcji poniżej 1000 duffów. W przypadku transakcji większych niż jedn kilobajt opłata jest naliczana od kilobajta. - Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for dash transactions than the network can process. + Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for SarmaCoins transactions than the network can process. Uiszczanie minimalnej opłaty za transakcję jest ok dopóki ilość transakcji nie przekracza dostępnego miejsca w bloku. <br />Jednakże, jeśli zaistnieje taka sytuacja w której wysłanych zostaje więcej transakcji niż sieć może przetworzyć, to jest możliwe, że twoja transakcja nigdy nie zostanie potwierdzona. @@ -2496,8 +2496,8 @@ https://www.transifex.com/projects/p/dash/ Uiść minimalną opłatę %1 - Warning: Invalid Dash address - Ostrzeżenie: adres Dash jest nieprawidlowy + Warning: Invalid SarmaCoins address + Ostrzeżenie: adres SarmaCoins jest nieprawidlowy Warning: Unknown change address @@ -2519,8 +2519,8 @@ https://www.transifex.com/projects/p/dash/ Zapłać &dla: - The Dash address to send the payment to - Adres Dash na który wysłać fundusze + The SarmaCoins address to send the payment to + Adres SarmaCoins na który wysłać fundusze Choose previously used address @@ -2559,8 +2559,8 @@ https://www.transifex.com/projects/p/dash/ Wiadomość: - A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network. - Wiadomość, która została dołączona do dash: Link, który zostanie zapisany wraz z transakcją do wglądu w przyszłości. Zauważ. że sama wiadomość nie zostanie wysłana przez sieć Darkcoina. + A message that was attached to the SarmaCoins: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the SarmaCoins network. + Wiadomość, która została dołączona do SarmaCoins: Link, który zostanie zapisany wraz z transakcją do wglądu w przyszłości. Zauważ. że sama wiadomość nie zostanie wysłana przez sieć Darkcoina. This is an unverified payment request. @@ -2586,8 +2586,8 @@ https://www.transifex.com/projects/p/dash/ ShutdownWindow - Dash Core is shutting down... - Trwa zamykanie Dash Core + SarmaCoins Core is shutting down... + Trwa zamykanie SarmaCoins Core Do not shut down the computer until this window disappears. @@ -2609,8 +2609,8 @@ https://www.transifex.com/projects/p/dash/ Możesz podpisywać wiadomości swoimi adresami aby udowodnić, że jesteś ich właścicielem. Uważaj, aby nie podpisywać niczego co wzbudza Twoje podejrzenia, ponieważ ktoś może stosować phishing próbując nakłonić Cię do ich podpisania. Akceptuj i podpisuj tylko w pełni zrozumiałe komunikaty i wiadomości. - The Dash address to sign the message with - Adres Dash do podpisu wiadomości + The SarmaCoins address to sign the message with + Adres SarmaCoins do podpisu wiadomości Choose previously used address @@ -2641,8 +2641,8 @@ https://www.transifex.com/projects/p/dash/ Kopiuje aktualny podpis do schowka systemowego - Sign the message to prove you own this Dash address - Podpisz wiadomość aby udowodnić, że jesteś właścicielem adresu Dash. + Sign the message to prove you own this SarmaCoins address + Podpisz wiadomość aby udowodnić, że jesteś właścicielem adresu SarmaCoins. Sign &Message @@ -2665,12 +2665,12 @@ https://www.transifex.com/projects/p/dash/ Wpisz adres podpisujący, podaj wiadomość (upewnij się, że dokładnie skopiujesz wszystkie zakończenia linii, spacje, tabulacje itp.) oraz podpis poniżej by sprawdzić wiadomość. Uważaj by nie dodać więcej do podpisu niż do samej podpisywanej wiadomości by uniknąć ataku man-in-the-middle (człowiek pośrodku) - The Dash address the message was signed with - Adres Dash którym wiadomość została podpisana + The SarmaCoins address the message was signed with + Adres SarmaCoins którym wiadomość została podpisana - Verify the message to ensure it was signed with the specified Dash address - Zweryfikuj wiadomość aby upewnić się, że została zapisana przez konkretny adres Dash + Verify the message to ensure it was signed with the specified SarmaCoins address + Zweryfikuj wiadomość aby upewnić się, że została zapisana przez konkretny adres SarmaCoins Verify &Message @@ -2736,8 +2736,8 @@ https://www.transifex.com/projects/p/dash/ SplashScreen - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Version %1 @@ -2748,8 +2748,8 @@ https://www.transifex.com/projects/p/dash/ Deweloperzy Bitcoin Core - The Dash Core developers - Deweloperzy Dash Core + The SarmaCoins Core developers + Deweloperzy SarmaCoins Core [testnet] @@ -3320,14 +3320,14 @@ https://www.transifex.com/projects/p/dash/ - dash-core + SarmaCoins-core Bind to given address and always listen on it. Use [host]:port notation for IPv6 Związany z danym adresem oraz zawsze prowadzący na nim nasłuch. Użyj [host]:oznaczenie dla IPv6 - Cannot obtain a lock on data directory %s. Dash Core is probably already running. - Nie można zablokować katalogu danych %s. Prawdopodobnie Dash jest już uruchomiony. + Cannot obtain a lock on data directory %s. SarmaCoins Core is probably already running. + Nie można zablokować katalogu danych %s. Prawdopodobnie SarmaCoins jest już uruchomiony. Darksend uses exact denominated amounts to send funds, you might simply need to anonymize some more coins. @@ -3382,8 +3382,8 @@ https://www.transifex.com/projects/p/dash/ Ta wersja nie jest jeszcze gotowa na oficjalne wydanie - używaj jej na własne ryzyko - nie używaj tej wersji do kopania monet lub do świadczenia usług komercyjnych. - Unable to bind to %s on this computer. Dash Core is probably already running. - Niezdolny do związania z %s na tym komputerze. Prawdopodobnie Dash jest już uruchomiony. + Unable to bind to %s on this computer. SarmaCoins Core is probably already running. + Niezdolny do związania z %s na tym komputerze. Prawdopodobnie SarmaCoins jest już uruchomiony. Unable to locate enough Darksend denominated funds for this transaction. @@ -3614,8 +3614,8 @@ https://www.transifex.com/projects/p/dash/ Usuń wszystkie transakcje portfela i odzyskaj tylko te części blockchainu - zeskanuj powonie na starcie. - Disable all Dash specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) - Wyłącz wszystkie dodatkowe funckje Dash (Masternody, Darksend, InstanX, Budżetowanie) (0-1, domyślnie: %u) + Disable all SarmaCoins specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) + Wyłącz wszystkie dodatkowe funckje SarmaCoins (Masternody, Darksend, InstanX, Budżetowanie) (0-1, domyślnie: %u) Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. @@ -3710,26 +3710,26 @@ https://www.transifex.com/projects/p/dash/ Produkt ten zawiera oprogramowanie stworzone przez OpenSSL Project do użytku w OpenSSL Toolkit <https://www.openssl.org/>, oprogramowanie krptograficzne napisane przez Eric Young oraz oprogramowanie UPnP napisane przez Thomas Bernard. - To use dashd, or the -server option to dash-qt, you must set an rpcpassword in the configuration file: + To use SarmaCoinsd, or the -server option to SarmaCoins-qt, you must set an rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=dashrpc +rpcuser=SarmaCoinsrpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com - Aby używać dashd, lub opcje -server w kliencie dash-qt, musisz ustawić hasło rpc w pliku konfiguracji: + Aby używać SarmaCoinsd, lub opcje -server w kliencie SarmaCoins-qt, musisz ustawić hasło rpc w pliku konfiguracji: %s Zalecane jest abyś użył te o to losowo stworzone hasło -rpcuser=dashrpc +rpcuser=SarmaCoinsrpc rpcpassword=%s (Nie musisz pamiętać tego hasła) Twoje hasło NIE MOŻE być takie samo jak twój login. Jeśli plik ten nie istnieje, stwórz go z uprawnieniami do odczytu tylko przez właściciela. -Zaleca się również aby ustawić alarm powiadomień tzw. alertnotify, aby dać ci znać w razie wystąpienia jekiegoś problemu, na przykład: alertnotify=echo %%s I -s "Dash Alert" admin@foo.com +Zaleca się również aby ustawić alarm powiadomień tzw. alertnotify, aby dać ci znać w razie wystąpienia jekiegoś problemu, na przykład: alertnotify=echo %%s I -s "SarmaCoins Alert" admin@foo.com @@ -3745,8 +3745,8 @@ Zaleca się również aby ustawić alarm powiadomień tzw. alertnotify, aby dać Uwaga: -maxtxfee jest bardzo wysoka! Tak duże opłaty mogą być uiszczone przy wysłaniu jednej transakcji. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Dash Core will not work properly. - Uwaga: Proszę sprawdzić czy data i czas na twoim komputerze są poprawne! Jeśli twój zegar nie pokazuje prawidłowej godziny to Dash może nie działać poprawidłowo. + Warning: Please check that your computer's date and time are correct! If your clock is wrong SarmaCoins Core will not work properly. + Uwaga: Proszę sprawdzić czy data i czas na twoim komputerze są poprawne! Jeśli twój zegar nie pokazuje prawidłowej godziny to SarmaCoins może nie działać poprawidłowo. Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. @@ -3799,8 +3799,8 @@ Zaleca się również aby ustawić alarm powiadomień tzw. alertnotify, aby dać Prawo autorskie (c) 2009-%i deweloperzy Bitcoin - Copyright (C) 2014-%i The Dash Core Developers - Prawa autorskie (C) 2014-%i deweloperzy Dash + Copyright (C) 2014-%i The SarmaCoins Core Developers + Prawa autorskie (C) 2014-%i deweloperzy SarmaCoins Could not parse -rpcbind value %s as network address @@ -3831,8 +3831,8 @@ Zaleca się również aby ustawić alarm powiadomień tzw. alertnotify, aby dać Błąd w połączeniu z Masternodem. - Error loading wallet.dat: Wallet requires newer version of Dash Core - Błą wczytywania wallet.dat: Portfel wymaga nowszej wersji Dash + Error loading wallet.dat: Wallet requires newer version of SarmaCoins Core + Błą wczytywania wallet.dat: Portfel wymaga nowszej wersji SarmaCoins Error: A fatal internal error occured, see debug.log for details @@ -3903,8 +3903,8 @@ Zaleca się również aby ustawić alarm powiadomień tzw. alertnotify, aby dać Informacja - Initialization sanity check failed. Dash Core is shutting down. - Inicjalizacja kontroli poprawności nie powiodła się. Trwa zamykanie Dash Core + Initialization sanity check failed. SarmaCoins Core is shutting down. + Inicjalizacja kontroli poprawności nie powiodła się. Trwa zamykanie SarmaCoins Core Input is not valid. @@ -4155,8 +4155,8 @@ Zaleca się również aby ustawić alarm powiadomień tzw. alertnotify, aby dać Użyj UPnP aby zmapować port nasłuchu (domyślnie: %u) - Wallet needed to be rewritten: restart Dash Core to complete - Portfel potrzebuje być przepisany: uruchom ponownie Dash Core aby zakończyć. + Wallet needed to be rewritten: restart SarmaCoins Core to complete + Portfel potrzebuje być przepisany: uruchom ponownie SarmaCoins Core aby zakończyć. Warning: Unsupported argument -benchmark ignored, use -debug=bench. @@ -4216,7 +4216,7 @@ Zaleca się również aby ustawić alarm powiadomień tzw. alertnotify, aby dać Keep N DASH anonymized (default: %u) - Utrzymuj N zanonimizowanych dash (domyślnie: %u) + Utrzymuj N zanonimizowanych SarmaCoins (domyślnie: %u) Keep at most <n> unconnectable transactions in memory (default: %u) diff --git a/src/qt/locale/dash_pt.ts b/src/qt/locale/sarmacoins_pt.ts similarity index 94% rename from src/qt/locale/dash_pt.ts rename to src/qt/locale/sarmacoins_pt.ts index 0815cbce3b68c..169d78c51bcae 100644 --- a/src/qt/locale/dash_pt.ts +++ b/src/qt/locale/sarmacoins_pt.ts @@ -62,12 +62,12 @@ Endereços para recepção - These are your Dash addresses for sending payments. Always check the amount and the receiving address before sending coins. - Estes são os endereços Dash para envio de pagamentos. Confirme sempre a quantia e o endereço antes de enviar as moedas. + These are your SarmaCoins addresses for sending payments. Always check the amount and the receiving address before sending coins. + Estes são os endereços SarmaCoins para envio de pagamentos. Confirme sempre a quantia e o endereço antes de enviar as moedas. - These are your Dash addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Estes são os seus endereços Dash para receber pagamentos. É recomendado que seja usado um novo endereço para cada transacção. + These are your SarmaCoins addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + Estes são os seus endereços SarmaCoins para receber pagamentos. É recomendado que seja usado um novo endereço para cada transacção. &Copy Address @@ -188,8 +188,8 @@ Carteira cifrada - Dash will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your dashs from being stolen by malware infecting your computer. - O cliente Dash irá fechar para finalizar o processo de cifra. Lembre-se que cifrar a sua carteira não consegue proteger totalmente as suas dashs contra roubos feitos por malware presente no seu computador. + SarmaCoins will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your SarmaCoinss from being stolen by malware infecting your computer. + O cliente SarmaCoins irá fechar para finalizar o processo de cifra. Lembre-se que cifrar a sua carteira não consegue proteger totalmente as suas SarmaCoinss contra roubos feitos por malware presente no seu computador. IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. @@ -231,8 +231,8 @@ BitcoinGUI - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Wallet @@ -255,16 +255,16 @@ &Enviar - Send coins to a Dash address - Enviar moedas para um endereço Dash + Send coins to a SarmaCoins address + Enviar moedas para um endereço SarmaCoins &Receive &Receber - Request payments (generates QR codes and dash: URIs) - Solicitar pagamentos (gera códigos QR e dash: URIs) + Request payments (generates QR codes and SarmaCoins: URIs) + Solicitar pagamentos (gera códigos QR e SarmaCoins: URIs) &Transactions @@ -283,12 +283,12 @@ Sair da aplicação - &About Dash Core - &Acerca do Dash Core + &About SarmaCoins Core + &Acerca do SarmaCoins Core - Show information about Dash Core - Mostra informação acerca do Dash Core + Show information about SarmaCoins Core + Mostra informação acerca do SarmaCoins Core About &Qt @@ -303,8 +303,8 @@ &Opções... - Modify configuration options for Dash - Modificar opções de configuração do Dash + Modify configuration options for SarmaCoins + Modificar opções de configuração do SarmaCoins &Show / Hide @@ -355,16 +355,16 @@ &Assinar Mensagem - Sign messages with your Dash addresses to prove you own them - Assine mensagens com os seus endereços Dash para provar que são seus + Sign messages with your SarmaCoins addresses to prove you own them + Assine mensagens com os seus endereços SarmaCoins para provar que são seus &Verify message... &Verificar Mensagem - Verify messages to ensure they were signed with specified Dash addresses - Verifica mensagens para garantir que foram assinadas com um endereço Dash específico + Verify messages to ensure they were signed with specified SarmaCoins addresses + Verifica mensagens para garantir que foram assinadas com um endereço SarmaCoins específico &Information @@ -443,24 +443,24 @@ Abrir &URI... - Open a dash: URI or payment request - Abre um dash: URI ou solicitação de pagamento + Open a SarmaCoins: URI or payment request + Abre um SarmaCoins: URI ou solicitação de pagamento &Command-line options Opções de linha de &comandos - Dash Core client - Cliente Dash Core + SarmaCoins Core client + Cliente SarmaCoins Core Processed %n blocks of transaction history. %n bloco do histórico de transacções processado.%n blocos do histórico de transacções processados. - Show the Dash Core help message to get a list with possible Dash command-line options - Mostra a mensagem de ajuda do Dash Core para obter a lista com as possíveis opções de linha de comandos + Show the SarmaCoins Core help message to get a list with possible SarmaCoins command-line options + Mostra a mensagem de ajuda do SarmaCoins Core para obter a lista com as possíveis opções de linha de comandos &File @@ -483,8 +483,8 @@ Barra de ferramentas - %n active connection(s) to Dash network - %n ligação activa à rede Dash%n ligações activas à rede Dash + %n active connection(s) to SarmaCoins network + %n ligação activa à rede SarmaCoins%n ligações activas à rede SarmaCoins Synchronizing with network... @@ -892,16 +892,16 @@ Endereço: %4 Configuração Darksend - Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend foi colocado com sucesso no modo básico (%1 e 2 voltas). Pode mudar esta definição em qualquer altura abrindo o ecrã de configuração Dash. + Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend foi colocado com sucesso no modo básico (%1 e 2 voltas). Pode mudar esta definição em qualquer altura abrindo o ecrã de configuração SarmaCoins. - Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend foi colocado com sucesso no modo alto (%1 e 8 voltas). Pode mudar esta definição em qualquer altura abrindo o ecrã de configuração Dash. + Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend foi colocado com sucesso no modo alto (%1 e 8 voltas). Pode mudar esta definição em qualquer altura abrindo o ecrã de configuração SarmaCoins. - Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend foi colocado com sucesso no modo máximo (%1 e 16 voltas). Pode mudar esta definição em qualquer altura abrindo o ecrã de configuração Dash. + Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend foi colocado com sucesso no modo máximo (%1 e 16 voltas). Pode mudar esta definição em qualquer altura abrindo o ecrã de configuração SarmaCoins. @@ -943,8 +943,8 @@ Endereço: %4 Editar endereço de envio - The entered address "%1" is not a valid Dash address. - O endereço introduzido "%1" não é um endereço Dash válido. + The entered address "%1" is not a valid SarmaCoins address. + O endereço introduzido "%1" não é um endereço SarmaCoins válido. The entered address "%1" is already in the address book. @@ -985,8 +985,8 @@ Endereço: %4 HelpMessageDialog - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core version @@ -997,8 +997,8 @@ Endereço: %4 (%1-bit) - About Dash Core - Acerca do Dash Core + About SarmaCoins Core + Acerca do SarmaCoins Core Command-line options @@ -1044,16 +1044,16 @@ Endereço: %4 Bem-vindo - Welcome to Dash Core. - Bem-vindo ao Dash Core. + Welcome to SarmaCoins Core. + Bem-vindo ao SarmaCoins Core. - As this is the first time the program is launched, you can choose where Dash Core will store its data. - Como esta é a primeira vez que o programa é executado, pode escolher onde o cliente Dash Core irá guardar os seus dados. + As this is the first time the program is launched, you can choose where SarmaCoins Core will store its data. + Como esta é a primeira vez que o programa é executado, pode escolher onde o cliente SarmaCoins Core irá guardar os seus dados. - Dash Core will download and store a copy of the Dash block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - O cliente Dash Core irá descarregar e guardar uma copia da cadeia de blocos Dash. Pelo menos %1GB de dados serão guardados nesta pasta e irá aumentar com o tempo. A carteira também ficará guardada nesta pasta. + SarmaCoins Core will download and store a copy of the SarmaCoins block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + O cliente SarmaCoins Core irá descarregar e guardar uma copia da cadeia de blocos SarmaCoins. Pelo menos %1GB de dados serão guardados nesta pasta e irá aumentar com o tempo. A carteira também ficará guardada nesta pasta. Use the default data directory @@ -1064,8 +1064,8 @@ Endereço: %4 Usar uma pasta de dados personalizada - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Error: Specified data directory "%1" cannot be created. @@ -1118,12 +1118,12 @@ Endereço: %4 &Geral - Automatically start Dash after logging in to the system. - Executar automaticamente o cliente Dash quando entrar no sistema. + Automatically start SarmaCoins after logging in to the system. + Executar automaticamente o cliente SarmaCoins quando entrar no sistema. - &Start Dash on system login - &Iniciar o cliente Dash ao entrar no sistema + &Start SarmaCoins on system login + &Iniciar o cliente SarmaCoins ao entrar no sistema Size of &database cache @@ -1150,8 +1150,8 @@ Endereço: %4 Esta quantia actua como um limite, a partir do qual o Darksend é desligado. - Amount of Dash to keep anonymized - Quantia de Dash a manter anonimizada + Amount of SarmaCoins to keep anonymized + Quantia de SarmaCoins a manter anonimizada W&allet @@ -1170,8 +1170,8 @@ Endereço: %4 Aceitar ligações de entrada - Connect to the Dash network through a SOCKS5 proxy. - Efectuar a ligação à rede Dash através de um proxy SOCKS5. + Connect to the SarmaCoins network through a SOCKS5 proxy. + Efectuar a ligação à rede SarmaCoins através de um proxy SOCKS5. &Connect through SOCKS5 proxy (default proxy): @@ -1202,8 +1202,8 @@ Endereço: %4 &Rede - Automatically open the Dash client port on the router. This only works when your router supports UPnP and it is enabled. - Abrir automaticamente a porta do cliente Dash no router. Isto só funciona quando o seu router suporta UPnP e este está activo. + Automatically open the SarmaCoins client port on the router. This only works when your router supports UPnP and it is enabled. + Abrir automaticamente a porta do cliente SarmaCoins no router. Isto só funciona quando o seu router suporta UPnP e este está activo. Map port using &UPnP @@ -1254,14 +1254,14 @@ Endereço: %4 &Linguagem do interface: - The user interface language can be set here. This setting will take effect after restarting Dash. + The user interface language can be set here. This setting will take effect after restarting SarmaCoins. A linguagem do interface pode ser definida aqui. Esta definição terá efeito depois de reiniciar a aplicação. Language missing or translation incomplete? Help contributing translations here: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ Linguagem não encontrada ou tradução incompleta? Ajude a traduzir aqui: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ User Interface Theme: @@ -1343,8 +1343,8 @@ https://www.transifex.com/projects/p/dash/ De - The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. - A informação mostrada pode estar desactualizada. A sua carteira sincroniza automaticamente com a rede Dash assim que for estabelecida uma ligação, mas este processo ainda não terminou. + The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. + A informação mostrada pode estar desactualizada. A sua carteira sincroniza automaticamente com a rede SarmaCoins assim que for estabelecida uma ligação, mas este processo ainda não terminou. Available: @@ -1564,8 +1564,8 @@ https://www.transifex.com/projects/p/dash/ Erro na solicitação de pagamento - Cannot start dash: click-to-pay handler - Não é possível iniciar o dash: click-to-pay handler + Cannot start SarmaCoins: click-to-pay handler + Não é possível iniciar o SarmaCoins: click-to-pay handler URI handling @@ -1584,8 +1584,8 @@ https://www.transifex.com/projects/p/dash/ Endereço de pagamento inválido %1 - URI cannot be parsed! This can be caused by an invalid Dash address or malformed URI parameters. - O URI não pode ser carregado! Isto pode ser causado por um endereço Dash inválido ou parâmetros do URI incorrectos. + URI cannot be parsed! This can be caused by an invalid SarmaCoins address or malformed URI parameters. + O URI não pode ser carregado! Isto pode ser causado por um endereço SarmaCoins inválido ou parâmetros do URI incorrectos. Payment request file cannot be read! This can be caused by an invalid payment request file. @@ -1670,8 +1670,8 @@ https://www.transifex.com/projects/p/dash/ Quantia - Enter a Dash address (e.g. %1) - Insira um endereço Dash (ex. %1) + Enter a SarmaCoins address (e.g. %1) + Insira um endereço SarmaCoins (ex. %1) %1 d @@ -1760,8 +1760,8 @@ https://www.transifex.com/projects/p/dash/ Número de ligações - Open the Dash debug log file from the current data directory. This can take a few seconds for large log files. - Abrir o ficheiro de registo de depuração Dash a partir da pasta de dados actual. Para grandes ficheiros de registo pode demorar alguns segundos. + Open the SarmaCoins debug log file from the current data directory. This can take a few seconds for large log files. + Abrir o ficheiro de registo de depuração SarmaCoins a partir da pasta de dados actual. Para grandes ficheiros de registo pode demorar alguns segundos. &Open @@ -1968,8 +1968,8 @@ https://www.transifex.com/projects/p/dash/ Saída: - Welcome to the Dash RPC console. - Bem-vindo à consola RPC Dash + Welcome to the SarmaCoins RPC console. + Bem-vindo à consola RPC SarmaCoins Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -2031,8 +2031,8 @@ https://www.transifex.com/projects/p/dash/ R&eutilizar um endereço de recebimento existente (não recomendado) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dash network. - Mensagem opcional para anexar à solicitação de pagamento, que será mostrada quando a solicitação for aberta. Nota: A mensagem não será enviada com o pagamento através da rede Dash. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the SarmaCoins network. + Mensagem opcional para anexar à solicitação de pagamento, que será mostrada quando a solicitação for aberta. Nota: A mensagem não será enviada com o pagamento através da rede SarmaCoins. &Message: @@ -2043,8 +2043,8 @@ https://www.transifex.com/projects/p/dash/ Rótulo opcional para associar com o novo endereço de recebimento. - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Dash network. - Mensagem opcional para anexar à solicitação de pagamento, que será mostrada quando a solicitação for aberta. <br>Nota: A mensagem não será enviada com o pagamento através da rede Dash. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the SarmaCoins network. + Mensagem opcional para anexar à solicitação de pagamento, que será mostrada quando a solicitação for aberta. <br>Nota: A mensagem não será enviada com o pagamento através da rede SarmaCoins. Use this form to request payments. All fields are <b>optional</b>. @@ -2480,8 +2480,8 @@ https://www.transifex.com/projects/p/dash/ Pagar somente a taxa mínima de %1 - Warning: Invalid Dash address - Aviso: Endereço Dash inválido + Warning: Invalid SarmaCoins address + Aviso: Endereço SarmaCoins inválido Warning: Unknown change address @@ -2503,8 +2503,8 @@ https://www.transifex.com/projects/p/dash/ &Pagar a: - The Dash address to send the payment to - O endereço Dash para onde enviar o pagamento + The SarmaCoins address to send the payment to + O endereço SarmaCoins para onde enviar o pagamento Choose previously used address @@ -2543,8 +2543,8 @@ https://www.transifex.com/projects/p/dash/ Mensagem: - A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network. - Mensagem que foi anexada ao dash: URI e que será guardada com a transacção para sua referência. Nota: Esta mensagem não será enviada para a rede Dash. + A message that was attached to the SarmaCoins: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the SarmaCoins network. + Mensagem que foi anexada ao SarmaCoins: URI e que será guardada com a transacção para sua referência. Nota: Esta mensagem não será enviada para a rede SarmaCoins. This is an unverified payment request. @@ -2570,8 +2570,8 @@ https://www.transifex.com/projects/p/dash/ ShutdownWindow - Dash Core is shutting down... - O Dash Core está a desligar... + SarmaCoins Core is shutting down... + O SarmaCoins Core está a desligar... Do not shut down the computer until this window disappears. @@ -2593,8 +2593,8 @@ https://www.transifex.com/projects/p/dash/ Pode assinar mensagens com os seus endereços para provar que são seus. Tenha atenção para não assinar mensagens vagas, já que, ataques de phishing podem levá-lo a assinar a sua própria identidade para os atacantes. Apenas assine declarações detalhadas com as quais concorde. - The Dash address to sign the message with - Endereço Dash com o qual deseja assinar a mensagem + The SarmaCoins address to sign the message with + Endereço SarmaCoins com o qual deseja assinar a mensagem Choose previously used address @@ -2625,8 +2625,8 @@ https://www.transifex.com/projects/p/dash/ Copiar a assinatura actual para a área de transferência - Sign the message to prove you own this Dash address - Assinar a mensagem para provar que é o proprietário deste endereço Dash + Sign the message to prove you own this SarmaCoins address + Assinar a mensagem para provar que é o proprietário deste endereço SarmaCoins Sign &Message @@ -2649,12 +2649,12 @@ https://www.transifex.com/projects/p/dash/ Introduza o endereço de assinatura, mensagem (assegure-se que copia exactamente as quebras de linha, espaços, tabulações, etc) e assinatura abaixo para verificar a mensagem. Tenha atenção para não ler mais na assinatura do que o que estiver na mensagem assinada, para evitar ser enganado por um atacante que se encontre entre si e quem assinou a mensagem. - The Dash address the message was signed with - Endereço Dash com o qual a mensagem foi assinada + The SarmaCoins address the message was signed with + Endereço SarmaCoins com o qual a mensagem foi assinada - Verify the message to ensure it was signed with the specified Dash address - Verificar a mensagem de forma a garantir que foi assinada com o endereço Dash especificado + Verify the message to ensure it was signed with the specified SarmaCoins address + Verificar a mensagem de forma a garantir que foi assinada com o endereço SarmaCoins especificado Verify &Message @@ -2720,8 +2720,8 @@ https://www.transifex.com/projects/p/dash/ SplashScreen - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Version %1 @@ -2732,8 +2732,8 @@ https://www.transifex.com/projects/p/dash/ Os programadores Bitcoin Core - The Dash Core developers - Os programadores Dash Core + The SarmaCoins Core developers + Os programadores SarmaCoins Core [testnet] @@ -3304,14 +3304,14 @@ https://www.transifex.com/projects/p/dash/ - dash-core + SarmaCoins-core Bind to given address and always listen on it. Use [host]:port notation for IPv6 Vincular a um determinado endereço e ouvir sempre aí. Use a notação [endereço]:porta para IPv6 - Cannot obtain a lock on data directory %s. Dash Core is probably already running. - Não foi possível obter acesso exclusivo à pasta de dados %s. Possivelmente o Dash Core já se encontra em execução. + Cannot obtain a lock on data directory %s. SarmaCoins Core is probably already running. + Não foi possível obter acesso exclusivo à pasta de dados %s. Possivelmente o SarmaCoins Core já se encontra em execução. Darksend uses exact denominated amounts to send funds, you might simply need to anonymize some more coins. @@ -3366,8 +3366,8 @@ https://www.transifex.com/projects/p/dash/ Esta é uma compilação prévia de teste - use por sua conta e risco - não use para minar nem em aplicações comerciais - Unable to bind to %s on this computer. Dash Core is probably already running. - Não foi possível vincular a %s neste computador. Provavelmente o Dash Core já está a ser executado. + Unable to bind to %s on this computer. SarmaCoins Core is probably already running. + Não foi possível vincular a %s neste computador. Provavelmente o SarmaCoins Core já está a ser executado. Unable to locate enough Darksend denominated funds for this transaction. @@ -3650,8 +3650,8 @@ https://www.transifex.com/projects/p/dash/ Aviso: -maxtxfee é demasiado alta! Taxas deste tamanho podem ser pagas em apenas uma transacção. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Dash Core will not work properly. - Aviso: Por favor verifique que a data e a hora do computador está correcta! Se o relógio estiver errado o Dash Core não vai funcionar correctamente. + Warning: Please check that your computer's date and time are correct! If your clock is wrong SarmaCoins Core will not work properly. + Aviso: Por favor verifique que a data e a hora do computador está correcta! Se o relógio estiver errado o SarmaCoins Core não vai funcionar correctamente. (9999 could be used only on mainnet) @@ -3696,8 +3696,8 @@ https://www.transifex.com/projects/p/dash/ Copyright (C) 2009-%i The Bitcoin Core Developers - Copyright (C) 2014-%i The Dash Core Developers - Copyright (C) 2014-%i Dash Core Developers + Copyright (C) 2014-%i The SarmaCoins Core Developers + Copyright (C) 2014-%i SarmaCoins Core Developers Could not parse -rpcbind value %s as network address @@ -3728,8 +3728,8 @@ https://www.transifex.com/projects/p/dash/ Erro conectando ao Masternode - Error loading wallet.dat: Wallet requires newer version of Dash Core - Erro carregando wallet.dat Carteira precisa de nova versão do Dash Core + Error loading wallet.dat: Wallet requires newer version of SarmaCoins Core + Erro carregando wallet.dat Carteira precisa de nova versão do SarmaCoins Core Error: A fatal internal error occured, see debug.log for details @@ -3800,8 +3800,8 @@ https://www.transifex.com/projects/p/dash/ Informação - Initialization sanity check failed. Dash Core is shutting down. - A verificação de consistência no arranque falhou. O Dash Core está a encerrar. + Initialization sanity check failed. SarmaCoins Core is shutting down. + A verificação de consistência no arranque falhou. O SarmaCoins Core está a encerrar. Input is not valid. @@ -4044,8 +4044,8 @@ https://www.transifex.com/projects/p/dash/ Utilize UPNP para mapear porta de escuta (default: %u) - Wallet needed to be rewritten: restart Dash Core to complete - Carteira necessita de ser re-escrita: reinicie Dash Core para completar + Wallet needed to be rewritten: restart SarmaCoins Core to complete + Carteira necessita de ser re-escrita: reinicie SarmaCoins Core para completar Warning: Unsupported argument -benchmark ignored, use -debug=bench. @@ -4185,7 +4185,7 @@ https://www.transifex.com/projects/p/dash/ RPC SSL options: (see the Bitcoin Wiki for SSL setup instructions) - Opções RPC SSL: (para instruções de configuração SSL dirija-se à Dash Wiki) + Opções RPC SSL: (para instruções de configuração SSL dirija-se à SarmaCoins Wiki) RPC server options: diff --git a/src/qt/locale/dash_ru.ts b/src/qt/locale/sarmacoins_ru.ts similarity index 94% rename from src/qt/locale/dash_ru.ts rename to src/qt/locale/sarmacoins_ru.ts index 92f76f4ee042d..1c549ce319917 100644 --- a/src/qt/locale/dash_ru.ts +++ b/src/qt/locale/sarmacoins_ru.ts @@ -62,12 +62,12 @@ Адреса получения - These are your Dash addresses for sending payments. Always check the amount and the receiving address before sending coins. - Это ваши адреса Dash для отправки платежей. Всегда проверяйте количество и адрес получателя перед отправкой перевода. + These are your SarmaCoins addresses for sending payments. Always check the amount and the receiving address before sending coins. + Это ваши адреса SarmaCoins для отправки платежей. Всегда проверяйте количество и адрес получателя перед отправкой перевода. - These are your Dash addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Это ваши адреса Dash для приёма платежей. Рекомендуется использовать новый адрес получения для каждой транзакции. + These are your SarmaCoins addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + Это ваши адреса SarmaCoins для приёма платежей. Рекомендуется использовать новый адрес получения для каждой транзакции. &Copy Address @@ -188,7 +188,7 @@ Кошелёк зашифрован - Dash will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your dashs from being stolen by malware infecting your computer. + SarmaCoins will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your SarmaCoinss from being stolen by malware infecting your computer. Сейчас программа закроется для завершения процесса шифрования. Помните, что шифрование вашего кошелька не может полностью защитить ваши даши от кражи с помощью инфицирования вашего компьютера вредоносным ПО. @@ -231,8 +231,8 @@ BitcoinGUI - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Wallet @@ -255,16 +255,16 @@ &Отправить - Send coins to a Dash address - Отправить монеты на указанный адрес Dash + Send coins to a SarmaCoins address + Отправить монеты на указанный адрес SarmaCoins &Receive &Получить - Request payments (generates QR codes and dash: URIs) - Запросить платежи (создать QR-коды и dash: URI) + Request payments (generates QR codes and SarmaCoins: URIs) + Запросить платежи (создать QR-коды и SarmaCoins: URI) &Transactions @@ -283,12 +283,12 @@ Закрыть приложение - &About Dash Core - О &Dash Core + &About SarmaCoins Core + О &SarmaCoins Core - Show information about Dash Core - Показать информацию о Dash Core + Show information about SarmaCoins Core + Показать информацию о SarmaCoins Core About &Qt @@ -303,8 +303,8 @@ &Настройки... - Modify configuration options for Dash - Изменить параметры конфигурации Dash + Modify configuration options for SarmaCoins + Изменить параметры конфигурации SarmaCoins &Show / Hide @@ -355,16 +355,16 @@ П&одписать сообщение... - Sign messages with your Dash addresses to prove you own them - Подписать сообщения вашими адресами Dash, чтобы доказать, что вы ими владеете + Sign messages with your SarmaCoins addresses to prove you own them + Подписать сообщения вашими адресами SarmaCoins, чтобы доказать, что вы ими владеете &Verify message... П&роверить сообщение... - Verify messages to ensure they were signed with specified Dash addresses - Проверить сообщения, чтобы удостовериться, что они были подписаны определёнными адресами Dash + Verify messages to ensure they were signed with specified SarmaCoins addresses + Проверить сообщения, чтобы удостовериться, что они были подписаны определёнными адресами SarmaCoins &Information @@ -443,16 +443,16 @@ Открыть &URI... - Open a dash: URI or payment request - Открыть dash: URI или запрос платежа + Open a SarmaCoins: URI or payment request + Открыть SarmaCoins: URI или запрос платежа &Command-line options &Параметры командной строки - Dash Core client - Клиент Dash Core + SarmaCoins Core client + Клиент SarmaCoins Core Processed %n blocks of transaction history. @@ -463,8 +463,8 @@ Синхронизация дополнительных данных: %p% - Show the Dash Core help message to get a list with possible Dash command-line options - Показать помощь о Dash Core со списком возможных параметров командной строки + Show the SarmaCoins Core help message to get a list with possible SarmaCoins command-line options + Показать помощь о SarmaCoins Core со списком возможных параметров командной строки &File @@ -487,8 +487,8 @@ Панель вкладок - %n active connection(s) to Dash network - %n активное соединение с сетью Dash%n активных соединения с сетью Dash%n активных соединений с сетью Dash%n активных соединений с сетью Dash + %n active connection(s) to SarmaCoins network + %n активное соединение с сетью SarmaCoins%n активных соединения с сетью SarmaCoins%n активных соединений с сетью SarmaCoins%n активных соединений с сетью SarmaCoins Synchronizing with network... @@ -896,15 +896,15 @@ Address: %4 Настройки Darksend - Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening SarmaCoins's configuration screen. Darksend успешно установлен в режим обычной приватности (%1 и 2 раунда). Вы можете изменить это в любое время, используя окно настроек. - Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening SarmaCoins's configuration screen. Darksend успешно установлен в режим высокой приватности (%1 и 8 раундов). Вы можете изменить это в любое время, используя окно настроек. - Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening SarmaCoins's configuration screen. Darksend успешно установлен в режим максимально приватности (%1 и 16 раундов). Вы можете изменить это в любое время, используя окно настроек. @@ -947,8 +947,8 @@ Address: %4 Изменение адреса для отправки - The entered address "%1" is not a valid Dash address. - Введённый адрес "%1" не является правильным адресом Dash. + The entered address "%1" is not a valid SarmaCoins address. + Введённый адрес "%1" не является правильным адресом SarmaCoins. The entered address "%1" is already in the address book. @@ -989,8 +989,8 @@ Address: %4 HelpMessageDialog - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core version @@ -1001,8 +1001,8 @@ Address: %4 (%1-бит) - About Dash Core - О Dash Core + About SarmaCoins Core + О SarmaCoins Core Command-line options @@ -1048,16 +1048,16 @@ Address: %4 Добро пожаловать - Welcome to Dash Core. - Добро пожаловать в Dash Core. + Welcome to SarmaCoins Core. + Добро пожаловать в SarmaCoins Core. - As this is the first time the program is launched, you can choose where Dash Core will store its data. - Так как вы впервые запустили программу, вы можете выбрать, где Dash Core будет хранить данные. + As this is the first time the program is launched, you can choose where SarmaCoins Core will store its data. + Так как вы впервые запустили программу, вы можете выбрать, где SarmaCoins Core будет хранить данные. - Dash Core will download and store a copy of the Dash block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Dash Core скачает и сохранит копию цепочки блоков. Как минимум %1ГБ данных будет храниться в этом каталоге и размер данных будет со временем расти. В этом же каталоге будет сохранён кошелёк. + SarmaCoins Core will download and store a copy of the SarmaCoins block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + SarmaCoins Core скачает и сохранит копию цепочки блоков. Как минимум %1ГБ данных будет храниться в этом каталоге и размер данных будет со временем расти. В этом же каталоге будет сохранён кошелёк. Use the default data directory @@ -1068,8 +1068,8 @@ Address: %4 Использовать другой каталог данных: - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Error: Specified data directory "%1" cannot be created. @@ -1122,12 +1122,12 @@ Address: %4 &Главная - Automatically start Dash after logging in to the system. - Автоматически запускать Dash после входа в систему. + Automatically start SarmaCoins after logging in to the system. + Автоматически запускать SarmaCoins после входа в систему. - &Start Dash on system login - &Запускать Dash при входе в систему + &Start SarmaCoins on system login + &Запускать SarmaCoins при входе в систему Size of &database cache @@ -1154,8 +1154,8 @@ Address: %4 Это пороговое значение, при достижении которого автоматическое перемешивание отключается. - Amount of Dash to keep anonymized - Сумма постоянно анонимизированных Dash + Amount of SarmaCoins to keep anonymized + Сумма постоянно анонимизированных SarmaCoins W&allet @@ -1174,8 +1174,8 @@ Address: %4 Принимать входящие подключения - Connect to the Dash network through a SOCKS5 proxy. - Подключаться к сети Dash через прокси SOCKS5. + Connect to the SarmaCoins network through a SOCKS5 proxy. + Подключаться к сети SarmaCoins через прокси SOCKS5. &Connect through SOCKS5 proxy (default proxy): @@ -1206,8 +1206,8 @@ Address: %4 &Сеть - Automatically open the Dash client port on the router. This only works when your router supports UPnP and it is enabled. - Автоматически открыть порт для клиента Dash на роутере. Работает только в том случае, если Ваш роутер поддерживает UPnP и данная функция включена. + Automatically open the SarmaCoins client port on the router. This only works when your router supports UPnP and it is enabled. + Автоматически открыть порт для клиента SarmaCoins на роутере. Работает только в том случае, если Ваш роутер поддерживает UPnP и данная функция включена. Map port using &UPnP @@ -1258,14 +1258,14 @@ Address: %4 &Язык интерфейса: - The user interface language can be set here. This setting will take effect after restarting Dash. - Здесь можно выбрать язык интерфейса. Настройки вступят в силу после перезапуска Dash. + The user interface language can be set here. This setting will take effect after restarting SarmaCoins. + Здесь можно выбрать язык интерфейса. Настройки вступят в силу после перезапуска SarmaCoins. Language missing or translation incomplete? Help contributing translations here: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ Нет Вашего языка или перевод неполон? Помогите нам сделать перевод лучше: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ User Interface Theme: @@ -1347,8 +1347,8 @@ https://www.transifex.com/projects/p/dash/ Форма - The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. - Отображаемая информация может быть устаревшей. Ваш кошелёк автоматически синхронизируется с сетью Dash после подключения, но этот процесс пока не завершён. + The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. + Отображаемая информация может быть устаревшей. Ваш кошелёк автоматически синхронизируется с сетью SarmaCoins после подключения, но этот процесс пока не завершён. Available: @@ -1568,8 +1568,8 @@ https://www.transifex.com/projects/p/dash/ Ошибка запроса платежа - Cannot start dash: click-to-pay handler - Не удаётся запустить обработчик dash: click-to-pay + Cannot start SarmaCoins: click-to-pay handler + Не удаётся запустить обработчик SarmaCoins: click-to-pay URI handling @@ -1588,8 +1588,8 @@ https://www.transifex.com/projects/p/dash/ Неверный адрес платежа %1 - URI cannot be parsed! This can be caused by an invalid Dash address or malformed URI parameters. - Не удалось разобрать URI! Возможно указан некорректный адрес Dash либо параметры URI сформированы неверно. + URI cannot be parsed! This can be caused by an invalid SarmaCoins address or malformed URI parameters. + Не удалось разобрать URI! Возможно указан некорректный адрес SarmaCoins либо параметры URI сформированы неверно. Payment request file cannot be read! This can be caused by an invalid payment request file. @@ -1674,8 +1674,8 @@ https://www.transifex.com/projects/p/dash/ Сумма - Enter a Dash address (e.g. %1) - Введите адрес Dash (например, %1) + Enter a SarmaCoins address (e.g. %1) + Введите адрес SarmaCoins (например, %1) %1 d @@ -1764,8 +1764,8 @@ https://www.transifex.com/projects/p/dash/ Число подключений - Open the Dash debug log file from the current data directory. This can take a few seconds for large log files. - Открыть отладочный лог-файл Dash из текущего каталога данных. Для больших лог-файлов эта операция может занять несколько секунд. + Open the SarmaCoins debug log file from the current data directory. This can take a few seconds for large log files. + Открыть отладочный лог-файл SarmaCoins из текущего каталога данных. Для больших лог-файлов эта операция может занять несколько секунд. &Open @@ -1972,8 +1972,8 @@ https://www.transifex.com/projects/p/dash/ Выход: - Welcome to the Dash RPC console. - Добро пожаловать в RPC-консоль Dash. + Welcome to the SarmaCoins RPC console. + Добро пожаловать в RPC-консоль SarmaCoins. Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -2035,8 +2035,8 @@ https://www.transifex.com/projects/p/dash/ &Повторно использовать существующий адрес получения (не рекомендуется) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dash network. - Необязательное сообщение для запроса платежа, которое будет показано при открытии запроса. Обратите внимание: сообщение не будет отправлено вместе с платежом через сеть Dash. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the SarmaCoins network. + Необязательное сообщение для запроса платежа, которое будет показано при открытии запроса. Обратите внимание: сообщение не будет отправлено вместе с платежом через сеть SarmaCoins. &Message: @@ -2047,8 +2047,8 @@ https://www.transifex.com/projects/p/dash/ Необязательная метка для нового адреса получения. - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Dash network. - Необязательное сообщение для запроса платежа, которое будет показано при открытии запроса.<br>Обратите внимание: сообщение не будет отправлено вместе с платежом через сеть Dash. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the SarmaCoins network. + Необязательное сообщение для запроса платежа, которое будет показано при открытии запроса.<br>Обратите внимание: сообщение не будет отправлено вместе с платежом через сеть SarmaCoins. Use this form to request payments. All fields are <b>optional</b>. @@ -2292,7 +2292,7 @@ https://www.transifex.com/projects/p/dash/ Если ручная комиссия установлена в 1000 duff, а транзакция по размеру только 250 байт, то плата "за килобайт" составит лишь 250 duff,<br>в то время как "итого минимум" будет равна 1000 duff. Для тразакций больше килобайта в любом случае идет расчет "за килобайт". - Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for dash transactions than the network can process. + Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for SarmaCoins transactions than the network can process. Оплаты только минимальной комиссии должно быть достаточно во всех случаях, пока в блоках достаточно места.<br>Однако, будьте готовы к тому, что транзакция может вовсе не получить подтверждения,<br>если количество транзакций будет стабильно больше, чем сеть способна обработать. @@ -2496,8 +2496,8 @@ https://www.transifex.com/projects/p/dash/ Заплатить только минимальную комиссию %1 - Warning: Invalid Dash address - Внимание: неверный адрес Dash + Warning: Invalid SarmaCoins address + Внимание: неверный адрес SarmaCoins Warning: Unknown change address @@ -2519,8 +2519,8 @@ https://www.transifex.com/projects/p/dash/ Полу&чатель: - The Dash address to send the payment to - Адрес Dash для отправки на него монет + The SarmaCoins address to send the payment to + Адрес SarmaCoins для отправки на него монет Choose previously used address @@ -2559,8 +2559,8 @@ https://www.transifex.com/projects/p/dash/ Сообщение: - A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network. - К dash: URI было прикреплено сообщение, которое будет сохранено вместе с транзакцией для вашего сведения. Обратите внимание: сообщение не будет отправлено через сеть Dash. + A message that was attached to the SarmaCoins: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the SarmaCoins network. + К SarmaCoins: URI было прикреплено сообщение, которое будет сохранено вместе с транзакцией для вашего сведения. Обратите внимание: сообщение не будет отправлено через сеть SarmaCoins. This is an unverified payment request. @@ -2586,8 +2586,8 @@ https://www.transifex.com/projects/p/dash/ ShutdownWindow - Dash Core is shutting down... - Dash Core выключается... + SarmaCoins Core is shutting down... + SarmaCoins Core выключается... Do not shut down the computer until this window disappears. @@ -2609,8 +2609,8 @@ https://www.transifex.com/projects/p/dash/ Вы можете подписывать сообщения своими адресами, чтобы доказать владение ими. Будьте осторожны, не подписывайте что-то неопределённое, так как фишинговые атаки могут обманным путём заставить вас подписать нежелательные сообщения. Подписывайте только те сообщения, с которыми вы согласны вплоть до мелочей. - The Dash address to sign the message with - Адрес Dash, которым Вы хотите подписать сообщение + The SarmaCoins address to sign the message with + Адрес SarmaCoins, которым Вы хотите подписать сообщение Choose previously used address @@ -2641,8 +2641,8 @@ https://www.transifex.com/projects/p/dash/ Скопировать текущую подпись в системный буфер обмена - Sign the message to prove you own this Dash address - Подписать сообщение, чтобы доказать владение этим адресом Dash + Sign the message to prove you own this SarmaCoins address + Подписать сообщение, чтобы доказать владение этим адресом SarmaCoins Sign &Message @@ -2665,12 +2665,12 @@ https://www.transifex.com/projects/p/dash/ Введите ниже адрес для подписи, сообщение (убедитесь, что переводы строк, пробелы, табы и т.п. в точности скопированы) и подпись, чтобы проверить сообщение. Убедитесь, что не скопировали лишнего в подпись, по сравнению с самим подписываемым сообщением, чтобы не стать жертвой атаки "man-in-the-middle". - The Dash address the message was signed with - Адрес Dash, которым было подписано сообщение + The SarmaCoins address the message was signed with + Адрес SarmaCoins, которым было подписано сообщение - Verify the message to ensure it was signed with the specified Dash address - Проверить сообщение, чтобы убедиться, что оно было подписано указанным адресом Dash + Verify the message to ensure it was signed with the specified SarmaCoins address + Проверить сообщение, чтобы убедиться, что оно было подписано указанным адресом SarmaCoins Verify &Message @@ -2736,8 +2736,8 @@ https://www.transifex.com/projects/p/dash/ SplashScreen - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Version %1 @@ -2748,8 +2748,8 @@ https://www.transifex.com/projects/p/dash/ Разработчики Bitcoin Core - The Dash Core developers - Разработчики Dash Core + The SarmaCoins Core developers + Разработчики SarmaCoins Core [testnet] @@ -3320,14 +3320,14 @@ https://www.transifex.com/projects/p/dash/ - dash-core + SarmaCoins-core Bind to given address and always listen on it. Use [host]:port notation for IPv6 Привязаться к указанному адресу и всегда прослушивать только его. Используйте [хост]:порт для IPv6 - Cannot obtain a lock on data directory %s. Dash Core is probably already running. - Не удалось установить блокировку на каталог данных %s. Возможно, Dash Core уже запущен. + Cannot obtain a lock on data directory %s. SarmaCoins Core is probably already running. + Не удалось установить блокировку на каталог данных %s. Возможно, SarmaCoins Core уже запущен. Darksend uses exact denominated amounts to send funds, you might simply need to anonymize some more coins. @@ -3382,8 +3382,8 @@ https://www.transifex.com/projects/p/dash/ Это пре-релизная тестовая сборка - используйте на свой страх и риск - не используйте для добычи или торговых приложений - Unable to bind to %s on this computer. Dash Core is probably already running. - Не удалось привязаться к %s на этом компьютере. Возможно, Dash Core уже запущен. + Unable to bind to %s on this computer. SarmaCoins Core is probably already running. + Не удалось привязаться к %s на этом компьютере. Возможно, SarmaCoins Core уже запущен. Unable to locate enough Darksend denominated funds for this transaction. @@ -3614,8 +3614,8 @@ https://www.transifex.com/projects/p/dash/ Удалить все трансакции из кошелька и при рестарте с помощью -rescan восстановить только те, которые есть в цепочке блоков - Disable all Dash specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) - Отключить всю функциональность, относящуюся к Dash (Мастерноды, Darksend, InstantX, бюджеты) (0-1, по умолчанию: %u) + Disable all SarmaCoins specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) + Отключить всю функциональность, относящуюся к SarmaCoins (Мастерноды, Darksend, InstantX, бюджеты) (0-1, по умолчанию: %u) Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. @@ -3710,27 +3710,27 @@ https://www.transifex.com/projects/p/dash/ Этот продукт включает ПО, разработанное проектом OpenSSL Project для использования в OpenSSL Toolkit <https://www.openssl.org/>, криптографическое ПО, написанное Eric Young и ПО для работы с UPnP, написанное Thomas Bernard. - To use dashd, or the -server option to dash-qt, you must set an rpcpassword in the configuration file: + To use SarmaCoinsd, or the -server option to SarmaCoins-qt, you must set an rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=dashrpc +rpcuser=SarmaCoinsrpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com - Для использования dashd или опции -server с dash-qt, вы должны установить опцию rpcpassword в конфигурационном файле: + Для использования SarmaCoinsd или опции -server с SarmaCoins-qt, вы должны установить опцию rpcpassword в конфигурационном файле: %s Рекомендуется использовать следующий случайный пароль: -rpcuser=dashrpc +rpcuser=SarmaCoinsrpc rpcpassword=%s (вам не нужно запоминать этот пароль) Имя и пароль ДОЛЖНЫ различаться. Если файл не существует, то создайте его и оставьте права на чтение только для владельца. Также рекомендуется включить alertnotify для оповещения о проблемах; -Например: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com +Например: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com @@ -3746,8 +3746,8 @@ rpcpassword=%s Внимание: установлено очень большое значение -paytxfee! Комиссия такого размера может быть уплачена при проведении одельной транзакции. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Dash Core will not work properly. - Внимание: пожалуйста, убедитесь что дата и время на Вашем компьютере выставлены правильно! Dash Core не сможет работать корректно, если часы настроены неверно. + Warning: Please check that your computer's date and time are correct! If your clock is wrong SarmaCoins Core will not work properly. + Внимание: пожалуйста, убедитесь что дата и время на Вашем компьютере выставлены правильно! SarmaCoins Core не сможет работать корректно, если часы настроены неверно. Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. @@ -3800,8 +3800,8 @@ rpcpassword=%s Copyright (C) 2009-%i The Bitcoin Core Developers - Copyright (C) 2014-%i The Dash Core Developers - Copyright (C) 2014-%i The Dash Core Developers + Copyright (C) 2014-%i The SarmaCoins Core Developers + Copyright (C) 2014-%i The SarmaCoins Core Developers Could not parse -rpcbind value %s as network address @@ -3832,8 +3832,8 @@ rpcpassword=%s Ошибка соединения с мастернодой. - Error loading wallet.dat: Wallet requires newer version of Dash Core - Ошибка загрузки wallet.dat: кошелёк требует более новой версии Dash Core + Error loading wallet.dat: Wallet requires newer version of SarmaCoins Core + Ошибка загрузки wallet.dat: кошелёк требует более новой версии SarmaCoins Core Error: A fatal internal error occured, see debug.log for details @@ -3904,8 +3904,8 @@ rpcpassword=%s Информация - Initialization sanity check failed. Dash Core is shutting down. - Проверка на непротиворечивость закончилась неудачно. Dash Core выключается. + Initialization sanity check failed. SarmaCoins Core is shutting down. + Проверка на непротиворечивость закончилась неудачно. SarmaCoins Core выключается. Input is not valid. @@ -4156,8 +4156,8 @@ rpcpassword=%s Использовать UPnP для проброса порта (по умолчанию: %u) - Wallet needed to be rewritten: restart Dash Core to complete - Необходимо перезаписать кошелёк: перезапустите Dash Core для завершения операции + Wallet needed to be rewritten: restart SarmaCoins Core to complete + Необходимо перезаписать кошелёк: перезапустите SarmaCoins Core для завершения операции Warning: Unsupported argument -benchmark ignored, use -debug=bench. diff --git a/src/qt/locale/dash_sk.ts b/src/qt/locale/sarmacoins_sk.ts similarity index 94% rename from src/qt/locale/dash_sk.ts rename to src/qt/locale/sarmacoins_sk.ts index 48ba8ef869de0..8d96b8266fdf2 100644 --- a/src/qt/locale/dash_sk.ts +++ b/src/qt/locale/sarmacoins_sk.ts @@ -62,12 +62,12 @@ Adresa prijatia - These are your Dash addresses for sending payments. Always check the amount and the receiving address before sending coins. - Toto sú Vaše Dash adresy pre posielanie platieb. Pred poslaním mincí vždy overte sumu a doručovaciu adresu. + These are your SarmaCoins addresses for sending payments. Always check the amount and the receiving address before sending coins. + Toto sú Vaše SarmaCoins adresy pre posielanie platieb. Pred poslaním mincí vždy overte sumu a doručovaciu adresu. - These are your Dash addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Toto sú Vaše Dash adresy pre posielanie platieb. Pre každú transakciu sa doporučuje použiť novú doručovaciu adresu. + These are your SarmaCoins addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + Toto sú Vaše SarmaCoins adresy pre posielanie platieb. Pre každú transakciu sa doporučuje použiť novú doručovaciu adresu. &Copy Address @@ -188,8 +188,8 @@ Peňaženka zašifrovaná - Dash will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your dashs from being stolen by malware infecting your computer. - DashCoin sa teraz ukončí, aby dokončil proces šifrovania. Nezabudnite, že zašifrovanie vašej peňaženky nemôže plne chrániť Vaše mince pred krádežou škodlivým softvérom, ktorý napadol váš počítač. + SarmaCoins will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your SarmaCoinss from being stolen by malware infecting your computer. + SarmaCoinsCoin sa teraz ukončí, aby dokončil proces šifrovania. Nezabudnite, že zašifrovanie vašej peňaženky nemôže plne chrániť Vaše mince pred krádežou škodlivým softvérom, ktorý napadol váš počítač. IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. @@ -231,8 +231,8 @@ BitcoinGUI - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Wallet @@ -255,16 +255,16 @@ &Odoslať - Send coins to a Dash address - Poslať mince na Dash adresu + Send coins to a SarmaCoins address + Poslať mince na SarmaCoins adresu &Receive &Prijať - Request payments (generates QR codes and dash: URIs) - Vyžiadať platby (vygeneruje QR kódy a Dash: URI) + Request payments (generates QR codes and SarmaCoins: URIs) + Vyžiadať platby (vygeneruje QR kódy a SarmaCoins: URI) &Transactions @@ -283,12 +283,12 @@ Ukončiť program - &About Dash Core - &O Dash Core + &About SarmaCoins Core + &O SarmaCoins Core - Show information about Dash Core - Zobraziť informácie o Dash Core + Show information about SarmaCoins Core + Zobraziť informácie o SarmaCoins Core About &Qt @@ -303,8 +303,8 @@ &Možnosti... - Modify configuration options for Dash - Upraviť možnosti konfigurácie pre Dash + Modify configuration options for SarmaCoins + Upraviť možnosti konfigurácie pre SarmaCoins &Show / Hide @@ -355,16 +355,16 @@ Podpísať &správu... - Sign messages with your Dash addresses to prove you own them - Podpísať správy s Vašimi Dash adresami ako dôkaz že ich vlastníte + Sign messages with your SarmaCoins addresses to prove you own them + Podpísať správy s Vašimi SarmaCoins adresami ako dôkaz že ich vlastníte &Verify message... Overiť správu - Verify messages to ensure they were signed with specified Dash addresses - Overiť správy pre uistenie, že boli podpísané zadanými Dash adresami + Verify messages to ensure they were signed with specified SarmaCoins addresses + Overiť správy pre uistenie, že boli podpísané zadanými SarmaCoins adresami &Information @@ -443,16 +443,16 @@ Otvoriť &URI... - Open a dash: URI or payment request - Otvoriť dash: URI alebo žiadosť o platbu + Open a SarmaCoins: URI or payment request + Otvoriť SarmaCoins: URI alebo žiadosť o platbu &Command-line options Možnosti príkazového riadku - Dash Core client - Dash Core klient + SarmaCoins Core client + SarmaCoins Core klient Processed %n blocks of transaction history. @@ -463,8 +463,8 @@ Synchronizujú sa ďalšie dáta: %p% - Show the Dash Core help message to get a list with possible Dash command-line options - Zobraziť Dash Core nápovedu k získaniu zoznamu možností príkazového riadku Dash. + Show the SarmaCoins Core help message to get a list with possible SarmaCoins command-line options + Zobraziť SarmaCoins Core nápovedu k získaniu zoznamu možností príkazového riadku SarmaCoins. &File @@ -487,8 +487,8 @@ Lišta záložiek - %n active connection(s) to Dash network - %n aktívne spojenie so sieťou Dash%n aktívne spojenia so sieťou Dash%n aktívnych spojení so sieťou Dash + %n active connection(s) to SarmaCoins network + %n aktívne spojenie so sieťou SarmaCoins%n aktívne spojenia so sieťou SarmaCoins%n aktívnych spojení so sieťou SarmaCoins Synchronizing with network... @@ -895,16 +895,16 @@ Adresa: %4 Konfigurácia Darksend - Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend bol úspešne nastavený na základnú hodnotu (%1 a 2 kolá). Toto nastavenie môžete kedykoľvek zmeniť otvorením konfiguračnej obrazovky Dash. + Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend bol úspešne nastavený na základnú hodnotu (%1 a 2 kolá). Toto nastavenie môžete kedykoľvek zmeniť otvorením konfiguračnej obrazovky SarmaCoins. - Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend bol úspešne nastavený na vysokú hodnotu (%1 a 8 kôl). Toto nastavenie môžete kedykoľvek zmeniť otvorením konfiguračnej obrazovky Dash. + Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend bol úspešne nastavený na vysokú hodnotu (%1 a 8 kôl). Toto nastavenie môžete kedykoľvek zmeniť otvorením konfiguračnej obrazovky SarmaCoins. - Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend bol úspešne nastavený na maximálnu hodnotu (%1 a 16 kôl). Toto nastavenie môžete kedykoľvek zmeniť otvorením konfiguračnej obrazovky Dash. + Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend bol úspešne nastavený na maximálnu hodnotu (%1 a 16 kôl). Toto nastavenie môžete kedykoľvek zmeniť otvorením konfiguračnej obrazovky SarmaCoins. @@ -946,8 +946,8 @@ Adresa: %4 Upraviť odosielaciu adresu - The entered address "%1" is not a valid Dash address. - Zadaná adresa "%1" nie je platná Dash adresa. + The entered address "%1" is not a valid SarmaCoins address. + Zadaná adresa "%1" nie je platná SarmaCoins adresa. The entered address "%1" is already in the address book. @@ -988,8 +988,8 @@ Adresa: %4 HelpMessageDialog - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core version @@ -1000,8 +1000,8 @@ Adresa: %4 (%1-bit) - About Dash Core - O Dash Core + About SarmaCoins Core + O SarmaCoins Core Command-line options @@ -1047,16 +1047,16 @@ Adresa: %4 Vitajte - Welcome to Dash Core. - Vitajte v Dash Core. + Welcome to SarmaCoins Core. + Vitajte v SarmaCoins Core. - As this is the first time the program is launched, you can choose where Dash Core will store its data. - Keďže toto je prvý krát čo spúšťate tento program, môžete vybrať kam bude Dash Core ukladať svoje dáta. + As this is the first time the program is launched, you can choose where SarmaCoins Core will store its data. + Keďže toto je prvý krát čo spúšťate tento program, môžete vybrať kam bude SarmaCoins Core ukladať svoje dáta. - Dash Core will download and store a copy of the Dash block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Dash Core stiahne a uloží kópiu reťazca blokov Dash. Pri najmenej %1GB dát bude uložených v tejto zložke and bude ďalej rásť. Peňaženka bude tiež uložená v tejto zložke. + SarmaCoins Core will download and store a copy of the SarmaCoins block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + SarmaCoins Core stiahne a uloží kópiu reťazca blokov SarmaCoins. Pri najmenej %1GB dát bude uložených v tejto zložke and bude ďalej rásť. Peňaženka bude tiež uložená v tejto zložke. Use the default data directory @@ -1067,8 +1067,8 @@ Adresa: %4 Použiť vlastný dátový adresár: - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Error: Specified data directory "%1" cannot be created. @@ -1121,12 +1121,12 @@ Adresa: %4 &Hlavné - Automatically start Dash after logging in to the system. - Automaticky spustiť Dash po prihlásení do systému. + Automatically start SarmaCoins after logging in to the system. + Automaticky spustiť SarmaCoins po prihlásení do systému. - &Start Dash on system login - &Spusť Dash po prihlásení do systému + &Start SarmaCoins on system login + &Spusť SarmaCoins po prihlásení do systému Size of &database cache @@ -1153,8 +1153,8 @@ Adresa: %4 Táto suma slúži ako hranica pre vypnutie Darksend akonáhle je dosiahnutá - Amount of Dash to keep anonymized - Suma Dash ktorú držať anonymne + Amount of SarmaCoins to keep anonymized + Suma SarmaCoins ktorú držať anonymne W&allet @@ -1173,8 +1173,8 @@ Adresa: %4 Povoliť prichádzajúce spojenia - Connect to the Dash network through a SOCKS5 proxy. - Pripojiť sa do siete Dash cez proxy SOCKS5. + Connect to the SarmaCoins network through a SOCKS5 proxy. + Pripojiť sa do siete SarmaCoins cez proxy SOCKS5. &Connect through SOCKS5 proxy (default proxy): @@ -1205,8 +1205,8 @@ Adresa: %4 Sieť - Automatically open the Dash client port on the router. This only works when your router supports UPnP and it is enabled. - Automaticky otvoriť na smerovači port pre Dash klient. Toto funguje iba ak Váš smerovač podporuje UPnP a je povolené + Automatically open the SarmaCoins client port on the router. This only works when your router supports UPnP and it is enabled. + Automaticky otvoriť na smerovači port pre SarmaCoins klient. Toto funguje iba ak Váš smerovač podporuje UPnP a je povolené Map port using &UPnP @@ -1257,14 +1257,14 @@ Adresa: %4 Jazyk užívateľského rozhrania: - The user interface language can be set here. This setting will take effect after restarting Dash. - Tu môžete nastaviť jazyk používateľského prostredia. Toto nastavenie sa prejaví po reštartovaní Dash. + The user interface language can be set here. This setting will take effect after restarting SarmaCoins. + Tu môžete nastaviť jazyk používateľského prostredia. Toto nastavenie sa prejaví po reštartovaní SarmaCoins. Language missing or translation incomplete? Help contributing translations here: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ Chýbajúci alebo nekompletný preklad? Pomôžte nám tu: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ User Interface Theme: @@ -1346,8 +1346,8 @@ https://www.transifex.com/projects/p/dash/ Forma - The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. - Zobrazené informácie môžu byť zastaralé. Vaša peňaženka sa automaticky zosynchronizuje so sieťou Dash akonáhle nadviaže spojenie, avšak tento proces ešte nebol dokončený. + The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. + Zobrazené informácie môžu byť zastaralé. Vaša peňaženka sa automaticky zosynchronizuje so sieťou SarmaCoins akonáhle nadviaže spojenie, avšak tento proces ešte nebol dokončený. Available: @@ -1567,8 +1567,8 @@ https://www.transifex.com/projects/p/dash/ Chyba pri vyžiadaní platby - Cannot start dash: click-to-pay handler - Dash sa nedá spustiť: click-to-pay handler + Cannot start SarmaCoins: click-to-pay handler + SarmaCoins sa nedá spustiť: click-to-pay handler URI handling @@ -1587,8 +1587,8 @@ https://www.transifex.com/projects/p/dash/ Neplatná adresa platby %1 - URI cannot be parsed! This can be caused by an invalid Dash address or malformed URI parameters. - URI sa nedá analyzovať! Toto môže byť spôsobené neplatnou Dash adresou, alebo nesprávnym tvarom URI parametrov. + URI cannot be parsed! This can be caused by an invalid SarmaCoins address or malformed URI parameters. + URI sa nedá analyzovať! Toto môže byť spôsobené neplatnou SarmaCoins adresou, alebo nesprávnym tvarom URI parametrov. Payment request file cannot be read! This can be caused by an invalid payment request file. @@ -1673,8 +1673,8 @@ https://www.transifex.com/projects/p/dash/ Suma - Enter a Dash address (e.g. %1) - Zadajte Dash adresu (e.g. %1) + Enter a SarmaCoins address (e.g. %1) + Zadajte SarmaCoins adresu (e.g. %1) %1 d @@ -1763,8 +1763,8 @@ https://www.transifex.com/projects/p/dash/ Počet pripojení - Open the Dash debug log file from the current data directory. This can take a few seconds for large log files. - Otvoriť denník ladenia Dash zo súčastného adresára. Môže trvať niekoľko sekúnd ak je súbor veľký. + Open the SarmaCoins debug log file from the current data directory. This can take a few seconds for large log files. + Otvoriť denník ladenia SarmaCoins zo súčastného adresára. Môže trvať niekoľko sekúnd ak je súbor veľký. &Open @@ -1971,8 +1971,8 @@ https://www.transifex.com/projects/p/dash/ Von: - Welcome to the Dash RPC console. - Vitajte v konzole Dash RPC + Welcome to the SarmaCoins RPC console. + Vitajte v konzole SarmaCoins RPC Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -2034,8 +2034,8 @@ https://www.transifex.com/projects/p/dash/ Znovu použiť jestvujúcu prijímaciu adresu (neodporúča sa) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dash network. - Pripojiť ku vyžiadanej platbe voliteľnú správu, ktorá sa zobrazí, keď bude žiadosť otvorená. Poznámka: Správa nebude poslaná spolu s platbou cez sieť Dash. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the SarmaCoins network. + Pripojiť ku vyžiadanej platbe voliteľnú správu, ktorá sa zobrazí, keď bude žiadosť otvorená. Poznámka: Správa nebude poslaná spolu s platbou cez sieť SarmaCoins. &Message: @@ -2046,8 +2046,8 @@ https://www.transifex.com/projects/p/dash/ Voliteľný popis ktorý sa pridá k tejto novej prijímajúcej adrese. - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Dash network. - Pripojiť ku vyžiadanej platbe voliteľnú správu, ktorá sa zobrazí, keď bude žiadosť otvorená. <br>Poznámka: Správa nebude poslaná spolu s platbou cez sieť Dash. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the SarmaCoins network. + Pripojiť ku vyžiadanej platbe voliteľnú správu, ktorá sa zobrazí, keď bude žiadosť otvorená. <br>Poznámka: Správa nebude poslaná spolu s platbou cez sieť SarmaCoins. Use this form to request payments. All fields are <b>optional</b>. @@ -2291,8 +2291,8 @@ https://www.transifex.com/projects/p/dash/ Ak je vlastný poplatok nastavený na 1000 duffov a transakcia je len 250 bytov, v tom prípade "za kilobajt" zaplatí iba 250 duffov na poplatkoch, <br />zatiaľ čo "celkovo pri najmenšom" zaplatí 1000 duffov. Pre transakcie väčšie ako jeden kilobajt, obe zaplatia rovnako za kilobajt. - Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for dash transactions than the network can process. - Platenie minimálneho poplatku je v poriadku pokiaľ je objem transakcií menší ako je miesto v bloku. <br />Buďte opatrný pretože to môže skončiť s nikdy nepotvrdenými transakciami, akonáhle je dopyt po Dash transakciách väčší ako dokáže sieť Dash spracovať. + Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for SarmaCoins transactions than the network can process. + Platenie minimálneho poplatku je v poriadku pokiaľ je objem transakcií menší ako je miesto v bloku. <br />Buďte opatrný pretože to môže skončiť s nikdy nepotvrdenými transakciami, akonáhle je dopyt po SarmaCoins transakciách väčší ako dokáže sieť SarmaCoins spracovať. per kilobyte @@ -2495,8 +2495,8 @@ https://www.transifex.com/projects/p/dash/ Platiť iba minimálny poplatok %1 - Warning: Invalid Dash address - Upozornenie: Neplatná Dash adresa + Warning: Invalid SarmaCoins address + Upozornenie: Neplatná SarmaCoins adresa Warning: Unknown change address @@ -2518,8 +2518,8 @@ https://www.transifex.com/projects/p/dash/ Zapla&tiť: - The Dash address to send the payment to - Dash adresa pre poslanie platby + The SarmaCoins address to send the payment to + SarmaCoins adresa pre poslanie platby Choose previously used address @@ -2558,8 +2558,8 @@ https://www.transifex.com/projects/p/dash/ Správa: - A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network. - Správa ktorá bola pripojená ku dash: URI ktorá sa uchová spolu s transakciou pre Vašu referenciu. Poznámka: Táto správa nebude poslaná cez sieť Dash. + A message that was attached to the SarmaCoins: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the SarmaCoins network. + Správa ktorá bola pripojená ku SarmaCoins: URI ktorá sa uchová spolu s transakciou pre Vašu referenciu. Poznámka: Táto správa nebude poslaná cez sieť SarmaCoins. This is an unverified payment request. @@ -2585,8 +2585,8 @@ https://www.transifex.com/projects/p/dash/ ShutdownWindow - Dash Core is shutting down... - Dash core sa vypína... + SarmaCoins Core is shutting down... + SarmaCoins core sa vypína... Do not shut down the computer until this window disappears. @@ -2608,8 +2608,8 @@ https://www.transifex.com/projects/p/dash/ Môžete podpísať správy svojou adresou a dokázať, že ju vlastníte. Buďte opatrní a podpíšte len prehlásenia s ktorými plne súhlasíte, nakoľko útoky typu "phishing" Vás môžu lákať k ich podpísaniu. - The Dash address to sign the message with - Dash adresa na podpísanie správy + The SarmaCoins address to sign the message with + SarmaCoins adresa na podpísanie správy Choose previously used address @@ -2640,8 +2640,8 @@ https://www.transifex.com/projects/p/dash/ Kopírovať práve zvolenú adresu do systémového klipbordu - Sign the message to prove you own this Dash address - Podpísať spravu aby ste dokázali, že vlastníte túto Dash adresu + Sign the message to prove you own this SarmaCoins address + Podpísať spravu aby ste dokázali, že vlastníte túto SarmaCoins adresu Sign &Message @@ -2664,12 +2664,12 @@ https://www.transifex.com/projects/p/dash/ Vložte podpisovaciu adresu, správu (uistite sa, že kopírujete ukončenia riadkov, medzery, odrážky, atď. presne) a podpis pod to na overenie adresy. Buďte opatrní a nečítajte ako podpísané viac než je v samotnej podpísanej správe a môžete sa tak vyhnúť podvodu mitm útokom. - The Dash address the message was signed with - Adresa Dash s ktorou bola podpísaná správa + The SarmaCoins address the message was signed with + Adresa SarmaCoins s ktorou bola podpísaná správa - Verify the message to ensure it was signed with the specified Dash address - Overiť správu pre uistenie, že bola podpísaná zadanou Dash adresou + Verify the message to ensure it was signed with the specified SarmaCoins address + Overiť správu pre uistenie, že bola podpísaná zadanou SarmaCoins adresou Verify &Message @@ -2735,8 +2735,8 @@ https://www.transifex.com/projects/p/dash/ SplashScreen - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Version %1 @@ -2747,8 +2747,8 @@ https://www.transifex.com/projects/p/dash/ Vývojári jadra Bitcoin - The Dash Core developers - Vývojári Dash Core + The SarmaCoins Core developers + Vývojári SarmaCoins Core [testnet] @@ -3319,14 +3319,14 @@ https://www.transifex.com/projects/p/dash/ - dash-core + SarmaCoins-core Bind to given address and always listen on it. Use [host]:port notation for IPv6 Spojiť s danou adresou a vždy na nej počúvať. Použite zápis [host]:port pre IPv6 - Cannot obtain a lock on data directory %s. Dash Core is probably already running. - Nedá sa zamknúť dátový adresár %s. Dash Core už pravdepodobne beží. + Cannot obtain a lock on data directory %s. SarmaCoins Core is probably already running. + Nedá sa zamknúť dátový adresár %s. SarmaCoins Core už pravdepodobne beží. Darksend uses exact denominated amounts to send funds, you might simply need to anonymize some more coins. @@ -3381,8 +3381,8 @@ https://www.transifex.com/projects/p/dash/ Toto je predbežná testovacia zostava - používate na vlastné riziko - nepoužívajte na ťaženie alebo obchodné aplikácie - Unable to bind to %s on this computer. Dash Core is probably already running. - Nedá sa viazať ku %s na tomto počítači. Dash Core už pravdepodobne beží. + Unable to bind to %s on this computer. SarmaCoins Core is probably already running. + Nedá sa viazať ku %s na tomto počítači. SarmaCoins Core už pravdepodobne beží. Unable to locate enough Darksend denominated funds for this transaction. @@ -3613,8 +3613,8 @@ https://www.transifex.com/projects/p/dash/ Vymazať všetky transakcie z peňaženky a pri spustení znova získať z reťazca blokov iba tie získané pomocou -rescan - Disable all Dash specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) - Vypnúť všetky funkcie špecifické pre Dash (Masternode, Darksend, InstantX, Rozpočty) (0-1, predvolené: %u) + Disable all SarmaCoins specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) + Vypnúť všetky funkcie špecifické pre SarmaCoins (Masternode, Darksend, InstantX, Rozpočty) (0-1, predvolené: %u) Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. @@ -3709,27 +3709,27 @@ https://www.transifex.com/projects/p/dash/ Tento produkt obsahuje softvér vyvinutý projektom OpenSSL pre použitie sady nástrojov OpenSSL <https://www.openssl.org/> a kryptografického softvéru napísaného Eric Young a UPnP softvér napísaný Thomas Bernard. - To use dashd, or the -server option to dash-qt, you must set an rpcpassword in the configuration file: + To use SarmaCoinsd, or the -server option to SarmaCoins-qt, you must set an rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=dashrpc +rpcuser=SarmaCoinsrpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com - Pre použitie možnosti -server pre dash-qt, musíte nastaviť rpcpassword v konfiguračnom súbore: + Pre použitie možnosti -server pre SarmaCoins-qt, musíte nastaviť rpcpassword v konfiguračnom súbore: %s Doporučuje sa použiť nasledovné náhodné heslo: -rpcuser=dashrpc +rpcuser=SarmaCoinsrpc rpcpassword=%s (toto heslo si nemusíte pamätať) Používateľské meno a heslo NEMÔŽU byť rovnaké. Ak súbor neexistuje, vytvoriť na nastaviť práva tak aby ho mohol čítať iba vlastník. Tiež sa doporučuje nastaviť alertnotify, aby ste boli upozornený na problém, -napríklad: alertnotify=echo %%s | mail -s "Dash Upozornenie" admin@foo.com +napríklad: alertnotify=echo %%s | mail -s "SarmaCoins Upozornenie" admin@foo.com @@ -3745,8 +3745,8 @@ napríklad: alertnotify=echo %%s | mail -s "Dash Upozornenie" admin@foo.com Upozornenie: -maxtxfee je nastavené príliš vysoko! Takto vysoké poplatky by mali byť zaplatené za jednu transakciu. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Dash Core will not work properly. - Upozornenie: Skontrolujte si prosím či máte správny čas a dátum na Vašom počítači. Ak je Vaše nastavenie zlé, Dash Core nebude pracovať správne. + Warning: Please check that your computer's date and time are correct! If your clock is wrong SarmaCoins Core will not work properly. + Upozornenie: Skontrolujte si prosím či máte správny čas a dátum na Vašom počítači. Ak je Vaše nastavenie zlé, SarmaCoins Core nebude pracovať správne. Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. @@ -3799,8 +3799,8 @@ napríklad: alertnotify=echo %%s | mail -s "Dash Upozornenie" admin@foo.com Autorské práva (C) 2009-%i Vývojári jadra Bitcoin - Copyright (C) 2014-%i The Dash Core Developers - Autorské práva (C) 2014-%i Vývojári jadra Dash + Copyright (C) 2014-%i The SarmaCoins Core Developers + Autorské práva (C) 2014-%i Vývojári jadra SarmaCoins Could not parse -rpcbind value %s as network address @@ -3831,8 +3831,8 @@ napríklad: alertnotify=echo %%s | mail -s "Dash Upozornenie" admin@foo.com Chyba pripojenia k Masternode. - Error loading wallet.dat: Wallet requires newer version of Dash Core - Chyba pri načítaní wallet.dat: Peňaženka vyžaduje novšiu verziu Dash Core + Error loading wallet.dat: Wallet requires newer version of SarmaCoins Core + Chyba pri načítaní wallet.dat: Peňaženka vyžaduje novšiu verziu SarmaCoins Core Error: A fatal internal error occured, see debug.log for details @@ -3903,8 +3903,8 @@ napríklad: alertnotify=echo %%s | mail -s "Dash Upozornenie" admin@foo.com Informácia - Initialization sanity check failed. Dash Core is shutting down. - Inicializácia kontroly zdravia zlyhala. Dash Core sa vypína. + Initialization sanity check failed. SarmaCoins Core is shutting down. + Inicializácia kontroly zdravia zlyhala. SarmaCoins Core sa vypína. Input is not valid. @@ -4155,8 +4155,8 @@ napríklad: alertnotify=echo %%s | mail -s "Dash Upozornenie" admin@foo.com Použiť UPnP pre mapovanie počúvajúceho portu (predvolené: %u) - Wallet needed to be rewritten: restart Dash Core to complete - Bolo potrebné prepísať peňaženku: k dokončeniu reštartujte Dash Core + Wallet needed to be rewritten: restart SarmaCoins Core to complete + Bolo potrebné prepísať peňaženku: k dokončeniu reštartujte SarmaCoins Core Warning: Unsupported argument -benchmark ignored, use -debug=bench. diff --git a/src/qt/locale/dash_sv.ts b/src/qt/locale/sarmacoins_sv.ts similarity index 94% rename from src/qt/locale/dash_sv.ts rename to src/qt/locale/sarmacoins_sv.ts index cdbd2ad6179c7..00347bbb31db2 100644 --- a/src/qt/locale/dash_sv.ts +++ b/src/qt/locale/sarmacoins_sv.ts @@ -58,12 +58,12 @@ Mottagaradresser - These are your Dash addresses for sending payments. Always check the amount and the receiving address before sending coins. - De här är dina Dash-adresser för att skicka betalningar. Kontrollera alltid mängden och mottagaradressen innan du skickar mynt. + These are your SarmaCoins addresses for sending payments. Always check the amount and the receiving address before sending coins. + De här är dina SarmaCoins-adresser för att skicka betalningar. Kontrollera alltid mängden och mottagaradressen innan du skickar mynt. - These are your Dash addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - De här är dina Dash-adresser för betalningsmottagningar. Det rekommenderas att använda en ny mottagaradress för varje transaktion. + These are your SarmaCoins addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + De här är dina SarmaCoins-adresser för betalningsmottagningar. Det rekommenderas att använda en ny mottagaradress för varje transaktion. &Copy Address @@ -176,8 +176,8 @@ Plånbok krypterad - Dash will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your dashs from being stolen by malware infecting your computer. - Dash kommer nu att färdigställa krypteringsprocessen. Kom ihåg att krypteringen av din plånbok inte kan skydda dig helt och hållet från att dina Dash stjäls av skadeprogram som har infekterat din dator. + SarmaCoins will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your SarmaCoinss from being stolen by malware infecting your computer. + SarmaCoins kommer nu att färdigställa krypteringsprocessen. Kom ihåg att krypteringen av din plånbok inte kan skydda dig helt och hållet från att dina SarmaCoins stjäls av skadeprogram som har infekterat din dator. IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. @@ -219,8 +219,8 @@ BitcoinGUI - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core @@ -244,16 +244,16 @@ &Skicka - Send coins to a Dash address - Skicka mynt till en Dash-adress + Send coins to a SarmaCoins address + Skicka mynt till en SarmaCoins-adress &Receive &Motta - Request payments (generates QR codes and dash: URIs) - Begär betalningar (genererar QR-koder och Dash:-URI:s) + Request payments (generates QR codes and SarmaCoins: URIs) + Begär betalningar (genererar QR-koder och SarmaCoins:-URI:s) &Transactions @@ -272,8 +272,8 @@ Avsluta applikationen - &About Dash Core - &Om Dash Core + &About SarmaCoins Core + &Om SarmaCoins Core About &Qt @@ -288,8 +288,8 @@ &Alternativ... - Modify configuration options for Dash - Anpassa konfigurationsalternatv för Dash + Modify configuration options for SarmaCoins + Anpassa konfigurationsalternatv för SarmaCoins &Show / Hide @@ -340,16 +340,16 @@ Signera &meddelande... - Sign messages with your Dash addresses to prove you own them - Signera meddelanden med dina Dash-adresser för att bevisa att du äger dem + Sign messages with your SarmaCoins addresses to prove you own them + Signera meddelanden med dina SarmaCoins-adresser för att bevisa att du äger dem &Verify message... &Bekräfta meddelande... - Verify messages to ensure they were signed with specified Dash addresses - Bekräfta meddelanden för att garantera att de signerades med de angivna Dash-adresserna + Verify messages to ensure they were signed with specified SarmaCoins addresses + Bekräfta meddelanden för att garantera att de signerades med de angivna SarmaCoins-adresserna &Information @@ -404,16 +404,16 @@ Öppna &URI... - Open a dash: URI or payment request - Öppna en Dash-URI eller betalningsbegäran + Open a SarmaCoins: URI or payment request + Öppna en SarmaCoins-URI eller betalningsbegäran &Command-line options &Kommandoradalternativ - Show the Dash Core help message to get a list with possible Dash command-line options - Visa Dash Core-hjälpmeddelandet för att få en lista med möjliga Dash-kommandoradalternativ + Show the SarmaCoins Core help message to get a list with possible SarmaCoins command-line options + Visa SarmaCoins Core-hjälpmeddelandet för att få en lista med möjliga SarmaCoins-kommandoradalternativ &File @@ -790,16 +790,16 @@ Adress: %4 Darksend-konfiguration - Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend ställdes framgångsrikt om till grundläggande (%1 och 2 omgångar). Du kan ändra detta när som helst genom att öppna Dash:s konfigurationsskärm. + Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend ställdes framgångsrikt om till grundläggande (%1 och 2 omgångar). Du kan ändra detta när som helst genom att öppna SarmaCoins:s konfigurationsskärm. - Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend ställdes framgångsrikt in på hög (%1 och 8 omgångar). Du kan ändra detta när som helst genom att öppna Dash:s konfigurationsskärm. + Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend ställdes framgångsrikt in på hög (%1 och 8 omgångar). Du kan ändra detta när som helst genom att öppna SarmaCoins:s konfigurationsskärm. - Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend ställdes framgångsrikt in på maximal (%1 och 16 omgångar). Du kan ändra detta när som helst genom att öppna Dash:s konfigurationsskärm + Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend ställdes framgångsrikt in på maximal (%1 och 16 omgångar). Du kan ändra detta när som helst genom att öppna SarmaCoins:s konfigurationsskärm @@ -841,8 +841,8 @@ Adress: %4 Redigera avsändaradress - The entered address "%1" is not a valid Dash address. - Den angivna adressen "%1" är inte en giltig Dash-adress. + The entered address "%1" is not a valid SarmaCoins address. + Den angivna adressen "%1" är inte en giltig SarmaCoins-adress. The entered address "%1" is already in the address book. @@ -883,8 +883,8 @@ Adress: %4 HelpMessageDialog - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core @@ -931,16 +931,16 @@ Adress: %4 Välkommen - Welcome to Dash Core. - Välkommen till Dash Core. + Welcome to SarmaCoins Core. + Välkommen till SarmaCoins Core. - As this is the first time the program is launched, you can choose where Dash Core will store its data. - Då detta är första gången programmet startas kan du välja var Dash Core ska lagra sin data. + As this is the first time the program is launched, you can choose where SarmaCoins Core will store its data. + Då detta är första gången programmet startas kan du välja var SarmaCoins Core ska lagra sin data. - Dash Core will download and store a copy of the Dash block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Dash Core kommer att laddas ned och lagra en kopia av Dash:s blockkedja. Minst %1 GB data kommer att lagras i denna katalog och den kommer att växa med tiden. Plånboken kommer också att lagras i denna katalog. + SarmaCoins Core will download and store a copy of the SarmaCoins block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + SarmaCoins Core kommer att laddas ned och lagra en kopia av SarmaCoins:s blockkedja. Minst %1 GB data kommer att lagras i denna katalog och den kommer att växa med tiden. Plånboken kommer också att lagras i denna katalog. Use the default data directory @@ -989,12 +989,12 @@ Adress: %4 &Huvud - Automatically start Dash after logging in to the system. - Starta Dash automatiskt efter systeminloggning. + Automatically start SarmaCoins after logging in to the system. + Starta SarmaCoins automatiskt efter systeminloggning. - &Start Dash on system login - &Starta Dash vid systeminloggning + &Start SarmaCoins on system login + &Starta SarmaCoins vid systeminloggning Size of &database cache @@ -1021,8 +1021,8 @@ Adress: %4 Denna mängd fungerar som en tröskel att stänga av Darksend då det har uppnåtts. - Amount of Dash to keep anonymized - Mängd Dash att bibehålla anonymiserade + Amount of SarmaCoins to keep anonymized + Mängd SarmaCoins att bibehålla anonymiserade W&allet @@ -1049,8 +1049,8 @@ Adress: %4 &Nätverk - Automatically open the Dash client port on the router. This only works when your router supports UPnP and it is enabled. - Öppna Dash:s klientport automatiskt på routern. Detta fungerar bara om din router stöder UPnP och är aktiverad. + Automatically open the SarmaCoins client port on the router. This only works when your router supports UPnP and it is enabled. + Öppna SarmaCoins:s klientport automatiskt på routern. Detta fungerar bara om din router stöder UPnP och är aktiverad. Map port using &UPnP @@ -1101,14 +1101,14 @@ Adress: %4 Användargränssnitt&språk: - The user interface language can be set here. This setting will take effect after restarting Dash. - Användargränssnittspråket kan ställas in här. Denna inställning träder i kraft efter att Dash startats om. + The user interface language can be set here. This setting will take effect after restarting SarmaCoins. + Användargränssnittspråket kan ställas in här. Denna inställning träder i kraft efter att SarmaCoins startats om. Language missing or translation incomplete? Help contributing translations here: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ Fattas språk eller är det en ofullständig översättning? Hjälp till att bidra med översättningar här: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ &Unit to show amounts in: @@ -1182,8 +1182,8 @@ https://www.transifex.com/projects/p/dash/ Formulär - The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. - Den visade informationen kan vara utdaterad. Din plånbok synkroniseras automatiskt med Dash-nätverket efter att en anslutning har etablerats men denna process har ännu inte slutförts. + The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. + Den visade informationen kan vara utdaterad. Din plånbok synkroniseras automatiskt med SarmaCoins-nätverket efter att en anslutning har etablerats men denna process har ännu inte slutförts. Available: @@ -1335,8 +1335,8 @@ https://www.transifex.com/projects/p/dash/ Fel vid betalningsbegäran - Cannot start dash: click-to-pay handler - Kan inte starta dash: klicka-för-att-betala hanterare + Cannot start SarmaCoins: click-to-pay handler + Kan inte starta SarmaCoins: klicka-för-att-betala hanterare URI handling @@ -1435,8 +1435,8 @@ https://www.transifex.com/projects/p/dash/ Antal anslutningar - Open the Dash debug log file from the current data directory. This can take a few seconds for large log files. - Öppna Dashs avsökningsloggfil från den nuvarande datakatalogen. Detta kan ta ett par sekunder för stora loggfiler. + Open the SarmaCoins debug log file from the current data directory. This can take a few seconds for large log files. + Öppna SarmaCoinss avsökningsloggfil från den nuvarande datakatalogen. Detta kan ta ett par sekunder för stora loggfiler. &Open @@ -1507,8 +1507,8 @@ https://www.transifex.com/projects/p/dash/ Ut: - Welcome to the Dash RPC console. - Välkommen till Dashs RPC-konsol. + Welcome to the SarmaCoins RPC console. + Välkommen till SarmaCoinss RPC-konsol. Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -1542,8 +1542,8 @@ https://www.transifex.com/projects/p/dash/ Åt&eranvänd en befintlig mottagaradress (rekommenderas inte) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dash network. - Ett valfritt meddelande att bifoga betalningsbegärandet vilket kommer att visas när begärandet öppnas. Observera: Meddelandet kommer inte att skickas med betalningen över Dash-nätverket. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the SarmaCoins network. + Ett valfritt meddelande att bifoga betalningsbegärandet vilket kommer att visas när begärandet öppnas. Observera: Meddelandet kommer inte att skickas med betalningen över SarmaCoins-nätverket. &Message: @@ -1899,8 +1899,8 @@ https://www.transifex.com/projects/p/dash/ Fel: Plånboken låstes upp enbart för att anonymisera mynt. - Warning: Invalid Dash address - Varning: Ogiltig Dash-adress + Warning: Invalid SarmaCoins address + Varning: Ogiltig SarmaCoins-adress Warning: Unknown change address @@ -1958,8 +1958,8 @@ https://www.transifex.com/projects/p/dash/ Meddelande: - A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network. - Ett meddelande som bifogades till Dash: URI vilket kommer att lagras med transaktionen så att du vet. Observera: Meddelandet kommer inte att skickas över Dash-nätverket. + A message that was attached to the SarmaCoins: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the SarmaCoins network. + Ett meddelande som bifogades till SarmaCoins: URI vilket kommer att lagras med transaktionen så att du vet. Observera: Meddelandet kommer inte att skickas över SarmaCoins-nätverket. This is an unverified payment request. @@ -1985,8 +1985,8 @@ https://www.transifex.com/projects/p/dash/ ShutdownWindow - Dash Core is shutting down... - Dash Core stängs ned... + SarmaCoins Core is shutting down... + SarmaCoins Core stängs ned... Do not shut down the computer until this window disappears. @@ -2036,8 +2036,8 @@ https://www.transifex.com/projects/p/dash/ Kopiera den nuvarande valda signaturen till systemurklippet - Sign the message to prove you own this Dash address - Signera meddelandet för att bevisa att du äger denna Dash-adress + Sign the message to prove you own this SarmaCoins address + Signera meddelandet för att bevisa att du äger denna SarmaCoins-adress Sign &Message @@ -2060,8 +2060,8 @@ https://www.transifex.com/projects/p/dash/ Skriv in signeringsadressen, meddelandet, (försäkra dig om att du kopierar linjeavbrott, mellanslag, flikar med mera) och signera nedtill för att verifiera meddelandet. Var försiktig med att inte läsa in mer i signaturen än vad som finns i det signerade meddelandet för att undvika att bli lurad av en mellanhandattack. - Verify the message to ensure it was signed with the specified Dash address - Bekräfta meddelandet för att försäkra dig om att den signerades med den angivna Dash-adressen + Verify the message to ensure it was signed with the specified SarmaCoins address + Bekräfta meddelandet för att försäkra dig om att den signerades med den angivna SarmaCoins-adressen Verify &Message @@ -2127,8 +2127,8 @@ https://www.transifex.com/projects/p/dash/ SplashScreen - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core @@ -2140,8 +2140,8 @@ https://www.transifex.com/projects/p/dash/ Bitcoin Core-utvecklarna - The Dash Core developers - Dash Core-utvecklarna + The SarmaCoins Core developers + SarmaCoins Core-utvecklarna [testnet] @@ -2656,14 +2656,14 @@ https://www.transifex.com/projects/p/dash/ - dash-core + SarmaCoins-core Bind to given address and always listen on it. Use [host]:port notation for IPv6 Sammanbind till fastställd adress och avlyssna alltid den. Använd [host]:port-notation för IPv6 - Cannot obtain a lock on data directory %s. Dash Core is probably already running. - Kan inte erhålla ett lås på datakatalog %s. Dash Core körs förmodligen redan. + Cannot obtain a lock on data directory %s. SarmaCoins Core is probably already running. + Kan inte erhålla ett lås på datakatalog %s. SarmaCoins Core körs förmodligen redan. Darksend uses exact denominated amounts to send funds, you might simply need to anonymize some more coins. @@ -2718,8 +2718,8 @@ https://www.transifex.com/projects/p/dash/ Detta är en förhandsutgiven testkompilering - använd på egen risk - använd inte för utvinning eller handlarapplikationer. - Unable to bind to %s on this computer. Dash Core is probably already running. - Det går inte att binda till %s till denna dator. Dash Core körs förmodligen redan. + Unable to bind to %s on this computer. SarmaCoins Core is probably already running. + Det går inte att binda till %s till denna dator. SarmaCoins Core körs förmodligen redan. Unable to locate enough Darksend denominated funds for this transaction. @@ -2942,8 +2942,8 @@ https://www.transifex.com/projects/p/dash/ Information - Initialization sanity check failed. Dash Core is shutting down. - Initialiseringstillståndkontroll misslyckades. Dash Core stängs ned. + Initialization sanity check failed. SarmaCoins Core is shutting down. + Initialiseringstillståndkontroll misslyckades. SarmaCoins Core stängs ned. Input is not valid. diff --git a/src/qt/locale/dash_vi.ts b/src/qt/locale/sarmacoins_vi.ts similarity index 94% rename from src/qt/locale/dash_vi.ts rename to src/qt/locale/sarmacoins_vi.ts index f01324ba33b75..dabcca7adf69b 100644 --- a/src/qt/locale/dash_vi.ts +++ b/src/qt/locale/sarmacoins_vi.ts @@ -62,12 +62,12 @@ Địa chỉ nhận - These are your Dash addresses for sending payments. Always check the amount and the receiving address before sending coins. - Đây là các địa chỉ Dash của bạn để gửi thanh toán. Luôn luôn kiểm tra số tiền và địa chỉ nhận trước khi bạn gửi tiền. + These are your SarmaCoins addresses for sending payments. Always check the amount and the receiving address before sending coins. + Đây là các địa chỉ SarmaCoins của bạn để gửi thanh toán. Luôn luôn kiểm tra số tiền và địa chỉ nhận trước khi bạn gửi tiền. - These are your Dash addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Đây là các địa chỉ Dash của bạn để nhận thanh toán. Gợi ý là sử dụng một địa chỉ nhận mới cho mỗi giao dịch. + These are your SarmaCoins addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + Đây là các địa chỉ SarmaCoins của bạn để nhận thanh toán. Gợi ý là sử dụng một địa chỉ nhận mới cho mỗi giao dịch. &Copy Address @@ -188,8 +188,8 @@ Ví đã được mã hoá. - Dash will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your dashs from being stolen by malware infecting your computer. - Dash sẽ được đóng lại bây giờ để hoàn thành tiến trình mã hoá. Hãy nhớ rằng mã hoá ví của bạn không thể hoàn toàn bảo vệ dash khỏi bị trộm bởi những mã độc lây nhiễm vào máy tính của bạn. + SarmaCoins will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your SarmaCoinss from being stolen by malware infecting your computer. + SarmaCoins sẽ được đóng lại bây giờ để hoàn thành tiến trình mã hoá. Hãy nhớ rằng mã hoá ví của bạn không thể hoàn toàn bảo vệ SarmaCoins khỏi bị trộm bởi những mã độc lây nhiễm vào máy tính của bạn. IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. @@ -231,8 +231,8 @@ BitcoinGUI - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Wallet @@ -255,16 +255,16 @@ &Gửi - Send coins to a Dash address - Gửi tiền vào địa chỉ Dash + Send coins to a SarmaCoins address + Gửi tiền vào địa chỉ SarmaCoins &Receive &Nhận - Request payments (generates QR codes and dash: URIs) - Yêu cầu thanh toán (sinh mã QR và dash: URIs) + Request payments (generates QR codes and SarmaCoins: URIs) + Yêu cầu thanh toán (sinh mã QR và SarmaCoins: URIs) &Transactions @@ -283,12 +283,12 @@ Thoát ứng dụng - &About Dash Core - &Về Dash Core + &About SarmaCoins Core + &Về SarmaCoins Core - Show information about Dash Core - Hiển thị thông tin về Dash Core + Show information about SarmaCoins Core + Hiển thị thông tin về SarmaCoins Core About &Qt @@ -303,8 +303,8 @@ &Tuỳ chọn... - Modify configuration options for Dash - Thay đổi tuỳ chọn cấu hình cho Dash + Modify configuration options for SarmaCoins + Thay đổi tuỳ chọn cấu hình cho SarmaCoins &Show / Hide @@ -355,16 +355,16 @@ Ký vào &thông điệp... - Sign messages with your Dash addresses to prove you own them - Ký vào thông điệp với địa chỉ Dash để chứng minh bạn là chủ của chúng + Sign messages with your SarmaCoins addresses to prove you own them + Ký vào thông điệp với địa chỉ SarmaCoins để chứng minh bạn là chủ của chúng &Verify message... &Kiểm tra thông điệp... - Verify messages to ensure they were signed with specified Dash addresses - Kiểm tra thông điệp để đảm bảo rằng nó đã được ký bằng địa chỉ Dash nhất định + Verify messages to ensure they were signed with specified SarmaCoins addresses + Kiểm tra thông điệp để đảm bảo rằng nó đã được ký bằng địa chỉ SarmaCoins nhất định &Information @@ -443,16 +443,16 @@ Mở &URI... - Open a dash: URI or payment request - Mở một dash: URI hoặc một yêu cầu thanh toán + Open a SarmaCoins: URI or payment request + Mở một SarmaCoins: URI hoặc một yêu cầu thanh toán &Command-line options &Các Tuỳ chọn dòng lệnh - Dash Core client - Phần mềm Dash Core + SarmaCoins Core client + Phần mềm SarmaCoins Core Processed %n blocks of transaction history. @@ -463,8 +463,8 @@ Đang đồng bộ những dữ liệu bổ sung: %p% - Show the Dash Core help message to get a list with possible Dash command-line options - Hiển thị hướng dẫn của Dash Core để có danh sách đầy đủ các tuỳ chọn dòng lệnh của Dash. + Show the SarmaCoins Core help message to get a list with possible SarmaCoins command-line options + Hiển thị hướng dẫn của SarmaCoins Core để có danh sách đầy đủ các tuỳ chọn dòng lệnh của SarmaCoins. &File @@ -487,8 +487,8 @@ Bảng Thanh công cụ - %n active connection(s) to Dash network - %n kết nối hiện thời tới mạng lưới của Dash + %n active connection(s) to SarmaCoins network + %n kết nối hiện thời tới mạng lưới của SarmaCoins Synchronizing with network... @@ -896,16 +896,16 @@ Kiểu: %3 Cấu hình Darksend - Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend được thiết lập thành công về mức cơ bản (%1 và 2 vòng). Bạn có thể thay đổi nó bất cứ thời gian nào bằng cách mở màn hình cấu hình Dash. + Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend được thiết lập thành công về mức cơ bản (%1 và 2 vòng). Bạn có thể thay đổi nó bất cứ thời gian nào bằng cách mở màn hình cấu hình SarmaCoins. - Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend được thiết lập thành công về mức cao (%1 và 8 vòng). Bạn có thể thay đổi nó bất cứ thời gian nào bằng cách mở màn hình cấu hình Dash. + Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend được thiết lập thành công về mức cao (%1 và 8 vòng). Bạn có thể thay đổi nó bất cứ thời gian nào bằng cách mở màn hình cấu hình SarmaCoins. - Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen. - Darksend được thiết lập thành công về mức tối đa (%1 và 16 vòng). Bạn có thể thay đổi nó bất cứ thời gian nào bằng cách mở màn hình cấu hình Dash. + Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening SarmaCoins's configuration screen. + Darksend được thiết lập thành công về mức tối đa (%1 và 16 vòng). Bạn có thể thay đổi nó bất cứ thời gian nào bằng cách mở màn hình cấu hình SarmaCoins. @@ -947,8 +947,8 @@ Kiểu: %3 Sửa địa chỉ gửi - The entered address "%1" is not a valid Dash address. - Địa chỉ vừa nhập "%1" không phải địa chỉ Dash hợp lệ. + The entered address "%1" is not a valid SarmaCoins address. + Địa chỉ vừa nhập "%1" không phải địa chỉ SarmaCoins hợp lệ. The entered address "%1" is already in the address book. @@ -989,8 +989,8 @@ Kiểu: %3 HelpMessageDialog - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core version @@ -1001,8 +1001,8 @@ Kiểu: %3 (%1-bit) - About Dash Core - Về Dash Core + About SarmaCoins Core + Về SarmaCoins Core Command-line options @@ -1048,16 +1048,16 @@ Kiểu: %3 Chào mừng - Welcome to Dash Core. - Chào mừng đến với Dash Core. + Welcome to SarmaCoins Core. + Chào mừng đến với SarmaCoins Core. - As this is the first time the program is launched, you can choose where Dash Core will store its data. - Đây là lần đầu tiên chương trình được khởi động, bạn có thể chọn nơi mà Dash Core sẽ lưu dữ liệu. + As this is the first time the program is launched, you can choose where SarmaCoins Core will store its data. + Đây là lần đầu tiên chương trình được khởi động, bạn có thể chọn nơi mà SarmaCoins Core sẽ lưu dữ liệu. - Dash Core will download and store a copy of the Dash block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Dash Core sẽ tải và lưu một bản của sổ cái Dash. Ít nhất %1GB dữ liệu sẽ được lưu trong thư mục này, và nó sẽ tăng lên theo thời gian. Ví của bạn cũng sẽ được lưu trong thư mục này. + SarmaCoins Core will download and store a copy of the SarmaCoins block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + SarmaCoins Core sẽ tải và lưu một bản của sổ cái SarmaCoins. Ít nhất %1GB dữ liệu sẽ được lưu trong thư mục này, và nó sẽ tăng lên theo thời gian. Ví của bạn cũng sẽ được lưu trong thư mục này. Use the default data directory @@ -1068,8 +1068,8 @@ Kiểu: %3 Sử dụng thư mục dữ liệu tuỳ chọn: - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Error: Specified data directory "%1" cannot be created. @@ -1122,12 +1122,12 @@ Kiểu: %3 &Chính - Automatically start Dash after logging in to the system. - Tự động khởi động Dash sau khi đăng nhập hệ thống. + Automatically start SarmaCoins after logging in to the system. + Tự động khởi động SarmaCoins sau khi đăng nhập hệ thống. - &Start Dash on system login - &Khởi động Dash khi đăng nhập hệ thống + &Start SarmaCoins on system login + &Khởi động SarmaCoins khi đăng nhập hệ thống Size of &database cache @@ -1154,8 +1154,8 @@ Kiểu: %3 Số lượng này hoạt động như là một ngưỡng để tắt Darksend một khi nó đạt đến. - Amount of Dash to keep anonymized - Lượng Dash muốn giữ vô danh + Amount of SarmaCoins to keep anonymized + Lượng SarmaCoins muốn giữ vô danh W&allet @@ -1174,8 +1174,8 @@ Kiểu: %3 Cho phép các kết nối tới - Connect to the Dash network through a SOCKS5 proxy. - Kết nối với mạng lưới Dash thông qua một SOCK5 proxy. + Connect to the SarmaCoins network through a SOCKS5 proxy. + Kết nối với mạng lưới SarmaCoins thông qua một SOCK5 proxy. &Connect through SOCKS5 proxy (default proxy): @@ -1206,8 +1206,8 @@ Kiểu: %3 &Mạng - Automatically open the Dash client port on the router. This only works when your router supports UPnP and it is enabled. - Tự động mở cổng phần mềm Dash trên rounter. Nó chỉ làm việc khi router của bạn hỗ trợ UPnP và nó phải được bật. + Automatically open the SarmaCoins client port on the router. This only works when your router supports UPnP and it is enabled. + Tự động mở cổng phần mềm SarmaCoins trên rounter. Nó chỉ làm việc khi router của bạn hỗ trợ UPnP và nó phải được bật. Map port using &UPnP @@ -1258,14 +1258,14 @@ Kiểu: %3 &Ngôn ngữ người dùng: - The user interface language can be set here. This setting will take effect after restarting Dash. - Ngôn ngữ người dùng có thể thiết lập ở đây. Thiết lập này sẽ có tác dụng sau khi khởi động lại Dash. + The user interface language can be set here. This setting will take effect after restarting SarmaCoins. + Ngôn ngữ người dùng có thể thiết lập ở đây. Thiết lập này sẽ có tác dụng sau khi khởi động lại SarmaCoins. Language missing or translation incomplete? Help contributing translations here: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ Ngôn ngữ ị thiếu hoặc việc dịch chưa hoàn tất? Tham gia dịch giúp tại đây: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ User Interface Theme: @@ -1347,8 +1347,8 @@ https://www.transifex.com/projects/p/dash/ Biểu mẫu - The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. - Thông tin được hiển thị có thể đã lỗi thời. Ví của bạn sẽ tự động đồng bộ với mạng lưới Dash sau khi kết nối được thiết lập, tuy nhiên quá trình này chưa hoàn thành. + The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. + Thông tin được hiển thị có thể đã lỗi thời. Ví của bạn sẽ tự động đồng bộ với mạng lưới SarmaCoins sau khi kết nối được thiết lập, tuy nhiên quá trình này chưa hoàn thành. Available: @@ -1568,8 +1568,8 @@ https://www.transifex.com/projects/p/dash/ Yêu cầu thanh toán bị lỗi - Cannot start dash: click-to-pay handler - Không thể khởi động dash: trình xử lý click-to-pay + Cannot start SarmaCoins: click-to-pay handler + Không thể khởi động SarmaCoins: trình xử lý click-to-pay URI handling @@ -1588,8 +1588,8 @@ https://www.transifex.com/projects/p/dash/ Địa chỉ thanh toán không hợp lệ %1 - URI cannot be parsed! This can be caused by an invalid Dash address or malformed URI parameters. - URI không thể phân tích. Nó có thể bởi địa chỉ Dash không hợp lệ hoặc thông số URI dị hình. + URI cannot be parsed! This can be caused by an invalid SarmaCoins address or malformed URI parameters. + URI không thể phân tích. Nó có thể bởi địa chỉ SarmaCoins không hợp lệ hoặc thông số URI dị hình. Payment request file cannot be read! This can be caused by an invalid payment request file. @@ -1674,8 +1674,8 @@ https://www.transifex.com/projects/p/dash/ Số lượng - Enter a Dash address (e.g. %1) - Hãy nhập một địa chỉ Dash (VD: %1) + Enter a SarmaCoins address (e.g. %1) + Hãy nhập một địa chỉ SarmaCoins (VD: %1) %1 d @@ -1764,8 +1764,8 @@ https://www.transifex.com/projects/p/dash/ Số kết nối - Open the Dash debug log file from the current data directory. This can take a few seconds for large log files. - Mở file nhật kỹ lỗi Dash từ thư mục hiện tại. Nó có thể mất vài giây trong trường hợp file log lớn. + Open the SarmaCoins debug log file from the current data directory. This can take a few seconds for large log files. + Mở file nhật kỹ lỗi SarmaCoins từ thư mục hiện tại. Nó có thể mất vài giây trong trường hợp file log lớn. &Open @@ -1972,8 +1972,8 @@ https://www.transifex.com/projects/p/dash/ Ra: - Welcome to the Dash RPC console. - Chào mừng đến với giao tiếp Dash RPC + Welcome to the SarmaCoins RPC console. + Chào mừng đến với giao tiếp SarmaCoins RPC Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -2035,8 +2035,8 @@ https://www.transifex.com/projects/p/dash/ Tái &sử dụng lại địa chỉ nhận đã có (không khuyến khích) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dash network. - Một thông điệp tuỳ chọn để đính vào yêu cầu thanh toán, nó sẽ hiển thị khi yêu cầu được mở. Chú ý: Thông điệp sẽ không được gửi thông qua mạng lưới Dash. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the SarmaCoins network. + Một thông điệp tuỳ chọn để đính vào yêu cầu thanh toán, nó sẽ hiển thị khi yêu cầu được mở. Chú ý: Thông điệp sẽ không được gửi thông qua mạng lưới SarmaCoins. &Message: @@ -2047,8 +2047,8 @@ https://www.transifex.com/projects/p/dash/ Một nhãn tuỳ chọn để liên kết với địa chỉ nhận mới. - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Dash network. - Một thông điệp tuỳ chọn để đính vào yêu cầu thanh toán, nó sẽ hiển thị khi yêu cầu được mở.<br>Chú ý: Thông điệp sẽ không được gửi thông qua mạng lưới Dash. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the SarmaCoins network. + Một thông điệp tuỳ chọn để đính vào yêu cầu thanh toán, nó sẽ hiển thị khi yêu cầu được mở.<br>Chú ý: Thông điệp sẽ không được gửi thông qua mạng lưới SarmaCoins. Use this form to request payments. All fields are <b>optional</b>. @@ -2292,8 +2292,8 @@ https://www.transifex.com/projects/p/dash/ Nếu phí giao dịch tuỳ chỉnh được đặt là 1000 duff và giao dịch chỉ có 250 bytes, thì "theo kilobyte" chỉ trả 250 duff phí,<br />trong khi "tổng ít nhất" trả 1000 duff. Với các giao dịch lớn hơn 1 kilobyte thì cả hai đều trả theo kilobyte. - Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for dash transactions than the network can process. - Chỉ trả phí tối thiểu cũng được chỉ khi mà có lượng giao dịch ít hơn không gian trong khối.<br />Nhưng cần lưu ý là nó có thể xảy ra hiện tượng giao dịch không bao giờ được xác nhận một khi có nhiều nhu cầu giao dash hơn khả năng mà mạng lưới có thể xử lý được. + Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for SarmaCoins transactions than the network can process. + Chỉ trả phí tối thiểu cũng được chỉ khi mà có lượng giao dịch ít hơn không gian trong khối.<br />Nhưng cần lưu ý là nó có thể xảy ra hiện tượng giao dịch không bao giờ được xác nhận một khi có nhiều nhu cầu giao SarmaCoins hơn khả năng mà mạng lưới có thể xử lý được. per kilobyte @@ -2496,8 +2496,8 @@ https://www.transifex.com/projects/p/dash/ Thanh toán chỉ mức phí tối thiểu của %1 - Warning: Invalid Dash address - Cảnh báo: Địa chỉ Dash không hợp lệ + Warning: Invalid SarmaCoins address + Cảnh báo: Địa chỉ SarmaCoins không hợp lệ Warning: Unknown change address @@ -2519,8 +2519,8 @@ https://www.transifex.com/projects/p/dash/ Trả &Cho - The Dash address to send the payment to - Địa chỉ Dash để gửi thanh toán + The SarmaCoins address to send the payment to + Địa chỉ SarmaCoins để gửi thanh toán Choose previously used address @@ -2559,8 +2559,8 @@ https://www.transifex.com/projects/p/dash/ Thông điệp: - A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network. - Một thông điệp được đính với dash: URI đó sẽ được lưu trữ với các giao dịch cho các bạn tham khảo. Lưu ý: Thông điệp này sẽ không được gửi qua mạng Dash. + A message that was attached to the SarmaCoins: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the SarmaCoins network. + Một thông điệp được đính với SarmaCoins: URI đó sẽ được lưu trữ với các giao dịch cho các bạn tham khảo. Lưu ý: Thông điệp này sẽ không được gửi qua mạng SarmaCoins. This is an unverified payment request. @@ -2586,8 +2586,8 @@ https://www.transifex.com/projects/p/dash/ ShutdownWindow - Dash Core is shutting down... - Dash Core đang được tắt... + SarmaCoins Core is shutting down... + SarmaCoins Core đang được tắt... Do not shut down the computer until this window disappears. @@ -2609,8 +2609,8 @@ https://www.transifex.com/projects/p/dash/ Bạn có thể ký vào thông điệp với địa chỉ của bạn để chứng minh bạn là chủ của nó. Hãy cẩn thận không ký vào những gì mơ hồ, như là thứ lừa đảo để lừa bạn ký xác nhận của bạn vào đó cho họ. Chỉ ký vào những gì mà bạn hoàn thoàn đồng ý. - The Dash address to sign the message with - Địa chỉ Dash để ký cho thông điệp + The SarmaCoins address to sign the message with + Địa chỉ SarmaCoins để ký cho thông điệp Choose previously used address @@ -2641,8 +2641,8 @@ https://www.transifex.com/projects/p/dash/ Copy chữ ký hiện tại vào bộ đệm của hệ thống - Sign the message to prove you own this Dash address - Ký vào thông điệp để chứng tỏ bạn sở hữu địa chỉ Dash + Sign the message to prove you own this SarmaCoins address + Ký vào thông điệp để chứng tỏ bạn sở hữu địa chỉ SarmaCoins Sign &Message @@ -2665,12 +2665,12 @@ https://www.transifex.com/projects/p/dash/ Hãy nhập địa chỉ ký, thông điệp (hãy chắc chắn rằng bạn copy cả các dấu xuống dòng, dấu cách, tab,... một cách chính xác) và chữ ký dưới đây để xác thực cho thông điệp. Hãy cẩn thận không thêm vào chữ ký hơn so với bản thân nó trong thông điệp đã ký, để tránh bị đánh lừa bởi kiểu tấn công người trung gian. - The Dash address the message was signed with - Địa chỉ Dash mà thông điệp được ký bởi + The SarmaCoins address the message was signed with + Địa chỉ SarmaCoins mà thông điệp được ký bởi - Verify the message to ensure it was signed with the specified Dash address - Kiểm tra lại thông điệp để đảm bảo rằng nó được ký với địa chỉ Dash cụ thể + Verify the message to ensure it was signed with the specified SarmaCoins address + Kiểm tra lại thông điệp để đảm bảo rằng nó được ký với địa chỉ SarmaCoins cụ thể Verify &Message @@ -2736,8 +2736,8 @@ https://www.transifex.com/projects/p/dash/ SplashScreen - Dash Core - Dash Core + SarmaCoins Core + SarmaCoins Core Version %1 @@ -2748,8 +2748,8 @@ https://www.transifex.com/projects/p/dash/ Nhóm phát triển Bitcoin Core - The Dash Core developers - Nhóm phát triển Dash Core + The SarmaCoins Core developers + Nhóm phát triển SarmaCoins Core [testnet] @@ -3320,14 +3320,14 @@ https://www.transifex.com/projects/p/dash/ - dash-core + SarmaCoins-core Bind to given address and always listen on it. Use [host]:port notation for IPv6 Liên kết với địa chỉ nhất định và luôn luôn lắng nghe trên đó. Sử dụng ký hiệu [host]:port cho IPv6 - Cannot obtain a lock on data directory %s. Dash Core is probably already running. - Không nhận được một khoá trong thư mục %s. Dash Core có thể đã đang chạy. + Cannot obtain a lock on data directory %s. SarmaCoins Core is probably already running. + Không nhận được một khoá trong thư mục %s. SarmaCoins Core có thể đã đang chạy. Darksend uses exact denominated amounts to send funds, you might simply need to anonymize some more coins. @@ -3382,8 +3382,8 @@ https://www.transifex.com/projects/p/dash/ Đây là phiên bản chưa chính thức - hãy dùng và tự chấp nhận mạo hiểm - đừng dùng để đào coin hoặc các ứng dụng thương mại. - Unable to bind to %s on this computer. Dash Core is probably already running. - Không thể để ràng buộc vào %s trên máy tính này. Dash Core có thể đã chạy. + Unable to bind to %s on this computer. SarmaCoins Core is probably already running. + Không thể để ràng buộc vào %s trên máy tính này. SarmaCoins Core có thể đã chạy. Unable to locate enough Darksend denominated funds for this transaction. @@ -3614,8 +3614,8 @@ https://www.transifex.com/projects/p/dash/ Xoá hết tất cả các giao dịch ví và chỉ phục hồi những phần đó của blockchain qua -rescan khi khởi động - Disable all Dash specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) - Tắt tất cả các chức năng đặc trưng của Dash (Masternode, Darksend, InstantX, Lập ngân sách) (0-1, ngầm định: %u) + Disable all SarmaCoins specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) + Tắt tất cả các chức năng đặc trưng của SarmaCoins (Masternode, Darksend, InstantX, Lập ngân sách) (0-1, ngầm định: %u) Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. @@ -3710,27 +3710,27 @@ https://www.transifex.com/projects/p/dash/ Sản phẩm này có kèm theo phần mềm được phát triển bởi dự án OpenSSL để sử dụng các công cụ OpenSSL <https://www.openssl.org/> và phần mềm mã hoá được viết bởi Eric Young và phần mềm UPnP được viết bởi Thomas Bernard. - To use dashd, or the -server option to dash-qt, you must set an rpcpassword in the configuration file: + To use SarmaCoinsd, or the -server option to SarmaCoins-qt, you must set an rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=dashrpc +rpcuser=SarmaCoinsrpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com - Để sử dụng dashd, hoặc tuỳ chọn -server với dash-qt, bạn phải đặt một mật khẩu rpcpassword trong tệp cấu hình: + Để sử dụng SarmaCoinsd, hoặc tuỳ chọn -server với SarmaCoins-qt, bạn phải đặt một mật khẩu rpcpassword trong tệp cấu hình: %s Gợi ý rằng bạn nên sử dụng những mật khẩu ngẫu nhiên sau: -rpcuser=dashrpc +rpcuser=SarmaCoinsrpc rpcpassword=%s (bạn không cần thiết phải nhớ mật khẩu này) Username và mật khẩu KHÔNG ĐƯỢC giống nhau. Nếu tệp chưa có, thì hãy tạo ra với quyền chỉ đọc. Gợi ý bạn rằng cần đặt alertnotify để bạn nhận được thông báo về các vấn đề; -ví dụ: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com +ví dụ: alertnotify=echo %%s | mail -s "SarmaCoins Alert" admin@foo.com @@ -3746,8 +3746,8 @@ ví dụ: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com Cảnh báo: -maxtxfee được đặt rất cao! Mức Phí cao này sẽ được trả cho mỗi một giao dịch đơn. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Dash Core will not work properly. - Cánh báo: Hãy vui lòng kiểm tra ngày giờ máy tính của bạn cho chính xác! Nếu đồng hồ của bạn sai thì Dash Core sẽ không làm việc một cách hoàn hảo. + Warning: Please check that your computer's date and time are correct! If your clock is wrong SarmaCoins Core will not work properly. + Cánh báo: Hãy vui lòng kiểm tra ngày giờ máy tính của bạn cho chính xác! Nếu đồng hồ của bạn sai thì SarmaCoins Core sẽ không làm việc một cách hoàn hảo. Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. @@ -3799,8 +3799,8 @@ ví dụ: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com Bản quyền (C) 2009-%i bởi Nhóm phát triển Bitcoin Core - Copyright (C) 2014-%i The Dash Core Developers - Bản quyền (C) 2014-%i bởi Nhóm phát triển Dash Core + Copyright (C) 2014-%i The SarmaCoins Core Developers + Bản quyền (C) 2014-%i bởi Nhóm phát triển SarmaCoins Core Could not parse -rpcbind value %s as network address @@ -3831,8 +3831,8 @@ ví dụ: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com Lỗi kết nối tới Masternode. - Error loading wallet.dat: Wallet requires newer version of Dash Core - Lỗi nạp wallet.dat: Ví cần một phiên bản mới hơn của Dash Core + Error loading wallet.dat: Wallet requires newer version of SarmaCoins Core + Lỗi nạp wallet.dat: Ví cần một phiên bản mới hơn của SarmaCoins Core Error: A fatal internal error occured, see debug.log for details @@ -3903,8 +3903,8 @@ ví dụ: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com Thông tin - Initialization sanity check failed. Dash Core is shutting down. - Khởi tạo việc kiểm tra tính đúng đắn thất bại. Dash Core đang được tắt. + Initialization sanity check failed. SarmaCoins Core is shutting down. + Khởi tạo việc kiểm tra tính đúng đắn thất bại. SarmaCoins Core đang được tắt. Input is not valid. @@ -4155,8 +4155,8 @@ ví dụ: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com Sử dụng UPnP để ánh xạ cổng lắng nghe (ngầm định: %u) - Wallet needed to be rewritten: restart Dash Core to complete - Ví cần được ghi lại: khởi động lại Dash Core để hoàn tất + Wallet needed to be rewritten: restart SarmaCoins Core to complete + Ví cần được ghi lại: khởi động lại SarmaCoins Core để hoàn tất Warning: Unsupported argument -benchmark ignored, use -debug=bench. diff --git a/src/qt/locale/dash_zh_CN.ts b/src/qt/locale/sarmacoins_zh_CN.ts similarity index 96% rename from src/qt/locale/dash_zh_CN.ts rename to src/qt/locale/sarmacoins_zh_CN.ts index 13efc20b33365..7eb979a097355 100644 --- a/src/qt/locale/dash_zh_CN.ts +++ b/src/qt/locale/sarmacoins_zh_CN.ts @@ -62,11 +62,11 @@ 正在接收地址 - These are your Dash addresses for sending payments. Always check the amount and the receiving address before sending coins. + These are your SarmaCoins addresses for sending payments. Always check the amount and the receiving address before sending coins. 这些是你要付款过去的达世币地址。在付款之前,务必要检查金额和收款地址是否正确。 - These are your Dash addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + These are your SarmaCoins addresses for receiving payments. It is recommended to use a new receiving address for each transaction. 这些是你用来收款的达世币地址。建议在每次交易时,都使用一个新的收款地址。 @@ -188,7 +188,7 @@ 钱包已加密 - Dash will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your dashs from being stolen by malware infecting your computer. + SarmaCoins will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your SarmaCoinss from being stolen by malware infecting your computer. 达世币软体现在要关闭,以完成加密过程。请注意,加密钱包不能完全防止恶意软件入侵你的电脑盗取你的达世币。 @@ -231,7 +231,7 @@ BitcoinGUI - Dash Core + SarmaCoins Core 达世币核心 @@ -255,7 +255,7 @@ 发送(&S) - Send coins to a Dash address + Send coins to a SarmaCoins address 发送币至达世币地址 @@ -263,7 +263,7 @@ 接收(&R) - Request payments (generates QR codes and dash: URIs) + Request payments (generates QR codes and SarmaCoins: URIs) 请求付款(生成二维码和达世币付款协议的URI) @@ -283,11 +283,11 @@ 退出程序 - &About Dash Core + &About SarmaCoins Core &关于达世币核心 - Show information about Dash Core + Show information about SarmaCoins Core 显示关于达世币核心信息 @@ -303,7 +303,7 @@ 选项(&O)... - Modify configuration options for Dash + Modify configuration options for SarmaCoins 修改达世币配置选项 @@ -355,7 +355,7 @@ 消息签名(&M)... - Sign messages with your Dash addresses to prove you own them + Sign messages with your SarmaCoins addresses to prove you own them 用达世币地址签署讯息来证明地址是你的 @@ -363,7 +363,7 @@ 验证消息(&V)... - Verify messages to ensure they were signed with specified Dash addresses + Verify messages to ensure they were signed with specified SarmaCoins addresses 验证讯息是用来确定讯息是用指定的达世币地址签署的 @@ -443,7 +443,7 @@ 打开 &URI... - Open a dash: URI or payment request + Open a SarmaCoins: URI or payment request 打开达世币:网页或付款请求 @@ -451,7 +451,7 @@ &命令行 选项 - Dash Core client + SarmaCoins Core client 达世币核心客户端 @@ -463,7 +463,7 @@ 正在同步附加数据:%p% - Show the Dash Core help message to get a list with possible Dash command-line options + Show the SarmaCoins Core help message to get a list with possible SarmaCoins command-line options 打开达世币核心帮助信息取得可使用的命令行列表 @@ -487,7 +487,7 @@ 分页工具栏 - %n active connection(s) to Dash network + %n active connection(s) to SarmaCoins network %n 已连接至达世币网络 @@ -896,15 +896,15 @@ Address: %4 匿名发送配置 - Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening SarmaCoins's configuration screen. 匿名发送已成功设置为一般(%1到2次循环)。可以通过打开达世币配置窗口来随时修改。 - Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening SarmaCoins's configuration screen. 匿名发送已成功设置为高(%1到8次循环)。可以通过打开达世币配置窗口来随时修改。 - Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening SarmaCoins's configuration screen. 匿名发送已成功设置为最高(%1到16次循环)。可以通过打开达世币配置窗口来随时修改。 @@ -947,7 +947,7 @@ Address: %4 编辑发送地址 - The entered address "%1" is not a valid Dash address. + The entered address "%1" is not a valid SarmaCoins address. 输入的地址"%1"不是有效的达世币地址。 @@ -989,7 +989,7 @@ Address: %4 HelpMessageDialog - Dash Core + SarmaCoins Core 达世币核心 @@ -1001,7 +1001,7 @@ Address: %4 (%1 位) - About Dash Core + About SarmaCoins Core 关于 达世币核心 @@ -1049,15 +1049,15 @@ Address: %4 欢迎 - Welcome to Dash Core. + Welcome to SarmaCoins Core. 欢迎来到达世币核心。 - As this is the first time the program is launched, you can choose where Dash Core will store its data. + As this is the first time the program is launched, you can choose where SarmaCoins Core will store its data. 此次为第一次程序启动,你可以选择储存达世币核心数据的路径。 - Dash Core will download and store a copy of the Dash block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + SarmaCoins Core will download and store a copy of the SarmaCoins block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. 达世币核心将会下载并存储达世币数据链。至少有%1GB的数据会保存到此路径下,并且随着时间增长。钱包文件也将存储到此路径下。 @@ -1069,7 +1069,7 @@ Address: %4 使用自定义的数据目录: - Dash Core + SarmaCoins Core 达世币核心 @@ -1123,11 +1123,11 @@ Address: %4 主要(&M) - Automatically start Dash after logging in to the system. + Automatically start SarmaCoins after logging in to the system. 登录系统后自动启动达世币程序 - &Start Dash on system login + &Start SarmaCoins on system login &系统登录时启动达世币程序 @@ -1155,7 +1155,7 @@ Address: %4 此金额为关闭匿名发送的极限. - Amount of Dash to keep anonymized + Amount of SarmaCoins to keep anonymized 保持匿名化的达世币数 @@ -1175,7 +1175,7 @@ Address: %4 接受外来链接 - Connect to the Dash network through a SOCKS5 proxy. + Connect to the SarmaCoins network through a SOCKS5 proxy. 通过SOCKS5代理链接达世币网络。 @@ -1207,7 +1207,7 @@ Address: %4 网络(&N) - Automatically open the Dash client port on the router. This only works when your router supports UPnP and it is enabled. + Automatically open the SarmaCoins client port on the router. This only works when your router supports UPnP and it is enabled. 自动对路由器打开达世币客户端端口。此项只在路由器支持UPnP时有效。 @@ -1259,14 +1259,14 @@ Address: %4 用户界面语言(&L): - The user interface language can be set here. This setting will take effect after restarting Dash. + The user interface language can be set here. This setting will take effect after restarting SarmaCoins. 用户界面语言在这里设置。在重启达世币程序后生效。 Language missing or translation incomplete? Help contributing translations here: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ 缺少相关语言或翻译不完整? 请到这里协助翻译: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ User Interface Theme: @@ -1348,7 +1348,7 @@ https://www.transifex.com/projects/p/dash/ 表单 - The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. + The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. 显示信息也许已过期。当与达世币网络连接后钱包程序会自动同步,但现在还未完成。 @@ -1561,7 +1561,7 @@ https://www.transifex.com/projects/p/dash/ 支付请求出错 - Cannot start dash: click-to-pay handler + Cannot start SarmaCoins: click-to-pay handler 无法启动达世币程序:click-to-pay handler @@ -1581,7 +1581,7 @@ https://www.transifex.com/projects/p/dash/ 无效的付款地址 %1 - URI cannot be parsed! This can be caused by an invalid Dash address or malformed URI parameters. + URI cannot be parsed! This can be caused by an invalid SarmaCoins address or malformed URI parameters. 链接不能被解析! 原因可能是无效的达世币地址或输入的链接有错。 @@ -1667,7 +1667,7 @@ https://www.transifex.com/projects/p/dash/ 金额 - Enter a Dash address (e.g. %1) + Enter a SarmaCoins address (e.g. %1) 输入达世币地址(e.g. %1) @@ -1757,7 +1757,7 @@ https://www.transifex.com/projects/p/dash/ 连接数 - Open the Dash debug log file from the current data directory. This can take a few seconds for large log files. + Open the SarmaCoins debug log file from the current data directory. This can take a few seconds for large log files. 从数据路径打开达世币Debug日志,这个过程可能需要几秒钟。 @@ -1965,7 +1965,7 @@ https://www.transifex.com/projects/p/dash/ 输出: - Welcome to the Dash RPC console. + Welcome to the SarmaCoins RPC console. 欢迎来到达世币RPC控制台。 @@ -2028,7 +2028,7 @@ https://www.transifex.com/projects/p/dash/ 重用现有的接收地址(不推荐) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dash network. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the SarmaCoins network. 附加在付款要求中的讯息,可以不填,打开要求内容时会显示。注意: 这个讯息不会随着付款送到达世币网路上。 @@ -2040,7 +2040,7 @@ https://www.transifex.com/projects/p/dash/ 可为新建的收款地址添加一个标签。 - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Dash network. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the SarmaCoins network. 附加在付款要求中的讯息,可以不填,打开要求内容时会显示。<br>注意: 这个讯息不会随着付款送到达世币网路上。 @@ -2289,7 +2289,7 @@ https://www.transifex.com/projects/p/dash/ 但如果交易信息大于一千字节,那么两者都要支付千字节费用. - Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for dash transactions than the network can process. + Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for SarmaCoins transactions than the network can process. 当交易量少于区块可容纳的空间时,只需支付最低手续费.<br />但当交易量的需求增长到超过总体网络可处理的量时,可能会造成一笔一直不被确认的交易. @@ -2489,7 +2489,7 @@ https://www.transifex.com/projects/p/dash/ 只付最低手续费%1 - Warning: Invalid Dash address + Warning: Invalid SarmaCoins address 警告:无效的达世币地址 @@ -2512,7 +2512,7 @@ https://www.transifex.com/projects/p/dash/ 付给(&T): - The Dash address to send the payment to + The SarmaCoins address to send the payment to 选择发款地址 @@ -2552,7 +2552,7 @@ https://www.transifex.com/projects/p/dash/ 消息: - A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network. + A message that was attached to the SarmaCoins: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the SarmaCoins network. 附加在达世币付款协议URI中的信息,会和交易内容一并存储,可供您参考.提示:此信息不会发送到达世币网络上. @@ -2579,7 +2579,7 @@ https://www.transifex.com/projects/p/dash/ ShutdownWindow - Dash Core is shutting down... + SarmaCoins Core is shutting down... 达世币核心正在关闭... @@ -2602,7 +2602,7 @@ https://www.transifex.com/projects/p/dash/ 您可以用你的地址对消息进行签名,以证明您是该地址的所有人。注意不要对模棱两可的消息签名,以免遭受钓鱼式攻击。请确保消息内容准确的表达了您的真实意愿。 - The Dash address to sign the message with + The SarmaCoins address to sign the message with 对此地址进行签名 @@ -2634,7 +2634,7 @@ https://www.transifex.com/projects/p/dash/ 复制当前签名至剪切板 - Sign the message to prove you own this Dash address + Sign the message to prove you own this SarmaCoins address 签署信息证明你拥有此达世币地址 @@ -2658,11 +2658,11 @@ https://www.transifex.com/projects/p/dash/ 在下面输入签名地址,消息(请确保换行符、空格符、制表符等等一个不漏)和签名以验证消息。请确保签名信息准确,提防中间人攻击。 - The Dash address the message was signed with + The SarmaCoins address the message was signed with 已签名的地址 - Verify the message to ensure it was signed with the specified Dash address + Verify the message to ensure it was signed with the specified SarmaCoins address 验证信息用来确保此被签署信息对应相对的达世币地址 @@ -2729,7 +2729,7 @@ https://www.transifex.com/projects/p/dash/ SplashScreen - Dash Core + SarmaCoins Core 达世币核心 @@ -2741,7 +2741,7 @@ https://www.transifex.com/projects/p/dash/ Bitcoin Core 的开发者 - The Dash Core developers + The SarmaCoins Core developers 达世币核心开发人员 @@ -3301,13 +3301,13 @@ https://www.transifex.com/projects/p/dash/ - dash-core + SarmaCoins-core Bind to given address and always listen on it. Use [host]:port notation for IPv6 与提供地址绑定,持续监听。使用[host]:标记IPv6端口 - Cannot obtain a lock on data directory %s. Dash Core is probably already running. + Cannot obtain a lock on data directory %s. SarmaCoins Core is probably already running. 不能获得锁定的数据目录 %s. 达世币核心可能已经在运行。 @@ -3339,7 +3339,7 @@ https://www.transifex.com/projects/p/dash/ 即时支付功能需要6步确认,您可以稍后重试。 - Unable to bind to %s on this computer. Dash Core is probably already running. + Unable to bind to %s on this computer. SarmaCoins Core is probably already running. 无法绑定%s此计算机. 达世币核心应该已经在运行中了. @@ -3531,7 +3531,7 @@ https://www.transifex.com/projects/p/dash/ 删除钱包里的所有交易信息, 并且在下次启动时, 使用 -rescan 来从区块链中恢复 - Disable all Dash specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) + Disable all SarmaCoins specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) 禁止所有达世币附加功能(主节点, 匿名发送, 即时发送, 预算) (0-1, default: %u) @@ -3603,7 +3603,7 @@ https://www.transifex.com/projects/p/dash/ 警告: -maxtxfee 设定的金额过高! 这是一次交易就要支付的手续费. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Dash Core will not work properly. + Warning: Please check that your computer's date and time are correct! If your clock is wrong SarmaCoins Core will not work properly. 警告: 请检查电脑日期和时间是否正确!达世币核心没办法在时钟不准的情况下正常运作。 @@ -3653,8 +3653,8 @@ https://www.transifex.com/projects/p/dash/ 版权(C) 2009-%i The Bitcoin Core Developers - Copyright (C) 2014-%i The Dash Core Developers - 版权 (C) 2014-%i The Dash Core Developers + Copyright (C) 2014-%i The SarmaCoins Core Developers + 版权 (C) 2014-%i The SarmaCoins Core Developers Could not parse -rpcbind value %s as network address @@ -3685,7 +3685,7 @@ https://www.transifex.com/projects/p/dash/ 连接到主节点时发生错误. - Error loading wallet.dat: Wallet requires newer version of Dash Core + Error loading wallet.dat: Wallet requires newer version of SarmaCoins Core 读取钱包文件错误: 需要较为新版本的达世币核心来读取钱包 @@ -3742,7 +3742,7 @@ https://www.transifex.com/projects/p/dash/ 信息 - Initialization sanity check failed. Dash Core is shutting down. + Initialization sanity check failed. SarmaCoins Core is shutting down. 初始化检查失败。达世币核心正在关闭。 @@ -3938,7 +3938,7 @@ https://www.transifex.com/projects/p/dash/ 断开的作弊节点临界值(默认: %u) - Wallet needed to be rewritten: restart Dash Core to complete + Wallet needed to be rewritten: restart SarmaCoins Core to complete 錢包需要重寫: 請重新啓動達世幣核心來完成 钱包需要重写: 请重新启动达世币核心来完成 diff --git a/src/qt/locale/dash_zh_TW.ts b/src/qt/locale/sarmacoins_zh_TW.ts similarity index 96% rename from src/qt/locale/dash_zh_TW.ts rename to src/qt/locale/sarmacoins_zh_TW.ts index 747926ff15056..6d41abffe076e 100644 --- a/src/qt/locale/dash_zh_TW.ts +++ b/src/qt/locale/sarmacoins_zh_TW.ts @@ -62,11 +62,11 @@ 收款位址 - These are your Dash addresses for sending payments. Always check the amount and the receiving address before sending coins. + These are your SarmaCoins addresses for sending payments. Always check the amount and the receiving address before sending coins. 這些是你要付款過去的達世幣位址。在付錢之前,務必要檢查金額和收款位址是否正確。 - These are your Dash addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + These are your SarmaCoins addresses for receiving payments. It is recommended to use a new receiving address for each transaction. 這些是你用來收款的達世幣位址。建議在每次交易時,都使用一個新的收款位址。 @@ -188,7 +188,7 @@ 錢包已加密 - Dash will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your dashs from being stolen by malware infecting your computer. + SarmaCoins will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your SarmaCoinss from being stolen by malware infecting your computer. 達世幣軟體現在要關閉,好完成加密程序。請注意,加密錢包不能完全防止入侵你的電腦的惡意程式偷取達世幣。 @@ -231,7 +231,7 @@ BitcoinGUI - Dash Core + SarmaCoins Core 達世幣核心 @@ -255,7 +255,7 @@ 發送(&S) - Send coins to a Dash address + Send coins to a SarmaCoins address 付錢給一個達世幣位址 @@ -263,7 +263,7 @@ 接收(&R) - Request payments (generates QR codes and dash: URIs) + Request payments (generates QR codes and SarmaCoins: URIs) 要求付款(產生 QR Code 和達世幣付款協議的 URI) @@ -283,11 +283,11 @@ 結束應用程式 - &About Dash Core + &About SarmaCoins Core 關於達世幣核心(&A) - Show information about Dash Core + Show information about SarmaCoins Core 顯示達世幣核心的相關資訊 @@ -303,7 +303,7 @@ 選項(&O)... - Modify configuration options for Dash + Modify configuration options for SarmaCoins 修改達世幣軟體的設定選項 @@ -355,7 +355,7 @@ 簽署訊息(&M)... - Sign messages with your Dash addresses to prove you own them + Sign messages with your SarmaCoins addresses to prove you own them 用達世幣位址簽署訊息來證明位址是你的 @@ -363,7 +363,7 @@ 驗證訊息(&V)... - Verify messages to ensure they were signed with specified Dash addresses + Verify messages to ensure they were signed with specified SarmaCoins addresses 驗證訊息是用來確定訊息是用指定的達世幣位址簽署的 @@ -443,7 +443,7 @@ 開啓 &URI... - Open a dash: URI or payment request + Open a SarmaCoins: URI or payment request 開啓一個達世幣協議的 URI 或付款要求 @@ -451,7 +451,7 @@ 命令列選項(&C) - Dash Core client + SarmaCoins Core client 達世幣核心客戶端軟體 @@ -463,7 +463,7 @@ 正在同步額外的數據: %p% - Show the Dash Core help message to get a list with possible Dash command-line options + Show the SarmaCoins Core help message to get a list with possible SarmaCoins command-line options 顯示達世幣核心的說明訊息,來取得可用命令列選項的列表 @@ -487,7 +487,7 @@ 分頁工具列 - %n active connection(s) to Dash network + %n active connection(s) to SarmaCoins network %n 個運作中的達世幣網路連線 @@ -892,15 +892,15 @@ Address: %4 匿名發送配置 - Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening SarmaCoins's configuration screen. 匿名發送已成功設置為一般(%1到2次循環)。你可以隨時打開達世幣配置窗口來修改。 - Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening SarmaCoins's configuration screen. 匿名發送已成功設置為高(%1到8次循環)。你可以隨時打開達世幣配置窗口來修改。 - Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen. + Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening SarmaCoins's configuration screen. 匿名發送已成功設置為最高(%1到16次循環)。你可以隨時打開達世幣配置窗口來修改。 @@ -943,7 +943,7 @@ Address: %4 編輯付款位址 - The entered address "%1" is not a valid Dash address. + The entered address "%1" is not a valid SarmaCoins address. 輸入的位址 %1 並不是有效的達世幣位址。 @@ -985,7 +985,7 @@ Address: %4 HelpMessageDialog - Dash Core + SarmaCoins Core 達世幣核心 @@ -997,7 +997,7 @@ Address: %4 (%1 位元) - About Dash Core + About SarmaCoins Core 關於達世幣核心 @@ -1044,15 +1044,15 @@ Address: %4 歡迎 - Welcome to Dash Core. + Welcome to SarmaCoins Core. 歡迎使用達世幣核心 - As this is the first time the program is launched, you can choose where Dash Core will store its data. + As this is the first time the program is launched, you can choose where SarmaCoins Core will store its data. 因為這是程式第一次啓動,你可以選擇達世幣核心儲存資料的地方。 - Dash Core will download and store a copy of the Dash block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + SarmaCoins Core will download and store a copy of the SarmaCoins block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. 達世幣核心會下載並儲存一份達世幣區塊鏈的副本。至少有 %1GB 的資料會儲存到這個目錄中,並且還會持續增長。另外錢包資料也會儲存在這個目錄。 @@ -1064,7 +1064,7 @@ Address: %4 使用自定的資料目錄: - Dash Core + SarmaCoins Core 達世幣核心 @@ -1118,11 +1118,11 @@ Address: %4 主要(&M) - Automatically start Dash after logging in to the system. + Automatically start SarmaCoins after logging in to the system. 在登入系統後自動啓動達世幣軟體。 - &Start Dash on system login + &Start SarmaCoins on system login 系統登入時啟動達世幣(&S) @@ -1150,7 +1150,7 @@ Address: %4 此金額為關閉匿名發送的門檻。 - Amount of Dash to keep anonymized + Amount of SarmaCoins to keep anonymized 保持匿名的達世幣數量 @@ -1170,7 +1170,7 @@ Address: %4 接受外來連線 - Connect to the Dash network through a SOCKS5 proxy. + Connect to the SarmaCoins network through a SOCKS5 proxy. 透過 SOCKS5 代理伺服器來連線到達世幣網路。 @@ -1202,7 +1202,7 @@ Address: %4 網絡(&N) - Automatically open the Dash client port on the router. This only works when your router supports UPnP and it is enabled. + Automatically open the SarmaCoins client port on the router. This only works when your router supports UPnP and it is enabled. 自動在路由器上開放達世幣的客戶端通訊埠。只有在你的路由器支援且開啓「通用即插即用」協定(UPnP)時才有作用。 @@ -1254,14 +1254,14 @@ Address: %4 用戶界面語言: - The user interface language can be set here. This setting will take effect after restarting Dash. + The user interface language can be set here. This setting will take effect after restarting SarmaCoins. 可以在這裡設定用戶介面的語言。這個設定在重啓達世幣軟體後才會生效。 Language missing or translation incomplete? Help contributing translations here: -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ 缺少相關語言或翻譯不完整?請到這裡協助翻譯 -https://www.transifex.com/projects/p/dash/ +https://www.transifex.com/projects/p/SarmaCoins/ User Interface Theme: @@ -1343,7 +1343,7 @@ https://www.transifex.com/projects/p/dash/ 表單 - The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet. + The displayed information may be out of date. Your wallet automatically synchronizes with the SarmaCoins network after a connection is established, but this process has not completed yet. 顯示的資訊可能是過期的。跟達世幣網路的連線建立後,你的錢包會自動和網路同步,但是這個步驟還沒完成。 @@ -1548,7 +1548,7 @@ https://www.transifex.com/projects/p/dash/ 要求付款時發生錯誤 - Cannot start dash: click-to-pay handler + Cannot start SarmaCoins: click-to-pay handler 無法啟動達世幣 : 點擊支付處理程序 @@ -1568,7 +1568,7 @@ https://www.transifex.com/projects/p/dash/ 無效的付款位址 %1 - URI cannot be parsed! This can be caused by an invalid Dash address or malformed URI parameters. + URI cannot be parsed! This can be caused by an invalid SarmaCoins address or malformed URI parameters. 沒辦法解析 URI 位址!可能是因為達世幣位址無效,或是 URI 參數格式錯誤。 @@ -1654,7 +1654,7 @@ https://www.transifex.com/projects/p/dash/ 金額 - Enter a Dash address (e.g. %1) + Enter a SarmaCoins address (e.g. %1) 輸入達世幣位址 (例如 %1) @@ -1740,7 +1740,7 @@ https://www.transifex.com/projects/p/dash/ 連線數 - Open the Dash debug log file from the current data directory. This can take a few seconds for large log files. + Open the SarmaCoins debug log file from the current data directory. This can take a few seconds for large log files. 從目前的資料目錄下開啓達世幣軟體的除錯紀錄檔。當紀錄檔很大時,可能會花好幾秒的時間。 @@ -1944,7 +1944,7 @@ https://www.transifex.com/projects/p/dash/ 輸出: - Welcome to the Dash RPC console. + Welcome to the SarmaCoins RPC console. 歡迎使用達世幣 RPC 主控台。 @@ -2007,7 +2007,7 @@ https://www.transifex.com/projects/p/dash/ 重複使用現有的收款位址(不建議)(&e) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dash network. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the SarmaCoins network. 附加在付款要求中的訊息,可以不填,打開要求內容時會顯示。注意: 這個訊息不會隨著付款送到達世幣網路上。 @@ -2019,7 +2019,7 @@ https://www.transifex.com/projects/p/dash/ 跟新收款位址關聯的標記,可以不填。 - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Dash network. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the SarmaCoins network. 附加在付款要求中的訊息,可以不填,打開要求內容時會顯示。<br>注意: 這個訊息不會隨著付款送到達世幣網路上。 @@ -2264,7 +2264,7 @@ https://www.transifex.com/projects/p/dash/ 如果自訂手續費設定為 1000 duffs ,而交易資料大小只有 250 個位元組的話,那麽選擇「每千位元組」就只會付 250 duffs 的手續費,<br />而「總共至少」會支付 1000 duffs。但是如果交易資料大小超過一千個位元組,那麽兩者都是每千位元組的費用。 - Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for dash transactions than the network can process. + Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for SarmaCoins transactions than the network can process. 當交易量少於區塊可容納的空間時,只付最低手續費不會有什麽問題。<br />但是當交易量的需求成長到超過整體網路可以處理的量時,可能會造成一筆一直不會被確認的交易。 @@ -2444,7 +2444,7 @@ https://www.transifex.com/projects/p/dash/ 只付最低手續費 %1 - Warning: Invalid Dash address + Warning: Invalid SarmaCoins address 警告: 無效的達世幣位址 @@ -2467,7 +2467,7 @@ https://www.transifex.com/projects/p/dash/ 付給:(&T) - The Dash address to send the payment to + The SarmaCoins address to send the payment to 接收付款的達世幣位址 @@ -2507,7 +2507,7 @@ https://www.transifex.com/projects/p/dash/ 訊息: - A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network. + A message that was attached to the SarmaCoins: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the SarmaCoins network. 附加在達世幣付款協議 URI 中的訊息,會和交易內容一起存起來,給你自己做參考。注意: 這個訊息不會送到達世幣網路上。 @@ -2534,7 +2534,7 @@ https://www.transifex.com/projects/p/dash/ ShutdownWindow - Dash Core is shutting down... + SarmaCoins Core is shutting down... 達世幣核心正在關閉中... @@ -2557,7 +2557,7 @@ https://www.transifex.com/projects/p/dash/ 你可以用自己的位址簽署訊息,來證明你對位址的所有權。但是請小心,不要簽署語意含糊不清的內容,因為釣魚式詐騙可能會用騙你簽署的手法來冒充是你。只有在語句中的細節你都同意時才簽署。 - The Dash address to sign the message with + The SarmaCoins address to sign the message with 用來簽署訊息的達世幣位址 @@ -2589,7 +2589,7 @@ https://www.transifex.com/projects/p/dash/ 複製目前的簽章到系統剪貼簿 - Sign the message to prove you own this Dash address + Sign the message to prove you own this SarmaCoins address 簽署這個訊息來證明這個達世幣位址是你的 @@ -2613,11 +2613,11 @@ https://www.transifex.com/projects/p/dash/ 請在下面輸入簽署的位址,訊息(請確定完整複製了所包含的換行,空格,跳位符號等等),以及簽章,來驗證這個訊息。請小心,除了訊息內容以外,不要對簽章本身過度解讀,以避免被用「中間人攻擊法」詐騙。 - The Dash address the message was signed with + The SarmaCoins address the message was signed with 簽署這個訊息的達世幣位址 - Verify the message to ensure it was signed with the specified Dash address + Verify the message to ensure it was signed with the specified SarmaCoins address 驗證這個訊息來確定是用指定的達世幣位址簽署的 @@ -2684,7 +2684,7 @@ https://www.transifex.com/projects/p/dash/ SplashScreen - Dash Core + SarmaCoins Core 達世幣核心 @@ -2696,7 +2696,7 @@ https://www.transifex.com/projects/p/dash/ 位元幣核心開發人員 - The Dash Core developers + The SarmaCoins Core developers 達世幣核心開發人員 @@ -3220,7 +3220,7 @@ https://www.transifex.com/projects/p/dash/ - dash-core + SarmaCoins-core Bind to given address and always listen on it. Use [host]:port notation for IPv6 和指定的位址繫結,並且一直在指定位址聽候連線。IPv6 請用 [主機]:通訊埠 這種格式 @@ -3258,7 +3258,7 @@ https://www.transifex.com/projects/p/dash/ 這是個還沒發表的測試版本 - 使用請自負風險 - 請不要用來開採或商業應用 - Unable to bind to %s on this computer. Dash Core is probably already running. + Unable to bind to %s on this computer. SarmaCoins Core is probably already running. 沒辦法繫結在這台電腦上的 %s 。達世幣核心可能已經在執行了。 @@ -3502,7 +3502,7 @@ https://www.transifex.com/projects/p/dash/ 警告: -maxtxfee 設定了很高的金額!這可是一次交易就有可能付出的最高手續費。 - Warning: Please check that your computer's date and time are correct! If your clock is wrong Dash Core will not work properly. + Warning: Please check that your computer's date and time are correct! If your clock is wrong SarmaCoins Core will not work properly. 警告: 請檢查電腦日期和時間是否正確!達世幣核心沒辦法在時鐘不準的情況下正常運作。 @@ -3530,7 +3530,7 @@ https://www.transifex.com/projects/p/dash/ 版權為位元幣核心開發人員自西元 2009 至 %i 年起所有 - Copyright (C) 2014-%i The Dash Core Developers + Copyright (C) 2014-%i The SarmaCoins Core Developers 版權為達世幣核心開發人員自西元 2014 至 %i 年起所有 @@ -3554,7 +3554,7 @@ https://www.transifex.com/projects/p/dash/ 連接到主節點時發生錯誤。 - Error loading wallet.dat: Wallet requires newer version of Dash Core + Error loading wallet.dat: Wallet requires newer version of SarmaCoins Core 載入 wallet.dat 檔案時發生錯誤: 這個錢包需要新版的達世幣核心 @@ -3738,7 +3738,7 @@ https://www.transifex.com/projects/p/dash/ 與異常的節點斷線的臨界值 (預設: %u) - Wallet needed to be rewritten: restart Dash Core to complete + Wallet needed to be rewritten: restart SarmaCoins Core to complete 錢包需要重寫: 請重新啓動達世幣核心來完成 diff --git a/src/qt/macnotificationhandler.mm b/src/qt/macnotificationhandler.mm index bec97e2a32b72..f0d68aec79ef6 100644 --- a/src/qt/macnotificationhandler.mm +++ b/src/qt/macnotificationhandler.mm @@ -13,7 +13,7 @@ @implementation NSBundle(returnCorrectIdentifier) - (NSString *)__bundleIdentifier { if (self == [NSBundle mainBundle]) { - return @"io.SarmaCoins.Dash-Qt"; + return @"io.SarmaCoins.SarmaCoins-Qt"; } else { return [self __bundleIdentifier]; } diff --git a/src/qt/notificator.h b/src/qt/notificator.h index 471675a685c1c..c3834e3680791 100644 --- a/src/qt/notificator.h +++ b/src/qt/notificator.h @@ -6,7 +6,7 @@ #define BITCOIN_QT_NOTIFICATOR_H #if defined(HAVE_CONFIG_H) -#include "config/dash-config.h" +#include "config/SarmaCoins-config.h" #endif #include diff --git a/src/qt/openuridialog.cpp b/src/qt/openuridialog.cpp index 08ac80fb247a7..820f5cd97658e 100644 --- a/src/qt/openuridialog.cpp +++ b/src/qt/openuridialog.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -17,7 +17,7 @@ OpenURIDialog::OpenURIDialog(QWidget *parent) : { ui->setupUi(this); #if QT_VERSION >= 0x040700 - ui->uriEdit->setPlaceholderText("dash:"); + ui->uriEdit->setPlaceholderText("SarmaCoins:"); #endif } @@ -49,5 +49,5 @@ void OpenURIDialog::on_selectFileButton_clicked() if(filename.isEmpty()) return; QUrl fileUri = QUrl::fromLocalFile(filename); - ui->uriEdit->setText("dash:?r=" + QUrl::toPercentEncoding(fileUri.toString())); + ui->uriEdit->setText("SarmaCoins:?r=" + QUrl::toPercentEncoding(fileUri.toString())); } diff --git a/src/qt/optionsdialog.cpp b/src/qt/optionsdialog.cpp index d1b30399d2da3..b4ea41af88652 100644 --- a/src/qt/optionsdialog.cpp +++ b/src/qt/optionsdialog.cpp @@ -3,7 +3,7 @@ // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) -#include "config/dash-config.h" +#include "config/SarmaCoins-config.h" #endif #include "optionsdialog.h" diff --git a/src/qt/optionsmodel.cpp b/src/qt/optionsmodel.cpp index e2f15ae74075a..5bfbe3d81a0bb 100644 --- a/src/qt/optionsmodel.cpp +++ b/src/qt/optionsmodel.cpp @@ -1,10 +1,10 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) -#include "config/dash-config.h" +#include "config/SarmaCoins-config.h" #endif #include "optionsmodel.h" @@ -141,7 +141,7 @@ void OptionsModel::Init() if (settings.contains("nDarksendRounds")) SoftSetArg("-darksendrounds", settings.value("nDarksendRounds").toString().toStdString()); if (settings.contains("nAnonymizeDarkcoinAmount")) - SoftSetArg("-anonymizedashamount", settings.value("nAnonymizeDarkcoinAmount").toString().toStdString()); + SoftSetArg("-anonymizeSarmaCoinsamount", settings.value("nAnonymizeDarkcoinAmount").toString().toStdString()); language = settings.value("language").toString(); } @@ -152,7 +152,7 @@ void OptionsModel::Reset() // Remove all entries from our QSettings object settings.clear(); - resetSettings = true; // Needed in dash.cpp during shotdown to also remove the window positions + resetSettings = true; // Needed in SarmaCoins.cpp during shotdown to also remove the window positions // default setting for OptionsModel::StartAtStartup - disabled if (GUIUtil::GetStartOnSystemStartup()) diff --git a/src/qt/overviewpage.cpp b/src/qt/overviewpage.cpp index e5d19950a6db7..5c9b9fc781a3d 100644 --- a/src/qt/overviewpage.cpp +++ b/src/qt/overviewpage.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/paymentserver.cpp b/src/qt/paymentserver.cpp index e08e628841c11..ade69230aec8d 100644 --- a/src/qt/paymentserver.cpp +++ b/src/qt/paymentserver.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -51,14 +51,14 @@ using namespace boost; using namespace std; const int BITCOIN_IPC_CONNECT_TIMEOUT = 1000; // milliseconds -const QString BITCOIN_IPC_PREFIX("dash:"); +const QString BITCOIN_IPC_PREFIX("SarmaCoins:"); // BIP70 payment protocol messages const char* BIP70_MESSAGE_PAYMENTACK = "PaymentACK"; const char* BIP70_MESSAGE_PAYMENTREQUEST = "PaymentRequest"; // BIP71 payment protocol media types -const char* BIP71_MIMETYPE_PAYMENT = "application/dash-payment"; -const char* BIP71_MIMETYPE_PAYMENTACK = "application/dash-paymentack"; -const char* BIP71_MIMETYPE_PAYMENTREQUEST = "application/dash-paymentrequest"; +const char* BIP71_MIMETYPE_PAYMENT = "application/SarmaCoins-payment"; +const char* BIP71_MIMETYPE_PAYMENTACK = "application/SarmaCoins-paymentack"; +const char* BIP71_MIMETYPE_PAYMENTREQUEST = "application/SarmaCoins-paymentrequest"; // BIP70 max payment request size in bytes (DoS protection) const qint64 BIP70_MAX_PAYMENTREQUEST_SIZE = 50000; @@ -79,7 +79,7 @@ void PaymentServer::freeCertStore() // static QString ipcServerName() { - QString name("DashQt"); + QString name("SarmaCoinsQt"); // Append a simple hash of the datadir // Note that GetDataDir(true) returns a different path @@ -199,11 +199,11 @@ void PaymentServer::ipcParseCommandLine(int argc, char* argv[]) if (arg.startsWith("-")) continue; - // If the dash: URI contains a payment request, we are not able to detect the + // If the SarmaCoins: URI contains a payment request, we are not able to detect the // network as that would require fetching and parsing the payment request. // That means clicking such an URI which contains a testnet payment request // will start a mainnet instance and throw a "wrong network" error. - if (arg.startsWith(BITCOIN_IPC_PREFIX, Qt::CaseInsensitive)) // dash: URI + if (arg.startsWith(BITCOIN_IPC_PREFIX, Qt::CaseInsensitive)) // SarmaCoins: URI { savedPaymentRequests.append(arg); @@ -299,7 +299,7 @@ PaymentServer::PaymentServer(QObject* parent, bool startLocalServer) : GOOGLE_PROTOBUF_VERIFY_VERSION; // Install global event filter to catch QFileOpenEvents - // on Mac: sent when you click dash: links + // on Mac: sent when you click SarmaCoins: links // other OSes: helpful when dealing with payment request files (in the future) if (parent) parent->installEventFilter(this); @@ -316,7 +316,7 @@ PaymentServer::PaymentServer(QObject* parent, bool startLocalServer) : if (!uriServer->listen(name)) { // constructor is called early in init, so don't use "emit message()" here QMessageBox::critical(0, tr("Payment request error"), - tr("Cannot start dash: click-to-pay handler")); + tr("Cannot start SarmaCoins: click-to-pay handler")); } else { connect(uriServer, SIGNAL(newConnection()), this, SLOT(handleURIConnection())); @@ -331,12 +331,12 @@ PaymentServer::~PaymentServer() } // -// OSX-specific way of handling dash: URIs and +// OSX-specific way of handling SarmaCoins: URIs and // PaymentRequest mime types // bool PaymentServer::eventFilter(QObject *object, QEvent *event) { - // clicking on dash: URIs creates FileOpen events on the Mac + // clicking on SarmaCoins: URIs creates FileOpen events on the Mac if (event->type() == QEvent::FileOpen) { QFileOpenEvent *fileEvent = static_cast(event); @@ -358,7 +358,7 @@ void PaymentServer::initNetManager() if (netManager != NULL) delete netManager; - // netManager is used to fetch paymentrequests given in dash: URIs + // netManager is used to fetch paymentrequests given in SarmaCoins: URIs netManager = new QNetworkAccessManager(this); QNetworkProxy proxy; @@ -398,7 +398,7 @@ void PaymentServer::handleURIOrFile(const QString& s) return; } - if (s.startsWith(BITCOIN_IPC_PREFIX, Qt::CaseInsensitive)) // dash: URI + if (s.startsWith(BITCOIN_IPC_PREFIX, Qt::CaseInsensitive)) // SarmaCoins: URI { #if QT_VERSION < 0x050000 QUrl uri(s); @@ -442,7 +442,7 @@ void PaymentServer::handleURIOrFile(const QString& s) } else emit message(tr("URI handling"), - tr("URI cannot be parsed! This can be caused by an invalid Dash address or malformed URI parameters."), + tr("URI cannot be parsed! This can be caused by an invalid SarmaCoins address or malformed URI parameters."), CClientUIInterface::ICON_WARNING); return; @@ -563,7 +563,7 @@ bool PaymentServer::processPaymentRequest(PaymentRequestPlus& request, SendCoins addresses.append(QString::fromStdString(CBitcoinAddress(dest).ToString())); } else if (!recipient.authenticatedMerchant.isEmpty()) { - // Insecure payments to custom dash addresses are not supported + // Insecure payments to custom SarmaCoins addresses are not supported // (there is no good way to tell the user where they are paying in a way // they'd have a chance of understanding). emit message(tr("Payment request rejected"), diff --git a/src/qt/paymentserver.h b/src/qt/paymentserver.h index f17491db309c7..71ae092990b67 100644 --- a/src/qt/paymentserver.h +++ b/src/qt/paymentserver.h @@ -6,7 +6,7 @@ #define BITCOIN_QT_PAYMENTSERVER_H // This class handles payment requests from clicking on -// dash: URIs +// SarmaCoins: URIs // // This is somewhat tricky, because we have to deal with // the situation where the user clicks on a link during diff --git a/src/qt/receiverequestdialog.cpp b/src/qt/receiverequestdialog.cpp index 987a2fd41b558..b72717ff96e4a 100644 --- a/src/qt/receiverequestdialog.cpp +++ b/src/qt/receiverequestdialog.cpp @@ -22,7 +22,7 @@ #endif #if defined(HAVE_CONFIG_H) -#include "config/dash-config.h" /* for USE_QRCODE */ +#include "config/SarmaCoins-config.h" /* for USE_QRCODE */ #endif #ifdef USE_QRCODE diff --git a/src/qt/recentrequeststablemodel.h b/src/qt/recentrequeststablemodel.h index c678a2de88d6c..28b47391c79d0 100644 --- a/src/qt/recentrequeststablemodel.h +++ b/src/qt/recentrequeststablemodel.h @@ -53,7 +53,7 @@ class RecentRequestEntryLessThan Qt::SortOrder order; }; -/** Model for list of recently generated payment requests / dash: URIs. +/** Model for list of recently generated payment requests / SarmaCoins: URIs. * Part of wallet model. */ class RecentRequestsTableModel: public QAbstractTableModel diff --git a/src/qt/res/css/drkblue.css b/src/qt/res/css/drkblue.css index 965ef42a395c6..017562d0b62e1 100644 --- a/src/qt/res/css/drkblue.css +++ b/src/qt/res/css/drkblue.css @@ -700,16 +700,16 @@ QDialog#HelpMessageDialog QScrollBar:vertical, QDialog#HelpMessageDialog QScroll border:0; } -/* About Dash Dialog */ +/* About SarmaCoins Dialog */ QDialog#AboutDialog { background-color:#F8F6F6; } -QDialog#AboutDialog QLabel#label, QDialog#AboutDialog QLabel#copyrightLabel, QDialog#AboutDialog QLabel#label_2 { /* About Dash Contents */ +QDialog#AboutDialog QLabel#label, QDialog#AboutDialog QLabel#copyrightLabel, QDialog#AboutDialog QLabel#label_2 { /* About SarmaCoins Contents */ margin-left:10px; } -QDialog#AboutDialog QLabel#label_2 { /* Margin for About Dash text */ +QDialog#AboutDialog QLabel#label_2 { /* Margin for About SarmaCoins text */ margin-right:10px; } @@ -1042,7 +1042,7 @@ min-width:410px; margin-right:20px; margin-left:0; margin-top:0; -background-image: url(':/images/dash_logo_horizontal'); +background-image: url(':/images/SarmaCoins_logo_horizontal'); background-repeat:none; } diff --git a/src/qt/res/icons/unit_mdash.png b/src/qt/res/icons/unit_msarmacoins.png similarity index 100% rename from src/qt/res/icons/unit_mdash.png rename to src/qt/res/icons/unit_msarmacoins.png diff --git a/src/qt/res/icons/unit_dash.png b/src/qt/res/icons/unit_sarmacoins.png similarity index 100% rename from src/qt/res/icons/unit_dash.png rename to src/qt/res/icons/unit_sarmacoins.png diff --git a/src/qt/res/icons/unit_tmdash.png b/src/qt/res/icons/unit_tmsarmacoins.png similarity index 100% rename from src/qt/res/icons/unit_tmdash.png rename to src/qt/res/icons/unit_tmsarmacoins.png diff --git a/src/qt/res/icons/unit_tdash.png b/src/qt/res/icons/unit_tsarmacoins.png similarity index 100% rename from src/qt/res/icons/unit_tdash.png rename to src/qt/res/icons/unit_tsarmacoins.png diff --git a/src/qt/res/icons/unit_tudash.png b/src/qt/res/icons/unit_tusarmacoins.png similarity index 100% rename from src/qt/res/icons/unit_tudash.png rename to src/qt/res/icons/unit_tusarmacoins.png diff --git a/src/qt/res/icons/unit_udash.png b/src/qt/res/icons/unit_usarmacoins.png similarity index 100% rename from src/qt/res/icons/unit_udash.png rename to src/qt/res/icons/unit_usarmacoins.png diff --git a/src/qt/res/images/dash_logo_horizontal.png b/src/qt/res/images/sarmacoins_logo_horizontal.png similarity index 100% rename from src/qt/res/images/dash_logo_horizontal.png rename to src/qt/res/images/sarmacoins_logo_horizontal.png diff --git a/src/qt/res/dash-qt-res.rc b/src/qt/res/sarmacoins-qt-res.rc similarity index 81% rename from src/qt/res/dash-qt-res.rc rename to src/qt/res/sarmacoins-qt-res.rc index 2a8f850260f12..2a834766f4a53 100644 --- a/src/qt/res/dash-qt-res.rc +++ b/src/qt/res/sarmacoins-qt-res.rc @@ -19,14 +19,14 @@ BEGIN BEGIN BLOCK "040904E4" // U.S. English - multilingual (hex) BEGIN - VALUE "CompanyName", "Dash" - VALUE "FileDescription", "Dash Core (OSS GUI client for Dash)" + VALUE "CompanyName", "SarmaCoins" + VALUE "FileDescription", "SarmaCoins Core (OSS GUI client for SarmaCoins)" VALUE "FileVersion", VER_FILEVERSION_STR - VALUE "InternalName", "dash-qt" + VALUE "InternalName", "SarmaCoins-qt" VALUE "LegalCopyright", COPYRIGHT_STR VALUE "LegalTrademarks1", "Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php." - VALUE "OriginalFilename", "dash-qt.exe" - VALUE "ProductName", "Dash Core" + VALUE "OriginalFilename", "SarmaCoins-qt.exe" + VALUE "ProductName", "SarmaCoins Core" VALUE "ProductVersion", VER_PRODUCTVERSION_STR END END diff --git a/src/qt/rpcconsole.cpp b/src/qt/rpcconsole.cpp index b3be32cc65048..27c4c889cb610 100644 --- a/src/qt/rpcconsole.cpp +++ b/src/qt/rpcconsole.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -438,7 +438,7 @@ void RPCConsole::clear() "b { color: #006060; } " ); - message(CMD_REPLY, (tr("Welcome to the Dash RPC console.") + "
" + + message(CMD_REPLY, (tr("Welcome to the SarmaCoins RPC console.") + "
" + tr("Use up and down arrows to navigate history, and Ctrl-L to clear screen.") + "
" + tr("Type help for an overview of available commands.")), true); } diff --git a/src/qt/rpcconsole.h b/src/qt/rpcconsole.h index 07281c35a33bf..38a0acfe2790d 100644 --- a/src/qt/rpcconsole.h +++ b/src/qt/rpcconsole.h @@ -90,7 +90,7 @@ public slots: void showPeers(); /** Switch to wallet-repair tab and show */ void showRepair(); - /** Open external (default) editor with dash.conf */ + /** Open external (default) editor with SarmaCoins.conf */ void showConfEditor(); /** Handle selection of peer in peers list */ void peerSelected(const QItemSelection &selected, const QItemSelection &deselected); diff --git a/src/qt/sarmacoins.cpp b/src/qt/sarmacoins.cpp new file mode 100644 index 0000000000000..e0857207f41b4 --- /dev/null +++ b/src/qt/sarmacoins.cpp @@ -0,0 +1,442 @@ + + +#include + +// Automatically generated by extract_strings.py +#ifdef __GNUC__ +#define UNUSED __attribute__((unused)) +#else +#define UNUSED +#endif +static const char UNUSED *SarmaCoins_strings[] = { +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"(1 = keep tx meta data e.g. account owner and payment request information, 2 " +"= drop tx meta data)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Allow JSON-RPC connections from specified source. Valid for are a " +"single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or " +"a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"An error occurred while setting up the RPC address %s port %u for listening: " +"%s"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Bind to given address and always listen on it. Use [host]:port notation for " +"IPv6"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Bind to given address and whitelist peers connecting to it. Use [host]:port " +"notation for IPv6"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Bind to given address to listen for JSON-RPC connections. Use [host]:port " +"notation for IPv6. This option can be specified multiple times (default: " +"bind to all interfaces)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Cannot obtain a lock on data directory %s. SarmaCoins Core is probably already " +"running."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Change automatic finalized budget voting behavior. mode=auto: Vote for only " +"exact finalized budget match to my generated budget. (string, default: auto)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Continuously rate-limit free transactions to *1000 bytes per minute " +"(default:%u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Create new files with system default permissions, instead of umask 077 (only " +"effective with disabled wallet functionality)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Darksend uses exact denominated amounts to send funds, you might simply need " +"to anonymize some more coins."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Delete all wallet transactions and only recover those parts of the " +"blockchain through -rescan on startup"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Disable all SarmaCoins specific functionality (Masternodes, Darksend, InstantX, " +"Budgeting) (0-1, default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Distributed under the MIT software license, see the accompanying file " +"COPYING or ."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Enable instantx, show confirmations for locked transactions (bool, default: " +"%s)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Enable use of automated darksend for funds stored in this wallet (0-1, " +"default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Enter regression test mode, which uses a special chain in which blocks can " +"be solved instantly."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Error: Listening for incoming connections failed (listen returned error %s)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Error: Unsupported argument -socks found. Setting SOCKS version isn't " +"possible anymore, only SOCKS5 proxies are supported."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Execute command when a relevant alert is received or we see a really long " +"fork (%s in cmd is replaced by message)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Execute command when a wallet transaction changes (%s in cmd is replaced by " +"TxID)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Execute command when the best block changes (%s in cmd is replaced by block " +"hash)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Fees (in DASH/Kb) smaller than this are considered zero fee for relaying " +"(default: %s)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Fees (in DASH/Kb) smaller than this are considered zero fee for transaction " +"creation (default: %s)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Flush database activity from memory pool to disk log every megabytes " +"(default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Found unconfirmed denominated outputs, will wait till they confirm to " +"continue."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"How thorough the block verification of -checkblocks is (0-4, default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"If paytxfee is not set, include enough fee so transactions begin " +"confirmation on average within n blocks (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"In this mode -genproclimit controls how many blocks are generated " +"immediately."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"InstantX requires inputs with at least 6 confirmations, you might need to " +"wait a few minutes and try again."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Invalid amount for -maxtxfee=: '%s' (must be at least the minrelay " +"fee of %s to prevent stuck transactions)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Log transaction priority and fee per kB when mining blocks (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Maintain a full transaction index, used by the getrawtransaction rpc call " +"(default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Maximum size of data in data carrier transactions we relay and mine " +"(default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Maximum total fees to use in a single wallet transaction, setting too low " +"may abort large transactions (default: %s)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Name to construct url for KeePass entry that stores the wallet passphrase"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Number of seconds to keep misbehaving peers from reconnecting (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Output debugging information (default: %u, supplying is optional)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Provide liquidity to Darksend by infrequently mixing coins on a continual " +"basis (0-100, default: %u, 1=very frequent, high fees, 100=very infrequent, " +"low fees)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Query for peer addresses via DNS lookup, if low on addresses (default: 1 " +"unless -connect)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Require high priority for relaying free or low-fee transactions (default:%u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Send trace/debug info to console instead of debug.log file (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Set maximum size of high-priority/low-fee transactions in bytes (default: %d)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Set the number of script verification threads (%u to %d, 0 = auto, <0 = " +"leave that many cores free, default: %d)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Set the number of threads for coin generation if enabled (-1 = all cores, " +"default: %d)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Show N confirmations for a successfully locked transaction (0-9999, default: " +"%u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"This is a pre-release test build - use at your own risk - do not use for " +"mining or merchant applications"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"This product includes software developed by the OpenSSL Project for use in " +"the OpenSSL Toolkit and cryptographic software " +"written by Eric Young and UPnP software written by Thomas Bernard."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"To use SarmaCoinsd, or the -server option to SarmaCoins-qt, you must set an rpcpassword " +"in the configuration file:\n" +"%s\n" +"It is recommended you use the following random password:\n" +"rpcuser=SarmaCoinsrpc\n" +"rpcpassword=%s\n" +"(you do not need to remember this password)\n" +"The username and password MUST NOT be the same.\n" +"If the file does not exist, create it with owner-readable-only file " +"permissions.\n" +"It is also recommended to set alertnotify so you are notified of problems;\n" +"for example: alertnotify=echo %%s | mail -s \"SarmaCoins Alert\" admin@foo.com\n"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Unable to bind to %s on this computer. SarmaCoins Core is probably already running."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Unable to locate enough Darksend denominated funds for this transaction."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Unable to locate enough Darksend non-denominated funds for this transaction " +"that are not equal 1000 DASH."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Unable to locate enough funds for this transaction that are not equal 1000 " +"DASH."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: " +"%s)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Warning: -maxtxfee is set very high! Fees this large could be paid on a " +"single transaction."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Warning: -paytxfee is set very high! This is the transaction fee you will " +"pay if you send a transaction."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Warning: Please check that your computer's date and time are correct! If " +"your clock is wrong SarmaCoins Core will not work properly."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Warning: The network does not appear to fully agree! Some miners appear to " +"be experiencing issues."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Warning: We do not appear to fully agree with our peers! You may need to " +"upgrade, or other nodes may need to upgrade."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Warning: error reading wallet.dat! All keys read correctly, but transaction " +"data or address book entries might be missing or incorrect."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Warning: wallet.dat corrupt, data salvaged! Original wallet.dat saved as " +"wallet.{timestamp}.bak in %s; if your balance or transactions are incorrect " +"you should restore from a backup."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Whitelist peers connecting from the given netmask or IP address. Can be " +"specified multiple times."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"Whitelisted peers cannot be DoS banned and their transactions are always " +"relayed, even if they are already in the mempool, useful e.g. for a gateway"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "" +"You must specify a masternodeprivkey in the configuration. Please see " +"documentation for help."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "(9999 could be used only on mainnet)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "(default: %s)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "(default: 1)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "(must be 9999 for mainnet)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", " can be:\n"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Accept command line and JSON-RPC commands"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Accept connections from outside (default: 1 if no -proxy or -connect)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Accept public REST requests (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Acceptable ciphers (default: %s)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Add a node to connect to and attempt to keep the connection open"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Allow DNS lookups for -addnode, -seednode and -connect"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Already have that input."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Always query for peer addresses via DNS lookup (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Attempt to recover private keys from a corrupt wallet.dat"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Block creation options:"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Can't denominate: no compatible inputs left."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Can't find random Masternode."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Can't mix while sync in progress."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Cannot downgrade wallet"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Cannot resolve -bind address: '%s'"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Cannot resolve -externalip address: '%s'"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Cannot resolve -whitebind address: '%s'"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Cannot write default address"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Collateral not valid."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Connect only to the specified node(s)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Connect through SOCKS5 proxy"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Connect to KeePassHttp on port (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Connect to a node to retrieve peer addresses, and disconnect"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Connection options:"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Copyright (C) 2009-%i The Bitcoin Core Developers"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Copyright (C) 2014-%i The SarmaCoins Core Developers"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Corrupted block database detected"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Could not parse -rpcbind value %s as network address"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Could not parse masternode.conf"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Darksend is idle."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Darksend options:"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Darksend request complete:"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Darksend request incomplete:"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Debugging/Testing options:"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Disable safemode, override a real safe mode event (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Discover own IP address (default: 1 when listening and no -externalip)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Do not load the wallet and disable wallet RPC calls"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Do you want to rebuild the block database now?"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Done loading"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Enable the client to act as a masternode (0-1, default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Entries are full."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Error connecting to Masternode."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Error initializing block database"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Error initializing wallet database environment %s!"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Error loading block database"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Error loading wallet.dat"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Error loading wallet.dat: Wallet corrupted"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Error loading wallet.dat: Wallet requires newer version of SarmaCoins Core"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Error opening block database"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Error reading from database, shutting down."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Error recovering public key."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Error"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Error: A fatal internal error occured, see debug.log for details"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Error: Can't select current denominated inputs"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Error: Disk space is low!"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Error: Unsupported argument -tor found, use -onion."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Error: Wallet locked, unable to create transaction!"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Error: You already have pending entries in the Darksend pool"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Failed to listen on any port. Use -listen=0 if you want this."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Failed to read block"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Fee (in DASH/kB) to add to transactions you send (default: %s)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Finalizing transaction."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Force safe mode (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Found enough users, signing ( waiting %s )"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Found enough users, signing ..."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Generate coins (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "How many blocks to check at startup (default: %u, 0 = all)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "If is not supplied, output all debugging information."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Importing..."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Imports blocks from external blk000??.dat file"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Include IP addresses in debug output (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Incompatible mode."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Incompatible version."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Incorrect or no genesis block found. Wrong datadir for network?"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Information"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Initialization sanity check failed. SarmaCoins Core is shutting down."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Input is not valid."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "InstantX options:"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Insufficient funds."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Invalid -onion address: '%s'"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Invalid -proxy address: '%s'"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Invalid amount for -maxtxfee=: '%s'"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Invalid amount for -minrelaytxfee=: '%s'"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Invalid amount for -mintxfee=: '%s'"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Invalid amount for -paytxfee=: '%s' (must be at least %s)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Invalid amount for -paytxfee=: '%s'"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Invalid masternodeprivkey. Please see documenation."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Invalid netmask specified in -whitelist: '%s'"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Invalid port detected in masternode.conf"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Invalid private key."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Invalid script detected."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "KeePassHttp id for the established association"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "KeePassHttp key for AES encrypted communication with KeePass"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Keep N DASH anonymized (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Keep at most unconnectable transactions in memory (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Last Darksend was too recent."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Last successful Darksend action was too recent."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Limit size of signature cache to entries (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Line: %d"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Listen for JSON-RPC connections on (default: %u or testnet: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Listen for connections on (default: %u or testnet: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Loading addresses..."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Loading block index..."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Loading budget cache..."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Loading masternode cache..."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Loading masternode payment cache..."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Loading wallet... (%3.2f %%)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Loading wallet..."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Lock is already in place."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Lock masternodes from masternode configuration file (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Maintain at most connections to peers (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Masternode options:"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Masternode queue is full."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Masternode:"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Maximum per-connection receive buffer, *1000 bytes (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Maximum per-connection send buffer, *1000 bytes (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Missing input transaction information."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Mixing in progress..."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Need to specify a port with -whitebind: '%s'"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "No Masternodes detected."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "No compatible Masternode found."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "No funds detected in need of denominating."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "No matching denominations found for mixing."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Node relay options:"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Non-standard public key detected."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Not compatible with existing transactions."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Not enough file descriptors available."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Not in the Masternode list."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Number of automatic wallet backups (default: 10)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Only accept block chain matching built-in checkpoints (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Only connect to nodes in network (ipv4, ipv6 or onion)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Options:"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Password for JSON-RPC connections"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Prepend debug output with timestamp (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "RPC SSL options: (see the Bitcoin Wiki for SSL setup instructions)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "RPC server options:"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "RPC support for HTTP persistent connections (default: %d)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Randomly drop 1 of every network messages"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Randomly fuzz 1 of every network messages"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Rebuild block chain index from current blk000??.dat files"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Receive and display P2P network alerts (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Relay and mine data carrier transactions (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Relay non-P2SH multisig (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Rescan the block chain for missing wallet transactions"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Rescanning..."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Run a thread to flush wallet periodically (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Run in the background as a daemon and accept commands"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Send trace/debug info to debug.log file (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Send transactions as zero-fee transactions if possible (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Server certificate file (default: %s)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Server private key (default: %s)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Session not complete!"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Session timed out."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Set database cache size in megabytes (%d to %d, default: %d)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Set external address:port to get to this masternode (example: %s)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Set key pool size to (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Set maximum block size in bytes (default: %d)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Set minimum block size in bytes (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Set the masternode private key"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Set the number of threads to service RPC calls (default: %d)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Sets the DB_PRIVATE flag in the wallet db environment (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Show all debugging options (usage: --help -help-debug)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Shrink debug.log file on client startup (default: 1 when no -debug)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Signing failed."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Signing timed out."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Signing transaction failed"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Specify configuration file (default: %s)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Specify connection timeout in milliseconds (minimum: 1, default: %d)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Specify data directory"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Specify masternode configuration file (default: %s)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Specify pid file (default: %s)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Specify wallet file (within data directory)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Specify your own public address"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Spend unconfirmed change when sending transactions (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Stop running after importing blocks from disk (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Submitted following entries to masternode: %u / %d"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Submitted to masternode, waiting for more entries ( %u / %d ) %s"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Submitted to masternode, waiting in queue %s"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Synchronization failed"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Synchronization finished"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Synchronization pending..."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Synchronizing budgets..."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Synchronizing masternode winners..."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Synchronizing masternodes..."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Synchronizing sporks..."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "This help message"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "This is experimental software."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "This is intended for regression testing tools and app development."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "This is not a Masternode."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Threshold for disconnecting misbehaving peers (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Transaction amount too small"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Transaction amounts must be positive"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Transaction created successfully."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Transaction fees are too high."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Transaction not valid."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Transaction too large for fee policy"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Transaction too large"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Transmitting final transaction."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Unable to bind to %s on this computer (bind returned error %s)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Unable to sign spork message, wrong key?"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Unknown network specified in -onlynet: '%s'"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Unknown state: id = %u"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Upgrade wallet to latest format"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Use KeePass 2 integration using KeePassHttp plugin (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Use N separate masternodes to anonymize funds (2-8, default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Use OpenSSL (https) for JSON-RPC connections"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Use UPnP to map the listening port (default: %u)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Use UPnP to map the listening port (default: 1 when listening)"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Use the test network"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Username for JSON-RPC connections"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Value more than Darksend pool maximum allows."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Verifying blocks..."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Verifying wallet..."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Wallet %s resides outside data directory %s"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Wallet is locked."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Wallet needed to be rewritten: restart SarmaCoins Core to complete"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Wallet options:"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Wallet window title"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Warning"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Warning: This version is obsolete, upgrade required!"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Warning: Unsupported argument -benchmark ignored, use -debug=bench."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Warning: Unsupported argument -debugnet ignored, use -debug=net."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Will retry..."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "You need to rebuild the database using -reindex to change -txindex"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Your entries added successfully."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Your transaction was accepted into the pool!"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "Zapping all transactions from wallet..."), +QT_TRANSLATE_NOOP("SarmaCoins-core", "on startup"), +QT_TRANSLATE_NOOP("SarmaCoins-core", "wallet.dat corrupt, salvage failed"), +}; diff --git a/src/qt/dash.qrc b/src/qt/sarmacoins.qrc similarity index 92% rename from src/qt/dash.qrc rename to src/qt/sarmacoins.qrc index 9e4fa270f4035..f10c42d497e47 100644 --- a/src/qt/dash.qrc +++ b/src/qt/sarmacoins.qrc @@ -36,13 +36,13 @@ res/icons/tx_input.png res/icons/tx_output.png res/icons/tx_inout.png - res/icons/unit_dash.png - res/icons/unit_mdash.png - res/icons/unit_udash.png + res/icons/unit_SarmaCoins.png + res/icons/unit_mSarmaCoins.png + res/icons/unit_uSarmaCoins.png res/icons/unit_duffs.png - res/icons/unit_tdash.png - res/icons/unit_tmdash.png - res/icons/unit_tudash.png + res/icons/unit_tSarmaCoins.png + res/icons/unit_tmSarmaCoins.png + res/icons/unit_tuSarmaCoins.png res/icons/unit_tduffs.png res/icons/lock_closed.png res/icons/lock_open.png @@ -61,7 +61,7 @@
res/images/about.png - res/images/dash_logo_horizontal.png + res/images/SarmaCoins_logo_horizontal.png res/images/drkblue_downArrow.png res/images/drkblue_downArrow_small.png res/images/drkblue_upArrow_small.png diff --git a/src/qt/sarmacoins_locale.qrc b/src/qt/sarmacoins_locale.qrc new file mode 100644 index 0000000000000..3d9bcbd847bd7 --- /dev/null +++ b/src/qt/sarmacoins_locale.qrc @@ -0,0 +1,20 @@ + + + locale/SarmaCoins_bg.qm + locale/SarmaCoins_de.qm + locale/SarmaCoins_en.qm + locale/SarmaCoins_es.qm + locale/SarmaCoins_fi.qm + locale/SarmaCoins_fr.qm + locale/SarmaCoins_it.qm + locale/SarmaCoins_ja.qm + locale/SarmaCoins_pl.qm + locale/SarmaCoins_pt.qm + locale/SarmaCoins_ru.qm + locale/SarmaCoins_sk.qm + locale/SarmaCoins_sv.qm + locale/SarmaCoins_vi.qm + locale/SarmaCoins_zh_CN.qm + locale/SarmaCoins_zh_TW.qm + + diff --git a/src/qt/sendcoinsdialog.cpp b/src/qt/sendcoinsdialog.cpp index 9f3fc57ebc93b..3b0dc162df7e2 100644 --- a/src/qt/sendcoinsdialog.cpp +++ b/src/qt/sendcoinsdialog.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -53,7 +53,7 @@ SendCoinsDialog::SendCoinsDialog(QWidget *parent) : connect(ui->checkBoxCoinControlChange, SIGNAL(stateChanged(int)), this, SLOT(coinControlChangeChecked(int))); connect(ui->lineEditCoinControlChange, SIGNAL(textEdited(const QString &)), this, SLOT(coinControlChangeEdited(const QString &))); - // Dash specific + // SarmaCoins specific QSettings settings; if (!settings.contains("bUseDarkSend")) settings.setValue("bUseDarkSend", false); @@ -855,7 +855,7 @@ void SendCoinsDialog::coinControlChangeEdited(const QString& text) } else if (!addr.IsValid()) // Invalid address { - ui->labelCoinControlChangeLabel->setText(tr("Warning: Invalid Dash address")); + ui->labelCoinControlChangeLabel->setText(tr("Warning: Invalid SarmaCoins address")); } else // Valid address { diff --git a/src/qt/sendcoinsentry.cpp b/src/qt/sendcoinsentry.cpp index 0a58998bd8308..b548a451adbbe 100644 --- a/src/qt/sendcoinsentry.cpp +++ b/src/qt/sendcoinsentry.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -31,9 +31,9 @@ SendCoinsEntry::SendCoinsEntry(QWidget *parent) : ui->addAsLabel->setPlaceholderText(tr("Enter a label for this address to add it to your address book")); #endif - // normal dash address field + // normal SarmaCoins address field GUIUtil::setupAddressWidget(ui->payTo, this); - // just a label for displaying dash address(es) + // just a label for displaying SarmaCoins address(es) ui->payTo_is->setFont(GUIUtil::bitcoinAddressFont()); // Connect signals diff --git a/src/qt/signverifymessagedialog.cpp b/src/qt/signverifymessagedialog.cpp index 67716aa5ddcf9..5ac8692f81fc4 100644 --- a/src/qt/signverifymessagedialog.cpp +++ b/src/qt/signverifymessagedialog.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/splashscreen.cpp b/src/qt/splashscreen.cpp index 3312bd134167e..f83509b6388cd 100644 --- a/src/qt/splashscreen.cpp +++ b/src/qt/splashscreen.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -33,10 +33,10 @@ SplashScreen::SplashScreen(Qt::WindowFlags f, const NetworkStyle *networkStyle) float fontFactor = 1.0; // define text to place - QString titleText = tr("Dash Core"); + QString titleText = tr("SarmaCoins Core"); QString versionText = QString(tr("Version %1")).arg(QString::fromStdString(FormatFullVersion())); QString copyrightTextBtc = QChar(0xA9)+QString(" 2009-%1 ").arg(COPYRIGHT_YEAR) + QString(tr("The Bitcoin Core developers")); - QString copyrightTextDash = QChar(0xA9)+QString(" 2014-%1 ").arg(COPYRIGHT_YEAR) + QString(tr("The Dash Core developers")); + QString copyrightTextSarmaCoins = QChar(0xA9)+QString(" 2014-%1 ").arg(COPYRIGHT_YEAR) + QString(tr("The SarmaCoins Core developers")); QString titleAddText = networkStyle->getTitleAddText(); QString font = QApplication::font().toString(); @@ -67,7 +67,7 @@ SplashScreen::SplashScreen(Qt::WindowFlags f, const NetworkStyle *networkStyle) // draw copyright stuff pixPaint.setFont(QFont(font, 10*fontFactor)); pixPaint.drawText(paddingLeft,paddingTop+titleCopyrightVSpace,copyrightTextBtc); - pixPaint.drawText(paddingLeft,paddingTop+titleCopyrightVSpace+12,copyrightTextDash); + pixPaint.drawText(paddingLeft,paddingTop+titleCopyrightVSpace+12,copyrightTextSarmaCoins); // draw additional text if special network if(!titleAddText.isEmpty()) { diff --git a/src/qt/test/Makefile b/src/qt/test/Makefile index 09cd874b11577..5a28636a10cf6 100644 --- a/src/qt/test/Makefile +++ b/src/qt/test/Makefile @@ -1,6 +1,6 @@ all: - $(MAKE) -C ../../ test_dash_qt + $(MAKE) -C ../../ test_SarmaCoins_qt clean: - $(MAKE) -C ../../ test_dash_qt_clean + $(MAKE) -C ../../ test_SarmaCoins_qt_clean check: - $(MAKE) -C ../../ test_dash_qt_check + $(MAKE) -C ../../ test_SarmaCoins_qt_check diff --git a/src/qt/test/test_main.cpp b/src/qt/test/test_main.cpp index 36e926456c927..993a500f80ac4 100644 --- a/src/qt/test/test_main.cpp +++ b/src/qt/test/test_main.cpp @@ -1,10 +1,10 @@ // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) -#include "config/dash-config.h" +#include "config/SarmaCoins-config.h" #endif #include "util.h" @@ -35,7 +35,7 @@ int main(int argc, char *argv[]) // Don't remove this, it's needed to access // QCoreApplication:: in the tests QCoreApplication app(argc, argv); - app.setApplicationName("Dash-Qt-test"); + app.setApplicationName("SarmaCoins-Qt-test"); URITests test1; if (QTest::qExec(&test1) != 0) diff --git a/src/qt/test/uritests.cpp b/src/qt/test/uritests.cpp index c8598e46482bb..2c3a6875d7dbb 100644 --- a/src/qt/test/uritests.cpp +++ b/src/qt/test/uritests.cpp @@ -13,54 +13,54 @@ void URITests::uriTests() { SendCoinsRecipient rv; QUrl uri; - uri.setUrl(QString("dash:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?req-dontexist=")); + uri.setUrl(QString("SarmaCoins:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?req-dontexist=")); QVERIFY(!GUIUtil::parseBitcoinURI(uri, &rv)); - uri.setUrl(QString("dash:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?dontexist=")); + uri.setUrl(QString("SarmaCoins:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?dontexist=")); QVERIFY(GUIUtil::parseBitcoinURI(uri, &rv)); QVERIFY(rv.address == QString("XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg")); QVERIFY(rv.label == QString()); QVERIFY(rv.amount == 0); - uri.setUrl(QString("dash:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?label=Some Example Address")); + uri.setUrl(QString("SarmaCoins:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?label=Some Example Address")); QVERIFY(GUIUtil::parseBitcoinURI(uri, &rv)); QVERIFY(rv.address == QString("XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg")); QVERIFY(rv.label == QString("Some Example Address")); QVERIFY(rv.amount == 0); - uri.setUrl(QString("dash:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?amount=0.001")); + uri.setUrl(QString("SarmaCoins:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?amount=0.001")); QVERIFY(GUIUtil::parseBitcoinURI(uri, &rv)); QVERIFY(rv.address == QString("XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg")); QVERIFY(rv.label == QString()); QVERIFY(rv.amount == 100000); - uri.setUrl(QString("dash:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?amount=1.001")); + uri.setUrl(QString("SarmaCoins:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?amount=1.001")); QVERIFY(GUIUtil::parseBitcoinURI(uri, &rv)); QVERIFY(rv.address == QString("XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg")); QVERIFY(rv.label == QString()); QVERIFY(rv.amount == 100100000); - uri.setUrl(QString("dash:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?amount=100&label=Some Example")); + uri.setUrl(QString("SarmaCoins:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?amount=100&label=Some Example")); QVERIFY(GUIUtil::parseBitcoinURI(uri, &rv)); QVERIFY(rv.address == QString("XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg")); QVERIFY(rv.amount == 10000000000LL); QVERIFY(rv.label == QString("Some Example")); - uri.setUrl(QString("dash:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?message=Some Example Address")); + uri.setUrl(QString("SarmaCoins:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?message=Some Example Address")); QVERIFY(GUIUtil::parseBitcoinURI(uri, &rv)); QVERIFY(rv.address == QString("XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg")); QVERIFY(rv.label == QString()); - QVERIFY(GUIUtil::parseBitcoinURI("dash://XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?message=Some Example Address", &rv)); + QVERIFY(GUIUtil::parseBitcoinURI("SarmaCoins://XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?message=Some Example Address", &rv)); QVERIFY(rv.address == QString("XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg")); QVERIFY(rv.label == QString()); - uri.setUrl(QString("dash:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?req-message=Some Example Address")); + uri.setUrl(QString("SarmaCoins:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?req-message=Some Example Address")); QVERIFY(GUIUtil::parseBitcoinURI(uri, &rv)); - uri.setUrl(QString("dash:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?amount=1,000&label=Some Example")); + uri.setUrl(QString("SarmaCoins:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?amount=1,000&label=Some Example")); QVERIFY(!GUIUtil::parseBitcoinURI(uri, &rv)); - uri.setUrl(QString("dash:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?amount=1,000.0&label=Some Example")); + uri.setUrl(QString("SarmaCoins:XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg?amount=1,000.0&label=Some Example")); QVERIFY(!GUIUtil::parseBitcoinURI(uri, &rv)); } diff --git a/src/qt/transactiondesc.cpp b/src/qt/transactiondesc.cpp index 5fb1573edcf0d..f3f1ca2d9ec04 100644 --- a/src/qt/transactiondesc.cpp +++ b/src/qt/transactiondesc.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -282,7 +282,7 @@ QString TransactionDesc::toHTML(CWallet *wallet, CWalletTx &wtx, TransactionReco strHTML += "" + tr("Transaction ID") + ": " + TransactionRecord::formatSubTxId(wtx.GetHash(), rec->idx) + "
"; - // Message from normal dash:URI (dash:XyZ...?message=example) + // Message from normal SarmaCoins:URI (SarmaCoins:XyZ...?message=example) foreach (const PAIRTYPE(string, string)& r, wtx.vOrderForm) if (r.first == "Message") strHTML += "
" + tr("Message") + ":
" + GUIUtil::HtmlEscape(r.second, true) + "
"; diff --git a/src/qt/transactionrecord.cpp b/src/qt/transactionrecord.cpp index 968391a73635e..65d54ade1e588 100644 --- a/src/qt/transactionrecord.cpp +++ b/src/qt/transactionrecord.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -58,7 +58,7 @@ QList TransactionRecord::decomposeTransaction(const CWallet * sub.involvesWatchAddress = mine == ISMINE_WATCH_ONLY; if (ExtractDestination(txout.scriptPubKey, address) && IsMine(*wallet, address)) { - // Received by Dash Address + // Received by SarmaCoins Address sub.type = TransactionRecord::RecvWithAddress; sub.address = CBitcoinAddress(address).ToString(); } @@ -129,7 +129,7 @@ QList TransactionRecord::decomposeTransaction(const CWallet * CTxDestination address; if (ExtractDestination(wtx.vout[0].scriptPubKey, address)) { - // Sent to Dash Address + // Sent to SarmaCoins Address sub.address = CBitcoinAddress(address).ToString(); } else @@ -182,7 +182,7 @@ QList TransactionRecord::decomposeTransaction(const CWallet * CTxDestination address; if (ExtractDestination(txout.scriptPubKey, address)) { - // Sent to Dash Address + // Sent to SarmaCoins Address sub.type = TransactionRecord::SendToAddress; sub.address = CBitcoinAddress(address).ToString(); } diff --git a/src/qt/utilitydialog.cpp b/src/qt/utilitydialog.cpp index c0bfc47c41b19..ccc6078ea89ad 100644 --- a/src/qt/utilitydialog.cpp +++ b/src/qt/utilitydialog.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -29,7 +29,7 @@ HelpMessageDialog::HelpMessageDialog(QWidget *parent, bool about) : ui->setupUi(this); GUIUtil::restoreWindowGeometry("nHelpMessageDialogWindow", this->size(), this); - QString version = tr("Dash Core") + " " + tr("version") + " " + QString::fromStdString(FormatFullVersion()); + QString version = tr("SarmaCoins Core") + " " + tr("version") + " " + QString::fromStdString(FormatFullVersion()); /* On x86 add a bit specifier to the version so that users can distinguish between * 32 and 64 bit builds. On other architectures, 32/64 bit may be more ambigious. */ @@ -41,7 +41,7 @@ HelpMessageDialog::HelpMessageDialog(QWidget *parent, bool about) : if (about) { - setWindowTitle(tr("About Dash Core")); + setWindowTitle(tr("About SarmaCoins Core")); /// HTML-format the license message from the core QString licenseInfo = QString::fromStdString(LicenseInfo()); @@ -62,7 +62,7 @@ HelpMessageDialog::HelpMessageDialog(QWidget *parent, bool about) : } else { setWindowTitle(tr("Command-line options")); QString header = tr("Usage:") + "\n" + - " dash-qt [" + tr("command-line options") + "] " + "\n"; + " SarmaCoins-qt [" + tr("command-line options") + "] " + "\n"; QString coreOptions = QString::fromStdString(HelpMessage(HMM_BITCOIN_QT)); @@ -114,7 +114,7 @@ ShutdownWindow::ShutdownWindow(QWidget *parent, Qt::WindowFlags f): { QVBoxLayout *layout = new QVBoxLayout(); layout->addWidget(new QLabel( - tr("Dash Core is shutting down...") + "

" + + tr("SarmaCoins Core is shutting down...") + "

" + tr("Do not shut down the computer until this window disappears."))); setLayout(layout); } diff --git a/src/qt/walletmodel.cpp b/src/qt/walletmodel.cpp index 71179e791f157..af5fbed35bd65 100644 --- a/src/qt/walletmodel.cpp +++ b/src/qt/walletmodel.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -247,7 +247,7 @@ WalletModel::SendCoinsReturn WalletModel::prepareTransaction(WalletModelTransact total += subtotal; } else - { // User-entered dash address / amount: + { // User-entered SarmaCoins address / amount: if(!validateAddress(rcp.address)) { return InvalidAddress; @@ -346,7 +346,7 @@ WalletModel::SendCoinsReturn WalletModel::sendCoins(WalletModelTransaction &tran rcp.paymentRequest.SerializeToString(&value); newTx->vOrderForm.push_back(make_pair(key, value)); } - else if (!rcp.message.isEmpty()) // Message from normal dash:URI (dash:XyZ...?message=example) + else if (!rcp.message.isEmpty()) // Message from normal SarmaCoins:URI (SarmaCoins:XyZ...?message=example) { newTx->vOrderForm.push_back(make_pair("Message", rcp.message.toStdString())); } diff --git a/src/rpcblockchain.cpp b/src/rpcblockchain.cpp index 8ff4ffc80e379..7c48a57d7e5f8 100644 --- a/src/rpcblockchain.cpp +++ b/src/rpcblockchain.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -173,7 +173,7 @@ Value getrawmempool(const Array& params, bool fHelp) "{ (json object)\n" " \"transactionid\" : { (json object)\n" " \"size\" : n, (numeric) transaction size in bytes\n" - " \"fee\" : n, (numeric) transaction fee in dashs\n" + " \"fee\" : n, (numeric) transaction fee in SarmaCoinss\n" " \"time\" : n, (numeric) local time transaction entered pool in seconds since 1 Jan 1970 GMT\n" " \"height\" : n, (numeric) block height when transaction entered pool\n" " \"startingpriority\" : n, (numeric) priority when transaction entered pool\n" @@ -430,8 +430,8 @@ Value gettxout(const Array& params, bool fHelp) " \"hex\" : \"hex\", (string) \n" " \"reqSigs\" : n, (numeric) Number of required signatures\n" " \"type\" : \"pubkeyhash\", (string) The type, eg pubkeyhash\n" - " \"addresses\" : [ (array of string) array of dash addresses\n" - " \"dashaddress\" (string) dash address\n" + " \"addresses\" : [ (array of string) array of SarmaCoins addresses\n" + " \"SarmaCoinsaddress\" (string) SarmaCoins address\n" " ,...\n" " ]\n" " },\n" diff --git a/src/rpcclient.cpp b/src/rpcclient.cpp index 4844f6567373d..d206a5dbad84e 100644 --- a/src/rpcclient.cpp +++ b/src/rpcclient.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/rpcdump.cpp b/src/rpcdump.cpp index 1171965f1bc8a..1c902fb07f935 100644 --- a/src/rpcdump.cpp +++ b/src/rpcdump.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -74,10 +74,10 @@ Value importprivkey(const Array& params, bool fHelp) { if (fHelp || params.size() < 1 || params.size() > 3) throw runtime_error( - "importprivkey \"dashprivkey\" ( \"label\" rescan )\n" + "importprivkey \"SarmaCoinsprivkey\" ( \"label\" rescan )\n" "\nAdds a private key (as returned by dumpprivkey) to your wallet.\n" "\nArguments:\n" - "1. \"dashprivkey\" (string, required) The private key (see dumpprivkey)\n" + "1. \"SarmaCoinsprivkey\" (string, required) The private key (see dumpprivkey)\n" "2. \"label\" (string, optional, default=\"\") An optional label\n" "3. rescan (boolean, optional, default=true) Rescan the wallet for transactions\n" "\nNote: This call can take minutes to complete if rescan is true.\n" @@ -168,7 +168,7 @@ Value importaddress(const Array& params, bool fHelp) std::vector data(ParseHex(params[0].get_str())); script = CScript(data.begin(), data.end()); } else { - throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Dash address or script"); + throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid SarmaCoins address or script"); } string strLabel = ""; @@ -310,11 +310,11 @@ Value dumpprivkey(const Array& params, bool fHelp) { if (fHelp || params.size() != 1) throw runtime_error( - "dumpprivkey \"dashaddress\"\n" - "\nReveals the private key corresponding to 'dashaddress'.\n" + "dumpprivkey \"SarmaCoinsaddress\"\n" + "\nReveals the private key corresponding to 'SarmaCoinsaddress'.\n" "Then the importprivkey can be used with this output\n" "\nArguments:\n" - "1. \"dashaddress\" (string, required) The dash address for the private key\n" + "1. \"SarmaCoinsaddress\" (string, required) The SarmaCoins address for the private key\n" "\nResult:\n" "\"key\" (string) The private key\n" "\nExamples:\n" @@ -328,7 +328,7 @@ Value dumpprivkey(const Array& params, bool fHelp) string strAddress = params[0].get_str(); CBitcoinAddress address; if (!address.SetString(strAddress)) - throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Dash address"); + throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid SarmaCoins address"); CKeyID keyID; if (!address.GetKeyID(keyID)) throw JSONRPCError(RPC_TYPE_ERROR, "Address does not refer to a key"); @@ -373,7 +373,7 @@ Value dumpwallet(const Array& params, bool fHelp) std::sort(vKeyBirth.begin(), vKeyBirth.end()); // produce output - file << strprintf("# Wallet dump created by Dash %s (%s)\n", CLIENT_BUILD, CLIENT_DATE); + file << strprintf("# Wallet dump created by SarmaCoins %s (%s)\n", CLIENT_BUILD, CLIENT_DATE); file << strprintf("# * Created on %s\n", EncodeDumpTime(GetTime())); file << strprintf("# * Best block at time of backup was %i (%s),\n", chainActive.Height(), chainActive.Tip()->GetBlockHash().ToString()); file << strprintf("# mined on %s\n", EncodeDumpTime(chainActive.Tip()->GetBlockTime())); diff --git a/src/rpcmasternode-budget.cpp b/src/rpcmasternode-budget.cpp index 3245349f847c2..7780d54126989 100644 --- a/src/rpcmasternode-budget.cpp +++ b/src/rpcmasternode-budget.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015 The Dash Developers +// Copyright (c) 2014-2015 The SarmaCoins Developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -31,9 +31,9 @@ Value mnbudget(const Array& params, bool fHelp) "\nAvailable commands:\n" " prepare - Prepare proposal for network by signing and creating tx\n" " submit - Submit proposal for network\n" - " vote-many - Vote on a Dash initiative\n" - " vote-alias - Vote on a Dash initiative\n" - " vote - Vote on a Dash initiative/budget\n" + " vote-many - Vote on a SarmaCoins initiative\n" + " vote-alias - Vote on a SarmaCoins initiative\n" + " vote - Vote on a SarmaCoins initiative/budget\n" " getvotes - Show current masternode budgets\n" " getinfo - Show current masternode budgets\n" " show - Show all budgets\n" @@ -60,7 +60,7 @@ Value mnbudget(const Array& params, bool fHelp) mnEntries = masternodeConfig.getEntries(); if (params.size() != 7) - throw runtime_error("Correct usage is 'mnbudget prepare proposal-name url payment_count block_start dash_address monthly_payment_dash'"); + throw runtime_error("Correct usage is 'mnbudget prepare proposal-name url payment_count block_start SarmaCoins_address monthly_payment_SarmaCoins'"); std::string strProposalName = params[1].get_str(); if(strProposalName.size() > 20) @@ -93,9 +93,9 @@ Value mnbudget(const Array& params, bool fHelp) CBitcoinAddress address(params[5].get_str()); if (!address.IsValid()) - throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Dash address"); + throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid SarmaCoins address"); - // Parse Dash address + // Parse SarmaCoins address CScript scriptPubKey = GetScriptForDestination(address.Get()); CAmount nAmount = AmountFromValue(params[6]); @@ -137,7 +137,7 @@ Value mnbudget(const Array& params, bool fHelp) mnEntries = masternodeConfig.getEntries(); if (params.size() != 8) - throw runtime_error("Correct usage is 'mnbudget submit proposal-name url payment_count block_start dash_address monthly_payment_dash fee_tx'"); + throw runtime_error("Correct usage is 'mnbudget submit proposal-name url payment_count block_start SarmaCoins_address monthly_payment_SarmaCoins fee_tx'"); // Check these inputs the same way we check the vote commands: // ********************************************************** @@ -173,9 +173,9 @@ Value mnbudget(const Array& params, bool fHelp) CBitcoinAddress address(params[5].get_str()); if (!address.IsValid()) - throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Dash address"); + throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid SarmaCoins address"); - // Parse Dash address + // Parse SarmaCoins address CScript scriptPubKey = GetScriptForDestination(address.Get()); CAmount nAmount = AmountFromValue(params[6]); uint256 hash = ParseHashV(params[7], "parameter 1"); diff --git a/src/rpcmasternode.cpp b/src/rpcmasternode.cpp index d59abb77416d0..ffc3a31e89711 100644 --- a/src/rpcmasternode.cpp +++ b/src/rpcmasternode.cpp @@ -34,7 +34,7 @@ void SendMoney(const CTxDestination &address, CAmount nValue, CWalletTx& wtxNew, throw JSONRPCError(RPC_WALLET_ERROR, strError); } - // Parse Dash address + // Parse SarmaCoins address CScript scriptPubKey = GetScriptForDestination(address); // Create and send the transaction @@ -55,8 +55,8 @@ Value darksend(const Array& params, bool fHelp) { if (fHelp || params.size() == 0) throw runtime_error( - "darksend \n" - "dashaddress, reset, or auto (AutoDenominate)" + "darksend \n" + "SarmaCoinsaddress, reset, or auto (AutoDenominate)" " is a real and will be rounded to the next 0.1" + HelpRequiringPassphrase()); @@ -77,14 +77,14 @@ Value darksend(const Array& params, bool fHelp) if (params.size() != 2) throw runtime_error( - "darksend \n" - "dashaddress, denominate, or auto (AutoDenominate)" + "darksend \n" + "SarmaCoinsaddress, denominate, or auto (AutoDenominate)" " is a real and will be rounded to the next 0.1" + HelpRequiringPassphrase()); CBitcoinAddress address(params[0].get_str()); if (!address.IsValid()) - throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Dash address"); + throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid SarmaCoins address"); // Amount CAmount nAmount = AmountFromValue(params[1]); @@ -140,7 +140,7 @@ Value masternode(const Array& params, bool fHelp) " genkey - Generate new masternodeprivkey\n" " enforce - Enforce masternode payments\n" " outputs - Print masternode compatible outputs\n" - " start - Start masternode configured in dash.conf\n" + " start - Start masternode configured in SarmaCoins.conf\n" " start-alias - Start single masternode by assigned alias configured in masternode.conf\n" " start- - Start masternodes configured in masternode.conf (: 'all', 'missing', 'disabled')\n" " status - Print masternode status information\n" diff --git a/src/rpcmining.cpp b/src/rpcmining.cpp index 4f42e7e534abd..d4a374ec80b6b 100644 --- a/src/rpcmining.cpp +++ b/src/rpcmining.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -101,7 +101,7 @@ Value getgenerate(const Array& params, bool fHelp) throw runtime_error( "getgenerate\n" "\nReturn if the server is set to generate coins or not. The default is false.\n" - "It is set with the command line argument -gen (or dash.conf setting gen)\n" + "It is set with the command line argument -gen (or SarmaCoins.conf setting gen)\n" "It can also be set with the setgenerate call.\n" "\nResult\n" "true|false (boolean) If the server is set to generate coins or not\n" @@ -440,10 +440,10 @@ Value getblocktemplate(const Array& params, bool fHelp) throw JSONRPCError(RPC_INVALID_PARAMETER, "Invalid mode"); if (vNodes.empty()) - throw JSONRPCError(RPC_CLIENT_NOT_CONNECTED, "Dash is not connected!"); + throw JSONRPCError(RPC_CLIENT_NOT_CONNECTED, "SarmaCoins is not connected!"); if (IsInitialBlockDownload()) - throw JSONRPCError(RPC_CLIENT_IN_INITIAL_DOWNLOAD, "Dash is downloading blocks..."); + throw JSONRPCError(RPC_CLIENT_IN_INITIAL_DOWNLOAD, "SarmaCoins is downloading blocks..."); static unsigned int nTransactionsUpdatedLast; diff --git a/src/rpcmisc.cpp b/src/rpcmisc.cpp index 5aa41de1f33e7..3cbacdcc64995 100644 --- a/src/rpcmisc.cpp +++ b/src/rpcmisc.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -55,8 +55,8 @@ Value getinfo(const Array& params, bool fHelp) " \"version\": xxxxx, (numeric) the server version\n" " \"protocolversion\": xxxxx, (numeric) the protocol version\n" " \"walletversion\": xxxxx, (numeric) the wallet version\n" - " \"balance\": xxxxxxx, (numeric) the total dash balance of the wallet\n" - " \"darksend_balance\": xxxxxx, (numeric) the anonymized dash balance of the wallet\n" + " \"balance\": xxxxxxx, (numeric) the total SarmaCoins balance of the wallet\n" + " \"darksend_balance\": xxxxxx, (numeric) the anonymized SarmaCoins balance of the wallet\n" " \"blocks\": xxxxxx, (numeric) the current number of blocks processed in the server\n" " \"timeoffset\": xxxxx, (numeric) the time offset\n" " \"connections\": xxxxx, (numeric) the number of connections\n" @@ -66,8 +66,8 @@ Value getinfo(const Array& params, bool fHelp) " \"keypoololdest\": xxxxxx, (numeric) the timestamp (seconds since GMT epoch) of the oldest pre-generated key in the key pool\n" " \"keypoolsize\": xxxx, (numeric) how many new keys are pre-generated\n" " \"unlocked_until\": ttt, (numeric) the timestamp in seconds since epoch (midnight Jan 1 1970 GMT) that the wallet is unlocked for transfers, or 0 if the wallet is locked\n" - " \"paytxfee\": x.xxxx, (numeric) the transaction fee set in dash/kb\n" - " \"relayfee\": x.xxxx, (numeric) minimum relay fee for non-free transactions in dash/kb\n" + " \"paytxfee\": x.xxxx, (numeric) the transaction fee set in SarmaCoins/kb\n" + " \"relayfee\": x.xxxx, (numeric) minimum relay fee for non-free transactions in SarmaCoins/kb\n" " \"errors\": \"...\" (string) any error messages\n" "}\n" "\nExamples:\n" @@ -247,14 +247,14 @@ Value validateaddress(const Array& params, bool fHelp) { if (fHelp || params.size() != 1) throw runtime_error( - "validateaddress \"dashaddress\"\n" - "\nReturn information about the given dash address.\n" + "validateaddress \"SarmaCoinsaddress\"\n" + "\nReturn information about the given SarmaCoins address.\n" "\nArguments:\n" - "1. \"dashaddress\" (string, required) The dash address to validate\n" + "1. \"SarmaCoinsaddress\" (string, required) The SarmaCoins address to validate\n" "\nResult:\n" "{\n" " \"isvalid\" : true|false, (boolean) If the address is valid or not. If not, this is the only property returned.\n" - " \"address\" : \"dashaddress\", (string) The dash address validated\n" + " \"address\" : \"SarmaCoinsaddress\", (string) The SarmaCoins address validated\n" " \"ismine\" : true|false, (boolean) If the address is yours or not\n" " \"isscript\" : true|false, (boolean) If the key is a script\n" " \"pubkey\" : \"publickeyhex\", (string) The hex value of the raw public key\n" @@ -314,7 +314,7 @@ CScript _createmultisig_redeemScript(const Array& params) { const std::string& ks = keys[i].get_str(); #ifdef ENABLE_WALLET - // Case 1: Dash address and we have full public key: + // Case 1: SarmaCoins address and we have full public key: CBitcoinAddress address(ks); if (pwalletMain && address.IsValid()) { @@ -365,9 +365,9 @@ Value createmultisig(const Array& params, bool fHelp) "\nArguments:\n" "1. nrequired (numeric, required) The number of required signatures out of the n keys or addresses.\n" - "2. \"keys\" (string, required) A json array of keys which are dash addresses or hex-encoded public keys\n" + "2. \"keys\" (string, required) A json array of keys which are SarmaCoins addresses or hex-encoded public keys\n" " [\n" - " \"key\" (string) dash address or hex-encoded public key\n" + " \"key\" (string) SarmaCoins address or hex-encoded public key\n" " ,...\n" " ]\n" @@ -402,10 +402,10 @@ Value verifymessage(const Array& params, bool fHelp) { if (fHelp || params.size() != 3) throw runtime_error( - "verifymessage \"dashaddress\" \"signature\" \"message\"\n" + "verifymessage \"SarmaCoinsaddress\" \"signature\" \"message\"\n" "\nVerify a signed message\n" "\nArguments:\n" - "1. \"dashaddress\" (string, required) The dash address to use for the signature.\n" + "1. \"SarmaCoinsaddress\" (string, required) The SarmaCoins address to use for the signature.\n" "2. \"signature\" (string, required) The signature provided by the signer in base 64 encoding (see signmessage).\n" "3. \"message\" (string, required) The message that was signed.\n" "\nResult:\n" diff --git a/src/rpcnet.cpp b/src/rpcnet.cpp index a8f51fa6122dd..15480cdaa8258 100644 --- a/src/rpcnet.cpp +++ b/src/rpcnet.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -95,7 +95,7 @@ Value getpeerinfo(const Array& params, bool fHelp) " \"pingtime\": n, (numeric) ping time\n" " \"pingwait\": n, (numeric) ping wait\n" " \"version\": v, (numeric) The peer version, such as 7001\n" - " \"subver\": \"/Dash Core:x.x.x/\", (string) The string version\n" + " \"subver\": \"/SarmaCoins Core:x.x.x/\", (string) The string version\n" " \"inbound\": true|false, (boolean) Inbound (true) or Outbound (false)\n" " \"startingheight\": n, (numeric) The starting height (block) of the peer\n" " \"banscore\": n, (numeric) The ban score\n" @@ -229,7 +229,7 @@ Value getaddednodeinfo(const Array& params, bool fHelp) " \"connected\" : true|false, (boolean) If connected\n" " \"addresses\" : [\n" " {\n" - " \"address\" : \"192.168.0.201:9999\", (string) The dash server host and port\n" + " \"address\" : \"192.168.0.201:9999\", (string) The SarmaCoins server host and port\n" " \"connected\" : \"outbound\" (string) connection, inbound or outbound\n" " }\n" " ,...\n" @@ -381,7 +381,7 @@ Value getnetworkinfo(const Array& params, bool fHelp) "\nResult:\n" "{\n" " \"version\": xxxxx, (numeric) the server version\n" - " \"subversion\": \"/Dash Core:x.x.x/\", (string) the server subversion string\n" + " \"subversion\": \"/SarmaCoins Core:x.x.x/\", (string) the server subversion string\n" " \"protocolversion\": xxxxx, (numeric) the protocol version\n" " \"localservices\": \"xxxxxxxxxxxxxxxx\", (string) the services we offer to the network\n" " \"timeoffset\": xxxxx, (numeric) the time offset\n" @@ -395,7 +395,7 @@ Value getnetworkinfo(const Array& params, bool fHelp) " }\n" " ,...\n" " ],\n" - " \"relayfee\": x.xxxxxxxx, (numeric) minimum relay fee for non-free transactions in dash/kb\n" + " \"relayfee\": x.xxxxxxxx, (numeric) minimum relay fee for non-free transactions in SarmaCoins/kb\n" " \"localaddresses\": [ (array) list of local addresses\n" " {\n" " \"address\": \"xxxx\", (string) network address\n" diff --git a/src/rpcprotocol.cpp b/src/rpcprotocol.cpp index b5f8f5ce75877..961d5497ac188 100644 --- a/src/rpcprotocol.cpp +++ b/src/rpcprotocol.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -45,7 +45,7 @@ string HTTPPost(const string& strMsg, const map& mapRequestHeader { ostringstream s; s << "POST / HTTP/1.1\r\n" - << "User-Agent: dash-json-rpc/" << FormatFullVersion() << "\r\n" + << "User-Agent: SarmaCoins-json-rpc/" << FormatFullVersion() << "\r\n" << "Host: 127.0.0.1\r\n" << "Content-Type: application/json\r\n" << "Content-Length: " << strMsg.size() << "\r\n" @@ -80,7 +80,7 @@ string HTTPError(int nStatus, bool keepalive, bool headersOnly) if (nStatus == HTTP_UNAUTHORIZED) return strprintf("HTTP/1.0 401 Authorization Required\r\n" "Date: %s\r\n" - "Server: dash-json-rpc/%s\r\n" + "Server: SarmaCoins-json-rpc/%s\r\n" "WWW-Authenticate: Basic realm=\"jsonrpc\"\r\n" "Content-Type: text/html\r\n" "Content-Length: 296\r\n" @@ -107,7 +107,7 @@ string HTTPReplyHeader(int nStatus, bool keepalive, size_t contentLength, const "Connection: %s\r\n" "Content-Length: %u\r\n" "Content-Type: %s\r\n" - "Server: dash-json-rpc/%s\r\n" + "Server: SarmaCoins-json-rpc/%s\r\n" "\r\n", nStatus, httpStatusDescription(nStatus), @@ -249,7 +249,7 @@ int ReadHTTPMessage(std::basic_istream& stream, map 1) throw runtime_error( "stop\n" - "\nStop Dash server."); + "\nStop SarmaCoins server."); // Shutdown will take long enough that the response should get back StartShutdown(); - return "Dash server stopping"; + return "SarmaCoins server stopping"; } @@ -308,16 +308,16 @@ static const CRPCCommand vRPCCommands[] = { "hidden", "reconsiderblock", &reconsiderblock, true, true, false }, { "hidden", "setmocktime", &setmocktime, true, false, false }, - /* Dash features */ - { "dash", "masternode", &masternode, true, true, false }, - { "dash", "masternodelist", &masternodelist, true, true, false }, - { "dash", "mnbudget", &mnbudget, true, true, false }, - { "dash", "mnbudgetvoteraw", &mnbudgetvoteraw, true, true, false }, - { "dash", "mnfinalbudget", &mnfinalbudget, true, true, false }, - { "dash", "mnsync", &mnsync, true, true, false }, - { "dash", "spork", &spork, true, true, false }, + /* SarmaCoins features */ + { "SarmaCoins", "masternode", &masternode, true, true, false }, + { "SarmaCoins", "masternodelist", &masternodelist, true, true, false }, + { "SarmaCoins", "mnbudget", &mnbudget, true, true, false }, + { "SarmaCoins", "mnbudgetvoteraw", &mnbudgetvoteraw, true, true, false }, + { "SarmaCoins", "mnfinalbudget", &mnfinalbudget, true, true, false }, + { "SarmaCoins", "mnsync", &mnsync, true, true, false }, + { "SarmaCoins", "spork", &spork, true, true, false }, #ifdef ENABLE_WALLET - { "dash", "darksend", &darksend, false, false, true }, /* not threadSafe because of SendMoney */ + { "SarmaCoins", "darksend", &darksend, false, false, true }, /* not threadSafe because of SendMoney */ /* Wallet */ { "wallet", "addmultisigaddress", &addmultisigaddress, true, false, true }, @@ -586,16 +586,16 @@ void StartRPCThreads() unsigned char rand_pwd[32]; GetRandBytes(rand_pwd, 32); uiInterface.ThreadSafeMessageBox(strprintf( - _("To use dashd, or the -server option to dash-qt, you must set an rpcpassword in the configuration file:\n" + _("To use SarmaCoinsd, or the -server option to SarmaCoins-qt, you must set an rpcpassword in the configuration file:\n" "%s\n" "It is recommended you use the following random password:\n" - "rpcuser=dashrpc\n" + "rpcuser=SarmaCoinsrpc\n" "rpcpassword=%s\n" "(you do not need to remember this password)\n" "The username and password MUST NOT be the same.\n" "If the file does not exist, create it with owner-readable-only file permissions.\n" "It is also recommended to set alertnotify so you are notified of problems;\n" - "for example: alertnotify=echo %%s | mail -s \"Dash Alert\" admin@foo.com\n"), + "for example: alertnotify=echo %%s | mail -s \"SarmaCoins Alert\" admin@foo.com\n"), GetConfigFile().string(), EncodeBase58(&rand_pwd[0],&rand_pwd[0]+32)), "", CClientUIInterface::MSG_ERROR | CClientUIInterface::SECURE); @@ -1046,7 +1046,7 @@ json_spirit::Value CRPCTable::execute(const std::string &strMethod, const json_s } std::string HelpExampleCli(string methodname, string args){ - return "> dash-cli " + methodname + " " + args + "\n"; + return "> SarmaCoins-cli " + methodname + " " + args + "\n"; } std::string HelpExampleRpc(string methodname, string args){ diff --git a/src/rpcserver.h b/src/rpcserver.h index ff8d556173f6d..b25e7e8dc3846 100644 --- a/src/rpcserver.h +++ b/src/rpcserver.h @@ -93,7 +93,7 @@ class CRPCCommand }; /** - * Dash RPC command dispatcher. + * SarmaCoins RPC command dispatcher. */ class CRPCTable { diff --git a/src/rpcwallet.cpp b/src/rpcwallet.cpp index c60c819a35c51..e14eb209645e7 100644 --- a/src/rpcwallet.cpp +++ b/src/rpcwallet.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -84,13 +84,13 @@ Value getnewaddress(const Array& params, bool fHelp) if (fHelp || params.size() > 1) throw runtime_error( "getnewaddress ( \"account\" )\n" - "\nReturns a new Dash address for receiving payments.\n" + "\nReturns a new SarmaCoins address for receiving payments.\n" "If 'account' is specified (recommended), it is added to the address book \n" "so payments received with the address will be credited to 'account'.\n" "\nArguments:\n" "1. \"account\" (string, optional) The account name for the address to be linked to. if not provided, the default account \"\" is used. It can also be set to the empty string \"\" to represent the default account. The account does not need to exist, it will be created if there is no account by the given name.\n" "\nResult:\n" - "\"dashaddress\" (string) The new dash address\n" + "\"SarmaCoinsaddress\" (string) The new SarmaCoins address\n" "\nExamples:\n" + HelpExampleCli("getnewaddress", "") + HelpExampleCli("getnewaddress", "\"\"") @@ -160,11 +160,11 @@ Value getaccountaddress(const Array& params, bool fHelp) if (fHelp || params.size() != 1) throw runtime_error( "getaccountaddress \"account\"\n" - "\nReturns the current Dash address for receiving payments to this account.\n" + "\nReturns the current SarmaCoins address for receiving payments to this account.\n" "\nArguments:\n" "1. \"account\" (string, required) The account name for the address. It can also be set to the empty string \"\" to represent the default account. The account does not need to exist, it will be created and a new address created if there is no account by the given name.\n" "\nResult:\n" - "\"dashaddress\" (string) The account dash address\n" + "\"SarmaCoinsaddress\" (string) The account SarmaCoins address\n" "\nExamples:\n" + HelpExampleCli("getaccountaddress", "") + HelpExampleCli("getaccountaddress", "\"\"") @@ -188,7 +188,7 @@ Value getrawchangeaddress(const Array& params, bool fHelp) if (fHelp || params.size() > 1) throw runtime_error( "getrawchangeaddress\n" - "\nReturns a new Dash address, for receiving change.\n" + "\nReturns a new SarmaCoins address, for receiving change.\n" "This is for use with raw transactions, NOT normal use.\n" "\nResult:\n" "\"address\" (string) The address\n" @@ -217,10 +217,10 @@ Value setaccount(const Array& params, bool fHelp) { if (fHelp || params.size() < 1 || params.size() > 2) throw runtime_error( - "setaccount \"dashaddress\" \"account\"\n" + "setaccount \"SarmaCoinsaddress\" \"account\"\n" "\nSets the account associated with the given address.\n" "\nArguments:\n" - "1. \"dashaddress\" (string, required) The dash address to be associated with an account.\n" + "1. \"SarmaCoinsaddress\" (string, required) The SarmaCoins address to be associated with an account.\n" "2. \"account\" (string, required) The account to assign the address to.\n" "\nExamples:\n" + HelpExampleCli("setaccount", "\"XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg\" \"tabby\"") @@ -229,7 +229,7 @@ Value setaccount(const Array& params, bool fHelp) CBitcoinAddress address(params[0].get_str()); if (!address.IsValid()) - throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Dash address"); + throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid SarmaCoins address"); string strAccount; @@ -259,10 +259,10 @@ Value getaccount(const Array& params, bool fHelp) { if (fHelp || params.size() != 1) throw runtime_error( - "getaccount \"dashaddress\"\n" + "getaccount \"SarmaCoinsaddress\"\n" "\nReturns the account associated with the given address.\n" "\nArguments:\n" - "1. \"dashaddress\" (string, required) The dash address for account lookup.\n" + "1. \"SarmaCoinsaddress\" (string, required) The SarmaCoins address for account lookup.\n" "\nResult:\n" "\"accountname\" (string) the account address\n" "\nExamples:\n" @@ -272,7 +272,7 @@ Value getaccount(const Array& params, bool fHelp) CBitcoinAddress address(params[0].get_str()); if (!address.IsValid()) - throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Dash address"); + throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid SarmaCoins address"); string strAccount; map::iterator mi = pwalletMain->mapAddressBook.find(address.Get()); @@ -292,7 +292,7 @@ Value getaddressesbyaccount(const Array& params, bool fHelp) "1. \"account\" (string, required) The account name.\n" "\nResult:\n" "[ (json array of string)\n" - " \"dashaddress\" (string) a dash address associated with the given account\n" + " \"SarmaCoinsaddress\" (string) a SarmaCoins address associated with the given account\n" " ,...\n" "]\n" "\nExamples:\n" @@ -331,7 +331,7 @@ void SendMoney(const CTxDestination &address, CAmount nValue, CWalletTx& wtxNew, throw JSONRPCError(RPC_WALLET_ERROR, strError); } - // Parse Dash address + // Parse SarmaCoins address CScript scriptPubKey = GetScriptForDestination(address); // Create and send the transaction @@ -352,11 +352,11 @@ Value sendtoaddress(const Array& params, bool fHelp) { if (fHelp || params.size() < 2 || params.size() > 4) throw runtime_error( - "sendtoaddress \"dashaddress\" amount ( \"comment\" \"comment-to\" )\n" + "sendtoaddress \"SarmaCoinsaddress\" amount ( \"comment\" \"comment-to\" )\n" "\nSend an amount to a given address. The amount is a real and is rounded to the nearest 0.00000001\n" + HelpRequiringPassphrase() + "\nArguments:\n" - "1. \"dashaddress\" (string, required) The dash address to send to.\n" + "1. \"SarmaCoinsaddress\" (string, required) The SarmaCoins address to send to.\n" "2. \"amount\" (numeric, required) The amount in btc to send. eg 0.1\n" "3. \"comment\" (string, optional) A comment used to store what the transaction is for. \n" " This is not part of the transaction, just kept in your wallet.\n" @@ -373,7 +373,7 @@ Value sendtoaddress(const Array& params, bool fHelp) CBitcoinAddress address(params[0].get_str()); if (!address.IsValid()) - throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Dash address"); + throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid SarmaCoins address"); // Amount CAmount nAmount = AmountFromValue(params[1]); @@ -396,11 +396,11 @@ Value sendtoaddressix(const Array& params, bool fHelp) { if (fHelp || params.size() < 2 || params.size() > 4) throw runtime_error( - "sendtoaddressix \"dashaddress\" amount ( \"comment\" \"comment-to\" )\n" + "sendtoaddressix \"SarmaCoinsaddress\" amount ( \"comment\" \"comment-to\" )\n" "\nSend an amount to a given address. The amount is a real and is rounded to the nearest 0.00000001\n" + HelpRequiringPassphrase() + "\nArguments:\n" - "1. \"dashaddress\" (string, required) The dash address to send to.\n" + "1. \"SarmaCoinsaddress\" (string, required) The SarmaCoins address to send to.\n" "2. \"amount\" (numeric, required) The amount in btc to send. eg 0.1\n" "3. \"comment\" (string, optional) A comment used to store what the transaction is for. \n" " This is not part of the transaction, just kept in your wallet.\n" @@ -417,7 +417,7 @@ Value sendtoaddressix(const Array& params, bool fHelp) CBitcoinAddress address(params[0].get_str()); if (!address.IsValid()) - throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Dash address"); + throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid SarmaCoins address"); // Amount CAmount nAmount = AmountFromValue(params[1]); @@ -447,7 +447,7 @@ Value listaddressgroupings(const Array& params, bool fHelp) "[\n" " [\n" " [\n" - " \"dashaddress\", (string) The dash address\n" + " \"SarmaCoinsaddress\", (string) The SarmaCoins address\n" " amount, (numeric) The amount in btc\n" " \"account\" (string, optional) The account\n" " ]\n" @@ -486,11 +486,11 @@ Value signmessage(const Array& params, bool fHelp) { if (fHelp || params.size() != 2) throw runtime_error( - "signmessage \"dashaddress\" \"message\"\n" + "signmessage \"SarmaCoinsaddress\" \"message\"\n" "\nSign a message with the private key of an address" + HelpRequiringPassphrase() + "\n" "\nArguments:\n" - "1. \"dashaddress\" (string, required) The dash address to use for the private key.\n" + "1. \"SarmaCoinsaddress\" (string, required) The SarmaCoins address to use for the private key.\n" "2. \"message\" (string, required) The message to create a signature of.\n" "\nResult:\n" "\"signature\" (string) The signature of the message encoded in base 64\n" @@ -537,10 +537,10 @@ Value getreceivedbyaddress(const Array& params, bool fHelp) { if (fHelp || params.size() < 1 || params.size() > 2) throw runtime_error( - "getreceivedbyaddress \"dashaddress\" ( minconf )\n" - "\nReturns the total amount received by the given dashaddress in transactions with at least minconf confirmations.\n" + "getreceivedbyaddress \"SarmaCoinsaddress\" ( minconf )\n" + "\nReturns the total amount received by the given SarmaCoinsaddress in transactions with at least minconf confirmations.\n" "\nArguments:\n" - "1. \"dashaddress\" (string, required) The dash address for transactions.\n" + "1. \"SarmaCoinsaddress\" (string, required) The SarmaCoins address for transactions.\n" "2. minconf (numeric, optional, default=1) Only include transactions confirmed at least this many times.\n" "\nResult:\n" "amount (numeric) The total amount in btc received at this address.\n" @@ -555,10 +555,10 @@ Value getreceivedbyaddress(const Array& params, bool fHelp) + HelpExampleRpc("getreceivedbyaddress", "\"XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg\", 6") ); - // Dash address + // SarmaCoins address CBitcoinAddress address = CBitcoinAddress(params[0].get_str()); if (!address.IsValid()) - throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Dash address"); + throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid SarmaCoins address"); CScript scriptPubKey = GetScriptForDestination(address.Get()); if (!IsMine(*pwalletMain,scriptPubKey)) return (double)0.0; @@ -823,13 +823,13 @@ Value sendfrom(const Array& params, bool fHelp) { if (fHelp || params.size() < 3 || params.size() > 6) throw runtime_error( - "sendfrom \"fromaccount\" \"todashaddress\" amount ( minconf \"comment\" \"comment-to\" )\n" - "\nSent an amount from an account to a dash address.\n" + "sendfrom \"fromaccount\" \"toSarmaCoinsaddress\" amount ( minconf \"comment\" \"comment-to\" )\n" + "\nSent an amount from an account to a SarmaCoins address.\n" "The amount is a real and is rounded to the nearest 0.00000001." + HelpRequiringPassphrase() + "\n" "\nArguments:\n" "1. \"fromaccount\" (string, required) The name of the account to send funds from. May be the default account using \"\".\n" - "2. \"todashaddress\" (string, required) The dash address to send funds to.\n" + "2. \"toSarmaCoinsaddress\" (string, required) The SarmaCoins address to send funds to.\n" "3. amount (numeric, required) The amount in btc. (transaction fee is added on top).\n" "4. minconf (numeric, optional, default=1) Only use funds with at least this many confirmations.\n" "5. \"comment\" (string, optional) A comment used to store what the transaction is for. \n" @@ -851,7 +851,7 @@ Value sendfrom(const Array& params, bool fHelp) string strAccount = AccountFromValue(params[0]); CBitcoinAddress address(params[1].get_str()); if (!address.IsValid()) - throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Dash address"); + throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid SarmaCoins address"); CAmount nAmount = AmountFromValue(params[2]); int nMinDepth = 1; if (params.size() > 3) @@ -888,7 +888,7 @@ Value sendmany(const Array& params, bool fHelp) "1. \"fromaccount\" (string, required) The account to send the funds from, can be \"\" for the default account\n" "2. \"amounts\" (string, required) A json object with addresses and amounts\n" " {\n" - " \"address\":amount (numeric) The dash address is the key, the numeric amount in btc is the value\n" + " \"address\":amount (numeric) The SarmaCoins address is the key, the numeric amount in btc is the value\n" " ,...\n" " }\n" "3. minconf (numeric, optional, default=1) Only use the balance confirmed at least this many times.\n" @@ -924,7 +924,7 @@ Value sendmany(const Array& params, bool fHelp) { CBitcoinAddress address(s.name_); if (!address.IsValid()) - throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, string("Invalid Dash address: ")+s.name_); + throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, string("Invalid SarmaCoins address: ")+s.name_); if (setAddress.count(address)) throw JSONRPCError(RPC_INVALID_PARAMETER, string("Invalid parameter, duplicated address: ")+s.name_); @@ -966,20 +966,20 @@ Value addmultisigaddress(const Array& params, bool fHelp) { string msg = "addmultisigaddress nrequired [\"key\",...] ( \"account\" )\n" "\nAdd a nrequired-to-sign multisignature address to the wallet.\n" - "Each key is a Dash address or hex-encoded public key.\n" + "Each key is a SarmaCoins address or hex-encoded public key.\n" "If 'account' is specified, assign address to that account.\n" "\nArguments:\n" "1. nrequired (numeric, required) The number of required signatures out of the n keys or addresses.\n" - "2. \"keysobject\" (string, required) A json array of dash addresses or hex-encoded public keys\n" + "2. \"keysobject\" (string, required) A json array of SarmaCoins addresses or hex-encoded public keys\n" " [\n" - " \"address\" (string) dash address or hex-encoded public key\n" + " \"address\" (string) SarmaCoins address or hex-encoded public key\n" " ...,\n" " ]\n" "3. \"account\" (string, optional) An account to assign the addresses to.\n" "\nResult:\n" - "\"dashaddress\" (string) A dash address associated with the keys.\n" + "\"SarmaCoinsaddress\" (string) A SarmaCoins address associated with the keys.\n" "\nExamples:\n" "\nAdd a multisig address from 2 addresses\n" @@ -1323,7 +1323,7 @@ Value listtransactions(const Array& params, bool fHelp) " {\n" " \"account\":\"accountname\", (string) The account name associated with the transaction. \n" " It will be \"\" for the default account.\n" - " \"address\":\"dashaddress\", (string) The dash address of the transaction. Not present for \n" + " \"address\":\"SarmaCoinsaddress\", (string) The SarmaCoins address of the transaction. Not present for \n" " move transactions (category = move).\n" " \"category\":\"send|receive|move\", (string) The transaction category. 'move' is a local (off blockchain)\n" " transaction between accounts, and not associated with an address,\n" @@ -1509,7 +1509,7 @@ Value listsinceblock(const Array& params, bool fHelp) "{\n" " \"transactions\": [\n" " \"account\":\"accountname\", (string) The account name associated with the transaction. Will be \"\" for the default account.\n" - " \"address\":\"dashaddress\", (string) The dash address of the transaction. Not present for move transactions (category = move).\n" + " \"address\":\"SarmaCoinsaddress\", (string) The SarmaCoins address of the transaction. Not present for move transactions (category = move).\n" " \"category\":\"send|receive\", (string) The transaction category. 'send' has negative amounts, 'receive' has positive amounts.\n" " \"amount\": x.xxx, (numeric) The amount in btc. This is negative for the 'send' category, and for the 'move' category for moves \n" " outbound. It is positive for the 'receive' category, and for the 'move' category for inbound funds.\n" @@ -1605,7 +1605,7 @@ Value gettransaction(const Array& params, bool fHelp) " \"details\" : [\n" " {\n" " \"account\" : \"accountname\", (string) The account name involved in the transaction, can be \"\" for the default account.\n" - " \"address\" : \"dashaddress\", (string) The dash address involved in the transaction\n" + " \"address\" : \"SarmaCoinsaddress\", (string) The SarmaCoins address involved in the transaction\n" " \"category\" : \"send|receive\", (string) The category, either 'send' or 'receive'\n" " \"amount\" : x.xxx (numeric) The amount in btc\n" " \"vout\" : n, (numeric) the vout value\n" @@ -1722,7 +1722,7 @@ Value walletpassphrase(const Array& params, bool fHelp) throw runtime_error( "walletpassphrase \"passphrase\" timeout ( anonymizeonly )\n" "\nStores the wallet decryption key in memory for 'timeout' seconds.\n" - "This is needed prior to performing transactions related to private keys such as sending dashs\n" + "This is needed prior to performing transactions related to private keys such as sending SarmaCoinss\n" "\nArguments:\n" "1. \"passphrase\" (string, required) The wallet passphrase\n" "2. timeout (numeric, required) The time to keep the decryption key in seconds.\n" @@ -1865,10 +1865,10 @@ Value encryptwallet(const Array& params, bool fHelp) "\nExamples:\n" "\nEncrypt you wallet\n" + HelpExampleCli("encryptwallet", "\"my pass phrase\"") + - "\nNow set the passphrase to use the wallet, such as for signing or sending dash\n" + "\nNow set the passphrase to use the wallet, such as for signing or sending SarmaCoins\n" + HelpExampleCli("walletpassphrase", "\"my pass phrase\"") + "\nNow we can so something like sign\n" - + HelpExampleCli("signmessage", "\"dashaddress\" \"test message\"") + + + HelpExampleCli("signmessage", "\"SarmaCoinsaddress\" \"test message\"") + "\nNow lock the wallet again by removing the passphrase\n" + HelpExampleCli("walletlock", "") + "\nAs a json rpc call\n" @@ -1898,7 +1898,7 @@ Value encryptwallet(const Array& params, bool fHelp) // slack space in .dat files; that is bad if the old data is // unencrypted private keys. So: StartShutdown(); - return "wallet encrypted; dash server stopping, restart to run with encrypted wallet. The keypool has been flushed, you need to make a new backup."; + return "wallet encrypted; SarmaCoins server stopping, restart to run with encrypted wallet. The keypool has been flushed, you need to make a new backup."; } Value lockunspent(const Array& params, bool fHelp) @@ -1908,7 +1908,7 @@ Value lockunspent(const Array& params, bool fHelp) "lockunspent unlock [{\"txid\":\"txid\",\"vout\":n},...]\n" "\nUpdates list of temporarily unspendable outputs.\n" "Temporarily lock (unlock=false) or unlock (unlock=true) specified transaction outputs.\n" - "A locked transaction output will not be chosen by automatic coin selection, when spending dashs.\n" + "A locked transaction output will not be chosen by automatic coin selection, when spending SarmaCoinss.\n" "Locks are stored in memory only. Nodes start with zero locked outputs, and the locked output list\n" "is always cleared (by virtue of process exit) when a node stops or fails.\n" "Also see the listunspent call\n" @@ -2057,7 +2057,7 @@ Value getwalletinfo(const Array& params, bool fHelp) "\nResult:\n" "{\n" " \"walletversion\": xxxxx, (numeric) the wallet version\n" - " \"balance\": xxxxxxx, (numeric) the total dash balance of the wallet\n" + " \"balance\": xxxxxxx, (numeric) the total SarmaCoins balance of the wallet\n" " \"txcount\": xxxxxxx, (numeric) the total number of transactions in the wallet\n" " \"keypoololdest\": xxxxxx, (numeric) the timestamp (seconds since GMT epoch) of the oldest pre-generated key in the key pool\n" " \"keypoolsize\": xxxx, (numeric) how many new keys are pre-generated\n" diff --git a/src/dash-cli-res.rc b/src/sarmacoins-cli-res.rc similarity index 80% rename from src/dash-cli-res.rc rename to src/sarmacoins-cli-res.rc index e6347e906192c..a0cedb97a2344 100644 --- a/src/dash-cli-res.rc +++ b/src/sarmacoins-cli-res.rc @@ -16,14 +16,14 @@ BEGIN BEGIN BLOCK "040904E4" // U.S. English - multilingual (hex) BEGIN - VALUE "CompanyName", "Dash" - VALUE "FileDescription", "Dash-cli (OSS RPC client for Dash)" + VALUE "CompanyName", "SarmaCoins" + VALUE "FileDescription", "SarmaCoins-cli (OSS RPC client for SarmaCoins)" VALUE "FileVersion", VER_FILEVERSION_STR - VALUE "InternalName", "dash-cli" + VALUE "InternalName", "SarmaCoins-cli" VALUE "LegalCopyright", COPYRIGHT_STR VALUE "LegalTrademarks1", "Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php." - VALUE "OriginalFilename", "dash-cli.exe" - VALUE "ProductName", "Dash-cli" + VALUE "OriginalFilename", "SarmaCoins-cli.exe" + VALUE "ProductName", "SarmaCoins-cli" VALUE "ProductVersion", VER_PRODUCTVERSION_STR END END diff --git a/src/dash-cli.cpp b/src/sarmacoins-cli.cpp similarity index 94% rename from src/dash-cli.cpp rename to src/sarmacoins-cli.cpp index 798741ddac5d9..f513bfbbee55c 100644 --- a/src/dash-cli.cpp +++ b/src/sarmacoins-cli.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2015 The Bitcoin developers -// Copyright (c) 2009-2015 The Dash developers +// Copyright (c) 2009-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -25,7 +25,7 @@ std::string HelpMessageCli() string strUsage; strUsage += _("Options:") + "\n"; strUsage += " -? " + _("This help message") + "\n"; - strUsage += " -conf= " + strprintf(_("Specify configuration file (default: %s)"), "dash.conf") + "\n"; + strUsage += " -conf= " + strprintf(_("Specify configuration file (default: %s)"), "SarmaCoins.conf") + "\n"; strUsage += " -datadir= " + _("Specify data directory") + "\n"; strUsage += " -testnet " + _("Use the test network") + "\n"; strUsage += " -regtest " + _("Enter regression test mode, which uses a special chain in which blocks can be " @@ -68,12 +68,12 @@ static bool AppInitRPC(int argc, char* argv[]) // ParseParameters(argc, argv); if (argc<2 || mapArgs.count("-?") || mapArgs.count("-help") || mapArgs.count("-version")) { - std::string strUsage = _("Dash Core RPC client version") + " " + FormatFullVersion() + "\n"; + std::string strUsage = _("SarmaCoins Core RPC client version") + " " + FormatFullVersion() + "\n"; if (!mapArgs.count("-version")) { strUsage += "\n" + _("Usage:") + "\n" + - " dash-cli [options] [params] " + _("Send command to Dash Core") + "\n" + - " dash-cli [options] help " + _("List commands") + "\n" + - " dash-cli [options] help " + _("Get help for a command") + "\n"; + " SarmaCoins-cli [options] [params] " + _("Send command to SarmaCoins Core") + "\n" + + " SarmaCoins-cli [options] help " + _("List commands") + "\n" + + " SarmaCoins-cli [options] help " + _("Get help for a command") + "\n"; strUsage += "\n" + HelpMessageCli(); } diff --git a/src/dashd-res.rc b/src/sarmacoins-res.rc similarity index 88% rename from src/dashd-res.rc rename to src/sarmacoins-res.rc index 5a21801044449..e8da73bdfeb2d 100644 --- a/src/dashd-res.rc +++ b/src/sarmacoins-res.rc @@ -16,13 +16,13 @@ BEGIN BEGIN BLOCK "040904E4" // U.S. English - multilingual (hex) BEGIN - VALUE "CompanyName", "Dash" - VALUE "FileDescription", "Darkcoind (OSS daemon/client for Dash)" + VALUE "CompanyName", "SarmaCoins" + VALUE "FileDescription", "Darkcoind (OSS daemon/client for SarmaCoins)" VALUE "FileVersion", VER_FILEVERSION_STR - VALUE "InternalName", "dashd" + VALUE "InternalName", "SarmaCoinsd" VALUE "LegalCopyright", COPYRIGHT_STR VALUE "LegalTrademarks1", "Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php." - VALUE "OriginalFilename", "dashd.exe" + VALUE "OriginalFilename", "SarmaCoinsd.exe" VALUE "ProductName", "Darkcoind" VALUE "ProductVersion", VER_PRODUCTVERSION_STR END diff --git a/src/dash-tx.cpp b/src/sarmacoins-tx.cpp similarity index 97% rename from src/dash-tx.cpp rename to src/sarmacoins-tx.cpp index 8e190604877b9..5c8b62729dc45 100644 --- a/src/dash-tx.cpp +++ b/src/sarmacoins-tx.cpp @@ -47,10 +47,10 @@ static bool AppInitRawTx(int argc, char* argv[]) if (argc<2 || mapArgs.count("-?") || mapArgs.count("-help")) { // First part of help message is specific to this utility - std::string strUsage = _("Dash Core dash-tx utility version") + " " + FormatFullVersion() + "\n\n" + + std::string strUsage = _("SarmaCoins Core SarmaCoins-tx utility version") + " " + FormatFullVersion() + "\n\n" + _("Usage:") + "\n" + - " dash-tx [options] [commands] " + _("Update hex-encoded dash transaction") + "\n" + - " dash-tx [options] -create [commands] " + _("Create hex-encoded dash transaction") + "\n" + + " SarmaCoins-tx [options] [commands] " + _("Update hex-encoded SarmaCoins transaction") + "\n" + + " SarmaCoins-tx [options] -create [commands] " + _("Create hex-encoded SarmaCoins transaction") + "\n" + "\n"; fprintf(stdout, "%s", strUsage.c_str()); @@ -555,7 +555,7 @@ static int CommandLineRawTx(int argc, char* argv[]) if (argc < 2) throw runtime_error("too few parameters"); - // param: hex-encoded dash transaction + // param: hex-encoded SarmaCoins transaction string strHexTx(argv[1]); if (strHexTx == "-") // "-" implies standard input strHexTx = readStdin(); diff --git a/src/dashd.cpp b/src/sarmacoins.cpp similarity index 88% rename from src/dashd.cpp rename to src/sarmacoins.cpp index a61d6f6a05049..a2fad01c2dda1 100644 --- a/src/dashd.cpp +++ b/src/sarmacoins.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -23,8 +23,8 @@ * * \section intro_sec Introduction * - * This is the developer documentation of the reference client for an experimental new digital currency called Dash (http://www.SarmaCoins.io/), - * which enables instant payments to anyone, anywhere in the world. Dash uses peer-to-peer technology to operate + * This is the developer documentation of the reference client for an experimental new digital currency called SarmaCoins (http://www.SarmaCoins.io/), + * which enables instant payments to anyone, anywhere in the world. SarmaCoins uses peer-to-peer technology to operate * with no central authority: managing transactions and issuing money are carried out collectively by the network. * * The software is a community-driven open source project, released under the MIT license. @@ -65,13 +65,13 @@ bool AppInit(int argc, char* argv[]) // // Parameters // - // If Qt is used, parameters/dash.conf are parsed in qt/dash.cpp's main() + // If Qt is used, parameters/SarmaCoins.conf are parsed in qt/SarmaCoins.cpp's main() ParseParameters(argc, argv); // Process help and version before taking care about datadir if (mapArgs.count("-?") || mapArgs.count("-help") || mapArgs.count("-version")) { - std::string strUsage = _("Dash Core Daemon") + " " + _("version") + " " + FormatFullVersion() + "\n"; + std::string strUsage = _("SarmaCoins Core Daemon") + " " + _("version") + " " + FormatFullVersion() + "\n"; if (mapArgs.count("-version")) { @@ -80,7 +80,7 @@ bool AppInit(int argc, char* argv[]) else { strUsage += "\n" + _("Usage:") + "\n" + - " dashd [options] " + _("Start Dash Core Daemon") + "\n"; + " SarmaCoinsd [options] " + _("Start SarmaCoins Core Daemon") + "\n"; strUsage += "\n" + HelpMessage(HMM_BITCOIND); } @@ -119,19 +119,19 @@ bool AppInit(int argc, char* argv[]) // Command-line RPC bool fCommandLine = false; for (int i = 1; i < argc; i++) - if (!IsSwitchChar(argv[i][0]) && !boost::algorithm::istarts_with(argv[i], "dash:")) + if (!IsSwitchChar(argv[i][0]) && !boost::algorithm::istarts_with(argv[i], "SarmaCoins:")) fCommandLine = true; if (fCommandLine) { - fprintf(stderr, "Error: There is no RPC client functionality in dashd anymore. Use the dash-cli utility instead.\n"); + fprintf(stderr, "Error: There is no RPC client functionality in SarmaCoinsd anymore. Use the SarmaCoins-cli utility instead.\n"); exit(1); } #ifndef WIN32 fDaemon = GetBoolArg("-daemon", false); if (fDaemon) { - fprintf(stdout, "Dash server starting\n"); + fprintf(stdout, "SarmaCoins server starting\n"); // Daemonize pid_t pid = fork(); @@ -188,7 +188,7 @@ int main(int argc, char* argv[]) { SetupEnvironment(); - // Connect dashd signal handlers + // Connect SarmaCoinsd signal handlers noui_connect(); return (AppInit(argc, argv) ? 0 : 1); diff --git a/src/script/bitcoinconsensus.h b/src/script/bitcoinconsensus.h index 937189a6ad9a3..eb5d91ea859db 100644 --- a/src/script/bitcoinconsensus.h +++ b/src/script/bitcoinconsensus.h @@ -7,7 +7,7 @@ #define BITCOIN_BITCOINCONSENSUS_H #if defined(BUILD_BITCOIN_INTERNAL) && defined(HAVE_CONFIG_H) -#include "config/dash-config.h" +#include "config/SarmaCoins-config.h" #if defined(_WIN32) #if defined(DLL_EXPORT) #if defined(HAVE_FUNC_ATTRIBUTE_DLLEXPORT) diff --git a/src/spork.h b/src/spork.h index 148c3509a0edd..2bda18c95df0e 100644 --- a/src/spork.h +++ b/src/spork.h @@ -1,5 +1,5 @@ -// Copyright (c) 2009-2012 The Dash developers +// Copyright (c) 2009-2012 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef SPORK_H diff --git a/src/test/Makefile b/src/test/Makefile index a8fb61559b132..98ea26d65b660 100644 --- a/src/test/Makefile +++ b/src/test/Makefile @@ -1,6 +1,6 @@ all: - $(MAKE) -C .. dash_test + $(MAKE) -C .. SarmaCoins_test clean: - $(MAKE) -C .. dash_test_clean + $(MAKE) -C .. SarmaCoins_test_clean check: - $(MAKE) -C .. dash_test_check + $(MAKE) -C .. SarmaCoins_test_check diff --git a/src/test/README.md b/src/test/README.md index 53f3c42313aa9..04ed2340a8a2b 100644 --- a/src/test/README.md +++ b/src/test/README.md @@ -5,9 +5,9 @@ sense to simply use this framework rather than require developers to configure some other framework (we want as few impediments to creating unit tests as possible). -The build system is setup to compile an executable called "test_dash" +The build system is setup to compile an executable called "test_SarmaCoins" that runs all of the unit tests. The main source file is called -test_dash.cpp, which simply includes other files that contain the +test_SarmaCoins.cpp, which simply includes other files that contain the actual unit tests (outside of a couple required preprocessor directives). The pattern is to create one test file for each class or source file for which you want to create unit tests. The file naming diff --git a/src/test/getarg_tests.cpp b/src/test/getarg_tests.cpp index 8a984304f4e66..4238346405760 100644 --- a/src/test/getarg_tests.cpp +++ b/src/test/getarg_tests.cpp @@ -125,7 +125,7 @@ BOOST_AUTO_TEST_CASE(intarg) BOOST_CHECK_EQUAL(GetArg("-bar", 11), 0); } -BOOST_AUTO_TEST_CASE(doubledash) +BOOST_AUTO_TEST_CASE(doubleSarmaCoins) { ResetArgs("--foo"); BOOST_CHECK_EQUAL(GetBoolArg("-foo", false), true); diff --git a/src/test/main_tests.cpp b/src/test/main_tests.cpp index 3de8c91044f49..b2dd5b7e8fc3c 100644 --- a/src/test/main_tests.cpp +++ b/src/test/main_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2014 The Bitcoin Core developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/netbase_tests.cpp b/src/test/netbase_tests.cpp index 9384732405a8b..d72fb1cca5a97 100644 --- a/src/test/netbase_tests.cpp +++ b/src/test/netbase_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2012-2014 The Bitcoin Core developers -// Copyright (c) 2014-2015 The Dash Core developers +// Copyright (c) 2014-2015 The SarmaCoins Core developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/test_dash.cpp b/src/test/test_sarmacoins.cpp similarity index 93% rename from src/test/test_dash.cpp rename to src/test/test_sarmacoins.cpp index ea4d85638de1f..c6bb679b33e80 100644 --- a/src/test/test_dash.cpp +++ b/src/test/test_sarmacoins.cpp @@ -2,7 +2,7 @@ // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. -#define BOOST_TEST_MODULE Dash Test Suite +#define BOOST_TEST_MODULE SarmaCoins Test Suite #include "main.h" #include "random.h" @@ -38,7 +38,7 @@ struct TestingSetup { #ifdef ENABLE_WALLET bitdb.MakeMock(); #endif - pathTemp = GetTempPath() / strprintf("test_dash_%lu_%i", (unsigned long)GetTime(), (int)(GetRand(100000))); + pathTemp = GetTempPath() / strprintf("test_SarmaCoins_%lu_%i", (unsigned long)GetTime(), (int)(GetRand(100000))); boost::filesystem::create_directories(pathTemp); mapArgs["-datadir"] = pathTemp.string(); pblocktree = new CBlockTreeDB(1 << 20, true); diff --git a/src/timedata.cpp b/src/timedata.cpp index fe638c52e742e..f7b943c501862 100644 --- a/src/timedata.cpp +++ b/src/timedata.cpp @@ -97,7 +97,7 @@ void AddTimeData(const CNetAddr& ip, int64_t nTime) if (!fMatch) { fDone = true; - string strMessage = _("Warning: Please check that your computer's date and time are correct! If your clock is wrong Dash Core will not work properly."); + string strMessage = _("Warning: Please check that your computer's date and time are correct! If your clock is wrong SarmaCoins Core will not work properly."); strMiscWarning = strMessage; LogPrintf("*** %s\n", strMessage); uiInterface.ThreadSafeMessageBox(strMessage, "", CClientUIInterface::MSG_WARNING); diff --git a/src/uint256.h b/src/uint256.h index ae8e0701e1d15..6db4277a930e5 100644 --- a/src/uint256.h +++ b/src/uint256.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/util.cpp b/src/util.cpp index 42c1571f9d85a..05833a0402ef0 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -1,11 +1,11 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) -#include "config/dash-config.h" +#include "config/SarmaCoins-config.h" #endif #include "util.h" @@ -103,7 +103,7 @@ namespace boost { using namespace std; -//Dash only features +//SarmaCoins only features bool fMasterNode = false; string strMasterNodePrivKey = ""; string strMasterNodeAddr = ""; @@ -232,8 +232,8 @@ bool LogAcceptCategory(const char* category) const vector& categories = mapMultiArgs["-debug"]; ptrCategory.reset(new set(categories.begin(), categories.end())); // thread_specific_ptr automatically deletes the set when the thread ends. - // "dash" is a composite category enabling all Dash-related debug output - if(ptrCategory->count(string("dash"))) { + // "SarmaCoins" is a composite category enabling all SarmaCoins-related debug output + if(ptrCategory->count(string("SarmaCoins"))) { ptrCategory->insert(string("darksend")); ptrCategory->insert(string("instantx")); ptrCategory->insert(string("masternode")); @@ -396,7 +396,7 @@ static std::string FormatException(std::exception* pex, const char* pszThread) char pszModule[MAX_PATH] = ""; GetModuleFileNameA(NULL, pszModule, sizeof(pszModule)); #else - const char* pszModule = "dash"; + const char* pszModule = "SarmaCoins"; #endif if (pex) return strprintf( @@ -417,13 +417,13 @@ void PrintExceptionContinue(std::exception* pex, const char* pszThread) boost::filesystem::path GetDefaultDataDir() { namespace fs = boost::filesystem; - // Windows < Vista: C:\Documents and Settings\Username\Application Data\Dash - // Windows >= Vista: C:\Users\Username\AppData\Roaming\Dash - // Mac: ~/Library/Application Support/Dash - // Unix: ~/.dash + // Windows < Vista: C:\Documents and Settings\Username\Application Data\SarmaCoins + // Windows >= Vista: C:\Users\Username\AppData\Roaming\SarmaCoins + // Mac: ~/Library/Application Support/SarmaCoins + // Unix: ~/.SarmaCoins #ifdef WIN32 // Windows - return GetSpecialFolderPath(CSIDL_APPDATA) / "Dash"; + return GetSpecialFolderPath(CSIDL_APPDATA) / "SarmaCoins"; #else fs::path pathRet; char* pszHome = getenv("HOME"); @@ -435,10 +435,10 @@ boost::filesystem::path GetDefaultDataDir() // Mac pathRet /= "Library/Application Support"; TryCreateDirectory(pathRet); - return pathRet / "Dash"; + return pathRet / "SarmaCoins"; #else // Unix - return pathRet / ".dash"; + return pathRet / ".SarmaCoins"; #endif #endif } @@ -485,7 +485,7 @@ void ClearDatadirCache() boost::filesystem::path GetConfigFile() { - boost::filesystem::path pathConfigFile(GetArg("-conf", "dash.conf")); + boost::filesystem::path pathConfigFile(GetArg("-conf", "SarmaCoins.conf")); if (!pathConfigFile.is_complete()) pathConfigFile = GetDataDir(false) / pathConfigFile; @@ -504,7 +504,7 @@ void ReadConfigFile(map& mapSettingsRet, { boost::filesystem::ifstream streamConfig(GetConfigFile()); if (!streamConfig.good()){ - // Create empty dash.conf if it does not excist + // Create empty SarmaCoins.conf if it does not excist FILE* configFile = fopen(GetConfigFile().string().c_str(), "a"); if (configFile != NULL) fclose(configFile); @@ -516,7 +516,7 @@ void ReadConfigFile(map& mapSettingsRet, for (boost::program_options::detail::config_file_iterator it(streamConfig, setOptions), end; it != end; ++it) { - // Don't overwrite existing settings so command line settings override dash.conf + // Don't overwrite existing settings so command line settings override SarmaCoins.conf string strKey = string("-") + it->string_key; if (mapSettingsRet.count(strKey) == 0) { @@ -533,7 +533,7 @@ void ReadConfigFile(map& mapSettingsRet, #ifndef WIN32 boost::filesystem::path GetPidFile() { - boost::filesystem::path pathPidFile(GetArg("-pid", "dashd.pid")); + boost::filesystem::path pathPidFile(GetArg("-pid", "SarmaCoinsd.pid")); if (!pathPidFile.is_complete()) pathPidFile = GetDataDir() / pathPidFile; return pathPidFile; } diff --git a/src/util.h b/src/util.h index 6127b69da5c17..356a642082b32 100644 --- a/src/util.h +++ b/src/util.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -12,7 +12,7 @@ #define BITCOIN_UTIL_H #if defined(HAVE_CONFIG_H) -#include "config/dash-config.h" +#include "config/SarmaCoins-config.h" #endif #include "compat.h" @@ -28,7 +28,7 @@ #include #include -//Dash only features +//SarmaCoins only features extern bool fMasterNode; extern bool fLiteMode; @@ -194,7 +194,7 @@ void RenameThread(const char* name); */ template void LoopForever(const char* name, Callable func, int64_t msecs) { - std::string s = strprintf("dash-%s", name); + std::string s = strprintf("SarmaCoins-%s", name); RenameThread(s.c_str()); LogPrintf("%s thread start\n", name); try @@ -225,7 +225,7 @@ template void LoopForever(const char* name, Callable func, */ template void TraceThread(const char* name, Callable func) { - std::string s = strprintf("dash-%s", name); + std::string s = strprintf("SarmaCoins-%s", name); RenameThread(s.c_str()); try { diff --git a/src/utiltime.cpp b/src/utiltime.cpp index 9a1e10c2cb562..03f2325e88027 100644 --- a/src/utiltime.cpp +++ b/src/utiltime.cpp @@ -4,7 +4,7 @@ // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) -#include "config/dash-config.h" +#include "config/SarmaCoins-config.h" #endif #include "utiltime.h" diff --git a/src/version.h b/src/version.h index 12f3cceeaf62e..d587554c5e167 100644 --- a/src/version.h +++ b/src/version.h @@ -1,5 +1,5 @@ // Copyright (c) 2012-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/wallet.cpp b/src/wallet.cpp index d57ddbdb885f4..2731056099fc3 100644 --- a/src/wallet.cpp +++ b/src/wallet.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -2184,7 +2184,7 @@ bool CWallet::CreateTransaction(const vector >& vecSend, { // Fill a vout to ourself // TODO: pass in scriptChange instead of reservekey so - // change transaction isn't always pay-to-dash-address + // change transaction isn't always pay-to-SarmaCoins-address CScript scriptChange; // coin control: send change to custom address diff --git a/src/wallet.h b/src/wallet.h index 069b50520e98c..961c758496454 100644 --- a/src/wallet.h +++ b/src/wallet.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/walletdb.cpp b/src/walletdb.cpp index 8c9b31df400b7..763d16ea565fb 100644 --- a/src/walletdb.cpp +++ b/src/walletdb.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Copyright (c) 2014-2015 The Dash developers +// Copyright (c) 2014-2015 The SarmaCoins developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -791,7 +791,7 @@ DBErrors CWalletDB::ZapWalletTx(CWallet* pwallet, vector& vWtx) void ThreadFlushWalletDB(const string& strFile) { // Make this thread recognisable as the wallet flushing thread - RenameThread("dash-wallet"); + RenameThread("SarmaCoins-wallet"); static bool fOneThread; if (fOneThread) From 0d2088879db63a9bac71c69e110131d5be24df4e Mon Sep 17 00:00:00 2001 From: inkvisit Date: Fri, 6 May 2016 17:36:04 +0300 Subject: [PATCH 6/6] changes for the new site :) --- SARMACOINS.config | 2 + SARMACOINS.creator | 1 + SARMACOINS.files | 542 ++++++++++++++++++++ SARMACOINS.includes | 20 + configure.ac | 6 +- contrib/gitian-descriptors/gitian-linux.yml | 2 +- contrib/gitian-descriptors/gitian-osx.yml | 2 +- contrib/gitian-descriptors/gitian-rpi2.yml | 2 +- contrib/gitian-descriptors/gitian-win.yml | 2 +- contrib/linearize/linearize-hashes.py | 2 +- contrib/qos/tc.sh | 6 +- contrib/seeds/makeseeds.py | 9 +- share/seeds/generate-seeds.py | 4 +- share/seeds/nodes_main.txt | 513 +----------------- share/seeds/nodes_test.txt | 2 +- src/activemasternode.cpp | 16 +- src/chainparams.cpp | 96 ++-- src/chainparamsbase.11.cpp | 129 +++++ src/chainparamsbase.cpp | 4 +- src/chainparamsseeds.1.h | 33 ++ src/chainparamsseeds.h | 16 +- src/clientversion.h | 6 +- src/masternode.cpp | 4 +- src/masternodeconfig.cpp | 10 +- src/masternodeman.cpp | 4 +- src/test/netbase_tests.cpp | 18 +- 26 files changed, 813 insertions(+), 638 deletions(-) create mode 100644 SARMACOINS.config create mode 100644 SARMACOINS.creator create mode 100644 SARMACOINS.files create mode 100644 SARMACOINS.includes create mode 100644 src/chainparamsbase.11.cpp create mode 100644 src/chainparamsseeds.1.h diff --git a/SARMACOINS.config b/SARMACOINS.config new file mode 100644 index 0000000000000..e0284f42573a2 --- /dev/null +++ b/SARMACOINS.config @@ -0,0 +1,2 @@ +// Add predefined macros for your project here. For example: +// #define THE_ANSWER 42 diff --git a/SARMACOINS.creator b/SARMACOINS.creator new file mode 100644 index 0000000000000..e94cbbd3027df --- /dev/null +++ b/SARMACOINS.creator @@ -0,0 +1 @@ +[General] diff --git a/SARMACOINS.files b/SARMACOINS.files new file mode 100644 index 0000000000000..8aae41fa4f30c --- /dev/null +++ b/SARMACOINS.files @@ -0,0 +1,542 @@ +src/compat/glibc_compat.cpp +src/compat/glibc_sanity.cpp +src/compat/glibcxx_compat.cpp +src/compat/glibcxx_sanity.cpp +src/compat/sanity.h +src/compat/strnlen.cpp +src/crypto/aes_helper.c +src/crypto/blake.c +src/crypto/bmw.c +src/crypto/common.h +src/crypto/cubehash.c +src/crypto/echo.c +src/crypto/groestl.c +src/crypto/hmac_sha256.cpp +src/crypto/hmac_sha256.h +src/crypto/hmac_sha512.cpp +src/crypto/hmac_sha512.h +src/crypto/jh.c +src/crypto/keccak.c +src/crypto/luffa.c +src/crypto/rfc6979_hmac_sha256.cpp +src/crypto/rfc6979_hmac_sha256.h +src/crypto/ripemd160.cpp +src/crypto/ripemd160.h +src/crypto/sha1.cpp +src/crypto/sha1.h +src/crypto/sha256.cpp +src/crypto/sha256.h +src/crypto/sha512.cpp +src/crypto/sha512.h +src/crypto/shavite.c +src/crypto/simd.c +src/crypto/skein.c +src/crypto/sph_blake.h +src/crypto/sph_bmw.h +src/crypto/sph_cubehash.h +src/crypto/sph_echo.h +src/crypto/sph_groestl.h +src/crypto/sph_jh.h +src/crypto/sph_keccak.h +src/crypto/sph_luffa.h +src/crypto/sph_shavite.h +src/crypto/sph_simd.h +src/crypto/sph_skein.h +src/crypto/sph_types.h +src/json/json_spirit.h +src/json/json_spirit_error_position.h +src/json/json_spirit_reader.cpp +src/json/json_spirit_reader.h +src/json/json_spirit_reader_template.h +src/json/json_spirit_stream_reader.h +src/json/json_spirit_utils.h +src/json/json_spirit_value.cpp +src/json/json_spirit_value.h +src/json/json_spirit_writer.cpp +src/json/json_spirit_writer.h +src/json/json_spirit_writer_template.h +src/leveldb/db/autocompact_test.cc +src/leveldb/db/builder.cc +src/leveldb/db/builder.h +src/leveldb/db/c.cc +src/leveldb/db/c_test.c +src/leveldb/db/corruption_test.cc +src/leveldb/db/db_bench.cc +src/leveldb/db/db_impl.cc +src/leveldb/db/db_impl.h +src/leveldb/db/db_iter.cc +src/leveldb/db/db_iter.h +src/leveldb/db/db_test.cc +src/leveldb/db/dbformat.cc +src/leveldb/db/dbformat.h +src/leveldb/db/dbformat_test.cc +src/leveldb/db/dumpfile.cc +src/leveldb/db/filename.cc +src/leveldb/db/filename.h +src/leveldb/db/filename_test.cc +src/leveldb/db/leveldb_main.cc +src/leveldb/db/log_format.h +src/leveldb/db/log_reader.cc +src/leveldb/db/log_reader.h +src/leveldb/db/log_test.cc +src/leveldb/db/log_writer.cc +src/leveldb/db/log_writer.h +src/leveldb/db/memtable.cc +src/leveldb/db/memtable.h +src/leveldb/db/repair.cc +src/leveldb/db/skiplist.h +src/leveldb/db/skiplist_test.cc +src/leveldb/db/snapshot.h +src/leveldb/db/table_cache.cc +src/leveldb/db/table_cache.h +src/leveldb/db/version_edit.cc +src/leveldb/db/version_edit.h +src/leveldb/db/version_edit_test.cc +src/leveldb/db/version_set.cc +src/leveldb/db/version_set.h +src/leveldb/db/version_set_test.cc +src/leveldb/db/write_batch.cc +src/leveldb/db/write_batch_internal.h +src/leveldb/db/write_batch_test.cc +src/leveldb/doc/bench/db_bench_sqlite3.cc +src/leveldb/doc/bench/db_bench_tree_db.cc +src/leveldb/helpers/memenv/memenv.cc +src/leveldb/helpers/memenv/memenv.h +src/leveldb/helpers/memenv/memenv_test.cc +src/leveldb/include/leveldb/c.h +src/leveldb/include/leveldb/cache.h +src/leveldb/include/leveldb/comparator.h +src/leveldb/include/leveldb/db.h +src/leveldb/include/leveldb/dumpfile.h +src/leveldb/include/leveldb/env.h +src/leveldb/include/leveldb/filter_policy.h +src/leveldb/include/leveldb/iterator.h +src/leveldb/include/leveldb/options.h +src/leveldb/include/leveldb/slice.h +src/leveldb/include/leveldb/status.h +src/leveldb/include/leveldb/table.h +src/leveldb/include/leveldb/table_builder.h +src/leveldb/include/leveldb/write_batch.h +src/leveldb/issues/issue178_test.cc +src/leveldb/issues/issue200_test.cc +src/leveldb/port/win/stdint.h +src/leveldb/port/atomic_pointer.h +src/leveldb/port/port.h +src/leveldb/port/port_example.h +src/leveldb/port/port_posix.cc +src/leveldb/port/port_posix.h +src/leveldb/port/port_win.cc +src/leveldb/port/port_win.h +src/leveldb/port/thread_annotations.h +src/leveldb/table/block.cc +src/leveldb/table/block.h +src/leveldb/table/block_builder.cc +src/leveldb/table/block_builder.h +src/leveldb/table/filter_block.cc +src/leveldb/table/filter_block.h +src/leveldb/table/filter_block_test.cc +src/leveldb/table/format.cc +src/leveldb/table/format.h +src/leveldb/table/iterator.cc +src/leveldb/table/iterator_wrapper.h +src/leveldb/table/merger.cc +src/leveldb/table/merger.h +src/leveldb/table/table.cc +src/leveldb/table/table_builder.cc +src/leveldb/table/table_test.cc +src/leveldb/table/two_level_iterator.cc +src/leveldb/table/two_level_iterator.h +src/leveldb/util/arena.cc +src/leveldb/util/arena.h +src/leveldb/util/arena_test.cc +src/leveldb/util/bloom.cc +src/leveldb/util/bloom_test.cc +src/leveldb/util/cache.cc +src/leveldb/util/cache_test.cc +src/leveldb/util/coding.cc +src/leveldb/util/coding.h +src/leveldb/util/coding_test.cc +src/leveldb/util/comparator.cc +src/leveldb/util/crc32c.cc +src/leveldb/util/crc32c.h +src/leveldb/util/crc32c_test.cc +src/leveldb/util/env.cc +src/leveldb/util/env_posix.cc +src/leveldb/util/env_test.cc +src/leveldb/util/env_win.cc +src/leveldb/util/filter_policy.cc +src/leveldb/util/hash.cc +src/leveldb/util/hash.h +src/leveldb/util/hash_test.cc +src/leveldb/util/histogram.cc +src/leveldb/util/histogram.h +src/leveldb/util/logging.cc +src/leveldb/util/logging.h +src/leveldb/util/mutexlock.h +src/leveldb/util/options.cc +src/leveldb/util/posix_logger.h +src/leveldb/util/random.h +src/leveldb/util/status.cc +src/leveldb/util/testharness.cc +src/leveldb/util/testharness.h +src/leveldb/util/testutil.cc +src/leveldb/util/testutil.h +src/primitives/block.cpp +src/primitives/block.h +src/primitives/transaction.cpp +src/primitives/transaction.h +src/qt/test/paymentrequestdata.h +src/qt/test/paymentservertests.cpp +src/qt/test/paymentservertests.h +src/qt/test/test_main.cpp +src/qt/test/uritests.cpp +src/qt/test/uritests.h +src/qt/addressbookpage.cpp +src/qt/addressbookpage.h +src/qt/addresstablemodel.cpp +src/qt/addresstablemodel.h +src/qt/askpassphrasedialog.cpp +src/qt/askpassphrasedialog.h +src/qt/bitcoinaddressvalidator.cpp +src/qt/bitcoinaddressvalidator.h +src/qt/bitcoinamountfield.cpp +src/qt/bitcoinamountfield.h +src/qt/bitcoingui.cpp +src/qt/bitcoingui.h +src/qt/bitcoinunits.cpp +src/qt/bitcoinunits.h +src/qt/clientmodel.cpp +src/qt/clientmodel.h +src/qt/coincontroldialog.cpp +src/qt/coincontroldialog.h +src/qt/coincontroltreewidget.cpp +src/qt/coincontroltreewidget.h +src/qt/csvmodelwriter.cpp +src/qt/csvmodelwriter.h +src/qt/darksendconfig.cpp +src/qt/darksendconfig.h +src/qt/dash.cpp +src/qt/editaddressdialog.cpp +src/qt/editaddressdialog.h +src/qt/guiconstants.h +src/qt/guiutil.cpp +src/qt/guiutil.h +src/qt/intro.cpp +src/qt/intro.h +src/qt/macdockiconhandler.h +src/qt/macnotificationhandler.h +src/qt/networkstyle.cpp +src/qt/networkstyle.h +src/qt/notificator.cpp +src/qt/notificator.h +src/qt/openuridialog.cpp +src/qt/openuridialog.h +src/qt/optionsdialog.cpp +src/qt/optionsdialog.h +src/qt/optionsmodel.cpp +src/qt/optionsmodel.h +src/qt/overviewpage.cpp +src/qt/overviewpage.h +src/qt/paymentrequestplus.cpp +src/qt/paymentrequestplus.h +src/qt/paymentserver.cpp +src/qt/paymentserver.h +src/qt/peertablemodel.cpp +src/qt/peertablemodel.h +src/qt/qvalidatedlineedit.cpp +src/qt/qvalidatedlineedit.h +src/qt/qvaluecombobox.cpp +src/qt/qvaluecombobox.h +src/qt/receivecoinsdialog.cpp +src/qt/receivecoinsdialog.h +src/qt/receiverequestdialog.cpp +src/qt/receiverequestdialog.h +src/qt/recentrequeststablemodel.cpp +src/qt/recentrequeststablemodel.h +src/qt/rpcconsole.cpp +src/qt/rpcconsole.h +src/qt/sarmacoins.cpp +src/qt/sendcoinsdialog.cpp +src/qt/sendcoinsdialog.h +src/qt/sendcoinsentry.cpp +src/qt/sendcoinsentry.h +src/qt/signverifymessagedialog.cpp +src/qt/signverifymessagedialog.h +src/qt/splashscreen.cpp +src/qt/splashscreen.h +src/qt/trafficgraphwidget.cpp +src/qt/trafficgraphwidget.h +src/qt/transactiondesc.cpp +src/qt/transactiondesc.h +src/qt/transactiondescdialog.cpp +src/qt/transactiondescdialog.h +src/qt/transactionfilterproxy.cpp +src/qt/transactionfilterproxy.h +src/qt/transactionrecord.cpp +src/qt/transactionrecord.h +src/qt/transactiontablemodel.cpp +src/qt/transactiontablemodel.h +src/qt/transactionview.cpp +src/qt/transactionview.h +src/qt/utilitydialog.cpp +src/qt/utilitydialog.h +src/qt/walletframe.cpp +src/qt/walletframe.h +src/qt/walletmodel.cpp +src/qt/walletmodel.h +src/qt/walletmodeltransaction.cpp +src/qt/walletmodeltransaction.h +src/qt/walletview.cpp +src/qt/walletview.h +src/qt/winshutdownmonitor.cpp +src/qt/winshutdownmonitor.h +src/script/bitcoinconsensus.cpp +src/script/bitcoinconsensus.h +src/script/interpreter.cpp +src/script/interpreter.h +src/script/script.cpp +src/script/script.h +src/script/script_error.cpp +src/script/script_error.h +src/script/sigcache.cpp +src/script/sigcache.h +src/script/sign.cpp +src/script/sign.h +src/script/standard.cpp +src/script/standard.h +src/secp256k1/include/secp256k1.h +src/secp256k1/src/java/org_bitcoin_NativeSecp256k1.c +src/secp256k1/src/java/org_bitcoin_NativeSecp256k1.h +src/secp256k1/src/bench_inv.c +src/secp256k1/src/bench_sign.c +src/secp256k1/src/bench_verify.c +src/secp256k1/src/ecdsa.h +src/secp256k1/src/ecdsa_impl.h +src/secp256k1/src/eckey.h +src/secp256k1/src/eckey_impl.h +src/secp256k1/src/ecmult.h +src/secp256k1/src/ecmult_gen.h +src/secp256k1/src/ecmult_gen_impl.h +src/secp256k1/src/ecmult_impl.h +src/secp256k1/src/field.h +src/secp256k1/src/field_10x26.h +src/secp256k1/src/field_10x26_impl.h +src/secp256k1/src/field_5x52.h +src/secp256k1/src/field_5x52_asm_impl.h +src/secp256k1/src/field_5x52_impl.h +src/secp256k1/src/field_5x52_int128_impl.h +src/secp256k1/src/field_gmp.h +src/secp256k1/src/field_gmp_impl.h +src/secp256k1/src/field_impl.h +src/secp256k1/src/group.h +src/secp256k1/src/group_impl.h +src/secp256k1/src/num.h +src/secp256k1/src/num_gmp.h +src/secp256k1/src/num_gmp_impl.h +src/secp256k1/src/num_impl.h +src/secp256k1/src/scalar.h +src/secp256k1/src/scalar_4x64.h +src/secp256k1/src/scalar_4x64_impl.h +src/secp256k1/src/scalar_8x32.h +src/secp256k1/src/scalar_8x32_impl.h +src/secp256k1/src/scalar_impl.h +src/secp256k1/src/secp256k1.c +src/secp256k1/src/testrand.h +src/secp256k1/src/testrand_impl.h +src/secp256k1/src/tests.c +src/secp256k1/src/util.h +src/test/accounting_tests.cpp +src/test/alert_tests.cpp +src/test/allocator_tests.cpp +src/test/base32_tests.cpp +src/test/base58_tests.cpp +src/test/base64_tests.cpp +src/test/bignum.h +src/test/bip32_tests.cpp +src/test/bloom_tests.cpp +src/test/checkblock_tests.cpp +src/test/Checkpoints_tests.cpp +src/test/coins_tests.cpp +src/test/compress_tests.cpp +src/test/crypto_tests.cpp +src/test/DoS_tests.cpp +src/test/getarg_tests.cpp +src/test/hash_tests.cpp +src/test/key_tests.cpp +src/test/main_tests.cpp +src/test/mempool_tests.cpp +src/test/miner_tests.cpp +src/test/mruset_tests.cpp +src/test/multisig_tests.cpp +src/test/netbase_tests.cpp +src/test/pmt_tests.cpp +src/test/rpc_tests.cpp +src/test/rpc_wallet_tests.cpp +src/test/sanity_tests.cpp +src/test/script_P2SH_tests.cpp +src/test/script_tests.cpp +src/test/scriptnum_tests.cpp +src/test/serialize_tests.cpp +src/test/sighash_tests.cpp +src/test/sigopcount_tests.cpp +src/test/skiplist_tests.cpp +src/test/test_sarmacoins.cpp +src/test/timedata_tests.cpp +src/test/transaction_tests.cpp +src/test/uint256_tests.cpp +src/test/univalue_tests.cpp +src/test/util_tests.cpp +src/test/wallet_tests.cpp +src/univalue/gen.cpp +src/univalue/univalue.cpp +src/univalue/univalue.h +src/univalue/univalue_escapes.h +src/univalue/univalue_read.cpp +src/univalue/univalue_write.cpp +src/activemasternode.cpp +src/activemasternode.h +src/addrman.cpp +src/addrman.h +src/alert.cpp +src/alert.h +src/allocators.cpp +src/allocators.h +src/amount.cpp +src/amount.h +src/base58.cpp +src/base58.h +src/bloom.cpp +src/bloom.h +src/chain.cpp +src/chain.h +src/chainparams.cpp +src/chainparams.h +src/chainparamsbase.cpp +src/chainparamsbase.h +src/chainparamsseeds.h +src/checkpoints.cpp +src/checkpoints.h +src/checkqueue.h +src/clientversion.cpp +src/clientversion.h +src/coincontrol.h +src/coins.cpp +src/coins.h +src/compat.h +src/compressor.cpp +src/compressor.h +src/core_io.h +src/core_read.cpp +src/core_write.cpp +src/crypter.cpp +src/crypter.h +src/darksend-relay.cpp +src/darksend-relay.h +src/darksend.cpp +src/darksend.h +src/db.cpp +src/db.h +src/eccryptoverify.cpp +src/eccryptoverify.h +src/ecwrapper.cpp +src/ecwrapper.h +src/hash.cpp +src/hash.h +src/init.cpp +src/init.h +src/instantx.cpp +src/instantx.h +src/keepass.cpp +src/keepass.h +src/key.cpp +src/key.h +src/keystore.cpp +src/keystore.h +src/leveldbwrapper.cpp +src/leveldbwrapper.h +src/limitedmap.h +src/main.cpp +src/main.h +src/masternode-budget.cpp +src/masternode-budget.h +src/masternode-payments.cpp +src/masternode-payments.h +src/masternode-sync.cpp +src/masternode-sync.h +src/masternode.cpp +src/masternode.h +src/masternodeconfig.cpp +src/masternodeconfig.h +src/masternodeman.cpp +src/masternodeman.h +src/merkleblock.cpp +src/merkleblock.h +src/miner.cpp +src/miner.h +src/mruset.h +src/net.cpp +src/net.h +src/netbase.cpp +src/netbase.h +src/noui.cpp +src/noui.h +src/pow.cpp +src/pow.h +src/protocol.cpp +src/protocol.h +src/pubkey.cpp +src/pubkey.h +src/random.cpp +src/random.h +src/rest.cpp +src/rpcblockchain.cpp +src/rpcclient.cpp +src/rpcclient.h +src/rpcdump.cpp +src/rpcmasternode-budget.cpp +src/rpcmasternode.cpp +src/rpcmining.cpp +src/rpcmisc.cpp +src/rpcnet.cpp +src/rpcprotocol.cpp +src/rpcprotocol.h +src/rpcrawtransaction.cpp +src/rpcserver.cpp +src/rpcserver.h +src/rpcwallet.cpp +src/sarmacoins-cli.cpp +src/sarmacoins-tx.cpp +src/sarmacoins.cpp +src/serialize.h +src/spork.cpp +src/spork.h +src/streams.h +src/sync.cpp +src/sync.h +src/threadsafety.h +src/timedata.cpp +src/timedata.h +src/tinyformat.h +src/txdb.cpp +src/txdb.h +src/txmempool.cpp +src/txmempool.h +src/ui_interface.h +src/uint256.cpp +src/uint256.h +src/undo.h +src/util.cpp +src/util.h +src/utilmoneystr.cpp +src/utilmoneystr.h +src/utilstrencodings.cpp +src/utilstrencodings.h +src/utiltime.cpp +src/utiltime.h +src/version.h +src/wallet.cpp +src/wallet.h +src/wallet_ismine.cpp +src/wallet_ismine.h +src/walletdb.cpp +src/walletdb.h \ No newline at end of file diff --git a/SARMACOINS.includes b/SARMACOINS.includes new file mode 100644 index 0000000000000..44c7421f5e509 --- /dev/null +++ b/SARMACOINS.includes @@ -0,0 +1,20 @@ +src +src/compat +src/crypto +src/json +src/leveldb/db +src/leveldb/helpers/memenv +src/leveldb/include/leveldb +src/leveldb/port +src/leveldb/port/win +src/leveldb/table +src/leveldb/util +src/primitives +src/qt +src/qt/test +src/script +src/secp256k1/include +src/secp256k1/src +src/secp256k1/src/java +src/test +src/univalue \ No newline at end of file diff --git a/configure.ac b/configure.ac index 9e20221d6dc45..af809a78fe018 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,9 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N) AC_PREREQ([2.60]) -define(_CLIENT_VERSION_MAJOR, 0) -define(_CLIENT_VERSION_MINOR, 12) +define(_CLIENT_VERSION_MAJOR, 1) +define(_CLIENT_VERSION_MINOR, 0) define(_CLIENT_VERSION_REVISION, 0) -define(_CLIENT_VERSION_BUILD, 56) +define(_CLIENT_VERSION_BUILD, 1) define(_CLIENT_VERSION_IS_RELEASE, true) define(_COPYRIGHT_YEAR, 2015) AC_INIT([SarmaCoins Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[info@SarmaCoins.io],[SarmaCoins]) diff --git a/contrib/gitian-descriptors/gitian-linux.yml b/contrib/gitian-descriptors/gitian-linux.yml index 2bfabddad5ec6..ee5c9f12f23b0 100755 --- a/contrib/gitian-descriptors/gitian-linux.yml +++ b/contrib/gitian-descriptors/gitian-linux.yml @@ -1,5 +1,5 @@ --- -name: "SarmaCoins-linux-0.12" +name: "SarmaCoins-linux-1.0.0.1" enable_cache: true suites: - "precise" diff --git a/contrib/gitian-descriptors/gitian-osx.yml b/contrib/gitian-descriptors/gitian-osx.yml index 5d77c695f5060..0e36af86ba1b7 100644 --- a/contrib/gitian-descriptors/gitian-osx.yml +++ b/contrib/gitian-descriptors/gitian-osx.yml @@ -1,5 +1,5 @@ --- -name: "SarmaCoins-osx-0.12" +name: "SarmaCoins-osx-1.0.0.1" enable_cache: true suites: - "precise" diff --git a/contrib/gitian-descriptors/gitian-rpi2.yml b/contrib/gitian-descriptors/gitian-rpi2.yml index fae6b441c49b3..c3e5789c94204 100644 --- a/contrib/gitian-descriptors/gitian-rpi2.yml +++ b/contrib/gitian-descriptors/gitian-rpi2.yml @@ -1,5 +1,5 @@ --- -name: "SarmaCoins-raspberry-0.12" +name: "SarmaCoins-raspberry-1.0.0.1" enable_cache: true suites: - "precise" diff --git a/contrib/gitian-descriptors/gitian-win.yml b/contrib/gitian-descriptors/gitian-win.yml index b28f093eab3a1..a7f2a23c60dc1 100755 --- a/contrib/gitian-descriptors/gitian-win.yml +++ b/contrib/gitian-descriptors/gitian-win.yml @@ -1,5 +1,5 @@ --- -name: "SarmaCoins-win-0.12" +name: "SarmaCoins-win-1.0.0.1" enable_cache: true suites: - "precise" diff --git a/contrib/linearize/linearize-hashes.py b/contrib/linearize/linearize-hashes.py index 52eef034f69f5..0dff8733f0530 100755 --- a/contrib/linearize/linearize-hashes.py +++ b/contrib/linearize/linearize-hashes.py @@ -96,7 +96,7 @@ def get_block_hashes(settings, max_blocks_per_call=10000): if 'host' not in settings: settings['host'] = '127.0.0.1' if 'port' not in settings: - settings['port'] = 9998 + settings['port'] = 9886 if 'min_height' not in settings: settings['min_height'] = 0 if 'max_height' not in settings: diff --git a/contrib/qos/tc.sh b/contrib/qos/tc.sh index aa27938b9a02e..13f3caa7705a9 100644 --- a/contrib/qos/tc.sh +++ b/contrib/qos/tc.sh @@ -32,10 +32,10 @@ tc filter add dev ${IF} parent 1: protocol ip prio 2 handle 2 fw classid 1:11 # ret=$? #done -#limit outgoing traffic to and from port 9999. but not when dealing with a host on the local network +#limit outgoing traffic to and from port 9887. but not when dealing with a host on the local network # (defined by $LOCALNET) # --set-mark marks packages matching these criteria with the number "2" # these packages are filtered by the tc filter with "handle 2" # this filter sends the packages into the 1:11 class, and this class is limited to ${LIMIT} -iptables -t mangle -A OUTPUT -p tcp -m tcp --dport 9999 ! -d ${LOCALNET} -j MARK --set-mark 0x2 -iptables -t mangle -A OUTPUT -p tcp -m tcp --sport 9999 ! -d ${LOCALNET} -j MARK --set-mark 0x2 +iptables -t mangle -A OUTPUT -p tcp -m tcp --dport 9887 ! -d ${LOCALNET} -j MARK --set-mark 0x2 +iptables -t mangle -A OUTPUT -p tcp -m tcp --sport 9887 ! -d ${LOCALNET} -j MARK --set-mark 0x2 diff --git a/contrib/seeds/makeseeds.py b/contrib/seeds/makeseeds.py index 253970792891d..ce20a01ee6b7c 100755 --- a/contrib/seeds/makeseeds.py +++ b/contrib/seeds/makeseeds.py @@ -12,18 +12,15 @@ # These are hosts that have been observed to be behaving strangely (e.g. # aggressively connecting to every node). SUSPICIOUS_HOSTS = set([ - "130.211.129.106", "178.63.107.226", - "83.81.130.26", "88.198.17.7", "148.251.238.178", "176.9.46.6", - "54.173.72.127", "54.174.10.182", "54.183.64.54", "54.194.231.211", - "54.66.214.167", "54.66.220.137", "54.67.33.14", "54.77.251.214", - "54.94.195.96", "54.94.200.247" + "127.0.0.1" ]) import re import sys import dns.resolver -PATTERN_IPV4 = re.compile(r"^((\d{1,3})\.(\d{1,3})\.(\d{1,3})\.(\d{1,3})):9999$") +PATTERN_IPV4 = re.compile(r"^((\d{1,3})\.(\d{1,3})\.(\d{1,3})\.(\d{1,3})):9887$") тут изменяем порт + PATTERN_AGENT = re.compile(r"^(\/Satoshi:0.8.6\/|\/Satoshi:0.9.(2|3)\/|\/Core:0.1(0|1|2).\d{1,2}.\d{1,2}\/)$") def parseline(line): diff --git a/share/seeds/generate-seeds.py b/share/seeds/generate-seeds.py index 15d0aaff63cf2..74705186000e1 100755 --- a/share/seeds/generate-seeds.py +++ b/share/seeds/generate-seeds.py @@ -124,10 +124,10 @@ def main(): g.write(' * IPv4 as well as onion addresses are wrapped inside a IPv6 address accordingly.\n') g.write(' */\n') with open(os.path.join(indir,'nodes_main.txt'),'r') as f: - process_nodes(g, f, 'pnSeed6_main', 9999) + process_nodes(g, f, 'pnSeed6_main', 9887) g.write('\n') with open(os.path.join(indir,'nodes_test.txt'),'r') as f: - process_nodes(g, f, 'pnSeed6_test', 19999) + process_nodes(g, f, 'pnSeed6_test', 19887) g.write('#endif // BITCOIN_CHAINPARAMSSEEDS_H\n') if __name__ == '__main__': diff --git a/share/seeds/nodes_main.txt b/share/seeds/nodes_main.txt index 3dba6d8a64829..5a1139487c197 100644 --- a/share/seeds/nodes_main.txt +++ b/share/seeds/nodes_main.txt @@ -1,518 +1,7 @@ # List of fixed seed nodes for main network # IPv4 nodes (generated using contrib/seeds/makeseeds.py) -1.33.197.110 -1.34.180.245 -1.202.128.218 -2.35.195.25 -5.100.123.19 -5.175.145.169 -5.199.133.193 -5.199.151.10 -5.228.1.230 -14.200.200.145 -18.228.0.188 -18.228.0.200 -23.30.243.153 -23.88.232.49 -23.99.105.9 -23.226.137.208 -23.227.177.161 -23.227.191.50 -23.229.45.32 -23.236.144.69 -23.253.148.113 -23.253.241.22 -23.255.227.231 -24.20.205.222 -24.23.120.252 -24.94.98.96 -24.98.95.201 -24.111.90.55 -24.119.119.105 -24.138.25.149 -31.3.214.45 -31.186.87.46 -31.186.101.98 -31.186.250.186 -31.204.153.107 -37.44.16.231 -37.44.44.11 -37.120.168.204 -37.143.86.26 -37.187.75.24 -37.188.68.169 -37.192.95.150 -37.201.246.116 -37.205.10.140 -46.10.210.17 -46.19.138.154 -46.28.204.123 -46.28.205.67 -46.38.235.229 -46.163.76.230 -46.166.162.91 -46.173.190.50 -46.227.66.132 -46.229.238.187 -46.236.116.209 -47.55.14.65 -50.7.252.229 -50.46.159.91 -50.78.49.181 -50.78.231.57 -50.79.153.65 -50.116.34.44 -50.126.86.253 -50.142.41.23 -50.199.113.193 -50.200.78.107 -50.206.138.177 -50.252.52.49 -54.165.25.75 -54.169.107.40 -54.179.190.56 -54.187.82.121 -54.246.85.246 -58.74.7.205 -58.96.183.121 -61.62.58.38 -61.63.91.72 -61.63.91.112 -61.72.211.228 -62.43.40.154 -62.43.130.178 -62.80.185.213 -62.109.49.26 -62.173.139.58 -62.181.238.186 -62.210.114.127 -63.141.228.138 -63.153.213.78 -63.223.84.145 -63.251.88.112 -64.31.110.50 -64.34.121.45 -64.114.6.42 -64.140.125.98 -64.156.193.100 -65.30.47.116 -65.35.132.177 -65.96.193.165 -65.111.189.26 -66.68.10.30 -66.114.33.250 -66.130.46.63 -66.175.215.135 -66.190.253.165 -66.194.38.254 -66.244.98.111 -67.162.238.30 -67.169.255.17 -67.183.173.25 -67.219.233.140 -67.227.240.115 -67.247.222.71 -68.43.114.66 -68.52.33.36 -68.198.245.241 -69.12.226.165 -69.13.198.188 -69.15.179.62 -69.39.239.47 -69.47.45.87 -69.62.217.206 -69.64.42.31 -69.64.81.61 -69.67.219.200 -69.90.132.157 -69.94.30.177 -69.136.175.241 -70.61.97.228 -70.123.118.132 -71.59.152.182 -71.198.248.151 -71.200.242.89 -71.225.179.157 -72.14.187.51 -72.38.34.180 -72.52.72.187 -72.91.144.182 -72.167.49.217 -72.201.243.55 -72.223.60.249 -72.228.153.102 -73.26.101.228 -73.50.158.200 -73.181.204.170 -74.57.199.180 -74.63.222.226 -74.81.231.21 -74.193.126.82 -74.207.235.164 -75.83.197.114 -75.144.114.9 -76.112.5.247 -76.174.20.247 -77.37.240.142 -77.57.202.107 -77.172.123.53 -77.221.91.253 -77.235.48.48 -77.245.78.2 -78.8.58.249 -78.27.191.182 -78.129.236.141 -78.131.88.47 -78.157.205.6 -79.132.230.144 -79.143.188.155 -79.160.221.140 -79.161.111.114 -80.100.189.3 -80.147.140.121 -80.203.75.133 -80.220.99.227 -80.222.20.169 -80.241.1.7 -81.23.191.243 -81.38.11.202 -81.80.9.71 -81.110.213.165 -81.133.155.237 -81.171.34.37 -81.181.155.180 -82.39.156.137 -82.73.161.95 -82.130.45.40 -82.165.153.47 -82.168.128.133 -82.179.225.118 -82.194.245.158 -82.199.102.10 -82.211.30.243 -82.217.133.145 -82.221.128.35 -82.221.131.177 -82.233.225.205 -83.0.249.146 -83.89.31.249 -83.128.29.231 -83.128.253.142 -83.143.130.56 -83.150.2.99 -83.150.9.196 -83.161.64.45 -83.212.103.212 -83.212.111.114 -83.246.75.8 -83.254.81.31 -83.254.150.54 -84.2.34.104 -84.15.61.60 -84.17.25.135 -84.42.144.19 -84.212.210.135 -84.215.165.231 -84.238.140.176 -84.240.31.184 -85.25.214.137 -85.139.163.132 -85.199.4.228 -85.214.61.209 -85.214.108.77 -86.123.16.17 -87.48.42.199 -87.104.168.104 -87.229.73.171 -87.236.196.77 -88.97.56.98 -88.134.178.89 -88.150.233.19 -88.168.133.3 -88.208.18.246 -88.208.33.202 -89.18.28.21 -89.85.220.84 -89.163.227.28 -89.184.83.60 -89.231.96.83 -89.236.49.117 -91.90.66.209 -91.106.194.97 -91.134.75.115 -91.152.193.36 -91.152.219.35 -91.197.10.234 -91.209.77.101 -91.210.106.147 -91.214.200.205 -91.223.115.38 -91.234.48.232 -91.250.86.18 -92.27.7.209 -92.255.207.73 -93.74.163.234 -93.84.114.106 -93.152.166.29 -93.171.216.221 -93.185.177.71 -94.19.12.244 -94.42.115.50 -94.79.177.206 -94.136.147.119 -94.143.245.5 -94.188.50.39 -94.190.227.112 -94.198.135.29 -94.226.107.86 -94.242.219.90 -94.242.229.168 -94.244.160.84 -95.31.10.209 -95.85.25.41 -95.105.161.136 -95.154.165.45 -95.154.200.216 -95.167.109.125 -95.211.125.231 -95.211.216.235 -96.33.25.17 -96.43.130.178 -97.118.8.236 -98.102.6.125 -98.202.20.45 -98.217.125.225 -98.234.210.111 -98.237.20.123 -98.255.144.176 -99.113.64.43 -99.229.22.8 -103.1.212.19 -103.30.42.189 -103.224.165.48 -103.243.94.140 -104.131.107.107 -104.131.116.184 -104.143.0.156 -104.219.184.9 -106.185.38.174 -107.6.4.145 -107.150.8.27 -107.150.33.20 -107.170.228.129 -107.170.240.173 -108.51.20.86 -108.61.149.222 -108.61.151.172 -108.161.129.247 -108.170.140.21 -109.60.211.216 -109.73.42.36 -109.73.172.138 -109.163.235.239 -109.190.196.220 -109.201.135.216 -109.228.152.2 -109.228.154.81 -109.230.220.125 -109.234.156.218 -109.235.49.27 -109.235.69.84 -112.124.71.0 -113.146.68.251 -115.29.17.82 -115.70.176.17 -117.41.162.184 -118.27.8.170 -119.230.7.211 -119.246.71.52 -121.172.8.100 -122.128.109.148 -123.231.224.63 -128.175.195.31 -128.199.164.96 -128.199.254.244 -129.97.69.76 -129.123.7.7 -129.123.7.39 -129.186.17.17 -131.247.169.190 -133.242.209.63 -134.102.94.38 -134.119.17.145 -137.116.160.176 -137.226.34.42 -138.210.217.170 -141.255.166.194 -143.215.129.126 -144.76.244.19 -146.148.52.162 -146.148.80.57 -146.185.19.30 -146.185.142.86 -146.185.253.51 -148.251.6.214 -149.154.155.235 -149.210.133.244 -151.224.248.252 -153.121.75.229 -153.127.251.67 -154.20.2.139 -157.13.61.5 -158.58.173.48 -159.253.23.132 -162.209.110.218 -162.213.254.205 -162.239.254.100 -162.242.150.39 -162.243.81.138 -162.243.235.56 -162.244.79.16 -162.245.217.119 -162.248.102.117 -162.251.108.53 -162.254.149.139 -162.255.116.78 -166.70.94.106 -167.88.45.124 -167.88.120.210 -173.26.49.43 -173.30.14.6 -173.80.114.197 -173.167.214.243 -173.208.219.108 -173.220.67.156 -173.236.101.34 -173.246.107.34 -173.255.237.241 -174.2.213.209 -174.51.23.224 -174.51.123.159 -174.57.212.121 -174.109.33.28 -175.126.124.91 -175.126.124.92 -176.10.116.242 -176.36.35.126 -176.36.99.222 -176.124.110.47 -176.194.33.44 -176.223.201.198 -178.62.26.83 -178.62.36.48 -178.62.212.141 -178.62.254.59 -178.78.250.3 -178.155.86.226 -178.175.134.35 -178.248.111.4 -178.254.1.170 -178.254.34.161 -179.43.114.14 -182.213.208.28 -184.68.2.46 -184.72.238.42 -184.94.226.34 -184.94.227.58 -184.107.139.58 -184.107.206.45 -185.10.48.117 -185.21.216.156 -185.38.47.224 -185.45.192.129 -185.53.129.230 -185.53.131.114 -185.55.53.61 -185.55.53.63 -185.61.119.2 -185.61.148.203 -186.2.167.23 -188.92.75.178 -188.122.92.134 -188.138.9.208 -188.165.209.148 -188.226.206.239 -190.10.8.124 -190.10.10.147 -192.0.130.142 -192.3.89.159 -192.73.234.138 -192.75.95.107 -192.95.100.102 -192.155.84.181 -192.169.233.206 -192.198.93.86 -192.227.135.216 -193.0.109.3 -193.77.50.208 -193.109.68.62 -193.150.121.37 -193.224.69.98 -194.79.8.37 -194.141.86.10 -195.12.180.94 -195.56.63.10 -195.116.93.93 -195.154.174.226 -195.159.111.98 -195.169.138.2 -195.189.126.35 -195.197.175.190 -197.242.93.82 -198.11.214.147 -198.49.41.21 -199.33.124.186 -199.204.186.146 -199.233.238.115 -199.241.189.66 -202.60.68.242 -202.60.69.232 -203.183.151.39 -203.219.14.204 -204.44.123.109 -204.44.123.162 -204.45.120.178 -206.190.134.44 -206.248.184.127 -207.244.73.8 -208.66.30.27 -209.81.9.223 -209.105.243.229 -209.126.70.159 -209.140.30.169 -209.165.128.235 -209.190.2.242 -210.66.254.236 -210.73.27.33 -211.72.66.229 -212.25.37.124 -212.71.235.114 -212.71.252.109 -212.114.48.31 -212.174.151.118 -213.66.205.194 -213.129.248.139 -213.136.87.34 -213.165.82.133 -213.167.17.6 -213.179.158.253 -213.189.53.125 -213.222.208.93 -216.49.158.161 -216.55.143.154 -216.131.91.100 -216.245.206.181 -216.250.138.230 -217.11.225.189 -217.23.6.133 -217.75.88.178 -217.172.143.140 -217.195.169.209 -217.196.248.106 -219.138.161.162 -222.167.248.90 -223.18.254.55 +127.0.0.1 # Onion nodes bitcoinostk4e4re.onion:8333 diff --git a/share/seeds/nodes_test.txt b/share/seeds/nodes_test.txt index 71782836feb43..bb9445bfc6a56 100644 --- a/share/seeds/nodes_test.txt +++ b/share/seeds/nodes_test.txt @@ -1,5 +1,5 @@ # List of fixed seed nodes for testnet - +127.0.0.1 # Onion nodes thfsmmn2jbitcoin.onion it2pj4f7657g3rhi.onion diff --git a/src/activemasternode.cpp b/src/activemasternode.cpp index e65725386ced6..e7ed4df091596 100644 --- a/src/activemasternode.cpp +++ b/src/activemasternode.cpp @@ -67,13 +67,13 @@ void CActiveMasternode::ManageStatus() LogPrintf("CActiveMasternode::ManageStatus() - Checking inbound connection to '%s'\n", service.ToString()); if(Params().NetworkID() == CBaseChainParams::MAIN) { - if(service.GetPort() != 9999) { - notCapableReason = strprintf("Invalid port: %u - only 9999 is supported on mainnet.", service.GetPort()); + if(service.GetPort() != 9887) { + notCapableReason = strprintf("Invalid port: %u - only 9887 is supported on mainnet.", service.GetPort()); LogPrintf("CActiveMasternode::ManageStatus() - not capable: %s\n", notCapableReason); return; } - } else if(service.GetPort() == 9999) { - notCapableReason = strprintf("Invalid port: %u - 9999 is only supported on mainnet.", service.GetPort()); + } else if(service.GetPort() == 9887) { + notCapableReason = strprintf("Invalid port: %u - 9887 is only supported on mainnet.", service.GetPort()); LogPrintf("CActiveMasternode::ManageStatus() - not capable: %s\n", notCapableReason); return; } @@ -262,13 +262,13 @@ bool CActiveMasternode::Register(std::string strService, std::string strKeyMaste CService service = CService(strService); if(Params().NetworkID() == CBaseChainParams::MAIN) { - if(service.GetPort() != 9999) { - errorMessage = strprintf("Invalid port %u for masternode %s - only 9999 is supported on mainnet.", service.GetPort(), strService); + if(service.GetPort() != 9887) { + errorMessage = strprintf("Invalid port %u for masternode %s - only 9887 is supported on mainnet.", service.GetPort(), strService); LogPrintf("CActiveMasternode::Register() - %s\n", errorMessage); return false; } - } else if(service.GetPort() == 9999) { - errorMessage = strprintf("Invalid port %u for masternode %s - 9999 is only supported on mainnet.", service.GetPort(), strService); + } else if(service.GetPort() == 9887) { + errorMessage = strprintf("Invalid port %u for masternode %s - 9887 is only supported on mainnet.", service.GetPort(), strService); LogPrintf("CActiveMasternode::Register() - %s\n", errorMessage); return false; } diff --git a/src/chainparams.cpp b/src/chainparams.cpp index a54e0ee494920..e84b8e4a0980a 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -56,39 +56,21 @@ static void convertSeed6(std::vector &vSeedsOut, const SeedSpec6 *data static Checkpoints::MapCheckpoints mapCheckpoints = boost::assign::map_list_of - ( 1500, uint256("0x000000aaf0300f59f49bc3e970bad15c11f961fe2347accffff19d96ec9778e3")) - ( 4991, uint256("0x000000003b01809551952460744d5dbb8fcbd6cbae3c220267bf7fa43f837367")) - ( 9918, uint256("0x00000000213e229f332c0ffbe34defdaa9e74de87f2d8d1f01af8d121c3c170b")) - ( 16912, uint256("0x00000000075c0d10371d55a60634da70f197548dbbfa4123e12abfcbc5738af9")) - ( 23912, uint256("0x0000000000335eac6703f3b1732ec8b2f89c3ba3a7889e5767b090556bb9a276")) - ( 35457, uint256("0x0000000000b0ae211be59b048df14820475ad0dd53b9ff83b010f71a77342d9f")) - ( 45479, uint256("0x000000000063d411655d590590e16960f15ceea4257122ac430c6fbe39fbf02d")) - ( 55895, uint256("0x0000000000ae4c53a43639a4ca027282f69da9c67ba951768a20415b6439a2d7")) - ( 68899, uint256("0x0000000000194ab4d3d9eeb1f2f792f21bb39ff767cb547fe977640f969d77b7")) - ( 74619, uint256("0x000000000011d28f38f05d01650a502cc3f4d0e793fbc26e2a2ca71f07dc3842")) - ( 75095, uint256("0x0000000000193d12f6ad352a9996ee58ef8bdc4946818a5fec5ce99c11b87f0d")) - ( 88805, uint256("0x00000000001392f1652e9bf45cd8bc79dc60fe935277cd11538565b4a94fa85f")) - ( 107996, uint256("0x00000000000a23840ac16115407488267aa3da2b9bc843e301185b7d17e4dc40")) - ( 137993, uint256("0x00000000000cf69ce152b1bffdeddc59188d7a80879210d6e5c9503011929c3c")) - ( 167996, uint256("0x000000000009486020a80f7f2cc065342b0c2fb59af5e090cd813dba68ab0fed")) - ( 207992, uint256("0x00000000000d85c22be098f74576ef00b7aa00c05777e966aff68a270f1e01a5")) - ( 312645, uint256("0x0000000000059dcb71ad35a9e40526c44e7aae6c99169a9e7017b7d84b1c2daf")) - ( 407452, uint256("0x000000000003c6a87e73623b9d70af7cd908ae22fee466063e4ffc20be1d2dbc")) + ( 0, uint256("0x0000048e09b76239136450bfc5b6fa4d0fb2a91bdf6ef42fa1d49f4444908e88")) + ; static const Checkpoints::CCheckpointData data = { &mapCheckpoints, - 1423563332, // * UNIX timestamp of last checkpoint block - 853742, // * total number of transactions between genesis and last checkpoint + 1462550400, // * UNIX timestamp of last checkpoint block + 0, // * total number of transactions between genesis and last checkpoint // (the tx=... number in the SetBestChain debug.log lines) 2800 // * estimated number of transactions per day after checkpoint }; static Checkpoints::MapCheckpoints mapCheckpointsTestnet = boost::assign::map_list_of - ( 261, uint256("00000c26026d0815a7e2ce4fa270775f61403c040647ff2c3091f99e894a4618")) - ( 77900, uint256("00000007e5ec67e2a626c07b7d66673c3dd8df0aed5018ca984b99fba2b71024")) - ( 82313, uint256("000000156a313af1d69fe855609175b276996235e8f4f7da41b10e4a7a750a19")) - ; + ( 261, uint256("00000b71be3b6fdaef5c768d6916d5462c7d8012fe6ad58538fa31a31c7e1b76")) + ; static const Checkpoints::CCheckpointData dataTestnet = { &mapCheckpointsTestnet, 1405699509, @@ -98,7 +80,7 @@ static const Checkpoints::CCheckpointData dataTestnet = { static Checkpoints::MapCheckpoints mapCheckpointsRegtest = boost::assign::map_list_of - ( 0, uint256("0x000008ca1832a4baf228eb1553c03d3a2c8e02399550dd6ea8d65cec3ef23d2e")) + ( 0, uint256("12a2589ecf90ee6be976676b2f321b02d743b97b464c491f85f6f370d31996c5")) ; static const Checkpoints::CCheckpointData dataRegtest = { &mapCheckpointsRegtest, @@ -117,12 +99,12 @@ class CMainParams : public CChainParams { * The characters are rarely used upper ASCII, not valid as UTF-8, and produce * a large 4-byte int at any alignment. */ - pchMessageStart[0] = 0xbf; - pchMessageStart[1] = 0x0c; - pchMessageStart[2] = 0x6b; - pchMessageStart[3] = 0xbd; - vAlertPubKey = ParseHex("048240a8748a80a286b270ba126705ced4f2ce5a7847b3610ea3c06513150dade2a8512ed5ea86320824683fc0818f0ac019214973e677acd1244f6d0571fc5103"); - nDefaultPort = 9999; + pchMessageStart[0] = 0x1c; + pchMessageStart[1] = 0xbd ; + pchMessageStart[2] = 0xcb ; + pchMessageStart[3] = 0x4f; + vAlertPubKey = ParseHex("048728fcc4f1e0f7bad3700f6af3c0464c6feccc09ed258ee2641c50e1dbd1c7cc6d0df01ea787a1c634fe96d962c526bdb4010273d3631a829a5929949116105f"); + nDefaultPort = 9887; bnProofOfWorkLimit = ~uint256(0) >> 20; // SarmaCoins starting difficulty is 1 / 2^12 nSubsidyHalvingInterval = 210000; nEnforceBlockUpgradeMajority = 750; @@ -142,29 +124,26 @@ class CMainParams : public CChainParams { * CTxOut(nValue=50.00000000, scriptPubKey=0xA9037BAC7050C479B121CF) * vMerkleTree: e0028e */ - const char* pszTimestamp = "Wired 09/Jan/2014 The Grand Experiment Goes Live: Overstock.com Is Now Accepting Bitcoins"; + const char* pszTimestamp = "SarmaCoins"; CMutableTransaction txNew; txNew.vin.resize(1); txNew.vout.resize(1); txNew.vin[0].scriptSig = CScript() << 486604799 << CScriptNum(4) << vector((const unsigned char*)pszTimestamp, (const unsigned char*)pszTimestamp + strlen(pszTimestamp)); txNew.vout[0].nValue = 50 * COIN; - txNew.vout[0].scriptPubKey = CScript() << ParseHex("040184710fa689ad5023690c80f3a49c8f13f8d45b8c857fbcbc8bc4a8e4d3eb4b10f4d4604fa08dce601aaf0f470216fe1b51850b4acf21b179c45070ac7b03a9") << OP_CHECKSIG; + txNew.vout[0].scriptPubKey = CScript() << ParseHex("0406fc79efd02570de32c66fd65f7ff4b06f00080f4fba5b7da79590e87849613892b7ddce745b37968568cd868034794005f136b6210fe6466c9601fd20a37a5d") << OP_CHECKSIG; genesis.vtx.push_back(txNew); genesis.hashPrevBlock = 0; genesis.hashMerkleRoot = genesis.BuildMerkleTree(); genesis.nVersion = 1; - genesis.nTime = 1390095618; + genesis.nTime = 1462550400; genesis.nBits = 0x1e0ffff0; - genesis.nNonce = 28917698; + genesis.nNonce = 1148315; hashGenesisBlock = genesis.GetHash(); - assert(hashGenesisBlock == uint256("0x00000ffd590b1485b3caadc19b22e6379c733355108f107a430458cdf3407ab6")); + assert(hashGenesisBlock == uint256("0x0000048e09b76239136450bfc5b6fa4d0fb2a91bdf6ef42fa1d49f4444908e88")); assert(genesis.hashMerkleRoot == uint256("0xe0028eb9648db56b1ac77cf090b99048a8007e2bb64b68f092c03c7f56a662c7")); + vSeeds.clear(); - vSeeds.push_back(CDNSSeedData("darkcoin.io", "dnsseed.darkcoin.io")); - vSeeds.push_back(CDNSSeedData("darkcoin.qa", "dnsseed.darkcoin.qa")); - vSeeds.push_back(CDNSSeedData("masternode.io", "dnsseed.masternode.io")); - vSeeds.push_back(CDNSSeedData("SarmaCoins.io", "dnsseed.SarmaCoins.io")); base58Prefixes[PUBKEY_ADDRESS] = list_of( 76); // SarmaCoins addresses start with 'X' base58Prefixes[SCRIPT_ADDRESS] = list_of( 16); // SarmaCoins script addresses start with '7' @@ -185,10 +164,10 @@ class CMainParams : public CChainParams { fTestnetToBeDeprecatedFieldRPC = false; nPoolMaxTransactions = 3; - strSporkKey = "04549ac134f694c0243f503e8c8a9a986f5de6610049c40b07816809b0d1d06a21b07be27b9bb555931773f62ba6cf35a25fd52f694d4e1106ccd237a7bb899fdd"; - strMasternodePaymentsPubKey = "04549ac134f694c0243f503e8c8a9a986f5de6610049c40b07816809b0d1d06a21b07be27b9bb555931773f62ba6cf35a25fd52f694d4e1106ccd237a7bb899fdd"; + strSporkKey = "04631250aca5a098c8c27d7a464d5dbfca16d70a9905bea4d6df7d7fb8eec03e4de666d30bed08a0c8a9bffa8e6961c373186d4e52c9587099dacfce50ddd1107a"; + strMasternodePaymentsPubKey = "04631250aca5a098c8c27d7a464d5dbfca16d70a9905bea4d6df7d7fb8eec03e4de666d30bed08a0c8a9bffa8e6961c373186d4e52c9587099dacfce50ddd1107a"; strDarksendPoolDummyAddress = "Xq19GqFvajRrEdDHYRKGYjTsQfpV5jyipF"; - nStartMasternodePayments = 1403728576; //Wed, 25 Jun 2014 20:36:16 GMT + nStartMasternodePayments = 1462550400; //Wed, 25 Jun 2014 20:36:16 GMT } const Checkpoints::CCheckpointData& Checkpoints() const @@ -210,8 +189,8 @@ class CTestNetParams : public CMainParams { pchMessageStart[1] = 0xe2; pchMessageStart[2] = 0xca; pchMessageStart[3] = 0xff; - vAlertPubKey = ParseHex("04517d8a699cb43d3938d7b24faaff7cda448ca4ea267723ba614784de661949bf632d6304316b244646dea079735b9a6fc4af804efb4752075b9fe2245e14e412"); - nDefaultPort = 19999; + vAlertPubKey = ParseHex("62757f8ca002f2097b5553085a2060238e34af26fc38c569d21967babafe12e1"); + nDefaultPort = 19887; nEnforceBlockUpgradeMajority = 51; nRejectBlockOutdatedMajority = 75; nToCheckBlockUpgradeMajority = 100; @@ -220,21 +199,18 @@ class CTestNetParams : public CMainParams { nTargetSpacing = 2.5 * 60; // SarmaCoins: 2.5 minutes //! Modify the testnet genesis block so the timestamp is valid for a later start. - genesis.nTime = 1390666206; - genesis.nNonce = 3861367235; - + genesis.nTime = 1462550401; + genesis.nNonce = 1512776; + genesis.nBits = 0x207fffff; hashGenesisBlock = genesis.GetHash(); - assert(hashGenesisBlock == uint256("0x00000bafbc94add76cb75e2ec92894837288a481e5c005f6563d91623bf8bc2c")); + assert(hashGenesisBlock == uint256("0x00000b71be3b6fdaef5c768d6916d5462c7d8012fe6ad58538fa31a31c7e1b76")); vFixedSeeds.clear(); vSeeds.clear(); /*vSeeds.push_back(CDNSSeedData("SarmaCoins.io", "testnet-seed.SarmaCoins.io")); vSeeds.push_back(CDNSSeedData("SarmaCoins.qa", "testnet-seed.SarmaCoins.qa")); *///legacy seeders - vSeeds.push_back(CDNSSeedData("darkcoin.io", "testnet-seed.darkcoin.io")); - vSeeds.push_back(CDNSSeedData("darkcoin.qa", "testnet-seed.darkcoin.qa")); - vSeeds.push_back(CDNSSeedData("masternode.io", "test.dnsseed.masternode.io")); - + vSeeds.clear(); base58Prefixes[PUBKEY_ADDRESS] = list_of(139); // Testnet SarmaCoins addresses start with 'x' or 'y' base58Prefixes[SCRIPT_ADDRESS] = list_of( 19); // Testnet SarmaCoins script addresses start with '8' or '9' base58Prefixes[SECRET_KEY] = list_of(239); // Testnet private keys start with '9' or 'c' (Bitcoin defaults) @@ -253,10 +229,10 @@ class CTestNetParams : public CMainParams { fTestnetToBeDeprecatedFieldRPC = true; nPoolMaxTransactions = 2; - strSporkKey = "046f78dcf911fbd61910136f7f0f8d90578f68d0b3ac973b5040fb7afb501b5939f39b108b0569dca71488f5bbf498d92e4d1194f6f941307ffd95f75e76869f0e"; - strMasternodePaymentsPubKey = "046f78dcf911fbd61910136f7f0f8d90578f68d0b3ac973b5040fb7afb501b5939f39b108b0569dca71488f5bbf498d92e4d1194f6f941307ffd95f75e76869f0e"; + strSporkKey = "04166b2d361483c3984fec310ae4d0f965c190727648e93dac647760f712facaae7480388dadc4cff71a41469eedd710917230043216c85c9a15396ec940d7988c"; + strMasternodePaymentsPubKey = "04166b2d361483c3984fec310ae4d0f965c190727648e93dac647760f712facaae7480388dadc4cff71a41469eedd710917230043216c85c9a15396ec940d7988c"; strDarksendPoolDummyAddress = "y1EZuxhhNMAUofTBEeLqGE1bJrpC2TWRNp"; - nStartMasternodePayments = 1420837558; //Fri, 09 Jan 2015 21:05:58 GMT + nStartMasternodePayments = 1462550401; //Fri, 09 Jan 2015 21:05:58 GMT } const Checkpoints::CCheckpointData& Checkpoints() const { @@ -287,10 +263,10 @@ class CRegTestParams : public CTestNetParams { bnProofOfWorkLimit = ~uint256(0) >> 1; genesis.nTime = 1417713337; genesis.nBits = 0x207fffff; - genesis.nNonce = 1096447; + genesis.nNonce = 1; hashGenesisBlock = genesis.GetHash(); - nDefaultPort = 19994; - assert(hashGenesisBlock == uint256("0x000008ca1832a4baf228eb1553c03d3a2c8e02399550dd6ea8d65cec3ef23d2e")); + nDefaultPort = 19883; + assert(hashGenesisBlock == uint256("0x12a2589ecf90ee6be976676b2f321b02d743b97b464c491f85f6f370d31996c5")); vFixedSeeds.clear(); //! Regtest mode doesn't have any fixed seeds. vSeeds.clear(); //! Regtest mode doesn't have any DNS seeds. @@ -318,7 +294,7 @@ class CUnitTestParams : public CMainParams, public CModifiableParams { CUnitTestParams() { networkID = CBaseChainParams::UNITTEST; strNetworkID = "unittest"; - nDefaultPort = 18445; + nDefaultPort = 18334; vFixedSeeds.clear(); //! Unit test mode doesn't have any fixed seeds. vSeeds.clear(); //! Unit test mode doesn't have any DNS seeds. diff --git a/src/chainparamsbase.11.cpp b/src/chainparamsbase.11.cpp new file mode 100644 index 0000000000000..372c25ec03fe6 --- /dev/null +++ b/src/chainparamsbase.11.cpp @@ -0,0 +1,129 @@ +// Copyright (c) 2010 Satoshi Nakamoto +// Copyright (c) 2009-2014 The Bitcoin developers +// Distributed under the MIT software license, see the accompanying +// file COPYING or http://www.opensource.org/licenses/mit-license.php. + +#include "chainparamsbase.h" + +#include "util.h" + +#include + +#include + +using namespace boost::assign; + +/** + * Main network + */ +class CBaseMainParams : public CBaseChainParams +{ +public: + CBaseMainParams() + { + networkID = CBaseChainParams::MAIN; + nRPCPort = 9998; + } +}; +static CBaseMainParams mainParams; + +/** + * Testnet (v3) + */ +class CBaseTestNetParams : public CBaseMainParams +{ +public: + CBaseTestNetParams() + { + networkID = CBaseChainParams::TESTNET; + nRPCPort = 19998; + strDataDir = "testnet3"; + } +}; +static CBaseTestNetParams testNetParams; + +/* + * Regression test + */ +class CBaseRegTestParams : public CBaseTestNetParams +{ +public: + CBaseRegTestParams() + { + networkID = CBaseChainParams::REGTEST; + strDataDir = "regtest"; + } +}; +static CBaseRegTestParams regTestParams; + +/* + * Unit test + */ +class CBaseUnitTestParams : public CBaseMainParams +{ +public: + CBaseUnitTestParams() + { + networkID = CBaseChainParams::UNITTEST; + strDataDir = "unittest"; + } +}; +static CBaseUnitTestParams unitTestParams; + +static CBaseChainParams* pCurrentBaseParams = 0; + +const CBaseChainParams& BaseParams() +{ + assert(pCurrentBaseParams); + return *pCurrentBaseParams; +} + +void SelectBaseParams(CBaseChainParams::Network network) +{ + switch (network) { + case CBaseChainParams::MAIN: + pCurrentBaseParams = &mainParams; + break; + case CBaseChainParams::TESTNET: + pCurrentBaseParams = &testNetParams; + break; + case CBaseChainParams::REGTEST: + pCurrentBaseParams = ®TestParams; + break; + case CBaseChainParams::UNITTEST: + pCurrentBaseParams = &unitTestParams; + break; + default: + assert(false && "Unimplemented network"); + return; + } +} + +CBaseChainParams::Network NetworkIdFromCommandLine() +{ + bool fRegTest = GetBoolArg("-regtest", false); + bool fTestNet = GetBoolArg("-testnet", false); + + if (fTestNet && fRegTest) + return CBaseChainParams::MAX_NETWORK_TYPES; + if (fRegTest) + return CBaseChainParams::REGTEST; + if (fTestNet) + return CBaseChainParams::TESTNET; + return CBaseChainParams::MAIN; +} + +bool SelectBaseParamsFromCommandLine() +{ + CBaseChainParams::Network network = NetworkIdFromCommandLine(); + if (network == CBaseChainParams::MAX_NETWORK_TYPES) + return false; + + SelectBaseParams(network); + return true; +} + +bool AreBaseParamsConfigured() +{ + return pCurrentBaseParams != NULL; +} diff --git a/src/chainparamsbase.cpp b/src/chainparamsbase.cpp index 372c25ec03fe6..aeffbca819210 100644 --- a/src/chainparamsbase.cpp +++ b/src/chainparamsbase.cpp @@ -22,7 +22,7 @@ class CBaseMainParams : public CBaseChainParams CBaseMainParams() { networkID = CBaseChainParams::MAIN; - nRPCPort = 9998; + nRPCPort = 9886; } }; static CBaseMainParams mainParams; @@ -36,7 +36,7 @@ class CBaseTestNetParams : public CBaseMainParams CBaseTestNetParams() { networkID = CBaseChainParams::TESTNET; - nRPCPort = 19998; + nRPCPort = 19886; strDataDir = "testnet3"; } }; diff --git a/src/chainparamsseeds.1.h b/src/chainparamsseeds.1.h new file mode 100644 index 0000000000000..a853d54f0336e --- /dev/null +++ b/src/chainparamsseeds.1.h @@ -0,0 +1,33 @@ +#ifndef BITCOIN_CHAINPARAMSSEEDS_H +#define BITCOIN_CHAINPARAMSSEEDS_H +/** + * List of fixed seed nodes for the bitcoin network + * AUTOGENERATED by share/seeds/generate-seeds.py + * + * Each line contains a 16-byte IPv6 address and a port. + * IPv4 as well as onion addresses are wrapped inside a IPv6 address accordingly. + */ + // ***TODO*** fix generate-seeds.py and REGENERATE +static SeedSpec6 pnSeed6_main[] = { + {{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xb3,0x2b,0x80,0xef}, 9999}, + {{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x80,0x7f,0x6a,0xeb}, 9999}, + {{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x25,0x9d,0xfa,0x0a}, 9999}, + {{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xa2,0xd1,0x63,0x23}, 9999}, + {{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x6c,0x3d,0xd2,0x36}, 9999}, + {{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xac,0xf5,0x05,0x84}, 9999}, + {{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x2e,0xa2,0x42,0x0a}, 9999}, + {{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x4e,0x6d,0xb2,0xc3}, 9999}, + {{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x8a,0x80,0xa9,0x5e}, 9999}, + {{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x34,0x0b,0x8d,0xe5}, 9999}, + {{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x25,0x3b,0x15,0x3a}, 9999}, + {{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x2e,0x69,0x76,0x0f}, 9999}, + {{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xb2,0x21,0x7e,0xdd}, 9999}, + {{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x68,0xec,0x17,0x83}, 9999}, + {{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x6c,0x3d,0xd1,0x25}, 9999} +}; + +static SeedSpec6 pnSeed6_test[] = { +// {{0xfd,0x87,0xd8,0x7e,0xeb,0x43,0x99,0xcb,0x26,0x31,0xba,0x48,0x51,0x31,0x39,0x0d}, 18333}, +// {{0xfd,0x87,0xd8,0x7e,0xeb,0x43,0x44,0xf4,0xf4,0xf0,0xbf,0xf7,0x7e,0x6d,0xc4,0xe8}, 18333} +}; +#endif // BITCOIN_CHAINPARAMSSEEDS_H diff --git a/src/chainparamsseeds.h b/src/chainparamsseeds.h index a853d54f0336e..dcacda1cc46e5 100644 --- a/src/chainparamsseeds.h +++ b/src/chainparamsseeds.h @@ -9,21 +9,7 @@ */ // ***TODO*** fix generate-seeds.py and REGENERATE static SeedSpec6 pnSeed6_main[] = { - {{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xb3,0x2b,0x80,0xef}, 9999}, - {{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x80,0x7f,0x6a,0xeb}, 9999}, - {{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x25,0x9d,0xfa,0x0a}, 9999}, - {{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xa2,0xd1,0x63,0x23}, 9999}, - {{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x6c,0x3d,0xd2,0x36}, 9999}, - {{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xac,0xf5,0x05,0x84}, 9999}, - {{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x2e,0xa2,0x42,0x0a}, 9999}, - {{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x4e,0x6d,0xb2,0xc3}, 9999}, - {{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x8a,0x80,0xa9,0x5e}, 9999}, - {{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x34,0x0b,0x8d,0xe5}, 9999}, - {{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x25,0x3b,0x15,0x3a}, 9999}, - {{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x2e,0x69,0x76,0x0f}, 9999}, - {{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xb2,0x21,0x7e,0xdd}, 9999}, - {{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x68,0xec,0x17,0x83}, 9999}, - {{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x6c,0x3d,0xd1,0x25}, 9999} + {{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x7f,0x00,0x00,0x01}, 9887} }; static SeedSpec6 pnSeed6_test[] = { diff --git a/src/clientversion.h b/src/clientversion.h index 0ce518f6e72ba..c3a1e9a3eff6d 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -14,10 +14,10 @@ */ //! These need to be macros, as clientversion.cpp's and SarmaCoins*-res.rc's voodoo requires it -#define CLIENT_VERSION_MAJOR 0 -#define CLIENT_VERSION_MINOR 12 +#define CLIENT_VERSION_MAJOR 1 +#define CLIENT_VERSION_MINOR 0 #define CLIENT_VERSION_REVISION 0 -#define CLIENT_VERSION_BUILD 56 +#define CLIENT_VERSION_BUILD 1 //! Set to true for release, false for prerelease or test build #define CLIENT_VERSION_IS_RELEASE true diff --git a/src/masternode.cpp b/src/masternode.cpp index 8195cdabf6b71..bcdd0ed542155 100644 --- a/src/masternode.cpp +++ b/src/masternode.cpp @@ -392,8 +392,8 @@ bool CMasternodeBroadcast::CheckAndUpdate(int& nDos) } if(Params().NetworkID() == CBaseChainParams::MAIN) { - if(addr.GetPort() != 9999) return false; - } else if(addr.GetPort() == 9999) return false; + if(addr.GetPort() != 9887) return false; + } else if(addr.GetPort() == 9887) return false; //search existing Masternode list, this is where we update existing Masternodes with new mnb broadcasts CMasternode* pmn = mnodeman.Find(vin); diff --git a/src/masternodeconfig.cpp b/src/masternodeconfig.cpp index 6e5b732fe4087..2d637837dceac 100644 --- a/src/masternodeconfig.cpp +++ b/src/masternodeconfig.cpp @@ -22,7 +22,7 @@ bool CMasternodeConfig::read(std::string& strErr) { if (configFile != NULL) { std::string strHeader = "# Masternode config file\n" "# Format: alias IP:port masternodeprivkey collateral_output_txid collateral_output_index\n" - "# Example: mn1 127.0.0.2:19999 93HaYBVUCYjEMeeH1Y4sBGLALQZE1Yc1K64xiqgX37tGBDQL8Xg 2bcd3c84c84f87eaa86e4e56834c92927a07f9e18718810b92e0d0324456a67c 0\n"; + "# Example: mn1 127.0.0.2:19887 93HaYBVUCYjEMeeH1Y4sBGLALQZE1Yc1K64xiqgX37tGBDQL8Xg 2bcd3c84c84f87eaa86e4e56834c92927a07f9e18718810b92e0d0324456a67c 0\n"; fwrite(strHeader.c_str(), std::strlen(strHeader.c_str()), 1, configFile); fclose(configFile); } @@ -54,17 +54,17 @@ bool CMasternodeConfig::read(std::string& strErr) { } if(Params().NetworkID() == CBaseChainParams::MAIN) { - if(CService(ip).GetPort() != 9999) { + if(CService(ip).GetPort() != 9887) { strErr = _("Invalid port detected in masternode.conf") + "\n" + strprintf(_("Line: %d"), linenumber) + "\n\"" + line + "\"" + "\n" + - _("(must be 9999 for mainnet)"); + _("(must be 9887 for mainnet)"); streamConfig.close(); return false; } - } else if(CService(ip).GetPort() == 9999) { + } else if(CService(ip).GetPort() == 9887) { strErr = _("Invalid port detected in masternode.conf") + "\n" + strprintf(_("Line: %d"), linenumber) + "\n\"" + line + "\"" + "\n" + - _("(9999 could be used only on mainnet)"); + _("(9887 could be used only on mainnet)"); streamConfig.close(); return false; } diff --git a/src/masternodeman.cpp b/src/masternodeman.cpp index ae7a418cc4680..f42b15ec5c1a7 100644 --- a/src/masternodeman.cpp +++ b/src/masternodeman.cpp @@ -877,8 +877,8 @@ void CMasternodeMan::ProcessMessage(CNode* pfrom, std::string& strCommand, CData } if(Params().NetworkID() == CBaseChainParams::MAIN){ - if(addr.GetPort() != 9999) return; - } else if(addr.GetPort() == 9999) return; + if(addr.GetPort() != 9887) return; + } else if(addr.GetPort() == 9887) return; //search existing Masternode list, this is where we update existing Masternodes with new dsee broadcasts CMasternode* pmn = this->Find(vin); diff --git a/src/test/netbase_tests.cpp b/src/test/netbase_tests.cpp index d72fb1cca5a97..07becce985286 100644 --- a/src/test/netbase_tests.cpp +++ b/src/test/netbase_tests.cpp @@ -61,15 +61,15 @@ BOOST_AUTO_TEST_CASE(netbase_splithost) BOOST_CHECK(TestSplitHost("www.bitcoin.org:80", "www.bitcoin.org", 80)); BOOST_CHECK(TestSplitHost("[www.bitcoin.org]:80", "www.bitcoin.org", 80)); BOOST_CHECK(TestSplitHost("127.0.0.1", "127.0.0.1", -1)); - BOOST_CHECK(TestSplitHost("127.0.0.1:9999", "127.0.0.1", 9999)); + BOOST_CHECK(TestSplitHost("127.0.0.1:9887", "127.0.0.1", 9887)); BOOST_CHECK(TestSplitHost("[127.0.0.1]", "127.0.0.1", -1)); - BOOST_CHECK(TestSplitHost("[127.0.0.1]:9999", "127.0.0.1", 9999)); + BOOST_CHECK(TestSplitHost("[127.0.0.1]:9887", "127.0.0.1", 9887)); BOOST_CHECK(TestSplitHost("::ffff:127.0.0.1", "::ffff:127.0.0.1", -1)); - BOOST_CHECK(TestSplitHost("[::ffff:127.0.0.1]:9999", "::ffff:127.0.0.1", 9999)); - BOOST_CHECK(TestSplitHost("[::]:9999", "::", 9999)); - BOOST_CHECK(TestSplitHost("::9999", "::9999", -1)); - BOOST_CHECK(TestSplitHost(":9999", "", 9999)); - BOOST_CHECK(TestSplitHost("[]:9999", "", 9999)); + BOOST_CHECK(TestSplitHost("[::ffff:127.0.0.1]:9887", "::ffff:127.0.0.1", 9887)); + BOOST_CHECK(TestSplitHost("[::]:9887", "::", 9887)); + BOOST_CHECK(TestSplitHost("::9887", "::9887", -1)); + BOOST_CHECK(TestSplitHost(":9887", "", 9887)); + BOOST_CHECK(TestSplitHost("[]:9887", "", 9887)); BOOST_CHECK(TestSplitHost("", "", -1)); } @@ -84,10 +84,10 @@ bool static TestParse(string src, string canon) BOOST_AUTO_TEST_CASE(netbase_lookupnumeric) { BOOST_CHECK(TestParse("127.0.0.1", "127.0.0.1:65535")); - BOOST_CHECK(TestParse("127.0.0.1:9999", "127.0.0.1:9999")); + BOOST_CHECK(TestParse("127.0.0.1:9887", "127.0.0.1:9887")); BOOST_CHECK(TestParse("::ffff:127.0.0.1", "127.0.0.1:65535")); BOOST_CHECK(TestParse("::", "[::]:65535")); - BOOST_CHECK(TestParse("[::]:9999", "[::]:9999")); + BOOST_CHECK(TestParse("[::]:9887", "[::]:9887")); BOOST_CHECK(TestParse("[127.0.0.1]", "127.0.0.1:65535")); BOOST_CHECK(TestParse(":::", "")); }