|
9ine
|
|
October 10, 2017, 04:40:12 PM |
|
i really like the logo !
|
|
|
|
Acidreload
Newbie
Offline
Activity: 48
Merit: 0
|
|
October 10, 2017, 04:46:02 PM |
|
so its better to get some masternodes right? ^^
|
|
|
|
keesdewit (OP)
|
|
October 10, 2017, 04:51:05 PM |
|
AnnouncementFrom 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
Activity: 1834
Merit: 1006
|
|
October 10, 2017, 08:52:14 PM |
|
This logo is a little bigger
|
|
|
|
Elder III
|
|
October 10, 2017, 10:44:10 PM |
|
AnnouncementFrom 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
|
|
October 10, 2017, 10:56:45 PM |
|
AnnouncementFrom 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
|
|
October 11, 2017, 07:25:32 AM |
|
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 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
|
|
October 11, 2017, 05:43:55 PM |
|
Received 3 masternode payments after 2+ days of running. 1 2.5 coins and 2 x 1.5 coins.
|
|
|
|
kaltun
|
|
October 11, 2017, 05:47:14 PM |
|
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 but have hope and wait for the further developments
|
|
|
|
theman25
Newbie
Offline
Activity: 58
Merit: 0
|
|
October 11, 2017, 05:53:20 PM |
|
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 but have hope and wait for the further developments its does not do much at the current price
|
|
|
|
kaltun
|
|
October 11, 2017, 06:07:52 PM |
|
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 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 these right time to buy, at 79 sats now... cheap MN 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
|
|
|
|
theman25
Newbie
Offline
Activity: 58
Merit: 0
|
|
October 11, 2017, 06:15:18 PM |
|
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 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 these right time to buy, at 79 sats now... cheap MN 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 i buy a 82 sato
|
|
|
|
witch
|
|
October 11, 2017, 06:25:08 PM |
|
This should become the default payment token for coffee shops in Amsterdam. I could buy a lot of green stuff then. Hehe. Are there any efforts to aquire a coffee shop?
|
|
|
|
pinkzebra
Newbie
Offline
Activity: 14
Merit: 0
|
|
October 12, 2017, 08:55:45 PM Last edit: October 12, 2017, 10:00:21 PM by pinkzebra |
|
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)
|
|
October 13, 2017, 06:45:30 AM Last edit: October 13, 2017, 09:49:45 AM by keesdewit |
|
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
|
|
October 13, 2017, 11:36:46 AM |
|
Is there going to be any automatic swap on NovaExchange? Or perhaps an easy swap using their swap service?
|
|
|
|
keesdewit (OP)
|
|
October 13, 2017, 02:30:48 PM |
|
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
|
|
October 13, 2017, 07:13:37 PM |
|
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.comThe swap is super easy to use and very fast too.... it's both quicker and easier then using novaexchange for it in my opinion.
|
|
|
|
cryptophil
Member
Offline
Activity: 157
Merit: 10
|
|
October 14, 2017, 03:55:30 PM Last edit: October 14, 2017, 04:07:06 PM by cryptophil |
|
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!
|
|
|
|