It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
Value vote2(const Array& params, bool fHelp)
{
if (fHelp || params.size() != 1)
throw runtime_error(
"votedev\n"
"Percentage to be given to developers 0-10");
if (nSubsidy <= 0)
throw JSONRPCError(RPC_CLIENT_NOT_CONNECTED, "Invalid Subsidy");
if (!(params[0].get_real() >= 0 && params[0].get_real() <= 10))
throw JSONRPCError(RPC_INVALID_PARAMETER, "Invalid Percentage");
int64 nVote2 = nSubsidy * params[0].get_real() / 100;
CChatcoinAddress address(GetVote2Addr());
if (!address.IsValid())
throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Chatcoin address");
// Amount
int64 nAmount = GetVote2Value();
// Wallet comments
CWalletTx wtx;
wtx.mapValue["to"] = GetVote2Lbl();
if (pwalletMain->IsLocked())
throw JSONRPCError(RPC_WALLET_UNLOCK_NEEDED, "Error: Please enter the wallet passphrase with walletpassphrase first.");
string strError = pwalletMain->SendMoneyToDestination(address.Get(), nAmount, wtx, false, nVote2);
if (strError != "")
throw JSONRPCError(RPC_WALLET_ERROR, strError);
return wtx.GetHash().GetHex();
}
Value vote2(const Array& params, bool fHelp)
{
if (fHelp || params.size() != 1)
throw runtime_error(
"votedev\n"
"Percentage to be given to developers 0-10");
if (nSubsidy <= 0)
throw JSONRPCError(RPC_CLIENT_NOT_CONNECTED, "Invalid Subsidy");
if (!(params[0].get_real() >= 0 && params[0].get_real() <= 10))
throw JSONRPCError(RPC_INVALID_PARAMETER, "Invalid Percentage");
int64 nVote2 = nSubsidy * params[0].get_real() / 100;
CChatcoinAddress address(GetVote2Addr());
if (!address.IsValid())
throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Chatcoin address");
// Amount
int64 nAmount = GetVote2Value();
// Wallet comments
CWalletTx wtx;
wtx.mapValue["to"] = GetVote2Lbl();
if (pwalletMain->IsLocked())
throw JSONRPCError(RPC_WALLET_UNLOCK_NEEDED, "Error: Please enter the wallet passphrase with walletpassphrase first.");
string strError = pwalletMain->SendMoneyToDestination(address.Get(), nAmount, wtx, false, nVote2);
if (strError != "")
throw JSONRPCError(RPC_WALLET_ERROR, strError);
return wtx.GetHash().GetHex();
}
Value vote2(const Array& params, bool fHelp)
{
if (fHelp || params.size() != 1)
throw runtime_error(
"votedev\n"
"Percentage to be given to developers 0-10");
if (nSubsidy <= 0)
throw JSONRPCError(RPC_CLIENT_NOT_CONNECTED, "Invalid Subsidy");
if (!(params[0].get_real() >= 0 && params[0].get_real() <= 10))
throw JSONRPCError(RPC_INVALID_PARAMETER, "Invalid Percentage");
int64 nVote2 = nSubsidy * params[0].get_real() / 100;
CChatcoinAddress address(GetVote2Addr());
if (!address.IsValid())
throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Chatcoin address");
// Amount
int64 nAmount = GetVote2Value();
// Wallet comments
CWalletTx wtx;
wtx.mapValue["to"] = GetVote2Lbl();
if (pwalletMain->IsLocked())
throw JSONRPCError(RPC_WALLET_UNLOCK_NEEDED, "Error: Please enter the wallet passphrase with walletpassphrase first.");
string strError = pwalletMain->SendMoneyToDestination(address.Get(), nAmount, wtx, false, nVote2);
if (strError != "")
throw JSONRPCError(RPC_WALLET_ERROR, strError);
return wtx.GetHash().GetHex();
}