From a584cb5b491f64b2d2b7c3bec5f393c819d46c68 Mon Sep 17 00:00:00 2001 From: Travis Cunningham Date: Fri, 21 Jul 2017 15:10:07 -0400 Subject: [PATCH] Initial commit --- src/base58.h | 8 +- src/bitcoinrpc.cpp | 32 ++--- src/checkpoints.cpp | 16 +-- src/checkpoints.h | 4 +- src/db.cpp | 8 +- src/db.h | 2 +- src/hash.h | 2 +- src/init.cpp | 48 +++---- src/kernel.cpp | 4 +- src/kernel.h | 2 +- src/main.cpp | 117 ++++++++--------- src/main.h | 23 ++-- src/makefile.linux-mingw | 12 +- src/makefile.mingw | 16 +-- src/makefile.osx | 14 +- src/makefile.osx-mavericks | 14 +- src/makefile.unix | 10 +- src/net.cpp | 22 ++-- src/net.h | 4 +- src/primenodes.cpp | 2 +- src/primenodes.h | 2 +- src/qt/addresstablemodel.h | 2 +- src/qt/askpassphrasedialog.cpp | 2 +- src/qt/bitcoin.cpp | 16 +-- src/qt/bitcoin.qrc | 84 ++++++------ src/qt/bitcoingui.cpp | 32 ++--- src/qt/bitcoingui.h | 2 +- src/qt/bitcoinstrings.cpp | 24 ++-- src/qt/bitcoinunits.cpp | 6 +- src/qt/coincontroldialog.cpp | 2 +- src/qt/editaddressdialog.cpp | 2 +- src/qt/forms/aboutdialog.ui | 6 +- src/qt/forms/addressbookpage.ui | 2 +- src/qt/forms/overviewpage.ui | 4 +- src/qt/forms/rpcconsole.ui | 8 +- src/qt/forms/sendcoinsentry.ui | 2 +- src/qt/forms/signverifymessagedialog.ui | 4 +- src/qt/guiutil.cpp | 18 +-- src/qt/guiutil.h | 4 +- src/qt/locale/paycoin_ar.ts | 4 +- src/qt/locale/paycoin_cs_CZ.ts | 4 +- src/qt/locale/paycoin_da.ts | 16 +-- src/qt/locale/paycoin_de.ts | 132 +++++++++---------- src/qt/locale/paycoin_el_GR.ts | 2 +- src/qt/locale/paycoin_en.ts | 104 +++++++-------- src/qt/locale/paycoin_es.ts | 4 +- src/qt/locale/paycoin_es_CL.ts | 4 +- src/qt/locale/paycoin_fa.ts | 4 +- src/qt/locale/paycoin_fi.ts | 22 ++-- src/qt/locale/paycoin_fr.ts | 162 ++++++++++++------------ src/qt/locale/paycoin_he.ts | 4 +- src/qt/locale/paycoin_hi.ts | 8 +- src/qt/locale/paycoin_hr.ts | 2 +- src/qt/locale/paycoin_id.ts | 114 ++++++++--------- src/qt/locale/paycoin_it.ts | 128 +++++++++---------- src/qt/locale/paycoin_nb.ts | 136 ++++++++++---------- src/qt/locale/paycoin_nl.ts | 116 ++++++++--------- src/qt/locale/paycoin_pt_BR.ts | 4 +- src/qt/locale/paycoin_ro_RO.ts | 12 +- src/qt/locale/paycoin_ru.ts | 114 ++++++++--------- src/qt/locale/paycoin_sk.ts | 4 +- src/qt/locale/paycoin_sk_SK.ts | 16 +-- src/qt/locale/paycoin_sv.ts | 8 +- src/qt/locale/paycoin_tr_TR.ts | 4 +- src/qt/locale/paycoin_uk.ts | 4 +- src/qt/locale/paycoin_zh_CN.ts | 108 ++++++++-------- src/qt/locale/paycoin_zh_TW.ts | 18 +-- src/qt/optionsdialog.cpp | 14 +- src/qt/optionsmodel.cpp | 2 +- src/qt/optionsmodel.h | 2 +- src/qt/qrcodedialog.cpp | 2 +- src/qt/qtipcserver.h | 4 +- src/qt/res/bitcoin-qt.rc | 14 +- src/qt/res/src/bitcoin.svg | 24 ++-- src/qt/rpcconsole.cpp | 4 +- src/qt/rpcconsole.h | 4 +- src/qt/sendcoinsdialog.cpp | 4 +- src/qt/signverifymessagedialog.cpp | 4 +- src/qt/splashscreen.cpp | 2 +- src/qt/transactionrecord.cpp | 2 +- src/qt/transactionview.cpp | 4 +- src/rpcblockchain.cpp | 4 +- src/rpcdump.cpp | 14 +- src/rpcnet.cpp | 4 +- src/rpcrawtransaction.cpp | 2 +- src/rpcwallet.cpp | 60 ++++----- src/scrapesdb.cpp | 8 +- src/scrapesdb.h | 2 +- src/script.cpp | 2 +- src/script.h | 2 +- src/serialize.h | 2 +- src/test/rpc_tests.cpp | 4 +- src/test/test_paycoin.cpp | 2 +- src/test/util_tests.cpp | 2 +- src/util.cpp | 32 ++--- src/util.h | 2 +- src/version.cpp | 6 +- src/version.h | 6 +- src/wallet.cpp | 22 ++-- src/wallet.h | 2 +- src/walletdb.cpp | 2 +- paycoin-qt.pro => traviscoin-qt.pro | 0 102 files changed, 1054 insertions(+), 1052 deletions(-) rename paycoin-qt.pro => traviscoin-qt.pro (100%) diff --git a/src/base58.h b/src/base58.h index 54fd74d..5aef53e 100644 --- a/src/base58.h +++ b/src/base58.h @@ -1,7 +1,7 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin Developers // Copyright (c) 2011-2015 The Peercoin developers -// Copyright (c) 2014-2015 The Paycoin developers +// Copyright (c) 2014-2015 The TravisCoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -255,7 +255,7 @@ class CBase58Data bool operator> (const CBase58Data& b58) const { return CompareTo(b58) > 0; } }; -/** base58-encoded Paycoin addresses. +/** base58-encoded TravisCoin addresses. * Public-key-hash-addresses have version 55 (or 111 testnet). * The data vector contains RIPEMD160(SHA256(pubkey)), where pubkey is the serialized public key. * Script-hash-addresses have version 117 (or 196 testnet). @@ -278,8 +278,8 @@ class CBitcoinAddress : public CBase58Data public: enum { - PUBKEY_ADDRESS = 55, // paycoin: addresses begin with 'P' - SCRIPT_ADDRESS = 117, // paycoin: addresses begin with 'p' + PUBKEY_ADDRESS = 55, // traviscoin: addresses begin with 'P' + SCRIPT_ADDRESS = 117, // traviscoin: addresses begin with 'p' PUBKEY_ADDRESS_TEST = 111, SCRIPT_ADDRESS_TEST = 196, }; diff --git a/src/bitcoinrpc.cpp b/src/bitcoinrpc.cpp index daf3598..f982f89 100644 --- a/src/bitcoinrpc.cpp +++ b/src/bitcoinrpc.cpp @@ -1,7 +1,7 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Copyright (c) 2011-2015 The Peercoin developers -// Copyright (c) 2014-2015 The Paycoin developers +// Copyright (c) 2014-2015 The TravisCoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -131,10 +131,10 @@ Value stop(const Array& params, bool fHelp) if (fHelp || params.size() != 0) throw runtime_error( "stop\n" - "Stop Paycoin server."); + "Stop TravisCoin server."); // Shutdown will take long enough that the response should get back StartShutdown(); - return "Paycoin server stopping"; + return "TravisCoin server stopping"; } Value getgenerate(const Array& params, bool fHelp) @@ -184,7 +184,7 @@ Value gethashespersec(const Array& params, bool fHelp) return (boost::int64_t)dHashesPerSec; } -// paycoin: get network Gh/s estimate +// traviscoin: get network Gh/s estimate Value getnetworkghps(const Array& params, bool fHelp) { if (fHelp || params.size() != 0) @@ -288,13 +288,13 @@ Value getwork(const Array& params, bool fHelp) "If [data] is specified, tries to solve the block and returns true if it was successful."); if (vNodes.empty()) - throw JSONRPCError(-9, "Paycoin is not connected!"); + throw JSONRPCError(-9, "TravisCoin is not connected!"); if (IsInitialBlockDownload()) - throw JSONRPCError(-10, "Paycoin is downloading blocks..."); + throw JSONRPCError(-10, "TravisCoin is downloading blocks..."); if (pindexBest != NULL && pindexBest->nTime > POW_END_TIME) - throw JSONRPCError(-10, "Paycoin is currently on pure PoS state"); + throw JSONRPCError(-10, "TravisCoin is currently on pure PoS state"); typedef map > mapNewBlock_t; @@ -436,13 +436,13 @@ Value getblocktemplate(const Array& params, bool fHelp) { if (vNodes.empty()) - throw JSONRPCError(-9, "Paycoin is not connected!"); + throw JSONRPCError(-9, "TravisCoin is not connected!"); if (IsInitialBlockDownload()) - throw JSONRPCError(-10, "Paycoin is downloading blocks..."); + throw JSONRPCError(-10, "TravisCoin is downloading blocks..."); if (pindexBest != NULL && pindexBest->nTime > POW_END_TIME) - throw JSONRPCError(-10, "Paycoin is currently on pure PoS state"); + throw JSONRPCError(-10, "TravisCoin is currently on pure PoS state"); // Update block static unsigned int nTransactionsUpdatedLast; @@ -573,7 +573,7 @@ Value submitblock(const Array& params, bool fHelp) throw JSONRPCError(-22, "Block decode failed"); } - // Paycoin: sign block + // TravisCoin: sign block if (!block.SignBlock(*pwalletMain)) throw JSONRPCError(-100, "Unable to sign block, wallet locked?"); @@ -799,7 +799,7 @@ string HTTPPost(const string& strMsg, const map& mapRequestHeader { ostringstream s; s << "POST / HTTP/1.1\r\n" - << "User-Agent: paycoin-json-rpc/" << FormatFullVersion() << "\r\n" + << "User-Agent: traviscoin-json-rpc/" << FormatFullVersion() << "\r\n" << "Host: 127.0.0.1\r\n" << "Content-Type: application/json\r\n" << "Content-Length: " << strMsg.size() << "\r\n" @@ -830,7 +830,7 @@ static string HTTPReply(int nStatus, const string& strMsg) if (nStatus == 401) return strprintf("HTTP/1.0 401 Authorization Required\r\n" "Date: %s\r\n" - "Server: paycoin-json-rpc/%s\r\n" + "Server: traviscoin-json-rpc/%s\r\n" "WWW-Authenticate: Basic realm=\"jsonrpc\"\r\n" "Content-Type: text/html\r\n" "Content-Length: 296\r\n" @@ -857,7 +857,7 @@ static string HTTPReply(int nStatus, const string& strMsg) "Connection: close\r\n" "Content-Length: %d\r\n" "Content-Type: application/json\r\n" - "Server: paycoin-json-rpc/%s\r\n" + "Server: traviscoin-json-rpc/%s\r\n" "\r\n" "%s", nStatus, @@ -1136,7 +1136,7 @@ void ThreadRPCServer2(void* parg) { unsigned char rand_pwd[32]; RAND_bytes(rand_pwd, 32); - string strWhatAmI = "To use paycoin(paycoind)"; + string strWhatAmI = "To use traviscoin(traviscoind)"; if (mapArgs.count("-server")) strWhatAmI = strprintf(_("To use the %s option"), "\"-server\""); else if (mapArgs.count("-daemon")) @@ -1144,7 +1144,7 @@ void ThreadRPCServer2(void* parg) ThreadSafeMessageBox(strprintf( _("%s, you must set a rpcpassword in the configuration file:\n %s\n" "It is recommended you use the following random password:\n" - "rpcuser=paycoinrpc\n" + "rpcuser=traviscoinrpc\n" "rpcpassword=%s\n" "(you do not need to remember this password)\n" "The username and password MUST NOT be the same.\n" diff --git a/src/checkpoints.cpp b/src/checkpoints.cpp index 72a0513..b23f642 100644 --- a/src/checkpoints.cpp +++ b/src/checkpoints.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2012 The Bitcoin developers // Copyright (c) 2011-2015 The Peercoin developers -// Copyright (c) 2014-2015 The Paycoin developers +// Copyright (c) 2014-2015 The TravisCoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -81,7 +81,7 @@ namespace Checkpoints return NULL; } - // paycoin: synchronized checkpoint (centrally broadcasted) + // traviscoin: synchronized checkpoint (centrally broadcasted) uint256 hashSyncCheckpoint = 0; uint256 hashPendingCheckpoint = 0; CSyncCheckpoint checkpointMessage; @@ -89,7 +89,7 @@ namespace Checkpoints uint256 hashInvalidCheckpoint = 0; CCriticalSection cs_hashSyncCheckpoint; - // paycoin: get last synchronized checkpoint + // traviscoin: get last synchronized checkpoint CBlockIndex* GetLastSyncCheckpoint() { LOCK(cs_hashSyncCheckpoint); @@ -100,7 +100,7 @@ namespace Checkpoints return NULL; } - // paycoin: only descendant of current sync-checkpoint is allowed + // traviscoin: only descendant of current sync-checkpoint is allowed bool ValidateSyncCheckpoint(uint256 hashCheckpoint) { if (!mapBlockIndex.count(hashSyncCheckpoint)) @@ -258,7 +258,7 @@ namespace Checkpoints return false; } - // paycoin: reset synchronized checkpoint to last hardened checkpoint + // traviscoin: reset synchronized checkpoint to last hardened checkpoint bool ResetSyncCheckpoint() { LOCK(cs_hashSyncCheckpoint); @@ -380,12 +380,12 @@ namespace Checkpoints } } -// paycoin: sync-checkpoint master key +// traviscoin: sync-checkpoint master key const std::string CSyncCheckpoint::strMasterPubKey = "04ecec931afbe7634dd3519f2771239668a06a865f3fd2e74b271cc6005c35a9228a787b404a28638de85cc5cf3ea0c15777b3fceef577c36b12cf0ab18a4c669a"; std::string CSyncCheckpoint::strMasterPrivKey = ""; -// paycoin: verify signature of sync-checkpoint message +// traviscoin: verify signature of sync-checkpoint message bool CSyncCheckpoint::CheckSignature() { CKey key; @@ -400,7 +400,7 @@ bool CSyncCheckpoint::CheckSignature() return true; } -// paycoin: process synchronized checkpoint +// traviscoin: process synchronized checkpoint bool CSyncCheckpoint::ProcessSyncCheckpoint(CNode* pfrom) { if (!CheckSignature()) diff --git a/src/checkpoints.h b/src/checkpoints.h index 898ff85..57f4b49 100644 --- a/src/checkpoints.h +++ b/src/checkpoints.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2012 The Bitcoin developers // Copyright (c) 2011-2015 The Peercoin developers -// Copyright (c) 2014-2015 The Paycoin developers +// Copyright (c) 2014-2015 The TravisCoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_CHECKPOINT_H @@ -49,7 +49,7 @@ namespace Checkpoints bool IsSyncCheckpointTooOld(unsigned int nSeconds); } -// paycoin: synchronized checkpoint +// traviscoin: synchronized checkpoint class CUnsignedSyncCheckpoint { public: diff --git a/src/db.cpp b/src/db.cpp index 02147a2..f312c18 100644 --- a/src/db.cpp +++ b/src/db.cpp @@ -1,7 +1,7 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Copyright (c) 2011-2015 The Peercoin developers -// Copyright (c) 2014-2015 The Paycoin developers +// Copyright (c) 2014-2015 The TravisCoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -553,7 +553,7 @@ bool CTxDB::LoadBlockIndex() { CBlockIndex* pindex = item.second; pindex->bnChainTrust = (pindex->pprev ? pindex->pprev->bnChainTrust : 0) + pindex->GetBlockTrust(); - // paycoin: calculate stake modifier checksum + // traviscoin: calculate stake modifier checksum pindex->nStakeModifierChecksum = GetStakeModifierChecksum(pindex); // printf("pindex->nStakeModifierChecksum = %x height = %d\n", pindex->nStakeModifierChecksum, pindex->nHeight); if (!CheckStakeModifierCheckpoints(pindex->nHeight, pindex->nStakeModifierChecksum)) @@ -574,7 +574,7 @@ bool CTxDB::LoadBlockIndex() bnBestChainTrust = pindexBest->bnChainTrust; printf("LoadBlockIndex(): hashBestChain=%s height=%d trust=%s\n", hashBestChain.ToString().substr(0,20).c_str(), nBestHeight, bnBestChainTrust.ToString().c_str()); - // paycoin: load hashSyncCheckpoint + // traviscoin: load hashSyncCheckpoint if (!ReadSyncCheckpoint(Checkpoints::hashSyncCheckpoint)) return error("CTxDB::LoadBlockIndex() : hashSyncCheckpoint not loaded"); printf("LoadBlockIndex(): synchronized checkpoint %s\n", Checkpoints::hashSyncCheckpoint.ToString().c_str()); @@ -770,7 +770,7 @@ bool CTxDB::LoadBlockIndexGuts() if (!pindexNew->CheckIndex()) return error("LoadBlockIndex() : CheckIndex failed at %d", pindexNew->nHeight); - // paycoin: build setStakeSeen + // traviscoin: build setStakeSeen if (pindexNew->IsProofOfStake()) setStakeSeen.insert(make_pair(pindexNew->prevoutStake, pindexNew->nStakeTime)); } diff --git a/src/db.h b/src/db.h index ef399fc..e10744d 100644 --- a/src/db.h +++ b/src/db.h @@ -1,7 +1,7 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Copyright (c) 2011-2015 The Peercoin developers -// Copyright (c) 2014-2015 The Paycoin developers +// Copyright (c) 2014-2015 The TravisCoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_DB_H diff --git a/src/hash.h b/src/hash.h index 5b0f170..ab230fa 100644 --- a/src/hash.h +++ b/src/hash.h @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers -// Copyright (c) 2015 The Paycoin developers +// Copyright (c) 2015 The TravisCoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_HASH_H diff --git a/src/init.cpp b/src/init.cpp index 3dee77f..70cd25f 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -1,7 +1,7 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Copyright (c) 2011-2015 The Peercoin developers -// Copyright (c) 2014-2015 The Paycoin developers +// Copyright (c) 2014-2015 The TravisCoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "db.h" @@ -92,7 +92,7 @@ void Shutdown(void* parg) delete scrapesDB; NewThread(ExitTimeout, NULL); Sleep(50); - printf("Paycoin exited\n\n"); + printf("TravisCoin exited\n\n"); fExit = true; #ifndef QT_GUI // ensure non-UI client get's exited here, but let Bitcoin-Qt reach return 0; in bitcoin.cpp @@ -142,7 +142,7 @@ bool AppInit(int argc, char* argv[]) // // Parameters // - // If Qt is used, parameters/paycoin.conf are parsed in qt/bitcoin.cpp's main() + // If Qt is used, parameters/traviscoin.conf are parsed in qt/bitcoin.cpp's main() ParseParameters(argc, argv); if (!boost::filesystem::is_directory(GetDataDir(false))) { @@ -153,13 +153,13 @@ bool AppInit(int argc, char* argv[]) if (mapArgs.count("-?") || mapArgs.count("--help")) { - // First part of help message is specified in paycoind / RPC client - std::string strUsage = _("Paycoin version") + " " + FormatFullVersion() + "\n\n" + + // First part of help message is specified in traviscoind / RPC client + std::string strUsage = _("TravisCoin version") + " " + FormatFullVersion() + "\n\n" + _("Usage:") + "\n" + - " paycoind [options] " + "\n" + - " paycoind [options] [params] " + _("Send command to server or paycoind") + "\n" + - " paycoind [options] help " + _("List commands") + "\n" + - " paycoind [options] help " + _("Get help for a command") + "\n"; + " traviscoind [options] " + "\n" + + " traviscoind [options] [params] " + _("Send command to server or traviscoind") + "\n" + + " traviscoind [options] help " + _("List commands") + "\n" + + " traviscoind [options] help " + _("Get help for a command") + "\n"; strUsage += "\n" + HelpMessage(); @@ -172,7 +172,7 @@ bool AppInit(int argc, char* argv[]) // Command-line RPC for (int i = 1; i < argc; i++) - if (!IsSwitchChar(argv[i][0]) && !boost::algorithm::istarts_with(argv[i], "paycoin:")) + if (!IsSwitchChar(argv[i][0]) && !boost::algorithm::istarts_with(argv[i], "traviscoin:")) fCommandLine = true; if (fCommandLine) @@ -196,13 +196,13 @@ bool AppInit(int argc, char* argv[]) bool static InitError(const std::string &str) { - ThreadSafeMessageBox(str, _("Paycoin"), wxOK | wxMODAL); + ThreadSafeMessageBox(str, _("TravisCoin"), wxOK | wxMODAL); return false; } bool static InitWarning(const std::string &str) { - ThreadSafeMessageBox(str, _("Paycoin"), wxOK | wxICON_EXCLAMATION | wxMODAL); + ThreadSafeMessageBox(str, _("TravisCoin"), wxOK | wxICON_EXCLAMATION | wxMODAL); return true; } @@ -222,8 +222,8 @@ bool static Bind(const CService &addr, bool fError = true) { std::string HelpMessage() { string strUsage = _("Options:") + "\n" + - " -conf= " + _("Specify configuration file (default: paycoin.conf)") + "\n" + - " -pid= " + _("Specify pid file (default: paycoind.pid)") + "\n" + + " -conf= " + _("Specify configuration file (default: traviscoin.conf)") + "\n" + + " -pid= " + _("Specify pid file (default: traviscoind.pid)") + "\n" + " -gen " + _("Generate coins") + "\n" + " -gen=0 " + _("Don't generate coins") + "\n" + " -datadir= " + _("Specify data directory") + "\n" + @@ -285,7 +285,7 @@ std::string HelpMessage() " -checklevel= " + _("How thorough the block verification is (0-6, default: 1)") + "\n"; strUsage += string() + - _("\nSSL options: (see the Paycoin Wiki for SSL setup instructions)") + "\n" + + _("\nSSL options: (see the TravisCoin Wiki for SSL setup instructions)") + "\n" + " -rpcssl " + _("Use OpenSSL (https) for JSON-RPC connections") + "\n" + " -rpcsslcertificatechainfile= " + _("Server certificate file (default: server.cert)") + "\n" + " -rpcsslprivatekeyfile= " + _("Server private key (default: server.pem)") + "\n" + @@ -368,7 +368,7 @@ bool AppInit2() SoftSetBoolArg("-discover", false); } - if (mapArgs.count("-reservebalance")) // paycoin: reserve balance amount + if (mapArgs.count("-reservebalance")) // traviscoin: reserve balance amount { int64 nReserveBalance = 0; if (!ParseMoney(mapArgs["-reservebalance"], nReserveBalance)) @@ -376,7 +376,7 @@ bool AppInit2() } // Not used, semi-depricated; debating removal.... - if (mapArgs.count("-checkpointkey")) // paycoin: checkpoint master priv key + if (mapArgs.count("-checkpointkey")) // traviscoin: checkpoint master priv key { if (!Checkpoints::SetCheckpointPrivKey(GetArg("-checkpointkey", ""))) return InitError(_("Unable to sign checkpoint, wrong checkpointkey?")); @@ -435,7 +435,7 @@ bool AppInit2() // ********************************************************* Step 4: application initialization: dir lock, daemonize, pidfile, debug log - // Make sure only a single Paycoin process is using the data directory. + // Make sure only a single TravisCoin 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); @@ -444,7 +444,7 @@ bool AppInit2() * throughout init. */ const char* pszDataDir = GetDataDir().string().c_str(); if (!lock.try_lock()) - return InitError(strprintf(_("Cannot obtain a lock on data directory %s. Paycoin is probably already running."), pszDataDir)); + return InitError(strprintf(_("Cannot obtain a lock on data directory %s. TravisCoin is probably already running."), pszDataDir)); #if !defined(WIN32) && !defined(QT_GUI) if (fDaemon) @@ -471,7 +471,7 @@ bool AppInit2() if (GetBoolArg("-shrinkdebugfile", !fDebug)) ShrinkDebugFile(); printf("\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n"); - printf("Paycoin version %s (%s)\n", FormatFullVersion().c_str(), CLIENT_DATE.c_str()); + printf("TravisCoin version %s (%s)\n", FormatFullVersion().c_str(), CLIENT_DATE.c_str()); printf("Using OpenSSL version %s\n", SSLeay_version(SSLEAY_VERSION)); printf("Startup time: %s\n", DateTimeStrFormat("%x %H:%M:%S", GetTime()).c_str()); printf("Default data directory %s\n", GetDefaultDataDir().string().c_str()); @@ -486,7 +486,7 @@ bool AppInit2() // Load data files // if (fDaemon) - fprintf(stdout, "Paycoin server starting\n"); + fprintf(stdout, "TravisCoin server starting\n"); if (!bitdb.Open(GetDataDir())) { @@ -510,7 +510,7 @@ bool AppInit2() BOOST_FOREACH(std::string snet, mapMultiArgs["-onlynet"]) { enum Network net = ParseNetwork(snet); if (net == NET_UNROUTABLE) { - ThreadSafeMessageBox(_("Unknown network specified in -onlynet"), _("Paycoin"), wxOK | wxMODAL); + ThreadSafeMessageBox(_("Unknown network specified in -onlynet"), _("TravisCoin"), wxOK | wxMODAL); return false; } nets.insert(net); @@ -664,10 +664,10 @@ bool AppInit2() if (nLoadWalletRet == DB_CORRUPT) strErrors << _("Error loading wallet.dat: Wallet corrupted") << "\n"; else if (nLoadWalletRet == DB_TOO_NEW) - strErrors << _("Error loading wallet.dat: Wallet requires newer version of Paycoin") << "\n"; + strErrors << _("Error loading wallet.dat: Wallet requires newer version of TravisCoin") << "\n"; else if (nLoadWalletRet == DB_NEED_REWRITE) { - strErrors << _("Wallet needed to be rewritten: restart Paycoin to complete") << "\n"; + strErrors << _("Wallet needed to be rewritten: restart TravisCoin to complete") << "\n"; printf("%s", strErrors.str().c_str()); return InitError(strErrors.str()); } diff --git a/src/kernel.cpp b/src/kernel.cpp index 5793060..f6f68af 100644 --- a/src/kernel.cpp +++ b/src/kernel.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2012-2015 The Peercoin developers -// Copyright (c) 2014-2015 The Paycoin developers +// Copyright (c) 2014-2015 The TravisCoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -249,7 +249,7 @@ static bool GetKernelStakeModifier(uint256 hashBlockFrom, uint64& nStakeModifier return true; } -// paycoin kernel protocol +// traviscoin kernel protocol // coinstake must meet hash target according to the protocol: // kernel (input 0) must meet the formula // hash(nStakeModifier + txPrev.block.nTime + txPrev.offset + txPrev.nTime + txPrev.vout.n + nTime) < bnTarget * nCoinDayWeight diff --git a/src/kernel.h b/src/kernel.h index a0f7a39..fc9d971 100644 --- a/src/kernel.h +++ b/src/kernel.h @@ -1,5 +1,5 @@ // Copyright (c) 2012-2015 The Peercoin developers -// Copyright (c) 2014-2015 The Paycoin developers +// Copyright (c) 2014-2015 The TravisCoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef PPCOIN_KERNEL_H diff --git a/src/main.cpp b/src/main.cpp index 6c90712..13a4f32 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,7 +1,8 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Copyright (c) 2011-2015 The Peercoin developers -// Copyright (c) 2014-2015 The Paycoin developers +// Copyright (c) 2014-2015 The TravisCoin developers +// Copyright (c) 2017 The TravisCoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -62,7 +63,7 @@ map > mapOrphanTransactionsByPrev; // Constant stuff for coinbase transactions we create: CScript COINBASE_FLAGS; -const string strMessageMagic = "Paycoin Signed Message:\n"; +const string strMessageMagic = "TravisCoin Signed Message:\n"; double dHashesPerSec; int64 nHPSTimerStart; @@ -126,7 +127,7 @@ void SyncWithWallets(const CTransaction& tx, const CBlock* pblock, bool fUpdate, { if (!fConnect) { - // paycoin: wallets need to refund inputs when disconnecting coinstake + // traviscoin: wallets need to refund inputs when disconnecting coinstake if (tx.IsCoinStake()) { BOOST_FOREACH(CWallet* pwallet, setpwalletRegistered) @@ -469,7 +470,7 @@ bool CTransaction::CheckTransaction() const const CTxOut& txout = vout[i]; if (txout.IsEmpty() && (!IsCoinBase()) && (!IsCoinStake())) return DoS(100, error("CTransaction::CheckTransaction() : txout empty for user transaction")); - // paycoin: enforce minimum output amount + // traviscoin: enforce minimum output amount if ((!IsCoinBase() && (!IsCoinStake()) && txout.nValue < MIN_TXOUT_AMOUNT)) return DoS(100, error("CTransaction::CheckTransaction() : txout.nValue below minimum")); if ((!txout.IsEmpty()) && txout.nValue < 0) @@ -564,7 +565,7 @@ bool CTxMemPool::accept(CTxDB& txdb, CTransaction &tx, bool fCheckInputs, // Coinbase is only valid in a block, not as a loose transaction if (tx.IsCoinBase()) return tx.DoS(100, error("CTxMemPool::accept() : coinbase as individual tx")); - // paycoin: coinstake is also only valid in a block, not as a loose transaction + // traviscoin: coinstake is also only valid in a block, not as a loose transaction if (tx.IsCoinStake()) return tx.DoS(100, error("CTxMemPool::accept() : coinstake as individual tx")); @@ -965,7 +966,7 @@ uint256 static GetOrphanRoot(const CBlock* pblock) return pblock->GetHash(); } -// paycoin: find block wanted by given orphan block +// traviscoin: find block wanted by given orphan block uint256 WantedByOrphan(const CBlock* pblockOrphan) { // Work back to the first block in the orphan chain @@ -992,7 +993,7 @@ int64 GetProofOfWorkReward(int nHeight, unsigned int nTime) } -// paycoin: miner's coin stake is rewarded based on coin age spent (coin-days) +// traviscoin: miner's coin stake is rewarded based on coin age spent (coin-days) int64 GetProofOfStakeReward(int64 nCoinAge, unsigned int nTime, int primeNodeRate) { @@ -1047,7 +1048,7 @@ unsigned int ComputeMinWork(unsigned int nBase, int64 nTime, bool fProofOfStake) } -// paycoin: find last block index up to pindex +// traviscoin: find last block index up to pindex const CBlockIndex* GetLastBlockIndex(const CBlockIndex* pindex, bool fProofOfStake) { while (pindex && pindex->pprev && (pindex->IsProofOfStake() != fProofOfStake)) @@ -1070,14 +1071,14 @@ unsigned int static GetNextTargetRequired(const CBlockIndex* pindexLast, bool fP if (!fProofOfStake && pindexLast->nHeight >= 23 && pindexLast->nHeight < 120) return bnProofOfWorkLimit.GetCompact(); // most of the 1st 120 blocks - // paycoin: block stuck at 227 + // traviscoin: block stuck at 227 if (!fProofOfStake && pindexLast->nHeight >= 277 && pindexLast->nHeight < 400) return bn227HashTarget.GetCompact(); int64 nActualSpacing = pindexPrev->GetBlockTime() - pindexPrevPrev->GetBlockTime(); - // paycoin: target change every block - // paycoin: retarget with exponential moving toward target spacing + // traviscoin: target change every block + // traviscoin: retarget with exponential moving toward target spacing CBigNum bnNew; bnNew.SetCompact(pindexPrev->nBits); int64 nTargetSpacing = fProofOfStake? STAKE_TARGET_SPACING : min(nTargetSpacingWorkMax, (int64) STAKE_TARGET_SPACING * (1 + pindexLast->nHeight - pindexPrev->nHeight)); @@ -1142,7 +1143,7 @@ void static InvalidChainFound(CBlockIndex* pindexNew) } printf("InvalidChainFound: invalid block=%s height=%d trust=%s\n", pindexNew->GetBlockHash().ToString().substr(0,20).c_str(), pindexNew->nHeight, CBigNum(pindexNew->bnChainTrust).ToString().c_str()); printf("InvalidChainFound: current best=%s height=%d trust=%s\n", hashBestChain.ToString().substr(0,20).c_str(), nBestHeight, CBigNum(bnBestChainTrust).ToString().c_str()); - // paycoin: should not enter safe mode for longer invalid chain + // traviscoin: should not enter safe mode for longer invalid chain } void CBlock::UpdateTime(const CBlockIndex* pindexPrev) @@ -1342,7 +1343,7 @@ bool CTransaction::ConnectInputs(CTxDB& txdb, MapPrevTx inputs, if (pindex->nBlockPos == txindex.pos.nBlockPos && pindex->nFile == txindex.pos.nFile) return error("ConnectInputs() : tried to spend coinbase/coinstake at depth %d", pindexBlock->nHeight - pindex->nHeight); - // paycoin: check transaction timestamp + // traviscoin: check transaction timestamp if (txPrev.nTime > nTime) return DoS(100, error("ConnectInputs() : transaction timestamp earlier than input transaction")); @@ -1397,7 +1398,7 @@ bool CTransaction::ConnectInputs(CTxDB& txdb, MapPrevTx inputs, if (IsCoinStake()) { - // paycoin: coin stake tx earns reward instead of paying fee + // traviscoin: coin stake tx earns reward instead of paying fee uint64 nCoinAge; if (!GetCoinAge(txdb, nCoinAge)) return error("ConnectInputs() : %s unable to get coin age for coinstake", GetHash().ToString().substr(0,10).c_str()); @@ -1426,7 +1427,7 @@ bool CTransaction::ConnectInputs(CTxDB& txdb, MapPrevTx inputs, int64 nTxFee = nValueIn - GetValueOut(); if (nTxFee < 0) return DoS(100, error("ConnectInputs() : %s nTxFee < 0", GetHash().ToString().substr(0,10).c_str())); - // paycoin: enforce transaction fees for every block + // traviscoin: enforce transaction fees for every block if (nTxFee < GetMinFee()) return fBlock? DoS(100, error("ConnectInputs() : %s not paying required fee=%s, paid=%s", GetHash().ToString().substr(0,10).c_str(), FormatMoney(GetMinFee()).c_str(), FormatMoney(nTxFee).c_str())) : false; nFees += nTxFee; @@ -1517,7 +1518,7 @@ bool CBlock::DisconnectBlock(CTxDB& txdb, CBlockIndex* pindex) return error("DisconnectBlock() : WriteBlockIndex failed"); } - // paycoin: cleanup wallet after disconnecting coinstake + // traviscoin: cleanup wallet after disconnecting coinstake BOOST_FOREACH(CTransaction& tx, vtx) SyncWithWallets(tx, this, false, false); @@ -1610,7 +1611,7 @@ bool CBlock::ConnectBlock(CTxDB& txdb, CBlockIndex* pindex) if (nBurnCoins > 0 && fDebug && GetBoolArg("-printcreation")) printf("ConnectBlock() : burning coins %s\n", FormatMoney(nBurnCoins).c_str()); - // paycoin: track money supply and mint amount info + // traviscoin: track money supply and mint amount info pindex->nMint = nValueOut - nValueIn + nFees; pindex->nMoneySupply = ((pindex->pprev? pindex->pprev->nMoneySupply : 0) + nValueOut - nValueIn) - nBurnCoins; if (!txdb.WriteBlockIndex(CDiskBlockIndex(pindex))) @@ -1623,8 +1624,8 @@ bool CBlock::ConnectBlock(CTxDB& txdb, CBlockIndex* pindex) return error("ConnectBlock() : UpdateTxIndex failed"); } - // paycoin: fees are not collected by miners as in bitcoin - // paycoin: fees are destroyed to compensate the entire network + // traviscoin: fees are not collected by miners as in bitcoin + // traviscoin: fees are destroyed to compensate the entire network if (fDebug && GetBoolArg("-printcreation")) printf("ConnectBlock() : destroy=%s nFees=%"PRI64d"\n", FormatMoney(nFees).c_str(), nFees); @@ -1864,7 +1865,7 @@ bool CBlock::SetBestChain(CTxDB& txdb, CBlockIndex* pindexNew) } -// paycoin: total coin age spent in transaction, in the unit of coin-days. +// traviscoin: total coin age spent in transaction, in the unit of coin-days. // Only those coins meeting minimum age requirement counts. As those // transactions not in main chain are not currently indexed so we // might not find out about their coin age. Older transactions are @@ -1910,7 +1911,7 @@ bool CTransaction::GetCoinAge(CTxDB& txdb, uint64& nCoinAge) const return true; } -// paycoin: total coin age spent in block, in the unit of coin-days. +// traviscoin: total coin age spent in block, in the unit of coin-days. bool CBlock::GetCoinAge(uint64& nCoinAge) const { nCoinAge = 0; @@ -1953,14 +1954,14 @@ bool CBlock::AddToBlockIndex(unsigned int nFile, unsigned int nBlockPos) pindexNew->nHeight = pindexNew->pprev->nHeight + 1; } - // paycoin: compute chain trust score + // traviscoin: compute chain trust score pindexNew->bnChainTrust = (pindexNew->pprev ? pindexNew->pprev->bnChainTrust : 0) + pindexNew->GetBlockTrust(); - // paycoin: compute stake entropy bit for stake modifier + // traviscoin: compute stake entropy bit for stake modifier if (!pindexNew->SetStakeEntropyBit(GetStakeEntropyBit())) return error("AddToBlockIndex() : SetStakeEntropyBit() failed"); - // paycoin: record proof-of-stake hash value + // traviscoin: record proof-of-stake hash value if (pindexNew->IsProofOfStake()) { if (!mapProofOfStake.count(hash)) @@ -1968,7 +1969,7 @@ bool CBlock::AddToBlockIndex(unsigned int nFile, unsigned int nBlockPos) pindexNew->hashProofOfStake = mapProofOfStake[hash]; } - // paycoin: compute stake modifier + // traviscoin: compute stake modifier uint64 nStakeModifier = 0; bool fGeneratedStakeModifier = false; if (!ComputeNextStakeModifier(pindexNew, nStakeModifier, fGeneratedStakeModifier)) @@ -2038,12 +2039,12 @@ bool CBlock::CheckBlock(int64 nHeight) const if (vtx[i].IsCoinBase()) return DoS(100, error("CheckBlock() : more than one coinbase")); - // paycoin: only the second transaction can be the optional coinstake + // traviscoin: only the second transaction can be the optional coinstake for (int i = 2; i < vtx.size(); i++) if (vtx[i].IsCoinStake()) return DoS(100, error("CheckBlock() : coinstake in wrong position")); - // paycoin: coinbase output should be empty if proof-of-stake block + // traviscoin: coinbase output should be empty if proof-of-stake block if (IsProofOfStake() && (vtx[0].vout.size() != 1 || !vtx[0].vout[0].IsEmpty())) return error("CheckBlock() : coinbase output not empty for proof-of-stake block"); @@ -2077,7 +2078,7 @@ bool CBlock::CheckBlock(int64 nHeight) const { if (!tx.CheckTransaction()) return DoS(tx.nDoS, error("CheckBlock() : CheckTransaction failed")); - // paycoin: check transaction timestamp + // traviscoin: check transaction timestamp if (GetBlockTime() < (int64)tx.nTime) return DoS(50, error("CheckBlock() : block timestamp earlier than transaction timestamp")); } @@ -2104,7 +2105,7 @@ bool CBlock::CheckBlock(int64 nHeight) const if (hashMerkleRoot != BuildMerkleTree()) return DoS(100, error("CheckBlock() : hashMerkleRoot mismatch")); - // paycoin: check block signature + // traviscoin: check block signature if (!CheckBlockSignature()) return DoS(100, error("CheckBlock() : bad block signature")); @@ -2146,7 +2147,7 @@ bool CBlock::AcceptBlock() if (!Checkpoints::CheckHardened(nHeight, hash)) return DoS(100, error("AcceptBlock() : rejected by hardened checkpoint lockin at %d", nHeight)); - // paycoin: check that the block satisfies synchronized checkpoint + // traviscoin: check that the block satisfies synchronized checkpoint if (!Checkpoints::CheckSync(hash, pindexPrev)) return error("AcceptBlock() : rejected by synchronized checkpoint"); @@ -2170,7 +2171,7 @@ bool CBlock::AcceptBlock() pnode->PushInventory(CInv(MSG_BLOCK, hash)); } - // paycoin: check pending sync-checkpoint + // traviscoin: check pending sync-checkpoint Checkpoints::AcceptPendingSyncCheckpoint(); return true; @@ -2185,7 +2186,7 @@ bool ProcessBlock(CNode* pfrom, CBlock* pblock) if (mapOrphanBlocks.count(hash)) return error("ProcessBlock() : already have block (orphan) %s", hash.ToString().substr(0,20).c_str()); - // paycoin: check proof-of-stake + // traviscoin: check proof-of-stake // Limited duplicity on stake: prevents block flood attack // Duplicate stake allowed only when there is orphan child block if (pblock->IsProofOfStake() && setStakeSeen.count(pblock->GetProofOfStake()) && !mapOrphanBlocksByPrev.count(hash) && !Checkpoints::WantedByPendingSyncCheckpoint(hash)) @@ -2195,7 +2196,7 @@ bool ProcessBlock(CNode* pfrom, CBlock* pblock) if (!pblock->CheckBlock()) return error("ProcessBlock() : CheckBlock FAILED"); - // paycoin: verify hash target and signature of coinstake tx + // traviscoin: verify hash target and signature of coinstake tx if (pblock->IsProofOfStake()) { uint256 hashProofOfStake = 0; @@ -2203,7 +2204,7 @@ bool ProcessBlock(CNode* pfrom, CBlock* pblock) { printf("WARNING: ProcessBlock(): check proof-of-stake failed for block %s\n", hash.ToString().c_str()); - // paycoin: ask for missing blocks + // traviscoin: ask for missing blocks if (pfrom) pfrom->PushGetBlocks(pindexBest, pblock->GetHash()); @@ -2231,7 +2232,7 @@ bool ProcessBlock(CNode* pfrom, CBlock* pblock) } } - // paycoin: ask for pending sync-checkpoint if any + // traviscoin: ask for pending sync-checkpoint if any if (!IsInitialBlockDownload()) Checkpoints::AskForPendingSyncCheckpoint(pfrom); @@ -2240,7 +2241,7 @@ bool ProcessBlock(CNode* pfrom, CBlock* pblock) { printf("ProcessBlock: ORPHAN BLOCK, prev=%s\n", pblock->hashPrevBlock.ToString().substr(0,20).c_str()); CBlock* pblock2 = new CBlock(*pblock); - // paycoin: check proof-of-stake + // traviscoin: check proof-of-stake if (pblock2->IsProofOfStake()) { // Limited duplicity on stake: prevents block flood attack @@ -2262,7 +2263,7 @@ bool ProcessBlock(CNode* pfrom, CBlock* pblock) if (pfrom) { pfrom->PushGetBlocks(pindexBest, GetOrphanRoot(pblock2)); - // paycoin: getblocks may not obtain the ancestor block rejected + // traviscoin: getblocks may not obtain the ancestor block rejected // earlier by duplicate-stake check so we ask for it again directly if (!IsInitialBlockDownload()) pfrom->AskFor(CInv(MSG_BLOCK, WantedByOrphan(pblock2))); @@ -2296,14 +2297,14 @@ bool ProcessBlock(CNode* pfrom, CBlock* pblock) printf("ProcessBlock: ACCEPTED\n"); - // paycoin: if responsible for sync-checkpoint send it + // traviscoin: if responsible for sync-checkpoint send it if (pfrom && !CSyncCheckpoint::strMasterPrivKey.empty()) Checkpoints::SendSyncCheckpoint(Checkpoints::AutoSelectSyncCheckpoint()); return true; } -// paycoin: sign block +// traviscoin: sign block bool CBlock::SignBlock(const CKeyStore& keystore) { vector vSolutions; @@ -2326,7 +2327,7 @@ bool CBlock::SignBlock(const CKeyStore& keystore) return false; } -// paycoin: check block signature +// traviscoin: check block signature bool CBlock::CheckBlockSignature() const { if (GetHash() == hashGenesisBlock) @@ -2351,7 +2352,7 @@ bool CBlock::CheckBlockSignature() const return false; } -// paycoin: entropy bit for stake modifier if chosen by modifier +// traviscoin: entropy bit for stake modifier if chosen by modifier unsigned int CBlock::GetStakeEntropyBit() const { unsigned int nEntropyBit = 0; @@ -2376,7 +2377,7 @@ bool CheckDiskSpace(uint64 nAdditionalBytes) string strMessage = _("Warning: Disk space is low"); strMiscWarning = strMessage; printf("*** %s\n", strMessage.c_str()); - ThreadSafeMessageBox(strMessage, "Paycoin", wxOK | wxICON_EXCLAMATION | wxMODAL); + ThreadSafeMessageBox(strMessage, "TravisCoin", wxOK | wxICON_EXCLAMATION | wxMODAL); StartShutdown(); return false; } @@ -2437,7 +2438,7 @@ bool LoadBlockIndex(bool fAllowNew) } printf("%s Network: genesis=0x%s nBitsLimit=0x%08x nBitsInitial=0x%08x nStakeMinAge=%d nCoinbaseMaturity=%d nModifierInterval=%d\n", - fTestNet? "Test" : "Paycoin", hashGenesisBlock.ToString().substr(0, 20).c_str(), bnProofOfWorkLimit.GetCompact(), bnInitialHashTarget.GetCompact(), nStakeMinAge, nCoinbaseMaturity, nModifierInterval); + fTestNet? "Test" : "TravisCoin", hashGenesisBlock.ToString().substr(0, 20).c_str(), bnProofOfWorkLimit.GetCompact(), bnInitialHashTarget.GetCompact(), nStakeMinAge, nCoinbaseMaturity, nModifierInterval); // // Load block index @@ -2496,12 +2497,12 @@ bool LoadBlockIndex(bool fAllowNew) if (!block.AddToBlockIndex(nFile, nBlockPos)) return error("LoadBlockIndex() : genesis block not accepted"); - // paycoin: initialize synchronized checkpoint + // traviscoin: initialize synchronized checkpoint if (!Checkpoints::WriteSyncCheckpoint(hashGenesisBlock)) return error("LoadBlockIndex() : failed to init sync checkpoint"); } - // paycoin: if checkpoint master key changed must reset sync-checkpoint + // traviscoin: if checkpoint master key changed must reset sync-checkpoint { CTxDB txdb; string strPubKey = ""; @@ -2632,7 +2633,7 @@ string GetWarnings(string strFor) strStatusBar = "Info: Minting is currently disabled."; } - // paycoin: wallet lock warning for minting + // traviscoin: wallet lock warning for minting if (strMintWarning != "") { nPriority = 0; @@ -2646,15 +2647,15 @@ string GetWarnings(string strFor) strStatusBar = strMiscWarning; } - // paycoin: should not enter safe mode for longer invalid chain - // paycoin: if sync-checkpoint is too old do not enter safe mode + // traviscoin: should not enter safe mode for longer invalid chain + // traviscoin: if sync-checkpoint is too old do not enter safe mode if (Checkpoints::IsSyncCheckpointTooOld(60 * 60 * 24 * 30) && fTestNet) { nPriority = 100; strStatusBar = "WARNING: Checkpoint is too old. Wait for block chain to download, or notify developers of the issue."; } - // paycoin: if detected invalid checkpoint enter safe mode + // traviscoin: if detected invalid checkpoint enter safe mode if (Checkpoints::hashInvalidCheckpoint != 0) { nPriority = 3000; @@ -2672,7 +2673,7 @@ string GetWarnings(string strFor) nPriority = alert.nPriority; strStatusBar = alert.strStatusBar; if (nPriority > 1000) - strRPC = strStatusBar; // paycoin: safe mode for high alert + strRPC = strStatusBar; // traviscoin: safe mode for high alert } } } @@ -2830,7 +2831,7 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv) return true; } - // paycoin: record my external IP reported by peer + // traviscoin: record my external IP reported by peer if (addrFrom.IsRoutable() && addrMe.IsRoutable()) addrSeenByPeer = addrMe; @@ -2890,7 +2891,7 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv) item.second.RelayTo(pfrom); } - // paycoin: relay sync-checkpoint + // traviscoin: relay sync-checkpoint { LOCK(Checkpoints::cs_hashSyncCheckpoint); if (!Checkpoints::checkpointMessage.IsNull()) @@ -2910,7 +2911,7 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv) pfrom->PushGetBlocks(pindexBest, uint256(0)); } - // paycoin: ask for pending sync-checkpoint if any + // traviscoin: ask for pending sync-checkpoint if any if (!IsInitialBlockDownload()) Checkpoints::AskForPendingSyncCheckpoint(pfrom); } @@ -3083,7 +3084,7 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv) // Bypass PushInventory, this must send even if redundant, // and we want it right after the last block so they don't // wait for other stuff first. - // paycoin: best block is always the reference block to prevent + // traviscoin: best block is always the reference block to prevent // proof-of-stake block from being rejected by stake connection // check vector vInv; @@ -3129,7 +3130,7 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv) if (pindex->GetBlockHash() == hashStop) { printf(" getblocks stopping at %d %s\n", pindex->nHeight, pindex->GetBlockHash().ToString().substr(0,20).c_str()); - // paycoin: tell downloading node about the latest block if it's + // traviscoin: tell downloading node about the latest block if it's // without risk being rejected due to stake connection check if (hashStop != hashBestChain && pindex->GetBlockTime() + nStakeMinAge > pindexBest->GetBlockTime()) pfrom->PushInventory(CInv(MSG_BLOCK, hashBestChain)); @@ -3795,7 +3796,7 @@ CBlock* CreateNewBlock(CReserveKey& reservekey, CWallet* pwallet, bool fProofOfS // Add our coinbase tx as first transaction pblock->vtx.push_back(txNew); - // paycoin: if coinstake available add coinstake tx + // traviscoin: if coinstake available add coinstake tx static int64 nLastCoinStakeSearchTime = GetAdjustedTime(); // only initialized at startup CBlockIndex* pindexPrev = pindexBest; @@ -3912,7 +3913,7 @@ CBlock* CreateNewBlock(CReserveKey& reservekey, CWallet* pwallet, bool fProofOfS if (tx.nTime > GetAdjustedTime() || (pblock->IsProofOfStake() && tx.nTime > pblock->vtx[1].nTime)) continue; - // paycoin: simplify transaction fee - allow free = false + // traviscoin: simplify transaction fee - allow free = false int64 nMinFee = tx.GetMinFee(nBlockSize, false, GMF_BLOCK); // Connecting shouldn't fail due to dependency on other memory pool transactions @@ -4157,7 +4158,7 @@ void BitcoinMiner(CWallet *pwallet, bool fProofOfStake) if (fProofOfStake) { - // paycoin: if proof-of-stake block found then process block + // traviscoin: if proof-of-stake block found then process block if (pblock->IsProofOfStake()) { if (!pblock->SignBlock(*pwalletMain)) diff --git a/src/main.h b/src/main.h index c1d1a78..b95984e 100644 --- a/src/main.h +++ b/src/main.h @@ -1,7 +1,8 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Copyright (c) 2011-2015 The Peercoin developers -// Copyright (c) 2014-2015 The Paycoin developers +// Copyright (c) 2014-2015 The TravisCoin developers +// Copyright (c) 2017 The TravisCoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_MAIN_H @@ -58,8 +59,8 @@ static const int fHaveUPnP = true; static const int fHaveUPnP = false; #endif -static const uint256 hashGenesisBlockOfficial("0x00000e5695fbec8e36c10064491946ee3b723a9fa640fc0e25d3b8e4737e53e3"); -static const uint256 hashGenesisBlockTestNet("0x0000000f6bb18c77c5b39a25fa03e4c90bffa5cc10d6d9758a1bed5adcee9404"); +static const uint256 hashGenesisBlockOfficial("0x00000991cdaf9041ee229f88323b961d943289b7981bc"); +static const uint256 hashGenesisBlockTestNet("0x00000004b8cacd818bd0872eaa21f7fa8093b036da32072"); static const int64 nMaxClockDrift = 2 * 60 * 60; // two hours @@ -731,7 +732,7 @@ class CTransaction bool ClientConnectInputs(); bool CheckTransaction() const; bool AcceptToMemoryPool(CTxDB& txdb, bool fCheckInputs=true, bool* pfMissingInputs=NULL); - bool GetCoinAge(CTxDB& txdb, uint64& nCoinAge) const; // paycoin: get transaction coin age + bool GetCoinAge(CTxDB& txdb, uint64& nCoinAge) const; // traviscoin: get transaction coin age protected: const CTxOut& GetOutputFor(const CTxIn& input, const MapPrevTx& inputs) const; @@ -875,7 +876,7 @@ class CBlock // network and disk std::vector vtx; - // paycoin: block signature - signed by coin base txout[0]'s owner + // traviscoin: block signature - signed by coin base txout[0]'s owner std::vector vchBlockSig; // memory only @@ -944,7 +945,7 @@ class CBlock void UpdateTime(const CBlockIndex* pindexPrev); - // paycoin: two types of block: proof-of-work or proof-of-stake + // traviscoin: two types of block: proof-of-work or proof-of-stake bool IsProofOfStake() const { return (vtx.size() > 1 && vtx[1].IsCoinStake()); @@ -960,7 +961,7 @@ class CBlock return IsProofOfStake()? std::make_pair(vtx[1].vin[0].prevout, vtx[1].nTime) : std::make_pair(COutPoint(), (unsigned int)0); } - // paycoin: get max transaction timestamp + // traviscoin: get max transaction timestamp int64 GetMaxTransactionTime() const { int64 maxTransactionTime = 0; @@ -1105,10 +1106,10 @@ class CBlock bool AddToBlockIndex(unsigned int nFile, unsigned int nBlockPos); bool CheckBlock(int64 nHeight=-1) const; bool AcceptBlock(); - bool GetCoinAge(uint64& nCoinAge) const; // paycoin: calculate total coin age spent in block + bool GetCoinAge(uint64& nCoinAge) const; // traviscoin: calculate total coin age spent in block bool SignBlock(const CKeyStore& keystore); bool CheckBlockSignature() const; - unsigned int GetStakeEntropyBit() const; // paycoin: entropy bit for stake modifier if chosen by modifier + unsigned int GetStakeEntropyBit() const; // traviscoin: entropy bit for stake modifier if chosen by modifier private: bool SetBestChainInner(CTxDB& txdb, CBlockIndex *pindexNew); @@ -1134,12 +1135,12 @@ class CBlockIndex CBlockIndex* pnext; unsigned int nFile; unsigned int nBlockPos; - CBigNum bnChainTrust; // paycoin: trust score of block chain + CBigNum bnChainTrust; // traviscoin: trust score of block chain int nHeight; int64 nMint; int64 nMoneySupply; - unsigned int nFlags; // paycoin: block index flags + unsigned int nFlags; // traviscoin: block index flags enum { BLOCK_PROOF_OF_STAKE = (1 << 0), // is proof-of-stake block diff --git a/src/makefile.linux-mingw b/src/makefile.linux-mingw index 59c1ac8..ea0f481 100644 --- a/src/makefile.linux-mingw +++ b/src/makefile.linux-mingw @@ -1,5 +1,5 @@ # Copyright (c) 2009-2010 Satoshi Nakamoto -# Copyright (c) 2015 The Paycoin developers +# Copyright (c) 2015 The TravisCoin developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -78,7 +78,7 @@ OBJS= \ obj/mpkeys_test.o \ obj/scrapesdb.o -all: paycoind.exe +all: traviscoind.exe obj/build.h: FORCE /bin/sh ../share/genbuild.sh obj/build.h @@ -88,7 +88,7 @@ DEFS += -DHAVE_BUILD_INFO obj/%.o: %.cpp $(HEADERS) ${HOST}-g++ -c $(CFLAGS) -o $@ $< -paycoind.exe: $(OBJS:obj/%=obj/%) +traviscoind.exe: $(OBJS:obj/%=obj/%) ${HOST}-g++ $(CFLAGS) -o $@ $(LIBPATHS) $^ $(LIBS) TESTOBJS := $(patsubst test/%.cpp,obj-test/%.o,$(wildcard test/*.cpp)) @@ -96,15 +96,15 @@ TESTOBJS := $(patsubst test/%.cpp,obj-test/%.o,$(wildcard test/*.cpp)) obj-test/%.o: test/%.cpp $(HEADERS) ${HOST}-g++ -c $(TESTDEFS) $(CFLAGS) -o $@ $< -test_paycoin.exe: $(TESTOBJS) $(filter-out obj/init.o,$(OBJS:obj/%=obj/%)) +test_traviscoin.exe: $(TESTOBJS) $(filter-out obj/init.o,$(OBJS:obj/%=obj/%)) ${HOST}-g++ $(CFLAGS) -o $@ $(LIBPATHS) $^ -lboost_unit_test_framework $(LIBS) clean: -rm -f obj/*.o - -rm -f paycoind.exe + -rm -f traviscoind.exe -rm -f obj-test/*.o - -rm -f test_paycoin.exe + -rm -f test_traviscoin.exe -rm -f obj/build.h FORCE: diff --git a/src/makefile.mingw b/src/makefile.mingw index 99b5673..a32c60a 100644 --- a/src/makefile.mingw +++ b/src/makefile.mingw @@ -1,6 +1,6 @@ # Copyright (c) 2009-2010 Satoshi Nakamoto # Copyright (c) 2012 The Peercoin developers -# Copyright (c) 2015 The Paycoin developers +# Copyright (c) 2015 The TravisCoin developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -52,10 +52,10 @@ # mkdir miniupnpc # cp *.h miniupnpc/ # -# - Build paycoind.exe +# - Build traviscoind.exe # in MinGW MSYS -# cd paycoin/src -# make paycoind.exe -f makefile.mingw USE_UPNP=1 +# cd traviscoin/src +# make traviscoind.exe -f makefile.mingw USE_UPNP=1 # # @@ -131,12 +131,12 @@ OBJS= \ obj/mpkeys_test.o \ obj/scrapesdb.o -all: paycoind.exe +all: traviscoind.exe obj/%.o: %.cpp $(HEADERS) g++ -c $(CFLAGS) -o $@ $< -paycoind.exe: $(OBJS:obj/%=obj/%) +traviscoind.exe: $(OBJS:obj/%=obj/%) g++ $(CFLAGS) -o $@ $(LIBPATHS) $^ $(LIBS) TESTOBJS := $(patsubst test/%.cpp,obj-test/%.o,$(wildcard test/*.cpp)) @@ -144,11 +144,11 @@ TESTOBJS := $(patsubst test/%.cpp,obj-test/%.o,$(wildcard test/*.cpp)) obj-test/%.o: test/%.cpp $(HEADERS) g++ -c $(TESTDEFS) $(CFLAGS) -o $@ $< -test_paycoin.exe: $(TESTOBJS) $(filter-out obj/init.o,$(OBJS:obj/%=obj/%)) +test_traviscoin.exe: $(TESTOBJS) $(filter-out obj/init.o,$(OBJS:obj/%=obj/%)) g++ $(CFLAGS) -o $@ $(LIBPATHS) $^ -lboost_unit_test_framework $(LIBS) clean: - -del /Q paycoind test_paycoin + -del /Q traviscoind test_traviscoin -del /Q obj\* -del /Q obj-test\* -del /Q build.h diff --git a/src/makefile.osx b/src/makefile.osx index e2b3993..496d16b 100644 --- a/src/makefile.osx +++ b/src/makefile.osx @@ -1,11 +1,11 @@ # -*- mode: Makefile; -*- # Copyright (c) 2009-2010 Satoshi Nakamoto # Copyright (c) 2011-2012 The Peercoin developers -# Copyright (c) 2015 The Paycoin developers +# Copyright (c) 2015 The TravisCoin developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. -# Mac OS X makefile for paycoin +# Mac OS X makefile for traviscoin # Originally by Laszlo Hanyecz (solar@heliacal.net) CXX=llvm-g++ @@ -28,7 +28,7 @@ LIBS= -dead_strip TESTDEFS = -DTEST_DATA_DIR=$(abspath test/data) ifdef STATIC -# Build STATIC if you are redistributing the paycoind binary +# Build STATIC if you are redistributing the traviscoind binary TESTLIBS += \ $(DEPSDIR)/lib/libboost_unit_test_framework-mt.a LIBS += \ @@ -127,7 +127,7 @@ else endif endif -all: paycoind +all: traviscoind # auto-generated dependencies: -include obj/*.P @@ -145,7 +145,7 @@ obj/%.o: %.cpp -e '/^$$/ d' -e 's/$$/ :/' < $(@:%.o=%.d) >> $(@:%.o=%.P); \ rm -f $(@:%.o=%.d) -paycoind: $(OBJS:obj/%=obj/%) +traviscoind: $(OBJS:obj/%=obj/%) $(CXX) $(CFLAGS) -o $@ $(LIBPATHS) $^ $(LIBS) TESTOBJS := $(patsubst test/%.cpp,obj-test/%.o,$(wildcard test/*.cpp)) @@ -157,11 +157,11 @@ obj-test/%.o: test/%.cpp -e '/^$$/ d' -e 's/$$/ :/' < $(@:%.o=%.d) >> $(@:%.o=%.P); \ rm -f $(@:%.o=%.d) -test_paycoin: $(TESTOBJS) $(filter-out obj/init.o,$(OBJS:obj/%=obj/%)) +test_traviscoin: $(TESTOBJS) $(filter-out obj/init.o,$(OBJS:obj/%=obj/%)) $(CXX) $(CFLAGS) -o $@ $(LIBPATHS) $^ $(LIBS) $(TESTLIBS) clean: - -rm -f paycoind test_paycoin + -rm -f traviscoind test_traviscoin -rm -f obj/*.o -rm -f obj-test/*.o -rm -f obj/*.P diff --git a/src/makefile.osx-mavericks b/src/makefile.osx-mavericks index 5088d88..63d2061 100644 --- a/src/makefile.osx-mavericks +++ b/src/makefile.osx-mavericks @@ -1,11 +1,11 @@ # -*- mode: Makefile; -*- # Copyright (c) 2009-2010 Satoshi Nakamoto # Copyright (c) 2011-2012 The Peercoin developers -# Copyright (c) 2015 The Paycoin developers +# Copyright (c) 2015 The TravisCoin developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. -# Mac OS X makefile for paycoin +# Mac OS X makefile for traviscoin # Originally by Laszlo Hanyecz (solar@heliacal.net) CXX=llvm-g++ @@ -29,7 +29,7 @@ LIBS= -dead_strip TESTDEFS = -DTEST_DATA_DIR=$(abspath test/data) ifdef STATIC -# Build STATIC if you are redistributing the paycoind binary +# Build STATIC if you are redistributing the traviscoind binary TESTLIBS += \ $(DEPSDIR)/lib/libboost_unit_test_framework-mt.a LIBS += \ @@ -127,7 +127,7 @@ else endif endif -all: paycoind +all: traviscoind # auto-generated dependencies: -include obj/*.P @@ -146,7 +146,7 @@ obj/%.o: %.cpp # -e '/^$$/ d' -e 's/$$/ :/' < $(@:%.o=%.d) >> $(@:%.o=%.P); \ # rm -f $(@:%.o=%.d) -paycoind: $(OBJS:obj/%=obj/%) +traviscoind: $(OBJS:obj/%=obj/%) $(CXX) $(CFLAGS) -o $@ $(LIBPATHS) $^ $(LIBS) TESTOBJS := $(patsubst test/%.cpp,obj-test/%.o,$(wildcard test/*.cpp)) @@ -158,11 +158,11 @@ obj-test/%.o: test/%.cpp -e '/^$$/ d' -e 's/$$/ :/' < $(@:%.o=%.d) >> $(@:%.o=%.P); \ rm -f $(@:%.o=%.d) -test_paycoin: $(TESTOBJS) $(filter-out obj/init.o,$(OBJS:obj/%=obj/%)) +test_traviscoin: $(TESTOBJS) $(filter-out obj/init.o,$(OBJS:obj/%=obj/%)) $(CXX) $(CFLAGS) -o $@ $(LIBPATHS) $^ $(LIBS) $(TESTLIBS) clean: - -rm -f paycoind test_paycoin + -rm -f traviscoind test_traviscoin -rm -f obj/*.o -rm -f obj-test/*.o -rm -f obj/*.P diff --git a/src/makefile.unix b/src/makefile.unix index 32cc184..6ff73d5 100644 --- a/src/makefile.unix +++ b/src/makefile.unix @@ -1,6 +1,6 @@ # Copyright (c) 2009-2010 Satoshi Nakamoto # Copyright (c) 2011-2012 The Peercoin developers -# Copyright (c) 2015 The Paycoin developers +# Copyright (c) 2015 The TravisCoin developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -133,7 +133,7 @@ ifeq ($(CXX), g++) obj/mpkeys.o obj/mpkeys_test.o : xCXXFLAGS += -fno-var-tracking-assignments endif -all: paycoind +all: traviscoind # auto-generated dependencies: -include obj/*.P @@ -151,7 +151,7 @@ obj/%.o: %.cpp -e '/^$$/ d' -e 's/$$/ :/' < $(@:%.o=%.d) >> $(@:%.o=%.P); \ rm -f $(@:%.o=%.d) -paycoind: $(OBJS:obj/%=obj/%) +traviscoind: $(OBJS:obj/%=obj/%) $(CXX) $(xCXXFLAGS) -rdynamic -o $@ $^ $(xLDFLAGS) $(LIBS) TESTOBJS := $(patsubst test/%.cpp,obj-test/%.o,$(wildcard test/*.cpp)) @@ -163,11 +163,11 @@ obj-test/%.o: test/%.cpp -e '/^$$/ d' -e 's/$$/ :/' < $(@:%.o=%.d) >> $(@:%.o=%.P); \ rm -f $(@:%.o=%.d) -test_paycoin: $(TESTOBJS) $(filter-out obj/init.o,$(OBJS:obj/%=obj/%)) +test_traviscoin: $(TESTOBJS) $(filter-out obj/init.o,$(OBJS:obj/%=obj/%)) $(CXX) $(xCXXFLAGS) -o $@ $(LIBPATHS) $^ -Wl,-B$(LMODE) -lboost_unit_test_framework $(xLDFLAGS) $(LIBS) clean: - -rm -f paycoind test_paycoin + -rm -f traviscoind test_traviscoin -rm -f obj/*.o -rm -f obj-test/*.o -rm -f obj/*.P diff --git a/src/net.cpp b/src/net.cpp index acbb802..38ad718 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -1,7 +1,7 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Copyright (c) 2011-2015 The Peercoin developers -// Copyright (c) 2014-2015 The Paycoin developers +// Copyright (c) 2014-2015 The TravisCoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -1084,7 +1084,7 @@ void ThreadMapPort2(void* parg) } } - string strDesc = "Paycoin " + FormatFullVersion(); + string strDesc = "TravisCoin " + FormatFullVersion(); #ifndef UPNPDISCOVER_SUCCESS /* miniupnpc 1.5 */ r = UPNP_AddPortMapping(urls.controlURL, data.first.servicetype, @@ -1171,13 +1171,13 @@ void MapPort() // Each pair gives a source name and a seed name. // The first name is used as information source for addrman. // The second name should resolve to a list of seed addresses. -// testnet dns seed begins with 't', all else are paycoin dns seeds. +// testnet dns seed begins with 't', all else are traviscoin dns seeds. static const char *strDNSSeed[][2] = { - {"dnsseed.paycoin.com", "dnsseed.paycoin.com"}, - {"dnsseed.paycoinfoundation.org", "dnsseed.paycoinfoundation.org"}, + {"dnsseed.traviscoin.com", "dnsseed.traviscoin.com"}, + {"dnsseed.traviscoinfoundation.org", "dnsseed.traviscoinfoundation.org"}, {"dnsseed.xpydev.org", "dnsseed.xpydev.org"}, - {"tseed.paycoin.com", "tseed.paycoin.com"}, - {"testnet-seed.paycoin.mitchellcash.com", "testnet-seed.paycoin.mitchellcash.com"} // Mitchell Cash + {"tseed.traviscoin.com", "tseed.traviscoin.com"}, + {"testnet-seed.traviscoin.mitchellcash.com", "testnet-seed.traviscoin.mitchellcash.com"} // Mitchell Cash }; void ThreadDNSAddressSeed(void* parg) @@ -1245,7 +1245,7 @@ void ThreadDNSAddressSeed2(void* parg) // Physical IP seeds: 32-bit IPv4 addresses: e.g. 178.33.22.32 = 0x201621b2 unsigned int pnSeed[] = { - // Hard Code DNS Seed IPS for Paycoin, paycoinfoundation, xpydev + // Hard Code DNS Seed IPS for TravisCoin, traviscoinfoundation, xpydev 0xAB10202D, 0x69D1EFD5, 0x98539A68 }; @@ -1662,7 +1662,7 @@ void ThreadMessageHandler2(void* parg) } } -// paycoin: stake minter thread +// traviscoin: stake minter thread void static ThreadStakeMinter(void* parg) { printf("ThreadStakeMinter started\n"); @@ -1775,7 +1775,7 @@ bool BindListenPort(const CService &addrBind, string& strError) { int nErr = WSAGetLastError(); if (nErr == WSAEADDRINUSE) - strError = strprintf(_("Unable to bind to %s on this computer. Paycoin is probably already running."), addrBind.ToString().c_str()); + strError = strprintf(_("Unable to bind to %s on this computer. TravisCoin is probably already running."), addrBind.ToString().c_str()); else strError = strprintf(_("Unable to bind to %s on this computer (bind returned error %d, %s)"), addrBind.ToString().c_str(), nErr, strerror(nErr)); printf("%s\n", strError.c_str()); @@ -1903,7 +1903,7 @@ void StartNode(void* parg) // Generate coins in the background GenerateBitcoins(GetBoolArg("-gen", false), pwalletMain); - // paycoin: mint proof-of-stake blocks in the background + // traviscoin: mint proof-of-stake blocks in the background // Don't run the thread if staking is disabled (no need to waste resources) if (!GetBoolArg("-stake", true)) printf("Staking disabled\n"); diff --git a/src/net.h b/src/net.h index dc33660..3fb86f7 100644 --- a/src/net.h +++ b/src/net.h @@ -1,7 +1,7 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Copyright (c) 2012-2015 The Peercoin developers -// Copyright (c) 2014-2015 The Paycoin developers +// Copyright (c) 2014-2015 The TravisCoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_NET_H @@ -181,7 +181,7 @@ class CNode std::set setAddrKnown; bool fGetAddr; std::set setKnown; - uint256 hashCheckpointKnown; // paycoin: known sent sync-checkpoint + uint256 hashCheckpointKnown; // traviscoin: known sent sync-checkpoint // inventory based relay mruset setInventoryKnown; diff --git a/src/primenodes.cpp b/src/primenodes.cpp index e26c2ac..4aee384 100644 --- a/src/primenodes.cpp +++ b/src/primenodes.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2015 The Paycoin developers +// Copyright (c) 2015 The TravisCoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "base58.h" diff --git a/src/primenodes.h b/src/primenodes.h index fbee4c2..2d16d16 100644 --- a/src/primenodes.h +++ b/src/primenodes.h @@ -1,4 +1,4 @@ -// Copyright (c) 2015 The Paycoin developers +// Copyright (c) 2015 The TravisCoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef PRIMENODES_H diff --git a/src/qt/addresstablemodel.h b/src/qt/addresstablemodel.h index ad36da1..7776860 100644 --- a/src/qt/addresstablemodel.h +++ b/src/qt/addresstablemodel.h @@ -21,7 +21,7 @@ class AddressTableModel : public QAbstractTableModel enum ColumnIndex { Label = 0, /**< User specified label */ Address = 1, /**< Bitcoin address */ - ScrapeAddress = 2 /**< Paycoin scrape address (receiving tab only) */ + ScrapeAddress = 2 /**< TravisCoin scrape address (receiving tab only) */ }; enum RoleIndex { diff --git a/src/qt/askpassphrasedialog.cpp b/src/qt/askpassphrasedialog.cpp index 72d95a1..876beaf 100644 --- a/src/qt/askpassphrasedialog.cpp +++ b/src/qt/askpassphrasedialog.cpp @@ -108,7 +108,7 @@ void AskPassphraseDialog::accept() if(model->setWalletEncrypted(true, newpass1)) { QMessageBox::warning(this, tr("Wallet encrypted"), - tr("Paycoin will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your Paycoins from being stolen by malware infecting your computer.")); + tr("TravisCoin will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your TravisCoins from being stolen by malware infecting your computer.")); QApplication::quit(); } else diff --git a/src/qt/bitcoin.cpp b/src/qt/bitcoin.cpp index 7091f06..8851e41 100644 --- a/src/qt/bitcoin.cpp +++ b/src/qt/bitcoin.cpp @@ -1,7 +1,7 @@ /* * W.J. van der Laan 2011-2012 * The PPCoin Developers 2013 - * The Paycoin Developers 2014-2015 + * The TravisCoin Developers 2014-2015 */ #include "bitcoingui.h" #include "clientmodel.h" @@ -128,7 +128,7 @@ std::string _(const char* psz) static void handleRunawayException(std::exception *e) { PrintExceptionContinue(e, "Runaway exception"); - QMessageBox::critical(0, "Runaway exception", BitcoinGUI::tr("A fatal error occurred. Paycoin can no longer continue safely and will quit.") + QString("\n\n") + QString::fromStdString(strMiscWarning)); + QMessageBox::critical(0, "Runaway exception", BitcoinGUI::tr("A fatal error occurred. TravisCoin can no longer continue safely and will quit.") + QString("\n\n") + QString::fromStdString(strMiscWarning)); exit(1); } @@ -139,7 +139,7 @@ int main(int argc, char *argv[]) // Do this early as we don't want to bother initializing if we are just calling IPC for (int i = 1; i < argc; i++) { - if (boost::algorithm::istarts_with(argv[i], "paycoin:")) + if (boost::algorithm::istarts_with(argv[i], "traviscoin:")) { const char *strURI = argv[i]; try { @@ -178,12 +178,12 @@ int main(int argc, char *argv[]) // Application identification (must be set before OptionsModel is initialized, // as it is used to locate QSettings) - app.setOrganizationName("Paycoin"); - app.setOrganizationDomain("paycoin.org"); + app.setOrganizationName("TravisCoin"); + app.setOrganizationDomain("traviscoin.org"); if(GetBoolArg("-testnet")) // Separate UI settings for testnet - app.setApplicationName("Paycoin-Qt-testnet"); + app.setApplicationName("TravisCoin-Qt-testnet"); else - app.setApplicationName("Paycoin-Qt"); + app.setApplicationName("TravisCoin-Qt"); // ... then GUI settings: OptionsModel optionsModel; @@ -281,7 +281,7 @@ int main(int argc, char *argv[]) // Check for URI in argv for (int i = 1; i < argc; i++) { - if (boost::algorithm::istarts_with(argv[i], "paycoin:")) + if (boost::algorithm::istarts_with(argv[i], "traviscoin:")) { const char *strURI = argv[i]; try { diff --git a/src/qt/bitcoin.qrc b/src/qt/bitcoin.qrc index 1900ada..71e7a28 100644 --- a/src/qt/bitcoin.qrc +++ b/src/qt/bitcoin.qrc @@ -36,9 +36,9 @@ res/icons/lock_open.png res/icons/key.png res/icons/filesave.png - res/icons/paycoin_testnet.png - res/icons/paycoin.png - res/icons/paycoin.ico + res/icons/traviscoin_testnet.png + res/icons/traviscoin.png + res/icons/traviscoin.ico res/icons/qrcode.png res/icons/debugwindow.png @@ -85,44 +85,44 @@ res/movies/spinner-034.png - locale/paycoin_ar.qm - locale/paycoin_ca_ES.qm - locale/paycoin_cs.qm - locale/paycoin_cs_CZ.qm - locale/paycoin_da.qm - locale/paycoin_de.qm - locale/paycoin_el_GR.qm - locale/paycoin_en.qm - locale/paycoin_es.qm - locale/paycoin_es_CL.qm - locale/paycoin_et.qm - locale/paycoin_et_EE.qm - locale/paycoin_eu_ES.qm - locale/paycoin_fa.qm - locale/paycoin_fi.qm - locale/paycoin_fr.qm - locale/paycoin_he.qm - locale/paycoin_hi.qm - locale/paycoin_hr.qm - locale/paycoin_hr_HR.qm - locale/paycoin_hu.qm - locale/paycoin_id.qm - locale/paycoin_it.qm - locale/paycoin_lt.qm - locale/paycoin_nb.qm - locale/paycoin_nl.qm - locale/paycoin_pl.qm - locale/paycoin_pt_BR.qm - locale/paycoin_ro_RO.qm - locale/paycoin_ru.qm - locale/paycoin_sk.qm - locale/paycoin_sk_SK.qm - locale/paycoin_sr.qm - locale/paycoin_sv.qm - locale/paycoin_tr.qm - locale/paycoin_tr_TR.qm - locale/paycoin_uk.qm - locale/paycoin_zh_CN.qm - locale/paycoin_zh_TW.qm + locale/traviscoin_ar.qm + locale/traviscoin_ca_ES.qm + locale/traviscoin_cs.qm + locale/traviscoin_cs_CZ.qm + locale/traviscoin_da.qm + locale/traviscoin_de.qm + locale/traviscoin_el_GR.qm + locale/traviscoin_en.qm + locale/traviscoin_es.qm + locale/traviscoin_es_CL.qm + locale/traviscoin_et.qm + locale/traviscoin_et_EE.qm + locale/traviscoin_eu_ES.qm + locale/traviscoin_fa.qm + locale/traviscoin_fi.qm + locale/traviscoin_fr.qm + locale/traviscoin_he.qm + locale/traviscoin_hi.qm + locale/traviscoin_hr.qm + locale/traviscoin_hr_HR.qm + locale/traviscoin_hu.qm + locale/traviscoin_id.qm + locale/traviscoin_it.qm + locale/traviscoin_lt.qm + locale/traviscoin_nb.qm + locale/traviscoin_nl.qm + locale/traviscoin_pl.qm + locale/traviscoin_pt_BR.qm + locale/traviscoin_ro_RO.qm + locale/traviscoin_ru.qm + locale/traviscoin_sk.qm + locale/traviscoin_sk_SK.qm + locale/traviscoin_sr.qm + locale/traviscoin_sv.qm + locale/traviscoin_tr.qm + locale/traviscoin_tr_TR.qm + locale/traviscoin_uk.qm + locale/traviscoin_zh_CN.qm + locale/traviscoin_zh_TW.qm diff --git a/src/qt/bitcoingui.cpp b/src/qt/bitcoingui.cpp index 3960f15..486d162 100644 --- a/src/qt/bitcoingui.cpp +++ b/src/qt/bitcoingui.cpp @@ -1,9 +1,9 @@ /* - * Qt4 paycoin GUI. + * Qt4 traviscoin GUI. * * W.J. van der Laan 2011-2012 * The Bitcoin Developers 2011-2012 - * The Paycoin Developers 2011-2013 + * The TravisCoin Developers 2011-2013 */ #include "bitcoingui.h" #include "transactiontablemodel.h" @@ -74,9 +74,9 @@ BitcoinGUI::BitcoinGUI(QWidget *parent): spinnerFrame(0) { resize(850, 550); - setWindowTitle(tr("Paycoin") + " - " + tr("Wallet")); + setWindowTitle(tr("TravisCoin") + " - " + tr("Wallet")); #ifndef Q_OS_MAC - setWindowIcon(QIcon(":icons/paycoin")); + setWindowIcon(QIcon(":icons/traviscoin")); #else setUnifiedTitleAndToolBarOnMac(true); QApplication::setAttribute(Qt::AA_DontShowIconsInMenus); @@ -230,7 +230,7 @@ void BitcoinGUI::createActions() tabGroup->addAction(receiveCoinsAction); sendCoinsAction = new QAction(QIcon(":/icons/send"), tr("&Send coins"), this); - sendCoinsAction->setToolTip(tr("Send coins to a Paycoin address")); + sendCoinsAction->setToolTip(tr("Send coins to a TravisCoin address")); sendCoinsAction->setCheckable(true); sendCoinsAction->setShortcut(QKeySequence(Qt::ALT + Qt::Key_2)); tabGroup->addAction(sendCoinsAction); @@ -266,17 +266,17 @@ void BitcoinGUI::createActions() quitAction->setToolTip(tr("Quit application")); quitAction->setShortcut(QKeySequence(Qt::CTRL + Qt::Key_Q)); quitAction->setMenuRole(QAction::QuitRole); - aboutAction = new QAction(QIcon(":/icons/paycoin"), tr("&About Paycoin"), this); - aboutAction->setToolTip(tr("Show information about Paycoin")); + aboutAction = new QAction(QIcon(":/icons/traviscoin"), tr("&About TravisCoin"), this); + aboutAction->setToolTip(tr("Show information about TravisCoin")); aboutAction->setMenuRole(QAction::AboutRole); aboutQtAction = new QAction(QIcon(":/trolltech/qmessagebox/images/qtlogo-64.png"), tr("About &Qt"), this); aboutQtAction->setToolTip(tr("Show information about Qt")); aboutQtAction->setMenuRole(QAction::AboutQtRole); optionsAction = new QAction(QIcon(":/icons/options"), tr("&Options..."), this); - optionsAction->setToolTip(tr("Modify configuration options for Paycoin")); + optionsAction->setToolTip(tr("Modify configuration options for TravisCoin")); optionsAction->setMenuRole(QAction::PreferencesRole); - toggleHideAction = new QAction(QIcon(":/icons/paycoin"), tr("Show/Hide &Paycoin"), this); - toggleHideAction->setToolTip(tr("Show or hide the Paycoin window")); + toggleHideAction = new QAction(QIcon(":/icons/traviscoin"), tr("Show/Hide &TravisCoin"), this); + toggleHideAction->setToolTip(tr("Show or hide the TravisCoin window")); exportAction = new QAction(QIcon(":/icons/export"), tr("&Export..."), this); exportAction->setToolTip(tr("Export the data in the current tab to a file")); encryptWalletAction = new QAction(QIcon(":/icons/lock_closed"), tr("&Encrypt Wallet..."), this); @@ -292,7 +292,7 @@ void BitcoinGUI::createActions() openRPCConsoleAction = new QAction(QIcon(":/icons/debugwindow"), tr("&Debug window"), this); openRPCConsoleAction->setToolTip(tr("Open debugging and diagnostic console")); editConfigAction = new QAction(QIcon(":/icons/options"), tr("&Edit config..."), this); - editConfigAction->setToolTip(tr("Edit the paycoin.conf file in the default text editor")); + editConfigAction->setToolTip(tr("Edit the traviscoin.conf file in the default text editor")); connect(quitAction, SIGNAL(triggered()), qApp, SLOT(quit())); connect(optionsAction, SIGNAL(triggered()), this, SLOT(optionsClicked())); @@ -371,9 +371,9 @@ void BitcoinGUI::setClientModel(ClientModel *clientModel) QString title_testnet = windowTitle() + QString(" ") + tr("[testnet]"); setWindowTitle(title_testnet); #ifndef Q_OS_MAC - setWindowIcon(QIcon(":icons/paycoin_testnet")); + setWindowIcon(QIcon(":icons/traviscoin_testnet")); #else - MacDockIconHandler::instance()->setIcon(QIcon(":icons/paycoin_testnet")); + MacDockIconHandler::instance()->setIcon(QIcon(":icons/traviscoin_testnet")); #endif if(trayIcon) { @@ -434,7 +434,7 @@ void BitcoinGUI::createTrayIcon() trayIcon = new QSystemTrayIcon(this); trayIconMenu = new QMenu(this); trayIcon->setContextMenu(trayIconMenu); - trayIcon->setToolTip(tr("Paycoin client")); + trayIcon->setToolTip(tr("TravisCoin client")); trayIcon->setIcon(QIcon(":/icons/toolbar")); connect(trayIcon, SIGNAL(activated(QSystemTrayIcon::ActivationReason)), this, SLOT(trayIconActivated(QSystemTrayIcon::ActivationReason))); @@ -473,7 +473,7 @@ void BitcoinGUI::trayIconActivated(QSystemTrayIcon::ActivationReason reason) { if(reason == QSystemTrayIcon::Trigger) { - // Click on system tray icon triggers "show/hide Paycoin" + // Click on system tray icon triggers "show/hide TravisCoin" toggleHideAction->trigger(); } } @@ -507,7 +507,7 @@ void BitcoinGUI::setNumConnections(int count) default: icon = ":/icons/connect_4"; break; } labelConnectionsIcon->setPixmap(QIcon(icon).pixmap(STATUSBAR_ICONSIZE,STATUSBAR_ICONSIZE)); - labelConnectionsIcon->setToolTip(tr("%n active connection(s) to Paycoin network", "", count)); + labelConnectionsIcon->setToolTip(tr("%n active connection(s) to TravisCoin network", "", count)); } void BitcoinGUI::setNumBlocks(int count) diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h index 121a0d0..42e7e1e 100644 --- a/src/qt/bitcoingui.h +++ b/src/qt/bitcoingui.h @@ -185,7 +185,7 @@ private slots: /** simply calls showNormalIfMinimized(true) for use in SLOT() macro */ void toggleHidden(); - /** Launch the default text editor to edit the paycoin.conf */ + /** Launch the default text editor to edit the traviscoin.conf */ void editConfig(); }; diff --git a/src/qt/bitcoinstrings.cpp b/src/qt/bitcoinstrings.cpp index 7f99816..36a985b 100644 --- a/src/qt/bitcoinstrings.cpp +++ b/src/qt/bitcoinstrings.cpp @@ -10,7 +10,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" "%s, you must set a rpcpassword in the configuration file:\n" " %s\n" "It is recommended you use the following random password:\n" -"rpcuser=paycoinrpc\n" +"rpcuser=traviscoinrpc\n" "rpcpassword=%s\n" "(you do not need to remember this password)\n" "The username and password MUST NOT be the same.\n" @@ -22,7 +22,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" "Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:" "@STRENGTH)"), QT_TRANSLATE_NOOP("bitcoin-core", "" -"Cannot obtain a lock on data directory %s. Paycoin is probably already " +"Cannot obtain a lock on data directory %s. TravisCoin is probably already " "running."), QT_TRANSLATE_NOOP("bitcoin-core", "" "Error: The transaction was rejected. This might happen if some of the coins " @@ -43,13 +43,13 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" "Number of seconds to keep misbehaving peers from reconnecting (default: " "86400)"), QT_TRANSLATE_NOOP("bitcoin-core", "" -"Unable to bind to %s on this computer. Paycoin is probably already running."), +"Unable to bind to %s on this computer. TravisCoin is probably already running."), QT_TRANSLATE_NOOP("bitcoin-core", "" "Warning: -paytxfee is set very high. This is the transaction fee you will " "pay if you send a transaction."), QT_TRANSLATE_NOOP("bitcoin-core", "" "Warning: Please check that your computer's date and time are correct. If " -"your clock is wrong Paycoin will not work properly."), +"your clock is wrong TravisCoin will not work properly."), QT_TRANSLATE_NOOP("bitcoin-core", "" "You must set rpcpassword= in the configuration file:\n" "%s\n" @@ -57,7 +57,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" "permissions."), QT_TRANSLATE_NOOP("bitcoin-core", "" "\n" -"SSL options: (see the Paycoin Wiki for SSL setup instructions)"), +"SSL options: (see the TravisCoin Wiki for SSL setup instructions)"), QT_TRANSLATE_NOOP("bitcoin-core", "Accept connections from outside (default: 1)"), QT_TRANSLATE_NOOP("bitcoin-core", "Add a node to connect to and attempt to keep the connection open"), QT_TRANSLATE_NOOP("bitcoin-core", "Allow DNS lookups for -addnode, -seednode and -connect"), @@ -79,7 +79,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Done loading"), QT_TRANSLATE_NOOP("bitcoin-core", "Error loading blkindex.dat"), QT_TRANSLATE_NOOP("bitcoin-core", "Error loading wallet.dat"), QT_TRANSLATE_NOOP("bitcoin-core", "Error loading wallet.dat: Wallet corrupted"), -QT_TRANSLATE_NOOP("bitcoin-core", "Error loading wallet.dat: Wallet requires newer version of Paycoin"), +QT_TRANSLATE_NOOP("bitcoin-core", "Error loading wallet.dat: Wallet requires newer version of TravisCoin"), QT_TRANSLATE_NOOP("bitcoin-core", "Error"), QT_TRANSLATE_NOOP("bitcoin-core", "Error: Transaction creation failed "), QT_TRANSLATE_NOOP("bitcoin-core", "Error: Wallet locked, unable to create transaction "), @@ -114,14 +114,14 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Output extra debugging information. Implies a QT_TRANSLATE_NOOP("bitcoin-core", "Output extra network debugging information"), QT_TRANSLATE_NOOP("bitcoin-core", "Pass DNS requests to (SOCKS5) proxy"), QT_TRANSLATE_NOOP("bitcoin-core", "Password for JSON-RPC connections"), -QT_TRANSLATE_NOOP("bitcoin-core", "Paycoin version"), -QT_TRANSLATE_NOOP("bitcoin-core", "Paycoin"), +QT_TRANSLATE_NOOP("bitcoin-core", "TravisCoin version"), +QT_TRANSLATE_NOOP("bitcoin-core", "TravisCoin"), QT_TRANSLATE_NOOP("bitcoin-core", "Prepend debug output with timestamp"), QT_TRANSLATE_NOOP("bitcoin-core", "Rescan the block chain for missing wallet transactions"), QT_TRANSLATE_NOOP("bitcoin-core", "Rescanning..."), QT_TRANSLATE_NOOP("bitcoin-core", "Run in the background as a daemon and accept commands"), QT_TRANSLATE_NOOP("bitcoin-core", "Select the version of socks proxy to use (4 or 5, 5 is default)"), -QT_TRANSLATE_NOOP("bitcoin-core", "Send command to server or paycoind"), +QT_TRANSLATE_NOOP("bitcoin-core", "Send command to server or traviscoind"), QT_TRANSLATE_NOOP("bitcoin-core", "Send commands to node running on (default: 127.0.0.1)"), QT_TRANSLATE_NOOP("bitcoin-core", "Send trace/debug info to console instead of debug.log file"), QT_TRANSLATE_NOOP("bitcoin-core", "Send trace/debug info to debugger"), @@ -131,10 +131,10 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Server private key (default: server.pem)"), QT_TRANSLATE_NOOP("bitcoin-core", "Set database cache size in megabytes (default: 25)"), QT_TRANSLATE_NOOP("bitcoin-core", "Set database disk log size in megabytes (default: 100)"), QT_TRANSLATE_NOOP("bitcoin-core", "Set key pool size to (default: 100)"), -QT_TRANSLATE_NOOP("bitcoin-core", "Specify configuration file (default: paycoin.conf)"), +QT_TRANSLATE_NOOP("bitcoin-core", "Specify configuration file (default: traviscoin.conf)"), QT_TRANSLATE_NOOP("bitcoin-core", "Specify connection timeout (in milliseconds)"), QT_TRANSLATE_NOOP("bitcoin-core", "Specify data directory"), -QT_TRANSLATE_NOOP("bitcoin-core", "Specify pid file (default: paycoind.pid)"), +QT_TRANSLATE_NOOP("bitcoin-core", "Specify pid file (default: traviscoind.pid)"), QT_TRANSLATE_NOOP("bitcoin-core", "Specify your own public address"), QT_TRANSLATE_NOOP("bitcoin-core", "Threshold for disconnecting misbehaving peers (default: 100)"), QT_TRANSLATE_NOOP("bitcoin-core", "To use the %s option"), @@ -151,6 +151,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Use Universal Plug and Play to map the listen QT_TRANSLATE_NOOP("bitcoin-core", "Use Universal Plug and Play to map the listening port (default: 1)"), QT_TRANSLATE_NOOP("bitcoin-core", "Use the test network"), QT_TRANSLATE_NOOP("bitcoin-core", "Username for JSON-RPC connections"), -QT_TRANSLATE_NOOP("bitcoin-core", "Wallet needed to be rewritten: restart Paycoin to complete"), +QT_TRANSLATE_NOOP("bitcoin-core", "Wallet needed to be rewritten: restart TravisCoin to complete"), QT_TRANSLATE_NOOP("bitcoin-core", "Warning: Disk space is low"), }; diff --git a/src/qt/bitcoinunits.cpp b/src/qt/bitcoinunits.cpp index 46180ee..bc1d542 100644 --- a/src/qt/bitcoinunits.cpp +++ b/src/qt/bitcoinunits.cpp @@ -45,9 +45,9 @@ QString BitcoinUnits::description(int unit) { switch(unit) { - case BTC: return QString("Paycoins"); - case mBTC: return QString("Milli-Paycoins (1 / 1,000)"); - case uBTC: return QString("Micro-Paycoins (1 / 1,000,000)"); + case BTC: return QString("TravisCoins"); + case mBTC: return QString("Milli-TravisCoins (1 / 1,000)"); + case uBTC: return QString("Micro-TravisCoins (1 / 1,000,000)"); default: return QString("???"); } } diff --git a/src/qt/coincontroldialog.cpp b/src/qt/coincontroldialog.cpp index ee5b653..ef44802 100644 --- a/src/qt/coincontroldialog.cpp +++ b/src/qt/coincontroldialog.cpp @@ -505,7 +505,7 @@ void CoinControlDialog::updateLabels(WalletModel *model, QDialog* dialog) nPayFee += nMoveToFee; } - // paycoin: sub-cent change is moved to fee + // traviscoin: sub-cent change is moved to fee if (nChange > 0 && nChange < MIN_TXOUT_AMOUNT) { nPayFee += nChange; diff --git a/src/qt/editaddressdialog.cpp b/src/qt/editaddressdialog.cpp index 5d3ecee..d22bdea 100644 --- a/src/qt/editaddressdialog.cpp +++ b/src/qt/editaddressdialog.cpp @@ -93,7 +93,7 @@ void EditAddressDialog::accept() break; case AddressTableModel::INVALID_ADDRESS: QMessageBox::warning(this, windowTitle(), - tr("The entered address \"%1\" is not a valid Paycoin address.").arg(ui->addressEdit->text()), + tr("The entered address \"%1\" is not a valid TravisCoin address.").arg(ui->addressEdit->text()), QMessageBox::Ok, QMessageBox::Ok); return; case AddressTableModel::WALLET_UNLOCK_FAILURE: diff --git a/src/qt/forms/aboutdialog.ui b/src/qt/forms/aboutdialog.ui index 337e0c2..d7f1750 100644 --- a/src/qt/forms/aboutdialog.ui +++ b/src/qt/forms/aboutdialog.ui @@ -11,7 +11,7 @@ - About Paycoin + About TravisCoin @@ -50,7 +50,7 @@ IBeamCursor - <b>Paycoin</b> version + <b>TravisCoin</b> version Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse @@ -93,7 +93,7 @@ Copyright © 2009-2012 Bitcoin Developers Copyright © 2011-2014 Peercoin Developers -Copyright © 2014-2016 Paycoin Developers +Copyright © 2014-2016 TravisCoin Developers Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse diff --git a/src/qt/forms/addressbookpage.ui b/src/qt/forms/addressbookpage.ui index 5f216ac..048cf20 100644 --- a/src/qt/forms/addressbookpage.ui +++ b/src/qt/forms/addressbookpage.ui @@ -17,7 +17,7 @@ - These are your Paycoin addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + These are your TravisCoin addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. Qt::AutoText diff --git a/src/qt/forms/overviewpage.ui b/src/qt/forms/overviewpage.ui index f775dcb..c19e885 100644 --- a/src/qt/forms/overviewpage.ui +++ b/src/qt/forms/overviewpage.ui @@ -44,7 +44,7 @@ - The displayed information may be out of date. Your wallet automatically synchronizes with the Paycoin 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 TravisCoin network after a connection is established, but this process has not completed yet. QLabel { color: red; } @@ -250,7 +250,7 @@ - The displayed information may be out of date. Your wallet automatically synchronizes with the Paycoin 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 TravisCoin network after a connection is established, but this process has not completed yet. QLabel { color: red; } diff --git a/src/qt/forms/rpcconsole.ui b/src/qt/forms/rpcconsole.ui index ba277bc..b786c91 100644 --- a/src/qt/forms/rpcconsole.ui +++ b/src/qt/forms/rpcconsole.ui @@ -11,7 +11,7 @@ - Paycoin - Debug window + TravisCoin - Debug window @@ -36,7 +36,7 @@ - Paycoin Core + TravisCoin Core @@ -296,7 +296,7 @@ - Open the Paycoin debug logfile from the current data directory. This can take a few seconds for large logfiles. + Open the TravisCoin debug logfile from the current data directory. This can take a few seconds for large logfiles. &Open @@ -319,7 +319,7 @@ - Show the Paycoin-Qt help message to get a list with possible Paycoin command-line options. + Show the TravisCoin-Qt help message to get a list with possible TravisCoin command-line options. &Show diff --git a/src/qt/forms/sendcoinsentry.ui b/src/qt/forms/sendcoinsentry.ui index 52d3c4f..4a72ef4 100644 --- a/src/qt/forms/sendcoinsentry.ui +++ b/src/qt/forms/sendcoinsentry.ui @@ -99,7 +99,7 @@ 34 - Enter a Paycoin address (e.g. PNS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a TravisCoin address (e.g. PNS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) diff --git a/src/qt/forms/signverifymessagedialog.ui b/src/qt/forms/signverifymessagedialog.ui index ee3760e..c60faa2 100644 --- a/src/qt/forms/signverifymessagedialog.ui +++ b/src/qt/forms/signverifymessagedialog.ui @@ -149,7 +149,7 @@ - Sign the message to prove you own this Paycoin address + Sign the message to prove you own this TravisCoin address Sign &Message @@ -292,7 +292,7 @@ - Verify the message to ensure it was signed with the specified Paycoin address + Verify the message to ensure it was signed with the specified TravisCoin address Verify &Message diff --git a/src/qt/guiutil.cpp b/src/qt/guiutil.cpp index 726217f..38f70bb 100644 --- a/src/qt/guiutil.cpp +++ b/src/qt/guiutil.cpp @@ -77,7 +77,7 @@ void setupAmountWidget(QLineEdit *widget, QWidget *parent) bool parseBitcoinURI(const QUrl &uri, SendCoinsRecipient *out) { - if(uri.scheme() != QString("paycoin")) + if(uri.scheme() != QString("traviscoin")) return false; SendCoinsRecipient rv; @@ -126,9 +126,9 @@ bool parseBitcoinURI(QString uri, SendCoinsRecipient *out) // // Cannot handle this later, because bitcoin:// will cause Qt to see the part after // as host, // which will lowercase it (and thus invalidate the address). - if(uri.startsWith("paycoin://")) + if(uri.startsWith("traviscoin://")) { - uri.replace(0, 9, "paycoin:"); + uri.replace(0, 9, "traviscoin:"); } QUrl uriInstance(uri); return parseBitcoinURI(uriInstance, out); @@ -273,7 +273,7 @@ bool ToolTipToRichTextFilter::eventFilter(QObject *obj, QEvent *evt) #ifdef WIN32 boost::filesystem::path static StartupShortcutPath() { - return GetSpecialFolderPath(CSIDL_STARTUP) / "Paycoin.lnk"; + return GetSpecialFolderPath(CSIDL_STARTUP) / "TravisCoin.lnk"; } bool GetStartOnSystemStartup() @@ -355,7 +355,7 @@ boost::filesystem::path static GetAutostartDir() boost::filesystem::path static GetAutostartFilePath() { - return GetAutostartDir() / "paycoin.desktop"; + return GetAutostartDir() / "traviscoin.desktop"; } bool GetStartOnSystemStartup() @@ -396,7 +396,7 @@ bool SetStartOnSystemStartup(bool fAutoStart) // Write a bitcoin.desktop file to the autostart directory: optionFile << "[Desktop Entry]\n"; optionFile << "Type=Application\n"; - optionFile << "Name=Paycoin\n"; + optionFile << "Name=TravisCoin\n"; optionFile << "Exec=" << pszExePath << " -min\n"; optionFile << "Terminal=false\n"; optionFile << "Hidden=false\n"; @@ -417,10 +417,10 @@ bool SetStartOnSystemStartup(bool fAutoStart) { return false; } HelpMessageBox::HelpMessageBox(QWidget *parent) : QMessageBox(parent) { - header = tr("Paycoin-Qt") + " " + tr("version") + " " + + header = tr("TravisCoin-Qt") + " " + tr("version") + " " + QString::fromStdString(FormatFullVersion()) + "\n\n" + tr("Usage:") + "\n" + - " paycoin-qt [" + tr("command-line options") + "] " + "\n"; + " traviscoin-qt [" + tr("command-line options") + "] " + "\n"; coreOptions = QString::fromStdString(HelpMessage()); @@ -429,7 +429,7 @@ HelpMessageBox::HelpMessageBox(QWidget *parent) : " -min " + tr("Start minimized") + "\n" + " -splash " + tr("Show splash screen on startup (default: 1)") + "\n"; - setWindowTitle(tr("Paycoin-Qt")); + setWindowTitle(tr("TravisCoin-Qt")); setTextFormat(Qt::PlainText); // setMinimumWidth is ignored for QMessageBox so put in nonbreaking spaces to make it wider. setText(header + QString(QChar(0x2003)).repeated(50)); diff --git a/src/qt/guiutil.h b/src/qt/guiutil.h index f47d706..78a0cf9 100644 --- a/src/qt/guiutil.h +++ b/src/qt/guiutil.h @@ -23,7 +23,7 @@ namespace GUIUtil QString dateTimeStr(const QDateTime &datetime); QString dateTimeStr(qint64 nTime); - // Render Paycoin addresses in monospace font + // Render TravisCoin addresses in monospace font QFont bitcoinAddressFont(); // Set up widgets for address and amounts @@ -95,7 +95,7 @@ namespace GUIUtil bool GetStartOnSystemStartup(); bool SetStartOnSystemStartup(bool fAutoStart); - /** Help message for Paycoin-Qt, shown with --help. */ + /** Help message for TravisCoin-Qt, shown with --help. */ class HelpMessageBox : public QMessageBox { Q_OBJECT diff --git a/src/qt/locale/paycoin_ar.ts b/src/qt/locale/paycoin_ar.ts index 25c1383..c0f85f4 100644 --- a/src/qt/locale/paycoin_ar.ts +++ b/src/qt/locale/paycoin_ar.ts @@ -365,7 +365,7 @@ الاستخدام: - Paycoin version + TravisCoin version نسخة بِيريُنِتِي @@ -445,7 +445,7 @@ الرسم مقابل الكيلوبَيِت للمعاملات التي ترسلها - Paycoin + TravisCoin بِيريُنِتِي diff --git a/src/qt/locale/paycoin_cs_CZ.ts b/src/qt/locale/paycoin_cs_CZ.ts index f11504f..422f258 100644 --- a/src/qt/locale/paycoin_cs_CZ.ts +++ b/src/qt/locale/paycoin_cs_CZ.ts @@ -1029,8 +1029,8 @@ Adresa: %4 Možnosti: - Specify pid file (default: paycoind.pid) - PID soubor (výchozí: paycoind.pid) + Specify pid file (default: traviscoind.pid) + PID soubor (výchozí: traviscoind.pid) Generate coins diff --git a/src/qt/locale/paycoin_da.ts b/src/qt/locale/paycoin_da.ts index bb91afd..31e13dd 100644 --- a/src/qt/locale/paycoin_da.ts +++ b/src/qt/locale/paycoin_da.ts @@ -3,12 +3,12 @@ AboutDialog - About Paycoin - Om Paycoin + About TravisCoin + Om TravisCoin - <b>Paycoin</b> version - <b>Paycoin</b> Version + <b>TravisCoin</b> version + <b>TravisCoin</b> Version @@ -18,8 +18,8 @@ Adressebog - These are your Paycoin addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. - Det her er dine Paycoin adresser for at modtage betalinger. Du kan have lyst til at give forskellige adresser, til hver sender så du kan holde styr på hvem der betaler dig. + These are your TravisCoin addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + Det her er dine TravisCoin adresser for at modtage betalinger. Du kan have lyst til at give forskellige adresser, til hver sender så du kan holde styr på hvem der betaler dig. Double-click to edit address or label @@ -952,8 +952,8 @@ Adresse: %4 - Specify pid file (default: paycoind.pid) - Angiv pid-fil (default: paycoind.pid) + Specify pid file (default: traviscoind.pid) + Angiv pid-fil (default: traviscoind.pid) diff --git a/src/qt/locale/paycoin_de.ts b/src/qt/locale/paycoin_de.ts index 95b959a..92b9d59 100644 --- a/src/qt/locale/paycoin_de.ts +++ b/src/qt/locale/paycoin_de.ts @@ -3,12 +3,12 @@ AboutDialog - About Paycoin - Über Paycoin + About TravisCoin + Über TravisCoin - <b>Paycoin</b> version - <b>Paycoin</b> version + <b>TravisCoin</b> version + <b>TravisCoin</b> version @@ -18,8 +18,8 @@ Adressbuch - These are your Paycoin addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. - Dies sind Ihre Paycoin-Adressen zum Empfangen von Zahlungen. Es wird empfohlen für jede Transaktion eine neue Empfangsadresse zu verwenden. + These are your TravisCoin addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + Dies sind Ihre TravisCoin-Adressen zum Empfangen von Zahlungen. Es wird empfohlen für jede Transaktion eine neue Empfangsadresse zu verwenden. Double-click to edit address or label @@ -166,8 +166,8 @@ Are you sure you wish to encrypt your wallet? Sind Sie sich sicher, dass Sie Ihre Wallet verschlüsseln möchten? - Paycoin will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your Paycoins from being stolen by malware infecting your computer. - Paycoin wird jetzt beendet, um den Verschlüsselungsprozess abzuschließen. Bitte beachten Sie, dass die Wallet-Verschlüsselung nicht vollständig vor Diebstahl Ihrer Paycoins durch Schadprogramme schützt, die Ihren Computer befällt. + TravisCoin will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your TravisCoins from being stolen by malware infecting your computer. + TravisCoin wird jetzt beendet, um den Verschlüsselungsprozess abzuschließen. Bitte beachten Sie, dass die Wallet-Verschlüsselung nicht vollständig vor Diebstahl Ihrer TravisCoins durch Schadprogramme schützt, die Ihren Computer befällt. Wallet encryption failed due to an internal error. Your wallet was not encrypted. @@ -226,7 +226,7 @@ Sind Sie sich sicher, dass Sie Ihre Wallet verschlüsseln möchten? &Receive coins - Paycoins &empfangen + TravisCoins &empfangen Show the list of addresses for receiving payments @@ -234,7 +234,7 @@ Sind Sie sich sicher, dass Sie Ihre Wallet verschlüsseln möchten? &Send coins - Paycoins &überweisen + TravisCoins &überweisen Prove you control an address @@ -249,8 +249,8 @@ Sind Sie sich sicher, dass Sie Ihre Wallet verschlüsseln möchten?Anwendung beenden - Show information about Paycoin - Informationen über Paycoin anzeigen + Show information about TravisCoin + Informationen über TravisCoin anzeigen About &Qt @@ -282,7 +282,7 @@ Sind Sie sich sicher, dass Sie Ihre Wallet verschlüsseln möchten? Unlock wallet only for minting. Sending coins will still require the passphrase. - Brieftasche nur zum Prägen entsperren. Das Versenden von Paycoins wird weiterhin die Passphrase erfordern. + Brieftasche nur zum Prägen entsperren. Das Versenden von TravisCoins wird weiterhin die Passphrase erfordern. Backup wallet to another location @@ -329,32 +329,32 @@ Sind Sie sich sicher, dass Sie Ihre Wallet verschlüsseln möchten?Diese Transaktion überschreitet das Größenlimit. Sie können es dennoch für eine Gebühr von %1 senden. Wollen Sie die Gebühr zahlen? - Paycoin Wallet - Paycoin Brieftasche + TravisCoin Wallet + TravisCoin Brieftasche - Send coins to a Paycoin address - Münzen an eine Paycoin-Adresse senden + Send coins to a TravisCoin address + Münzen an eine TravisCoin-Adresse senden Sign &message... Nachricht signieren - &About Paycoin - Über Paycoin + &About TravisCoin + Über TravisCoin - Modify configuration options for Paycoin - Die Konfiguration von Paycoin bearbeiten + Modify configuration options for TravisCoin + Die Konfiguration von TravisCoin bearbeiten - Show/Hide &Paycoin - &Paycoin anzeigen/verstecken + Show/Hide &TravisCoin + &TravisCoin anzeigen/verstecken - Show or hide the Paycoin window - Zeige oder verstecke das Paycoin Fenster + Show or hide the TravisCoin window + Zeige oder verstecke das TravisCoin Fenster &Encrypt Wallet... @@ -369,8 +369,8 @@ Sind Sie sich sicher, dass Sie Ihre Wallet verschlüsseln möchten?Passphrase ändern - Paycoin client - Paycoin-Client + TravisCoin client + TravisCoin-Client Synchronizing with network... @@ -464,8 +464,8 @@ Adresse: %4 Fehler beim versuch die Brieftaschendaten am neuen Ort zu speichern. - A fatal error occurred. Paycoin can no longer continue safely and will quit. - Ein fataler Fehler trat auf. Paycoin kann nicht mehr sicher fortfahren und wird sich beenden. + A fatal error occurred. TravisCoin can no longer continue safely and will quit. + Ein fataler Fehler trat auf. TravisCoin kann nicht mehr sicher fortfahren und wird sich beenden. @@ -659,15 +659,15 @@ Adresse: %4 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 Paycoins angezeigt werden soll. + Wählen Sie die standardmäßige Untereinheit, die in der Benutzeroberfläche und beim Überweisen von TravisCoins angezeigt werden soll. &Display addresses in transaction list Adressen im Transaktionsverlauf &anzeigen - Whether to show Paycoin addresses in the transaction list - Legt fest, ob Paycoin-Adressen im Transaktionsverlauf angezeigt werden. + Whether to show TravisCoin addresses in the transaction list + Legt fest, ob TravisCoin-Adressen im Transaktionsverlauf angezeigt werden. Display coin control features (experts only!) @@ -721,8 +721,8 @@ Adresse: %4 Die eingegebene Adresse "%1" befindet sich bereits im Adressbuch. - The entered address "%1" is not a valid Paycoin address. - Die eingegebene Adresse "%1" ist keine gültige Paycoin-Adresse. + The entered address "%1" is not a valid TravisCoin address. + Die eingegebene Adresse "%1" ist keine gültige TravisCoin-Adresse. Could not unlock wallet. @@ -977,15 +977,15 @@ Adresse: %4 Konsole zurücksetzen - Welcome to the Paycoin RPC console.<br>Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen.<br>Type <b>help</b> for an overview of available commands. - Willkommen in der Paycoin-RPC-Konsole. <br> Nutze Pfeiltaste hoch und runter, um den Verlauf durchzublättern und <b>Strg-L</b>, um die Konsole zurückzusetzen. <br> Bitte <b>help</b> eingeben, um eine Übersicht verfügbarer Befehle zu erhalten. + Welcome to the TravisCoin RPC console.<br>Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen.<br>Type <b>help</b> for an overview of available commands. + Willkommen in der TravisCoin-RPC-Konsole. <br> Nutze Pfeiltaste hoch und runter, um den Verlauf durchzublättern und <b>Strg-L</b>, um die Konsole zurückzusetzen. <br> Bitte <b>help</b> eingeben, um eine Übersicht verfügbarer Befehle zu erhalten. SendCoinsDialog Send Coins - Paycoins überweisen + TravisCoins überweisen Coin Control Features @@ -1132,8 +1132,8 @@ Adresse: %4 Der zu zahlende Betrag muss mindestens einen Cent betragen (0.01). - Warning: Invalid Paycoin address - Warnung: Ungültige Paycoin-Adresse + Warning: Invalid TravisCoin address + Warnung: Ungültige TravisCoin-Adresse Warning: Unknown change address @@ -1144,8 +1144,8 @@ Adresse: %4 (keine Bezeichnung) - Enter a Paycoin address - Paycoin-Addresse eingeben + Enter a TravisCoin address + TravisCoin-Addresse eingeben @@ -1242,8 +1242,8 @@ Adresse: %4 Aktuelle Signatur in die Zwischenablage kopieren - Sign the message to prove you own this Paycoin address - Die Nachricht signieren, um den Besitz dieser Paycoin-Adresse zu beweisen + Sign the message to prove you own this TravisCoin address + Die Nachricht signieren, um den Besitz dieser TravisCoin-Adresse zu beweisen Sign &Message @@ -1270,8 +1270,8 @@ Adresse: %4 Die Adresse mit der die Nachricht signiert wurde - Verify the message to ensure it was signed with the specified Paycoin address - Die Nachricht verifizieren, um sicherzustellen, dass diese mit der angegebenen Paycoin-Adresse signiert wurde + Verify the message to ensure it was signed with the specified TravisCoin address + Die Nachricht verifizieren, um sicherzustellen, dass diese mit der angegebenen TravisCoin-Adresse signiert wurde Verify &Message @@ -1290,8 +1290,8 @@ Adresse: %4 Geben Sie die Signatur der Nachricht ein - Enter a Paycoin address - Paycoin-Addresse eingeben + Enter a TravisCoin address + TravisCoin-Addresse eingeben The entered address is invalid. @@ -1638,8 +1638,8 @@ Adresse: %4 Verwendung: - Paycoin version - Paycoin Version + TravisCoin version + TravisCoin Version List commands @@ -1654,20 +1654,20 @@ Adresse: %4 Einstellungen: - Specify configuration file (default: paycoin.conf) - Konfigurations-Datei angeben (Standard: paycoin.conf) + Specify configuration file (default: traviscoin.conf) + Konfigurations-Datei angeben (Standard: traviscoin.conf) - Specify pid file (default: paycoind.pid) - PID-Datei angeben (Standard: paycoind.pid) + Specify pid file (default: traviscoind.pid) + PID-Datei angeben (Standard: traviscoind.pid) Generate coins - Paycoins generieren + TravisCoins generieren Don't generate coins - Keine Paycoins generieren + Keine TravisCoins generieren Specify data directory @@ -1810,24 +1810,24 @@ Adresse: %4 Akzeptierte Chiffren (Standard: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - Cannot obtain a lock on data directory %s. Paycoin is probably already running. - Datenverzeichnis %s kann nicht gesperrt werden, da Paycoin wahrscheinlich bereits gestartet wurde. + Cannot obtain a lock on data directory %s. TravisCoin is probably already running. + Datenverzeichnis %s kann nicht gesperrt werden, da TravisCoin wahrscheinlich bereits gestartet wurde. - Paycoin - Paycoin + TravisCoin + TravisCoin - Error loading wallet.dat: Wallet requires newer version of Paycoin - Fehler beim Laden von wallet.dat: Brieftasche benötigt neuere Version von Paycoin + Error loading wallet.dat: Wallet requires newer version of TravisCoin + Fehler beim Laden von wallet.dat: Brieftasche benötigt neuere Version von TravisCoin - Wallet needed to be rewritten: restart Paycoin to complete - Brieftasche musste neu geschrieben werden: starten Sie Paycoin zur Fertigstellung neu + Wallet needed to be rewritten: restart TravisCoin to complete + Brieftasche musste neu geschrieben werden: starten Sie TravisCoin zur Fertigstellung neu - Warning: Please check that your computer's date and time are correct. If your clock is wrong Paycoin will not work properly. - Warnung: Bitte korrigieren Sie die Datums- und Uhrzeiteinstellungen Ihres Computers, da Paycoin ansonsten nicht ordnungsgemäß funktionieren wird. + Warning: Please check that your computer's date and time are correct. If your clock is wrong TravisCoin will not work properly. + Warnung: Bitte korrigieren Sie die Datums- und Uhrzeiteinstellungen Ihres Computers, da TravisCoin ansonsten nicht ordnungsgemäß funktionieren wird. Loading addresses... @@ -1915,7 +1915,7 @@ Falls die Konfigurationsdatei nicht existiert, erzeugen Sie diese bitte mit Lese Error: 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. - Fehler: Die Transaktion wurde abgelehnt. Dies kann passieren, wenn einige Paycoins aus Ihrer Brieftasche bereits ausgegeben wurden. Beispielsweise weil Sie eine Kopie Ihrer wallet.dat genutzt, die Paycoins dort ausgegeben haben und dies daher in der derzeit aktiven Brieftasche nicht vermerkt ist. + Fehler: Die Transaktion wurde abgelehnt. Dies kann passieren, wenn einige TravisCoins aus Ihrer Brieftasche bereits ausgegeben wurden. Beispielsweise weil Sie eine Kopie Ihrer wallet.dat genutzt, die TravisCoins dort ausgegeben haben und dies daher in der derzeit aktiven Brieftasche nicht vermerkt ist. Invalid amount diff --git a/src/qt/locale/paycoin_el_GR.ts b/src/qt/locale/paycoin_el_GR.ts index ca9b9be..464de9c 100644 --- a/src/qt/locale/paycoin_el_GR.ts +++ b/src/qt/locale/paycoin_el_GR.ts @@ -27,7 +27,7 @@ Sign a message to prove you own this address - Υπογράψτε ένα μήνυμα για ν' αποδείξετε πως σας ανήκει μια συγκεκριμένη διεύθυνση Paycoin + Υπογράψτε ένα μήνυμα για ν' αποδείξετε πως σας ανήκει μια συγκεκριμένη διεύθυνση TravisCoin &Sign Message diff --git a/src/qt/locale/paycoin_en.ts b/src/qt/locale/paycoin_en.ts index c8f84f5..249f8b2 100644 --- a/src/qt/locale/paycoin_en.ts +++ b/src/qt/locale/paycoin_en.ts @@ -6,19 +6,19 @@ AboutDialog - About Paycoin + About TravisCoin - <b>Paycoin</b> version + <b>TravisCoin</b> version Copyright © 2009-2012 Bitcoin Developers Copyright © 2011-2014 Peercoin Developers -Copyright © 2014-2015 Paycoin Developers +Copyright © 2014-2015 TravisCoin Developers @@ -41,7 +41,7 @@ This product includes software developed by the OpenSSL Project for use in the O - These are your Paycoin addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + These are your TravisCoin addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. @@ -258,7 +258,7 @@ Are you sure you wish to encrypt your wallet? - Paycoin will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your Paycoins from being stolen by malware infecting your computer. + TravisCoin will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your TravisCoins from being stolen by malware infecting your computer. @@ -369,7 +369,7 @@ Are you sure you wish to encrypt your wallet? - Show information about Paycoin + Show information about TravisCoin @@ -474,7 +474,7 @@ Are you sure you wish to encrypt your wallet? - Send coins to a Paycoin address + Send coins to a TravisCoin address @@ -489,22 +489,22 @@ Are you sure you wish to encrypt your wallet? - &About Paycoin + &About TravisCoin - Modify configuration options for Paycoin + Modify configuration options for TravisCoin - Show/Hide &Paycoin + Show/Hide &TravisCoin - Show or hide the Paycoin window + Show or hide the TravisCoin window @@ -524,15 +524,15 @@ Are you sure you wish to encrypt your wallet? - Paycoin client + TravisCoin client - %n active connection(s) to Paycoin network + %n active connection(s) to TravisCoin network - %n active connection to Paycoin network - %n active connections to Paycoin network + %n active connection to TravisCoin network + %n active connections to TravisCoin network @@ -560,7 +560,7 @@ Are you sure you wish to encrypt your wallet? - Paycoin + TravisCoin @@ -671,7 +671,7 @@ Address: %4 - A fatal error occurred. Paycoin can no longer continue safely and will quit. + A fatal error occurred. TravisCoin can no longer continue safely and will quit. @@ -681,7 +681,7 @@ Address: %4 - Edit the paycoin.conf file in the default text editor + Edit the traviscoin.conf file in the default text editor @@ -973,7 +973,7 @@ This label turns red if the priority is smaller than "medium". - The user interface language can be set here. This setting will only take effect after restarting Paycoin. + The user interface language can be set here. This setting will only take effect after restarting TravisCoin. @@ -998,7 +998,7 @@ This label turns red if the priority is smaller than "medium". - Whether to show Paycoin addresses in the transaction list + Whether to show TravisCoin addresses in the transaction list @@ -1018,7 +1018,7 @@ This label turns red if the priority is smaller than "medium". - This setting will take effect after restarting Paycoin. + This setting will take effect after restarting TravisCoin. @@ -1081,7 +1081,7 @@ This label turns red if the priority is smaller than "medium". - The entered address "%1" is not a valid Paycoin address. + The entered address "%1" is not a valid TravisCoin address. @@ -1100,7 +1100,7 @@ This label turns red if the priority is smaller than "medium". - Paycoin-Qt + TravisCoin-Qt @@ -1163,12 +1163,12 @@ This label turns red if the priority is smaller than "medium". - &Start Paycoin on system login + &Start TravisCoin on system login - Automatically start Paycoin after logging in to the system + Automatically start TravisCoin after logging in to the system @@ -1682,7 +1682,7 @@ This label turns red if the priority is smaller than "medium". - Automatically open the Paycoin client port on the router. This only works when your router supports UPnP and it is enabled. + Automatically open the TravisCoin client port on the router. This only works when your router supports UPnP and it is enabled. @@ -1712,7 +1712,7 @@ This label turns red if the priority is smaller than "medium". - Connect to the Paycoin network through a SOCKS4 proxy (e.g. when connecting through Tor) + Connect to the TravisCoin network through a SOCKS4 proxy (e.g. when connecting through Tor) @@ -1769,7 +1769,7 @@ This label turns red if the priority is smaller than "medium". - The displayed information may be out of date. Your wallet automatically synchronizes with the Paycoin 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 TravisCoin network after a connection is established, but this process has not completed yet. @@ -1866,7 +1866,7 @@ This label turns red if the priority is smaller than "medium". - Paycoin Core + TravisCoin Core @@ -1934,7 +1934,7 @@ This label turns red if the priority is smaller than "medium". - Open the Paycoin debug logfile from the current data directory. This can take a few seconds for large logfiles. + Open the TravisCoin debug logfile from the current data directory. This can take a few seconds for large logfiles. @@ -1944,7 +1944,7 @@ This label turns red if the priority is smaller than "medium". - Show the Paycoin-Qt help message to get a list with possible Paycoin command-line options. + Show the TravisCoin-Qt help message to get a list with possible TravisCoin command-line options. @@ -1954,7 +1954,7 @@ This label turns red if the priority is smaller than "medium". - Paycoin - Debug window + TravisCoin - Debug window @@ -1989,7 +1989,7 @@ This label turns red if the priority is smaller than "medium". - Welcome to the Paycoin RPC console. + Welcome to the TravisCoin RPC console. @@ -2213,7 +2213,7 @@ This label turns red if the priority is smaller than "medium". - Warning: Invalid Paycoin address + Warning: Invalid TravisCoin address @@ -2228,7 +2228,7 @@ This label turns red if the priority is smaller than "medium". - Enter a Paycoin address + Enter a TravisCoin address @@ -2297,7 +2297,7 @@ This label turns red if the priority is smaller than "medium". - Enter a Paycoin address (e.g. PNS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a TravisCoin address (e.g. PNS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) @@ -2387,7 +2387,7 @@ This label turns red if the priority is smaller than "medium". - Sign the message to prove you own this Paycoin address + Sign the message to prove you own this TravisCoin address @@ -2423,7 +2423,7 @@ This label turns red if the priority is smaller than "medium". - Verify the message to ensure it was signed with the specified Paycoin address + Verify the message to ensure it was signed with the specified TravisCoin address @@ -2449,7 +2449,7 @@ This label turns red if the priority is smaller than "medium". - Enter a Paycoin address + Enter a TravisCoin address @@ -2523,7 +2523,7 @@ This label turns red if the priority is smaller than "medium". SplashScreen - The Paycoin developers + The TravisCoin developers @@ -3096,7 +3096,7 @@ This label turns red if the priority is smaller than "medium". - Paycoin version + TravisCoin version @@ -3116,12 +3116,12 @@ This label turns red if the priority is smaller than "medium". - Specify configuration file (default: paycoin.conf) + Specify configuration file (default: traviscoin.conf) - Specify pid file (default: paycoind.pid) + Specify pid file (default: traviscoind.pid) @@ -3311,12 +3311,12 @@ This label turns red if the priority is smaller than "medium". - Cannot obtain a lock on data directory %s. Paycoin is probably already running. + Cannot obtain a lock on data directory %s. TravisCoin is probably already running. - Paycoin + TravisCoin @@ -3336,7 +3336,7 @@ This label turns red if the priority is smaller than "medium". - Send command to server or paycoind + Send command to server or traviscoind @@ -3424,7 +3424,7 @@ This label turns red if the priority is smaller than "medium". %s, you must set a rpcpassword in the configuration file: %s It is recommended you use the following random password: -rpcuser=paycoinrpc +rpcuser=traviscoinrpc rpcpassword=%s (you do not need to remember this password) The username and password MUST NOT be the same. @@ -3439,7 +3439,7 @@ If the file does not exist, create it with owner-readable-only file permissions. - Unable to bind to %s on this computer. Paycoin is probably already running. + Unable to bind to %s on this computer. TravisCoin is probably already running. @@ -3450,7 +3450,7 @@ If the file does not exist, create it with owner-readable-only file permissions. -SSL options: (see the Paycoin Wiki for SSL setup instructions) +SSL options: (see the TravisCoin Wiki for SSL setup instructions) @@ -3505,17 +3505,17 @@ SSL options: (see the Paycoin Wiki for SSL setup instructions) - Error loading wallet.dat: Wallet requires newer version of Paycoin + Error loading wallet.dat: Wallet requires newer version of TravisCoin - Wallet needed to be rewritten: restart Paycoin to complete + Wallet needed to be rewritten: restart TravisCoin to complete - Warning: Please check that your computer's date and time are correct. If your clock is wrong Paycoin will not work properly. + Warning: Please check that your computer's date and time are correct. If your clock is wrong TravisCoin will not work properly. diff --git a/src/qt/locale/paycoin_es.ts b/src/qt/locale/paycoin_es.ts index 228998c..a2040d3 100644 --- a/src/qt/locale/paycoin_es.ts +++ b/src/qt/locale/paycoin_es.ts @@ -931,8 +931,8 @@ Dirección: %4 - Specify pid file (default: paycoind.pid) - Especifica archivo pid (predeterminado: Paycoin.pid) + Specify pid file (default: traviscoind.pid) + Especifica archivo pid (predeterminado: TravisCoin.pid) diff --git a/src/qt/locale/paycoin_es_CL.ts b/src/qt/locale/paycoin_es_CL.ts index 9d2ef36..e9023ea 100644 --- a/src/qt/locale/paycoin_es_CL.ts +++ b/src/qt/locale/paycoin_es_CL.ts @@ -1007,8 +1007,8 @@ Dirección: %4 - Specify pid file (default: paycoind.pid) - Especifica archivo pid (predeterminado: Paycoin.pid) + Specify pid file (default: traviscoind.pid) + Especifica archivo pid (predeterminado: TravisCoin.pid) diff --git a/src/qt/locale/paycoin_fa.ts b/src/qt/locale/paycoin_fa.ts index 660886d..3e46f46 100644 --- a/src/qt/locale/paycoin_fa.ts +++ b/src/qt/locale/paycoin_fa.ts @@ -1001,8 +1001,8 @@ Address: %4 تنظیمات - Specify pid file (default: paycoind.pid) - (paycoind.pidپیش فرض : ) فایل پید خاص + Specify pid file (default: traviscoind.pid) + (traviscoind.pidپیش فرض : ) فایل پید خاص Generate coins diff --git a/src/qt/locale/paycoin_fi.ts b/src/qt/locale/paycoin_fi.ts index 8f45b88..0804c1a 100644 --- a/src/qt/locale/paycoin_fi.ts +++ b/src/qt/locale/paycoin_fi.ts @@ -184,15 +184,15 @@ &Receive coins - &Paycoinien vastaanottaminen + &TravisCoinien vastaanottaminen Show the list of addresses for receiving payments - Näytä Paycoinien vastaanottamiseen käytetyt osoitteet + Näytä TravisCoinien vastaanottamiseen käytetyt osoitteet &Send coins - &Lähetä Paycoineja + &Lähetä TravisCoineja Prove you control an address @@ -554,11 +554,11 @@ Osoite: %4 Your current balance - Tililläsi tällä hetkellä olevien Paycoinien määrä + Tililläsi tällä hetkellä olevien TravisCoinien määrä Total of transactions that have yet to be confirmed, and do not yet count toward the current balance - Niiden saapuvien rahansiirtojen määrä, joita Paycoin-verkko ei vielä ole ehtinyt vahvistaa ja siten eivät vielä näy saldossa. + Niiden saapuvien rahansiirtojen määrä, joita TravisCoin-verkko ei vielä ole ehtinyt vahvistaa ja siten eivät vielä näy saldossa. Total number of transactions in wallet @@ -603,7 +603,7 @@ Osoite: %4 SendCoinsDialog Send Coins - Lähetä Paycoineja + Lähetä TravisCoineja 0 @@ -651,7 +651,7 @@ Osoite: %4 Confirm send coins - Hyväksy Paycoinien lähettäminen + Hyväksy TravisCoinien lähettäminen Are you sure you want to send %1? @@ -873,7 +873,7 @@ Osoite: %4 Destination address of transaction. - Rahansiirron kohteen Paycoin-osoite + Rahansiirron kohteen TravisCoin-osoite Amount removed from or added to balance. @@ -1036,8 +1036,8 @@ Osoite: %4 Asetukset: - Specify pid file (default: paycoind.pid) - Määritä pid-tiedosto (oletus: Paycoin.pid) + Specify pid file (default: traviscoind.pid) + Määritä pid-tiedosto (oletus: TravisCoin.pid) Generate coins @@ -1186,7 +1186,7 @@ TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) Error: 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. - Virhe: Rahansiirto hylättiin. Tämä voi tapahtua jos jotkin Paycoineistasi on jo käytetty, esimerkiksi jos olet käyttänyt kopiota wallet.dat-lompakkotiedostosta ja Paycoinit on merkitty käytetyksi vain kopiossa. + Virhe: Rahansiirto hylättiin. Tämä voi tapahtua jos jotkin TravisCoineistasi on jo käytetty, esimerkiksi jos olet käyttänyt kopiota wallet.dat-lompakkotiedostosta ja TravisCoinit on merkitty käytetyksi vain kopiossa. \ No newline at end of file diff --git a/src/qt/locale/paycoin_fr.ts b/src/qt/locale/paycoin_fr.ts index 0b282e1..25a2ee0 100644 --- a/src/qt/locale/paycoin_fr.ts +++ b/src/qt/locale/paycoin_fr.ts @@ -3,12 +3,12 @@ AboutDialog - About Paycoin - À propos de Paycoin + About TravisCoin + À propos de TravisCoin - <b>Paycoin</b> version - Version de <b>Paycoin</b> + <b>TravisCoin</b> version + Version de <b>TravisCoin</b> @@ -18,8 +18,8 @@ Carnet d'adresses - These are your Paycoin addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. - Voici vos adresses Paycoin pour recevoir des paiements. Vous pouvez en communiquer une différente à chacun de vos expéditeurs afin de pouvoir identifier qui vous paie. + These are your TravisCoin addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + Voici vos adresses TravisCoin pour recevoir des paiements. Vous pouvez en communiquer une différente à chacun de vos expéditeurs afin de pouvoir identifier qui vous paie. Double-click to edit address or label @@ -190,8 +190,8 @@ Are you sure you wish to encrypt your wallet? Êtes-vous sûr de vouloir chiffrer votre porte-monnaie ? - Paycoin will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your Paycoins from being stolen by malware infecting your computer. - Paycoin va maintenant se fermer pour terminer le processus de chiffrement. Sachez que le chiffrement de votre portefeuille ne peut pas vous protéger totalement contre le vol de vos Paycoins par des logiciels malveillants qui auraient infecté votre ordinateur. + TravisCoin will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your TravisCoins from being stolen by malware infecting your computer. + TravisCoin va maintenant se fermer pour terminer le processus de chiffrement. Sachez que le chiffrement de votre portefeuille ne peut pas vous protéger totalement contre le vol de vos TravisCoins par des logiciels malveillants qui auraient infecté votre ordinateur. Wallet encryption failed due to an internal error. Your wallet was not encrypted. @@ -277,8 +277,8 @@ Are you sure you wish to encrypt your wallet? Quitter l'application - Show information about Paycoin - Afficher des informations sur Paycoin + Show information about TravisCoin + Afficher des informations sur TravisCoin About &Qt @@ -362,12 +362,12 @@ Are you sure you wish to encrypt your wallet? Voulez-vous payer les frais? - Paycoin Wallet - Porte-monnaie Paycoin + TravisCoin Wallet + Porte-monnaie TravisCoin - Send coins to a Paycoin address - Envoyer de la monnaie à une adresse Paycoin + Send coins to a TravisCoin address + Envoyer de la monnaie à une adresse TravisCoin Sign &message... @@ -378,20 +378,20 @@ Voulez-vous payer les frais? Multisignature - &About Paycoin - &À propos de Paycoin + &About TravisCoin + &À propos de TravisCoin - Modify configuration options for Paycoin - Modifier la configuration des options pour Paycoin + Modify configuration options for TravisCoin + Modifier la configuration des options pour TravisCoin - Show/Hide &Paycoin - Afficher/Masquer &Paycoin + Show/Hide &TravisCoin + Afficher/Masquer &TravisCoin - Show or hide the Paycoin window - Afficher ou masquer la fenêtre Paycoin + Show or hide the TravisCoin window + Afficher ou masquer la fenêtre TravisCoin &Encrypt Wallet... @@ -406,12 +406,12 @@ Voulez-vous payer les frais? &Changer la phrase de passe... - Paycoin client - Client Paycoin + TravisCoin client + Client TravisCoin - %n active connection(s) to Paycoin network - %n connexion active avec le réseau Paycoin%n connexions actives avec le réseau Paycoin + %n active connection(s) to TravisCoin network + %n connexion active avec le réseau TravisCoin%n connexions actives avec le réseau TravisCoin Synchronizing with network... @@ -506,8 +506,8 @@ Adresse : %4 Une erreur est survenue lors de l'enregistrement des données du porte-monnaie à un autre emplacement. - A fatal error occurred. Paycoin can no longer continue safely and will quit. - Une erreur fatale a eu lieu. Paycoin ne peut plus continuer de manière sure et va se fermer. + A fatal error occurred. TravisCoin can no longer continue safely and will quit. + Une erreur fatale a eu lieu. TravisCoin ne peut plus continuer de manière sure et va se fermer. @@ -736,8 +736,8 @@ Ceci veut dire que des frais à hauteur de %2 sont requis. Interface Utilisateur &Langue : - The user interface language can be set here. This setting will only take effect after restarting Paycoin. - La langue de l’interface utilisateur peut être définie ici. Les modifications prendront effet après le redémarrage de Paycoin. + The user interface language can be set here. This setting will only take effect after restarting TravisCoin. + La langue de l’interface utilisateur peut être définie ici. Les modifications prendront effet après le redémarrage de TravisCoin. &Unit to show amounts in: @@ -752,8 +752,8 @@ Ceci veut dire que des frais à hauteur de %2 sont requis. &Afficher les adresses dans la liste des transactions - Whether to show Paycoin addresses in the transaction list - Afficher ou non les adresses Paycoin dans la liste des transactions + Whether to show TravisCoin addresses in the transaction list + Afficher ou non les adresses TravisCoin dans la liste des transactions Display coin control features (experts only!) @@ -768,8 +768,8 @@ Ceci veut dire que des frais à hauteur de %2 sont requis. Attention - This setting will take effect after restarting Paycoin. - Les modifications prendront effet après le redémarrage de Paycoin. + This setting will take effect after restarting TravisCoin. + Les modifications prendront effet après le redémarrage de TravisCoin. @@ -815,8 +815,8 @@ Ceci veut dire que des frais à hauteur de %2 sont requis. L'adresse fournie « %1 » est déjà présente dans le carnet d'adresses. - The entered address "%1" is not a valid Paycoin address. - L'adresse saisie "%1" n'est pas une adresse Paycoin valide. + The entered address "%1" is not a valid TravisCoin address. + L'adresse saisie "%1" n'est pas une adresse TravisCoin valide. Could not unlock wallet. @@ -849,12 +849,12 @@ Ceci veut dire que des frais à hauteur de %2 sont requis. Détacher les bases de données des blocs et des adresses à la fermeture. Ceci signifie qu'elles pourront être déplacées vers un autre répertoire de données, mais cela ralentit la fermeture. Le porte-monnaie est toujours détaché. - &Start Paycoin on system login - &Démarrer Paycoin lors de l'ouverture d'une session + &Start TravisCoin on system login + &Démarrer TravisCoin lors de l'ouverture d'une session - Automatically start Paycoin after logging in to the system - Démarrer Paycoin automatiquement après avoir ouvert une session sur le système. + Automatically start TravisCoin after logging in to the system + Démarrer TravisCoin automatiquement après avoir ouvert une session sur le système. @@ -1255,8 +1255,8 @@ Ceci veut dire que des frais à hauteur de %2 sont requis. Ouvrir le port avec l'&UPnP - Automatically open the Paycoin client port on the router. This only works when your router supports UPnP and it is enabled. - Ouvrir automatiquement le port du client Paycoin sur le routeur. Ceci ne fonctionne que si votre routeur supporte le protocole UPnP et l'a activé. + Automatically open the TravisCoin client port on the router. This only works when your router supports UPnP and it is enabled. + Ouvrir automatiquement le port du client TravisCoin sur le routeur. Ceci ne fonctionne que si votre routeur supporte le protocole UPnP et l'a activé. &Connect through SOCKS4 proxy: @@ -1321,8 +1321,8 @@ Ceci veut dire que des frais à hauteur de %2 sont requis. Votre solde actuel - The displayed information may be out of date. Your wallet automatically synchronizes with the Paycoin network after a connection is established, but this process has not completed yet. - L'information affichée peut être obsolète. Votre porte-monnaie va se synchroniser automatiquement dès qu'une connexion au réseau Paycoin sera établie, mais ce processus n'a pas pu encore être effectué. + The displayed information may be out of date. Your wallet automatically synchronizes with the TravisCoin network after a connection is established, but this process has not completed yet. + L'information affichée peut être obsolète. Votre porte-monnaie va se synchroniser automatiquement dès qu'une connexion au réseau TravisCoin sera établie, mais ce processus n'a pas pu encore être effectué. Your current stake @@ -1395,8 +1395,8 @@ Ceci veut dire que des frais à hauteur de %2 sont requis. RPCConsole - Paycoin debug window - Fenêtre de débogage Paycoin + TravisCoin debug window + Fenêtre de débogage TravisCoin &Information @@ -1447,7 +1447,7 @@ Ceci veut dire que des frais à hauteur de %2 sont requis. Journaux de débogage - Open the Paycoin debug logfile from the current data directory. This can take a few seconds for large logfiles. + Open the TravisCoin debug logfile from the current data directory. This can take a few seconds for large logfiles. Ouvrir les journaux de débogage depuis le répertoire de données courant. Ceci peut prendre plusieurs secondes pour de large journaux. @@ -1471,8 +1471,8 @@ Ceci veut dire que des frais à hauteur de %2 sont requis. Nettoyer la console - Welcome to the Paycoin RPC console.<br>Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen.<br>Type <b>help</b> for an overview of available commands. - Bienvenue dans la console RPC de Paycoin.<br>Utilisez les flèches haut et bas pour naviguer dans l'historique, et <b>Ctrl-L</b> pour nettoyer l'écran.<br>Tapper <b>help</b> pour avoir un aperçu des commandes disponibles. + Welcome to the TravisCoin RPC console.<br>Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen.<br>Type <b>help</b> for an overview of available commands. + Bienvenue dans la console RPC de TravisCoin.<br>Utilisez les flèches haut et bas pour naviguer dans l'historique, et <b>Ctrl-L</b> pour nettoyer l'écran.<br>Tapper <b>help</b> pour avoir un aperçu des commandes disponibles. Client @@ -1642,8 +1642,8 @@ Ceci veut dire que des frais à hauteur de %2 sont requis. Le montant à payer doit être d'au moins un centime (0.01). - Warning: Invalid Paycoin address - Attention : Adresse Paycoin invalide + Warning: Invalid TravisCoin address + Attention : Adresse TravisCoin invalide Warning: Unknown change address @@ -1654,8 +1654,8 @@ Ceci veut dire que des frais à hauteur de %2 sont requis. (aucune étiquette) - Enter a Paycoin address - Entrez une adresse Paycoin + Enter a TravisCoin address + Entrez une adresse TravisCoin Clear &All @@ -1693,8 +1693,8 @@ Ceci veut dire que des frais à hauteur de %2 sont requis. L'adresse à laquelle le paiement sera envoyé - Enter a Paycoin address (e.g. PNS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Entrez une adresse Paycoin (par ex. PNS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a TravisCoin address (e.g. PNS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Entrez une adresse TravisCoin (par ex. PNS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) Choose address from address book @@ -1764,8 +1764,8 @@ Ceci veut dire que des frais à hauteur de %2 sont requis. Copier la signature dans le presse-papiers - Sign the message to prove you own this Paycoin address - Signez le message pour prouver que vous possédez cette adresse Paycoin + Sign the message to prove you own this TravisCoin address + Signez le message pour prouver que vous possédez cette adresse TravisCoin Sign &Message @@ -1792,8 +1792,8 @@ Ceci veut dire que des frais à hauteur de %2 sont requis. L'adresse avec laquelle le message a été signé - Verify the message to ensure it was signed with the specified Paycoin address - Vérifiez le message pour vous assurer qu'il a été signé par l'adresse Paycoin spécifiée + Verify the message to ensure it was signed with the specified TravisCoin address + Vérifiez le message pour vous assurer qu'il a été signé par l'adresse TravisCoin spécifiée Verify &Message @@ -1812,8 +1812,8 @@ Ceci veut dire que des frais à hauteur de %2 sont requis. Entrez la signature du message - Enter a Paycoin address - Entrez une adresse Paycoin + Enter a TravisCoin address + Entrez une adresse TravisCoin The entered address is invalid. @@ -1867,8 +1867,8 @@ Ceci veut dire que des frais à hauteur de %2 sont requis. SplashScreen - The Paycoin developers - Les développeurs de Paycoin + The TravisCoin developers + Les développeurs de TravisCoin [testnet] @@ -2304,8 +2304,8 @@ Ceci veut dire que des frais à hauteur de %2 sont requis. Utilisation : - Paycoin version - Version de Paycoin + TravisCoin version + Version de TravisCoin List commands @@ -2320,12 +2320,12 @@ Ceci veut dire que des frais à hauteur de %2 sont requis. Options : - Specify configuration file (default: paycoin.conf) - Spécifier le fichier de configuration (par défaut : paycoin.conf) + Specify configuration file (default: traviscoin.conf) + Spécifier le fichier de configuration (par défaut : traviscoin.conf) - Specify pid file (default: paycoind.pid) - Spécifier le fichier pid (par défaut : paycoind.pid) + Specify pid file (default: traviscoind.pid) + Spécifier le fichier pid (par défaut : traviscoind.pid) Generate coins @@ -2476,12 +2476,12 @@ Ceci veut dire que des frais à hauteur de %2 sont requis. Chiffrements acceptables (par défaut : TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - Cannot obtain a lock on data directory %s. Paycoin is probably already running. - Impossible d'obtenir un verrou pour le répertoire des données %s. Paycoin est probablement déjà en cours de fonctionnement. + Cannot obtain a lock on data directory %s. TravisCoin is probably already running. + Impossible d'obtenir un verrou pour le répertoire des données %s. TravisCoin est probablement déjà en cours de fonctionnement. - Paycoin - Paycoin + TravisCoin + TravisCoin Allow DNS lookups for -addnode, -seednode and -connect @@ -2501,21 +2501,21 @@ Ceci veut dire que des frais à hauteur de %2 sont requis. -SSL options: (see the Paycoin Wiki for SSL setup instructions) +SSL options: (see the TravisCoin Wiki for SSL setup instructions) -Options SSL : (voir le Wiki de Paycoin pour les instructions de configuration du SSL) +Options SSL : (voir le Wiki de TravisCoin pour les instructions de configuration du SSL) - Error loading wallet.dat: Wallet requires newer version of Paycoin - Erreur lors du chargement de wallet.dat : Le porte-monnaie nécessite une version plus récente de Paycoin + Error loading wallet.dat: Wallet requires newer version of TravisCoin + Erreur lors du chargement de wallet.dat : Le porte-monnaie nécessite une version plus récente de TravisCoin - Wallet needed to be rewritten: restart Paycoin to complete - Le porte-monnaie a besoin d'être réécrit : redémarrez Paycoin pour compléter le processus + Wallet needed to be rewritten: restart TravisCoin to complete + Le porte-monnaie a besoin d'être réécrit : redémarrez TravisCoin pour compléter le processus - Warning: Please check that your computer's date and time are correct. If your clock is wrong Paycoin will not work properly. - Attention : Veuillez vérifier que la date et l'heure de votre ordinateur sont correctes. Si votre horloge n'est pas à l'heure Paycoin ne fonctionnera pas correctement. + Warning: Please check that your computer's date and time are correct. If your clock is wrong TravisCoin will not work properly. + Attention : Veuillez vérifier que la date et l'heure de votre ordinateur sont correctes. Si votre horloge n'est pas à l'heure TravisCoin ne fonctionnera pas correctement. Loading addresses... diff --git a/src/qt/locale/paycoin_he.ts b/src/qt/locale/paycoin_he.ts index df00bc7..f5eed38 100644 --- a/src/qt/locale/paycoin_he.ts +++ b/src/qt/locale/paycoin_he.ts @@ -1028,8 +1028,8 @@ Address: %4 אפשרויות: - Specify pid file (default: paycoind.pid) - ציין קובץ pid (ברירת מחדל: paycoind.pid) + Specify pid file (default: traviscoind.pid) + ציין קובץ pid (ברירת מחדל: traviscoind.pid) Generate coins diff --git a/src/qt/locale/paycoin_hi.ts b/src/qt/locale/paycoin_hi.ts index 026eb05..90c4787 100644 --- a/src/qt/locale/paycoin_hi.ts +++ b/src/qt/locale/paycoin_hi.ts @@ -269,8 +269,8 @@ व्यवहार: - Paycoin version - Paycoin संस्करण + TravisCoin version + TravisCoin संस्करण List commands @@ -309,8 +309,8 @@ संबंध काल समापन निर्दिष्ट करें (मिलीसेकंड में ) - Paycoin - Paycoin + TravisCoin + TravisCoin \ No newline at end of file diff --git a/src/qt/locale/paycoin_hr.ts b/src/qt/locale/paycoin_hr.ts index fb8ec52..f5e479b 100644 --- a/src/qt/locale/paycoin_hr.ts +++ b/src/qt/locale/paycoin_hr.ts @@ -182,7 +182,7 @@ Choose the default subdivision unit to show in the interface, and when sending coins - Izaberite željeni najmanji dio Paycoina koji će biti prikazan u sučelju i koji će se koristiti za plaćanje. + Izaberite željeni najmanji dio TravisCoina koji će biti prikazan u sučelju i koji će se koristiti za plaćanje. diff --git a/src/qt/locale/paycoin_id.ts b/src/qt/locale/paycoin_id.ts index 3f5cc79..72ad1f9 100644 --- a/src/qt/locale/paycoin_id.ts +++ b/src/qt/locale/paycoin_id.ts @@ -3,12 +3,12 @@ AboutDialog - About Paycoin - Tentang Paycoin + About TravisCoin + Tentang TravisCoin - <b>Paycoin</b> version - <html><head/><body><p><span style=" font-weight:600;">Paycoin</span></p></body></html> + <b>TravisCoin</b> version + <html><head/><body><p><span style=" font-weight:600;">TravisCoin</span></p></body></html> @@ -18,8 +18,8 @@ Buku Alamat - These are your Paycoin addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. - Ini adalah alamat Paycoin Anda untuk menerima pembayaran. Anda mungkin ingin memberikan yang berbeda untuk masing-masing pengirim sehingga Anda dapat melacak siapa yang membayar Anda. + These are your TravisCoin addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + Ini adalah alamat TravisCoin Anda untuk menerima pembayaran. Anda mungkin ingin memberikan yang berbeda untuk masing-masing pengirim sehingga Anda dapat melacak siapa yang membayar Anda. Double-click to edit address or label @@ -150,8 +150,8 @@ Are you sure you wish to encrypt your wallet? Apakah Anda yakin ingin mengenkripsi dompet Anda? - Paycoin will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your Paycoins from being stolen by malware infecting your computer. - Paycoin akan menutup sekarang untuk menyelesaikan proses enkripsi. Ingat bahwa mengenkripsi dompet Anda tidak dapat sepenuhnya melindungi Paycoins Anda dari yang dicuri oleh malware menginfeksi komputer Anda. + TravisCoin will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your TravisCoins from being stolen by malware infecting your computer. + TravisCoin akan menutup sekarang untuk menyelesaikan proses enkripsi. Ingat bahwa mengenkripsi dompet Anda tidak dapat sepenuhnya melindungi TravisCoins Anda dari yang dicuri oleh malware menginfeksi komputer Anda. Wallet encryption failed due to an internal error. Your wallet was not encrypted. @@ -229,8 +229,8 @@ Apakah Anda yakin ingin mengenkripsi dompet Anda? Berhenti aplikasi - Show information about Paycoin - Tampilkan informasi tentang Paycoin + Show information about TravisCoin + Tampilkan informasi tentang TravisCoin About &Qt @@ -305,32 +305,32 @@ Apakah Anda yakin ingin mengenkripsi dompet Anda? [testnet] - Paycoin Wallet - Dompet Paycoin + TravisCoin Wallet + Dompet TravisCoin - Send coins to a Paycoin address - Kirim koin ke alamat Paycoin + Send coins to a TravisCoin address + Kirim koin ke alamat TravisCoin - &About Paycoin - Tentang Paycoin + &About TravisCoin + Tentang TravisCoin - Modify configuration options for Paycoin - Memodifikasi pilihan konfigurasi untuk Paycoin + Modify configuration options for TravisCoin + Memodifikasi pilihan konfigurasi untuk TravisCoin - Show/Hide &Paycoin - Tampilkan/Sembunyikan Paycoin + Show/Hide &TravisCoin + Tampilkan/Sembunyikan TravisCoin - Show or hide the Paycoin window - Tampilkan atau sembunyikan jendela Paycoin + Show or hide the TravisCoin window + Tampilkan atau sembunyikan jendela TravisCoin - Paycoin client - Klien Paycoin + TravisCoin client + Klien TravisCoin Synchronizing with network... @@ -400,8 +400,8 @@ Alamat: %4 Terjadi error saat mencoba untuk menyimpan data dompet ke lokasi baru. - A fatal error occurred. Paycoin can no longer continue safely and will quit. - Sebuah error fatal terjadi. Paycoin tidak bisa lagi melanjutkan dengan aman dan akan berhenti. + A fatal error occurred. TravisCoin can no longer continue safely and will quit. + Sebuah error fatal terjadi. TravisCoin tidak bisa lagi melanjutkan dengan aman dan akan berhenti. @@ -598,8 +598,8 @@ Alamat: %4 Tampilan Alamat dalam daftar transaksi - Whether to show Paycoin addresses in the transaction list - Apakah menampilkan alamat Paycoin dalam daftar transaksi + Whether to show TravisCoin addresses in the transaction list + Apakah menampilkan alamat TravisCoin dalam daftar transaksi Display coin control features (experts only!) @@ -653,8 +653,8 @@ Alamat: %4 Alamat yang di masukkan "%1" sudah di buku alamat. - The entered address "%1" is not a valid Paycoin address. - Alamat yang di masukkan "%1" tidak berlaku di alamat Paycoin + The entered address "%1" is not a valid TravisCoin address. + Alamat yang di masukkan "%1" tidak berlaku di alamat TravisCoin Could not unlock wallet. @@ -909,8 +909,8 @@ Alamat: %4 Hapus konsol - Welcome to the Paycoin RPC console.<br>Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen.<br>Type <b>help</b> for an overview of available commands. - Selamat datang di konsol Paycoin RPC. <br>Gunakan panah atas dan bawah untuk menavigasi sejarah, dan <b>Ctrl-L</b> untuk menghapus layar. <br>Type <b>help</b> untuk overview command yang tersedia. + Welcome to the TravisCoin RPC console.<br>Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen.<br>Type <b>help</b> for an overview of available commands. + Selamat datang di konsol TravisCoin RPC. <br>Gunakan panah atas dan bawah untuk menavigasi sejarah, dan <b>Ctrl-L</b> untuk menghapus layar. <br>Type <b>help</b> untuk overview command yang tersedia. @@ -1064,7 +1064,7 @@ Alamat: %4 Jumlah untuk membayar setidaknya harus satu sen (0.01). - Warning: Invalid Paycoin address + Warning: Invalid TravisCoin address Peringatan: Alamat Bitcoin tidak valid @@ -1076,8 +1076,8 @@ Alamat: %4 (no label) - Enter a Paycoin address - Masukkan alamat Paycoin + Enter a TravisCoin address + Masukkan alamat TravisCoin @@ -1174,8 +1174,8 @@ Alamat: %4 Salin tanda tangan saat ini ke sistem clipboard - Sign the message to prove you own this Paycoin address - Masuk pesan untuk membuktikan bahwa Anda sudah memiliki alamat Paycoin ini + Sign the message to prove you own this TravisCoin address + Masuk pesan untuk membuktikan bahwa Anda sudah memiliki alamat TravisCoin ini Sign &Message @@ -1202,8 +1202,8 @@ Alamat: %4 Alamat pesan ditandatangani dengan - Verify the message to ensure it was signed with the specified Paycoin address - Verifikasi pesan untuk memastikan ditandatangani dengan alamati Paycoin yang ditentukan + Verify the message to ensure it was signed with the specified TravisCoin address + Verifikasi pesan untuk memastikan ditandatangani dengan alamati TravisCoin yang ditentukan Verify &Message @@ -1222,8 +1222,8 @@ Alamat: %4 Masukkan tanda tangan dari pesan - Enter a Paycoin address - Masukkan alamat Paycoin + Enter a TravisCoin address + Masukkan alamat TravisCoin The entered address is invalid. @@ -1570,8 +1570,8 @@ Alamat: %4 Penggunaan: - Paycoin version - Versi Paycoin + TravisCoin version + Versi TravisCoin List commands @@ -1586,12 +1586,12 @@ Alamat: %4 Pilihan: - Specify configuration file (default: paycoin.conf) - File konfigurasi ditentukan (default: paycoin.conf) + Specify configuration file (default: traviscoin.conf) + File konfigurasi ditentukan (default: traviscoin.conf) - Specify pid file (default: paycoind.pid) - Menentukan file pid (default: paycoind.pid) + Specify pid file (default: traviscoind.pid) + Menentukan file pid (default: traviscoind.pid) Generate coins @@ -1742,24 +1742,24 @@ Alamat: %4 Ciphers diterima (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - Cannot obtain a lock on data directory %s. Paycoin is probably already running. - Tidak dapat memperoleh kunci pada direktori data %s. Paycoin mungkin sudah berjalan. + Cannot obtain a lock on data directory %s. TravisCoin is probably already running. + Tidak dapat memperoleh kunci pada direktori data %s. TravisCoin mungkin sudah berjalan. - Paycoin - Paycoin + TravisCoin + TravisCoin - Error loading wallet.dat: Wallet requires newer version of Paycoin - Error loading wallet.dat: Dompet memerlukan versi terbaru dari Paycoin + Error loading wallet.dat: Wallet requires newer version of TravisCoin + Error loading wallet.dat: Dompet memerlukan versi terbaru dari TravisCoin - Wallet needed to be rewritten: restart Paycoin to complete - Dompet perlu ditulis ulang: me-restart Paycoin untuk menyelesaikan + Wallet needed to be rewritten: restart TravisCoin to complete + Dompet perlu ditulis ulang: me-restart TravisCoin untuk menyelesaikan - Warning: Please check that your computer's date and time are correct. If your clock is wrong Paycoin will not work properly. - Peringatan: Harap periksa tanggal komputer Anda dan waktu sudah benar. Jika jam Anda salah Paycoin tidak akan berfungsi. + Warning: Please check that your computer's date and time are correct. If your clock is wrong TravisCoin will not work properly. + Peringatan: Harap periksa tanggal komputer Anda dan waktu sudah benar. Jika jam Anda salah TravisCoin tidak akan berfungsi. Loading addresses... diff --git a/src/qt/locale/paycoin_it.ts b/src/qt/locale/paycoin_it.ts index 0b78e23..aea18d5 100644 --- a/src/qt/locale/paycoin_it.ts +++ b/src/qt/locale/paycoin_it.ts @@ -3,12 +3,12 @@ AboutDialog - About Paycoin - Su Paycoin + About TravisCoin + Su TravisCoin - <b>Paycoin</b> version - Versione <b>Paycoin</b> + <b>TravisCoin</b> version + Versione <b>TravisCoin</b> @@ -18,8 +18,8 @@ Rubrica - These are your Paycoin addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. - Questi sono i tuoi indirizzi Paycoin per la ricezione di pagamenti. Potresti dare un indirizzo differente ad ogni mittente per tenere traccia di chi ti sta pagando. + These are your TravisCoin addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + Questi sono i tuoi indirizzi TravisCoin per la ricezione di pagamenti. Potresti dare un indirizzo differente ad ogni mittente per tenere traccia di chi ti sta pagando. Double-click to edit address or label @@ -166,8 +166,8 @@ Are you sure you wish to encrypt your wallet? Sei sicuro che vuoi cifrare il tuo portafoglio? - Paycoin will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your Paycoins from being stolen by malware infecting your computer. - Paycoin si chiuderà adesso per finire il processo di criptazione. Ricorda che criptare il tuo portafoglio non può proteggere completamente i tuoi Paycoin da essere rubati con malware che ha infettato il tuo computer. + TravisCoin will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your TravisCoins from being stolen by malware infecting your computer. + TravisCoin si chiuderà adesso per finire il processo di criptazione. Ricorda che criptare il tuo portafoglio non può proteggere completamente i tuoi TravisCoin da essere rubati con malware che ha infettato il tuo computer. Wallet encryption failed due to an internal error. Your wallet was not encrypted. @@ -245,8 +245,8 @@ Sei sicuro che vuoi cifrare il tuo portafoglio? Chiudi applicazione - Show information about Paycoin - Mostra informazioni su Paycoin + Show information about TravisCoin + Mostra informazioni su TravisCoin About &Qt @@ -321,28 +321,28 @@ Sei sicuro che vuoi cifrare il tuo portafoglio? [testnet] - Paycoin Wallet - Portafoglio Paycoin + TravisCoin Wallet + Portafoglio TravisCoin - Send coins to a Paycoin address - Invia monete ad un indirizzo Paycoin + Send coins to a TravisCoin address + Invia monete ad un indirizzo TravisCoin - &About Paycoin - Su Paycoin + &About TravisCoin + Su TravisCoin - Modify configuration options for Paycoin - Modifica opzioni di configurazione per Paycoin + Modify configuration options for TravisCoin + Modifica opzioni di configurazione per TravisCoin - Show/Hide &Paycoin - Mostra/Nascondi Paycoin + Show/Hide &TravisCoin + Mostra/Nascondi TravisCoin - Show or hide the Paycoin window - Mostra o nascondi la finestra di Paycoin + Show or hide the TravisCoin window + Mostra o nascondi la finestra di TravisCoin &Encrypt Wallet... @@ -357,8 +357,8 @@ Sei sicuro che vuoi cifrare il tuo portafoglio? &Cambia passphrase... - Paycoin client - Client Paycoin + TravisCoin client + Client TravisCoin Synchronizing with network... @@ -430,8 +430,8 @@ Indirizzo: %4 C'è stato un errore durante il salvataggio dei dati del portafoglio nella nuova destinazione - A fatal error occurred. Paycoin can no longer continue safely and will quit. - Un errore fatale è occorso. Paycoin non può più continuare in modo sicuro e sarà terminato. + A fatal error occurred. TravisCoin can no longer continue safely and will quit. + Un errore fatale è occorso. TravisCoin non può più continuare in modo sicuro e sarà terminato. @@ -636,8 +636,8 @@ Indirizzo: %4 Mostra indirizzi nella lista transazioni - Whether to show Paycoin addresses in the transaction list - Se mostrare gli indirizzi Paycoin nella lista transazioni + Whether to show TravisCoin addresses in the transaction list + Se mostrare gli indirizzi TravisCoin nella lista transazioni Display coin control features (experts only!) @@ -652,8 +652,8 @@ Indirizzo: %4 Attenzione - This setting will take effect after restarting Paycoin. - L'impostazione avrà effetto dopo il riavvio di Paycoin. + This setting will take effect after restarting TravisCoin. + L'impostazione avrà effetto dopo il riavvio di TravisCoin. @@ -699,8 +699,8 @@ Indirizzo: %4 L'indirizzo inserito "%1" è già in rubrica. - The entered address "%1" is not a valid Paycoin address. - L'indirizzo inserito "%1" non è un indirizzo Paycoin valido. + The entered address "%1" is not a valid TravisCoin address. + L'indirizzo inserito "%1" non è un indirizzo TravisCoin valido. Could not unlock wallet. @@ -959,15 +959,15 @@ Indirizzo: %4 Cancella console - Welcome to the Paycoin RPC console.<br>Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen.<br>Type <b>help</b> for an overview of available commands. - Benvenuto alla console Paycoin RPC.<br>Utilizza le frecce in alto e in basso per navigare la cronologia, e <b>Ctrl-L</b>per cancellare lo schermo.<br>Scrivi <b>aiuto</b> per una panoramica dei comandi disponibili. + Welcome to the TravisCoin RPC console.<br>Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen.<br>Type <b>help</b> for an overview of available commands. + Benvenuto alla console TravisCoin RPC.<br>Utilizza le frecce in alto e in basso per navigare la cronologia, e <b>Ctrl-L</b>per cancellare lo schermo.<br>Scrivi <b>aiuto</b> per una panoramica dei comandi disponibili. SendCoinsDialog Send Coins - Spedisci Paycoin + Spedisci TravisCoin Coin Control Features @@ -1099,7 +1099,7 @@ Indirizzo: %4 Confirm send coins - Conferma la spedizione di Paycoin + Conferma la spedizione di TravisCoin Are you sure you want to send %1? @@ -1114,7 +1114,7 @@ Indirizzo: %4 L'ammmontare da pagare deve essere di almeno un centesimo (0.01). - Warning: Invalid Paycoin address + Warning: Invalid TravisCoin address Attenzione: Indirizzo Bittcoin non vaildo @@ -1126,8 +1126,8 @@ Indirizzo: %4 (nessuna etichetta) - Enter a Paycoin address - Inserisci un indirzzo Paycoin + Enter a TravisCoin address + Inserisci un indirzzo TravisCoin @@ -1224,8 +1224,8 @@ Indirizzo: %4 Compia la firma corrente nella clipboard del sistema - Sign the message to prove you own this Paycoin address - Firma un messaggio per dimostrare di possedere questo indirizzo Paycoin + Sign the message to prove you own this TravisCoin address + Firma un messaggio per dimostrare di possedere questo indirizzo TravisCoin Sign &Message @@ -1252,8 +1252,8 @@ Indirizzo: %4 L'indirizzo con il quale il messaggio è stato firmato - Verify the message to ensure it was signed with the specified Paycoin address - Verifica il messaggio per assicurarsi che sia stato firmato con l'indirzzo Paycoin specificato + Verify the message to ensure it was signed with the specified TravisCoin address + Verifica il messaggio per assicurarsi che sia stato firmato con l'indirzzo TravisCoin specificato Verify &Message @@ -1272,8 +1272,8 @@ Indirizzo: %4 Inserisci la firma del messaggio - Enter a Paycoin address - Inserisci un indirzzo Paycoin + Enter a TravisCoin address + Inserisci un indirzzo TravisCoin The entered address is invalid. @@ -1620,8 +1620,8 @@ Indirizzo: %4 Utilizzo: - Paycoin version - Versione Paycoin + TravisCoin version + Versione TravisCoin List commands @@ -1639,22 +1639,22 @@ Indirizzo: %4 - Specify configuration file (default: paycoin.conf) - Specifia il file di configurazione (default: paycoin.conf) + Specify configuration file (default: traviscoin.conf) + Specifia il file di configurazione (default: traviscoin.conf) - Specify pid file (default: paycoind.pid) - Specifica il file pid (default: paycoind.pid) + Specify pid file (default: traviscoind.pid) + Specifica il file pid (default: traviscoind.pid) Generate coins - Genera Paycoin + Genera TravisCoin Don't generate coins - Non generare Paycoin + Non generare TravisCoin @@ -1812,24 +1812,24 @@ Indirizzo: %4 - Cannot obtain a lock on data directory %s. Paycoin is probably already running. - Non è possibile ottenere il lock sulla directory dati %s. Paycoin è probabilmente già in funzione. + Cannot obtain a lock on data directory %s. TravisCoin is probably already running. + Non è possibile ottenere il lock sulla directory dati %s. TravisCoin è probabilmente già in funzione. - Paycoin - Paycoin + TravisCoin + TravisCoin - Error loading wallet.dat: Wallet requires newer version of Paycoin - Errore caricamento wallet.dat. Il portafoglio richiede una nuova versione di Paycoin + Error loading wallet.dat: Wallet requires newer version of TravisCoin + Errore caricamento wallet.dat. Il portafoglio richiede una nuova versione di TravisCoin - Wallet needed to be rewritten: restart Paycoin to complete - Il portafoglio deve essere riscritto: riavvia Paycoin per completare + Wallet needed to be rewritten: restart TravisCoin to complete + Il portafoglio deve essere riscritto: riavvia TravisCoin per completare - Warning: Please check that your computer's date and time are correct. If your clock is wrong Paycoin will not work properly. - Attenzione: Per favore controlla che la data e l'orario del tuo computer sono corretti. Se il tuo orario è sbagliato Paycoin non funzionerà correttamente. + Warning: Please check that your computer's date and time are correct. If your clock is wrong TravisCoin will not work properly. + Attenzione: Per favore controlla che la data e l'orario del tuo computer sono corretti. Se il tuo orario è sbagliato TravisCoin non funzionerà correttamente. Loading addresses... @@ -1917,7 +1917,7 @@ Se il file non esiste, crealo con permesso sola lettura del proprietario. Error: 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. - Errore: la transazione è stata rifiutata. Ciò accade se alcune monete nel portafoglio sono state già spese, ad esempio se è stata usata una copia del file wallet.dat e i paycoin sono stati spesi dalla copia ma non segnati come spesi qui. + Errore: la transazione è stata rifiutata. Ciò accade se alcune monete nel portafoglio sono state già spese, ad esempio se è stata usata una copia del file wallet.dat e i traviscoin sono stati spesi dalla copia ma non segnati come spesi qui. Invalid amount diff --git a/src/qt/locale/paycoin_nb.ts b/src/qt/locale/paycoin_nb.ts index 361daf3..6103244 100644 --- a/src/qt/locale/paycoin_nb.ts +++ b/src/qt/locale/paycoin_nb.ts @@ -3,12 +3,12 @@ AboutDialog - About Paycoin - Om Paycoin + About TravisCoin + Om TravisCoin - <b>Paycoin</b> version - <b>Paycoin</b> versjon + <b>TravisCoin</b> version + <b>TravisCoin</b> versjon @@ -18,8 +18,8 @@ Adressebok - These are your Paycoin addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. - Dette er dine Paycoin-adresser for å motta betalinger. Du kan gi en adresse til hver enkelt som skal betale deg, slik at du kan holde orden på hvem som har betalt. + These are your TravisCoin addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + Dette er dine TravisCoin-adresser for å motta betalinger. Du kan gi en adresse til hver enkelt som skal betale deg, slik at du kan holde orden på hvem som har betalt. Double-click to edit address or label @@ -186,8 +186,8 @@ Are you sure you wish to encrypt your wallet? Er du sikker på at du vil kryptere lommeboken din? - Paycoin will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your Paycoins from being stolen by malware infecting your computer. - Paycoin vil nå lukkes for å fullføre krypteringsprosessen. Husk at kryptering av lommeboken ikke fullt ut kan beskytte dine paycoins fra å bli stjålet av skadevare som infiserer datamaskinen din. + TravisCoin will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your TravisCoins from being stolen by malware infecting your computer. + TravisCoin vil nå lukkes for å fullføre krypteringsprosessen. Husk at kryptering av lommeboken ikke fullt ut kan beskytte dine traviscoins fra å bli stjålet av skadevare som infiserer datamaskinen din. Wallet encryption failed due to an internal error. Your wallet was not encrypted. @@ -250,7 +250,7 @@ Er du sikker på at du vil kryptere lommeboken din? &Receive coins - &Motta paycoins + &Motta traviscoins Show the list of addresses for receiving payments @@ -258,7 +258,7 @@ Er du sikker på at du vil kryptere lommeboken din? &Send coins - &Send paycoins + &Send traviscoins Prove you control an address @@ -273,8 +273,8 @@ Er du sikker på at du vil kryptere lommeboken din? Avslutt applikasjonen - Show information about Paycoin - Vis informasjon om Paycoin + Show information about TravisCoin + Vis informasjon om TravisCoin About &Qt @@ -357,32 +357,32 @@ Er du sikker på at du vil kryptere lommeboken din? Denne transaksjonen er over størrelsesgrensen. Du kan sende den med et gebyr på %1. Vil du betale gebyret? - Paycoin Wallet - Paycoin Lommebok + TravisCoin Wallet + TravisCoin Lommebok - Send coins to a Paycoin address - Send mynter til en Paycoin-adresse + Send coins to a TravisCoin address + Send mynter til en TravisCoin-adresse Sign &message... Signer &melding... - &About Paycoin - &Om Paycoin + &About TravisCoin + &Om TravisCoin - Modify configuration options for Paycoin - Endre oppsett for Paycoin + Modify configuration options for TravisCoin + Endre oppsett for TravisCoin - Show/Hide &Paycoin - Vis/Skjul &Paycoin + Show/Hide &TravisCoin + Vis/Skjul &TravisCoin - Show or hide the Paycoin window - Vis eller skjul Paycoin-vinduet + Show or hide the TravisCoin window + Vis eller skjul TravisCoin-vinduet &Encrypt Wallet... @@ -397,12 +397,12 @@ Er du sikker på at du vil kryptere lommeboken din? &Endre Passord... - Paycoin client - Paycoin klient + TravisCoin client + TravisCoin klient - %n active connection(s) to Paycoin network - %n aktiv forbindelse til Paycoin-nettverket%n aktive forbindelser til Paycoin-nettverket + %n active connection(s) to TravisCoin network + %n aktiv forbindelse til TravisCoin-nettverket%n aktive forbindelser til TravisCoin-nettverket Synchronizing with network... @@ -497,8 +497,8 @@ Adresse: %4 Det oppsto en feil under lagring av lommebokdata til den nye lokasjonen. - A fatal error occurred. Paycoin can no longer continue safely and will quit. - En fatal feil har inntruffet. Det er ikke trygt å fortsette og Paycoin må derfor avslutte. + A fatal error occurred. TravisCoin can no longer continue safely and will quit. + En fatal feil har inntruffet. Det er ikke trygt å fortsette og TravisCoin må derfor avslutte. @@ -696,15 +696,15 @@ Adresse: %4 Choose the default subdivision unit to show in the interface, and when sending coins - Velg standard underenhet som skal vises i grensesnittet og ved sending av paycoins + Velg standard underenhet som skal vises i grensesnittet og ved sending av traviscoins &Display addresses in transaction list &Vis adresser i transaksjonslisten - Whether to show Paycoin addresses in the transaction list - Om Paycoin-adresser skal vises i transaksjonslisten eller ikke. + Whether to show TravisCoin addresses in the transaction list + Om TravisCoin-adresser skal vises i transaksjonslisten eller ikke. Display coin control features (experts only!) @@ -762,8 +762,8 @@ Adresse: %4 Den oppgitte adressen "%1" er allerede i adresseboken. - The entered address "%1" is not a valid Paycoin address. - Den oppgitte adressen "%1" er ikke en gyldig Paycoin-adresse. + The entered address "%1" is not a valid TravisCoin address. + Den oppgitte adressen "%1" er ikke en gyldig TravisCoin-adresse. Could not unlock wallet. @@ -1130,8 +1130,8 @@ Adresse: %4 Tøm konsoll - Welcome to the Paycoin RPC console.<br>Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen.<br>Type <b>help</b> for an overview of available commands. - Velkommen til Paycoin sin RPC-konsoll.<br>Bruk opp og ned pil for å navigere historikken, og <b>Ctrl-L</b> for å tømme skjermen.<br>Skriv <b>help</b> for en oversikt over kommandoer. + Welcome to the TravisCoin RPC console.<br>Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen.<br>Type <b>help</b> for an overview of available commands. + Velkommen til TravisCoin sin RPC-konsoll.<br>Bruk opp og ned pil for å navigere historikken, og <b>Ctrl-L</b> for å tømme skjermen.<br>Skriv <b>help</b> for en oversikt over kommandoer. @@ -1274,7 +1274,7 @@ Adresse: %4 Confirm send coins - Bekreft sending av paycoins + Bekreft sending av traviscoins Are you sure you want to send %1? @@ -1289,8 +1289,8 @@ Adresse: %4 Beløpet som må betales må være minimum en hundredel (0.01). - Warning: Invalid Paycoin address - Advarsel: Ugyldig Paycoin-adresse + Warning: Invalid TravisCoin address + Advarsel: Ugyldig TravisCoin-adresse Warning: Unknown change address @@ -1301,8 +1301,8 @@ Adresse: %4 (ingen merkelapp) - Enter a Paycoin address - Angi en Paycoin-adresse + Enter a TravisCoin address + Angi en TravisCoin-adresse @@ -1332,8 +1332,8 @@ Adresse: %4 Adressen å sende betalingen til - Enter a Paycoin address (e.g. PNS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Skriv inn en Paycoin-addresse (f.eks. PNS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Enter a TravisCoin address (e.g. PNS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Skriv inn en TravisCoin-addresse (f.eks. PNS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) Choose address from address book @@ -1403,8 +1403,8 @@ Adresse: %4 Kopier den nåværende signaturen til systemets utklippstavle - Sign the message to prove you own this Paycoin address - Signer meldingen for å bevise at du eier denne Paycoin-adressen + Sign the message to prove you own this TravisCoin address + Signer meldingen for å bevise at du eier denne TravisCoin-adressen Sign &Message @@ -1431,8 +1431,8 @@ Adresse: %4 Adressen meldingen var signert med - Verify the message to ensure it was signed with the specified Paycoin address - Verifiser meldingen for å være sikker på at den ble signert av den angitte Paycoin-adressen + Verify the message to ensure it was signed with the specified TravisCoin address + Verifiser meldingen for å være sikker på at den ble signert av den angitte TravisCoin-adressen Verify &Message @@ -1451,8 +1451,8 @@ Adresse: %4 Angi signaturen til meldingen - Enter a Paycoin address - Angi en Paycoin-adresse + Enter a TravisCoin address + Angi en TravisCoin-adresse The entered address is invalid. @@ -1506,8 +1506,8 @@ Adresse: %4 SplashScreen - The Paycoin developers - Paycoin utviklerne + The TravisCoin developers + TravisCoin utviklerne [testnet] @@ -1887,8 +1887,8 @@ Adresse: %4 Bruk: - Paycoin version - Paycoin versjon + TravisCoin version + TravisCoin versjon List commands @@ -1903,12 +1903,12 @@ Adresse: %4 Innstillinger: - Specify configuration file (default: paycoin.conf) - Angi konfigurasjonsfil (standardverdi: paycoin.conf) + Specify configuration file (default: traviscoin.conf) + Angi konfigurasjonsfil (standardverdi: traviscoin.conf) - Specify pid file (default: paycoind.pid) - Angi pid-fil (standardverdi: paycoind.pid) + Specify pid file (default: traviscoind.pid) + Angi pid-fil (standardverdi: traviscoind.pid) Generate coins @@ -2059,24 +2059,24 @@ Adresse: %4 Akseptable krypteringsmetoder (standardverdi: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - Cannot obtain a lock on data directory %s. Paycoin is probably already running. - Ute av stand til å låse datamappen %s. Paycoin kjører sannsynligvis allerede. + Cannot obtain a lock on data directory %s. TravisCoin is probably already running. + Ute av stand til å låse datamappen %s. TravisCoin kjører sannsynligvis allerede. - Paycoin - Paycoin + TravisCoin + TravisCoin - Error loading wallet.dat: Wallet requires newer version of Paycoin - Feil ved lasting av wallet.dat: Lommeboken krever en nyere versjon av Paycoin + Error loading wallet.dat: Wallet requires newer version of TravisCoin + Feil ved lasting av wallet.dat: Lommeboken krever en nyere versjon av TravisCoin - Wallet needed to be rewritten: restart Paycoin to complete - Lommeboken måtte skrives om: start Paycoin på nytt for å fullføre + Wallet needed to be rewritten: restart TravisCoin to complete + Lommeboken måtte skrives om: start TravisCoin på nytt for å fullføre - Warning: Please check that your computer's date and time are correct. If your clock is wrong Paycoin will not work properly. - Advarsel: Vennligst sjekk at datamaskinens dato og tid er korrekt. Hvis klokken din er feil vil ikke Paycoin fungere skikkelig. + Warning: Please check that your computer's date and time are correct. If your clock is wrong TravisCoin will not work properly. + Advarsel: Vennligst sjekk at datamaskinens dato og tid er korrekt. Hvis klokken din er feil vil ikke TravisCoin fungere skikkelig. Loading addresses... diff --git a/src/qt/locale/paycoin_nl.ts b/src/qt/locale/paycoin_nl.ts index ad7e301..9e4d170 100644 --- a/src/qt/locale/paycoin_nl.ts +++ b/src/qt/locale/paycoin_nl.ts @@ -3,12 +3,12 @@ AboutDialog - About Paycoin - Over Paycoin + About TravisCoin + Over TravisCoin - <b>Paycoin</b> version - <html><head/><body><p><span style=" font-weight:600;">Paycoin</span></p></body></html> + <b>TravisCoin</b> version + <html><head/><body><p><span style=" font-weight:600;">TravisCoin</span></p></body></html> @@ -18,8 +18,8 @@ Adresboek - These are your Paycoin addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. - Dit zijn je Paycoin adressen om bedragen te ontvangen. Je kan een verschillend adres opgeven voor iedere geaddresseerde zodat je kan achterhalen wie jouw betaalt. + These are your TravisCoin addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + Dit zijn je TravisCoin adressen om bedragen te ontvangen. Je kan een verschillend adres opgeven voor iedere geaddresseerde zodat je kan achterhalen wie jouw betaalt. Double-click to edit address or label @@ -166,8 +166,8 @@ Are you sure you wish to encrypt your wallet? Weet je zeker dat je de portemonee wilt versleutelen? - Paycoin will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your Paycoins from being stolen by malware infecting your computer. - Paycoin sluit nu af om het versleutelings proces te beeindigen. Onthoud dat het versleutelen van de portemonnee je Paycoins niet volledig kan beschermen tegen schadelijke software op een geinfecteerde computer + TravisCoin will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your TravisCoins from being stolen by malware infecting your computer. + TravisCoin sluit nu af om het versleutelings proces te beeindigen. Onthoud dat het versleutelen van de portemonnee je TravisCoins niet volledig kan beschermen tegen schadelijke software op een geinfecteerde computer Wallet encryption failed due to an internal error. Your wallet was not encrypted. @@ -245,8 +245,8 @@ Weet je zeker dat je de portemonee wilt versleutelen? Programma afsluiten - Show information about Paycoin - Toon informatie over Paycoin + Show information about TravisCoin + Toon informatie over TravisCoin About &Qt @@ -321,28 +321,28 @@ Weet je zeker dat je de portemonee wilt versleutelen? [testnetwerk] - Paycoin Wallet - Paycoin portemonnee + TravisCoin Wallet + TravisCoin portemonnee - Send coins to a Paycoin address - Zend munten naar een Paycoin adres + Send coins to a TravisCoin address + Zend munten naar een TravisCoin adres - &About Paycoin - Over Paycoin + &About TravisCoin + Over TravisCoin - Modify configuration options for Paycoin - Wijzig configuratie opties voor Paycoin + Modify configuration options for TravisCoin + Wijzig configuratie opties voor TravisCoin - Show/Hide &Paycoin - Toon/Verberg &Paycoin + Show/Hide &TravisCoin + Toon/Verberg &TravisCoin - Show or hide the Paycoin window - Toon of verberg het Paycoin scherm + Show or hide the TravisCoin window + Toon of verberg het TravisCoin scherm &Encrypt Wallet... @@ -353,8 +353,8 @@ Weet je zeker dat je de portemonee wilt versleutelen? &Backup Portemonnee - Paycoin client - Paycoin client + TravisCoin client + TravisCoin client Synchronizing with network... @@ -441,8 +441,8 @@ Adres: %4 Er is een fout opgetreden bij het wegschrijven van de portemonnee-data naar de nieuwe locatie. - A fatal error occurred. Paycoin can no longer continue safely and will quit. - Een fatale fout heeft plaatsgevonden. Paycoin kan niet langer veilig doorgaan en zal afsluiten. + A fatal error occurred. TravisCoin can no longer continue safely and will quit. + Een fatale fout heeft plaatsgevonden. TravisCoin kan niet langer veilig doorgaan en zal afsluiten. @@ -639,8 +639,8 @@ Adres: %4 Toon adressen in transactielijst - Whether to show Paycoin addresses in the transaction list - Toon Paycoinadressen in transactielijst + Whether to show TravisCoin addresses in the transaction list + Toon TravisCoinadressen in transactielijst Display coin control features (experts only!) @@ -698,8 +698,8 @@ Adres: %4 Het opgegeven adres "%1" bestaat al in uw adresboek. - The entered address "%1" is not a valid Paycoin address. - Het ingevoerde adres "%1" is geen geldig Paycoin adres. + The entered address "%1" is not a valid TravisCoin address. + Het ingevoerde adres "%1" is geen geldig TravisCoin adres. Could not unlock wallet. @@ -1010,8 +1010,8 @@ Adres: %4 Console opschonen - Welcome to the Paycoin RPC console.<br>Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen.<br>Type <b>help</b> for an overview of available commands. - Welkom bij de Paycoin RPC console. <br>Gebruik pijltjes naar boven en naar beneden om de geschiedenis te navigeren, en <b>Ctrl-L</b> om het scherm te wissen.<br>Typ <b>help</b> voor een overzicht met commandos. + Welcome to the TravisCoin RPC console.<br>Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen.<br>Type <b>help</b> for an overview of available commands. + Welkom bij de TravisCoin RPC console. <br>Gebruik pijltjes naar boven en naar beneden om de geschiedenis te navigeren, en <b>Ctrl-L</b> om het scherm te wissen.<br>Typ <b>help</b> voor een overzicht met commandos. @@ -1165,8 +1165,8 @@ Adres: %4 Het te betalen bedrag moet minimaal een cent zijn (0.01). - Warning: Invalid Paycoin address - Waarschuwing: Ongeldig Paycoin adres + Warning: Invalid TravisCoin address + Waarschuwing: Ongeldig TravisCoin adres Warning: Unknown change address @@ -1177,8 +1177,8 @@ Adres: %4 (geen label) - Enter a Paycoin address - Voer een Paycoin adres in + Enter a TravisCoin address + Voer een TravisCoin adres in @@ -1275,8 +1275,8 @@ Adres: %4 Kopieer de huidige onderteking naar het systeem klembord - Sign the message to prove you own this Paycoin address - Bewijs dat je dit Paycoin adres bezit door het te ondertekenen + Sign the message to prove you own this TravisCoin address + Bewijs dat je dit TravisCoin adres bezit door het te ondertekenen Sign &Message @@ -1303,8 +1303,8 @@ Adres: %4 Het adres waarmee het bericht getekend was - Verify the message to ensure it was signed with the specified Paycoin address - Verifieer het bericht om vast te stellen dat het bericht ondertekend was met het gespecificeerde Paycoin adres + Verify the message to ensure it was signed with the specified TravisCoin address + Verifieer het bericht om vast te stellen dat het bericht ondertekend was met het gespecificeerde TravisCoin adres Verify &Message @@ -1323,8 +1323,8 @@ Adres: %4 Voer de ondertekening in voor het bericht - Enter a Paycoin address - Voer een Paycoin adres in + Enter a TravisCoin address + Voer een TravisCoin adres in The entered address is invalid. @@ -1675,8 +1675,8 @@ Adres: %4 Gebruik: - Paycoin version - Paycoin versie + TravisCoin version + TravisCoin versie List commands @@ -1694,12 +1694,12 @@ Adres: %4 - Specify configuration file (default: paycoin.conf) - Configuratiebestand specificeren (standaard: paycoin.conf) + Specify configuration file (default: traviscoin.conf) + Configuratiebestand specificeren (standaard: traviscoin.conf) - Specify pid file (default: paycoind.pid) - Specifieer pid-bestand (standaard: paycoind.pid) + Specify pid file (default: traviscoind.pid) + Specifieer pid-bestand (standaard: traviscoind.pid) @@ -1865,24 +1865,24 @@ Adres: %4 Aanvaardbare sleuteltypen (standaard: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - Cannot obtain a lock on data directory %s. Paycoin is probably already running. - Blokkeren van data folder %s is niet gelukt. Paycoin is mogelijk al opgestart. + Cannot obtain a lock on data directory %s. TravisCoin is probably already running. + Blokkeren van data folder %s is niet gelukt. TravisCoin is mogelijk al opgestart. - Paycoin - Paycoin + TravisCoin + TravisCoin - Error loading wallet.dat: Wallet requires newer version of Paycoin - Fout geconstateerd bij het laden van wallet.dat: Portemonnee vereist een nieuwere versie van Paycoin + Error loading wallet.dat: Wallet requires newer version of TravisCoin + Fout geconstateerd bij het laden van wallet.dat: Portemonnee vereist een nieuwere versie van TravisCoin - Wallet needed to be rewritten: restart Paycoin to complete - Portemonnee dient opnieuw bewerkt te worden: start Paycoin opnieuw op om te voltooien + Wallet needed to be rewritten: restart TravisCoin to complete + Portemonnee dient opnieuw bewerkt te worden: start TravisCoin opnieuw op om te voltooien - Warning: Please check that your computer's date and time are correct. If your clock is wrong Paycoin will not work properly. - Waarschuwing: controleer of de datum en tijd op uw computer correct zijn. Indien uw klok verkeerd staat, zal Paycoin niet goed werken + Warning: Please check that your computer's date and time are correct. If your clock is wrong TravisCoin will not work properly. + Waarschuwing: controleer of de datum en tijd op uw computer correct zijn. Indien uw klok verkeerd staat, zal TravisCoin niet goed werken Loading addresses... diff --git a/src/qt/locale/paycoin_pt_BR.ts b/src/qt/locale/paycoin_pt_BR.ts index 89d5d9b..a2b9f19 100644 --- a/src/qt/locale/paycoin_pt_BR.ts +++ b/src/qt/locale/paycoin_pt_BR.ts @@ -919,8 +919,8 @@ Endereço: %4 - Specify pid file (default: paycoind.pid) - Specify pid file (default: paycoind.pid) + Specify pid file (default: traviscoind.pid) + Specify pid file (default: traviscoind.pid) diff --git a/src/qt/locale/paycoin_ro_RO.ts b/src/qt/locale/paycoin_ro_RO.ts index 7a46b28..cbee169 100644 --- a/src/qt/locale/paycoin_ro_RO.ts +++ b/src/qt/locale/paycoin_ro_RO.ts @@ -168,7 +168,7 @@ &Receive coins - &Primiţi Paycoin + &Primiţi TravisCoin Show the list of addresses for receiving payments @@ -176,7 +176,7 @@ &Send coins - &Trimiteţi Paycoin + &Trimiteţi TravisCoin Quit application @@ -306,7 +306,7 @@ Choose the default subdivision unit to show in the interface, and when sending coins - Alege subdiviziunea folosită la afişarea interfeţei şi la trimiterea de Paycoin. + Alege subdiviziunea folosită la afişarea interfeţei şi la trimiterea de TravisCoin. @@ -496,7 +496,7 @@ SendCoinsDialog Send Coins - Trimite Paycoin + Trimite TravisCoin 0 @@ -532,7 +532,7 @@ Confirm send coins - Confirmaţi trimiterea de Paycoin + Confirmaţi trimiterea de TravisCoin Are you sure you want to send %1? @@ -914,7 +914,7 @@ Error: 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. - Eroare: Tranyacţia a fost respinsă. Acesta poate fi rezultatul cheltuirii prealabile a unei sume de Paycoin din portofelul electronic, ca în cazul folosirii unei copii a fisierului wallet.dat, în care s-au efectuat tranzacţii neînregistrate în fisierul curent. + Eroare: Tranyacţia a fost respinsă. Acesta poate fi rezultatul cheltuirii prealabile a unei sume de TravisCoin din portofelul electronic, ca în cazul folosirii unei copii a fisierului wallet.dat, în care s-au efectuat tranzacţii neînregistrate în fisierul curent. \ No newline at end of file diff --git a/src/qt/locale/paycoin_ru.ts b/src/qt/locale/paycoin_ru.ts index e5a68ef..27295c3 100644 --- a/src/qt/locale/paycoin_ru.ts +++ b/src/qt/locale/paycoin_ru.ts @@ -3,12 +3,12 @@ AboutDialog - About Paycoin - Об Paycoin + About TravisCoin + Об TravisCoin - <b>Paycoin</b> version - <html><head/><body><p><span style=" font-weight:600;">Paycoin</span></p></body></html> + <b>TravisCoin</b> version + <html><head/><body><p><span style=" font-weight:600;">TravisCoin</span></p></body></html> @@ -18,8 +18,8 @@ Адресная книга - These are your Paycoin addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. - Это адреса Paycoin для получения платежей. Вы можете дать другой адрес для каждого отправителя, чтобы иметь возможность отслеживать, кто платит вам. + These are your TravisCoin addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + Это адреса TravisCoin для получения платежей. Вы можете дать другой адрес для каждого отправителя, чтобы иметь возможность отслеживать, кто платит вам. Double-click to edit address or label @@ -170,8 +170,8 @@ Are you sure you wish to encrypt your wallet? Вы уверены, что хотите зашифровать свой кошелек? - Paycoin will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your Paycoins from being stolen by malware infecting your computer. - Paycoin сейчас закроется для завершения процесса шифрования. Помните, что шифрование не может полностью защитить ваш кошелек от кражи Paycoin, так как ваш компьютер может быть заражен вредоносными программами. + TravisCoin will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your TravisCoins from being stolen by malware infecting your computer. + TravisCoin сейчас закроется для завершения процесса шифрования. Помните, что шифрование не может полностью защитить ваш кошелек от кражи TravisCoin, так как ваш компьютер может быть заражен вредоносными программами. Wallet encryption failed due to an internal error. Your wallet was not encrypted. @@ -249,8 +249,8 @@ Are you sure you wish to encrypt your wallet? Закрыть приложение - Show information about Paycoin - Показать информацию о Paycoin + Show information about TravisCoin + Показать информацию о TravisCoin About &Qt @@ -325,33 +325,33 @@ Are you sure you wish to encrypt your wallet? [тестовая сеть] - Paycoin Wallet - Кошелек Paycoin + TravisCoin Wallet + Кошелек TravisCoin - Send coins to a Paycoin address - Отправить монеты на адрес Paycoin + Send coins to a TravisCoin address + Отправить монеты на адрес TravisCoin - &About Paycoin - О Paycoin + &About TravisCoin + О TravisCoin - Modify configuration options for Paycoin - Изменить параметры конфигурации Paycoin + Modify configuration options for TravisCoin + Изменить параметры конфигурации TravisCoin - Show/Hide &Paycoin - Скрыть/Показать Paycoin + Show/Hide &TravisCoin + Скрыть/Показать TravisCoin - Show or hide the Paycoin window - Скрыть или показать окно программы Paycoin + Show or hide the TravisCoin window + Скрыть или показать окно программы TravisCoin - Paycoin client - Клиент Paycoin + TravisCoin client + Клиент TravisCoin Synchronizing with network... @@ -426,8 +426,8 @@ Address: %4 Ошибка при попытке сохранить данные бумажника в новое место. - A fatal error occurred. Paycoin can no longer continue safely and will quit. - Произошла фатальная ошибка. Paycoin не может продолжать работать нормально и закрывается. + A fatal error occurred. TravisCoin can no longer continue safely and will quit. + Произошла фатальная ошибка. TravisCoin не может продолжать работать нормально и закрывается. @@ -624,8 +624,8 @@ Address: %4 Отобразить адреса в списке транзакций - Whether to show Paycoin addresses in the transaction list - Отображать адреса Paycoin в списке транзакций + Whether to show TravisCoin addresses in the transaction list + Отображать адреса TravisCoin в списке транзакций Display coin control features (experts only!) @@ -679,8 +679,8 @@ Address: %4 Введённый адрес «%1» уже находится в адресной книге. - The entered address "%1" is not a valid Paycoin address. - Введенный адрес "%1" не является допустимым адресом для Paycoin. + The entered address "%1" is not a valid TravisCoin address. + Введенный адрес "%1" не является допустимым адресом для TravisCoin. Could not unlock wallet. @@ -991,8 +991,8 @@ Address: %4 Очистить консоль - Welcome to the Paycoin RPC console.<br>Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen.<br>Type <b>help</b> for an overview of available commands. - Добро пожаловать в консоль Paycoin RPC. <br>Используйте стрелки вверх и вниз, для перемещения по истории, и <b>Ctrl-L</b> чтобы очистить экран.<br>Введите <b>help</b> для обзора доступных команд. + Welcome to the TravisCoin RPC console.<br>Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen.<br>Type <b>help</b> for an overview of available commands. + Добро пожаловать в консоль TravisCoin RPC. <br>Используйте стрелки вверх и вниз, для перемещения по истории, и <b>Ctrl-L</b> чтобы очистить экран.<br>Введите <b>help</b> для обзора доступных команд. @@ -1146,7 +1146,7 @@ Address: %4 Размер оплаты должен составлять как минимум 1 цент (0.01). - Warning: Invalid Paycoin address + Warning: Invalid TravisCoin address Предупреждение: Неверный адрес Bitcoin @@ -1158,8 +1158,8 @@ Address: %4 [нет метки] - Enter a Paycoin address - Введите адрес Paycoin + Enter a TravisCoin address + Введите адрес TravisCoin @@ -1256,8 +1256,8 @@ Address: %4 Скопировать текущую подпись в буфер - Sign the message to prove you own this Paycoin address - Подписать сообщение, чтобы доказать, что вы владелец этого Paycoin адреса + Sign the message to prove you own this TravisCoin address + Подписать сообщение, чтобы доказать, что вы владелец этого TravisCoin адреса Sign &Message @@ -1284,8 +1284,8 @@ Address: %4 Адрес сообщения был подписан с - Verify the message to ensure it was signed with the specified Paycoin address - Проверьте сообщение, чтобы гарантировать, что его пописали заданным Paycoin адресом + Verify the message to ensure it was signed with the specified TravisCoin address + Проверьте сообщение, чтобы гарантировать, что его пописали заданным TravisCoin адресом Verify &Message @@ -1304,8 +1304,8 @@ Address: %4 Введите подпись сообщения - Enter a Paycoin address - Введите адрес Paycoin + Enter a TravisCoin address + Введите адрес TravisCoin The entered address is invalid. @@ -1644,8 +1644,8 @@ Address: %4 Использование: - Paycoin version - Версия Paycoin + TravisCoin version + Версия TravisCoin List commands @@ -1661,12 +1661,12 @@ Address: %4 Опции: - Specify configuration file (default: paycoin.conf) - Указать файл конфигурации системы (default: paycoin.conf) + Specify configuration file (default: traviscoin.conf) + Указать файл конфигурации системы (default: traviscoin.conf) - Specify pid file (default: paycoind.pid) - Указать pid-файл (по умолчанию: Paycoin.pid) + Specify pid file (default: traviscoind.pid) + Указать pid-файл (по умолчанию: TravisCoin.pid) Generate coins @@ -1817,24 +1817,24 @@ Address: %4 Разрешённые алгоритмы (по умолчанию: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - Cannot obtain a lock on data directory %s. Paycoin is probably already running. - Невозможно получить блокировку на каталог данных %s. Paycoin вероятно уже запущена. + Cannot obtain a lock on data directory %s. TravisCoin is probably already running. + Невозможно получить блокировку на каталог данных %s. TravisCoin вероятно уже запущена. - Paycoin - Paycoin + TravisCoin + TravisCoin - Error loading wallet.dat: Wallet requires newer version of Paycoin - Ошибка загрузки wallet.dat: Кошелек требует более новую версию Paycoin. + Error loading wallet.dat: Wallet requires newer version of TravisCoin + Ошибка загрузки wallet.dat: Кошелек требует более новую версию TravisCoin. - Wallet needed to be rewritten: restart Paycoin to complete - Кошелек должен быть переписан: перезапустите Paycoin, чтобы завершить процесс + Wallet needed to be rewritten: restart TravisCoin to complete + Кошелек должен быть переписан: перезапустите TravisCoin, чтобы завершить процесс - Warning: Please check that your computer's date and time are correct. If your clock is wrong Paycoin will not work properly. - Предупреждение: Пожалуйста, проверяйте правильно ли выставлено время и дата на компьютере. Если часы будут идти неправильно, Paycoin не будет работать должным образом. + Warning: Please check that your computer's date and time are correct. If your clock is wrong TravisCoin will not work properly. + Предупреждение: Пожалуйста, проверяйте правильно ли выставлено время и дата на компьютере. Если часы будут идти неправильно, TravisCoin не будет работать должным образом. Loading addresses... diff --git a/src/qt/locale/paycoin_sk.ts b/src/qt/locale/paycoin_sk.ts index 08c8315..f2772c8 100644 --- a/src/qt/locale/paycoin_sk.ts +++ b/src/qt/locale/paycoin_sk.ts @@ -416,7 +416,7 @@ SendCoinsDialog Send Coins - Poslať Paycoins + Poslať TravisCoins Amount: @@ -456,7 +456,7 @@ Confirm send coins - Potvrdiť odoslanie Paycoins + Potvrdiť odoslanie TravisCoins Are you sure you want to send %1? diff --git a/src/qt/locale/paycoin_sk_SK.ts b/src/qt/locale/paycoin_sk_SK.ts index 93cd5d9..1347eb8 100644 --- a/src/qt/locale/paycoin_sk_SK.ts +++ b/src/qt/locale/paycoin_sk_SK.ts @@ -184,7 +184,7 @@ &Receive coins - &Prijať Paycoins + &Prijať TravisCoins Show the list of addresses for receiving payments @@ -192,7 +192,7 @@ &Send coins - &Poslať Paycoins + &Poslať TravisCoins Prove you control an address @@ -551,7 +551,7 @@ Adresa: %4 SendCoinsDialog Send Coins - Poslať Paycoins + Poslať TravisCoins 0 @@ -599,7 +599,7 @@ Adresa: %4 Confirm send coins - Potvrdiť odoslanie Paycoins + Potvrdiť odoslanie TravisCoins Are you sure you want to send %1? @@ -960,16 +960,16 @@ Adresa: %4 Možnosti: - Specify pid file (default: paycoind.pid) - Určiť súbor pid (predvolené: paycoind.pid) + Specify pid file (default: traviscoind.pid) + Určiť súbor pid (predvolené: traviscoind.pid) Generate coins - Počítaj Paycoins + Počítaj TravisCoins Don't generate coins - Nepočítaj Paycoins + Nepočítaj TravisCoins Specify data directory diff --git a/src/qt/locale/paycoin_sv.ts b/src/qt/locale/paycoin_sv.ts index d4a3394..e7236f5 100644 --- a/src/qt/locale/paycoin_sv.ts +++ b/src/qt/locale/paycoin_sv.ts @@ -176,7 +176,7 @@ &Receive coins - &amp; Ta emot Paycoins + &amp; Ta emot TravisCoins Show the list of addresses for receiving payments @@ -184,7 +184,7 @@ &Send coins - &amp; Skicka Paycoins + &amp; Skicka TravisCoins E&xit @@ -945,8 +945,8 @@ Adress:%4 Inställningar: - Specify pid file (default: paycoind.pid) - Ange pid fil (standard:paycoind.pid) + Specify pid file (default: traviscoind.pid) + Ange pid fil (standard:traviscoind.pid) Generate coins diff --git a/src/qt/locale/paycoin_tr_TR.ts b/src/qt/locale/paycoin_tr_TR.ts index cc015f4..2d1191a 100644 --- a/src/qt/locale/paycoin_tr_TR.ts +++ b/src/qt/locale/paycoin_tr_TR.ts @@ -1037,8 +1037,8 @@ Adres: %4 Seçenekler: - Specify pid file (default: paycoind.pid) - Pid dosyası belirt (varsayılan: paycoind.pid) + Specify pid file (default: traviscoind.pid) + Pid dosyası belirt (varsayılan: traviscoind.pid) Generate coins diff --git a/src/qt/locale/paycoin_uk.ts b/src/qt/locale/paycoin_uk.ts index a3c6e52..3bb4131 100644 --- a/src/qt/locale/paycoin_uk.ts +++ b/src/qt/locale/paycoin_uk.ts @@ -1000,8 +1000,8 @@ Address: %4 - Specify pid file (default: paycoind.pid) - Вкажіть pid-файл (за промовчуванням: paycoind.pid) + Specify pid file (default: traviscoind.pid) + Вкажіть pid-файл (за промовчуванням: traviscoind.pid) diff --git a/src/qt/locale/paycoin_zh_CN.ts b/src/qt/locale/paycoin_zh_CN.ts index 74c00c7..b7ff703 100644 --- a/src/qt/locale/paycoin_zh_CN.ts +++ b/src/qt/locale/paycoin_zh_CN.ts @@ -3,12 +3,12 @@ AboutDialog - About Paycoin - 关于Paycoin + About TravisCoin + 关于TravisCoin - <b>Paycoin</b> version - <html><head/><body><p><span style=" font-weight:600;">Paycoin</span></p></body></html> + <b>TravisCoin</b> version + <html><head/><body><p><span style=" font-weight:600;">TravisCoin</span></p></body></html> @@ -18,8 +18,8 @@ 地址薄 - These are your Paycoin addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. - 这些是你接受支付的Paycoin地址。当支付时你可以给出不同的地址,以便追踪不同的支付者。 + These are your TravisCoin addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + 这些是你接受支付的TravisCoin地址。当支付时你可以给出不同的地址,以便追踪不同的支付者。 Double-click to edit address or label @@ -154,12 +154,12 @@ WARNING: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR PAYCOINS</b>! Are you sure you wish to encrypt your wallet? - 警告:如果您加密了您的钱包之后忘记了口令,您将会<b>失去所有的Paycoin</b>! + 警告:如果您加密了您的钱包之后忘记了口令,您将会<b>失去所有的TravisCoin</b>! 确定要加密钱包吗? - Paycoin will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your Paycoins from being stolen by malware infecting your computer. - Paycoin将关闭软件以完成加密过程。 请谨记:钱包加密并不是万能的,电脑中毒,您的Paycoin还是有可能丢失。 + TravisCoin will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your TravisCoins from being stolen by malware infecting your computer. + TravisCoin将关闭软件以完成加密过程。 请谨记:钱包加密并不是万能的,电脑中毒,您的TravisCoin还是有可能丢失。 Wallet encryption failed due to an internal error. Your wallet was not encrypted. @@ -237,8 +237,8 @@ Are you sure you wish to encrypt your wallet? 退出程序 - Show information about Paycoin - 显示Paycoin的相关信息 + Show information about TravisCoin + 显示TravisCoin的相关信息 About &Qt @@ -313,32 +313,32 @@ Are you sure you wish to encrypt your wallet? [测试网络] - Paycoin Wallet - Paycoin钱包 + TravisCoin Wallet + TravisCoin钱包 - Send coins to a Paycoin address - 向一个Paycoin地址发送币 + Send coins to a TravisCoin address + 向一个TravisCoin地址发送币 - &About Paycoin - 关于Paycoin(&A) + &About TravisCoin + 关于TravisCoin(&A) - Modify configuration options for Paycoin + Modify configuration options for TravisCoin 设置选项 - Show/Hide &Paycoin - 显示/隐藏&Paycoin + Show/Hide &TravisCoin + 显示/隐藏&TravisCoin - Show or hide the Paycoin window + Show or hide the TravisCoin window 显示或隐藏主窗口 - Paycoin client - Paycoin客户端 + TravisCoin client + TravisCoin客户端 Synchronizing with network... @@ -409,8 +409,8 @@ Address: %4 备份钱包到其它位置失败。 - A fatal error occurred. Paycoin can no longer continue safely and will quit. - 发生致命错误。Paycoin无法继续安全运行,将要退出。 + A fatal error occurred. TravisCoin can no longer continue safely and will quit. + 发生致命错误。TravisCoin无法继续安全运行,将要退出。 @@ -611,7 +611,7 @@ Address: %4 在交易清单中显示地址(&D) - Whether to show Paycoin addresses in the transaction list + Whether to show TravisCoin addresses in the transaction list 是否需要在交易清单中显示币地址 @@ -666,8 +666,8 @@ Address: %4 输入的地址 "%1" 已经存在于地址薄。 - The entered address "%1" is not a valid Paycoin address. - 您输入的“%1”不是有效的Paycoin地址。 + The entered address "%1" is not a valid TravisCoin address. + 您输入的“%1”不是有效的TravisCoin地址。 Could not unlock wallet. @@ -922,8 +922,8 @@ Address: %4 清空控制台 - Welcome to the Paycoin RPC console.<br>Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen.<br>Type <b>help</b> for an overview of available commands. - 欢迎来到Paycoin RPC 控制台。<br>使用上下方向键浏览历史, <b>Ctrl-L</b>清除屏幕。<br>使用 <b>help</b> 命令显示帮助信息。 + Welcome to the TravisCoin RPC console.<br>Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen.<br>Type <b>help</b> for an overview of available commands. + 欢迎来到TravisCoin RPC 控制台。<br>使用上下方向键浏览历史, <b>Ctrl-L</b>清除屏幕。<br>使用 <b>help</b> 命令显示帮助信息。 @@ -1077,7 +1077,7 @@ Address: %4 支付金额必须至少1分(0.01)。 - Warning: Invalid Paycoin address + Warning: Invalid TravisCoin address 警告:无效的币地址 @@ -1089,8 +1089,8 @@ Address: %4 (没有标签) - Enter a Paycoin address - 输入一个Paycoin地址 + Enter a TravisCoin address + 输入一个TravisCoin地址 @@ -1187,7 +1187,7 @@ Address: %4 复制当前签名至剪切板 - Sign the message to prove you own this Paycoin address + Sign the message to prove you own this TravisCoin address 签名消息,证明这个地址属于您 @@ -1215,8 +1215,8 @@ Address: %4 用于签名消息的地址 - Verify the message to ensure it was signed with the specified Paycoin address - 验证消息,确保消息是由指定的Paycoin地址签名过的 + Verify the message to ensure it was signed with the specified TravisCoin address + 验证消息,确保消息是由指定的TravisCoin地址签名过的 Verify &Message @@ -1235,8 +1235,8 @@ Address: %4 输入消息的签名 - Enter a Paycoin address - 输入一个Paycoin地址 + Enter a TravisCoin address + 输入一个TravisCoin地址 The entered address is invalid. @@ -1583,8 +1583,8 @@ Address: %4 使用: - Paycoin version - Paycoin版本 + TravisCoin version + TravisCoin版本 List commands @@ -1599,12 +1599,12 @@ Address: %4 选项: - Specify configuration file (default: paycoin.conf) - 指定配置文件 (默认为 paycoin.conf) + Specify configuration file (default: traviscoin.conf) + 指定配置文件 (默认为 traviscoin.conf) - Specify pid file (default: paycoind.pid) - 指定 pid 文件 (默认为 paycoind.pid) + Specify pid file (default: traviscoind.pid) + 指定 pid 文件 (默认为 traviscoind.pid) @@ -1765,24 +1765,24 @@ Address: %4 - Cannot obtain a lock on data directory %s. Paycoin is probably already running. - 无法锁住数据目录%s。Paycoin可能已经在运行中。 + Cannot obtain a lock on data directory %s. TravisCoin is probably already running. + 无法锁住数据目录%s。TravisCoin可能已经在运行中。 - Paycoin - Paycoin + TravisCoin + TravisCoin - Error loading wallet.dat: Wallet requires newer version of Paycoin - wallet.dat钱包文件加载错误:钱包需要更新版本的Paycoin + Error loading wallet.dat: Wallet requires newer version of TravisCoin + wallet.dat钱包文件加载错误:钱包需要更新版本的TravisCoin - Wallet needed to be rewritten: restart Paycoin to complete - 钱包文件需要被重写:请重新启动Paycoin客户端 + Wallet needed to be rewritten: restart TravisCoin to complete + 钱包文件需要被重写:请重新启动TravisCoin客户端 - Warning: Please check that your computer's date and time are correct. If your clock is wrong Paycoin will not work properly. - 警告:请检查电脑的日期时间设置是否正确。时间错误可能会导致Paycoin客户端运行异常。 + Warning: Please check that your computer's date and time are correct. If your clock is wrong TravisCoin will not work properly. + 警告:请检查电脑的日期时间设置是否正确。时间错误可能会导致TravisCoin客户端运行异常。 Loading addresses... diff --git a/src/qt/locale/paycoin_zh_TW.ts b/src/qt/locale/paycoin_zh_TW.ts index 9cfc4c7..f163dcb 100644 --- a/src/qt/locale/paycoin_zh_TW.ts +++ b/src/qt/locale/paycoin_zh_TW.ts @@ -3,12 +3,12 @@ AboutDialog - About Paycoin - 關於Paycoin + About TravisCoin + 關於TravisCoin - <b>Paycoin</b> version - Paycoin版本 + <b>TravisCoin</b> version + TravisCoin版本 @@ -158,7 +158,7 @@ WARNING: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR PAYCOINS</b>! Are you sure you wish to encrypt your wallet? - 警告! 一旦加密錢包後又忘了密碼, 你將會失去所有paycoin! 你確定想要加密你的錢包嗎? + 警告! 一旦加密錢包後又忘了密碼, 你將會失去所有traviscoin! 你確定想要加密你的錢包嗎? Wallet encryption failed due to an internal error. Your wallet was not encrypted. @@ -236,8 +236,8 @@ Are you sure you wish to encrypt your wallet? 結束應用程式 - Show information about Paycoin - 顯示有關於 Paycoin 的資訊 + Show information about TravisCoin + 顯示有關於 TravisCoin 的資訊 About &Qt @@ -1120,8 +1120,8 @@ Address: %4 - Specify pid file (default: paycoind.pid) - 指定行程識別碼檔案 (預設: paycoind.pid) + Specify pid file (default: traviscoind.pid) + 指定行程識別碼檔案 (預設: traviscoind.pid) diff --git a/src/qt/optionsdialog.cpp b/src/qt/optionsdialog.cpp index 1f2df0f..f97863f 100644 --- a/src/qt/optionsdialog.cpp +++ b/src/qt/optionsdialog.cpp @@ -220,8 +220,8 @@ MainOptionsPage::MainOptionsPage(QWidget *parent): layout->addLayout(fee_hbox); - bitcoin_at_startup = new QCheckBox(tr("&Start Paycoin on system login")); - bitcoin_at_startup->setToolTip(tr("Automatically start Paycoin after logging in to the system")); + bitcoin_at_startup = new QCheckBox(tr("&Start TravisCoin on system login")); + bitcoin_at_startup->setToolTip(tr("Automatically start TravisCoin after logging in to the system")); layout->addWidget(bitcoin_at_startup); detach_database = new QCheckBox(tr("&Detach databases at shutdown")); @@ -261,7 +261,7 @@ DisplayOptionsPage::DisplayOptionsPage(QWidget *parent): lang->addItem(langStr, QVariant(langStr)); } - lang->setToolTip(tr("The user interface language can be set here. This setting will only take effect after restarting Paycoin.")); + lang->setToolTip(tr("The user interface language can be set here. This setting will only take effect after restarting TravisCoin.")); connect(lang, SIGNAL(activated(int)), this, SLOT(showRestartWarning())); lang_label->setBuddy(lang); @@ -283,7 +283,7 @@ DisplayOptionsPage::DisplayOptionsPage(QWidget *parent): layout->addLayout(unit_hbox); display_addresses = new QCheckBox(tr("&Display addresses in transaction list"), this); - display_addresses->setToolTip(tr("Whether to show Paycoin addresses in the transaction list")); + display_addresses->setToolTip(tr("Whether to show TravisCoin addresses in the transaction list")); layout->addWidget(display_addresses); coin_control_features = new QCheckBox(tr("Display coin control features (experts only!)"), this); @@ -306,7 +306,7 @@ void DisplayOptionsPage::showRestartWarning() { if(!restart_warning_displayed) { - QMessageBox::warning(this, tr("Warning"), tr("This setting will take effect after restarting Paycoin."), QMessageBox::Ok); + QMessageBox::warning(this, tr("Warning"), tr("This setting will take effect after restarting TravisCoin."), QMessageBox::Ok); restart_warning_displayed = true; } } @@ -351,11 +351,11 @@ NetworkOptionsPage::NetworkOptionsPage(QWidget *parent): setWindowTitle(tr("Network")); map_port_upnp = new QCheckBox(tr("Map port using &UPnP")); - map_port_upnp->setToolTip(tr("Automatically open the Paycoin client port on the router. This only works when your router supports UPnP and it is enabled.")); + map_port_upnp->setToolTip(tr("Automatically open the TravisCoin client port on the router. This only works when your router supports UPnP and it is enabled.")); layout->addWidget(map_port_upnp); connect_socks4 = new QCheckBox(tr("&Connect through SOCKS4 proxy:")); - connect_socks4->setToolTip(tr("Connect to the Paycoin network through a SOCKS4 proxy (e.g. when connecting through Tor)")); + connect_socks4->setToolTip(tr("Connect to the TravisCoin network through a SOCKS4 proxy (e.g. when connecting through Tor)")); layout->addWidget(connect_socks4); QHBoxLayout *proxy_hbox = new QHBoxLayout(); diff --git a/src/qt/optionsmodel.cpp b/src/qt/optionsmodel.cpp index e047ac1..762201c 100644 --- a/src/qt/optionsmodel.cpp +++ b/src/qt/optionsmodel.cpp @@ -48,7 +48,7 @@ void OptionsModel::Init() fCoinControlFeatures = settings.value("fCoinControlFeatures", false).toBool(); language = settings.value("language", "").toString(); - // These are shared with core Paycoin; we want + // These are shared with core TravisCoin; we want // command-line options to override the GUI settings: if (settings.contains("fUseUPnP")) SoftSetBoolArg("-upnp", settings.value("fUseUPnP").toBool()); diff --git a/src/qt/optionsmodel.h b/src/qt/optionsmodel.h index d6eee69..a7a452a 100644 --- a/src/qt/optionsmodel.h +++ b/src/qt/optionsmodel.h @@ -3,7 +3,7 @@ #include -/** Interface from Qt to configuration data structure for Paycoin client. +/** Interface from Qt to configuration data structure for TravisCoin client. To Qt, the options are presented as a list with the different options laid out vertically. This can be changed to a tree once the settings become sufficiently diff --git a/src/qt/qrcodedialog.cpp b/src/qt/qrcodedialog.cpp index 243b6b6..2f8f988 100644 --- a/src/qt/qrcodedialog.cpp +++ b/src/qt/qrcodedialog.cpp @@ -66,7 +66,7 @@ void QRCodeDialog::genCode() QString QRCodeDialog::getURI() { - QString ret = QString("paycoin:%1").arg(address); + QString ret = QString("traviscoin:%1").arg(address); int paramCount = 0; if (ui->chkReqPayment->isChecked() && !ui->lnReqAmount->text().isEmpty()) diff --git a/src/qt/qtipcserver.h b/src/qt/qtipcserver.h index 82a6589..abecb70 100644 --- a/src/qt/qtipcserver.h +++ b/src/qt/qtipcserver.h @@ -1,8 +1,8 @@ #ifndef QTIPCSERVER_H #define QTIPCSERVER_H -// Define Paycoin-Qt message queue name -#define BITCOINURI_QUEUE_NAME "PaycoinURI" +// Define TravisCoin-Qt message queue name +#define BITCOINURI_QUEUE_NAME "TravisCoinURI" void ipcInit(); void ipcShutdown(); diff --git a/src/qt/res/bitcoin-qt.rc b/src/qt/res/bitcoin-qt.rc index 637870f..f3bfcae 100644 --- a/src/qt/res/bitcoin-qt.rc +++ b/src/qt/res/bitcoin-qt.rc @@ -1,4 +1,4 @@ -IDI_ICON1 ICON DISCARDABLE "icons/paycoin.ico" +IDI_ICON1 ICON DISCARDABLE "icons/traviscoin.ico" #include // needed for VERSIONINFO @@ -10,13 +10,13 @@ BEGIN BEGIN BLOCK "040904E4" // U.S. English - multilingual (hex) BEGIN - VALUE "CompanyName", "Paycoin" - VALUE "FileDescription", "Paycoin-Qt (OSS GUI client for Paycoin)" - VALUE "InternalName", "paycoin-qt" - VALUE "LegalCopyright", "2014-2016 The Paycoin developers" + VALUE "CompanyName", "TravisCoin" + VALUE "FileDescription", "TravisCoin-Qt (OSS GUI client for TravisCoin)" + VALUE "InternalName", "traviscoin-qt" + VALUE "LegalCopyright", "2014-2016 The TravisCoin developers" VALUE "LegalTrademarks1", "Distributed under the MIT software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php." - VALUE "OriginalFilename", "paycoin-qt.exe" - VALUE "ProductName", "Paycoin-Qt" + VALUE "OriginalFilename", "traviscoin-qt.exe" + VALUE "ProductName", "TravisCoin-Qt" END END diff --git a/src/qt/res/src/bitcoin.svg b/src/qt/res/src/bitcoin.svg index 6dbf317..452c61e 100644 --- a/src/qt/res/src/bitcoin.svg +++ b/src/qt/res/src/bitcoin.svg @@ -2679,7 +2679,7 @@ \ No newline at end of file diff --git a/src/qt/rpcconsole.cpp b/src/qt/rpcconsole.cpp index 5781ff1..9d3ba1d 100644 --- a/src/qt/rpcconsole.cpp +++ b/src/qt/rpcconsole.cpp @@ -202,7 +202,7 @@ RPCConsole::RPCConsole(QWidget *parent) : ui->notice->setTextFormat(Qt::RichText); ui->notice->setTextInteractionFlags(Qt::LinksAccessibleByMouse); ui->notice->setOpenExternalLinks(true); - ui->notice->setText("For more information on these commands, see the Wiki"); + ui->notice->setText("For more information on these commands, see the Wiki"); connect(ui->clearButton, SIGNAL(clicked()), this, SLOT(clear())); @@ -314,7 +314,7 @@ void RPCConsole::clear() "b { color: #006060; } " ); - message(CMD_REPLY, (tr("Welcome to the Paycoin RPC console.") + "
" + + message(CMD_REPLY, (tr("Welcome to the TravisCoin 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 94f02ea..d70bac1 100644 --- a/src/qt/rpcconsole.h +++ b/src/qt/rpcconsole.h @@ -8,7 +8,7 @@ namespace Ui { } class ClientModel; -/** Local Paycoin RPC console. */ +/** Local TravisCoin RPC console. */ class RPCConsole: public QDialog { Q_OBJECT @@ -35,7 +35,7 @@ private slots: void on_tabWidget_currentChanged(int index); /** open the debug.log from the current datadir */ void on_openDebugLogfileButton_clicked(); - /** display messagebox with program parameters (same as paycoin-qt --help) */ + /** display messagebox with program parameters (same as traviscoin-qt --help) */ void on_showCLOptionsButton_clicked(); public slots: diff --git a/src/qt/sendcoinsdialog.cpp b/src/qt/sendcoinsdialog.cpp index 33a3f30..01b583e 100644 --- a/src/qt/sendcoinsdialog.cpp +++ b/src/qt/sendcoinsdialog.cpp @@ -33,7 +33,7 @@ SendCoinsDialog::SendCoinsDialog(QWidget *parent) : #if QT_VERSION >= 0x040700 /* Do not move this to the XML file, Qt before 4.7 will choke on it */ - ui->lineEditCoinControlChange->setPlaceholderText(tr("Enter a Paycoin address")); + ui->lineEditCoinControlChange->setPlaceholderText(tr("Enter a TravisCoin address")); #endif addEntry(); @@ -454,7 +454,7 @@ void SendCoinsDialog::coinControlChangeEdited(const QString& text) } else if (!addr.IsValid()) // Invalid address { - ui->labelCoinControlChangeLabel->setText(tr("Warning: Invalid Paycoin address")); + ui->labelCoinControlChangeLabel->setText(tr("Warning: Invalid TravisCoin address")); } else // Valid address { diff --git a/src/qt/signverifymessagedialog.cpp b/src/qt/signverifymessagedialog.cpp index b72e747..199ed38 100644 --- a/src/qt/signverifymessagedialog.cpp +++ b/src/qt/signverifymessagedialog.cpp @@ -28,8 +28,8 @@ SignVerifyMessageDialog::SignVerifyMessageDialog(QWidget *parent) : #if QT_VERSION >= 0x040700 ui->signatureOut_SM->setPlaceholderText(tr("Click \"Sign Message\" to generate signature")); ui->signatureIn_VM->setPlaceholderText(tr("Enter the signature of the message")); - ui->addressIn_SM->setPlaceholderText(tr("Enter a Paycoin address")); - ui->addressIn_VM->setPlaceholderText(tr("Enter a Paycoin address")); + ui->addressIn_SM->setPlaceholderText(tr("Enter a TravisCoin address")); + ui->addressIn_VM->setPlaceholderText(tr("Enter a TravisCoin address")); #endif GUIUtil::setupAddressWidget(ui->addressIn_SM, this); diff --git a/src/qt/splashscreen.cpp b/src/qt/splashscreen.cpp index 5e2e10a..092fdb7 100644 --- a/src/qt/splashscreen.cpp +++ b/src/qt/splashscreen.cpp @@ -19,7 +19,7 @@ SplashScreen::SplashScreen(const QPixmap &pixmap, Qt::WindowFlags f) : // define text to place QString titleText = QString(QApplication::applicationName()).replace(QString("-testnet"), QString(""), Qt::CaseSensitive); // cut of testnet, place it as single object further down QString versionText = QString("Version %1").arg(QString::fromStdString(FormatFullVersion())); - QString copyrightText = QChar(0xA9)+QString(" 2014-2016 ") + QString(tr("The Paycoin developers")); + QString copyrightText = QChar(0xA9)+QString(" 2014-2016 ") + QString(tr("The TravisCoin developers")); QString testnetAddText = QString(tr("[testnet]")); // define text to place as single text object QString font = "Arial"; diff --git a/src/qt/transactionrecord.cpp b/src/qt/transactionrecord.cpp index 22b8e01..c6d07ec 100644 --- a/src/qt/transactionrecord.cpp +++ b/src/qt/transactionrecord.cpp @@ -43,7 +43,7 @@ QList TransactionRecord::decomposeTransaction(const CWallet * if (showTransaction(wtx)) { - if (wtx.IsCoinStake()) // paycoin: coinstake transaction + if (wtx.IsCoinStake()) // traviscoin: coinstake transaction { TransactionRecord sub(hash, nTime, TransactionRecord::StakeMint, "", -nDebit, wtx.GetValueOut()); CTxDestination address; diff --git a/src/qt/transactionview.cpp b/src/qt/transactionview.cpp index cc8e8dd..6a7d72a 100644 --- a/src/qt/transactionview.cpp +++ b/src/qt/transactionview.cpp @@ -346,9 +346,9 @@ void TransactionView::openTransactionInLedger() { QString url; if (fTestNet) { - url = "http://testnet.paycoin.com/transaction/"; + url = "http://testnet.traviscoin.com/transaction/"; } else { - url = "http://ledger.paycoin.com/transaction/"; + url = "http://ledger.traviscoin.com/transaction/"; } url.append(selection.at(0).data(TransactionTableModel::TxIDRole).toString()); diff --git a/src/rpcblockchain.cpp b/src/rpcblockchain.cpp index aeaaf03..a23206e 100644 --- a/src/rpcblockchain.cpp +++ b/src/rpcblockchain.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers -// Copyright (c) 2015 The Paycoin developers +// Copyright (c) 2015 The TravisCoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -168,7 +168,7 @@ Value getblock(const Array& params, bool fHelp) return blockToJSON(block, pblockindex, fTxInfo, fTxDetails); } -// paycoin: get information of sync-checkpoint +// traviscoin: get information of sync-checkpoint Value getcheckpoint(const Array& params, bool fHelp) { if (fHelp || params.size() != 0) diff --git a/src/rpcdump.cpp b/src/rpcdump.cpp index 3acdb00..89244b1 100644 --- a/src/rpcdump.cpp +++ b/src/rpcdump.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2012 Bitcoin Developers // Copyright (c) 2012-2015 The Peercoin developers -// Copyright (c) 2014-2015 The Paycoin developers +// Copyright (c) 2014-2015 The TravisCoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -44,7 +44,7 @@ Value importprivkey(const Array& params, bool fHelp) { if (fHelp || params.size() < 1 || params.size() > 2) throw runtime_error( - "importprivkey [label]\n" + "importprivkey [label]\n" "Adds a private key (as returned by dumpprivkey) to your wallet."); string strSecret = params[0].get_str(); @@ -57,7 +57,7 @@ Value importprivkey(const Array& params, bool fHelp) if (!fGood) throw JSONRPCError(-5,"Invalid private key"); if (pwalletMain->IsLocked()) throw JSONRPCError(-13, "Error: Please enter the wallet passphrase with walletpassphrase first."); - if (fWalletUnlockMintOnly) // paycoin: no importprivkey in mint-only mode + if (fWalletUnlockMintOnly) // traviscoin: no importprivkey in mint-only mode throw JSONRPCError(-102, "Wallet is unlocked for minting only (unlock with walletpassphrase)."); CKey key; @@ -87,16 +87,16 @@ Value dumpprivkey(const Array& params, bool fHelp) { if (fHelp || params.size() != 1) throw runtime_error( - "dumpprivkey \n" - "Reveals the private key corresponding to ."); + "dumpprivkey \n" + "Reveals the private key corresponding to ."); string strAddress = params[0].get_str(); CBitcoinAddress address; if (!address.SetString(strAddress)) - throw JSONRPCError(-5, "Invalid Paycoin address"); + throw JSONRPCError(-5, "Invalid TravisCoin address"); if (pwalletMain->IsLocked()) throw JSONRPCError(-13, "Error: Please enter the wallet passphrase with walletpassphrase first."); - if (fWalletUnlockMintOnly) // paycoin: no dumpprivkey in mint-only mode + if (fWalletUnlockMintOnly) // traviscoin: no dumpprivkey in mint-only mode throw JSONRPCError(-102, "Wallet is unlocked for minting only (unlock with walletpassphrase)."); CKeyID keyID; if (!address.GetKeyID(keyID)) diff --git a/src/rpcnet.cpp b/src/rpcnet.cpp index 0ddcd2c..47c0853 100644 --- a/src/rpcnet.cpp +++ b/src/rpcnet.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015 The Paycoin Core developers +// Copyright (c) 2014-2015 The TravisCoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -69,7 +69,7 @@ Value getpeerinfo(const Array& params, bool fHelp) extern CCriticalSection cs_mapAlerts; extern map mapAlerts; -// paycoin: send alert. +// traviscoin: send alert. // There is a known deadlock situation with ThreadMessageHandler // ThreadMessageHandler: holds cs_vSend and acquiring cs_main in SendMessages() // ThreadRPCServer: holds cs_main and acquiring cs_vSend in alert.RelayTo()/PushMessage()/BeginMessage() diff --git a/src/rpcrawtransaction.cpp b/src/rpcrawtransaction.cpp index c1904ce..a619fca 100644 --- a/src/rpcrawtransaction.cpp +++ b/src/rpcrawtransaction.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers -// Copyright (c) 2014-2015 The Paycoin developers +// Copyright (c) 2014-2015 The TravisCoin 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/rpcwallet.cpp b/src/rpcwallet.cpp index e92a470..c90969a 100644 --- a/src/rpcwallet.cpp +++ b/src/rpcwallet.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers -// Copyright (c) 2015 The Paycoin developers +// Copyright (c) 2015 The TravisCoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -94,7 +94,7 @@ Value getnewaddress(const Array& params, bool fHelp) if (fHelp || params.size() > 1) throw runtime_error( "getnewaddress [account]\n" - "Returns a new Paycoin address for receiving payments. " + "Returns a new TravisCoin 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]."); @@ -160,7 +160,7 @@ Value getaccountaddress(const Array& params, bool fHelp) if (fHelp || params.size() != 1) throw runtime_error( "getaccountaddress \n" - "Returns the current Paycoin address for receiving payments to this account."); + "Returns the current TravisCoin address for receiving payments to this account."); // Parse the account first so we don't generate a key if there's an error string strAccount = AccountFromValue(params[0]); @@ -176,12 +176,12 @@ Value setaccount(const Array& params, bool fHelp) { if (fHelp || params.size() < 1 || params.size() > 2) throw runtime_error( - "setaccount \n" + "setaccount \n" "Sets the account associated with the given address."); CBitcoinAddress address(params[0].get_str()); if (!address.IsValid()) - throw JSONRPCError(-5, "Invalid Paycoin address"); + throw JSONRPCError(-5, "Invalid TravisCoin address"); string strAccount; @@ -205,12 +205,12 @@ Value getaccount(const Array& params, bool fHelp) { if (fHelp || params.size() != 1) throw runtime_error( - "getaccount \n" + "getaccount \n" "Returns the account associated with the given address."); CBitcoinAddress address(params[0].get_str()); if (!address.IsValid()) - throw JSONRPCError(-5, "Invalid Paycoin address"); + throw JSONRPCError(-5, "Invalid TravisCoin address"); string strAccount; map::iterator mi = pwalletMain->mapAddressBook.find(address.Get()); @@ -244,13 +244,13 @@ Value sendtoaddress(const Array& params, bool fHelp) { if (fHelp || params.size() < 2 || params.size() > 4) throw runtime_error( - "sendtoaddress [comment] [comment-to]\n" + "sendtoaddress [comment] [comment-to]\n" " is a real and is rounded to the nearest 0.00000001" + HelpRequiringPassphrase()); CBitcoinAddress address(params[0].get_str()); if (!address.IsValid()) - throw JSONRPCError(-5, "Invalid Paycoin address"); + throw JSONRPCError(-5, "Invalid TravisCoin address"); // Amount int64 nAmount = AmountFromValue(params[1]); @@ -278,7 +278,7 @@ Value signmessage(const Array& params, bool fHelp) { if (fHelp || params.size() != 2) throw runtime_error( - "signmessage \n" + "signmessage \n" "Sign a message with the private key of an address"); EnsureWalletIsUnlocked(); @@ -313,7 +313,7 @@ Value verifymessage(const Array& params, bool fHelp) { if (fHelp || params.size() != 3) throw runtime_error( - "verifymessage \n" + "verifymessage \n" "Verify a signed message"); string strAddress = params[0].get_str(); @@ -349,14 +349,14 @@ Value getreceivedbyaddress(const Array& params, bool fHelp) { if (fHelp || params.size() < 1 || params.size() > 2) throw runtime_error( - "getreceivedbyaddress [minconf=1]\n" - "Returns the total amount received by in transactions with at least [minconf] confirmations."); + "getreceivedbyaddress [minconf=1]\n" + "Returns the total amount received by in transactions with at least [minconf] confirmations."); // Bitcoin address CBitcoinAddress address = CBitcoinAddress(params[0].get_str()); CScript scriptPubKey; if (!address.IsValid()) - throw JSONRPCError(-5, "Invalid Paycoin address"); + throw JSONRPCError(-5, "Invalid TravisCoin address"); scriptPubKey.SetDestination(address.Get()); if (!IsMine(*pwalletMain,scriptPubKey)) return (double)0.0; @@ -642,14 +642,14 @@ Value sendfrom(const Array& params, bool fHelp) { if (fHelp || params.size() < 3 || params.size() > 6) throw runtime_error( - "sendfrom [minconf=1] [comment] [comment-to]\n" + "sendfrom [minconf=1] [comment] [comment-to]\n" " is a real and is rounded to the nearest 0.00000001" + HelpRequiringPassphrase()); string strAccount = AccountFromValue(params[0]); CBitcoinAddress address(params[1].get_str()); if (!address.IsValid()) - throw JSONRPCError(-5, "Invalid Paycoin address"); + throw JSONRPCError(-5, "Invalid TravisCoin address"); int64 nAmount = AmountFromValue(params[2]); if (nAmount < MIN_TXOUT_AMOUNT) throw JSONRPCError(-101, "Send amount too small"); @@ -714,7 +714,7 @@ Value sendmany(const Array& params, bool fHelp) { CBitcoinAddress address(s.name_); if (!address.IsValid()) - throw JSONRPCError(-5, string("Invalid Paycoin address:")+s.name_); + throw JSONRPCError(-5, string("Invalid TravisCoin address:")+s.name_); if (setAddress.count(address)) throw JSONRPCError(-8, string("Invalid parameter, duplicated address: ")+s.name_); @@ -784,7 +784,7 @@ CScript _createmultisig(const Array& params) { const std::string& ks = keys[i].get_str(); - // Case 1: Paycoin address and we have full public key: + // Case 1: TravisCoin address and we have full public key: CBitcoinAddress address(ks); if (pwalletMain && address.IsValid()) { @@ -823,7 +823,7 @@ Value addmultisigaddress(const Array& params, bool fHelp) { string msg = "addmultisigaddress <'[\"key\",\"key\"]'> [account]\n" "Add a nrequired-to-sign multisignature address to the wallet\n" - "each key is a Paycoin address or hex-encoded public key\n" + "each key is a TravisCoin address or hex-encoded public key\n" "If [account] is specified, assign address to [account]."; throw runtime_error(msg); } @@ -851,9 +851,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 paycoin addresses or hex-encoded public keys\n" + "2. \"keys\" (string, required) A json array of keys which are traviscoin addresses or hex-encoded public keys\n" " [\n" - " \"key\" (string) paycoin address or hex-encoded public key\n" + " \"key\" (string) traviscoin address or hex-encoded public key\n" " ,...\n" " ]\n" @@ -865,7 +865,7 @@ Value createmultisig(const Array& params, bool fHelp) "\nExamples:\n" "\nCreate a multisig address from 2 addresses\n" - "paycoind createmultisig 2 \"[\\\"PCHAhUGKiFKDHKW8Pgw3qrp2vMfhwWjuCo\\\",\\\"PJrhyo8CUvFZQT8j67Expre2PYLhavnHXb\\\"]\"" + "traviscoind createmultisig 2 \"[\\\"PCHAhUGKiFKDHKW8Pgw3qrp2vMfhwWjuCo\\\",\\\"PJrhyo8CUvFZQT8j67Expre2PYLhavnHXb\\\"]\"" "\nAs a json rpc call\n" "curl --user myusername --data-binary '{\"jsonrpc\": \"1.0\", \"id\": \"curltest\", \"method\": \"icreatemultisig\", \"params\": [2, \"[\\\"PCHAhUGKiFKDHKW8Pgw3qrp2vMfhwWjuCo\\\",\\\"PJrhyo8CUvFZQT8j67Expre2PYLhavnHXb\\\"]\"]} -H 'content-type: text/plain;' http://127.0.0.1:9902" ; @@ -1505,7 +1505,7 @@ Value walletpassphrase(const Array& params, bool fHelp) int64* pnSleepTime = new int64(params[1].get_int64()); NewThread(ThreadCleanWalletPassphrase, pnSleepTime); - // paycoin: if user OS account compromised prevent trivial sendmoney commands + // traviscoin: if user OS account compromised prevent trivial sendmoney commands if (params.size() > 2) fWalletUnlockMintOnly = params[2].get_bool(); else @@ -1597,7 +1597,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; Paycoin server stopping, restart to run with encrypted wallet"; + return "wallet encrypted; TravisCoin server stopping, restart to run with encrypted wallet"; } class DescribeAddressVisitor : public boost::static_visitor @@ -1639,8 +1639,8 @@ Value validateaddress(const Array& params, bool fHelp) { if (fHelp || params.size() != 1) throw runtime_error( - "validateaddress \n" - "Return information about ."); + "validateaddress \n" + "Return information about ."); CBitcoinAddress address(params[0].get_str()); bool isValid = address.IsValid(); @@ -1664,7 +1664,7 @@ Value validateaddress(const Array& params, bool fHelp) return ret; } -// paycoin: reserve balance from being staked for network protection +// traviscoin: reserve balance from being staked for network protection Value reservebalance(const Array& params, bool fHelp) { if (fHelp || params.size() > 2) @@ -1706,7 +1706,7 @@ Value reservebalance(const Array& params, bool fHelp) } -// paycoin: check wallet integrity +// traviscoin: check wallet integrity Value checkwallet(const Array& params, bool fHelp) { if (fHelp || params.size() > 0) @@ -1729,7 +1729,7 @@ Value checkwallet(const Array& params, bool fHelp) } -// paycoin: repair wallet +// traviscoin: repair wallet Value repairwallet(const Array& params, bool fHelp) { if (fHelp || params.size() > 0) @@ -1751,7 +1751,7 @@ Value repairwallet(const Array& params, bool fHelp) return result; } -// paycoin: make a public-private key pair +// traviscoin: make a public-private key pair Value makekeypair(const Array& params, bool fHelp) { if (fHelp || params.size() > 1) diff --git a/src/scrapesdb.cpp b/src/scrapesdb.cpp index 828fe77..52a4b72 100644 --- a/src/scrapesdb.cpp +++ b/src/scrapesdb.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2015 The Paycoin developers +// Copyright (c) 2015 The TravisCoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "init.h" @@ -29,7 +29,7 @@ Value setscrapeaddress(const Array& params, bool fHelp) CBitcoinAddress scrapeAddress(strScrapeAddress); if (!address.IsValid()) - throw JSONRPCError(-5, "Invalid Paycoin address."); + throw JSONRPCError(-5, "Invalid TravisCoin address."); if (address.Get() == scrapeAddress.Get()) throw JSONRPCError(-1, "Cannot set scrape address to the same as staking address."); @@ -74,7 +74,7 @@ Value getscrapeaddress(const Array& params, bool fHelp) CBitcoinAddress address(strAddress); if (!address.IsValid()) - throw JSONRPCError(-5, "Invalid Paycoin address."); + throw JSONRPCError(-5, "Invalid TravisCoin address."); if (!IsMine(*pwalletMain, address.Get())) throw JSONRPCError(-1, "Staking address must be in wallet."); @@ -122,7 +122,7 @@ Value deletescrapeaddress(const Array& params, bool fHelp) CBitcoinAddress address(strAddress); if (!address.IsValid()) - throw JSONRPCError(-5, "Invalid Paycoin address."); + throw JSONRPCError(-5, "Invalid TravisCoin address."); if (!IsMine(*pwalletMain, address.Get())) throw JSONRPCError(-1, "Staking address must be in wallet."); diff --git a/src/scrapesdb.h b/src/scrapesdb.h index ab6b25c..48ae544 100644 --- a/src/scrapesdb.h +++ b/src/scrapesdb.h @@ -1,4 +1,4 @@ -// Copyright (c) 2015 The Paycoin developers +// Copyright (c) 2015 The TravisCoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef SCRAPESDB_H diff --git a/src/script.cpp b/src/script.cpp index 0bdd19b..1e19760 100644 --- a/src/script.cpp +++ b/src/script.cpp @@ -1,7 +1,7 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Copyright (c) 2012-2015 The Peercoin developers -// Copyright (c) 2014-2015 The Paycoin developers +// Copyright (c) 2014-2015 The TravisCoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include diff --git a/src/script.h b/src/script.h index 6a4f258..323a359 100644 --- a/src/script.h +++ b/src/script.h @@ -1,7 +1,7 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Copyright (c) 2012-2015 The Peercoin developers -// Copyright (c) 2014-2015 The Paycoin developers +// Copyright (c) 2014-2015 The TravisCoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef H_BITCOIN_SCRIPT diff --git a/src/serialize.h b/src/serialize.h index 7c2669f..a49c4f1 100644 --- a/src/serialize.h +++ b/src/serialize.h @@ -1,7 +1,7 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Copyright (c) 2012-2015 The Peercoin developers -// Copyright (c) 2014-2015 The Paycoin developers +// Copyright (c) 2014-2015 The TravisCoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_SERIALIZE_H diff --git a/src/test/rpc_tests.cpp b/src/test/rpc_tests.cpp index 0f9159e..0196a96 100644 --- a/src/test/rpc_tests.cpp +++ b/src/test/rpc_tests.cpp @@ -64,7 +64,7 @@ BOOST_AUTO_TEST_CASE(rpc_addmultisig) struct RPCServerFixture { RPCServerFixture() { - SoftSetArg("-rpcuser", "paycoin_tests"); + SoftSetArg("-rpcuser", "traviscoin_tests"); SoftSetArg("-rpcpassword", "PAjArWaTwv8P32b13iTn1bL7aN25Y9pMmJ"); NewThread(ThreadRPCServer, NULL); } @@ -142,7 +142,7 @@ BOOST_FIXTURE_TEST_CASE(rpc_scrapes, RPCServerFixture) BOOST_CHECK(readResponse(obj, error_code)); - // error: {"code":-5,"message":"Invalid Paycoin address."} + // error: {"code":-5,"message":"Invalid TravisCoin address."} strMethod = "setscrapeaddress"; strParams.clear(); strParams.push_back("PBMJh8s5cFz"); diff --git a/src/test/test_paycoin.cpp b/src/test/test_paycoin.cpp index cf13d15..bf4a6ac 100644 --- a/src/test/test_paycoin.cpp +++ b/src/test/test_paycoin.cpp @@ -1,4 +1,4 @@ -#define BOOST_TEST_MODULE Paycoin Test Suite +#define BOOST_TEST_MODULE TravisCoin Test Suite #include #include "main.h" diff --git a/src/test/util_tests.cpp b/src/test/util_tests.cpp index d38d88e..5c813c6 100644 --- a/src/test/util_tests.cpp +++ b/src/test/util_tests.cpp @@ -105,7 +105,7 @@ BOOST_AUTO_TEST_CASE(util_DateTimeStrFormat) { BOOST_CHECK_EQUAL(DateTimeStrFormat("%x %H:%M:%S", 0), "01/01/70 00:00:00"); BOOST_CHECK_EQUAL(DateTimeStrFormat("%x %H:%M:%S", 0x7FFFFFFF), "01/19/38 03:14:07"); - // Formats used within Paycoin + // Formats used within TravisCoin BOOST_CHECK_EQUAL(DateTimeStrFormat("%x %H:%M:%S", 1317425777), "09/30/11 23:36:17"); BOOST_CHECK_EQUAL(DateTimeStrFormat("%x %H:%M", 1317425777), "09/30/11 23:36"); } diff --git a/src/util.cpp b/src/util.cpp index 9021d39..40c45b7 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -1,7 +1,7 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Copyright (c) 2011-2015 The Peercoin developers -// Copyright (c) 2014-2015 The Paycoin developers +// Copyright (c) 2014-2015 The TravisCoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -747,7 +747,7 @@ static std::string FormatException(std::exception* pex, const char* pszThread) char pszModule[MAX_PATH] = ""; GetModuleFileNameA(NULL, pszModule, sizeof(pszModule)); #else - const char* pszModule = "paycoin"; + const char* pszModule = "traviscoin"; #endif if (pex) return strprintf( @@ -797,13 +797,13 @@ boost::filesystem::path GetDefaultDataDir() { namespace fs = boost::filesystem; - // Windows < Vista: C:\Documents and Settings\Username\Application Data\Paycoin - // Windows >= Vista: C:\Users\Username\AppData\Roaming\Paycoin - // Mac: ~/Library/Application Support/Paycoin - // Unix: ~/.paycoin + // Windows < Vista: C:\Documents and Settings\Username\Application Data\TravisCoin + // Windows >= Vista: C:\Users\Username\AppData\Roaming\TravisCoin + // Mac: ~/Library/Application Support/TravisCoin + // Unix: ~/.traviscoin #ifdef WIN32 // Windows - return GetSpecialFolderPath(CSIDL_APPDATA) / "Paycoin"; + return GetSpecialFolderPath(CSIDL_APPDATA) / "TravisCoin"; #else fs::path pathRet; char* pszHome = getenv("HOME"); @@ -815,10 +815,10 @@ boost::filesystem::path GetDefaultDataDir() // Mac pathRet /= "Library/Application Support"; fs::create_directory(pathRet); - return pathRet / "Paycoin"; + return pathRet / "TravisCoin"; #else // Unix - return pathRet / ".paycoin"; + return pathRet / ".traviscoin"; #endif #endif } @@ -851,7 +851,7 @@ const boost::filesystem::path &GetDataDir(bool fNetSpecific) boost::filesystem::path GetConfigFile() { - boost::filesystem::path pathConfigFile(GetArg("-conf", "paycoin.conf")); + boost::filesystem::path pathConfigFile(GetArg("-conf", "traviscoin.conf")); if (!pathConfigFile.is_complete()) pathConfigFile = GetDataDir(false) / pathConfigFile; return pathConfigFile; } @@ -861,7 +861,7 @@ void ReadConfigFile(map& mapSettingsRet, { boost::filesystem::ifstream streamConfig(GetConfigFile()); if (!streamConfig.good()) - return; // No paycoin.conf file is OK + return; // No traviscoin.conf file is OK // clear path cache after loading config file fCachedPath[0] = fCachedPath[1] = false; @@ -871,7 +871,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 paycoin.conf + // Don't overwrite existing settings so command line settings override traviscoin.conf string strKey = string("-") + it->string_key; if (mapSettingsRet.count(strKey) == 0) { @@ -885,7 +885,7 @@ void ReadConfigFile(map& mapSettingsRet, boost::filesystem::path GetPidFile() { - boost::filesystem::path pathPidFile(GetArg("-pid", "paycoind.pid")); + boost::filesystem::path pathPidFile(GetArg("-pid", "traviscoind.pid")); if (!pathPidFile.is_complete()) pathPidFile = GetDataDir() / pathPidFile; return pathPidFile; } @@ -1029,10 +1029,10 @@ void AddTimeData(const CNetAddr& ip, int64 nTime) if (!fMatch) { fDone = true; - string strMessage = _("Warning: Please check that your computer's date and time are correct. If your clock is wrong Paycoin will not work properly."); + string strMessage = _("Warning: Please check that your computer's date and time are correct. If your clock is wrong TravisCoin will not work properly."); strMiscWarning = strMessage; printf("*** %s\n", strMessage.c_str()); - ThreadSafeMessageBox(strMessage+" ", string("Paycoin"), wxOK | wxICON_EXCLAMATION); + ThreadSafeMessageBox(strMessage+" ", string("TravisCoin"), wxOK | wxICON_EXCLAMATION); } } } @@ -1076,7 +1076,7 @@ std::string FormatSubVersion(const std::string& name, int nClientVersion, const ss << "/"; ss << "Peercoin:" << FormatVersion(PPCOIN_VERSION); ss << "/"; - ss << "Paycoin:" << FormatVersion(PEERUNITY_VERSION); + ss << "TravisCoin:" << FormatVersion(PEERUNITY_VERSION); ss << "(" << CLIENT_BUILD << ")/"; return ss.str(); } diff --git a/src/util.h b/src/util.h index 2439bee..0b8c0e3 100644 --- a/src/util.h +++ b/src/util.h @@ -1,7 +1,7 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Copyright (c) 2012-2015 The Peercoin developers -// Copyright (c) 2014-2015 The Paycoin developers +// Copyright (c) 2014-2015 The TravisCoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_UTIL_H diff --git a/src/version.cpp b/src/version.cpp index 61bfc50..4d33aa5 100644 --- a/src/version.cpp +++ b/src/version.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2012 The Bitcoin developers // Copyright (c) 2012-2015 The Peercoin developers -// Copyright (c) 2014-2015 The Paycoin developers +// Copyright (c) 2014-2015 The TravisCoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include @@ -8,10 +8,10 @@ #include "version.h" // Name of client reported in the 'version' message. Report the same name -// for both paycoind and paycoin(-qt), to make it harder for attackers to +// for both traviscoind and traviscoin(-qt), to make it harder for attackers to // target servers or GUI users specifically. -// For the current run of Paycoin releases, the client name should be selected from +// For the current run of TravisCoin releases, the client name should be selected from // the list of ancient coinage, from oldest known to more recent. // You can find ideas for future client names, here: https://en.wikipedia.org/wiki/List_of_historical_currencies diff --git a/src/version.h b/src/version.h index 545b4ab..ce9b67b 100644 --- a/src/version.h +++ b/src/version.h @@ -1,6 +1,6 @@ // Copyright (c) 2012 The Bitcoin developers // Copyright (c) 2012-2015 The Peercoin developers -// Copyright (c) 2014-2015 The Paycoin developers +// Copyright (c) 2014-2015 The TravisCoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_VERSION_H @@ -14,7 +14,7 @@ // These need to be macro's, as version.cpp's voodoo requires it -// Paycoin version - intended for display purpose only +// TravisCoin version - intended for display purpose only #define PEERUNITY_VERSION_MAJOR 0 #define PEERUNITY_VERSION_MINOR 3 #define PEERUNITY_VERSION_REVISION 3 @@ -63,7 +63,7 @@ extern const std::string CLIENT_DATE; static const int PROTOCOL_VERSION = 70006; -/* As of Paycoin protocol 70002 the MIN_PROTO_VERSION is initialized +/* As of TravisCoin protocol 70002 the MIN_PROTO_VERSION is initialized * and determined in init to allow for a pseudo dynamic change of minimum * protocol. This is also updated at runtime: net.cpp/ThreadSocketHandler2 * Old nodes are dropped upon minimum protocol change instead of simply diff --git a/src/wallet.cpp b/src/wallet.cpp index 73d7745..82bb5bb 100644 --- a/src/wallet.cpp +++ b/src/wallet.cpp @@ -1,7 +1,7 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Copyright (c) 2011-2015 The Peercoin developers -// Copyright (c) 2014-2015 The Paycoin developers +// Copyright (c) 2014-2015 The TravisCoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -81,7 +81,7 @@ bool CWallet::AddCScript(const CScript& redeemScript) return CWalletDB(strWalletFile).WriteCScript(Hash160(redeemScript), redeemScript); } -// paycoin: optional setting to unlock wallet for block minting only; +// traviscoin: optional setting to unlock wallet for block minting only; // serves to disable the trivial sendmoney when OS account compromised bool fWalletUnlockMintOnly = false; @@ -931,7 +931,7 @@ void CWallet::AvailableCoins(vector& vCoins, bool fOnlyConfirmed, const } } -// paycoin: total coins staked (non-spendable until maturity) +// traviscoin: total coins staked (non-spendable until maturity) int64 CWallet::GetStake() const { int64 nTotal = 0; @@ -997,7 +997,7 @@ bool CWallet::SelectCoinsMinConf(int64 nTargetValue, unsigned int nSpendTime, in continue; if (pcoin->nTime > nSpendTime) - continue; // paycoin: timestamp must not exceed spend time + continue; // traviscoin: timestamp must not exceed spend time int64 n = pcoin->vout[i].nValue; @@ -1216,7 +1216,7 @@ bool CWallet::CreateTransaction(vector >& vecSend, CWalletT nFeeRet += nMoveToFee; } - // paycoin: sub-cent change is moved to fee + // traviscoin: sub-cent change is moved to fee if (nChange > 0 && nChange < MIN_TXOUT_AMOUNT) { nFeeRet += nChange; @@ -1225,7 +1225,7 @@ bool CWallet::CreateTransaction(vector >& vecSend, CWalletT if (nChange > 0) { - if (!GetBoolArg("-avatar")) // paycoin: not avatar mode + if (!GetBoolArg("-avatar")) // traviscoin: not avatar mode { // Fill a vout to ourself // TODO: pass in scriptChange instead of reservekey so @@ -1303,7 +1303,7 @@ bool CWallet::CreateTransaction(CScript scriptPubKey, int64 nValue, CWalletTx& w return CreateTransaction(vecSend, wtxNew, reservekey, nFeeRet, coinControl); } -// paycoin: create coin stake transaction +// traviscoin: create coin stake transaction bool CWallet::CreateCoinStake(const CKeyStore& keystore, unsigned int nBits, int64 nSearchInterval, CTransaction& txNew, int64 nMoneySupply) { // The following split & combine thresholds are important to security @@ -1703,7 +1703,7 @@ string CWallet::SendMoneyToDestination(const CTxDestination& address, int64 nVal if (nValue + nTransactionFee > GetBalance()) return _("Insufficient funds"); - // Parse Paycoin address + // Parse TravisCoin address CScript scriptPubKey; scriptPubKey.SetDestination(address); @@ -2122,8 +2122,8 @@ set< set > CWallet::GetAddressGroupings() return ret; } -// paycoin: check 'spent' consistency between wallet and txindex -// paycoin: fix wallet spent state according to txindex +// traviscoin: check 'spent' consistency between wallet and txindex +// traviscoin: fix wallet spent state according to txindex void CWallet::FixSpentCoins(int& nMismatchFound, int64& nBalanceInQuestion, bool fCheckOnly) { nMismatchFound = 0; @@ -2172,7 +2172,7 @@ void CWallet::FixSpentCoins(int& nMismatchFound, int64& nBalanceInQuestion, bool } } -// paycoin: disable transaction (only for coinstake) +// traviscoin: disable transaction (only for coinstake) void CWallet::DisableTransaction(const CTransaction &tx) { if (!tx.IsCoinStake() || !IsFromMe(tx)) diff --git a/src/wallet.h b/src/wallet.h index a2fe1c5..42ecfdb 100644 --- a/src/wallet.h +++ b/src/wallet.h @@ -1,7 +1,7 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Copyright (c) 2011-2015 The Peercoin developers -// Copyright (c) 2014-2015 The Paycoin developers +// Copyright (c) 2014-2015 The TravisCoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_WALLET_H diff --git a/src/walletdb.cpp b/src/walletdb.cpp index 16fcc04..5d1de98 100644 --- a/src/walletdb.cpp +++ b/src/walletdb.cpp @@ -1,7 +1,7 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Copyright (c) 2012-2015 The Peercoin developers -// Copyright (c) 2014-2015 The Paycoin developers +// Copyright (c) 2014-2015 The TravisCoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/paycoin-qt.pro b/traviscoin-qt.pro similarity index 100% rename from paycoin-qt.pro rename to traviscoin-qt.pro