Post
Topic
Board Announcements (Altcoins)
[ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
by
techqc
on 07/04/2018, 16:23:18 UTC
We are Novocoin
An award winning Cryptocurrency and development company
Novocoin a lightweight CryptoNote digital currency.


Secure

Each transaction is secured with robust cryptography and distributed through a global peer-to-peer consensus network.

Private

Novocoin utilizes a cryptographic system to transfer funds without the identifying information of each user becoming visible on the blockchain. Also Novocoin is an open-sourced decentralized cryptocurrency with untraceable payments

Untraceable

Novocoin make transactions untraceable, meaning it is very difficult for blockchain analysis to determine if funds have been spent


Differences with other coins

CPU-friendly
You can mine with your Home PC easily

Mobile-friendly
Can be mined with recent phone

Proof-of-Work

Novocoin is a proof-of-work algorithm that mixes graphics processing unit (GPU) and central processing unit (CPU) mining to create a system resistant to both application-specific integrated circuits (ASICs) and fast memory-on-chip devices.


Fast syncing
With Novocoin syncing with the bloackchain are fast


Download Wallet


to build wallet for linux : https://github.com/lilsiz/novocoin-project

Website


Bounties

None currently open.

You can send donations for the Novocoin bounty fund and development.

Code:
Novocoin : 3RFDLNJCcjm9TC1kzdxWEHMASTS65KKkbG8kNGCiWjSG9dD1swFSqLNBoDckkBNALKPQHWnjCaJ9bW9fXLL4smiQB2j5reh

Code:
AEON : Wmswvbsac7eZ7pZEbey9nmgoZPjtwBAwRh7Qgm1xHVwF6hcnH43r2vX3hLTKARSrvtH8g4wJtEXS9V3Axz1Y2m8P2uqXEZi51

Code:
Bitcoin : 3Joc3kRGC233AHh3BQuUGxptggK8ScyUrZ

Specifications

PoW algorithm: CryptoNight
Max supply: ~18.4 million
Block reward: (size_t medianSize, size_t currentBlockSize, uint64_t alreadyGeneratedCoins, uint64_t fee, uint64_t& reward, int64_t& emissionChange)
Block time: 140 seconds
Difficulty: Retargets at every block
P2P-bind-port: 18666
RPC-bind-port: 18667

Links & Resources

No endorsement of third party services is implied. Use at your own risk. In the event of forks or other network issues be sure any service you use is properly updated and supporting the correct chain.

Stratum proxy (for solo mining with GPU miners and/or multiple computers)

Mining
1.Compile from source code.
2.Launch novocoind and wait until it is synchronized.
3.Launch simplewallet --generate-new-wallet=wallet_name.bin --pass=12345
4.Start mining from the wallet using start_mining command

Stable Pool : noz.newpool.pw

Windows Compilation

First of all let's get all the tools we need :
- Download and install Microsoft Visual Studio Community 2013 (It's a free version of visual studio with some license limitations).
  You can uncheck the web development tools and SQL tools.
  This will take time to download and install and you will have to reboot upon completion.
- Download and install cMake for windows from : http://www.cmake.org/download/ (Win32 install)
- Download Boost 1.57 from http://www.boost.org/users/download/ , use the zip or 7zip archive and extract.
  You can use c:\boost_1_57_0 since this is what I am using for this steps.
- Download and install Github for Windows from https://windows.github.com/ (This also includes a Git shell that we will use later).

Compile & build
Build Boost :
  Open a command line and type :

Code:
> cd c:\boost_1_57_0
  > bootstrap.bat
  > b2 --toolset=msvc variant=release link=static threading=multi runtime-link=static address-model=64

Open the Git Shell (or Git bash) depending what you downloaded previously and do.

Code:
> git clone https://github.com/lilsiz/novocoin-project.git
  > cd aeon
  > mkdir build
  > cd build
  > cmake -G "Visual Studio 12 Win64" ..
  
then build
You should now find the exe files under build/src/debug .


Any trouble or want to ask question : https://discord.gg/nGvjhk6