Bitcoin Forum
April 23, 2024, 06:41:51 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 [14] 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 »
  Print  
Author Topic: Arctic Coin (ARC), No premine, Evolution over 1 year  (Read 81807 times)
striker7334 2.0
Sr. Member
****
Offline Offline

Activity: 560
Merit: 300


Unprofessional shitcoin trader since 2011


View Profile
August 03, 2017, 07:25:28 AM
 #261

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=<YOUR_PUBLIC_VPS_IP_ADDRESS>:7209
goldminenodeprivkey=<YOUR_MASTERNODEKEY>

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:
<MASTERNODENAME-ALIAS> <YOUR_PUBLIC_VPS_IP_ADDRESS>:7209 <YOUR_GOLDMINE_KEY> <YOUR_TRANSACTION_ID> <IDX>

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?

1713897711
Hero Member
*
Offline Offline

Posts: 1713897711

View Profile Personal Message (Offline)

Ignore
1713897711
Reply with quote  #2

1713897711
Report to moderator
1713897711
Hero Member
*
Offline Offline

Posts: 1713897711

View Profile Personal Message (Offline)

Ignore
1713897711
Reply with quote  #2

1713897711
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
cody_772
Member
**
Offline Offline

Activity: 73
Merit: 10


View Profile
August 03, 2017, 07:56:45 AM
 #262

I receive a payment every 36-48 hours, so be patient.
polylogic
Sr. Member
****
Offline Offline

Activity: 546
Merit: 254


ʕʘ̅͜ʘ̅ʔ


View Profile
August 03, 2017, 08:04:13 AM
 #263

I receive a payment every 36-48 hours, so be patient.

yeah it takes some time

.Presale LIVE..Crypto Visa EU OUT NOW.✔ ◾ Bonus Payments.
Cashback ✔ ◾ Rainshowers ✔ ◾ Ambassador Bounty
Founding the next way of banking D E Z E N T R A L I Z E D


|







2gether.global






|


AI optimized
Community driven
Personal banking



❌ VFA Approved
✅ ERC-20 Token
⚠⚠ Join presale now!



Website
Twitter
BTCT ANN
malcolml4
Full Member
***
Offline Offline

Activity: 145
Merit: 100


View Profile
August 03, 2017, 01:07:33 PM
 #264

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.
randomi
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
August 03, 2017, 07:59:01 PM
 #265

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 <IP> 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 <IP>:7209

Any assistance will be helpful.
whitelightercarl
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
August 03, 2017, 11:40:29 PM
 #266

Is this is still active development? Would like to invest but seems it is abandoned.
striker7334 2.0
Sr. Member
****
Offline Offline

Activity: 560
Merit: 300


Unprofessional shitcoin trader since 2011


View Profile
August 04, 2017, 04:22:35 AM
 #267

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 <IP> 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 <IP>: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!

dellzxd
Sr. Member
****
Offline Offline

Activity: 555
Merit: 250


View Profile
August 04, 2017, 10:54:16 AM
 #268

why when the wallet start to sync the masternodes, windows freezes and i need to reboot ? can anyone help me ?
TheFoes
Full Member
***
Offline Offline

Activity: 170
Merit: 100


View Profile
August 04, 2017, 01:21:05 PM
 #269

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.

   ⚡⚡ PRiVCY ⚡⚡   ▂▃▅▆█ PRiVCY (PRIV) is a new PoW/PoS revolutionary privacy project  ☞ Best privacy crypto-market! █▆▅▃▂
    Own Your Privacy! ───────────────── WebsiteGithub  |  Bitcointalk  |  Twitter  |  Discord  |  Explorer ─────────────────
   ✯✯✯✯✯                 ✈✈✈[Free Airdrop - Starts 9th June][Tor]✈✈✈ ║───────────║ Wallet ➢ Windows  |  macOS  |  Linux
hexpool.com
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile WWW
August 04, 2017, 01:32:52 PM
 #270

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
dellzxd
Sr. Member
****
Offline Offline

Activity: 555
Merit: 250


View Profile
August 04, 2017, 03:50:15 PM
 #271

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
big kid
Member
**
Offline Offline

Activity: 323
Merit: 12


View Profile
August 04, 2017, 04:01:26 PM
 #272

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?
2xjO9M3P
Full Member
***
Offline Offline

Activity: 147
Merit: 100


View Profile
August 04, 2017, 04:09:24 PM
 #273

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
vergegod
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
August 04, 2017, 04:14:24 PM
 #274

This coin is currently the cheapest MN on the market as of right now - $85 bucks

Just got me some 3 masternodes  Grin
striker7334 2.0
Sr. Member
****
Offline Offline

Activity: 560
Merit: 300


Unprofessional shitcoin trader since 2011


View Profile
August 04, 2017, 04:20:30 PM
 #275

This coin is currently the cheapest MN on the market as of right now - $85 bucks

Just got me some 3 masternodes  Grin

Yeah it is pretty cheap atm I'm planning to run at least if not 5. Payouts may take forever but should definitely be worth it. So is this a community project with no active dev or is the dev just silent on here and prefers to stick with other platforms?

big kid
Member
**
Offline Offline

Activity: 323
Merit: 12


View Profile
August 04, 2017, 05:41:39 PM
 #276

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

My bad... so more profitable to mine btc on my toaster then lol
2xjO9M3P
Full Member
***
Offline Offline

Activity: 147
Merit: 100


View Profile
August 04, 2017, 07:02:40 PM
 #277

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

My bad... so more profitable to mine btc on my toaster then lol

Pretty much, yeah. You'll need asics to mine this at any kind of profit
dellzxd
Sr. Member
****
Offline Offline

Activity: 555
Merit: 250


View Profile
August 04, 2017, 11:51:00 PM
 #278

why when the wallet start to sync the masternodes, windows freezes and i need to reboot ? can anyone help me ?
dellzxd
Sr. Member
****
Offline Offline

Activity: 555
Merit: 250


View Profile
August 04, 2017, 11:51:12 PM
 #279

why when the wallet start to sync the masternodes, windows freezes and i need to reboot ? can anyone help me ? heeeelp
vortexz
Legendary
*
Offline Offline

Activity: 1120
Merit: 1001



View Profile
August 05, 2017, 08:16:28 PM
 #280

I am having 50mpbs internet speed but sync is way too slow....
is there a way to speed it up?
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 [14] 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!