Bitcoin Forum

Alternate cryptocurrencies => Announcements (Altcoins) => Topic started by: angrywasp on May 01, 2018, 10:27:26 AM



Title: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: angrywasp on May 01, 2018, 10:27:26 AM
I am releasing a new coin which aims to be ASIC, GPU and NiceHash resistant. The nodes are up and i would like people to direct just a little hash towards it to test if the theory works

Discord: https://discord.gg/jsdbEns (https://discord.gg/jsdbEns)
Source: http://bitbucket.org/nerva-project/nerva (http://bitbucket.org/nerva-project/nerva)
Block Explorer: http://explorer.getnerva.org (http://explorer.getnerva.org)
Trading on Altex: https://altex.exchange/markets&pair=BTC_XNV (https://altex.exchange/markets&pair=BTC_XNV)

This is very early days. The blockchain went live 5 minutes ago and a few people invited to the discord have just started mining it with single CPU cores.

This post will be updated with more info very shortly. There is much to write, but i want to get the word out as fast as possible

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

Technical details

Name: NERVA
Ticker: XNV
Total Supply: 18 million + tail emission
Block Reward: 70
Block Time: 60 seconds
Maturity: 10 blocks
Algorithm: Cryptonight Adaptive
Premine: 1% (180,000 XNV)

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

Cryptonight Adaptive algorithm

The algorithm is the most important part of this coin. For too long cryptocurrencies have been plagued by ASIC's centralizing hash power, NiceHash being used as a tool to attack blockchains and centralized hash rates on major pools forking chains and placing coins into the hands of big mining operations. NERVA aims to rectify this.

The idea is quite simple. Create a hash algorithm that changes automatically at regular intervals each time breaking support in ASICS, mining pools and GPU mining software. Where the only option left is solo mining with a daemon and wallet. The first release is based on the Monero v7 algorithm present in the latest Masari hard fork with a few differences. Firstly, the scratchpad has been halved, like Cryptonight lite. Secondly we adapted the ASIC resistant changes from Alloy (XAO) which changes the number of mixing functions at each hard fork to instead change every block. The number of mixing functions is automatically incremented every block and reset every 1024 blocks

This first implementation, while crude should make it difficult to adapt GPU miner and pool code to this algorithm. My ultimate aim is to further the development of crypto in the true spirit of crypto. Decentralized and easily accessible to everyone

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

Premine

A 1% premine was included in the genesis block (180,000 coins). Additionally each of the 3 seed nodes in place is currently mining with 1 CPU core. This is a temporary measure to establish the network and will be stopped when independent miners start contributing to the network. At the time of writing the dev account contains 187,663 coins.

The only plan for these funds is to secure exchange listing and ongoing server costs running the seed nodes. Any left over funds will be redistributed to the community.

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

Goals

In the near term, there are 2 major works to be completed. Firstly a block explorer needs to be implemented. This way i can provide some transparency to the dev account and where the funds are going
Secondly a Windows CLI wallet and GUI wallet for Linux and Windows. I do not have access to Windows so am unable to build a wallet at the moment. Perhaps there is potential for a bounty on this issue

In the mid to long term exchange listing becomes a priority as well as the flashy website and marketing that most coins these days like to lead with.

It has to be very strongly stated though that the main focus is on the coins code development. Exchange listing comes second to reward miners for supporting the coin.

So feel free to drop into the discord and have a chat

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

Mining

First you need to download and build the source code. Binaries exist for Ubuntu 16.04, Wijndows are on the way as soon as i get myself in front of a windows computer, which i don't have
Then use nerva-wallet-cli to create a wallet. Just follow the prompts.
Then use nervad --start-mining <wallet address> <num cores> to start mining



Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: Kirday on May 01, 2018, 10:49:51 AM
For pool


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: unstreet on May 01, 2018, 10:50:17 AM
windows?


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: BuneepB on May 01, 2018, 10:54:16 AM
Give me a windows wallet will push shit load of cpu hash power.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: angrywasp on May 01, 2018, 11:07:50 AM
I updated my first post. Currently i do not have access to windows, only Linux. I will work on getting a Windows VM up and running and get a binary compiled. The source code is available for anyone who would like to DIY a wallet


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: rgsnedds on May 01, 2018, 11:09:04 AM
I updated my first post. Currently i do not have access to windows, only Linux. I will work on getting a Windows VM up and running and get a binary compiled. The source code is available for anyone who would like to DIY a wallet

can you give a proper set of instructions.. your bitbucket directs me to Masari Project!?


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: cryptoblackhat on May 01, 2018, 11:11:01 AM
Are you planning to create a brand new wallet from scratch, or maintain a fork of another popular open source wallet that already exists?

I'd be wary of installing something brand new with a small development team, so if possible I would suggest capitalizing on the open source options available to lend people increased trust in your wallet security.

Looks like a great idea though, all the best with the new coin development. I like the implementation of the Cryptonight algorithm.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: Murphydre on May 01, 2018, 11:18:03 AM
Let's see what's your plans with this.
Going to join your discord...

Nice 1,waiting...


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: angrywasp on May 01, 2018, 12:21:07 PM
The coin mainnet is live and we already have people in the discord hashing away and finding blocks.

As to resistance. GPU mining is technically possible. However it would require a rewriting of existing mining and pool software to do it. Xmr-stak for example precompiles the mining algorithm and loads it into memory. When the algorithm changes when a new block is detected the algorithm needs to be recompiled and xmr-stak needs to be killed and relaunched. This is why xmr-stak can't switch coins on different algos. So you can mine it with a GPU technically, just current GPU miners are not coded in a way to change algo on the fly. Moreover GPU miners do not get data on the current block height which is used to change some algo parameters to create the variance. Therefore pool code needs to be refactored to broadcast this information to GPU miners.

So as you can see it would be quite difficult to build a GPU miners or edit and existing one to mine this coin. Future development of the coin will work on developing more ways to randomize the algorithm which would simply make it infeasible for a GPU miner to be developed. By extension if GPU miners can't be developed, Nicehash can not be deployed against the coin.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: MacronMiner on May 01, 2018, 12:25:02 PM
It's so weird. If for you CN is CPU only and GPU-resistant, I think that you must stop to dev this coin.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: hsb on May 01, 2018, 12:31:11 PM
CPU only is so great,everyone can mine with old laptop  :)


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: themen1260 on May 01, 2018, 03:11:32 PM
Res


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: Apula on May 01, 2018, 10:54:58 PM
I have not seen any blockchain software company before. Lets see if it will be succesful


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: rusuct on May 01, 2018, 11:06:14 PM
waiting for windows wallet


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: angrywasp on May 02, 2018, 02:54:53 AM
I have to admit. I greatly underestimated the demand for a windows wallet. That's my mistake and I'll own that. Sorry to anyone that feels let down. I have a windows vm installed and working on getting the build environment set up. I am at work now, but I should have it out by the end of the day.

If anyone would like to build a windows wallet and share it I'll throw some coins your way to get you started.

Also check out the discord. I am going to be more active in there and can help people get started quicker than through a forum


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: angrywasp on May 02, 2018, 10:08:51 AM
A member of the discord channel has built a windows binary and kindly shared it. He has also claimed a bounty for it

https://www.dropbox.com/s/s8ihd4tymgeu36i/nerva%20w64%20binaries.zip?dl=0 (https://www.dropbox.com/s/s8ihd4tymgeu36i/nerva%20w64%20binaries.zip?dl=0)

It is x64 built on Windows 7.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: pliuhkam on May 02, 2018, 03:29:57 PM
A member of the discord channel has built a windows binary and kindly shared it. He has also claimed a bounty for it

https://www.dropbox.com/s/s8ihd4tymgeu36i/nerva%20w64%20binaries.zip?dl=0 (https://www.dropbox.com/s/s8ihd4tymgeu36i/nerva%20w64%20binaries.zip?dl=0)

It is x64 built on Windows 7.

Big thanks, I try to mine this ISIC killer 8)


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: biggiemco on May 02, 2018, 08:14:06 PM
It's so weird. If for you CN is CPU only and GPU-resistant, I think that you must stop to dev this coin.


CPU mining only is best, read Bitcoin white paper, Satoshi wanted everyday people with computers to be able to mine it.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: angrywasp on May 02, 2018, 10:38:26 PM
The discord is very active right now. For people interested, i suggest checking it out

https://discord.gg/fZfUNw (https://discord.gg/fZfUNw)

Quote
CPU mining only is best, read Bitcoin white paper, Satoshi wanted everyday people with computers to be able to mine it.

This is part of the reasoning behind it. Besides the threat of ASICs and NiceHash every cryptonight coin faces, Crypto in general has become extremely commercialized. The arms race to build every bigger and faster mining rigs has been ongoing for some time, where the main people profiting are the big companies, like NVIDIA, AMD, Samsung and all the other companies making GPU components.

Meanwhile the electricity produced to run these rigs is getting extremely out of hand. I have read articles that bitcoins estimated power consumption could power some European countries. Mostly dirty power from China. This is bad for the environment and something we don't need as the doomsday clock ticks closer to midnight.

So we need to change the way we think about generating crypto. Or more to the point, we need to rethink if the way we are doing things is sustainable in the long term. I don't believe it is. Everyone with a PC has a CPU, everyone with a PC can mine NERVA with a couple of cores with only a minimal increase in power consumption. No need for expensive GPU rigs with ever increasing ROI. No need to destroy the environment and add to the profits of major corporations. Instead we go back to placing a decentralized currency in decentralized hands. A responsible and sustainable cryptocurrency in the true vision of Satoshi.

Also, nethash has climbed to nearly 30Kh/s since it's launch a few days ago, which is phenomenal for a solo mined CPU coin. Shows me that people agree with the principles of NERVA and i thank all those that have jumped on board and supported the cause


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: faber0 on May 02, 2018, 11:17:45 PM
a doubt about mining soil, how will I know when I found something?


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: dddudidd on May 02, 2018, 11:47:27 PM
thanks for the information
for a project on mining I believe this project has been successful, because it has prepared a really big supply, I am sure many are interested in this project


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: visax on May 03, 2018, 12:34:20 AM
Reserved, to indonesian translate
let me know, if you interest and confirm  :)


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: cangliang1121 on May 03, 2018, 09:34:19 AM
Dear miners, the first XNV mining pool is online now. Welcome! The pool fee is only 0.4%. Set your mining machine to xnv.youpool.io:5558

You can use port 3338(for low-end mining machines), 5558 and 7778(for high-level mining machines).

youpool.io/XNV (http://youpool.io)


If you have any questions, you can ask in our Discord server: https://discord.gg/Rvbu7Cr (https://discord.gg/Rvbu7Cr)

Happy mining!


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: djuragan on May 03, 2018, 09:39:04 AM
This NERVA coins sound interesting, it offer a single core CPU mining.
Perhaps with this, we could mine while we're working with our computer without getting disturbed with the drop on performance.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: ktod on May 03, 2018, 10:03:00 AM
Firstly a block explorer needs to be implemented.
Have you server for build up it?


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: darkmaster_888 on May 03, 2018, 11:28:45 AM
100 kHash. Too much for solo mining and for new project. I think somebody launch the pool and mine it.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: SpinningTruth on May 03, 2018, 02:07:42 PM
Is there a way to see your hashrate when solo-mining this?

edit: nvm, found it

(It's the 'show_hr' daemon command for anyone else who might have missed it)

edit2: Also the 'status' daemon command.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: esprit577 on May 04, 2018, 07:00:10 AM
In fact, it seems to me that any algorithm can be cracked, if it has enough price and market value, it is worth the risk of the factory to exploit, because it needs strong capital and technology to support it.But the new algorithm can bring short-term or long-term good support.The cryptonight Adaptive variable algorithm is still very novel.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: angrywasp on May 08, 2018, 12:35:53 PM
Block explorer:
http://explorer.getnerva.org

The high hashrate is because a couple of people have pointed big servers at it.

Youpool.io does not have a pool for it.

Feel free to join us on the discord if you have any queries. You will get a faster response there


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: minerja on May 08, 2018, 01:37:54 PM
Block explorer:
http://explorer.getnerva.org

The high hashrate is because a couple of people have pointed big servers at it.

Youpool.io does not have a pool for it.

Feel free to join us on the discord if you have any queries. You will get a faster response there

200KH/s - impossible to solo mine from daemon now - someone has a pool
Please help us out dev

J


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: Hashing9000 on May 08, 2018, 05:17:02 PM
Yes, the difficulty has increased dramatically as this coin is becoming more and more popular.
It is already virtually impossible to find a block as a solo miner on a home pc, even with a decent cpu.

It sounds like one of the goals for this coin is to make it accessible to everyone with a pc, you even said "Everyone with a PC has a CPU, everyone with a PC can mine NERVA."
If that is the goal for this coin, I feel that pools are necessary, because as it is now, the only people who are finding blocks are those with giant cpu mining farms, powerful servers, etc.
Getting 1 nerva a day from a pool would be better than throwing hashes into the air and never finding a block.
I know its still possible to find the occasional block, but this coin is so new, the hashrate/difficulty will only keep increasing if/when it gets more attention, this problem is only going to get worse until only those with cpu farms can bother mining it.

I agree that solo mining is a nice idea to avoid centralization from pools etc, but I feel like it is impractical and will not help the coin in the long run.
The only other option I can see would be to dramatically reduce both block time and reward per block, but I'm not sure if that is an effective solution or even actually feasible, and even if it were, would eventually lead to the same situation we have now anyways once the difficulty increases enough, unless the block time itself was somehow systematically reduced with difficulty..

Anyways I am very excited for this project, and I hope you can take the time to read my thoughts and consider adding support for pools for this coin, or perhaps creating a bounty for someone else to make it possible.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: PlanetCrypto on May 09, 2018, 06:51:07 AM
When I was doing SOLO mining, I often had forks. Now, there is a lot of convenience behind the block explorer, with the height of the block that can be referenced. It is great.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: poplar1987 on May 09, 2018, 01:12:22 PM
I am waiting for a pool~


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: internetfloozy on May 09, 2018, 01:18:22 PM
Found 5 blocks in under 24 hours using a Dell PowerEdge server so working good so far. A pool is needed for the little fish though if you want to stay true to your announcement. Honestly, it has been a long time before a pool operator as picked this up.

Maybe contact the owners of https://cryptoknight.cc and they can help out.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: ktod on May 09, 2018, 02:08:12 PM
500kh? The Great moment are ocurs!


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: platzdubble on May 11, 2018, 12:14:06 PM
Solo mining only is a great way to promote Decentralization. Really excited about this project - plus the Dev has submitted applications to TradeOgre and Altex, so it'll be nice to see an exchange listing soon!


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: Faber_0 on May 13, 2018, 04:41:53 AM
NERVA listed in altex exchange !! nice !! https://altex.exchange/ (https://altex.exchange/register&ref=384)


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: mimainer777 on May 13, 2018, 09:22:20 AM
Where is the pool?


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: ktod on May 13, 2018, 10:15:51 AM
Where is the pool?
No pool. Solo mining only.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: angrywasp on May 14, 2018, 02:13:00 AM
NERVA has been listed on Altex. Currently got a few trades and The order books are filling.
Still waiting on a reply from TradeOgre and an application was made today to Palitanx.

Overall, progress is being made very quickly. 2 weeks almost to the day from the mainnet going live to the first exchange listing. Could not have imagined 2 weeks ago that this is where we would be at. It really shows that people believe in the idea and are willing to support it.

Development is continuing and going strong. Next up is a GUI wallet. It is also noted the difficulty small miners are facing. On the discord, we are discussing the options in how to realise a mining pool that will help small miners, while trying to resist the centralisation that inevitably occurs with new coins with few pools. Work has started on the code needed to pool NERVA, however a GUI wallet has been raised as a greater need right now, so that will be done first.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: Marizy on May 14, 2018, 03:34:44 AM
A good project, I advise you and your relatives who use crypto currency. Thank you!
egretia


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: zdl666 on May 14, 2018, 05:58:29 AM
Name: NERVA
Ticker: XNV
Total Supply: 18 million + tail emission
Block Reward: 70
Block Time: 60 seconds
Maturity: 10 blocks
Algorithm: Cryptonight Adaptive
Premine: 1% (180,000 XNV)


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: platzdubble on May 14, 2018, 07:00:16 PM
I find myself getting more excited about hitting blocks than I did when I was pool mining. This just makes it more rewarding imo, and so much fun. Also - there really needs to be a subreddit for this coin! Get the word out and grow the community


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: angrywasp on May 15, 2018, 12:02:52 AM
I don't have enough positive karma for a subreddit. Been a lurker for too long.

NERVA has been on altex for 2 days now and #10 for trade volume. Currently outdoing some well established coins. The strength of NERVA is amazing. People seem to really like the idea of solo CPU mining, but the nethash is growing and it is getting harder. So get over to altex and get some. It is currently trading for 600 sats, but that situation is going to change soon


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: fbastage2 on May 15, 2018, 12:28:58 AM
I could not find ubuntu binaries.  where?


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: endlessskill on May 15, 2018, 09:43:48 AM
Linux binaries pls!


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: Hashing9000 on May 15, 2018, 11:24:20 PM
Is solo mining not just the opposite of decentralization?

Pools are a point of centralization, since solo mining doesn't go through a 3rd party (pools) that must be relied on, it is therefore less centralized.


because a few people getting more coins?

That could be said for every coin.. (more hash=more coins), but has nothing to do with pool vs. solo mining. The only difference is that rewards come more randomly when solo than on a pool, but they average the same (solo ends up paying out slightly more even due to no fees to the pool, not to mention pool downtime, scam pools, etc.). So as long as the difficulty is low enough to find blocks in a reasonable amount of time it shouldn't matter.

For the time being, the difficulty is still low enough to find blocks with a typical single cpu (even if you only find a block every day or even few days, it is surprisingly profitable for a cpu mined coin, based on the booming trade volume on altex). Eventually, the difficulty could, and probably will soon at this rate, rise to the point where its simply not practical to keep solo mining with small amounts of hash power.


Anyways, it seems its not the case that the coin can't be pool mined, just that it requires changes to existing pool code to be compatible with its algorithm.

The dev has said in the discord channel that he will make the changes needed so that it can be pool mined, so hopefully by the time the small miners get pushed out of any realistic chance of finding a block, they can continue mining on a pool for steady payouts.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: senbojiaju on May 15, 2018, 11:41:20 PM
Payment order?????


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: leandro996 on May 16, 2018, 12:37:57 AM

how many coins can you get with a cpu i5 and 8gigas of memory the project is recent someone has the link to pool for windows


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: platzdubble on May 16, 2018, 01:04:34 AM
https://bitbucket.org/nerva-project/nerva-wallet

with an i5 you may get a block every 18-48 hours I would imagine depending on difficulty

edit* there are no pools for Nerva, it is solo mined only. That said, the link I posted is for the wallet that will allow you to mine XNV


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: Hashing9000 on May 16, 2018, 02:35:41 AM
EDIT:









New Announcement thread for NERVA for more information about the coin:

https://bitcointalk.org/index.php?topic=4312695.0









Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: gonhunter on May 16, 2018, 03:49:01 AM
behind the success there is hard work of the team. It proves that nothing better than seal.seal provides the best ease and solution on the authenticity of the product because it is safe and effective. good project, success always for seal


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: myfamilyisthebest01 on May 17, 2018, 08:46:15 AM
I have not seen any blockchain software company before. Lets see if it will be succesful


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: chand-o on May 17, 2018, 10:29:21 AM
Hi

I'm new to mining (starting this week) just a bit of hobby to pass the time. I have started mining NERVA and followed the simple guide post earlier for win 10. It has been going for about 24hrs and my wallet shows 0.0000000000. I get that solo is a slow process but compare to other mining i have tried this week normally after a day at least some of the zeros have changed.

Admittedly i am using win 7 not 10 but it seems to be working. I have triple checked the wallet address. Is they a way i check its doing the right thing other than the status option?

Cheers!


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: platzdubble on May 17, 2018, 06:08:53 PM
As we seem to be a rapidly growing community, feel free to visit us and subscribe to our subreddit: https://www.reddit.com/r/Nerva/


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: Hashing9000 on May 17, 2018, 08:18:48 PM
Hi

I'm new to mining (starting this week) just a bit of hobby to pass the time. I have started mining NERVA and followed the simple guide post earlier for win 10. It has been going for about 24hrs and my wallet shows 0.0000000000. I get that solo is a slow process but compare to other mining i have tried this week normally after a day at least some of the zeros have changed.

Admittedly i am using win 7 not 10 but it seems to be working. I have triple checked the wallet address. Is they a way i check its doing the right thing other than the status option?

Cheers!

Hey there! What is your hashrate it shows when you type status? If you have a hashrate it should be working as far as I know. Don't get discouraged; the thing with mining this coin is that you won't find blocks very often, but when you do it's a big payout; the current block reward is ~65 coins (and total supply is 18 mil). My hashrate is about 370 h/s and I'm finding pretty much 1 block a day on average. So from there you might be able to get an estimate of how long to expect to find a block (for example, with 185 h/s or half of my hashrate, you might expect roughly 1 block every 2 days. Remember this is an average so luck plays a factor; you could easily go a few days without a block, and then find a few in one day sort of thing.

That being said, I just checked and the network hashrate is currently at 1.2 mh/s, which is roughly twice what it was when I wrote the guide a couple days ago.. though it tends to fluctuate a fair bit, the network is definitely growing fast. This just means there are twice as many people trying to mine the same amount of available coins, so you might only find blocks about half as often as I said above, because your portion of the networks hashrate is less, therefore your portion of the rewards will be less.

Hope that helps, if you have more questions consider joining the discord channel, there are plenty of people who know much more than me who are willing to help people out, and the dev is very active there and helpful as well  ;)


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: platzdubble on May 17, 2018, 10:06:14 PM
If anyone wants to sell some XNV for Steam Games - https://www.reddit.com/r/Nerva/comments/8k85te/want_to_spend_some_xnv_steam_games_are_here/


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: PlanetCrypto on May 18, 2018, 05:57:09 AM
I think XNV can open up a new field with its own advantage algorithm, just like XMR, open the initial state of the algorithm.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: ranggenga on May 18, 2018, 06:14:16 AM
Is there any link to your website or some whitepaper that we can learn about this project?
As I can say that understanding more about a project could give another strength to work with the project :D


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: Hashing9000 on May 18, 2018, 09:19:23 AM
Hi

I'm new to mining (starting this week) just a bit of hobby to pass the time. I have started mining NERVA and followed the simple guide post earlier for win 10. It has been going for about 24hrs and my wallet shows 0.0000000000. I get that solo is a slow process but compare to other mining i have tried this week normally after a day at least some of the zeros have changed.

Admittedly i am using win 7 not 10 but it seems to be working. I have triple checked the wallet address. Is they a way i check its doing the right thing other than the status option?

Cheers!

Hey there! What is your hashrate it shows when you type status? If you have a hashrate it should be working as far as I know. Don't get discouraged; the thing with mining this coin is that you won't find blocks very often, but when you do it's a big payout; the current block reward is ~65 coins (and total supply is 18 mil). My hashrate is about 370 h/s and I'm finding pretty much 1 block a day on average. So from there you might be able to get an estimate of how long to expect to find a block (for example, with 185 h/s or half of my hashrate, you might expect roughly 1 block every 2 days. Remember this is an average so luck plays a factor; you could easily go a few days without a block, and then find a few in one day sort of thing.

That being said, I just checked and the network hashrate is currently at 1.2 mh/s, which is roughly twice what it was when I wrote the guide a couple days ago.. though it tends to fluctuate a fair bit, the network is definitely growing fast. This just means there are twice as many people trying to mine the same amount of available coins, so you might only find blocks about half as often as I said above, because your portion of the networks hashrate is less, therefore your portion of the rewards will be less.

Hope that helps, if you have more questions consider joining the discord channel, there are plenty of people who know much more than me who are willing to help people out, and the dev is very active there and helpful as well  ;)

Thanks for this explanation... if i mine with 2 computers on one i.p. that have each about 60 hashes (old computers from 2006) how are my changes?..can i count it as one worker with 120 hashes or 2 workers with 60 hashes?
I hope that u know what i want to say..it's hard to explain because my english is not that great
In theory it should be the same chance to find blocks whether its 1x120 or 2x60. Based on my estimates above, I would expect very roughly 2 maybe 3 blocks a week on average for you, or 1 every 2-3 days (across both machines together not each), also the network hashrate dropped a bit and is only 800kh now, so it should be slightly easier to find blocks atm.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: platzdubble on May 18, 2018, 04:57:24 PM
Nerva Twitter just launched: https://twitter.com/NervaCurrency


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: Xalia on May 18, 2018, 06:15:11 PM
Devs are the leading researchers in France and China, they have the best ideas to make them, good luck!
Egretia


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: johnhg464 on May 19, 2018, 07:10:06 PM
how many coins can you get with a cpu i5 and 8gigas of memory the project is recent someone has the link to pool for windows


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: senbojiaju on May 20, 2018, 09:42:53 AM
tradeogre.com
This exchange can not be considered


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: platzdubble on May 20, 2018, 01:14:57 PM
tradeogre.com
This exchange can not be considered

Why would TradeOgre not want to be considered? They do some pretty good volume and are a great next-step for young coins such as Nerva.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: platzdubble on May 20, 2018, 01:22:03 PM
how many coins can you get with a cpu i5 and 8gigas of memory the project is recent someone has the link to pool for windows

You'll probably land a block every couple / few days if the hash & diff stay stable. As for a pool; this is a solo mined coin only (and CPU only for that matter as well). The 'Cryptonight Adaptive' PoW algorithm is unique to Nerva and encourages serious decentralization.

Download the wallet (listed in the 1st post in this ANN), open the Daemon and start mining :) Best of luck and welcome to Nerva!


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: Kliv73 on May 20, 2018, 08:52:03 PM
3 days and 1 hours 0 blocks
speed 100h/s


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: senbojiaju on May 21, 2018, 09:20:25 AM
When did XNV appear in tradeogre?
Waiting???


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: mutual.consent on May 22, 2018, 05:54:55 AM
OP is it accurate to say this is GPU resistant when you've based your implementation on Monero, Masari and Alloy - all of which are GPU minable? What CPU specific functions have you implemented that make a GPU miner difficult to implement? Would a solo GPU miner not be possible?


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: PlanetCrypto on May 22, 2018, 10:41:14 AM
Is there a mining pool?I can hardly solo to the block now. The only thing I can do is wait for the pool.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: platzdubble on May 22, 2018, 01:58:30 PM
Is there a mining pool?I can hardly solo to the block now. The only thing I can do is wait for the pool.

There are no pools, and for those that don't want to wait for their XNV: https://altex.exchange/markets&pair=BTC_XNV

Patience is needed to mine, and is also why this coin is valuable.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: platzdubble on May 22, 2018, 02:03:47 PM
Looks like Nerva is going to be listed on CoinLib.io soon - https://coinlib.io/coin/XNV/Nerva

There's no data yet - just the landing page.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: davidcrumble2 on May 23, 2018, 11:02:21 AM
Is there any link to your website or some whitepaper that we can learn about this project?
As I can say that understanding more about a project could give another strength to work with the project


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: platzdubble on May 23, 2018, 12:19:00 PM
Is there any link to your website or some whitepaper that we can learn about this project?
As I can say that understanding more about a project could give another strength to work with the project

http://getnerva.org/#motivation

There is a link to the Developer Motivations behind the creation of Nerva


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: valgandar on May 23, 2018, 06:21:14 PM
With 1MH/s network hashrate, I start to disbelieve the claim of GPU/ASIC/NH resistance.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: Lindsburke on May 23, 2018, 06:32:34 PM
Is there a whitepaper or even a one-pager that we can read to learn more about this project?


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: petrovicsmith1 on May 24, 2018, 12:19:56 PM
behind the success there is hard work of the team. It proves that nothing better than seal.seal provides the best ease and solution on the authenticity of the product because it is safe and effective. good project, success always for seal


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: vietcool on May 24, 2018, 12:51:33 PM
One day we will become real investors


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: platzdubble on May 25, 2018, 09:29:31 PM
TradeOgre now has BTC - XNV pairs if you want to trade your Nerva there - https://tradeogre.com/exchange/BTC-XNV



Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: Sgsg666 on May 26, 2018, 06:10:10 AM
What pools are out there?
Short answer, None. NERVA is intended to be a solo mined, with CPU only.

From FAQ, so no hopes for pools? is there any calculator out there for solo mining?


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: Morros on May 26, 2018, 07:27:09 PM
This is nice that users can mine with their computer CPUs - the idea is attractive. Just I wanted to see more explanation on the technical algorithm of resistance from you. What if Xmr-stak is continuously relaunched?


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: devilking6105 on May 27, 2018, 09:23:56 AM
Nerva Update!!! Fork at block 44500!!!!

NERVA is ready for a hardfork. v6 will occur at block 45000 at approximately 02:00 UTC on 1st June 2018
Short notice i know, but regular miners will have noticed some instability in the blockchain. This update hopes to remedy some of those issues and provide a better user experience.
You MUST update you miners to the latest version before block 45000, which will be

0.1.2.1: "Phoebus"

https://bitbucket.org/nerva-project/nerva

Over the course of the next few hours i will be updating the binary releases and will let everyone know when they are available to download on the website.
Please also note that the current trading exchanges for NERVA do not have very good communication and may not be updated in time for the fork. So please do not place any deposits or withdrawls to either exchange around this date until it is verified the exchanges have updated wallets. No support is provided for, or liability accepted for coins lost in transactions with exchanges.

More info on Nerva Discord Channel

https://discord.gg/jsdbEns


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: frrsan on May 27, 2018, 10:11:33 AM
https://i.imgur.com/jjW2iSf.jpg
Hello,
Dear developers, We've added your excellent currency to our mining pool.
I will be appreciated if you add our mining pool's link to the common posts.

Best regards,
Frrsan Pool team

http://www.frrsan.com/
--------------------------------------

We have low fees (0,5%)

automatic payout every 2hours.

No registration needed.

Start your miner with:

Code:
-a cryptonight -o stratum+tcp://frrsan.com:3355 -u <WALLET_ADDRESS> -p c=XNV


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: Kliv73 on May 28, 2018, 07:05:58 AM
https://i.imgur.com/jjW2iSf.jpg
Hello,
Dear developers, We've added your excellent currency to our mining pool.
I will be appreciated if you add our mining pool's link to the common posts.

Best regards,
Frrsan Pool team

http://www.frrsan.com/
--------------------------------------

We have low fees (0,5%)

automatic payout every 2hours.

No registration needed.

Start your miner with:

Code:
-a cryptonight -o stratum+tcp://frrsan.com:3355 -u <WALLET_ADDRESS> -p c=XNV

No connection


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: cattano on May 28, 2018, 07:39:35 AM
How much is the success rates  of the mining with just a single CPU core?
Can we use any CPU to do this solo CPU miners?


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: Atiss on May 28, 2018, 02:17:41 PM
3 days 600h/s - 0


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: daniel.roman on May 28, 2018, 04:59:03 PM
3 days 600h/s - 0
yes is imposible to find a block


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: DjemBoot on May 28, 2018, 05:04:52 PM
3 days 600h/s - 0

Nethash is too high atm... I still don't believe if this coin is only for cpu mining.  ???


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: valgandar on May 28, 2018, 06:08:01 PM
3 days 600h/s - 0

Nethash is too high atm... I still don't believe if this coin is only for cpu mining.  ???
Of course it's not. Obviously there are GPUs (or even ASICs) mining this. I really doubt it is so well known to the point of so many CPUs mining it to be such high hashrate. My big question now is to figure if this being labeled as a CPU only coin (but not being in the reality) is intentional or not.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: ktod on May 28, 2018, 06:10:12 PM
3 days 600h/s - 0
yes is imposible to find a block
Why impossible? 600 * 24 * 60 * 60 * 3 = 155520000 = 155M hashs. Current net difficulty is 33M. 155/33 = 4.7 = 470% effort is a bad luck and is NOT impossible.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: PlanetCrypto on May 29, 2018, 04:00:40 AM
We can see that the altex trade is not very active, and there is no open pool recently, but SOLO is very difficult, I think we should open up a pool and get more people involved so that we can keep XNV going.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: platzdubble on May 30, 2018, 08:54:27 PM
We can see that the altex trade is not very active, and there is no open pool recently, but SOLO is very difficult, I think we should open up a pool and get more people involved so that we can keep XNV going.

This is what gives XNV it's value - it requires patience to mine. It's not 'harder' than other coins, as a pool would provide a few coins a day, versus a whole block reward of coins when a block is found. Long term average makes this a non issue. That said, if people want Nerva now (and I don't blame them), then TradeOgre is getting some pretty good volume now.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: platzdubble on May 30, 2018, 08:57:37 PM
3 days 600h/s - 0

Nethash is too high atm... I still don't believe if this coin is only for cpu mining.  ???
Of course it's not. Obviously there are GPUs (or even ASICs) mining this. I really doubt it is so well known to the point of so many CPUs mining it to be such high hashrate. My big question now is to figure if this being labeled as a CPU only coin (but not being in the reality) is intentional or not.

I would like to see data to back up your suggestion that there are GPU's and ASICs mining this. The dashboard at: https://freeboard.io/board/EV5-se has 500 H/s (Ryzen or Intel i7 systems can hit this hashrate) has a block at 1 - 1.5 days on average. At current prices that's almost 30,000 Sats in 24 hours. This is easily the most sats that can be made with CPU mining, freeing up my GPU's to mine Masari. Win / Win.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: minerja on May 30, 2018, 11:36:10 PM
3 days 600h/s - 0

Nethash is too high atm... I still don't believe if this coin is only for cpu mining.  ???
Of course it's not. Obviously there are GPUs (or even ASICs) mining this. I really doubt it is so well known to the point of so many CPUs mining it to be such high hashrate. My big question now is to figure if this being labeled as a CPU only coin (but not being in the reality) is intentional or not.

I would like to see data to back up your suggestion that there are GPU's and ASICs mining this. The dashboard at: https://freeboard.io/board/EV5-se has 500 H/s (Ryzen or Intel i7 systems can hit this hashrate) has a block at 1 - 1.5 days on average. At current prices that's almost 30,000 Sats in 24 hours. This is easily the most sats that can be made with CPU mining, freeing up my GPU's to mine Masari. Win / Win.

Whilst i agree that their probably isnt a gpu miner or asic, i have to say you are talking rubbish with the 30,000 sats. I earn many times more than than cpu ming with my Ryzen 7. You just gotta look much harder.
J


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: PlanetCrypto on May 31, 2018, 03:16:58 AM
The block cannot be updated when I update my wallet. Has the problem with the fork not been fixed yet?


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: ktod on May 31, 2018, 06:43:52 AM
ASIC for algo 4 weeks age? Are you seriously?  ;D


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: ktod on June 01, 2018, 05:15:55 AM
The algo was changed by hardfork? Looks like hashrate was increased in two times.

My congratulations for the first coin hardfork successful.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: Megalucker1 on June 01, 2018, 05:31:15 AM
For mining this coin is not yet created there is no pool or mining in a pool is impossible? If the second - then the founder of something modified in your ASIC (this has happened on the forum) and while we all will mine the coin on the GPU, he will laugh and pick up almost everything. Has anyone checked the source code on Github?


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: chand-o on June 01, 2018, 08:01:05 AM
Hi

I'm new to mining (starting this week) just a bit of hobby to pass the time. I have started mining NERVA and followed the simple guide post earlier for win 10. It has been going for about 24hrs and my wallet shows 0.0000000000. I get that solo is a slow process but compare to other mining i have tried this week normally after a day at least some of the zeros have changed.

Admittedly i am using win 7 not 10 but it seems to be working. I have triple checked the wallet address. Is they a way i check its doing the right thing other than the status option?

Cheers!

Hey there! What is your hashrate it shows when you type status? If you have a hashrate it should be working as far as I know. Don't get discouraged; the thing with mining this coin is that you won't find blocks very often, but when you do it's a big payout; the current block reward is ~65 coins (and total supply is 18 mil). My hashrate is about 370 h/s and I'm finding pretty much 1 block a day on average. So from there you might be able to get an estimate of how long to expect to find a block (for example, with 185 h/s or half of my hashrate, you might expect roughly 1 block every 2 days. Remember this is an average so luck plays a factor; you could easily go a few days without a block, and then find a few in one day sort of thing.

That being said, I just checked and the network hashrate is currently at 1.2 mh/s, which is roughly twice what it was when I wrote the guide a couple days ago.. though it tends to fluctuate a fair bit, the network is definitely growing fast. This just means there are twice as many people trying to mine the same amount of available coins, so you might only find blocks about half as often as I said above, because your portion of the networks hashrate is less, therefore your portion of the rewards will be less.

Hope that helps, if you have more questions consider joining the discord channel, there are plenty of people who know much more than me who are willing to help people out, and the dev is very active there and helpful as well  ;)


Hi Thanks for the reply, everything makes sense now. My hash rate is miles below yours but i have since found a block  :D

I am now confused by the hard fork. Yesterday i noticed the net hash was constantly at 751.22 kH/s and my out connection dropped to 0 from 8. This remained the same all night. This morning i rebooted daemon and now i have 6 connections and the net hash is 65 KH/s. I saw that you need to do an update by today but I only see the binaries. I am on windows not Linux. Do i need to do something else?


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: tmt226 on June 01, 2018, 08:07:14 AM
The block cannot be updated when I update my wallet. Has the problem with the fork not been fixed yet?
have the problems been completely solved, my friend?
I would like to know more from you because I just found the topic recently and not familiar with all technical issues behind.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: Megalucker1 on June 01, 2018, 06:13:36 PM
>tmt226

For some reason, I can't reply to your message. So just write in the next message.
What exactly would you like to know? I think it's a bit of a problem to mess with this coin. There is a high risk that the Creator of the coin produces it on a modified ASIC, while all the others produce coins without a pool and on conventional video cards. I'd mine that coin with great care.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: ktod on June 01, 2018, 06:53:08 PM
There is a high risk that the Creator of the coin produces it on a modified ASIC

Sounds like ravings of a madman. I can believe that someone made a gpu miner, but the asic for this algo is nonsense.
Perhaps(!) changing some parameters for asic algo is a real, but changing asic algo itself is impossible.
You can just take a look at souce code of the coin to make sure that the algo is really changed compared to the other CN. Yes, changes are little but determinative.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: blackskyhp on June 02, 2018, 07:39:56 AM
I believe this is a coin without an asci machine. I'm also mining. I can get about 2,000 XMV a day because I have 30 E5-2670*2 CPU computers. In China, there are many studios with 100 or even 1000 computers.
There is a famous saying:
Do not let poverty limit your imagination! ;D ;D ;D


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: flash25296 on June 02, 2018, 08:17:56 AM
Short of checking the wallet how can I verify from the terminal if I have found a block? Will "Status" provide that information or is there another command that will show mining report status.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: BivanF on June 02, 2018, 08:21:26 AM
i am mining this for a few weeks now but i only have found 1 block , is it still worth the mining or better to save my cpu because there are already asic's , i am not sure anymore


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: rgsnedds on June 02, 2018, 08:25:27 AM
i arrived in the discord channel yesterday and asked for some help... got promptly banned.
idk what this is all about but i swiftly removed all trace of NERVA from my machine.



Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: sycpu on June 02, 2018, 12:42:20 PM
The wallet can't be paid“was rejected by daemon with status:failed reason:double spend” why?


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: mury61 on June 04, 2018, 04:39:54 PM
any idea what is happening? i sent 600 xnv to an exchange but looks like their lost somewhere. i see the tr hash in the wallet, but cannot be found in the explorer. the bloc was 44650. tr hash <44953a54c3bcb13ddd409fe14a69c7b9c9eb2f70574dfe960644d1e77005e8cd> in my walet
i already rescan bc in the wallet

more exact, it looks like this in my wallet

show_transfer 44953a54c3bcb13ddd409fe14a69c7b9c9eb2f70574dfe960644d1e77005e8cd
Outgoing transaction found
txid: <44953a54c3bcb13ddd409fe14a69c7b9c9eb2f70574dfe960644d1e77005e8cd>
Height: 44650
Timestamp: 2018-06-01
Amount: 600.000000000000
Payment ID: c7d0a4a9e6eb82c7
Change: 0.474881163521
Fee: 0.039963430000
Destinations: NV37zcoMVoEVJHGVt6vs5fXzH8RWurKwwMkinH8KAUg8GS7ixYGEtXKWFJh8P8mx3e8JDoa74qqcibu oaYkmME1e1vNdUE9BL: 600.000000000000

it is not the first transfer. others worked just fine


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: ktod on June 04, 2018, 06:03:23 PM
any idea what is happening? i sent 600 xnv to an exchange but looks like their lost somewhere. i see the tr hash in the wallet, but cannot be found in the explorer. the bloc was 44650. tr hash <44953a54c3bcb13ddd409fe14a69c7b9c9eb2f70574dfe960644d1e77005e8cd> in my walet
i already rescan bc in the wallet
You can try to drop blockchain database, resinc and then make rescan bc again.
I suppose it should help you.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: platzdubble on June 05, 2018, 01:39:00 PM
https://twitter.com/NervaCurrency/status/1003991369919221760

Nerva is now available to track on the Delta app on iOS / Android


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: mrtiritas on June 21, 2018, 11:35:53 AM
Hello there.

Trying to adapt the mining software to this coin, and then create a pool.

If any of you have a working xmrig or xmrstak, please tell me, i have the pool software prepared for testing.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: platzdubble on July 06, 2018, 04:04:53 PM
https://bitbucket.org/nerva-project/nerva/commits/27527fc212f8cc70ceeb2310a1630aee45883cb7

Cryptonote Double Count Error has been resolved in NERVA


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: boomboombazookajeff on July 06, 2018, 06:32:03 PM
I think that Nerva might be ready to listed on World Coin Index. They are very cordial to new coins.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: esprit577 on July 07, 2018, 01:38:49 AM
XNV is a special algorithm, and I hope dev will come back and continue to develop.Shouldn't give up easily.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: boomboombazookajeff on July 07, 2018, 10:41:47 PM
XNV is a special algorithm, and I hope dev will come back and continue to develop.Shouldn't give up easily.

What are you talking about? The dev is working on the GUI wallet. He is on the Discord 24/7.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: platzdubble on July 19, 2018, 12:23:55 PM
Nerva is now listed on CoinGecko - https://www.coingecko.com/en/price_charts/nerva/usd


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: platzdubble on August 09, 2018, 01:30:59 PM
https://blog.turtlecoin.lol/archives/cn-adaptive-nerva-and-the-quest-for-fair-mining/ - great interview by the lead dev: AngryWasp


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: tf2addict on August 28, 2018, 03:42:21 AM
What a joke.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: boomboombazookajeff on August 28, 2018, 08:12:47 PM
What a joke.

What is exactly?


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: CryptoClausel on August 31, 2018, 09:50:52 PM
well... a heads up for the hard fork on bitcointalk would have been nice. hash power lost in the realms of not official blockchain :-(


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: KeithA on August 31, 2018, 10:01:38 PM
Hey there. I think this is a new but promising idea. the obstacle is the number of similar competitors of the business, all offering great service. who's the good luck.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: XbladedThanos on August 31, 2018, 10:05:25 PM
I will wait to see whats going to happen on tis coin before starting to mine. I hope you have plans for it because it will be bad to mine coins with no value. I will check the discord channel


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: Turkish88 on September 04, 2018, 04:55:03 PM
My daemon syncing very slow.
Can you give some nodes to increase sync speed ?


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: RoelTe on September 04, 2018, 04:59:32 PM
I've heard that all tokens that will not be sold in the ICO process will be destroyed, is that true? Is this step aimed at supporting the price of the token?


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: ktod on September 04, 2018, 05:34:43 PM
My daemon syncing very slow.
Can you give some nodes to increase sync speed ?
Typically full sync takes about 30min at my computer.
Try the following:
0. Make sure you are using the latest version of software;
1. Visit the discord channel and use command !unban <your ip> for @Atom robot. (some problems for previous version of the software led to network fragmentation).


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: BivanF on September 04, 2018, 07:11:12 PM
as i understand , this is the only coin that has resistance for gpu and asic's ? , because i thought that there where already fpga boards available which are programmable for every algo??


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: esprit577 on September 05, 2018, 01:16:55 AM
Is there a new wallet available for download now?Could dev provide the download link? I haven't started my wallet for a long time and now I can't synchronize.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: ktod on September 05, 2018, 03:02:35 AM
Is there a new wallet available for download now?Could dev provide the download link? I haven't started my wallet for a long time and now I can't synchronize.
Just visit discord channel (link in the first message of the topic). There you can find links at actual software. Binaries and sources.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: platzdubble on September 05, 2018, 05:31:36 PM
Really happy to see that Nerva has pushed Bulletproofs onto the mainnet!


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: borkieochil on September 06, 2018, 01:17:17 AM
I found that Masari (MSR) is a cryptocurrency likely expand and ensure privacy based on Monero. Future features will include operators pay (using protocols DECOR +) and a report is pending on a protocol to address Blocktree scalable string. I enjoyed this project.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: boomboombazookajeff on September 07, 2018, 02:17:53 AM
I think this latest fork showed the grit of Angrywasp pretty well. Overall, while their were some hiccups, the project remains intact and Angrywasp did the work of an entire team on his own. Very promising indeed. If he does ever add any new developers to the project, I think they'd better start drinking large amounts of coffee to keep up.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: esprit577 on September 07, 2018, 08:41:17 AM
Is there a new wallet available for download now?Could dev provide the download link? I haven't started my wallet for a long time and now I can't synchronize.
Just visit discord channel (link in the first message of the topic). There you can find links at actual software. Binaries and sources.
After I downloaded the package, the open file showed what was missing and I don't know what went wrong.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: esprit577 on September 08, 2018, 02:10:17 AM
Found the wallet Windows download link: https://getnerva.org/content/binaries/nerva-v0.1.3.5_windows-x64.zip


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: platzdubble on September 12, 2018, 06:49:33 PM
Looks like Nerva has been listed on the coin tracking site https://cryptoisme.com/ - just FYI for any traders out there.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: Gromozecka on September 12, 2018, 08:32:28 PM
There is an instruction on the GUI wallet ?. As it launches, or what is not clear.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: PatrickBas on September 12, 2018, 08:37:11 PM
I think all the question that I've, they've already been answered by the devs. I think it's very nice when the devs are this
responsive and thorough. Good work, I'm now interested in your business!


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: Barkey on September 15, 2018, 12:43:40 AM
Looks like this project is Masari 2.0 but trading at only 400 sats and dominating  volume on trade ogre. I'm in!


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: Barkey on September 15, 2018, 02:34:25 AM
Nerva could very well be the most fair cryptonote coin ever created. No GPU farms to compete with or thieving pool operators who want to 51 percent attack


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: Barkey on September 15, 2018, 08:05:36 PM
15k trade volume on the ogre today.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: bitnod on September 16, 2018, 05:38:28 AM
morning guys

XNV add listing SouthXchange
go vote => https://www.southxchange.com/Home/Vote  (https://www.southxchange.com/Home/Vote)

"1 vote = 0.001 BTC. Minimum 500 votes required to be considered. Votes are cumulative from week to week."


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: sumit.mathur101 on September 16, 2018, 05:56:24 AM
Is there any new exchange on cards?


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: OLDARH on September 16, 2018, 02:39:24 PM
morning guys

XNV add listing SouthXchange
go vote => https://www.southxchange.com/Home/Vote  (https://www.southxchange.com/Home/Vote)

"1 vote = 0.001 BTC. Minimum 500 votes required to be considered. Votes are cumulative from week to week."

I do not think that at this stage the fragmentation of trading on several exchanges will be a good idea.
The coin already has good sales volumes and does not yet need additional listing.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: Gromozecka on September 16, 2018, 02:57:21 PM
Two days two blocks. Four days, zero blocks. Super earnings


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: Turkish88 on September 16, 2018, 03:11:27 PM
Seems peoples buy latest Ryzens and mine xnv with him.
Soon cpu mining become more popular then gpu, all gpu algos goes to asic friendly


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: Barkey on September 17, 2018, 01:12:35 AM
Seems peoples buy latest Ryzens and mine xnv with him.
Soon cpu mining become more popular then gpu, all gpu algos goes to asic friendly

I agree all roads lead to hell. CPU mining is the only sustainable mining option.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: platzdubble on September 19, 2018, 09:25:47 PM
Looks like the Dev has setup a test store to test out Nervas Wordpress - WooCommerce integration for taking XNV payments

https://teststore.getnerva.org/


It's all testnet right now, but looks exciting for the future!


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: Coindgr on September 19, 2018, 09:28:23 PM
Seems peoples buy latest Ryzens and mine xnv with him.
Soon cpu mining become more popular then gpu, all gpu algos goes to asic friendly

I agree all roads lead to hell. CPU mining is the only sustainable mining option.
                                                                 
CPU mined coins, have also the problem of botnets


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: Gromozecka on September 20, 2018, 11:37:09 AM
Dear members of the forum, share who can use the manual, how to run, GUI wallet


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: Roels Major on September 20, 2018, 11:39:45 AM
What happen to this coin recently? I heard this coin the first cryptonote that using adaptive cryptonote algo...


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: platzdubble on September 20, 2018, 01:57:03 PM
What happen to this coin recently? I heard this coin the first cryptonote that using adaptive cryptonote algo...

Yup - that's correct. Nerva is CPU only - no GPU / no ASICS and no Pools.

The most recent changes were a hardfork that implemented bulletproofs, a new multi-platform GUI wallet that is developed in-house (not a forked Monero wallet or something), WooCommerce integration is on the testnet, and once complete (since it has more of a direct impact on solo mining) - Uncle Mining from Masari will be merged.

Lots of cool stuff to look forward to.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: platzdubble on September 20, 2018, 07:26:16 PM
Also - I found this if anyone wants to know more about the algorithm that Nerva is using that allows it to be GPU / ASIC resistant and focused on CPU solo mining: https://bitbucket.org/snippets/nerva-project/keG5G8/the-cn-adaptive-v2-algorithm



Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: erominer on September 21, 2018, 06:41:54 AM
we're currently trying to mine this coin for a while using ryzen 7 1700 16 cores cpu and got only 60+ coins for almost 24hours. we'll continue mining it and hope to mine more during this weekend


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: platzdubble on September 21, 2018, 02:27:32 PM
Saw this posted on the Nerva subreddit and figured I'd share - https://i.imgur.com/Ph4w8KD.png


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: platzdubble on September 24, 2018, 02:07:09 PM
fyi: Nerva still Open on TradeOgre


From the dev AngryWasp:

“I just got asked in telegram why there were a heap of coins in maintenance but not nerva. This is what i said to them for people who don't care to go there

I have talked to them about it. There was a bug identified in an old version of monero. The patch had been applied to the monero codebase some time ago, but forked coins may or may not have applied it. So a bunch got put into maintenance until such time as they provide proof of being patched. Nerva is not affected as I recently rebased the wallet code to monero which patched the bug. TradeOgre has also informed me however that the monero devs have indicated there may be more than one problem, but have not disclosed specifics. So there may be more problems ahead, but for right now Nerva is already patched for the bug that got all the other coins put into maintenance.”


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: KnyazED on September 24, 2018, 02:20:14 PM
Seems peoples buy latest Ryzens and mine xnv with him.
Soon cpu mining become more popular then gpu, all gpu algos goes to asic friendly

I agree all roads lead to hell. CPU mining is the only sustainable mining option.

I disagree with your statement, because there are many other ways that you can use to get coins and earn a decent amount of money. I find it worthwhile to note that there are many different roads.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: platzdubble on September 25, 2018, 03:46:57 PM
Is there any new exchange on cards?

The NERVA Discord channel has an Exchange donation wallet, and is in the process of vetting options. - hopefully soon though - only 1 more exchange and we'll be on CMC finally


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: platzdubble on September 27, 2018, 01:13:27 PM
Have a question for the dev? There's an AMA collecting questions here

https://www.reddit.com/r/Nerva/comments/9j1xju/post_your_questions_for_an_angrywasp_nerva_dev_ama/


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: RitaDiOro on September 30, 2018, 09:00:02 AM
Few questions for the dev:

1) Why OP poster here on forum isn't active anymore? The same dev is working on the project?
2) Syncing is really slow, there are just a few nodes active?


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: ktod on September 30, 2018, 09:54:39 AM
All activity at discord channel.

Few nodes? My node shows 57 incoming connections and 8 outgoing. Is it not enough?

https://preview.ibb.co/cAroJe/few_nodes.jpg


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: ktod on October 02, 2018, 06:24:27 AM
Guys, update node software, please. Some critical fixes applyed. Details on the discord channel.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: Barkey on October 03, 2018, 04:38:26 PM
Download the new CLI if you have not already.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: Mariia_BT on October 03, 2018, 04:55:21 PM
Looks like the Dev has setup a test store to test out Nervas Wordpress - WooCommerce integration for taking XNV payments

https://teststore.getnerva.org/


It's all testnet right now, but looks exciting for the future!

and you just imagine that over time this application will become better and better. then it will look even more exciting in your eyes. so do not miss the news that concerns them.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: Nokomo201 on October 04, 2018, 08:32:42 PM
Interesting concept this cpu mining.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: platzdubble on October 06, 2018, 02:22:31 PM
Looks like the Dev has been hard at work making the Algorithm more GPU / ASIC and Pool resistant. (Cryptonight Adaptive v3 in the works according to the repo)

https://bitbucket.org/nerva-project/nerva/commits/b20a00e13fa7bd83ec4cdbbf2b489985e9d7e6c4#chg-src/crypto/hash.h


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: BruceSanchezbtc on October 07, 2018, 07:43:33 AM
Is it trading on any exchange?


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: Barkey on October 07, 2018, 02:26:21 PM
Tradeogre


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: moofie on October 07, 2018, 08:06:26 PM
Tradeogre

How trustworthy is this exchange?


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: GenjiOppa on October 07, 2018, 08:39:28 PM
Tradeogre

How trustworthy is this exchange?

not very, did not receive my nerva coins. only a few bucks lost though, not going there again.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: moofie on October 07, 2018, 08:45:31 PM
Tradeogre

How trustworthy is this exchange?

not very, did not receive my nerva coins. only a few bucks lost though, not going there again.

During the process of buying or while trying to withdrawal?


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: Fatoshi on October 07, 2018, 09:55:23 PM
Trade ogre has given me zero problems.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: investor5 on October 08, 2018, 07:58:40 AM
Good morning,any news about cmc? are we gonna see nerva there?


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: platzdubble on October 08, 2018, 04:05:25 PM
Good morning,any news about cmc? are we gonna see nerva there?


https://twitter.com/NervaCurrency/status/1049309229172047872

quote from one of their tweets - guess they're working on it

"CMC requires listing on 2 exchanges that they integrate with. That said, there is a community donation wallet for an exchange listing on the Discord and an ongoing discussion as to which exchange we want to aim for."


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: platzdubble on October 10, 2018, 12:50:06 PM
2nd Exchange listing is coming soon

https://www.reddit.com/r/Nerva/comments/9mz2nd/otc_exchange_listing_donations_wallet_up_for_otc/


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: platzdubble on October 11, 2018, 01:18:30 AM
Something the Dev posted to the Discord

"@everyone. Just as a matter of transparency, the 32k xnv in the exchange listing fund has been liquidated via an OTC trade for 1.1k sats each, for a total of 0.35 BTC. The BTC address holding these funds can be viewed here
https://www.blockchain.com/btc/address/175YtjzWcKJRkbHQN4CRtXvgEy6K3cQfBj
This will provide a good launchpad to get us our second listing and we will have discussions about potential exchanges over the coming days.

I would also like to take the opportunity to express my personal gratitude to all those involved that have made this trade happen. The ongoing support of the community is great to see and I hope we can build on the momentum generated over the last month or so to reach new heights."


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: investor5 on October 12, 2018, 03:47:49 PM
any news for our beloved coin??? when moon dudes?


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: platzdubble on October 12, 2018, 05:20:06 PM
http://nerva.exchange/ is live now (though it is in Beta and limited to $12.50 purchases until it is out of Beta)

works kinda like Evercoin or Shapeshift where it takes in BTC and send XNV without having to deal with any formal exchange.

(site was was created by community member: Nithronium)


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: platzdubble on October 13, 2018, 02:15:51 PM
So couple things from the Discord - there's a fork coming up
Quote
@everyone. Nerva 0.1.4.0: Raptor has now been released. Please update. This release will hardfork at block 240500. Everyone who wants to continue using Nerva after that point must update. This update includes bug fixes, some new features and an incremental update to the Nerva mining algorithm in a continued effort to deter pool and GPU mining of the coin.


also there's a Mac release now sorta? - https://github.com/xmranon/Nerva/releases/tag/0.2


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: David78k on October 15, 2018, 11:42:53 AM
where i can get discord link


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: annapotpot on October 19, 2018, 11:39:08 AM
Is nerva already using CN-Adaptive-v2 Algorithm as described here https://bitbucket.org/snippets/nerva-project/keG5G8/the-cn-adaptive-v2-algorithm


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: ktod on October 19, 2018, 12:14:06 PM
No. Nerva using CN-Adaptive-v3 algo now. v3 algo additionaly uses some data from blockchain for calculating block hash (in pseudo random sequence). The data used is different for each nonce. It makes much more complex creating pool software and gpu miner for nerva.

The nerva developer gives the correct think that pools are threat for decentralization too.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: boomboombazookajeff on October 20, 2018, 03:08:53 PM
Tradeogre

How trustworthy is this exchange?

It works very easy and is not very complicated. I have been trading there for about a year and have had no problems. However, you should always put your hard earned money on a more secure wallet that you control rather than somebody else in the event that they encounter problems that can put your money in jeopardy.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: platzdubble on October 22, 2018, 02:34:34 PM
the guy who made the Nerva logo (ukminer) also made this one pager for Nerva

https://i.imgur.com/8ogYv7Y.jpg

thought it was cool & wanted to share.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: _GhostInTheShell_ on October 22, 2018, 04:04:32 PM
I've been mining on a very powerful rig for over 6 hours with no blocks found. 
It seems others are reporting days without rewards - no pools is not an upside at this difficulty.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: platzdubble on October 22, 2018, 09:35:25 PM
I've been mining on a very powerful rig for over 6 hours with no blocks found. 
It seems others are reporting days without rewards - no pools is not an upside at this difficulty.

While I understand the sentiment, I disagree with the conclusion. Pools only facilitate regular averaged payments relative to the nethash. Solo mining will, over time, payout the same - but requires patience. Patience is valuable. Not only that, but such a small coin would have 1, maybe 2 pools. Those pools would garner a majority of the nethash in a very short period of time. Securing the network is a higher priority than giving in to impatient miners. Just my 2 sats.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: platzdubble on October 24, 2018, 04:47:26 PM
Looks like the dev is working on an official Mac version.

https://i.imgur.com/m1pYc98.png

All custom - not a forked wallet or anything, so should be cool to see how it winds up working.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: platzdubble on October 24, 2018, 08:15:30 PM
https://twitter.com/NervaCurrency/status/1055190346186063877

There's a video up on how to get started mining Nerva


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: cryptofielder on October 26, 2018, 07:41:10 AM
Hi all, I have a single PC with an 8700k where I am getting circa 1000 h/s. I choose to use my PC to mine only overnight (circa 8 hours a day) is it still feasible to mine NERVA in this way? Done it last night and nothing so far. I understand it is a lottery to a degree but am I wasting time in my scenario (Balance 0 XNV , Via gui / NERVA Toolkit 0.0.2.0 Beta 1) ? Thank you.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: platzdubble on October 26, 2018, 06:21:30 PM
Hi all, I have a single PC with an 8700k where I am getting circa 1000 h/s. I choose to use my PC to mine only overnight (circa 8 hours a day) is it still feasible to mine NERVA in this way? Done it last night and nothing so far. I understand it is a lottery to a degree but am I wasting time in my scenario (Balance 0 XNV , Via gui / NERVA Toolkit 0.0.2.0 Beta 1) ? Thank you.


In my opinion, if you are mining in the evening - using your CPU to mine Nerva is a net gain. I think there are many like myself who mine Nerva on CPU but mine something else on our GPU's (I mine either Masari or Wownero). Otherwise my CPU sits at 2-10% utilization. Why waste those unused cycles? Not to oversimplify, but it's better to have a 1% chance at something than a 100% chance of nothing. Also - you're helping to secure the network which is arguably even more important.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: cryptofielder on October 26, 2018, 07:57:32 PM
Thank you for your response, I mine with my GPU over night as well with that principle in mind. I am going to carry on with what I am doing.




Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: platzdubble on October 29, 2018, 04:33:14 PM
https://nerva.exchange/  is back live with purchase limits of 0.005 BTC

Instant BTC -> XNV for those that don't want to sign up with yet another crypto exchange.  

(works kinda like changelly, shapeshift, or evercoin. Just send BTC and get XNV.) I've tried it and works well - the limit is there as this is a community-led project and is still undergoing some updates.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: platzdubble on November 01, 2018, 01:08:08 PM
Nerva Mission Statement:

https://twitter.com/NervaCurrency/status/1057978367440510976



also - Mac GUI / CLI wallets are available along with Windows, Android, and Linux at https://getnerva.org


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: platzdubble on November 01, 2018, 01:58:53 PM
Nerva October 2018 Project Recap is available here - https://workflowy.com/s/nerva-october-2018-m/fD1DbJXTjcS2sYaR

Check out what's been happening with the project the last month.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: platzdubble on November 02, 2018, 06:41:25 PM
community member 'CryptoJitsu' has put up a youtube video going over Nerva

https://www.youtube.com/watch?v=XrBFEFd4uTM



Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: platzdubble on November 06, 2018, 02:43:56 PM
well Nerva is now on a second exchange (which should bring us CoinMarketCap)

https://nanex.co/exchange/XNVBTC


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: Margary on November 06, 2018, 03:03:48 PM
well Nerva is now on a second exchange (which should bring us CoinMarketCap)

https://nanex.co/exchange/XNVBTC


We hope this will bring some good news for the project and somehow help in its development. it's not so critical. everything should be looked at from several parties at the same time.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: cryptonx on November 07, 2018, 01:09:40 AM
well Nerva is now on a second exchange (which should bring us CoinMarketCap)

https://nanex.co/exchange/XNVBTC


We hope this will bring some good news for the project and somehow help in its development. it's not so critical. everything should be looked at from several parties at the same time.

and now Nerva listed on coinmarketcap,,
https://coinmarketcap.com/currencies/nerva
good job team  ;)


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: monalito on November 07, 2018, 09:51:14 PM
what about botnet?? cpu mining ;D


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: ICOcountdown.com on November 09, 2018, 01:38:58 AM
what about botnet?? cpu mining ;D

Harder for botnets to do it, as you need an individual copy of the blockchain for each bot in the botnet. So discovery ratio is alot higher than normal.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: ICOcountdown.com on November 13, 2018, 11:10:27 AM
If people haven't read about developers intentions yet it's a must read:

https://blog.turtlecoin.lol/archives/cn-adaptive-nerva-and-the-quest-for-fair-mining/

 ;)


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: platzdubble on November 15, 2018, 01:13:58 AM
Looks like Wasp has put out an updated algorithm for Nerva - 'CNAdaptive v4 is live on the Nerva Testnet'

https://www.reddit.com/r/Nerva/comments/9x6ahk/cnadaptive_v4_is_live_on_the_nerva_testnet/


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: boomboombazookajeff on November 17, 2018, 05:33:58 AM
If people haven't read about developers intentions yet it's a must read:

https://blog.turtlecoin.lol/archives/cn-adaptive-nerva-and-the-quest-for-fair-mining/

 ;)

He needs to get on a podcast. It'd be nice to actually hear him talk real time.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: coinpricetoday on November 19, 2018, 07:15:27 AM
Convert XNV to any currency
XNV currency Convertor TO USD EUR TRY RUB INR or any currency

https://coinpricetoday.com/coin/nerva/


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: platzdubble on November 19, 2018, 05:54:24 PM
If people haven't read about developers intentions yet it's a must read:

https://blog.turtlecoin.lol/archives/cn-adaptive-nerva-and-the-quest-for-fair-mining/

 ;)

He needs to get on a podcast. It'd be nice to actually hear him talk real time.


I agree - I wonder if https://twitter.com/coachcryptos of the Proof of Work podcast who did the Thaer interview would want to chat with Steve / AngryWasp (though I would also like to see a followup on the progress of SECOR and Uncle Mining with Masari as well). I wonder if CoachCryptos is involved on Bitcointalk at all...


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: platzdubble on November 23, 2018, 06:37:55 PM
If you're mining w/ a ton of threads, this may help

A reddit user has a quick way to improve hashrates by reserving cores specifically for Nerva.
https://www.reddit.com/r/Nerva/comments/9zb7tx/easy_tweak_to_improve_hashrate_when_multiusing/

thought some here might find it useful. Also, there's apparently some kind of a giveaway going on


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: goodminer on November 25, 2018, 02:05:16 AM
This is really one of rare very interesting and promising projects, keep up the good work dev, I wish you good luck.
When we can expect listing on other exchanges (at least on Cryptopia), any roadmap?
Why we must download all blockchain to start mining, it takes so much time?


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: ICOcountdown.com on November 27, 2018, 03:22:06 PM
If people haven't read about developers intentions yet it's a must read:

https://blog.turtlecoin.lol/archives/cn-adaptive-nerva-and-the-quest-for-fair-mining/

 ;)

He needs to get on a podcast. It'd be nice to actually hear him talk real time.


I agree - I wonder if https://twitter.com/coachcryptos of the Proof of Work podcast who did the Thaer interview would want to chat with Steve / AngryWasp (though I would also like to see a followup on the progress of SECOR and Uncle Mining with Masari as well). I wonder if CoachCryptos is involved on Bitcointalk at all...

Would be nice to get him on an interview - it would definately be interesting to hear about he created this concept and future ideas - since this one is very original and in the spirit of decentralization.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: platzdubble on November 30, 2018, 03:13:31 PM
Nerva recap was posted here
https://www.reddit.com/r/Nerva/comments/a1t895/nerva_november_monthend_projectcommunity_recap/

https://workflowy.com/s/nerva-november-2018/adyZ6gdUI2zdc2wo

looks like November was a pretty huge community-growth month for Nerva.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: Zer0Sum on December 04, 2018, 09:33:18 AM
Trade ogre has given me zero problems.

Zero problems here > 100 trades.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: ICOcountdown.com on December 10, 2018, 12:00:52 PM
If anyone wants to check active blockheight while mining it's here: https://explorer.getnerva.org/


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: percenter on December 11, 2018, 06:57:09 AM
About listing.

I sent a request to some exchanges.
Here are some answers.


Hi,
It is a pleasure to e-meet you. For more information regarding our listing process, our business director Kaice will reach out to help you in more detail.
Kaice's Telegram ID: @kaicecoinbene
Kaice's Skype ID:  +86 188 1119 9450
Sincerely,
CoinBene Listing Team
_______________________________________________________________________________ ___________
Thank you for your interests in Huobi. To apply for listing, please refer to the link below for registration and verification.
https://www.hbg.com/application-center/
Regards,
Huobi (https://www.huobi.com)
_______________________________________________________________________________ ___________
For new coins listing, we do not charge any fee. We only choose the best coins to list on our exchange
If you have any suggestion, please submit info here https://gate.io/listing
Best Regars
Gate.io
_______________________________________________________________________________ ___________
Thank you for your email. We are always looking for promising coins to be listed on Mercatox.
Adding coins to the listing possible in two ways: direct payment and voting.
More details can be found on this page: https://mercatox.com/adding-coins
For voting: You can add your coin to the voting list at: https://mercatox.com/coins/list (Adding coins to the voting list is free!)
Please log in to your account prior to creating the voting request. After moderator’s approval your coin will appear on the voting list (1-2 days).
For Direct Payment: Please fill out the application form here: Application Form
Please do not duplicate in email information submitted in the form.
We'll consider your coin and provide you with an answer about the possibility to be listed and listing time frame in 1-5 days.
_______________________________________________________________________________ ___________
Please, fill out our listing form and we will reply you soon with our decision. https://app.stex.com/en/listing-form
Our listing fee for:
BTC pair - 1 BTC
ETH pair - 0.5 BTC
USDT pair - 0.5 BTC
LTC pair - 0.5 BTC
NXT pair - 0.1 BTC additionally to main pairs (BTC or USDT or ETH or LTC).
Fiat pairs:
USD pair - 10 BTC
EUR pair - 10 BTC
JPY pair - 10 BTC
RUB pair - 10 BTC
Listing time 2-7 days
_______________________________________________________________________________ ___________
Thank you for getting in contact - our trading platform Ethfinex for Ethereum based tokens has a google form for prospective coins/tokens to fill out. See www.ethfinex.com for more information, and access the form here: https://[Suspicious link removed]/forms/rI38dimNKSTOiQnT2
Teams interested in applying to list their tokens for trading on Ethfinex, or to offer part of their crowdsale to users of Ethfinex, can provide the information required for further consideration through the online application.
_______________________________________________________________________________ ___________
Thank you for reaching out to us. Please see the following link for information on submitting a coin to Bittrex:
https://support.bittrex.com/hc/en-us/articles/360000475411
All submissions require the developer to login to Bittrex and perform an enhanced verification from within the Settings area.
Please be aware that our policy is to not comment on whether we will or will not launch coins.
_______________________________________________________________________________ ___________
In case you are a developer and you want offer your token for further cooperation with CEX.IO we kindly ask you to submit a request to our Help Center and choose the form "Token Listing" and fill all the fields with corresponding information. Your request will be forwarded to the concerned department for further investigation.
You can use following direct link for submitting such type of request:
https://support.cex.io/hc/en-us/requests/new?ticket_form_id=360000224564
In case you are the user of CEX.IO and want us to add any existing token to work with, please follow this link an submit a feature request:
https://support.cex.io/hc/communities/public/topics/200082417-Feature-Requests
_______________________________________________________________________________ ___________
More detailed information on the listing you can find on the links
https://www.livecoin.net/en/coinlisting
_______________________________________________________________________________ ___________
Thank you for your interest in the KuCoin Exchange (https://www.kucoin.com), if you like to list your token at KuCoin, please do feel free to access the following page and proceed to application:
https://docs.google.com/forms/d/e/1FAIpQLSefg678ycNar5hEylFcefJGRUsknXArMKisXsA8ojXQLskEQw/viewform
_______________________________________________________________________________ ___________
Thank you for contacting Kraken Support.
We require that all new support tickets be created through our Support Centre at https://support.kraken.com/hc/en-us/requests/new.
By submitting your request through our Support Centre, you allow us to collect necessary information upfront. This ensures your query is handled quicker, and by our most qualified team for your specific needs.
_______________________________________________________________________________ ___________
If you would like to suggest a coin for listing on Binance, please ask the core team to fill out our application form:
(https://[Suspicious link removed]/forms/jwjm8SClOYEuC8hr1).
Binance does not disclose coin listing information until an official announcement has been made.
You may join our announcements channel for the latest news:
@binance_announcements (https://t.me/binance_announcements))


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: bellaobella on December 12, 2018, 01:10:38 PM
Nerva has been listed on @Coinmarketdaddy (CMD). For all the trading information, total Supply, current price,  1 hour change, 24 hour change, 7 days change,  historical data , graph, calculator, convertor, reviews, statistics, and comments check out CMD twitter page @Coinmarketdaddy (CMD) and visit

XNV Market & Trading Data

Market Cap    $498.55K   
Current Supply    13,142,135   
Volume (24h)     $1.22K   
Price %(1h)      -0.11%
Price %(24h)           0.72%


https://coinmarketdaddy.com/currencies/nerva/


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: ICOcountdown.com on December 16, 2018, 01:18:35 PM
New Testnet is released:

https://www.dropbox.com/sh/n2clujrh699q3ae/AAAaniFhk4LS9Nv7w9MEdVyUa?dl=0
if you have used the testnet at all before. delete your testnet chain ~/.nervad/testnet and resync

So i did some (read alot) of testing and benchmarking of different scratchpad sizes and some light reading of the memory in use on current generation FPGAs and came out with this. After looking at what memory FPGAs are packing and a good amount of testing of different scratchpad sizes, i came to the ultimate conclusion of a 3mb scratchpad. This is over the 2mb max of on-chip memory available to FPGAs but still low enough to not cause significant performance impact on our intended devices. I tried pads up to 32mb, but the degradation of CPU hashrates created a situation where it would not (in my opinion) been neneficial to go that big. So the 3mb pad should be in the sweet spot. Single thread hashrate on my x5670 is about 35% lower than current speed. multithread scaling is going to be something to look at. There is also another change which i can detail if people want to know, but i have talked enough by now. So testnet is up and ready to start mining. i rolled it back to about 40 blocks before the fork height and it is ready to go. Tests should go smoothly, no problems are anticipated. But please resync your chain if you have existing testnet chains.


Thats from the main dev - pretty sure he would like some testers.  8)


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: ICOcountdown.com on December 19, 2018, 03:00:15 PM
Testnet update:

So... The last remaining minor issues appear to be resolved and the scratchpad is reverted. Got links for anyone who wants to run it on the testnet
https://www.dropbox.com/sh/n2clujrh699q3ae/AAAaniFhk4LS9Nv7w9MEdVyUa?dl=0
I was going to go straight to a mainnet hardfork, but a run on the testnet was requested, so as a formality, i'll run it for a day or 2 before scheduling the hardfork if anyone wants to check hashrates and provide feedback. Since the scratchpad size was reverted, the chain was also rolled back to height 550. so might as well delete your chain data and resync if you want to try out the binaries. But this will be the code that goes into the next hardfork and it will be scheduled in the next couple of days unless a major bug presents itself. I will provide more details on hardfork timing after it is scheduled


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: platzdubble on December 20, 2018, 04:26:18 PM
https://twitter.com/NervaCurrency/status/1075788230719668224

CryptonightAdaptiveV4 and the fork scheduled for block: 341000

Updated Binaries are available for CLI/GUI variants of Windows / Mac and Linux builds- rock and roll.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: bitminer9000 on December 22, 2018, 01:26:41 AM
https://twitter.com/NervaCurrency/status/1075788230719668224

CryptonightAdaptiveV4 and the fork scheduled for block: 341000

Updated Binaries are available for CLI/GUI variants of Windows / Mac and Linux builds- rock and roll.
Make sure to upgrade everyone, you can upgrade now and will be good to go.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: ICOcountdown.com on December 23, 2018, 10:46:25 PM
Current CLI: v0.1.5.4: Cassowary
Current GUI: v0.0.2.2: Beta-2

Windows CLI: https://getnerva.org/content/binaries/nerva-v0.1.5.4_windows-x64.zip

Linux CLI: https://getnerva.org/content/binaries/nerva-v0.1.5.4_linux-x64.zip

MacOS CLI: https://getnerva.org/content/binaries/nerva-v0.1.5.4_osx-x64.zip

Windows GUI: https://getnerva.org/content/binaries/nerva-gui-v0.0.2.2_windows.zip

Linux GUI: https://getnerva.org/content/binaries/nerva-gui-v0.0.2.2_linux.zip

MacOS GUI: https://getnerva.org/content/binaries/nerva-gui-v0.0.2.2_mac.zip


Blockchain Bootstraps
Mainnet: https://getnerva.org/content/bootstrap/mainnet.raw


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: neguinho1 on December 24, 2018, 12:11:17 PM
GUI wallet does not open, does not ???


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: ICOcountdown.com on December 24, 2018, 05:56:05 PM
GUI wallet does not open, does not ???

Are you sure you are using it on X64 architecture?


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: AleanAlex on December 25, 2018, 06:42:55 PM
GUI wallet does not open. Windows10(64x), AMD ryzen 1700


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: AleanAlex on December 25, 2018, 06:53:07 PM
From mainnet.raw, the chain is imported to a height of 5100, when you run nervad.exe (20.12.2018g) it hangs at a height of 341000 and is not synchronized. Tried to update|download (nervad.exe), but gives an error.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: ninjavz on December 27, 2018, 12:38:47 AM
Found out that if you were running the old miner your IP would en up in the banned list, so you cannot sync.
Check it out here:
https://api.getnerva.org/banlist.txt

So the next question is, how do I get my IP delisted from the banned list?
Got it (updated):

Go to Discord: https://discord.gg/jsdbEns

Type
!unban <yourip>

BTW, with the same discord check if banned with !bans


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: luksbit on December 27, 2018, 12:47:47 AM
Is Nerva Exchange part of the nerva project or is it an exchange that is only listing the XNV? Will also use the Tor network for anonymous transactions?


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: ICOcountdown.com on December 27, 2018, 12:48:52 AM
New message from Wasp about shop integration:


woocommerce is all good. all i wanted was to replace the live market rate conversion with a fixed conversion rate. that's done. working now on a customized marketplace type site where different people can register and sell stuff for XNV. going to be a digital only store, no postage and handling of physical items so the site won't collect personal information about people like addresses. so it could be used for OTC trades for anyone wanting to sell other coins for XNV, or whatever other downloadable content you might like. Still a WIP (christmas and all that), but @Hooftly | pubnodes.com registered as a vendor and put up a spam item, so that bit is working well. There may be some layout issues and some backend work needs to be done for payment dispersals and stuff. but overall, seems to be (almost) in a usable state.

https://testmarket.getnerva.org/


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: ICOcountdown.com on January 15, 2019, 08:57:41 PM
Another 51% attack luckily nerva prevents this.

https://github.com/graft-project/GraftNetwork/issues/208


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: ICOcountdown.com on January 18, 2019, 04:27:29 AM
If no-one has seen this yet: https://bitbucket.org/snippets/nerva-project/keG5G8/the-cn-adaptive-v2-algorithm

https://twitter.com/ICOcountdown/status/1086105914988470272


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: ICOcountdown.com on January 22, 2019, 10:46:43 PM
There is a new release on the website 0.1.5.5. Every person should get it, or face being rekt hard. This is a non-mandatory update, and is actually a test build but includes optimizations to the mining algorithm which will greatly improve your performance. Nethash will spike a lot as more people get this, so get it now. Also other cool stuff includes
Beta stage Ledger support. I will write some docs over the next 48 hours on how to get it working, but this release provides the CLI updates to be able to use it
Colored terminal output for windows users. your CLI will now look much better
Ability to pop blocks from within nervad if you get stuck.
Rebase to Masari and Monero master branches to bring all recent bug fixes and improvements

https://getnerva.org/#downloads

Notes with this release. This will perform a one way upgrade of your blockchain database to support uncle mining from Masari which will be undergoing testing over the next weeks and launch with the next hardfork. So once you run this version, there is no going back to the old one.

@njamnjam who is heading up the Xi project has submitted 2 optimizations which have greatly improved performance of the algorithm. For those who do not know, Xi is a TRTL fork which is implemeting it's own PoW known as Cryptonight-X which is kind of like Nerva v2 on steroids. I'm looking forward to seeing how it goes when the mainnet launches, so if you aren't a member, head over there and get in on a new project headed up by a competent and dedicated dev and start your miners from the first block

https://discord.gg/DrZnWNa

Current CLI: v0.1.5.5: Cassowary
Current GUI: v0.0.2.2: Beta-2

Windows CLI: https://getnerva.org/content/binaries/nerva-v0.1.5.5_windows-x64.zip

Windows GUI: https://getnerva.org/content/binaries/nerva-gui-v0.0.2.2_windows.zip

Linux CLI: https://getnerva.org/content/binaries/nerva-v0.1.5.5_linux-x64.zip

Linux GUI https://getnerva.org/content/binaries/nerva-gui-v0.0.2.2_linux.zip

MacOS CLI: https://getnerva.org/content/binaries/nerva-v0.1.5.5_osx-x64.zip

MacOS GUI: https://getnerva.org/content/binaries/nerva-gui-v0.0.2.2_mac.zip


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: seobcn on January 23, 2019, 08:33:22 AM
I have already lost a day to set up. All very crooked!


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: ICOcountdown.com on February 11, 2019, 12:16:32 AM
I have already lost a day to set up. All very crooked!

If you want help in the setup Discord can help you out:

https://discord.gg/jsdbEns

It's alot more active there in terms of development and first hand help is there at just a message.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: ICOcountdown.com on February 23, 2019, 03:16:07 AM
Dev update from discord:

Just a heads up to everyone though. I have been working for the last few days on getting bulletproofs up to date with monero's version 2 bulletproofs. first test just passed. transactions are now 25-30% smaller as are tx fees. So comparing to the pre-bulletproofs era, we are looking at roughly 7x decrease in tx size and fees. Test transaction was processed with a fee of 0.00556xnv. Not bad. So there will be some more testing of that and the integration of v2 bulletproofs with the ledger, as well as uncle mining, which will be done privately for a few days and if there are no show stopping bugs, the testnet will fork probably later half of next week for some public testing.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: cryptomaxsun on June 04, 2019, 07:18:00 PM
Who has a processor and what hashrate?
How much blockchain size?
And why such a low activity in this topic?


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: Hashing9000 on June 06, 2019, 06:49:16 AM
A reminder to everyone that there is an updated ANN thread with updated info on NERVA, please use this thread instead:

https://bitcointalk.org/index.php?topic=4312695.0

The NERVA community is most active on Discord, if you have questions, there is the best place to ask them.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: bitgirl08 on August 16, 2019, 07:37:26 PM
SCAM BEWARE!!
The worst coin ever invented....

Coin has 18.44 Billion Supply, 1.05% Premine (193,861 XVN) and emissions are at 92%
Claims that the community is huge and yet hash rate is only 1.2 MH (Mostly the devs)
Planning a scam in end of 2019 in which a lot of 4chan / social media ads will be released to assist in the pump
NERVA dev is holding a huge supply of coins in excess of 8,000,000 XVN.
The Pump is planned to goto $0.25 or higher and leave a lot of bag holders and a nice retirement for the dev.
8,000,000 x $0.25 = $2,000,000!!
PLEASE BEWARE OF THE SCAM!!
[/glow][/color]


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: psychicgod on August 16, 2019, 08:14:24 PM
SCAM BEWARE!!
The worst coin ever invented....

Coin has 18.44 Billion Supply, 1.05% Premine (193,861 XVN) and emissions are at 92%
Claims that the community is huge and yet hash rate is only 1.2 MH (Mostly the devs)
Planning a scam in end of 2019 in which a lot of 4chan / social media ads will be released to assist in the pump
NERVA dev is holding a huge supply of coins in excess of 8,000,000 XVN.
The Pump is planned to goto $0.25 or higher and leave a lot of bag holders and a nice retirement for the dev.
8,000,000 x $0.25 = $2,000,000!!
PLEASE BEWARE OF THE SCAM!!
[/glow][/color]

Nice FUD, but you have zero proof to verify your claims. If you had actually researched the project before spouting this drivel, you would realise the emission rate was purposely set high as an experiment to see what happens when the tail emission phase is reached. The claim that angrywasp is holding onto that premine, waiting for a pump is also false.
You sound quite bitter and something tells me you are from a different project I won't mention the name of, which originally forked from Nerva and the lead dev and his minions have since been spreading fud and outright lies in a futile attempt to hurt this project. It's quite sad really... And it's XNV, not XVN..


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: Seville on January 12, 2020, 07:09:02 AM
i wonder if XMR copied this coin since this was one the first CPU only coin around..


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: TempestEikyuu on April 16, 2020, 01:40:15 PM
Do you got a whitepaper ?


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: chainganginc on November 14, 2020, 05:37:07 PM
Where is the windows wallet?


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: mono99 on December 10, 2020, 09:25:31 AM
Hello, everyone! Something quiet topic.  Who thinks about the perspective of Nerva minting, is there a point in minting this coin now?  What will be next with the coin, will it live?


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: VasilyS on January 10, 2021, 12:21:42 AM
Interesting coin with almost completed emission of coins. After more than 2 years of existence it shows some stability and good capitalisation. This coin has not bad perspectives taking into account very low level of inflation during the period of tail emission. There is a review of this coin (https://www.cryptoprofi.info/?p=7792 (https://www.cryptoprofi.info/?p=7792)) with full explanation of the process of wallet installation and launching of solo-mining.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: walletrecovery on January 14, 2021, 12:24:55 PM

I am releasing a new coin which aims to be ASIC, GPU and NiceHash resistant. The nodes are up and i would like people to direct just a little hash towards it to test if the theory works


How and where can you buy coins?

1) Download https://bitbucket.org/nerva-xnv/nerva/downloads/nerva-v0.1.7.2_windows.zip
2) Run: nervad-noaes.exe and sync network, Run: nerva-wallet-cli and create new wallet
3) Go to https://tradeogre.com/exchange/BTC-XNV buy coins and transfer to your wallet



Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: ali_m on May 02, 2021, 09:21:27 AM
I have a problem sending my XNV to https://tradeogre.com/ or other wallets.

Failed outgoing transaction found
txid: <c2d5adae23a50db5059ef86ad18f76098db333fe7cd24752af763ca3dd75b2a3>
Timestamp: 2021-05-02 09:00:52
Amount: 2.000000000000
Payment ID: 2c79de6add275a3b
Change: 0.099952000000
Fee: 0.000048000000

after a few minutes when I type show_transfer <tx> I face to /Failed outgoing transaction found/ and no refund, my Nerva coin has been gone I lost more than 300 coins recently.
Any help !


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: chainganginc on July 08, 2021, 12:54:35 AM
Nerva is struggling needs someone popular to help it.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: realdantreccia on August 21, 2021, 12:33:00 PM
Nerva is struggling needs someone popular to help it.

I'm on it.


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: podpod on September 10, 2021, 07:13:43 AM
Nerva is struggling needs someone popular to help it.

You call it struggling,  I call it finished...  Its a dead project


Title: Re: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant
Post by: R0BC0D3R on June 21, 2023, 08:07:43 PM
Nerva is struggling needs someone popular to help it.

You call it struggling,  I call it finished...  Its a dead project

Dead projects do not have working website, explorer, api, discord. Dead projects do not have working software such as daemon, wallet, miner. Finally dead projects do not have network that has been running for over 5 years mining blocks without skipping a beat. Nerva has been asleep for a while but it's time to wake it up.

Here are updated links:
Website: https://nerva.one/
Explorer: https://explorer.nerva.one/
Node Map: https://map.nerva.one/
Documentation: https://docs.nerva.one/
Source Code: https://github.com/nerva-project

Discord: https://discord.gg/ufysfvcFwe
Twitter: https://twitter.com/NervaCurrency