Post
Topic
Board Announcements (Altcoins)
Re: [ANN] ★ Save and Gain ★ [SandG] SHA256 POW ~ Investing in POS Coins. BTC Paired.
by
X13lolsh
on 20/06/2016, 00:44:40 UTC
http://coinaid.co.uk/images/ca234.png


Source Code : https://mega.co.nz/#!eAkFySSJ!kEYrbUP-kuLYOUQq66Y_iETpqxFMrfPZ_j_khOFcZ10
https://www.virustotal.com/en/file/de52a61e4bbfdae7072742708de841858cd96df45e6f107810f5866601419185/analysis/1434448553/


Git : https://github.com/shitsandgiggles/SandGCoin


Block Explorer
http://sandg.miningalts.com

Coin Market Cap
http://coinmarketcap.com/currencies/save-and-gain




addnode=192.161.48.34

SandGCoin.conf

Code:
listen=1
server=1
rpcuser=randombullshit
rpcpassword=randombullshit
rpcport=13454
rpcconnect=127.0.0.1
addnode=37.187.99.136



IRC
https://kiwiirc.com/client/irc.kiwiirc.com#SandGCoin



I try with github source 6 time on virtual box debian 8, computer home ubuntu 16, server ubuntu 15
i try with download source from link 6 time on virtual box debian, computer home ubuntu 16, server ubuntu 15

6 time for you have rpcport say one thing on bitcointalk not same in codes, so I try both!!!

Same no result

"version" : "v1.0.0.0-g32a928e",
    "protocolversion" : 60014,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "newmint" : 0.00000000,
    "stake" : 0.00000000,
    "blocks" : 0,
    "timeoffset" : 0,
    "moneysupply" : 0.00000000,
    "connections" : 0,
    "proxy" : "",
    "ip" : "0.0.0.0",
    "difficulty" : {
        "proof-of-work" : 0.00390625,
        "proof-of-stake" : 0.00390625
    },
    "testnet" : false,
    "keypoololdest" : 1466380562,
    "keypoolsize" : 101,
    "paytxfee" : 0.00100000,
    "mininput" : 0.00000000,
    "errors" : ""

never to go anywhere

error in debug if you read ??

you have conf (for a server)

SandGCoin.conf

listen=1
server=1
rpcuser=randombullshit
rpcpassword=randombullshit
rpcport=13454
rpcconnect=127.0.0.1
addnode=37.187.99.136

Huh

I look in both file github and and download from NZ

init.cpp (289)

-rpcport=        " + _("Listen for JSON-RPC connections on (default: 31451 or testnet: 35715)") + "\n"

this is shacoin so maybe rpcport is somewhere else?Huh

13454

part 2

say pow coin but code say no

main.cpp (986)

/int64_t GetProofOfWorkReward(int64_t nFees, int nHeight)
{
    int64_t nSubsidy = 20 * COIN;
 
    if(nHeight == 1)
    {
        nSubsidy = 50000 * COIN;
    }
        else if(nHeight <= 100000)
    {
        nSubsidy = 100 * COIN;
    }
        else if(nHeight <= 248000)
    {
        nSubsidy = 20 * COIN;
    }
        else
    {
        nSubsidy = 20 * COIN;

        int halvings = nHeight / g_RewardHalvingPeriod;
        nSubsidy = (halvings >= 64)? 0 : (nSubsidy >> halvings);
        nSubsidy -= nSubsidy*(nHeight % g_RewardHalvingPeriod)/(2*g_RewardHalvingPeriod);
    }
   
    return nSubsidy + nFees;
}

// miner's coin stake reward based on coin age spent (coin-days)
int64_t GetProofOfStakeReward(int64_t nCoinAge, int64_t nFees, int nHeight)
{
   
    // proof of stake rewards. POS begins at block 2700
   
    int64_t nSubsidy = nCoinAge * COIN_YEAR_REWARD * 33 / (365 * 33 + Cool;
   
    return nSubsidy + nFees;
}


2 x return nSubsidy + nFees;


part  3

you have 200% change every hour 8 minute block???

main.cpp (1036)

 // Maximum 200% adjustment per hour
        bnResult *= 2;
        nTime -= 1 * 60 * 60;
    }

i am not exert so maybe I can miss things but you can not make your coin from sources given so no record can be check to show true

I may download wallet but this proof of anything with wallet???