Post
Topic
Board Announcements (Altcoins)
Re: [ANN] SLING | Fully Working DECENTRALIZED MARKET in Wallet | SLING MARKET LIVE
by
CryptoVote
on 25/08/2015, 03:25:52 UTC
hmmm looks like a very nice case on a Pi
But I could be wrongz
It does looks like a Pi but for > $80. Yuk.

In masternodemanager.cpp, I found these lines in the class initialization for Crave but not in Sling:
Code:
LOCK(cs_adrenaline);
        BOOST_FOREACH(PAIRTYPE(std::string, CAdrenalineNodeConfig) adrenaline, pwalletMain->mapMyAdrenalineNodes)
        {
            updateAdrenalineNode(QString::fromStdString(adrenaline.second.sAlias), QString::fromStdString(adrenaline.second.sAddress), QString::fromStdString(adrenaline.second.sMasternodePrivKey), QString::fromStdString(adrenaline.second.sCollateralAddress));
        }
When I add these lines to Sling, it causes a segmentation fault and crashes.

Other than that, there are no other significant differences between Crave and Sling's masternode code (masternode.cpp and masternodemanager.cpp). I haven't used Crave on Windows so maybe it has the same issues.