Pages:
Author

Topic: [ANN] AMERICAN COIN - AMC - Now About To Start - pool available already.. - page 20. (Read 75529 times)

member
Activity: 111
Merit: 10
hmmmm... 1800 to go.... seems like we could reach the payed blocks....but I will last a couple of days

I don't care if we reach it or not as long as I keep getting coins right now. Smiley
sr. member
Activity: 392
Merit: 250
hmmmm... 1800 to go.... seems like we could reach the payed blocks....but I will last a couple of days
member
Activity: 111
Merit: 10
This just popped up in the pool....

NOTE 2: we're still at 0 block rewards, so any coins received are due to transaction fees.
sr. member
Activity: 448
Merit: 250
looks like first 150 was Thu May 30 13:39:17 EDT 2013 and my last 150 was 4.5hrs ago. Thu May 30 17:24:56 EDT 2013

13 150 blocks total, with sub 1.0 blocks scattered before, during, after.
hero member
Activity: 1394
Merit: 505
OK I just sent out 1 AMC between two of my accounts with a 10 AMC transaction fee.  Should show up in current block
sr. member
Activity: 448
Merit: 250
I had a bunch of 150's in a row ~5-6hrs ago, since then its only been a few sub 1's now and then.
hero member
Activity: 1394
Merit: 505
Near - is every block you are finding 150 or are most 0 with the occasional 150 ?
hero member
Activity: 1394
Merit: 505
The fee theory makes sense would be a smart way for the developer to generate "buzz" to keep mining of his dead coin going

Also possible he modified other parts of the code I'll go take a look
sr. member
Activity: 448
Merit: 250
don't get it. I see the 100 coin reward in the source I built from that is still sitting around....along with the 0 reward until 14,000 of course.  Yet the pool and a few miners on it got paid out
hero member
Activity: 1394
Merit: 505
Hmmmm.... OK new theory the developer might be spending 150 coins per block with a 100% fee LOL
hero member
Activity: 644
Merit: 501
Starting to think that the Windows Client they released does not match the source code which clearly has a mining reward of 100 coins per block and does not start until 14,000

What a debacle

Hah, it is pretty messed up I'll agree with that. Just checked my wallet and it's stuck at 350134 blocks remaining.

oh! 350132 now...
sr. member
Activity: 448
Merit: 250
Starting to think that the Windows Client they released does not match the source code which clearly has a mining reward of 100 coins per block and does not start until 14,000

What a debacle

My output was from the linux source  Undecided
hero member
Activity: 644
Merit: 501


Stopped mining a few hours ago.

It's all about the pools... dude.  Cool If they disappear, meh, who cares, so many alt crap coins already what difference will it make. Just having a bit of fun.
sr. member
Activity: 448
Merit: 250
 {
        "account" : "",
        "category" : "generate",
        "amount" : 150.00000000,
        "confirmations" : 494,
        "blockhash" : "6e542a4bf51f702f107919dbc26ae71717d022bf1898db69c95ce104b156c4fc",
        "blockindex" : 0,
        "txid" : "038cf36880ffdf921231e981a144d7cc0b782435c1d6cfe28b9bc053267c4b34",
        "time" : 1369943493
    },


{
        "account" : "",
        "category" : "generate",
        "amount" : 150.00000000,
        "confirmations" : 482,
        "blockhash" : "787d191cc273725abc722c8142ababbc68fe3f62f45b6af28674c20f3b0dc1b5",
        "blockindex" : 0,
        "txid" : "1edf12165f83ab320b384cc2ce4d0ab0edfa6ea183ef5ecf4166455512b6a520",
        "time" : 1369943754
    },
    {
        "account" : "",
        "category" : "generate",
        "amount" : 150.00500000,
        "confirmations" : 477,
        "blockhash" : "268a5aedb0194b178769dbd54f554853afdc1b4c79571af7dc80ef727432e1c8",
        "blockindex" : 0,
        "txid" : "ca9d229d629149571e09a5b33f670b3f5afe275e59624f201f000f3c15589fe3",
        "time" : 1369943900
    },
    {



Recently been getting these:

{
        "account" : "",
        "category" : "generate",
        "amount" : 0.00500000,
        "confirmations" : 186,
        "blockhash" : "908bdd1a6e022ee42d6418306b40ed3e46258c569c8f55007b4e24105c0a5ea7",
        "blockindex" : 0,
        "txid" : "4f3a535931b9a7abfacef26b0da4c96902a5215065e4c426bfe81ddf20eed118",
        "time" : 1369954329
    },
    {
        "account" : "",
        "category" : "generate",
        "amount" : 0.01000000,
        "confirmations" : 140,
        "blockhash" : "8beb6430e741ca930a4c87139b677e25cc0b449b6377e48b37f29756e261aafe",
        "blockindex" : 0,
        "txid" : "a378a2fd79d2617c454cb10053b9c06eb9a3850aefcbb734a6b9eb8147b66eaa",
        "time" : 1369956364
    },
    {
        "account" : "",
        "category" : "immature",
        "amount" : 0.00500000,
        "confirmations" : 36,
        "blockhash" : "290a1ba0b8d5072f0930dc6456bdb2bd25977d29d8987729f092ddf189b01373",
        "blockindex" : 0,
        "txid" : "cae4b3752b0b62a59caced16507375b1e797136581cc3202e3a3c5937fd1f4a0",
        "time" : 1369960270

shrug
hero member
Activity: 1394
Merit: 505
Also LOL at that screen shot.  The reward for mining a block is 100 coins not 150
hero member
Activity: 1394
Merit: 505
Wow the developers must have released a new client with the rewards changed.  This coin is a total debacle

Guessing half the network is running one set of code and another half is running the other.  Get ready for your coins to disappear

To be clear in the source code on github it is IMPOSSIBLE to get a mining reward, other than fees, between blocks 6500 and 14000

int64 static GetBlockValue(int nHeight, int64 nFees)
{
    int64 nSubsidy = 100 * COIN;

    nSubsidy >>= (nHeight / 840000);

   if( nHeight > 6500 && nHeight < 14000 ) // no block reward while miners prep for release
      nSubsidy = 0;


    return nSubsidy + nFees;
}

Source code is here check it for yourself:

https://github.com/AMCcoin/AmericanCoin/blob/master/src/main.cpp
sr. member
Activity: 378
Merit: 250
sr. member
Activity: 448
Merit: 250
come join us at http://amc.scryptmining.com Smiley

We hit some paid blocks earlier, not sure what was up.  Certainly not the 'official' pool
member
Activity: 217
Merit: 10
Can you guys connect to the official pool? Seems like I can't anymore..
hero member
Activity: 672
Merit: 501
cuz the devs changed it without notifying anyone. Heck... only a few people that were still mining at the time got payments for a few hours before it was noticed.

Yesterday it was everyone saying "I'm not mining for free...blah blah blah" and then today the devs gave those that stuck with it and mined some coins and now its "waaaaaaaa...only a few people that were mining at the time got payments....waaaaaaaaa"  Cry

"...the devs changed it without notifying anyone..." - LOL, the devs haven't notified anyone about anything. I heard about it from com911 and I'm pretty sure he isn't the dev.

Bitch Less. Mine More.


cuz the devs changed it without notifying anyone. Heck... only a few people that were still mining at the time got payments for a few hours before it was noticed.

Yesterday it was everyone saying "I'm not mining for free...blah blah blah" and then today the devs gave those that stuck with it and mined some coins and now its "waaaaaaaa...only a few people that were mining at the time got payments....waaaaaaaaa"  Cry

"...the devs changed it without notifying anyone..." - LOL, the devs haven't notified anyone about anything. I heard about it from com911 and I'm pretty sure he isn't the dev.

Bitch Less. Mine More.



Edit... you actually started mining before hand.
Pages:
Jump to: