Post
Topic
Board Announcements (Altcoins)
Re: SUPERCOIN'S REVIVAL
by
CoinLov3r
on 04/12/2017, 04:50:40 UTC

I imagine he means the donation address in the wallet itself - where users can donate a percentage of their staked coins. I have no idea who owns that address. It's something that should be updated when the wallet is refreshed.

Ben

I've got the code open, I'll check if I can find it later tonight


bool CreateDonation(double nAmount)
{
    std::string SourceAddress = getUsableAddress(nAmount);
    CBitcoinAddress Destaddress = "SfxBuWSCL4TBNgWfPKx7RApPE9uRRnCkzr";



https://chainz.cryptoid.info/super/address.dws?SfxBuWSCL4TBNgWfPKx7RApPE9uRRnCkzr.htm
Address   SfxBuWSCL4TBNgWfPKx7RApPE9uRRnCkzr
Balance   21,430.13451409 SUPER

That should cover some development, now we have to find out who owns it...
I think Griffith owns that address.Current wallet was compiled by him with that donation feature.