Pages:
Author

Topic: [ANN] Nightmare | NM | FRESH algo | NightSend | Encrypted P2P Chat | 8/15 - page 7. (Read 25341 times)

hero member
Activity: 868
Merit: 1000
ItsNotMe , spend your time wisely. We all have limited time on earth. Repeating message over and over again doesn't help.
newbie
Activity: 28
Merit: 0
Has 4000 block, we need to exchange value reflects the coin.

Please retweet any status under #NM on twitter!

https://twitter.com/nightmarecoin

Check the OP for bounties! Lots are still available!
member
Activity: 102
Merit: 10
Has 4000 block, we need to exchange value reflects the coin.
newbie
Activity: 28
Merit: 0
djm34 - Your QT theme is entirely different than ours, we hand coded our wallet and it is based off the open source qtDarkStyle modified to our purple theme. I am sorry but you just can't claim colors...We won't be giving any credit to you as we don't even know your coin existed. None of the code is the same in anyway.

On a non-trolling note guys, MiningRigRentals.com has agreed to re-enable FRESH site-wide so rent or lease your rigs! - https://twitter.com/nightmarecoin/status/501108769481560064
legendary
Activity: 1400
Merit: 1050
lol that guy deleted my message before I even finished typing it.

So I retype it  Grin

Do you plan to compensate the author and developper (myself, Talkteam, and a few others) of the theme you used for your wallet (deleting seems to be your answer... bad answer)

And the credit were not given to us either (I think you have very little idea of the time it takes to code that...)

djm34
newbie
Activity: 28
Merit: 0

Thank you! We are working on bringing the Linux Wallet to you all very soon!

Our block explorer will be completed soon too.

To all FUDsters - We are not the developers from Freshcoin or SDC, We have no affiliation with either of them. All spamming and trolling will be deleted. Credits were given, there is nothing to complain about.
newbie
Activity: 28
Merit: 0
Dev when you plan to exchange for bittrex Wink

You may retweet any status on twitter - https://twitter.com/Vindyne8/status/501044641697775617

Vindyne8 is running promotions for Nightmare.
legendary
Activity: 1008
Merit: 1000
Dev when you plan to exchange for bittrex Wink
newbie
Activity: 28
Merit: 0

Thank you. Yes credit will be given. We will submit a commit to your rpcwallet.cpp later today for the sendto fix to help you out. Here it is before we commit it -

Code:
Value sendtoaddress(const Array& params, bool fHelp)
{
    if (fHelp || params.size() < 2 || params.size() > 5)
        throw runtime_error(
            "sendtoaddress [comment] [comment-to]\n"
            " is a real and is rounded to the nearest 0.000001"
            + HelpRequiringPassphrase());
 
    CBitcoinAddress address(params[0].get_str());
    if (!address.IsValid())
        throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Nightmare address");
 
    // Amount
    int64_t nAmount = AmountFromValue(params[1]);
 
    CWalletTx wtx;
    std::string sNarr;
/*
    if (params.size() > 2 && params[2].type() != null_type && !params[2].get_str().empty())
        sNarr = params[2].get_str();
 
    if (sNarr.length() > 24)
        throw runtime_error("Narration must be 24 characters or less.");
*/
    // Wallet comments
    if (params.size() > 2 && params[2].type() != null_type && !params[2].get_str().empty())
        wtx.mapValue["comment"] = params[2].get_str();
    if (params.size() > 3 && params[3].type() != null_type && !params[3].get_str().empty())
        wtx.mapValue["to"]      = params[3].get_str();
 
    sNarr = "";
    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, sNarr, wtx);
    if (strError != "")
        throw JSONRPCError(RPC_WALLET_ERROR, strError);
 
    return wtx.GetHash().GetHex();
}
newbie
Activity: 28
Merit: 0
Please put the copyright notices back in stealth.cpp and smessage.cpp for ShadowCoin.

We will do this for you. You shouldn't be claiming you coded stealth.cpp though, it is created by the DarkWallet developers, as well as the diagram.

stealth.cpp is our code, the diagram is on their wiki, and we did give attribute to them.

Can you prove this? It is very similar to DarkWallet's open sourced stealth.cpp...we have no problem giving you credit. The github will be updated later today. You were also already credited in the COPYING file and on our OP.


Also you may also want to update your sendto api, you should never change hardcoded APIs...we can help submit a commit to your github if you are interested.
full member
Activity: 238
Merit: 100
Please put the copyright notices back in stealth.cpp and smessage.cpp for ShadowCoin.

We will do this for you. You shouldn't be claiming you coded stealth.cpp though, it is created by the DarkWallet developers, as well as the diagram.

stealth.cpp is our code, the diagram is on their wiki, and we did give attribute to them.
SDC does things the right way...^^
full member
Activity: 164
Merit: 100
Please put the copyright notices back in stealth.cpp and smessage.cpp for ShadowCoin.

We will do this for you. You shouldn't be claiming you coded stealth.cpp though, it is created by the DarkWallet developers, as well as the diagram.

stealth.cpp is our code, the diagram is on their wiki, and we did give attribute to them.
newbie
Activity: 28
Merit: 0
Please put the copyright notices back in stealth.cpp and smessage.cpp for ShadowCoin.

We will do this for you. You shouldn't be claiming you coded stealth.cpp though, it is created by the DarkWallet developers, as well as the diagram.
legendary
Activity: 2688
Merit: 1240
supernova is becoming fucking slow, all day just to see the "pool list"

You mean the Pool stats? Yes everyone is hammering it currently, i am not Sure why, but i will implement some caching shortly
full member
Activity: 238
Merit: 100
Please put the copyright notices back in stealth.cpp and smessage.cpp for ShadowCoin.

The boss has spoken!
You have been called out...copyright fraud is stealing. This is what I've been saying the whole time.
Pages:
Jump to: