Pages:
Author

Topic: [ANN][ENT] Eternity - X11 - No Premine - page 42. (Read 83895 times)

newbie
Activity: 45
Merit: 0
so after a few hours i check with eternitynode list-conf if everything work
what is status" : "MISSING ?

did it started successfully? maybe you have something missing on your configuration file

yup the start was a success and status was enable first but after 2 hours or so status is missing
but still masternode is enable

Come join the slack and to the very fast growing community and get help there:
https://join.slack.com/t/eternitycoin/shared_invite/MjEzNTgxMjUwNzI1LTE1MDAyMDA3MzEtZTQ3NGQyN2RkZQ
currently there are 484 masternodes and reward is delivered after ~24h
newbie
Activity: 59
Merit: 0
I'm glad to be a part of this team. I would continue posting sensible ideas and share onto it to my greatest extent.
I would love to carry this as my ad on twitter, if possible.
member
Activity: 148
Merit: 11
nice got my masternode on windows running
now we need to hype this coin like chaincoin hodl gang  Grin

I have that HODL fever to dude!  Managed to get one masternode of CHC before it exploded.  Now I'm just using extra coins from there to buy Eternity masternodes.
full member
Activity: 228
Merit: 100
so after a few hours i check with eternitynode list-conf if everything work
what is status" : "MISSING ?

did it started successfully? maybe you have something missing on your configuration file

yup the start was a success and status was enable first but after 2 hours or so status is missing
but still masternode is enable
newbie
Activity: 45
Merit: 0
so after a few hours i check with eternitynode list-conf if everything work
what is status" : "MISSING ?

did it started successfully? maybe you have something missing on your configuration file
newbie
Activity: 6
Merit: 0
it was my fault, i forgot to write down the current ip in the config file  Lips sealed

status was "enabled"
full member
Activity: 228
Merit: 100
so after a few hours i check with eternitynode list-conf if everything work
what is status" : "MISSING ?
newbie
Activity: 45
Merit: 0
great manual, thank you.
I have two questions
it has only 8 outgoing connection, and 0 incoming, is it ok?
how long will it takes to see the first income?


I got first reward after about 24h
newbie
Activity: 6
Merit: 0
great manual, thank you.
I have two questions
it has only 8 outgoing connection, and 0 incoming, is it ok?
how long will it takes to see the first income?
full member
Activity: 228
Merit: 100
nice got my masternode on windows running
now we need to hype this coin like chaincoin hodl gang  Grin
newbie
Activity: 45
Merit: 0
Guide to put a remote EN in a VPS server like Vultr or VPS.ag in Ubuntu 16.04 x64

I know that put this in root should be avoided, but don't have time to make users and so on for all the nodes I have.

After looging for the first time in the VPS follow this instructions. VPS is refered to the remote wallet. Controller wallet is the one with your ENT in your computer. If yo have installed masternodes of other coins, this is quite similar, but wording is always eternitynode.

Change default pass for security:
Quote
passwd root

Some simple firewall rules to improve security a bit:
Quote
ufw default deny
ufw logging on
ufw allow 22/tcp
ufw allow 4854/tcp
ufw allow 4855/tcp
ufw limit OpenSSH
ufw --force enable


Install the repo:
Quote

Wallet first start to create folders and files:
Quote
./eternityd

After the error message we create our eternity.conf file:
Quote
cd
cd .eternity/
nano eternity.conf

Write in it and save:
Quote
rpcuser=long random username
rpcpassword=longer random password
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
logtimestamps=1
maxconnections=256
eternitynode=1
eternitynodeprivkey=XXXX
addnode=176.65.120.174
addnode=176.65.120.5
addnode=2.95.220.18
addnode=46.119.117.105
addnode=5.19.241.85


In the controller wallet, open console and:
Quote
eternitynode genkey
You get the EN private_key
Quote
getaccountaddress
Associated address to the EN.

Send the collateral (exactly 1000 ENT in one trasaction) to the address generated before.

Back in the VPS:
Quote
cd
cd .eternity/
nano eternity.conf

Put your private_key obtained with enternitynode genkey before in the place XXXX and save.

Then:
Quote
cd
cd eternity-0.12.0/bin
./eternityd

In the wallet:
Quote
eternitynode getoutputs
We get the collateral TX_ID and TX_INDEX(0 or 1) (85898ae7956757657ced9689687687a 1 for example)

We open eternitynode.conf in our controller wallet and put a new line as:
Quote
Node-alias VPS_IP:4855 Private_key TX_ID TX_INDEX
Save the file
Close and reopen controller wallet

In VPS, check the wallet is already synced:
Quote
./eternity-cli getinfo
And take a look at block number to be sure EN is synced.

Check node creation transaction has already at least 16 confirmations. In the console:

Quote
Eternitynode start-alias

Message : eternitynode succesfully started blablablablabla...

Back in the VPS:
Quote
./eternity-cli eternitynode status

   "status" : "Eternitynode successfully started"

And done. My nodes have the bad habit to fall down every 10-15 days, take a look sometimes to their status with:
Quote
eternitynode list-conf

Donation address (give me a bit of your returns, I'm a poor man Wink ) : EenLewAUJNYR2EWVd4qRCyq7vrzysLkpRb

Salute, and any correction will be appreciated.


berron would be great if you have also manual for miners, I saw that some people had problems setting them up.
newbie
Activity: 56
Merit: 0
newbie
Activity: 45
Merit: 0
How much do you have to hold for a masternode?

1000 coins Smiley
newbie
Activity: 56
Merit: 0
How much do you have to hold for a masternode?
newbie
Activity: 2
Merit: 0
newbie
Activity: 45
Merit: 0
Guide to put a remote EN in a VPS server like Vultr or VPS.ag in Ubuntu 16.04 x64

I know that put this in root should be avoided, but don't have time to make users and so on for all the nodes I have.

After looging for the first time in the VPS follow this instructions. VPS is refered to the remote wallet. Controller wallet is the one with your ENT in your computer. If yo have installed masternodes of other coins, this is quite similar, but wording is always eternitynode.

Change default pass for security:
Quote
passwd root

Some simple firewall rules to improve security a bit:
Quote
ufw default deny
ufw logging on
ufw allow 22/tcp
ufw allow 4854/tcp
ufw allow 4855/tcp
ufw limit OpenSSH
ufw --force enable


Install the repo:
Quote

Wallet first start to create folders and files:
Quote
./eternityd

After the error message we create our eternity.conf file:
Quote
cd
cd .eternity/
nano eternity.conf

Write in it and save:
Quote
rpcuser=long random username
rpcpassword=longer random password
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
logtimestamps=1
maxconnections=256
eternitynode=1
eternitynodeprivkey=XXXX
addnode=176.65.120.174
addnode=176.65.120.5
addnode=2.95.220.18
addnode=46.119.117.105
addnode=5.19.241.85


In the controller wallet, open console and:
Quote
eternitynode genkey
You get the EN private_key
Quote
getaccountaddress
Associated address to the EN.

Send the collateral (exactly 1000 ENT in one trasaction) to the address generated before.

Back in the VPS:
Quote
cd
cd .eternity/
nano eternity.conf

Put your private_key obtained with enternitynode genkey before in the place XXXX and save.

Then:
Quote
cd
cd eternity-0.12.0/bin
./eternityd

In the wallet:
Quote
eternitynode getoutputs
We get the collateral TX_ID and TX_INDEX(0 or 1) (85898ae7956757657ced9689687687a 1 for example)

We open eternitynode.conf in our controller wallet and put a new line as:
Quote
Node-alias VPS_IP:4855 Private_key TX_ID TX_INDEX
Save the file
Close and reopen controller wallet

In VPS, check the wallet is already synced:
Quote
./eternity-cli getinfo
And take a look at block number to be sure EN is synced.

Check node creation transaction has already at least 16 confirmations. In the console:

Quote
Eternitynode start-alias

Message : eternitynode succesfully started blablablablabla...

Back in the VPS:
Quote
./eternity-cli eternitynode status

   "status" : "Eternitynode successfully started"

And done. My nodes have the bad habit to fall down every 10-15 days, take a look sometimes to their status with:
Quote
eternitynode list-conf

Donation address (give me a bit of your returns, I'm a poor man Wink ) : EenLewAUJNYR2EWVd4qRCyq7vrzysLkpRb

Salute, and any correction will be appreciated.

Thanks for the guide, I've just added a masternode Smiley

Also for those who need it more visually I found a video on youtube: https://www.youtube.com/watch?v=yaeZ-qKgK7I&feature=youtu.be

newbie
Activity: 45
Merit: 0
Hi there!

I bought ENT to make a node also. I saw that the community doesnt have a facebook and I did one https://www.facebook.com/groups/1926495864238631/
I have just created a Slack for the tutorials to make the nodes. https://eternitycoin.slack.com/
Thanks


Can you post the slack invitation instead? since its not possible to join without it. thanks Smiley
newbie
Activity: 14
Merit: 0
on linux server remotely when i enter the command ./eternity-cli it says it can not connect to the server, same on my local computer can anyone please assit.
Thank you
sr. member
Activity: 506
Merit: 250
Is the coin still mineable?
full member
Activity: 228
Merit: 100
with the right dev this coin can go some where
takeover time  Tongue
Pages:
Jump to: