Pages:
Author

Topic: Arctic Coin (ARC), No premine, Evolution over 1 year - page 32. (Read 82005 times)

full member
Activity: 560
Merit: 113
Sounds great, do you have any screenshots of the mobile wallets you can share?
member
Activity: 106
Merit: 10
I've managed to work out routing to get hairpin NAT working on the container.  Now I'm having weird issues with arcoin masternode itself.  I've setup masternodes before and haven't had this kind of an issue.

Here's the error:

Code:
./arcticcoin-cli goldminenode start-all
{
  "overall": "Successfully started 0 goldminenodes, failed to start 1, total 1",
  "detail": {
    "status": {
      "alias": "mn1",
      "result": "failed",
      "errorMessage": "Could not allocate txin ac3996eb97abaed1b6dbe45ec83bb17e7b66477d6f95af7b63030a218b6164bf:1 for goldminenode 127.0.0.1:7209"
    }
  }
}

I've tried index 0 just for kicks, and changing the IP to external.  As you can see: http://explorer.arcticcoin.org/address/AXyHbyP7t4JJEcEfxyY3WdC3wMEcjyzkMT

The transaction checks out as you can see above and here:

Quote
./arcticcoin-cli listtransactions
[
  {
    "account": "MN1",
    "address": "AXyHbyP7t4JJEcEfxyY3WdC3wMEcjyzkMT",
    "category": "receive",
    "amount": 1001.99000000,
    "label": "MN1",
    "vout": 1,
    "confirmations": 488,
    "bcconfirmations": 488,
    "blockhash": "000000000039abeff8a7a77af121b2bf002145fd1267dd5e505bd047976d778e",
    "blockindex": 1,
    "blocktime": 1504450195,
    "txid": "ac3996eb97abaed1b6dbe45ec83bb17e7b66477d6f95af7b63030a218b6164bf",
    "walletconflicts": [
    ],
    "time": 1504450195,
    "timereceived": 1504450216,
    "bip125-replaceable": "no"
  }
]

So what's happening?
full member
Activity: 219
Merit: 100
The ARC dev team is working on the development of mobile wallets for Android & iOS, so Beta version is coming soon...
member
Activity: 106
Merit: 10
My status keeps going to New_Start_Required (after it has said enabled previously), I then start alias again and it will go to pre-enabled and then to successfully enabled which I thought meant that the goldminenode was active.  I installed everything last Monday, so it has been around 6 days.  I installed an eternity node a day later and have already received 2 deposits but none from arc.  When I type on goldminestatus when it says, "New_Start_Required", it says: "Not capable goldminenode: Goldminenode in NEW_START_REQUIRED state" but then when I restart it goes to enabled and says, "Goldminenode successfully started".  This has happened several times.  Any suggestions? 

I think the networking core in ARC coin needs to be updated.  I also have a BTDX MN running in a container, that has less issues.   ARC is missing the 'masternodeaddr' variable (I guess it would be goldmineaddr in this case) which would allow ARC to better connect to the network since the internal and public IP's are different and it can't seem to detect them.
member
Activity: 98
Merit: 10
CAN ANYONE PLEASE TELL ME HOW TO SETUP MULTIPLE GOLDMINENODES Huh i have lots of ip...


for the multiple nodes .. or all the lazy ppl Cheesy




echo #!/bin/bash > arcinstall.sh
echo apt-get update >> arcinstall.sh
echo apt-get install -y build-essential software-properties-common autoconf libssl-dev libboost-dev libboost-chrono-dev libboost-filesystem-dev libboost-program-options-dev libboost-system-dev libboost-test-dev libboost-thread-dev sudo automake git >> arcinstall.sh
echo add-apt-repository ppa:bitcoin/bitcoin -y >> arcinstall.sh
echo apt-get update >> arcinstall.sh
echo apt-get install libdb4.8-dev bsdmainutils libdb4.8++-dev -y >> arcinstall.sh
echo mkdir ~/arc >> arcinstall.sh
echo cd ~/arc >> arcinstall.sh
echo apt-get install wget nano -y >> arcinstall.sh
echo wget https://github.com/ArcticCore/arcticcoin/releases/download/v0.12.1.2/arcticcore-0.12.2-linux64.tar.gz >> arcinstall.sh
echo tar -xvf arcticcore-0.12.2-linux64.tar.gz >> arcinstall.sh
echo mv arcticcore-0.12.1/* ./ >> arcinstall.sh
echo rm arcticcore-0.12.2-linux64.tar.gz >> arcinstall.sh
echo rm -r arcticcore-0.12.1/ >> arcinstall.sh
echo cp ~/arc/bin/arcticcoind /usr/local/bin/ >> arcinstall.sh
echo cp ~/arc/bin/arcticcoin-cli /usr/local/bin/ >> arcinstall.sh
echo cp ~/arc/bin/arcticcoin-tx /usr/local/bin/ >> arcinstall.sh
echo mkdir -p /root/.arcticcore >> arcinstall.sh
echo chmod 700 arcinstall.sh
~/arcinstall.sh

then just do nano / edit cfg file -  nano .arcticcore/arcticcoin.conf ... put your info there and ctrl+x / save

Voila! have fun

PS. make sure you secure your vps properly ... change your ssh port + install firewall and block all the prts you're not ussing + maybe fail2ban .. be creative .. don't leave your VPS as is!
member
Activity: 106
Merit: 10
"goldmining" on a container is working.


We need a 'masternodeaddr' or a 'goldmineaddr' which doesn't exist.   Since I don't have NAT loopback setup, it can't detect my MN.
sr. member
Activity: 756
Merit: 250
Can someone confirm if you can run a masternode on a raspberry pi 3 for this coin ?

And does someone have some instructions for that ? would be awesome Cheesy

someone that knows how to setup masternode on a raspeberry? if someone expert does we could add the guide in main thread
full member
Activity: 156
Merit: 100
Hello,
This coin start before one year,have development team some roadmap or plan with artic coin..
thanks in advice
newbie
Activity: 38
Merit: 0
"Binance will start a “Community coin per month” program.  Each month, Binance will list a community voted coin on our exchange, without any listing fees."

https://binance.zendesk.com/hc/en-us/articles/115001308592

It would be cool to see Arctic on Binance!
Sounds interesting. Doubt we can make it happen as there are so many coins with bigger community then ours.
newbie
Activity: 60
Merit: 0
I set up ARC node on the 30th and haven't gotten a coin yet.   It says "ENABLED" so I can only presume it's working.   How often do you guys receive a payment?

It should be fine, I've seen on the slack channel that it can take 5 days for a payout recently, I'm waiting too
newbie
Activity: 31
Merit: 0
I set up ARC node on the 30th and haven't gotten a coin yet.   It says "ENABLED" so I can only presume it's working.   How often do you guys receive a payment?
sr. member
Activity: 555
Merit: 250
one masternode status is enabled and other is pre enabled... what i need to do to have two masternodes on one pc ? i have two ips.
sr. member
Activity: 555
Merit: 250
CAN ANYONE PLEASE TELL ME HOW TO SETUP MULTIPLE GOLDMINENODES Huh i have lots of ip...
newbie
Activity: 60
Merit: 0
"Binance will start a “Community coin per month” program.  Each month, Binance will list a community voted coin on our exchange, without any listing fees."

https://binance.zendesk.com/hc/en-us/articles/115001308592

It would be cool to see Arctic on Binance!
newbie
Activity: 60
Merit: 0
I need help!
I ran the ArcticCoin masternode over 10 days. I use VPS. But today did not receive a Coin Sad


Does your masternode status display "Enabled"?
member
Activity: 98
Merit: 10
rewards for mn are usually sent every 2 days ... what kind of issue do you have? did you get any payments in those 10 days?
newbie
Activity: 24
Merit: 0
I need help!
I ran the ArcticCoin masternode over 10 days. I use VPS. But today did not receive a Coin Sad
full member
Activity: 560
Merit: 113
What you'll lose in mining rewards, you'll make up for in increased prices Smiley
member
Activity: 98
Merit: 10
we'll see how it goes .. it dropped a bit .. but still doing ok
newbie
Activity: 38
Merit: 0
More and more miners/masternode owners->less rewards per person....Arcticcoin is picking up
Volume on the exchanges is also growing
Pages:
Jump to: