Pages:
Author

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

full member
Activity: 196
Merit: 100
This coin is currently the cheapest MN on the market as of right now - $85 bucks

Just got me some 3 masternodes  Grin
full member
Activity: 147
Merit: 100
so can i know anyone who mining this can get how many per day with 150MH baikal Mini? can someone provide some numbers. failed to find the calculator for this coin. thanks for any help provided.

https://hexpool.com/site/mining

Making you currently: 0.00464 mBTC / MH / day = 0,696 mBTC/day

So with my 32mh I should be earning 0.14 Btc a day? Doesn't seem right??

How many ARC would I get a day with 32mh?

mBTC, not BTC.
0.00464mBTC * 32 = 0.00014848 BTC/day
member
Activity: 326
Merit: 13
so can i know anyone who mining this can get how many per day with 150MH baikal Mini? can someone provide some numbers. failed to find the calculator for this coin. thanks for any help provided.

https://hexpool.com/site/mining

Making you currently: 0.00464 mBTC / MH / day = 0,696 mBTC/day

So with my 32mh I should be earning 0.14 Btc a day? Doesn't seem right??

How many ARC would I get a day with 32mh?
sr. member
Activity: 555
Merit: 250
so can i know anyone who mining this can get how many per day with 150MH baikal Mini? can someone provide some numbers. failed to find the calculator for this coin. thanks for any help provided.
you just need to check the algo.... maybe its x11 or x13 etc
newbie
Activity: 28
Merit: 0
so can i know anyone who mining this can get how many per day with 150MH baikal Mini? can someone provide some numbers. failed to find the calculator for this coin. thanks for any help provided.

https://hexpool.com/site/mining

Making you currently: 0.00464 mBTC / MH / day = 0,696 mBTC/day
full member
Activity: 170
Merit: 100
so can i know anyone who mining this can get how many per day with 150MH baikal Mini? can someone provide some numbers. failed to find the calculator for this coin. thanks for any help provided.
sr. member
Activity: 555
Merit: 250
why when the wallet start to sync the masternodes, windows freezes and i need to reboot ? can anyone help me ?
sr. member
Activity: 560
Merit: 300
Unprofessional shitcoin trader since 2011
Hey I am trying to setup an ARC MN on windows 2008 server.

I perform all the configurations and I can start it successfully with goldminenode start-all
I goes to PRE_ENABLED for a while, then to EXPIRED

I have port 7209 opened and forwarding to the server, I used "canyouseeme.org" and checked if port 7209 is open on my IP and its successful.

"Success: I can see your service on on port (7209)
Your ISP is not blocking port 7209"


but when I do a goldminenode status, I get:

Not capable goldminenode: Could not connect to :7209

Any assistance will be helpful.

Yeah I had this same problem with mine, what I ended up doing to solve it was create a new port rule in the advance security settings in the windows firewall and it worked like a charm after that. Still waiting for my payout but now when I check the status it shows as connected successfully hope this helps!
newbie
Activity: 19
Merit: 0
Is this is still active development? Would like to invest but seems it is abandoned.
newbie
Activity: 2
Merit: 0
Hey I am trying to setup an ARC MN on windows 2008 server.

I perform all the configurations and I can start it successfully with goldminenode start-all
I goes to PRE_ENABLED for a while, then to EXPIRED

I have port 7209 opened and forwarding to the server, I used "canyouseeme.org" and checked if port 7209 is open on my IP and its successful.

"Success: I can see your service on on port (7209)
Your ISP is not blocking port 7209"


but when I do a goldminenode status, I get:

Not capable goldminenode: Could not connect to :7209

Any assistance will be helpful.
full member
Activity: 145
Merit: 100
It's a pure project, no ICO, no bounty, only better ideas to implement this project, and more information is needed to get people to know it later.
sr. member
Activity: 546
Merit: 254
ʕʘ̅͜ʘ̅ʔ
I receive a payment every 36-48 hours, so be patient.

yeah it takes some time
member
Activity: 73
Merit: 10
I receive a payment every 36-48 hours, so be patient.
sr. member
Activity: 560
Merit: 300
Unprofessional shitcoin trader since 2011
Polylogic - ArcticCoin - Masternode Guide - Windows/Linux Cold Wallet + Ubuntu 16.x VPS Masternode LINK

Part 01

Lets prepare the Cold Storage (this should work with any OS)


- Install the (Windows) Wallet and sync with Network
- Create a Address that can be reused, call it Masternode_XX
- Send 1000.01 ARC from Exchange to Masternode Address (.01 more than nessesary)
- Encrypt Wallet with Strong Password
- Backup Wallet.dat File
- Open Debug Console and type without ":
Code:
dumpprivkey "walletaddress"
- Save the Private Key to a txt file and type:
Code:
goldminenode genkey
- This is your Goldmine Key, save it aswell.
Code:
goldminenode outputs
- Save This Data too. Its your Transaction ID and IDX. We need all those keys later.


Part 02

Prepare the Linux VPS (Ubuntu 16.x)


WARNING - WARNING - WARNING - WARNING - WARNING - WARNING

if you dont know how to operate a Linux Server,
then you should think twice about setting up a Masternode Server.
Masternodes have a Public IP Address and may be subject to Intruders and Hacking attemts.
We have to properly secure the server and keep it updated.
For now, this Tutorial will provide you with a basic security but it is highly advised to
take the proper precautions and stay alert.

i will update this guide to my best knowlege, maybe one of you can give some iptables tips
and how we get fail2ban goin.


WARNING - WARNING - WARNING - WARNING - WARNING - WARNING

if you dont know what you are doing and still want to participate just copy paste the commands.

- log into your vps via ssh (i use putty)
Code:
apt update
apt upgrade

- now we change the ssh port to some number you like
Code:
nano /etc/ssh/sshd_config
change the port from 22 to your lucky number.
if you have never worked with nano:
look at the bottom, it shows the menu, press CTRL + C to Exit & Save

- restart the ssh service
Code:
service ssh restart

- now disconnect and log back in, use your new port.

- lets setup the firewall and open ports for ssh and ARC (Port 7209)
Code:
sudo ufw allow ssh
ufw limit ssh/tcp
sudo uhf allow 7209/tcp
ufw logging on

enable the firewall:
Code:
ufw enable

use ufw status and ufw disable if you need to disable the firewall.

- reboot the vps and log back in.

- check the internet on how to secure your vps, there is still much to learn.


Part 03

Install ArcticCoin


 - you should be logged into your vps as root

Code:
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
adduser arc
su - arc
mkdir arc
cd arc
su root
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 -v /home/arc/arc/bin/* /usr/local/bin/
su - arc
arcticcoind -daemon

this is it. ArcticCoin is now running, started by user arc.
verify that ArcticCoin is connected with:
Code:
arcticcoin-cli getinfo


Part 04

Enable masternode and point it to our wallet:


Code:
arcticcoin-cli stop
su root
nano /home/arc/.arcticcore/arcticcoin.conf

we now edit the configuration file, copy paste the following, edit with your data and save.
Code:
rpcuser=user
rpcpassword=password
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
staking=0

goldminenode=1
externalip=:7209
goldminenodeprivkey=

we are almost done, all we need to do now is start ArcticCoin again.
Code:
su arc
arcticcoind -daemon


Part 05

BTCBTCBTC Start the Masternode-Service and earn ARC! BTCBTCBTC


congratulations, you have come a long way, now its time to earn some money Smiley

The last step has to be done with the Cold Wallet,
edit the goldminenode config and add:
Code:
 :7209   

now restart the wallet to load the config file.
unlock wallet
enter debug console

Code:
goldminenode start-all

this is it, simple right?
your masternode is running and earning 24/7.
you can close the wallet or keep it open and synced.
Windows 10 gives you Notifications on Incomming Transactions.

here are some more tips:

Cold Wallet:
- use the debug console, try help or help goldminenode
- take a look at the masternode list and look up your Transactions ID with goldminenode list you can also see the status there.

VPS Masternode:
try goldminenode status once everything has been done to verify your node working.


sit back, enjoy and donate some ARC


i am goin to add some credits later

Really useful guide thank you for sharing! My masternode has been running for over 24 hours though and still no payout. Checked the status of it in the wallet and it said everything was good. About how long have you guys had to wait until you started seeing a payout?
newbie
Activity: 14
Merit: 0
"overall": "Successfully started 1 goldminenodes, failed to start 0, total 1",
  "detail": {
    "status": {
      "alias": "gm1",
      "result": "successful"

this what i have now can i lock my wallet back, and yes i am a novice please help Huh
sr. member
Activity: 546
Merit: 254
ʕʘ̅͜ʘ̅ʔ
Polylogic - ArcticCoin - Masternode Guide - Windows/Linux Cold Wallet + Ubuntu 16.x VPS Masternode LINK

Part 01

Lets prepare the Cold Storage (this should work with any OS)


- Install the (Windows) Wallet and sync with Network
- Create a Address that can be reused, call it Masternode_XX
- Send 1000.01 ARC from Exchange to Masternode Address (.01 more than nessesary)
- Encrypt Wallet with Strong Password
- Backup Wallet.dat File
- Open Debug Console and type without ":
Code:
dumpprivkey "walletaddress"
- Save the Private Key to a txt file and type:
Code:
goldminenode genkey
- This is your Goldmine Key, save it aswell.
Code:
goldminenode outputs
- Save This Data too. Its your Transaction ID and IDX. We need all those keys later.


Part 02

Prepare the Linux VPS (Ubuntu 16.x)


WARNING - WARNING - WARNING - WARNING - WARNING - WARNING

if you dont know how to operate a Linux Server,
then you should think twice about setting up a Masternode Server.
Masternodes have a Public IP Address and may be subject to Intruders and Hacking attemts.
We have to properly secure the server and keep it updated.
For now, this Tutorial will provide you with a basic security but it is highly advised to
take the proper precautions and stay alert.

i will update this guide to my best knowlege, maybe one of you can give some iptables tips
and how we get fail2ban goin.


WARNING - WARNING - WARNING - WARNING - WARNING - WARNING

if you dont know what you are doing and still want to participate just copy paste the commands.

- log into your vps via ssh (i use putty)
Code:
apt update
apt upgrade

- now we change the ssh port to some number you like
Code:
nano /etc/ssh/sshd_config
change the port from 22 to your lucky number.
if you have never worked with nano:
look at the bottom, it shows the menu, press CTRL + C to Exit & Save

- restart the ssh service
Code:
service ssh restart

- now disconnect and log back in, use your new port.

- lets setup the firewall and open ports for ssh and ARC (Port 7209)
Code:
ufw allow
ufw limit /tcp
ufw allow 7209/tcp
ufw logging on

enable the firewall:
Code:
ufw enable

use ufw status and ufw disable if you need to disable the firewall.

- reboot the vps and log back in.

- check the internet on how to secure your vps, there is still much to learn.


Part 03

Install ArcticCoin


 - you should be logged into your vps as root

Code:
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
adduser arc
su - arc
mkdir arc
cd arc
su root
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 -v /home/arc/arc/bin/* /usr/local/bin/
su - arc
arcticcoind -daemon

this is it. ArcticCoin is now running, started by user arc.
verify that ArcticCoin is connected with:
Code:
arcticcoin-cli getinfo


Part 04

Enable masternode and point it to our wallet:


Code:
arcticcoin-cli stop
su root
nano /home/arc/.arcticcore/arcticcoin.conf

we now edit the configuration file, copy paste the following, edit with your data and save.
Code:
rpcuser=user
rpcpassword=password
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
staking=0

goldminenode=1
externalip=:7209
goldminenodeprivkey=

we are almost done, all we need to do now is start ArcticCoin again.
Code:
su arc
arcticcoind -daemon


Part 05

BTCBTCBTC Start the Masternode-Service and earn ARC! BTCBTCBTC


congratulations, you have come a long way, now its time to earn some money Smiley

The last step has to be done with the Cold Wallet,
edit the goldminenode config and add:
Code:
:7209

now restart the wallet to load the config file.
unlock wallet
enter debug console

Code:
goldminenode start-all

this is it, simple right?
your masternode is running and earning 24/7.
you can close the wallet or keep it open and synced.
Windows 10 gives you Notifications on Incomming Transactions.

here are some more tips:

Cold Wallet:
- use the debug console, try help or help goldminenode
- take a look at the masternode list and look up your Transactions ID with goldminenode list you can also see the status there.

VPS Masternode:
try goldminenode status once everything has been done to verify your node working.


sit back, enjoy and donate some ARC


thanks to sergejnoob arc masternode guide
newbie
Activity: 28
Merit: 0
is there any information how long does it take to get paid ?

also what I should write in goldmine list to check my status ?

https://hexpool.com runs payments every two hours after blocks are mature.
newbie
Activity: 39
Merit: 0
is there any information how long does it take to get paid ?

also what I should write in goldmine list to check my status ?
sr. member
Activity: 546
Merit: 254
ʕʘ̅͜ʘ̅ʔ
i got paid 13h ago, 7.65 ARC
fits the numbers from homepage, hope it stays that way Cheesy
masternodeguide coming up:
newbie
Activity: 15
Merit: 0
Hi
I have two masternodes running since 31 July.
And recently one of the two masterternodes has received a reward of 5.85 ARC.
Pages:
Jump to: