Pages:
Author

Topic: [ANN] NERVA: Cryptonight for solo CPU miners. ASIC, GPU, NiceHash resistant - page 13. (Read 28288 times)

copper member
Activity: 234
Merit: 1
https://twitter.com/bazookajeff
newbie
Activity: 12
Merit: 0
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
newbie
Activity: 9
Merit: 0
waiting for windows wallet
newbie
Activity: 129
Merit: 0
I have not seen any blockchain software company before. Lets see if it will be succesful
newbie
Activity: 126
Merit: 0
member
Activity: 291
Merit: 20
I love my wife and my little girl
Only for CPU, really? What I know is cryptonight is GPU-mineable, not GPU-resistant. So, what did you imply in your OP? How to make Cryptonight become GPU-resistant?
Would you mind giving me more detailed explanations about this, please.
Anyway, I will keep following the topic and start mining the coin immediately after it launched.
hsb
newbie
Activity: 20
Merit: 0
CPU only is so great,everyone can mine with old laptop  Smiley
jr. member
Activity: 266
Merit: 1
Scam Hunter
It's so weird. If for you CN is CPU only and GPU-resistant, I think that you must stop to dev this coin.
newbie
Activity: 12
Merit: 0
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.
newbie
Activity: 84
Merit: 0
Let's see what's your plans with this.
Going to join your discord...

Nice 1,waiting...
newbie
Activity: 85
Merit: 0
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.
member
Activity: 952
Merit: 17
raskul
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!?
newbie
Activity: 12
Merit: 0
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
newbie
Activity: 13
Merit: 0
Give me a windows wallet will push shit load of cpu hash power.
member
Activity: 69
Merit: 10
Let's see what's your plans with this.
Going to join your discord...
full member
Activity: 250
Merit: 100
member
Activity: 952
Merit: 17
raskul
newbie
Activity: 14
Merit: 0
newbie
Activity: 12
Merit: 0
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
Source: http://bitbucket.org/nerva-project/nerva
Block Explorer: http://explorer.getnerva.org
Trading on Altex: 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 to start mining

Pages:
Jump to: