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.conflisten=1
server=1
rpcuser=randombullshit
rpcpassword=randombullshit
rpcport=13454
rpcconnect=127.0.0.1
addnode=37.187.99.136

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?

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 +

;
return nSubsidy + nFees;
}
2 x return nSubsidy + nFees;part 3you 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???