Bitcoin Forum
May 24, 2024, 01:18:28 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: Did you already swap?
Yes - 7 (43.8%)
No - 9 (56.3%)
Total Voters: 16

Pages: « 1 ... 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 [140] 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 ... 235 »
  Print  
Author Topic: [ANN][AMS] AmsterdamCoin™ | 100% PoS, Cold-Staking, Side-Chains, Smart-Contracts  (Read 272257 times)
keesdewit (OP)
Copper Member
Hero Member
*****
Offline Offline

Activity: 1024
Merit: 513

txbit.io - cryptocurrency exchange


View Profile WWW
October 10, 2017, 04:38:15 PM
 #2781

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

9ine
Full Member
***
Offline Offline

Activity: 122
Merit: 100


View Profile
October 10, 2017, 04:40:12 PM
 #2782

i really like the logo !
Acidreload
Newbie
*
Offline Offline

Activity: 48
Merit: 0


View Profile
October 10, 2017, 04:46:02 PM
 #2783

so its better to get some masternodes right? ^^
keesdewit (OP)
Copper Member
Hero Member
*****
Offline Offline

Activity: 1024
Merit: 513

txbit.io - cryptocurrency exchange


View Profile WWW
October 10, 2017, 04:51:05 PM
 #2784


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

gregofdoom
Legendary
*
Offline Offline

Activity: 1834
Merit: 1006



View Profile
October 10, 2017, 08:52:14 PM
 #2785

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
Elder III
Sr. Member
****
Offline Offline

Activity: 1246
Merit: 274


View Profile
October 10, 2017, 10:44:10 PM
 #2786


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?
greenhope
Full Member
***
Offline Offline

Activity: 446
Merit: 105


View Profile
October 10, 2017, 10:56:45 PM
 #2787


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.
startsts
Sr. Member
****
Offline Offline

Activity: 1092
Merit: 273



View Profile
October 11, 2017, 07:25:32 AM
 #2788

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] : [])
        ]);
    };

greenhope
Full Member
***
Offline Offline

Activity: 446
Merit: 105


View Profile
October 11, 2017, 05:43:55 PM
 #2789

Received 3 masternode payments after 2+ days of running.
1 2.5 coins and 2 x 1.5 coins.
kaltun
Hero Member
*****
Offline Offline

Activity: 1540
Merit: 502


View Profile
October 11, 2017, 05:47:14 PM
 #2790

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

theman25
Newbie
*
Offline Offline

Activity: 58
Merit: 0


View Profile
October 11, 2017, 05:53:20 PM
 #2791

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




kaltun
Hero Member
*****
Offline Offline

Activity: 1540
Merit: 502


View Profile
October 11, 2017, 06:07:52 PM
 #2792

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
theman25
Newbie
*
Offline Offline

Activity: 58
Merit: 0


View Profile
October 11, 2017, 06:15:18 PM
 #2793

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


i buy a 82 sato

witch
Sr. Member
****
Offline Offline

Activity: 616
Merit: 250



View Profile
October 11, 2017, 06:25:08 PM
 #2794

This should become the default payment token for coffee shops in Amsterdam.

I could buy a lot of green stuff then. Hehe. Tongue

Are there any efforts to aquire a coffee shop?
pinkzebra
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
October 12, 2017, 08:55:45 PM
Last edit: October 12, 2017, 10:00:21 PM by pinkzebra
 #2795

not start solo gpu mining is normal?

wallet

rpcuser=blablabla
rpcpassword=blablabla
gen=1
server=1
daemon=1
listen=1
staking=1
rpcallowip=192.168.0.0/24
rpcport=7777

cpu
cpuminer -a xevan -o http://192.168.0.1:7777 -u blablabla -p blablabla  is work
gpu
ccminer -a xevan -o http://192.168.0.1:7777 -u blablabla -p blablabla is not work (

error
[2017-10-13 02:31:01] JSON-RPC call failed: Method not found
[2017-10-13 02:31:01] get_work failed, retry after 30 seconds

keesdewit (OP)
Copper Member
Hero Member
*****
Offline Offline

Activity: 1024
Merit: 513

txbit.io - cryptocurrency exchange


View Profile WWW
October 13, 2017, 06:45:30 AM
Last edit: October 13, 2017, 09:49:45 AM by keesdewit
 #2796

not start solo gpu mining is normal?

wallet

rpcuser=blablabla
rpcpassword=blablabla
gen=1
server=1
daemon=1
listen=1
staking=1
rpcallowip=192.168.0.0/24
rpcport=7777

cpu
cpuminer -a xevan -o http://192.168.0.1:7777 -u blablabla -p blablabla  is work
gpu
ccminer -a xevan -o http://192.168.0.1:7777 -u blablabla -p blablabla is not work (

error
[2017-10-13 02:31:01] JSON-RPC call failed: Method not found
[2017-10-13 02:31:01] get_work failed, retry after 30 seconds



Yes its normal. You should not use getwork

dgmon
Sr. Member
****
Offline Offline

Activity: 438
Merit: 250


View Profile
October 13, 2017, 11:36:46 AM
 #2797

Is there going to be any automatic swap on NovaExchange?  Or perhaps an easy swap using their swap service?
keesdewit (OP)
Copper Member
Hero Member
*****
Offline Offline

Activity: 1024
Merit: 513

txbit.io - cryptocurrency exchange


View Profile WWW
October 13, 2017, 02:30:48 PM
 #2798

Is there going to be any automatic swap on NovaExchange?  Or perhaps an easy swap using their swap service?

We will have no swap at Nova. You can swap here: https://swap.amsterdamcoin.com

Elder III
Sr. Member
****
Offline Offline

Activity: 1246
Merit: 274


View Profile
October 13, 2017, 07:13:37 PM
 #2799

Is there going to be any automatic swap on NovaExchange?  Or perhaps an easy swap using their swap service?

We will have no swap at Nova. You can swap here: https://swap.amsterdamcoin.com

The swap is super easy to use and very fast too.... it's both quicker and easier then using novaexchange for it in my opinion. Wink
cryptophil
Member
**
Offline Offline

Activity: 157
Merit: 10


View Profile
October 14, 2017, 03:55:30 PM
Last edit: October 14, 2017, 04:07:06 PM by cryptophil
 #2800

Hi all I am new to this project and want to know how long does it take for coins to maure before it starts staking, is 5k enough for weekly stake, do tou have to edit amsterdamcoin.conf too have staking=1 and rock and roll?!
Do you guys have slack or even better discord, if so please send me an  invite.

To stake or not to stake! Be stake or be there!
Pages: « 1 ... 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 [140] 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 ... 235 »
  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!