<<  >> (p.150)
    Author Topic: [ANN][AMS] AmsterdamCoin™ | 100% PoS, Cold-Staking, Side-Chains, Smart-Contracts  (Read 272374 times)
    Mrrr
    Hero Member
    *****
    Offline Offline

    Activity: 617
    Merit: 528


    View Profile
    November 16, 2017, 07:21:40 AM
     #2981

    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.

    burp...
Page 149
Viewing Page: 150