Bitcoin Forum
May 24, 2024, 11:24:40 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
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 »
101  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ENT] Eternity - X11 - No Premine on: October 22, 2017, 10:39:21 AM
The contents of the eternitycore-0.12.1-linux64.tar.gz file can be moved to /usr/local/bin, this will allow to run and control without specifying the path

100 ENT -> 73ba90c10be4a3bec4eb8f061cf856ce07b9bd8ce050de53c2212f726daaaf39 -> EVgCha8qvpXeT52WaBQyoeXP9QdgvcRsnf

Something like substitute

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

by

Quote
tar -xzvf eternitycore-0.12.1-linux64.tar.gz -C /usr/local/bin
Huh

Not the best linux user out there  Undecided I use this tutorials to learn a bit more linux trying to make them work Smiley

Thank you very much for the tip.
102  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ENT] Eternity - X11 - No Premine on: October 22, 2017, 09:28:55 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




103  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ENT] Eternity - X11 - No Premine on: October 22, 2017, 09:14:37 AM
How can I verify that masternode is working? When can I expect first payout?
Config-->Options-->Wallet--> Check 'Show eternitynodes tab'

Then in the eternitynodes tab you will found your eternitynode Alias, address, protocol, and status. If the eternitynode is working status is ENABLED. I have received my first payment about 18 hours from node activation.

Salute
104  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PIVX] - PRIVATE INSTANT VERIFIED TRANSACTION - POS 2.0 - ZEROCOIN PROTOCOL on: October 22, 2017, 06:07:34 AM
My wallet is not syncing anymore. Which data I need to replace when installing new wallet? And how to replace it?
Close the wallet, wait till a new version of the wallet is launched in the next hours or days. Read the last two forum pages if you want more info.
105  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XRBC] ReddByteCoin PoW/PoS X11 | NO PREMINE on: October 21, 2017, 04:37:28 PM
Due to the new version of leveldb.
If you compile version 1.0.3.3 please reimport private key to new wallet version.
Or create a new one wallet.dat and send coins from the old wallet.dat to the new one wallet.dat in wallet version 1.0.3.3.
So it's not possible to use an old wallet backup file with the new version?
Salute
Old wallet not working in new wallet version 1.0.3.3.
You need to import private keys to a new wallet.
Or send coins from an old wallet to a new wallet.

Is coming soon Windows and Linux GUI wallets.
In that case this is going to be similar to a coin swap. You should inform novaexchange about this before any wallet update, it can be a headache for them in other case.

Salute
106  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ENT] Eternity - X11 - No Premine on: October 21, 2017, 12:10:53 PM
Please, eternitydevs, how can I use IPv6 eternitynode addresses¿¿¿??
Thanks

EDIT: Trying to compile new wallet following INSTALL instructions don't work. An update of that file would be very appreciated. Also tried to launch the 0.12.1.5 eternityd from eternitycore-0.12.1-linux64.tar.gz. When I enter in the new folder created when decompress and type ./eternityd the server didn't start.

Salute
Solved, eternity. conf should be configured in. .eternitycode after run eternityd
107  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PIVX] - PRIVATE INSTANT VERIFIED TRANSACTION - POS 2.0 - ZEROCOIN PROTOCOL on: October 21, 2017, 07:59:18 AM
PIVx team should really ask us the community for help in testing the next release before releasing.

I will be willing to run tests on all my machines, PIVx has given me enough and I would like to give back and help at least with just testing.  I'm sure many of us here feel the same way.

It was the case for 3.0.0 wallet. We had closed beta testing first, then we opened it up to the community and had open beta testing of zPIV wallet.
We tweeted it afaik and also made it known on slack that anyone can join the beta testing by downloading the RC wallet and provide feedback...

Congrats on having your account back.

The tests were kind of useless considering we have major issues like up to 30-40% autominting instead of 10% and everyone forking left and right and just an overall unusable network for days.

I don't think pushing multiple, such mistakes is acceptable anymore for a ~$180mil marketcap coin. I know PIVX had major issues with forks in the past and it always took a long time to fix them but it's not a small garage project anymore.



With all due respect, when you have to advise all wallets and nodes to be shut down until further notice it indicates an amateurish lack of foresight and poor planning that should be below the PIVX dev team by now.

I have to admit his opinion is totally valid for me. Back in august 2016 when darknet was a pair of devs working from home and a lot of enthusiast helping here, the forks, problems and else when passing from POW to POS were something that could happen and watched from now, almost funny. But now PIVx is an established crypto with huge resources and a big dev team. If it's necessary to pay a testnet and work in it for months, do it. Launch a proposal and have a financed testnet running 24/7/365 to be very sure of the good shape of any update. I know this is a big leap trying to integrate zerocoinlib in a POS wallet, but IMHO the team have tried to launch the wallet in Q4 maybe a bit prematurely and well, shit happens.

OTHO, I continue being confident about PIVx team, and I will try to rebuy some in the price drop I'm sure we are going to see next days. But guys, if future needs more time, let's give it the next time.

And q327K091, all of us that have been following DNET from the beginning know that st3venh4cks and the rest of the group have made a fantastic work, and I am and will be full of thanks to them forever (and my Miata too). But educated critic is necessary for the correct development of any project. This time unfortunately the update has been a mess, let's try to get some lessons learned an go ahead, because I'm sure the problem itself will be solved in few days.

Salute
108  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ENT] Eternity - X11 - No Premine on: October 21, 2017, 06:37:15 AM
Please, eternitydevs, how can I use IPv6 eternitynode addresses¿¿¿??
Thanks

EDIT: Trying to compile new wallet following INSTALL instructions don't work. An update of that file would be very appreciated. Also tried to launch the 0.12.1.5 eternityd from eternitycore-0.12.1-linux64.tar.gz. When I enter in the new folder created when decompress and type ./eternityd the server didn't start.

Salute
109  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XRBC] ReddByteCoin PoW/PoS X11 | NO PREMINE on: October 21, 2017, 06:36:03 AM
Due to the new version of leveldb.
If you compile version 1.0.3.3 please reimport private key to new wallet version.
Or create a new one wallet.dat and send coins from the old wallet.dat to the new one wallet.dat in wallet version 1.0.3.3.
So it's not possible to use an old wallet backup file with the new version?
Salute
110  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XRBC] ReddByteCoin PoW/PoS X11 | NO PREMINE on: October 20, 2017, 04:55:23 AM
dev has been quiet for more than 2 weeks, I was wondering what happened.
He made a small commit to the wallet a week ago. I suppose he keeps fighting with the lebeldb problem.

Quote

What is "...the lebelbd problem"?
When he put the new version of the wallet I compiled it and found problems to use my old wallet.dat with the new wallet version. It seems to be related with that.
Salute
111  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ENT] Eternity - X11 - No Premine on: October 19, 2017, 04:19:37 PM
So on 16-10 you guys release a wallet. with a hardfork on ehhh 16-10  Huh Roll Eyes
How the hell can we respond to that?
We have mined 1000 orphan blocks since then... really great this.
That is around 600$ worth of nothing after this nice trick....

Hail to the devs of today.  Angry Angry Angry

How did you guys inform the community anyway?
Yes, PR is not the strongest point of this team... And well, at least finally most of the nodes are running the new version.
112  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XRBC] ReddByteCoin PoW/PoS X11 | NO PREMINE on: October 19, 2017, 04:17:26 PM
dev has been quiet for more than 2 weeks, I was wondering what happened.
He made a small commit to the wallet a week ago. I suppose he keeps fighting with the lebeldb problem.

Quote
113  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XRBC] ReddByteCoin PoW/PoS X11 | NO PREMINE on: October 19, 2017, 02:05:48 PM
If you are developing a masternode this coin will become another dash clone just like pivx, then you will see a price spike as people try to buy up coins for whatever the masternode collateral is needed. This is a good thing for coin holders in the short term but I think that when it comes to the x11/masternode coin model dash is so way ahead of everyone that I don't understand why it's worth it.
Dash is a great coin and it's masternodes and funding model are great but I don't think there is really any room for any more clones of this kind of network.
I'm not a developer but I think that what is needed is something new - some new feature or niche that makes this coin special.
Like Pivx?? Wow, so dash is now a fixed POS coin with seesaw reward mechanism and zerocoinlib protocol integration for enhanced anonymity? Good for Dash. And yes, Denlon, made this coin a Dash clone like PIVx, please...
114  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ENT] Eternity - X11 - No Premine on: October 19, 2017, 01:44:19 PM
Can I mine this shitcoin with antminer D3?
Any X11 ASIC miner is valid, from a Baikal Mini to a D3
i havnt dig tools to mine this coin ,i want to ask dev ,which exchange will hit later ,i want to buy some ,if there is masternode  ,that's better.

this coin already has a masternodes so buy now price is cheap  Smiley
I would try to prepare an MN update guide for VPS this weekend
115  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ENT] Eternity - X11 - No Premine on: October 18, 2017, 04:58:07 AM
Thanks , strangely I have done that 20 times I finally got one node to sync so I went off it, most haven't updated of course and are stuck.

I have this issue too.I Cannot sync block.

There's definitively an issue here. No new blocks for almost 5 hours now and both old and new version of the wallet are completely stuck.
Yep, there is something wrong with the new version, also stucked here, and not able to reach the last block after resyncing all the blockchain throug the nodes of the new version from chainz blockexplorer...
116  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ENT] Eternity - X11 - No Premine on: October 07, 2017, 07:31:12 AM
No coins for 6 days now.  list-conf shows "ENABLED" for my two mn's.  Went to my mn's and eternitynode status says, "successfully started."  Wonder what' s going on.
2.5 min/block= 576 blocks/day. Current number on EN's= 1103. 1103/576=1.91 days. If you have started your EN's only few days ago maybe it's only due the big ammount of EN's now. In other case I can't find an explanation, my EN's continue giving me rewards, at a lower rhythm than before, but they continue working.
Salute

I've had these since mid-August.  During that time I've received a couple every other day. 
Take a look to your EN's not being stucked in a lower block than the eternity chain. I had that problem sometimes in the past. When that happened I simply stop the EN client and restart it again with

Quote
eternity-cli stop
Quote
eternityd

Just in case.

Salute
117  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ENT] Eternity - X11 - No Premine on: October 06, 2017, 06:31:02 PM
No coins for 6 days now.  list-conf shows "ENABLED" for my two mn's.  Went to my mn's and eternitynode status says, "successfully started."  Wonder what' s going on.
2.5 min/block= 576 blocks/day. Current number on EN's= 1103. 1103/576=1.91 days. If you have started your EN's only few days ago maybe it's only due the big ammount of EN's now. In other case I can't find an explanation, my EN's continue giving me rewards, at a lower rhythm than before, but they continue working.
Salute
118  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★Aluna.Social★EQT★🔹POW+POS🔹Monetizing Market Analysis On The Blockchain 📈 on: September 26, 2017, 09:32:51 AM
Are the $EQT Tokens on yobit the same as on Cryptopia and Novaexchange? The price difference between those 3 is a lot.

I'm not seeing EQT on nova
https://novaexchange.com/market/BTC_EQT/
119  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ENT] Eternity - X11 - No Premine on: September 26, 2017, 09:30:51 AM
As i understund, project have no dev team?
Well, we can say devs of this coin are very, very shy people  Grin
120  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ENT] Eternity - X11 - No Premine on: September 25, 2017, 04:46:32 AM
how to start masternode on windows wallet,  have small manual ?
I have been trying to write one for weeks, but I haven't found time. You can take a look to the PIVx manual to make windows unique masternodes, and change masternode for eternitynode in each step.

Salute
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!