Pages:
Author

Topic: [ANN][NEVA] NevaCoin | PoS 2.0 / PoW Hybrid | Blake2s PoW | NO Premine | - page 36. (Read 126652 times)

newbie
Activity: 46
Merit: 0
Version 1.2 of the Nevacoin wallet is ready to download for windows.

Changes to the PoS protocol will become active after block 100000 so make sure to upgrade before that.

https://github.com/Nevacoin/nevacoin/releases/tag/v1.2

Windows executable .zip

]Windows Installer


Download links in the OP updated.



Can you make Linux binaries too, please.
full member
Activity: 126
Merit: 100
★YoBit.Net★ 350+ Coins Exchange & Dice
hero member
Activity: 746
Merit: 500
Version 1.2 of the Nevacoin wallet is ready to download for windows.

Changes to the PoS protocol will become active after block 100000 so make sure to upgrade before that.

https://github.com/Nevacoin/nevacoin/releases/tag/v1.2

Windows executable .zip

Windows Installer


Download links in the OP updated.

sr. member
Activity: 364
Merit: 260
--- ChainWorks Industries ---
someone could help me install the wallet on Linux and mine.

Do you want to solo mine? Have you ever compiled a wallet on linux before?

Here is what you need to do:

Open a terminal and first install the dependencies:
Code:
sudo apt-get update 
sudo apt-get install build-essential libssl-dev libboost-all-dev libdb5.1 libdb5.1-dev libdb5.1++-dev libtool git ntp make g++ gcc autoconf cpp ngrep iftop sysstat autotools-dev pkg-config libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler libqrencode-dev

Then clone the git repo and compile the wallet:

Code:
git clone https://github.com/Nevacoin/nevacoin.git && cd nevacoin && qmake && make

If you just copy and paste the commands above you should have no problems. In the end you will have "nevacoin-qt" in the nevacoin folder, just dubble click it and it will run the wallet.

If you have any issues you can PM me.

thats IF you have a debian based system - like ubuntu ...

redhat based systems - like fedora or centos - are much more difficult ... believe me - i build these wallets on my fedora 23 x64 systems ...

in any case - i will compile and test the new code soon @krile .. im very ill at the moment and it seems to be getting worse - so ill only pop in the office when im able - as ive been having a LOT of staking rejects in my wallet ... hopefully monday ill be well enough to work through the day ...

your philosiphy and mine are very similar ( as ive been the same with development for granite and now ozziecoin ( just recently took over - or adopted ) ) ... slow and steady ...

tanx for keeping at it mate ...

#crysx
hero member
Activity: 746
Merit: 500
someone could help me install the wallet on Linux and mine.

Do you want to solo mine? Have you ever compiled a wallet on linux before?

Here is what you need to do:

Open a terminal and first install the dependencies:
Code:
sudo apt-get update 
sudo apt-get install build-essential libssl-dev libboost-all-dev libdb5.1 libdb5.1-dev libdb5.1++-dev libtool git ntp make g++ gcc autoconf cpp ngrep iftop sysstat autotools-dev pkg-config libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler libqrencode-dev

Then clone the git repo and compile the wallet:

Code:
git clone https://github.com/Nevacoin/nevacoin.git && cd nevacoin && qmake && make

If you just copy and paste the commands above you should have no problems. In the end you will have "nevacoin-qt" in the nevacoin folder, just dubble click it and it will run the wallet.

If you have any issues you can PM me.
hero member
Activity: 746
Merit: 500
someone could help me install the wallet on Linux and mine.

Do you want to solo mine? Have you ever compiled a wallet on linux before?
hero member
Activity: 746
Merit: 500
where is 1.1.1? I see 1.10 in first post?

Nevacoin network shows new versions (https://chainz.cryptoid.info/neva/#!network) and there's new commits in github repository.

I assume that @dev is testing new (upcoming) versions.

Yes I am testing a new version. The windows wallets should be ready by the end of today. A change in the PoS code that I hope will fix the issues some people are having. I said I hope since I am unable to replicate this issue myself...

The changes will kick in at block 100000, so there is no change if you install the 1.2 version right now...

Stay tuned Smiley
hero member
Activity: 746
Merit: 500
@Dev,any development plan for Neva in the future?

Nothing big, main thing is keeping the network stable. Main development right now is towards a mobile wallet.

My philosophy is slow and stable growth, so I am not in a rush to make anything big happen anytime soon.

But I am happy with the amount of people that are interested in the coin. For many of them it is the first crypto coin that they tried out which achieved my purpose of getting more people interested into cryptocurrencyes in general.
newbie
Activity: 1
Merit: 0
someone could help me install the wallet on Linux and mine.
newbie
Activity: 46
Merit: 0
where is 1.1.1? I see 1.10 in first post?

Nevacoin network shows new versions (https://chainz.cryptoid.info/neva/#!network) and there's new commits in github repository.

I assume that @dev is testing new (upcoming) versions.
full member
Activity: 121
Merit: 100
@Dev,any development plan for Neva in the future?
legendary
Activity: 1151
Merit: 1001
For me, PoS seems to be working ok.

I mainly use my Linux wallet for PoS, it does not fail PoS about never, but my windows wallet seems to have sometimes some generated but not accepted.

Maybe Linux wallet does not just show them but i follow from block explorer that it has lots of good PoS stakes.

Anyway i am getting good PoS results, FYI..

26 connections in my windows wallet.

here is screenshot, todays PoS good, except one not accepted.

How much coins in wallet?
I think that amount of coins has impact on accepted blocks.
I had 10% accepted ratio with 500 coins in the wallet
legendary
Activity: 1151
Merit: 1001
where is 1.1.1? I see 1.10 in first post?
sr. member
Activity: 364
Merit: 260
--- ChainWorks Industries ---
What's new with v1.1.1? PoS fixes?

it looks it ...

target spacing has been reverted back to 60mins in the core ...

@krile - do you think this may fix the PoS reject issue? ...

https://github.com/Nevacoin/nevacoin/commit/56ca12e8adfb3cc7517f750b5257ccaedc6ac15f?diff=split ...

#crysx
newbie
Activity: 46
Merit: 0
What's new with v1.1.1? PoS fixes?
sr. member
Activity: 364
Merit: 260
--- ChainWorks Industries ---
For me, PoS seems to be working ok.

I mainly use my Linux wallet for PoS, it does not fail PoS about never, but my windows wallet seems to have sometimes some generated but not accepted.

Maybe Linux wallet does not just show them but i follow from block explorer that it has lots of good PoS stakes.

Anyway i am getting good PoS results, FYI..

26 connections in my windows wallet.

here is screenshot, todays PoS good, except one not accepted.


thats really good ...

all mine are linux based also - and looks nothing like that ...

o well ...

#crysx
newbie
Activity: 46
Merit: 0
For me, PoS seems to be working ok.

I mainly use my Linux wallet for PoS, it does not fail PoS about never, but my windows wallet seems to have sometimes some generated but not accepted.

Maybe Linux wallet does not just show them but i follow from block explorer that it has lots of good PoS stakes.

Anyway i am getting good PoS results, FYI..

26 connections in my windows wallet.

here is screenshot, todays PoS good, except one not accepted.
sr. member
Activity: 364
Merit: 260
--- ChainWorks Industries ---
14GH atm

In last 2 days I have 10 mined with PoS blocks - 1 accepted. After adding nodes usually I have 7 active connections, but...

Time to realize PoS is broken and no point holding coins Tongue

hence - read back on my previous posts about the PoS system ...

i cannot give any 'improvement' advice currently - but i can give results ...

out of 15 on mine - one accept ...

also the reason why i wont hold too many neva ...

#crysx
legendary
Activity: 1151
Merit: 1001
 14GH atm

In last 2 days I have 10 mined with PoS blocks - 1 accepted. After adding nodes usually I have 7 active connections, but...

Time to realize PoS is broken and no point holding coins Tongue
member
Activity: 79
Merit: 10
The net hashrate is only 4GH/S now. Angry
Pages:
Jump to: