Bitcoin Forum
August 16, 2025, 12:05:28 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 [61] 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 ... 192 »
  Print  
Author Topic: [AC] AsiaCoin | Pure PoS | 100% Interest  (Read 264594 times)
qopiyu
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
May 09, 2014, 08:57:03 PM
 #1201

I would love to get the new wallet. Looking forward to finally getting all this corrected!
usao
Legendary
*
Offline Offline

Activity: 1109
Merit: 1000



View Profile
May 09, 2014, 08:59:35 PM
 #1202

Thanks to Maestro1 I got the new wallet working and my coins restored. Cheesy
Question though, it's all synced-up with the blockchain but still showing no staking since 5/1
Is that scheduled to resume at some point in the future? I saw the new staking schedule, and since I have a bunch of coins which should have staked in the past week, was wondering if/when that would happen.
Maestro1 (OP)
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
May 09, 2014, 09:02:15 PM
 #1203

Thanks to Maestro1 I got the new wallet working and my coins restored. Cheesy
Question though, it's all synced-up with the blockchain but still showing no staking since 5/1
Is that scheduled to resume at some point in the future? I saw the new staking schedule, and since I have a bunch of coins which should have staked in the past week, was wondering if/when that would happen.


Staking should work already, if you unlocked your wallet. Did it start staking now? We have confirmation from a few members here that staking works fine in the new wallet.

If you're happy with our work on AsiaCoin revival, please consider giving us trust feedback and provide donations to the new AsiaCoin Foundation.
BTC: 1LCsuAojeFqf5YamN9iiwEo3VJ9YM8HHjf
usao
Legendary
*
Offline Offline

Activity: 1109
Merit: 1000



View Profile
May 09, 2014, 09:05:57 PM
 #1204

Thanks to Maestro1 I got the new wallet working and my coins restored. Cheesy
Question though, it's all synced-up with the blockchain but still showing no staking since 5/1
Is that scheduled to resume at some point in the future? I saw the new staking schedule, and since I have a bunch of coins which should have staked in the past week, was wondering if/when that would happen.


Staking should work already, if you unlocked your wallet. Did it start staking now? We have confirmation from a few members here that staking works fine in the new wallet.

Hmm, well the unlock option is greyed out, so I thought it was already unlocked.
Still no activity since 5/1.
micryon
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile WWW
May 09, 2014, 09:13:22 PM
 #1205

Hmm, well the unlock option is greyed out, so I thought it was already unlocked.
Still no activity since 5/1.

You basically have to wait 2 weeks for every stake.. if you staked once using a transaction ID.. and got it say 5/1.  Then your next valid stake would be on 5/15.

VTC: Vi5NxyF6FPCCEQDrsDcA34P8pXe1Yck21y
PDR: PP3EQsV3oX9bBkjpsnESguMHz3tfMqHXhy PlanetDollar
Xuorc
Full Member
***
Offline Offline

Activity: 195
Merit: 100


View Profile
May 09, 2014, 09:14:01 PM
 #1206

Regardless of the exchanges' code review status, Micryon and Maestro1 have been the cornerstones of the AsiaCoin community's volunteer dev team. I'm not sure the revival would succeed without them, and it certainly couldn't have been completed in this time frame without them. Major props Smiley

Miyron no doubt will never be forgotten i mean hes what he we want when we wanna do technical developments

Well don't thank me yet guys... Cryptsy and Mintpal still in reviews.. haven't green lighted the changes yet... (getting kind of antsy myself since the code has been ready 3 days ago..)

But anyways , for me, it was just a fun problem to look in to.. it's good to be part of something positive Smiley


Could not have said it better myself.  + 1000

usao
Legendary
*
Offline Offline

Activity: 1109
Merit: 1000



View Profile
May 09, 2014, 09:14:12 PM
 #1207

Hmm, well the unlock option is greyed out, so I thought it was already unlocked.
Still no activity since 5/1.
usao
Legendary
*
Offline Offline

Activity: 1109
Merit: 1000



View Profile
May 09, 2014, 09:14:53 PM
 #1208

Hmm, well the unlock option is greyed out, so I thought it was already unlocked.
Still no activity since 5/1.

You basically have to wait 2 weeks for every stake.. if you staked once using a transaction ID.. and got it say 5/1.  Then your next valid stake would be on 5/15.


Oh, I thought it was based on the age of the coin...
I had been mining since day-1, so have coins of all ages.
micryon
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile WWW
May 09, 2014, 09:19:19 PM
 #1209

Hmm, well the unlock option is greyed out, so I thought it was already unlocked.
Still no activity since 5/1.

You basically have to wait 2 weeks for every stake.. if you staked once using a transaction ID.. and got it say 5/1.  Then your next valid stake would be on 5/15.


Oh, I thought it was based on the age of the coin...
I had been mining since day-1, so have coins of all ages.

Yes it is based on the age of the coin.. but it's not on the absolute coin age.. but rather it is the coin age as determined by the transaction that it was last seen in a block.  And what the algorithm does is compare that block time with the current time, to check that it is greater than 2 weeks.

Here's the code where it all happens.  I bolded the relevant statements.

unsigned int nStakeMinAge = 60 * 60 * 24 * 14;   // minimum age for coin age: 14d

// ppcoin: total coin age spent in transaction, in the unit of coin-days.
// Only those coins meeting minimum age requirement counts. As those
// transactions not in main chain are not currently indexed so we
// might not find out about their coin age. Older transactions are
// guaranteed to be in main chain by sync-checkpoint. This rule is
// introduced to help nodes establish a consistent view of the coin
// age (trust score) of competing branches.
bool CTransaction::GetCoinAge(CTxDB& txdb, uint64& nCoinAge) const
{
    CBigNum bnCentSecond = 0;  // coin age in the unit of cent-seconds
    nCoinAge = 0;

    if (IsCoinBase())
        return true;

    BOOST_FOREACH(const CTxIn& txin, vin)
    {
        // First try finding the previous transaction in database
        CTransaction txPrev;
        CTxIndex txindex;
        if (!txPrev.ReadFromDisk(txdb, txin.prevout, txindex))
            continue;  // previous transaction not in main chain
        if (nTime < txPrev.nTime)
            return false;  // Transaction timestamp violation

        // Read block header
        CBlock block;
        if (!block.ReadFromDisk(txindex.pos.nFile, txindex.pos.nBlockPos, false))
            return false; // unable to read block of previous transaction
        if (block.GetBlockTime() + nStakeMinAge > nTime)
            continue; // only count coins meeting min age requirement

        int64 nValueIn = txPrev.vout[txin.prevout.n].nValue;
        bnCentSecond += CBigNum(nValueIn) * (nTime-txPrev.nTime) / CENT;

        if (fDebug && GetBoolArg("-printcoinage"))
            printf("coin age nValueIn=%"PRI64d" nTimeDiff=%d bnCentSecond=%s\n", nValueIn, nTime - txPrev.nTime, bnCentSecond.ToString().c_str());
    }

    CBigNum bnCoinDay = bnCentSecond * CENT / COIN / (24 * 60 * 60);
    if (fDebug && GetBoolArg("-printcoinage"))
        printf("coin age bnCoinDay=%s\n", bnCoinDay.ToString().c_str());
    nCoinAge = bnCoinDay.getuint64();
    return true;
}

VTC: Vi5NxyF6FPCCEQDrsDcA34P8pXe1Yck21y
PDR: PP3EQsV3oX9bBkjpsnESguMHz3tfMqHXhy PlanetDollar
min
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
May 09, 2014, 09:22:34 PM
 #1210

Hmm, well the unlock option is greyed out, so I thought it was already unlocked.
Still no activity since 5/1.
https://i.imgur.com/FNFLo6V.jpg

How do you unlock your wallet pliz . In my wallet , Unlock is grey
ficklepickle
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile WWW
May 09, 2014, 09:27:32 PM
 #1211

Hmm, well the unlock option is greyed out, so I thought it was already unlocked.
Still no activity since 5/1.


How do you unlock your wallet pliz . In my wallet , Unlock is grey

console walletpassphrase 90000000

micryon
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile WWW
May 09, 2014, 09:28:18 PM
 #1212

Well first you need to encrypt your wallet. then the unlock option appears.

VTC: Vi5NxyF6FPCCEQDrsDcA34P8pXe1Yck21y
PDR: PP3EQsV3oX9bBkjpsnESguMHz3tfMqHXhy PlanetDollar
ol92
Sr. Member
****
Offline Offline

Activity: 445
Merit: 255


View Profile
May 09, 2014, 09:29:00 PM
 #1213

If your wallet is not encrypted, there is no need to unlock!
But you can be vulnerable...
slasherzx
Member
**
Offline Offline

Activity: 73
Merit: 10


View Profile
May 09, 2014, 09:31:46 PM
 #1214

can i have the new wallet.. need to test it too thanks.. Smiley
M1CHA3LH
Newbie
*
Offline Offline

Activity: 46
Merit: 0


View Profile
May 09, 2014, 09:36:16 PM
 #1215

Can i have the new wallet plz?
c-cex
Legendary
*
Offline Offline

Activity: 1498
Merit: 1001


CryptoCurrency EXchange: https://c-cex.com


View Profile WWW
May 09, 2014, 09:39:11 PM
 #1216

AsiaCoin is opened for deposits/withdrawals/trading at c-cex.com exchange!

https://c-cex.com/?p=ac-btc
https://c-cex.com/?p=ac-usd

Welcome!

CryptoCurrency EXchange: https://c-cex.com
anderson705
Full Member
***
Offline Offline

Activity: 233
Merit: 100



View Profile
May 09, 2014, 09:44:08 PM
 #1217

Can i have the new wallet plz?
me too, can i have the new wallet please?
micryon
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile WWW
May 09, 2014, 09:44:22 PM
 #1218

AsiaCoin is opened for deposits/withdrawals/trading at c-cex.com exchange!

https://c-cex.com/?p=ac-btc
https://c-cex.com/?p=ac-usd

Welcome!


C-cex could you guys wait until we at least push out the wallet binaries publically to all users before enabling deposit/withdrawals??


VTC: Vi5NxyF6FPCCEQDrsDcA34P8pXe1Yck21y
PDR: PP3EQsV3oX9bBkjpsnESguMHz3tfMqHXhy PlanetDollar
LondonMP
Sr. Member
****
Offline Offline

Activity: 365
Merit: 250


I/O Digital Where Dreams Become Technology


View Profile
May 09, 2014, 10:08:54 PM
 #1219

Downloaded the new wallet and it works and looks great. It staked too. Well done to the Devs and thank you

Kazulya
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
May 09, 2014, 10:10:52 PM
 #1220

Put already shared wallet and exchanges (crypsy and mintpal) open access to sales AC
Pages: « 1 ... 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 [61] 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 ... 192 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!