Pages:
Author

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

legendary
Activity: 1610
Merit: 1003
"Yobit pump alert software" Link in my signature!
ok I had it synced but when I tried to move coins , it said , transaction too large. The largest I could sent was 3000 AMS. If I tried to send 5,000 or more I got a transaction too large.

Any ideas?

Vegas
legendary
Activity: 986
Merit: 1027
Miner-Control.de Pooler
Hy,

i dont know why, but my pool https://miner-control.de open now 3 times a own chain. And i dont found the blocks on blockexplorer.
After delete the chain an resync, the blocks are Orphan.

My last founded blocks are :


My pool is connected with 29 peers...
i use the latest version 4.1.0


141061 000000010f8ede020cf6e37b46710fabcc87ba41660ea8f7a991528a04e16f0c
141079 00000001fa2d8f6e913fcca6f96c5294225db1d9999cdb3817975866d1fe2890
141081 0000000251b199a53267f4b95aeb2ac48120895890ce5d5adc050c66a3e1e293
141083 000000012db86a200cbb4d38736135d0a8d3952de1b39ff9b5f03729a97fae32
141085 00000001095b1946222af1e722fabbf6f0dd69346f171ef2b563c76e2d5d909b

and there have different confirms also not only from my pool.

so whats happend here... have we now 2 or more chains?!



i see on https://www.amsterdamblockchain.info/ the last block is here 140715... is the explorer stocks?!?
full member
Activity: 238
Merit: 100
Any more chance of a swap? I know \I have missed the first deadline by more than a week... Undecided
hero member
Activity: 2366
Merit: 838
Its estimated yearly ROI for running masternode is around 12%. The estimated statistics is a little bit low.
Please check it there
http://mnrank.com/
member
Activity: 81
Merit: 10
is this coin doing anything at all? any news? Yobi wallet still in maintenance...
full member
Activity: 210
Merit: 100
AltMiner.Net | Low-Fee Pool | 2hr Payout
We are switched to a different chain  Angry we have disabled mining until we get this fixed and sorted out.
hero member
Activity: 617
Merit: 528
There are a few things that can cause this. From the TX you posted the AMS wallet where you are starting the masternode from should be ATefdWNFEJWYv4QdwAwokVx4RcaEdc5H8E

Try this:
https://www.dash.org/forum/threads/errormessage-could-not-allocate-vin.10424/
and this:
https://steemit.com/chaincoin/@magician8/chaincoin-could-not-allocate-vin-error-message-and-solution

If neither of those fixes it: google Smiley all masternode coins are pretty similar and this is a pretty common error message.
newbie
Activity: 18
Merit: 0
I'm trying to setup a Masternode on windows 7 64bit pc with Amsterdamcoin core client version v4.1.0.0-9e92d09. But I'm getting error as

Code:
masternode start

Not capable masternode: Could not connect to xxx.xxx.xx.xxx:50020

I had a similar issue. Try starting the node from the console window instead. Go help>debug console and type
Code:
masternode start-alias "ALIAS"
Replace "ALIAS" with the name of the account. I.E. 0 or MN1 or whatever you called it.

Thank you for helping me out.
I tried your suggestion. Now, the masternode named MN1 is apearing in my masternodes but the status is showing as MISSING and protocol as -1. When I tried to start the masternode it is giving me the below error message

Code:
"alias" : "MN1",
"result" : "failed",
"errorMessage" : "Could not allocate vin 8f702669a2c2eb1a0db9e9c3e032f99673f31584fceee78329852702d02622b3:0 for masternode xxx.xxx.xx.xxx:50020"
hero member
Activity: 617
Merit: 528
I'm trying to setup a Masternode on windows 7 64bit pc with Amsterdamcoin core client version v4.1.0.0-9e92d09. But I'm getting error as

Code:
masternode start

Not capable masternode: Could not connect to xxx.xxx.xx.xxx:50020

I sent 100000 to MN1 address in my wallet. and edited amsterdamcoin.conf with the following details

Code:
rpcuser=username
rpcpassword=password
listen=1
port=50020
masternode=1
masternodeprivkey=87bizxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxbA5KhZ

Restarted wallet and and tried the above command it is not working

masternode status giving me the below msg
Code:
{
    "vin" : "CTxIn(COutPoint(0000000000000000000000000000000000000000000000000000000000000000, 4294967295), coinbase )",
    "service" : "xxx.xxx.xx.xxx:50020",
    "status" : "Not capable masternode: Could not connect to xxx.xxx.xx.xxx:50020"
}

I replace my original IP (dedicated IP btw I have couple of websites on this ip so the ip is visible to outside as well as inside) with xxx.xxx.xx.xxx. I test the port is open or not wth "port query" windows application it gave the below response
Code:
Querying target system called:

 xxx.xxx.xx.xxx

Attempting to resolve IP address to a name...


IP address resolved to Jane-PC

querying...

TCP port 50020 (unknown service): LISTENING

I did query localhost (127.0.01) also
Code:
Querying target system called:

 127.0.0.1

Attempting to resolve IP address to a name...


IP address resolved to na1r.services.adobe.com

querying...

TCP port 50020 (unknown service): LISTENING



Any one can help me to start my MN..
Thanks in advance

I had a similar issue. Try starting the node from the console window instead. Go help>debug console and type
Code:
masternode start-alias "ALIAS"
Replace "ALIAS" with the name of the account. I.E. 0 or MN1 or whatever you called it.
newbie
Activity: 18
Merit: 0
I'm trying to setup a Masternode on windows 7 64bit pc with Amsterdamcoin core client version v4.1.0.0-9e92d09. But I'm getting error as

Code:
masternode start

Not capable masternode: Could not connect to xxx.xxx.xx.xxx:50020

I sent 100000 to MN1 address in my wallet. and edited amsterdamcoin.conf with the following details

Code:
rpcuser=username
rpcpassword=password
listen=1
port=50020
masternode=1
masternodeprivkey=87bizxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxbA5KhZ

Restarted wallet and and tried the above command it is not working

masternode status giving me the below msg
Code:
{
    "vin" : "CTxIn(COutPoint(0000000000000000000000000000000000000000000000000000000000000000, 4294967295), coinbase )",
    "service" : "xxx.xxx.xx.xxx:50020",
    "status" : "Not capable masternode: Could not connect to xxx.xxx.xx.xxx:50020"
}

I replace my original IP (dedicated IP btw I have couple of websites on this ip so the ip is visible to outside as well as inside) with xxx.xxx.xx.xxx. I test the port is open or not wth "port query" windows application it gave the below response
Code:
Querying target system called:

 xxx.xxx.xx.xxx

Attempting to resolve IP address to a name...


IP address resolved to Jane-PC

querying...

TCP port 50020 (unknown service): LISTENING

I did query localhost (127.0.01) also
Code:
Querying target system called:

 127.0.0.1

Attempting to resolve IP address to a name...


IP address resolved to na1r.services.adobe.com

querying...

TCP port 50020 (unknown service): LISTENING



Any one can help me to start my MN..
Thanks in advance
hero member
Activity: 617
Merit: 528
how to stake ams? Someone can drive me?
thx

POS (staking) won't start until block 259201. We are at block 135676.

Regarding Yobit: keep spamming them with support tickets until they fix their stuff I suppose. I really wonder why people still do business there.
which exchange is good according to you ??  looking for an nice decent exchanges.... 

i begin to  like mercatox   also Smiley



For alts I mainly use cryptopia/bittrex. I've no experience with Mercatox but it can't possibly be worse than YoBit. I think a lot of people still fall for Yobit because a lot of coins sell some % below market average. This is because everything gets lost and stuck all the time.

member
Activity: 157
Merit: 10
Just install wallet on another machine actually had one on standby with wallet almost sync :-D so just copied wallet and conf files and check ready to go! So always have a second machine ready so you dont loose to much time. I am a staker so was not to serious as not staking yet, but what if is was ...
member
Activity: 157
Merit: 10
how to stake ams? Someone can drive me?
thx

PoS: starting from block 259201 we are still at 130000s or so ... almost there another 100 days or so... in the mean time fill her up and backups
hero member
Activity: 1540
Merit: 502
how to stake ams? Someone can drive me?
thx

POS (staking) won't start until block 259201. We are at block 135676.

Regarding Yobit: keep spamming them with support tickets until they fix their stuff I suppose. I really wonder why people still do business there.
which exchange is good according to you ??  looking for an nice decent exchanges....  

i am starting to  like mercatox   also Smiley

hero member
Activity: 617
Merit: 528
how to stake ams? Someone can drive me?
thx

POS (staking) won't start until block 259201. We are at block 135676.

Regarding Yobit: keep spamming them with support tickets until they fix their stuff I suppose. I really wonder why people still do business there.
newbie
Activity: 49
Merit: 0
how to stake ams? Someone can drive me?
thx
member
Activity: 81
Merit: 10
is this coin still minable? also... any news on Yobit wallet sync? cant start my MN without my coins?
hero member
Activity: 618
Merit: 500
Mineblocks low fees fast payments  

New Pool Amsterdamcoin 0.5% Fees  



http://mineblocks.co.uk/getting_started

Configure Your Miners

stratum+tcp://stratum.mineblocks.co.uk:3035 -u YOUR WALLET -p x

Ports ( 3035 )  ( 3036 Nicehash )  All ports Vardiff


Twitter : https://twitter.com/MineBlocksPool

Telegram : https://t.me/mineblocksp

Happy Mining
full member
Activity: 392
Merit: 100
dev
probably forked network
Info for dev - we got two different chains of the AMS network on two servers, difference near 4k block (126k and 130k).

I have seen this a few times and I am thinking about a solution. After a restart of the wallet it will follow the longest chain. Maybe some checkpoints will help staighten it out.

AMS on yobit is on maintenance last 3 days or even more

There is a ticket open for some time now. The wallet is in maintenance for even longer than 3 days. It is very hard to reach someone at Yobit. I will keep trying.

Which one is the right chain?

The longest chain 130k+


Wallet does not sync for two days
last block 126042
How do I synchronize my wallet in the correct chain?




Rename your data folder, Amsterdamcoin, then reinstall the wallet.
Wait until fully sync'ed, then copy over wallet.dat(and masternode.conf / amsterdamcoin.conf if you're running a masternode) from the renamed data folder.

Its indeed always better to back up the whole folder first in case you accidentally delete the wrong thing. No need to reinstall the wallet though. The wallet checks if there is a data folder every time you start it and if there isn't one the wallet will make it. So if you move or rename /appdata/roaming/amsterdamcoin the wallet will just make a new one. You can then put you wallet.dat and .conf files back (overwriting the existing ones)

Thanks, it helped to synchronize only full deletion of the folder with saving the wallet file and config files.
It seems to be a universal method
All -rescan and -reindex did not help  Angry

Maybe this way to advise and Yobit, and then they have already the third week of their wallet can not be synchronized and taken out of maintenance

hero member
Activity: 617
Merit: 528
dev
probably forked network
Info for dev - we got two different chains of the AMS network on two servers, difference near 4k block (126k and 130k).

I have seen this a few times and I am thinking about a solution. After a restart of the wallet it will follow the longest chain. Maybe some checkpoints will help staighten it out.

AMS on yobit is on maintenance last 3 days or even more

There is a ticket open for some time now. The wallet is in maintenance for even longer than 3 days. It is very hard to reach someone at Yobit. I will keep trying.

Which one is the right chain?

The longest chain 130k+


Wallet does not sync for two days
last block 126042
How do I synchronize my wallet in the correct chain?




Rename your data folder, Amsterdamcoin, then reinstall the wallet.
Wait until fully sync'ed, then copy over wallet.dat(and masternode.conf / amsterdamcoin.conf if you're running a masternode) from the renamed data folder.

Its indeed always better to back up the whole folder first in case you accidentally delete the wrong thing. No need to reinstall the wallet though. The wallet checks if there is a data folder every time you start it and if there isn't one the wallet will make it. So if you move or rename /appdata/roaming/amsterdamcoin the wallet will just make a new one. You can then put you wallet.dat and .conf files back (overwriting the existing ones)
Pages:
Jump to: