Post
Topic
Board Announcements (Altcoins)
Re: Arctic Coin (ARC), No premine, Evolution over 1 year
by
2xjO9M3P
on 22/07/2017, 18:16:31 UTC
Code:
# Goldminenode config file
# Format: alias IP:port goldminenodeprivkey collateral_output_txid collateral_output_index
# Example: mn1 127.0.0.2:17209 93HaYBVUCYjEMeeH1Y4sBGLALQZE1Yc1K64xiqgX37tGBDQL8Xg 2bcd3c84c84f87eaa86e4e56834c92927a07f9e18718810b92e0d0324456a67c 0

gm1 64.111.88.4:7209 6uFrDq2PoS*******************************L8X6Lp 1cdb6ec23a2658c261cf03c93e13cb5b4752061fc8588e10c23381cd6ddfdf6d 1


I don't buy in the reddit stuff. There's no new website or anything.

When I run the console I get this:

Quote
11:00:53

goldminenode start-all


11:00:58

{
  "overall": "Successfully started 1 goldminenodes, failed to start 0, total 1",
  "detail": {
    "status": {
      "alias": "gm1",
      "result": "successful"
    }
  }
}


11:23:39

goldminenode list-conf


11:23:39

{
  "goldminenode": {
    "alias": "gm1",
    "address": "64.111.88.4:7209",
    "privateKey": "6uFrDq2PoS7L**********************hwcFffqiML8X6Lp",
    "txHash": "1cdb6ec23a2658c261cf03c93e13cb5b4752061fc8588e10c23381cd6ddfdf6d",
    "outputIndex": "1",
    "status": "PRE_ENABLED"
  }
}

Succestful is correct, but Pre_enabled return me with "expired"

Check that your port forwarding and firewall rules are all in order.

edit, you can check the debug.log if your MN is announced properly:
Code:
2017-07-19 19:53:05 CActiveGoldminenode::SendGoldminenodePing -- Relaying ping, collateral=CTxIn(COutPoint(0123456789abcdefxxxxxxxxabcdef0123456789, 1), scriptSig=)
Ping is sent every 10 minutes, if network doesn't see your node for 1 hr, it switches from PRE_ENABLED to EXPIRED.