Pages:
Author

Topic: [ANN][AMS] AmsterdamCoin™ | 100% PoS, Masternodes, Obfuscation, Seesaw - page 96. (Read 272300 times)

hero member
Activity: 1540
Merit: 502
Received 3 masternode payments after 2+ days of running.
1 2.5 coins and 2 x 1.5 coins.

lol

my payments for 10 october is :

6 x 1.5 Ams
1 x  2.5 Ams

the more MN , the less payments Smiley

but have hope and wait for the further developments


its does not do much at the current price



i know , i payed allmost 0.20 btc  and i see only ams getting lower in btc value , but there comes more MN Huh

these right time to buy, at 79 sats now... cheap MN Wink

so dev is very busy to develop this coin to make a good coin , so i dont mind now , cause i am not selling it , so best is wait for the rise , and i think this will be a very nice suprise when all is done ...

finger crossed Smiley
newbie
Activity: 58
Merit: 0
Received 3 masternode payments after 2+ days of running.
1 2.5 coins and 2 x 1.5 coins.

lol

my payments for 10 october is :

6 x 1.5 Ams
1 x  2.5 Ams

the more MN , the less payments Smiley

but have hope and wait for the further developments


its does not do much at the current price




hero member
Activity: 1540
Merit: 502
Received 3 masternode payments after 2+ days of running.
1 2.5 coins and 2 x 1.5 coins.

lol

my payments for 10 october is :

6 x 1.5 Ams
1 x  2.5 Ams


the more MN , the less payments Smiley

but have hope and wait for the further developments

full member
Activity: 446
Merit: 105
Received 3 masternode payments after 2+ days of running.
1 2.5 coins and 2 x 1.5 coins.
sr. member
Activity: 1092
Merit: 273
You should help to pools owners I think.

Here is my code to submit block,  please tell me where to add masternode rewards.  Its for both pools AMS and XLR-xevan

Code:
this.serializeHeader = function(merkleRoot, nTime, nonce){

        var header =  new Buffer(80);
        var position = 0;
        header.write(nonce, position, 4, 'hex');
        header.write(rpcData.bits, position += 4, 4, 'hex');
        header.write(nTime, position += 4, 4, 'hex');
        header.write(merkleRoot, position += 4, 32, 'hex');
        header.write(rpcData.previousblockhash, position += 32, 32, 'hex');
        header.writeUInt32BE(rpcData.version, position + 32);
        var header = util.reverseBuffer(header);
        return header;
    };

    this.serializeBlock = function(header, coinbase){
        return Buffer.concat([
            header,

            util.varIntBuffer(this.rpcData.transactions.length + 1),
            coinbase,
            this.transactionData,

            getVoteData(),

            //POS coins require a zero byte appended to block which the daemon replaces with the signature
            new Buffer(reward === 'POS' ? [0] : [])
        ]);
    };
full member
Activity: 446
Merit: 105

Announcement
From October 15, 2017 masternode payments are enforced. I have just broadcasted a spork message with my sporkkey to enable this setting. When your mining please make sure you include the proper masternode reward.

Reminder

I honestly don't know what this means. What do I need to do as a miner in order to be in compliance? We aren't running a Masternode (yet anyways) and we are pool mining... we also have the latest wallet installed. Is there some setting in the wallet that we need to change?
I think it is relevant to pool operators, not miner.
sr. member
Activity: 1246
Merit: 274

Announcement
From October 15, 2017 masternode payments are enforced. I have just broadcasted a spork message with my sporkkey to enable this setting. When your mining please make sure you include the proper masternode reward.

Reminder

I honestly don't know what this means. What do I need to do as a miner in order to be in compliance? We aren't running a Masternode (yet anyways) and we are pool mining... we also have the latest wallet installed. Is there some setting in the wallet that we need to change?
legendary
Activity: 1834
Merit: 1006
Masternode tracking site MNRank.com has added this coin to list.

Welcome aboard!

http://mnrank.com/

Thank you very much! Can you please use this logo: http://www.amsterdamblockchain.info/images/logo.png



This logo is a little bigger  Smiley
copper member
Activity: 1024
Merit: 513
txbit.io - cryptocurrency exchange

Announcement
From October 15, 2017 masternode payments are enforced. I have just broadcasted a spork message with my sporkkey to enable this setting. When your mining please make sure you include the proper masternode reward.

Reminder
newbie
Activity: 48
Merit: 0
so its better to get some masternodes right? ^^
full member
Activity: 122
Merit: 100
i really like the logo !
copper member
Activity: 1024
Merit: 513
txbit.io - cryptocurrency exchange
Masternode tracking site MNRank.com has added this coin to list.

Welcome aboard!

http://mnrank.com/

Thank you very much! Can you please use this logo: http://www.amsterdamblockchain.info/images/logo.png
member
Activity: 316
Merit: 10
Masternode tracking site MNRank.com has added this coin to list.

Welcome aboard!

http://mnrank.com/
copper member
Activity: 1024
Merit: 513
txbit.io - cryptocurrency exchange
i there Wink
im new when i send coins to my wallet how long the coins take time to stake? 24h?

It will take about 120 days before PoS starts
newbie
Activity: 48
Merit: 0
i there Wink
im new when i send coins to my wallet how long the coins take time to stake? 24h?
copper member
Activity: 1024
Merit: 513
txbit.io - cryptocurrency exchange
Good to see that the masternode count is rising again
Do we have discord/slack channel? Also what is planned next?

We have our slack channel at the Bitsend slack. You can signup here: https://bitsend.herokuapp.com

At the moment we are working on a Android wallet. We do need mobile wallets for all kind of platforms. Also we will merge nice improvements and/or major features from the PIVX repository. After that all we need to create or get on a payment platform. Then we are able to do real world payments. Online or in a bar, restaurant, etc. Thats it in a nutshell.
full member
Activity: 446
Merit: 105
How many hours does it take to get a first reward in average after setting up a masternode?
full member
Activity: 196
Merit: 100
Good to see that the masternode count is rising again
Do we have discord/slack channel? Also what is planned next?
hero member
Activity: 661
Merit: 500
We only want the FACTS!
Kees,

Have you looked at my Block Explorer on the old chain lately?

http://ams.midnightminer.net/

I still have 30 connections to the wallet.  There are still a few wallets running on the old chain (myself included).
I need to get all my AMD coins together and get them to the swap.

Hi midnight_miner,

Why don't you configure your explorer for the new chain? If you send me the private keys then I can arrange the swap for you. When the swap ends I expect the old chain to stall because miners will leave when their rewards are not swapable anymore.

Best regards,

keesdewit

I am currently setting up 2 new servers for Block Explorers and mining pools, so the new chain will be on the new server.
copper member
Activity: 1024
Merit: 513
txbit.io - cryptocurrency exchange

Announcement
From October 15, 2017 masternode payments are enforced. I have just broadcasted a spork message with my sporkkey to enable this setting. When your mining please make sure you include the proper masternode reward.
Pages:
Jump to: