Bitcoin Forum
May 12, 2024, 01:32:41 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 4 5 »  All
  Print  
Author Topic: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT  (Read 1883 times)
techqc (OP)
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile WWW
April 07, 2018, 04:23:18 PM
Last edit: April 21, 2018, 10:21:30 AM by techqc
 #1

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
1715520761
Hero Member
*
Offline Offline

Posts: 1715520761

View Profile Personal Message (Offline)

Ignore
1715520761
Reply with quote  #2

1715520761
Report to moderator
1715520761
Hero Member
*
Offline Offline

Posts: 1715520761

View Profile Personal Message (Offline)

Ignore
1715520761
Reply with quote  #2

1715520761
Report to moderator
1715520761
Hero Member
*
Offline Offline

Posts: 1715520761

View Profile Personal Message (Offline)

Ignore
1715520761
Reply with quote  #2

1715520761
Report to moderator
"There should not be any signed int. If you've found a signed int somewhere, please tell me (within the next 25 years please) and I'll change it to unsigned int." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715520761
Hero Member
*
Offline Offline

Posts: 1715520761

View Profile Personal Message (Offline)

Ignore
1715520761
Reply with quote  #2

1715520761
Report to moderator
1715520761
Hero Member
*
Offline Offline

Posts: 1715520761

View Profile Personal Message (Offline)

Ignore
1715520761
Reply with quote  #2

1715520761
Report to moderator
ngbaoson
Jr. Member
*
Offline Offline

Activity: 132
Merit: 1


View Profile WWW
April 07, 2018, 04:27:37 PM
 #2

hold
Imaha486
Full Member
***
Offline Offline

Activity: 896
Merit: 108


View Profile WWW
April 07, 2018, 04:28:49 PM
 #3

ERROR Failed to connect to any of seed peers, continuing without seeds

nyo_x
Sr. Member
****
Offline Offline

Activity: 295
Merit: 250


View Profile
April 07, 2018, 04:31:21 PM
 #4

ERROR Failed to connect to any of seed peers, continuing without seeds
same
flyhhh
Newbie
*
Offline Offline

Activity: 168
Merit: 0


View Profile
April 07, 2018, 04:41:01 PM
 #5

ERROR Failed to connect to any of seed peers.
Huh
cryptofoundry
Newbie
*
Offline Offline

Activity: 141
Merit: 0


View Profile WWW
April 07, 2018, 04:41:40 PM
 #6

Why so high speed factor and so low diff target Cheesy?

http://snappyimages.nextwavesrl.netdna-cdn.com/img/eba4da6971dd4e9406be21e730545e6c.png
teskotecenje
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
April 07, 2018, 04:44:50 PM
 #7

Asic friendly Grin Grin Grin
techqc (OP)
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile WWW
April 07, 2018, 04:47:30 PM
Last edit: April 07, 2018, 05:54:39 PM by techqc
 #8

ERROR Failed to connect to any of seed peers, continuing without seeds
same

are you able to connect
cryptonomicon25
Member
**
Offline Offline

Activity: 460
Merit: 12


View Profile
April 07, 2018, 04:51:19 PM
 #9

ERROR Failed to connect to any of seed peers, continuing without seeds
same

are you able to connect if you add to novocoind
--rpc-bind-ip=0.0.0.0 --rpc-bind-port=18667

does not work, still can't connect
Eulalila
Member
**
Offline Offline

Activity: 294
Merit: 10


View Profile
April 07, 2018, 05:12:29 PM
Last edit: April 14, 2018, 07:05:26 PM by Eulalila
 #10

I would like to get more detailed technical information.This is a good project.
merculet
x.k0sh
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
April 07, 2018, 05:13:20 PM
 #11

Can't sync the wallet.
"ERROR Failed to connect to any of seed peers, continuing without seeds"
techqc (OP)
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile WWW
April 07, 2018, 05:28:41 PM
 #12

Can't sync the wallet.
"ERROR Failed to connect to any of seed peers, continuing without seeds"

please retry
nyo_x
Sr. Member
****
Offline Offline

Activity: 295
Merit: 250


View Profile
April 07, 2018, 05:29:46 PM
 #13

I'm connected block height is 82
Liam_Howlett
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
April 07, 2018, 05:30:40 PM
 #14

Any Pool ?
x.k0sh
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
April 07, 2018, 05:32:51 PM
 #15

Can't sync the wallet.
"ERROR Failed to connect to any of seed peers, continuing without seeds"

please retry
Everything works now!
techqc (OP)
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile WWW
April 07, 2018, 05:57:48 PM
 #16

Any Pool ?

not for moment but if anyone want to create one or add Novocoin to any pool your welcome
misospider
Newbie
*
Offline Offline

Activity: 96
Merit: 0


View Profile
April 07, 2018, 06:42:05 PM
 #17

diff goes to skyrocket Shocked
sanich21
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile WWW
April 07, 2018, 06:47:54 PM
 #18

I'll start the pool soon. I'll start the web interface.
BoozyTalking
Newbie
*
Offline Offline

Activity: 315
Merit: 0


View Profile
April 07, 2018, 06:59:56 PM
 #19

What is a block reward?
Found 4 blocks but wallet still show 0 balance.
Txock
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile WWW
April 07, 2018, 07:02:31 PM
 #20

2.1988 now for block
Pages: [1] 2 3 4 5 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!