Pages:
Author

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

sr. member
Activity: 616
Merit: 250
January 31, 2018, 09:52:46 PM
Hallo, how to work on translations ?

Try to ask the devs directly in pm
newbie
Activity: 11
Merit: 0
January 31, 2018, 08:46:03 AM
Hallo, how to work on translations ?
newbie
Activity: 2
Merit: 0
January 29, 2018, 10:26:33 AM
I cannot find info on how to setup masternode?
hi


Local Computer Windows:

1. Install Win wallet https://github.com/eternity-group/eternity/releases/tag/v0.12.1.6 on your LC.

2. wait for full synchronization wallet.

3. Receive a new address

4. Send coins from exchange on received address (3.).

5. console debug wallet on your LC>>> getaccountaddress EternityNode>>> Enter>>> copy Eternitynodeaddress on Notepad

6. console debug wallet on your LC>>> sendtoaddress "Eternitynodeaddress (5.)" 1000>>> Enter.

7. wait for the recommended confirmations (6.)

8. console debug wallet on your LC>>>> eternitynode outputs>>> Enter>>> copy eternitynode outputs with the index (0-1) on Notepad.

9. Close LC wallet.

10.File eternity.conf is empty.


Go to WinVPS:

1. Install Win wallet https://github.com/eternity-group/eternity/releases/tag/v0.12.1.6 on your WinVPS.

2. wait for full synchronization wallet.

3. console debug wallet on your WinVPS>>> eternitynode genkey>>> Enter>>> copy privatekey your Eternitynode on Notepad.

4. Close Wallet.

5. Open file eternity.conf on your WinVPS copy the following

  eternitynode=1
  eternitynodeprivkey= privatekey your Eternitynode (3.)
  discover=1
  externalip=xxx.xxx.xxx.xxx( your external IP address VPS):4855

save and exit.

6. Start Wallet on WinVPS. Wait for full synchronization wallet.

7. Follow on your LC.

8. In folder your LC wallet open file eternitynode.conf  copy the following

 Example: mn1 :4855

save and exit.

9. Start LC wallet.

10. In the LC wallet setup menu, select the Display tab with Eternitynode.

11. Following Eternitynode menu>>> My Eternitynode>>> Start all>>> YES>>> OK.
   















newbie
Activity: 43
Merit: 0
January 27, 2018, 11:49:05 AM
Guide for V0.12.0 nodes updating to v0.12.1.6 in servers like Vultr or VPS.ag

First of all, if you have not already stop your old node, it's time to stop it.

Quote
cd eternity-0.12.0/bin && ./eternity-cli stop

Let's update our server after that

Quote
cd
apt-get update
apt-get upgrade

It's time to download the new distro

Quote

Now we unpack it

Quote
tar -xzvf eternitycore-0.12.1-linux64.tar.gz

And start the new node:

Quote
cd eternitycore-0.12.1/bin && ./eternityd

Funny thing, in my nodes at least I didn't recieve the rpcuser and rpcpassword usual error message of the first turn on of the node, so I have to push ctrl+c and enter to exit from node execution  Huh

Now we have to configure the new eternity.conf file

Quote
cd
cd .eternitycore && nano eternity.conf

We include the usual info:

Quote
rpcuser=lonbfdsbsfbfbfdgbzfdbame
rpcpassword=longzbfbzbfdbzdbword
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
logtimestamps=1
maxconnections=256
eternitynode=1
eternitynodeprivkey=
--> We can copy the priv key from our eternitynode.conf file in the controller wallet or go to the folder .eternity and copy from the old eternity.conf file. Also we can use Winscp or a similar program to directly copy the old file in the new .eternitycore folder.

Let's start our node:

Quote
cd
cd eternitycore-0.12.1/bin && ./eternityd

See if everything is working

Quote
./eternity-cli getinfo

And made some cleaning from old instalation and tar archives if neccesary:

Quote
cd
rm -Rf eternity-0.12.0 && rm -Rf eternity-0.12.0-linux64.tar.gz && rm -Rf eternitycore-0.12.1-linux64.tar.gz && cd eternitycore-0.12.1/bin

We can also erase the old eternity blockchain folder .eternity, but I forgot about it  Shocked Grin

FInally we wait to have downloaded all the chain (it ususally is a very fast download), go to the console, restart the node with eternitynode start-alias and go to our node to check if the eternitynode is correctly started with:

Quote
./eternity-cli eternitynode status

And that's all. If you detect any mistake, please, post it to update the guide.

Salute

Ahhh, tip jar if you have some eternity to give away   Wink

EVgCha8qvpXeT52WaBQyoeXP9QdgvcRsnf






Hope this helps.

Salute
For ppl who can't find it in the thread  Tongue
this is the updated MN install procedure.

Worked for me on Virpus.com VPS
Thanks to OP

WOW! thanks a lot for finding the thread. What's the ROI and payout like for 1 MN? cheers!
newbie
Activity: 41
Merit: 0
January 26, 2018, 11:54:21 PM
Guide for V0.12.0 nodes updating to v0.12.1.6 in servers like Vultr or VPS.ag

First of all, if you have not already stop your old node, it's time to stop it.

Quote
cd eternity-0.12.0/bin && ./eternity-cli stop

Let's update our server after that

Quote
cd
apt-get update
apt-get upgrade

It's time to download the new distro

Quote

Now we unpack it

Quote
tar -xzvf eternitycore-0.12.1-linux64.tar.gz

And start the new node:

Quote
cd eternitycore-0.12.1/bin && ./eternityd

Funny thing, in my nodes at least I didn't recieve the rpcuser and rpcpassword usual error message of the first turn on of the node, so I have to push ctrl+c and enter to exit from node execution  Huh

Now we have to configure the new eternity.conf file

Quote
cd
cd .eternitycore && nano eternity.conf

We include the usual info:

Quote
rpcuser=lonbfdsbsfbfbfdgbzfdbame
rpcpassword=longzbfbzbfdbzdbword
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
logtimestamps=1
maxconnections=256
eternitynode=1
eternitynodeprivkey=
--> We can copy the priv key from our eternitynode.conf file in the controller wallet or go to the folder .eternity and copy from the old eternity.conf file. Also we can use Winscp or a similar program to directly copy the old file in the new .eternitycore folder.

Let's start our node:

Quote
cd
cd eternitycore-0.12.1/bin && ./eternityd

See if everything is working

Quote
./eternity-cli getinfo

And made some cleaning from old instalation and tar archives if neccesary:

Quote
cd
rm -Rf eternity-0.12.0 && rm -Rf eternity-0.12.0-linux64.tar.gz && rm -Rf eternitycore-0.12.1-linux64.tar.gz && cd eternitycore-0.12.1/bin

We can also erase the old eternity blockchain folder .eternity, but I forgot about it  Shocked Grin

FInally we wait to have downloaded all the chain (it ususally is a very fast download), go to the console, restart the node with eternitynode start-alias and go to our node to check if the eternitynode is correctly started with:

Quote
./eternity-cli eternitynode status

And that's all. If you detect any mistake, please, post it to update the guide.

Salute

Ahhh, tip jar if you have some eternity to give away   Wink

EVgCha8qvpXeT52WaBQyoeXP9QdgvcRsnf






Hope this helps.

Salute
For ppl who can't find it in the thread  Tongue
this is the updated MN install procedure.

Worked for me on Virpus.com VPS
Thanks to OP
newbie
Activity: 41
Merit: 0
January 26, 2018, 11:42:44 PM
Hello !
I've added Eternity to ezpool.net

------ mining settings --------------

stratum+tcp://eu.ezpool.net:4884
Username: your_eternity_address
pass : x

-----------------------------------

Good luck !

How often you payout?
Whats the fee?

Edit:
Gonna call you out on your bullshit. Mining for 16hrs, Where's my money?


whats your HPS, I think minimum payout is 0.1

This is not my pool, just it is working for me.
sorry for your trouble.
newbie
Activity: 16
Merit: 0
January 26, 2018, 11:00:31 AM
Are any devs around? 
newbie
Activity: 41
Merit: 0
January 24, 2018, 01:28:18 AM
Good pool is

pool.eternity-group.org:9208
U:
PW:x

I'm making about 15 ENT a day on a D3.
hourly payouts.
takes about 4-6 hrs to start confirming, then you will get consistent payouts from then on.
newbie
Activity: 33
Merit: 0
January 22, 2018, 01:55:24 AM
Hello !
I've added Eternity to ezpool.net

------ mining settings --------------

stratum+tcp://eu.ezpool.net:4884
Username: your_eternity_address
pass : x

-----------------------------------

Good luck !

How often you payout?
Whats the fee?

Edit:
Gonna call you out on your bullshit. Mining for 16hrs, Where's my money?
jr. member
Activity: 104
Merit: 1
January 18, 2018, 05:24:25 PM
Hello !
I've added Eternity to ezpool.net

------ mining settings --------------

stratum+tcp://eu.ezpool.net:4884
Username: your_eternity_address
pass : x

-----------------------------------

Good luck !
newbie
Activity: 23
Merit: 0
January 18, 2018, 06:41:28 AM
Any dev around? no news since october last year, project abandoned?
I would like to see this getting more life, considering is already an old blockchain, anyone knows how can we contact devs?

I have the same question than you. Is this project still alive?
full member
Activity: 151
Merit: 101
Believe in Yourself, Do Magic, Be the Magic!
January 18, 2018, 06:05:23 AM
How many ENTs are needed to script the masternode package?


you need exactly 1000 masternodes, to go page 2 or 3 from this thread and there you find all the specific info regarding the masternode programming , if you still dont find it, write me and ill share it for you whole
full member
Activity: 151
Merit: 101
Believe in Yourself, Do Magic, Be the Magic!
January 18, 2018, 06:04:11 AM
Any dev around? no news since october last year, project abandoned?
I would like to see this getting more life, considering is already an old blockchain, anyone knows how can we contact devs?
member
Activity: 209
Merit: 10
January 18, 2018, 03:55:33 AM
How many ENTs are needed to script the masternode package?
jr. member
Activity: 47
Merit: 1
January 18, 2018, 03:52:38 AM
I agree,

Would anyone care to share how to set up a masternode?

Would appreciate your help.

Thanks.

Where is masternode setup information?
jr. member
Activity: 76
Merit: 1
Crypto Enthusiast. Software engineer. System Admin
January 17, 2018, 09:03:53 AM
Where is masternode setup information?
jr. member
Activity: 126
Merit: 1
January 17, 2018, 01:04:12 AM
need more information
full member
Activity: 362
Merit: 102
January 16, 2018, 10:10:53 AM
Trying to set this masternode up. Couple questions.

Do I need to generate the masternode address via the debug window? Can I just use an existing address I've created via the receive tab?

On the VPS. When I type in ./eternity-cli getinfo, nothing happens. I did a chmod +x on the file, but that hasn't helped.

Same when I enter ./eternityd, nothing happening. Any ideas?
newbie
Activity: 40
Merit: 0
January 16, 2018, 02:11:43 AM
Any Idea about tradesatoshi and yobit exchanges??, they still have the wallets under maintenance several weeks ago!!

Mercy. I bought some on yobit for a masternode. I had no idea the wallet was in maintenance. A little popup would've been appreciated.
Pages:
Jump to: