Pages:
Author

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

legendary
Activity: 1764
Merit: 1022
in wallet   -settings- - options- -wallet-  sellect all the options, and you get a tab with Goldminenodes in the wallet ,and you can see how the masternode is working

This is good to know since I was not aware they had that tab as an option but now i know. I see that I have had one reward to my master node so it looks like all is working as it should.

legendary
Activity: 1764
Merit: 1022


I was under the impression that one could run multiple goldmines in 1 wallet? Was i wrong?

Im getting expired or pose_ban on any additional mines after the first one?

Any tips?

Only 1 node per IP, as MN only run on port 7209.
You can control several MN from one single wallet, though.

I just got my first Arctic Coin GoldMineNode up and running. I have not received my first reward yet but it shows that it is running is the 'goldminenode list'
full member
Activity: 147
Merit: 100


I was under the impression that one could run multiple goldmines in 1 wallet? Was i wrong?

Im getting expired or pose_ban on any additional mines after the first one?

Any tips?

Only 1 node per IP, as MN only run on port 7209.
You can control several MN from one single wallet, though.
full member
Activity: 625
Merit: 125
I'm planning to setup a PoS station for ARC.
How many ARC will I need to get good staking returns?
I have a Windows Server for staking that can run 24x7.

Appreciate any advise. Did not read the entire thread but if there a links to assist a noob will be greatly appreciated.  Thanks!

Hi
ARC only "stakes" via a masternode. Instructions on how to start are on the website. You will need 1000 coins to start a masternode. Currently I receive roughly 7 coins a day via the masternode. Good Luck!

Thanks for the info! So, if I start with 1000 coins on a masternode, that would give 7 coins on a 24 hours cycle? That's a good ROI!
member
Activity: 160
Merit: 10
I'm planning to setup a PoS station for ARC.
How many ARC will I need to get good staking returns?
I have a Windows Server for staking that can run 24x7.

Appreciate any advise. Did not read the entire thread but if there a links to assist a noob will be greatly appreciated.  Thanks!

Hi
ARC only "stakes" via a masternode. Instructions on how to start are on the website. You will need 1000 coins to start a masternode. Currently I receive roughly 7 coins a day via the masternode. Good Luck!
full member
Activity: 625
Merit: 125
I'm planning to setup a PoS station for ARC.
How many ARC will I need to get good staking returns?
I have a Windows Server for staking that can run 24x7.

Appreciate any advise. Did not read the entire thread but if there a links to assist a noob will be greatly appreciated.  Thanks!
hero member
Activity: 742
Merit: 505


I was under the impression that one could run multiple goldmines in 1 wallet? Was i wrong?

Im getting expired or pose_ban on any additional mines after the first one?

Any tips?
newbie
Activity: 20
Merit: 0
hi

how many payments should i recieve from a masternode ?
i only got 1 payment in 3 days is it normal to get only 1 payment ?



full member
Activity: 147
Merit: 100
i have checked the issue, and now i have this :

    "outputIndex": "1",
    "status": "NEW_START_REQUIRED"

i closed my wallet and launched it again. i wait many hours and i still have "NEW START REQUIRED"

What should i do ?

First of; NEW START refers to the MN, not the wallet. I.e. restarting your wallet does nothing.
Start the MN (goldminenode start-all, assuming you have only one, or if several they are all stopped).
It should change back to PRE_ENABLED. If after an hour it reverts back to NEW START, it's time to troubleshoot your network. Is firewall allowing traffic on 7209? Is the port open in your router and forwarded correctly? etc etc
newbie
Activity: 52
Merit: 0
no dev team to answer my small question HuhHuhHuh  Embarrassed
newbie
Activity: 30
Merit: 0
Step by Step Setup for a ARC Maternode

Here you can create your own Virutal Linux Server https://www.vultr.com/?ref=7160524  2,99$ per month -  Payment Methods:    PayPal -  CreditCard - Bitcoin

Vultr is a well known and professional Cloud Hosting company!


I used #ubuntu 16.04

apt-get update

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

add-apt-repository ppa:bitcoin/bitcoin -y
apt-get update
apt-get install libdb4.8-dev bsdmainutils libdb4.8++-dev -y

mkdir ~/arc
cd ~/arc
apt-get install wget nano -y
wget https://github.com/ArcticCore/arcticcoin/releases/download/v0.12.1.2/arcticcore-0.12.2-linux64.tar.gz
tar -xvf arcticcore-0.12.2-linux64.tar.gz
mv arcticcore-0.12.1/* ./
rm arcticcore-0.12.2-linux64.tar.gz
rm -r arcticcore-0.12.1/

cp ~/arc/bin/arcticcoind /usr/local/bin/
cp ~/arc/bin/arcticcoin-cli /usr/local/bin/
cp ~/arc/bin/arcticcoin-tx /usr/local/bin/

mkdir -p /root/.arcticcore
nano /root/.arcticcore/arcticcoin.conf
```
rpcuser=user
rpcpassword=ASecurePasswordThatYouDontNeedToRemember
server=1
```

arcticcoind -daemon
arcticcoin-cli getinfo
arcticcoin-cli getnewaddress 0
=>


Save the output of the last command, this is the
you'll send your ARC to.

Send EXACTLY 1000 ARC this
 (`1000.01` from cryptopia)

Then list transaction:
arcticcoin-cli listtransactions

and get the `txid`

```
arcticcoin-cli getbalance
=> 1000.00000000
```

```
arcticcoin-cli goldminenode genkey
=>
arcticcoin-cli stop
nano ~/.arcticcore/arcticcoin.conf
```

And change the file into:
```
server=1
listen=1
daemon=1
goldminenode=1
goldminenodeprivkey=
externalip=
```

Then:
```
arcticcoind -daemon

arcticcoin-cli goldminenode outputs
=> {
  "xxxx": "IDX"
}
```

Wait until your tx has 15 transactions (check with `arcticcoin-cli listtransactions`)


Note the "IDX" value and open the file `~/.arcticcore/goldminenode.conf`.

nano ~/.arcticcore/goldminenode.conf

Add the following line:
```
mn1 :7209
```

Then `arcticcoin-cli goldminenode start`.

Check your goldmine is connected by doing:

```
arcticcoin-cli goldminenode list | grep
  "TXID-IDX": "PRE_ENABLED"
```

After 20-30 min you should see:
```
arcticcoin-cli goldminenode list | grep
  "AAAAA-B": "ENABLED"
```

Check http://www.vultr.com/?ref=7160524  for good hosting prices... dont trust services where you dont own the private keys!!

Have Fun with your Masternode !  Wink



newbie
Activity: 27
Merit: 0
newbie
Activity: 52
Merit: 0
i have checked the issue, and now i have this :

    "outputIndex": "1",
    "status": "NEW_START_REQUIRED"

i closed my wallet and launched it again. i wait many hours and i still have "NEW START REQUIRED"

What should i do ?
newbie
Activity: 52
Merit: 0
hi,

i just try to start the masternode, but i got this issue :

"goldminenode": {
    "alias": "gm1",
    "address": "xx.xxx.xx.xxx:7209",
    "privateKey": "6vxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxgU",
    "txHash": "b5xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx26d5",
    "outputIndex": "1",
    "status": "EXPIRED"

what should i do ?

thanks
newbie
Activity: 3
Merit: 0
re are ready nodes for the Arctic:
http://www.mp-hosting.co.uk/cart.php?gid=5
Just set up your wallet.
newbie
Activity: 107
Merit: 0
After payment, leave the address below in the message to send 10000 ARC
newbie
Activity: 107
Merit: 0
Admission address 0.05 Bitcoin

17g8sRAorzwf7oUESex5EPEQkHQdDomjTe
newbie
Activity: 107
Merit: 0
That there is everything I sell is no longer necessary
newbie
Activity: 107
Merit: 0
I sell 10000 ARC for 500 satosh
newbie
Activity: 33
Merit: 0
Hi!

I have 2000ARC. but I don't know open masternode. You can help me?
Pages:
Jump to: