Bitcoin Forum

Alternate cryptocurrencies => Announcements (Altcoins) => Topic started by: techqc on April 07, 2018, 04:23:18 PM



Title: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: techqc on April 07, 2018, 04:23:18 PM
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

Windows wallet : https://github.com/lilsiz/novocoin-project/releases (https://github.com/lilsiz/novocoin-project/releases)

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

Website

https://lilsiz.github.io/novocoinws/

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)
https://github.com/sammy007/monero-stratum/tree/aeon (https://github.com/sammy007/monero-stratum/tree/aeon)

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 (https://discord.gg/nGvjhk6)


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: ngbaoson on April 07, 2018, 04:27:37 PM
hold


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: Imaha486 on April 07, 2018, 04:28:49 PM
ERROR Failed to connect to any of seed peers, continuing without seeds


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: nyo_x on April 07, 2018, 04:31:21 PM
ERROR Failed to connect to any of seed peers, continuing without seeds
same


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: flyhhh on April 07, 2018, 04:41:01 PM
ERROR Failed to connect to any of seed peers.
???


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: cryptofoundry on April 07, 2018, 04:41:40 PM
Why so high speed factor and so low diff target :D?

http://snappyimages.nextwavesrl.netdna-cdn.com/img/eba4da6971dd4e9406be21e730545e6c.png


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: teskotecenje on April 07, 2018, 04:44:50 PM
Asic friendly ;D ;D ;D


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: techqc on April 07, 2018, 04:47:30 PM
ERROR Failed to connect to any of seed peers, continuing without seeds
same

are you able to connect


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: cryptonomicon25 on April 07, 2018, 04:51:19 PM
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


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: Eulalila on April 07, 2018, 05:12:29 PM
I would like to get more detailed technical information.This is a good project.
merculet


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: x.k0sh on April 07, 2018, 05:13:20 PM
Can't sync the wallet.
"ERROR Failed to connect to any of seed peers, continuing without seeds"


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: techqc on April 07, 2018, 05:28:41 PM
Can't sync the wallet.
"ERROR Failed to connect to any of seed peers, continuing without seeds"

please retry


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: nyo_x on April 07, 2018, 05:29:46 PM
I'm connected block height is 82


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: Liam_Howlett on April 07, 2018, 05:30:40 PM
Any Pool ?


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: x.k0sh on April 07, 2018, 05:32:51 PM
Can't sync the wallet.
"ERROR Failed to connect to any of seed peers, continuing without seeds"

please retry
Everything works now!


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: techqc on April 07, 2018, 05:57:48 PM
Any Pool ?

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


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: misospider on April 07, 2018, 06:42:05 PM
diff goes to skyrocket :o


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: sanich21 on April 07, 2018, 06:47:54 PM
I'll start the pool soon. I'll start the web interface.


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: BoozyTalking on April 07, 2018, 06:59:56 PM
What is a block reward?
Found 4 blocks but wallet still show 0 balance.


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: Txock on April 07, 2018, 07:02:31 PM
2.1988 now for block


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: BoozyTalking on April 07, 2018, 07:04:52 PM
Need some time for maturity of blocks?


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: sanich21 on April 07, 2018, 07:07:57 PM
http://noz.newpool.pw
the Pool is running.


Ask the developer to contact me https://discord.gg/ZjhumS.


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: BoozyTalking on April 07, 2018, 07:11:40 PM
Thx


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: sanich21 on April 07, 2018, 07:16:59 PM
[NOZ] Novocoin

https://discord.gg/ZjhumS

http://noz.newpool.pw (fee 0%)
GIVES FREE VPN tunnel! Poole proved to be reliable. Updates are installed quickly!

VPN PROTECTION! Better than SSL (hides your ports)

Propose a new mineral!
It was just me!
Encryption of all traffic is 128bit.
PPTP VPN server is designed to be more than 1400 connections.
(I can expand this number at any time)

VPN only works with my pool!
(the test was conducted on 80 people, the server thus loaded 3-4%)

When negotiating with miners.

Settings:
-------------------------------------------------- -
PPTP
Server: 185.212.149.57
Login: mining
Password: mining
Encryption required: mschap-v2
--------------------------------------------------
Traffic is allowed only to my pool and my pool page! Traffic is calculated only for mining!

Mining Pool Address: xhv.newpool.pw (ports: 4013, 4014, 4015)
Mining Pool Address: 149.36.64.180 (ports: 4013, 4014, 4015)


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: Liam_Howlett on April 07, 2018, 07:22:34 PM
http://noz.newpool.pw
the Pool is running.


Ask the developer to contact me https://discord.gg/ZjhumS.

Your ip is banned. why ?


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: sanich21 on April 07, 2018, 07:26:51 PM
no


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: sanich21 on April 07, 2018, 07:29:03 PM
Which country is Yours?


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: Liam_Howlett on April 07, 2018, 07:30:08 PM
Russia


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: BoozyTalking on April 07, 2018, 07:30:19 PM
219 or 2.19 NOZ?


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: sanich21 on April 07, 2018, 07:30:35 PM
You have a miner program running? But the web page does not open? I just opened the site, maybe the DNS hasn't updated


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: sanich21 on April 07, 2018, 07:32:56 PM
I want to ask the developer     "coinUnits":


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: sanich21 on April 07, 2018, 07:34:43 PM
In Russia, the pool is working 100%


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: Scout Georgenson on April 07, 2018, 07:35:36 PM
Incredible project to make an investment with!


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: davey76 on April 07, 2018, 07:37:21 PM
The pools says I get 20 coins per transaction, but my wallet says 0.2. What is going on?


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: BoozyTalking on April 07, 2018, 07:49:22 PM
Innovational technology will bring even more profits!

Please report this bot.


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: sanich21 on April 07, 2018, 07:50:57 PM
Once again repeat! Wyplaty will be normalized, you have nothing to lose just need to adjust the number of zeros! This requires the developer of the coin


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: davey76 on April 07, 2018, 07:55:41 PM
Lol, now the pools gives me 2000 a transaction and my wallet still says 0.2 :)


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: davey76 on April 07, 2018, 08:04:50 PM
fix

Yeh the numbers are correct now. However I liked your numbers better ;)


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: NJKola on April 07, 2018, 08:32:30 PM

CPU - ok.
GPU mining?


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: sanich21 on April 07, 2018, 08:41:58 PM
 + cpu
+ gpu
- asic


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: NJKola on April 07, 2018, 08:43:24 PM
+ cpu
+ gpu
- asic


the pool does not see my GPU.


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: sanich21 on April 07, 2018, 08:57:41 PM
http://prntscr.com/j2a8dk
http://prntscr.com/j2a97r


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: techqc on April 07, 2018, 08:59:18 PM
Thanks sanich21 for the pool.


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: fight_mach1ine on April 07, 2018, 09:01:02 PM
I'm getting error messages in daemon and wallet, is everything ok or should we stop mining?


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: sanich21 on April 07, 2018, 09:07:37 PM
Thanks sanich21 for the pool.
Always happy to help. Tell me what is the maximum payout that supports the network?


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: sanich21 on April 07, 2018, 09:09:45 PM
production goes but the wallet stopped syncing. He only sees 1082. The developer should probably update the wallet.


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: SpinningTruth on April 07, 2018, 09:41:53 PM
production goes but the wallet stopped syncing. He only sees 1082. The developer should probably update the wallet.
yep... my wallet is stuck also -- but at block 1109.

but, it seems to stop at a different block each time I start the wallet -- but about 600 behind the blockchain height.


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: techqc on April 08, 2018, 04:59:19 AM
production goes but the wallet stopped syncing. He only sees 1082. The developer should probably update the wallet.
yep... my wallet is stuck also -- but at block 1109.

but, it seems to stop at a different block each time I start the wallet -- but about 600 behind the blockchain height.

you can try to resync the blockchain
I'm working to fix this issue


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: albanes on April 08, 2018, 05:17:12 AM
production goes but the wallet stopped syncing. He only sees 1082. The developer should probably update the wallet.
yep... my wallet is stuck also -- but at block 1109.

but, it seems to stop at a different block each time I start the wallet -- but about 600 behind the blockchain height.

you can try to resync the blockchain
I'm working to fix this issue
no sync restart does not help when you fix this problem ??


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: xiaomimi7 on April 08, 2018, 06:39:56 AM
"Block reward: (size_t medianSize, size_t currentBlockSize, uint64_t alreadyGeneratedCoins, uint64_t fee, uint64_t& reward, int64_t& emissionChange)"

Block reward: (size of sun, size of galaxy, cup of tea, what you ate yesterday, xiaomi mi 7, 2 foot, 4 spits)


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: sanich21 on April 08, 2018, 06:53:04 AM
reload the wallet on the pool, maybe something will change for the better!


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: sanich21 on April 08, 2018, 06:56:13 AM
fix dev

"payments": {
        "enabled": true,
        "interval": 25,
        "maxAddresses": 50,
        "mixin": 0,
        "transferFee": 200000000,
        "minPayment":  200000000000,
        "maxTransactionAmount": 5000000000000,
        "denomination": 200000000
    },

    "blockUnlocker": {
        "enabled": true,
        "interval": 30,
        "depth": 60,
        "poolFee": 0,
        "devDonation": 0.0,
        "coreDevDonation": 0,
        "extraFeaturesDevDonation":0.0


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: NJKola on April 08, 2018, 07:48:31 AM
my wallet is stuck also -- but at block 1548.


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: GoodZilla on April 08, 2018, 12:42:52 PM
I generated a wallet with on the simple wallet but if it got a error "wallet fail to connect to daemon"

Now I'm mining in this wallet.

There is a problem in do this?



Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: techqc on April 08, 2018, 01:07:44 PM
I generated a wallet with on the simple wallet but if it got a error "wallet fail to connect to daemon"

Now I'm mining in this wallet.

There is a problem in do this?



you need first start novocoind before and wait for sync after you can launch in same time simplewallet and start mining


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: sanich21 on April 08, 2018, 01:16:48 PM
update node http://prntscr.com/j2hcsb 10 min off


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: sanich21 on April 08, 2018, 01:19:17 PM
For a developer. A lot alternative http://prntscr.com/j2hdwy


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: sanich21 on April 08, 2018, 01:41:25 PM
Your balances are reliable! The developer of the rules the code coins are waiting for updates. All that got you get! The entire delayed balance will be paid. I have to reboot the pool a lot because of the wallet. There are no communication and pooling problems!
http://prntscr.com/j2hl13


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: sanich21 on April 08, 2018, 01:45:12 PM
Balances all miners almost paid http://prntscr.com/j2hlsi


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: techqc on April 08, 2018, 03:01:44 PM
For a developer. A lot alternative http://prntscr.com/j2hdwy

your pool network doesn't sync with the blockchain I don't know why for moment. you get like a forked blockchain like


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: sanich21 on April 08, 2018, 05:22:20 PM
Is there any way to get in touch with you? not in forum, and telegram or discordapp. You can chat will do discordapp. All set up and do well! Or contact me at https://discord.gg/ZjhumS


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: sanich21 on April 08, 2018, 05:51:20 PM
fix net block > 2700


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: JBnl on April 08, 2018, 06:20:11 PM
Hi,

I've opened up a pool for Novocoin @ http://noz.hashpool.frl - Fee is 2%, payments every 10 minutes.

Good luck mining!

J B


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: sanich21 on April 08, 2018, 07:31:48 PM
http://prntscr.com/j2lgzt - 2 pool


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: techqc on April 08, 2018, 09:30:11 PM
Hi,

I've opened up a pool for Novocoin @ http://noz.hashpool.frl - Fee is 2%, payments every 10 minutes.

Good luck mining!

J B

Great New
thank


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: aob on April 08, 2018, 09:48:30 PM
Looks like the network is out of sync


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: NitroAcid on April 08, 2018, 10:17:39 PM
not enouth information on website. need whitepaper at first


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: techqc on April 08, 2018, 10:39:19 PM
not enouth information on website. need whitepaper at first

whitepaper comming soon


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: Alu_voin on April 09, 2018, 07:14:54 AM
What can be the prospect of this coin, if you can not even make a normal wallet? A coin without a future!


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: sanich21 on April 09, 2018, 11:32:30 AM
http://noz.newpool.pw/ works properly! Payments went to the wallet


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: lock1986110 on April 09, 2018, 11:36:40 AM
Is there a block browser or how high is the block now?


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: aob on April 09, 2018, 12:01:58 PM
Too many blocks found every x seconds makes it impossible to sync the daemon.
Is there any faster nodes to sync from, or is there a known issue with the seed nodes?


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: fight_mach1ine on April 09, 2018, 05:00:41 PM
I can't sync my deamon as well. My connection keeps geting closed and form the messages I get in the deamon It looks like the number of blocks keeps changing.


2018-Apr-09 18:55:06.807227 WARNING [node_server] [121.234.87.80:61467 INC] error during write: TcpConnection::write, WSASend failed, result=10054, An existing connection was forcibly closed by the remote host.

2018-Apr-09 18:55:23.002078 INFO [protocol] [62.122.240.128:14598 INC] Sync data returned unknown top block: 4379 -> 6254 [1875 blocks (0 days) behind]
2018-Apr-09 18:55:23.002078 INFO [protocol] SYNCHRONIZATION started
2018-Apr-09 18:55:23.014079 WARNING [node_server] [113.186.140.239:63743 INC] Exception in connectionHandler: TcpConnection::read, WSAGetOverlappedResult failed, result=10054, An existing connection was forcibly closed by the remote host.
2018-Apr-09 18:55:25.024332 INFO [protocol] [180.126.75.41:54615 INC] Sync data returned unknown top block: 4380 -> 8188 [3808 blocks


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: chim86 on April 09, 2018, 06:31:47 PM
SCAM?
https://yadi.sk/i/sO4WfLA83UFdDG


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: techqc on April 09, 2018, 08:52:49 PM
I'm working in a fix will be up tonight


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: nniecan001 on April 09, 2018, 08:57:07 PM
I can't sync my deamon as well. My connection keeps geting closed and form the messages I get in the deamon It looks like the number of blocks keeps changing.


2018-Apr-09 18:55:06.807227 WARNING [node_server] [121.234.87.80:61467 INC] error during write: TcpConnection::write, WSASend failed, result=10054, An existing connection was forcibly closed by the remote host.

2018-Apr-09 18:55:23.002078 INFO [protocol] [62.122.240.128:14598 INC] Sync data returned unknown top block: 4379 -> 6254 [1875 blocks (0 days) behind]
2018-Apr-09 18:55:23.002078 INFO [protocol] SYNCHRONIZATION started
2018-Apr-09 18:55:23.014079 WARNING [node_server] [113.186.140.239:63743 INC] Exception in connectionHandler: TcpConnection::read, WSAGetOverlappedResult failed, result=10054, An existing connection was forcibly closed by the remote host.
2018-Apr-09 18:55:25.024332 INFO [protocol] [180.126.75.41:54615 INC] Sync data returned unknown top block: 4380 -> 8188 [3808 blocks

Lol, NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT, I don't expect this kind of project. And also, this error is quite problematic specially if you are not a pro tech person by encountering this out of nowhere connection error. Anyway, good luck to your team. Best of luck


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: NitroAcid on April 09, 2018, 10:03:07 PM
mining dont work ? global problem
?


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: JBnl on April 10, 2018, 03:13:41 PM
Can you please implement a fix so the daemons don't go out of sync every 2 minutes? All the nodes are on a different height - and the pool owners are basically doing nothing but resyncing your chain all day.


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: evorn4 on April 10, 2018, 03:54:33 PM
Not excavated from 10495


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: moonair on April 13, 2018, 08:53:38 AM
Very Good Job :)

Block found every minute from 3 days!

2018-04-13 07:16:46 [pool] (Thread 2) Block bd0f8b found at height 17605
2018-04-13 07:23:02 [pool] (Thread 2) Block dd1745 found at height 17606
2018-04-13 07:23:27 [pool] (Thread 2) Block 9b2497 found at height 17607
2018-04-13 07:25:01 [pool] (Thread 3) Block 80b4ea found at height 17608
2018-04-13 07:25:07 [pool] (Thread 2) Block 9f29ed found at height 17609
2018-04-13 07:26:09 [pool] (Thread 3) Block b06181 found at height 17610
2018-04-13 07:27:00 [pool] (Thread 1) Block d5d63b found at height 17611
2018-04-13 07:27:21 [pool] (Thread 6) Block 4712a3 found at height 17612
2018-04-13 07:27:35 [pool] (Thread 2) Block 12ce78 found at height 17613
2018-04-13 07:28:49 [pool] (Thread 2) Block 5d41e4 found at height 17614
2018-04-13 07:33:20 [pool] (Thread 6) Block 00451e found at height 17615
2018-04-13 07:34:40 [pool] (Thread 3) Block d57ca1 found at height 17616
2018-04-13 07:36:23 [pool] (Thread 2) Block adb172 found at height 17617
2018-04-13 07:40:42 [pool] (Thread 3) Block 4426ca found at height 17618
2018-04-13 07:40:45 [pool] (Thread 3) Block d76b7b found at height 17619
2018-04-13 07:43:57 [pool] (Thread 6) Block 7c6e3f found at height 17620
2018-04-13 07:44:26 [pool] (Thread 2) Block de34ef found at height 17621
2018-04-13 07:46:58 [pool] (Thread 6) Block ccce64 found at height 17622
2018-04-13 07:47:04 [pool] (Thread 2) Block 3b59c5 found at height 17623
2018-04-13 07:47:36 [pool] (Thread 2) Block ceb87d found at height 17624
2018-04-13 07:49:18 [pool] (Thread 2) Block 6fcfa7 found at height 17625
2018-04-13 07:49:23 [pool] (Thread 3) Block ca5222 found at height 17626
2018-04-13 07:49:25 [pool] (Thread 2) Block 351199 found at height 17627
2018-04-13 07:49:35 [pool] (Thread 6) Block 7619ad found at height 17628
2018-04-13 07:54:28 [pool] (Thread 6) Block 7baa9a found at height 17629
2018-04-13 07:55:36 [pool] (Thread 1) Block d8cb9c found at height 17630
2018-04-13 07:55:47 [pool] (Thread 6) Block 0ec189 found at height 17631
2018-04-13 07:56:20 [pool] (Thread 2) Block 04115b found at height 17632
2018-04-13 07:56:27 [pool] (Thread 2) Block 4396f2 found at height 17633
2018-04-13 07:58:03 [pool] (Thread 2) Block 34351a found at height 17634
2018-04-13 07:58:09 [pool] (Thread 3) Block d4af2f found at height 17635
2018-04-13 07:59:04 [pool] (Thread 2) Block 16afe7 found at height 17636
2018-04-13 08:00:18 [pool] (Thread 2) Block 15ab56 found at height 17637
2018-04-13 08:00:52 [pool] (Thread 3) Block 632bc6 found at height 17638
2018-04-13 08:01:15 [pool] (Thread 4) Block 6af8b2 found at height 17639
2018-04-13 08:01:27 [pool] (Thread 2) Block 4b376e found at height 17640
2018-04-13 08:01:31 [pool] (Thread 6) Block 50d1ae found at height 17641
2018-04-13 08:02:17 [pool] (Thread 4) Block 5c1323 found at height 17642
2018-04-13 08:03:16 [pool] (Thread 6) Block 9993d1 found at height 17643
2018-04-13 08:08:17 [pool] (Thread 6) Block a8ec9a found at height 17644
2018-04-13 08:08:28 [pool] (Thread 6) Block 216cdf found at height 17645
2018-04-13 08:08:58 [pool] (Thread 2) Block c5f504 found at height 17646
2018-04-13 08:10:29 [pool] (Thread 4) Block a52fb3 found at height 17647
2018-04-13 08:11:25 [pool] (Thread 2) Block 54dfab found at height 17648
2018-04-13 08:11:39 [pool] (Thread 3) Block c6c64a found at height 17649
2018-04-13 08:12:38 [pool] (Thread 2) Block 9ad440 found at height 17650
2018-04-13 08:15:07 [pool] (Thread 6) Block b92f4f found at height 17651
2018-04-13 08:18:02 [pool] (Thread 6) Block 9b8eee found at height 17652
2018-04-13 08:18:08 [pool] (Thread 3) Block 80cbdc found at height 17653
2018-04-13 08:19:28 [pool] (Thread 6) Block 3a3df7 found at height 17654


Happy Mining :)


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: techqc on April 13, 2018, 10:14:47 AM
everyone please update NOZ. and don't mine with the first release please they have a forked blockchain. please be aware

To be sure to sync with the right node just add --add-exclusive-node 35.196.5.67:18666 to novocoind.

New Windows wallet on Github. https://github.com/lilsiz/novocoin-project/releases/tag/0.03 (https://github.com/lilsiz/novocoin-project/releases/tag/0.03)


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: Dealazer on April 13, 2018, 03:35:59 PM
everyone please update NOZ. and don't mine with the first release please they have a forked blockchain. please be aware

To be sure to sync with the right node just add --add-exclusive-node 35.96.5.67:18666 to novocoind.

New Windows wallet on Github. https://github.com/lilsiz/novocoin-project/releases/tag/0.03 (https://github.com/lilsiz/novocoin-project/releases/tag/0.03)

That means those who not connected to the system:
with .bat file or .cmd:
novocoind.exe --add-exclusive-node 35.196.5.67:18666

Will have to delete the folder called novocoin in users/user/appdata/roaming/novocoin

Happy adventure!


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: Dealazer on April 13, 2018, 03:37:28 PM
Remember its:
35.196.5.67

and not
35.96.5.67 as earlier described!


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: techqc on April 13, 2018, 07:56:25 PM
Remember its: :o
35.196.5.67

and not
35.96.5.67 as earlier described!

yes you right sorry


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: sanich21 on April 14, 2018, 08:09:14 AM
Noz.newpool.pw started update. Please add pool list


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: techqc on April 14, 2018, 05:14:45 PM
Big update coming soon with windows wallet, linux wallet and maybe Android wallet.
You can join discord for more info : https://discord.gg/nGvjhk6


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: ricardomarlus on April 19, 2018, 08:48:49 PM
Remember its:
35.196.5.67

and not
35.96.5.67 as earlier described!

ERROR [35.196.5.67:18666 OUT] Failed to invoke COMMAND_HANDSHAKE, closing connection.


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: CloverRover on April 19, 2018, 11:00:02 PM
It says that you can mine CPU and mobile but this is asic coin. How does a CPU or phone mine against asics? I think post is mistake.


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: techqc on April 21, 2018, 10:24:20 AM
Hope you enjoy update after bad day.
please update your wallet with the last stable release

You want to mine NOZ but not on solo ?

noz.newpool.pw 0%fee


Title: Re: [ANN] Novocoin [NOZ] - NO-ICO|NO-PRE-SALE|NO-PREMINE|CRYPTONIGHT
Post by: ppzalex on September 08, 2018, 06:53:44 AM
Aother one is DEAD. What a surprise ;D