Pages:
Author

Topic: [NENG]Nengcoin - Litecoin on Steroids - Scrypt for All Miners - page 42. (Read 46675 times)

member
Activity: 1573
Merit: 23
v1.2.0 Hard Fork has been major success!

Research on first forked 50 blocks confirmed that shortest block time was 4 seconds.  Essentially fast block time or instant mining has been stopped.  Historically, fast blocks would
be 1 in 20 blocks , some times 1 or 2 blocks within 10 block stretch.  The dynamic diff algorithm implemented in v1.2.0 is working.

Of the first forked 50 blocks, 17 blocks were mined by CPU miners,  33 blocks were mined by ASIC or GPU miners.  In other word, the first 50 blocks under new algorithm, ASIC/GPU miners got 66% of total rewards, CPU miners obtained 34% of total rewards.  Ratio split on ASIC/GPU/CPU miners are not constant, could be subject to changes depending the difficulty and mining rigs distribution.  However, this 66/34 split of rewards is within expectation of our original plan for the v1.2.0.



 
member
Activity: 1573
Merit: 23
NENG block chain has successfully forked off  at 273501 height with time stamp of Sun, 17 Feb 2019 16:56:44 GMT, below block.

Below is the first forked block link
http://nengexplorer.mooo.com:3001/block/c0c58a22ec247f47347b875592688eb0253b06bb8fcc89a7fa8c17e8d58ab583

Research on verifying the results of dynamic algorithm II  is ongoing.
member
Activity: 1573
Merit: 23
trading and wallet are offline in ShorelineCrypto exchange because of hard fork.  They will be restored after successful hard fork.
member
Activity: 1573
Merit: 23
400 blocks to go before the fork.  It looks that the fork will happen in early morning of Feb 17 New England local time, or U.S. Eastern Time.
member
Activity: 1573
Merit: 23
NewEnglandCoin  v1.2.0

released at github:
https://github.com/ShorelineCrypto/NewEnglandCoin/releases/tag/v1.2.0

New Features:

  • Blockchain hardfork at 273501 block
  • Anti-51% attack feature enabled at fork
  • Anti-instant mining enabled at fork


v1.2.0 implemented new dynamic hashing algorithm II as explained in technical whitepaper v1.0.  This new wallet upgrade is required for all users.
member
Activity: 478
Merit: 10
Pool https://s2.mpos-pools.com/neng will be closed
in 72 hours. Please, withdraw your coins
member
Activity: 1573
Merit: 23
Congratulations for New England Patriot winning super bowl again!
newbie
Activity: 641
Merit: 0
coin price very low

any plans website , join coinomi ?
member
Activity: 1573
Merit: 23
Good evening, what is and where do I find "rpcuser" and "rpcpassword"?

Thanks

In the cheetah software folder, there is file named "newenglandcoin.conf-example",   renamed it to "newenglandcoin.conf",

use an editor to modify it, windows would be "wordpad",  in mac, not very familiar, maybe macedit  or  TextEdit?

Change the first two lines of the files to a more personalized randomized rpc password / username:
-------------------------
rpcuser=dfas7860
rpcpassword=Fdsf9er9wqr90Fdf
--------------------

Do not use my above example,  just  type in some random charaters + numbers for username/password so that only you know them.  







The miner works in other coin too or only in NewEnglandcoin?

For now only NewEnglandCoin. If more coins adopt similar dynamic diff algorithm , the miner could support more in the future.

At this moment ,. CPU miners probably takes 5% to 20% of total block reward, averaging about 10%. Majority of blocks reward still go to ASIC miners.
newbie
Activity: 18
Merit: 0
Good evening, what is and where do I find "rpcuser" and "rpcpassword"?

Thanks

In the cheetah software folder, there is file named "newenglandcoin.conf-example",   renamed it to "newenglandcoin.conf",

use an editor to modify it, windows would be "wordpad",  in mac, not very familiar, maybe macedit  or  TextEdit?

Change the first two lines of the files to a more personalized randomized rpc password / username:
-------------------------
rpcuser=dfas7860
rpcpassword=Fdsf9er9wqr90Fdf
--------------------

Do not use my above example,  just  type in some random charaters + numbers for username/password so that only you know them.  







The miner works in other coin too or only in NewEnglandcoin?
member
Activity: 1573
Merit: 23
Good evening, what is and where do I find "rpcuser" and "rpcpassword"?

Thanks

In the cheetah software folder, there is file named "newenglandcoin.conf-example",   renamed it to "newenglandcoin.conf",

use an editor to modify it, windows would be "wordpad",  in mac, not very familiar, maybe macedit  or  TextEdit?

Change the first two lines of the files to a more personalized randomized rpc password / username:
-------------------------
rpcuser=dfas7860
rpcpassword=Fdsf9er9wqr90Fdf
--------------------

Do not use my above example,  just  type in some random charaters + numbers for username/password so that only you know them.  



newbie
Activity: 18
Merit: 0
Good evening, what is and where do I find "rpcuser" and "rpcpassword"?

Thanks
member
Activity: 1573
Merit: 23
Cheetah_cpuminer v1.1.2 is released at github.  This version added additional support for Mac platform.

https://github.com/ShorelineCrypto/cheetah_cpuminer/releases

README Document:
https://github.com/ShorelineCrypto/cheetah_cpuminer

What is Cheetah_Cpuminer?
NewEnglandcoin (NENG) blockchain has dynamic difficulty adjustment algorithm which may trigger ASIC miners to get stuck on NENG blockchain finding no blocks from several minutes to several hours.

Cheetah_cpuminer will automatically start mining at local PC when ASIC miners get stuck. Cheeta_cpuminer will stop mining when ASIC miners are smoothly generating blocks

v1.1.2 is tested under  Windows 10, Mac OSX 10.11 and Ubuntu Linux 16.04
member
Activity: 1573
Merit: 23
Obviously current version of cheetah_cpuminer does not support Mac platform yet.  With the new release of Mac wallet,  cheetah support for  OSX will come soon.  
member
Activity: 1573
Merit: 23
Mac Wallet for both GUI and command line are released in v1.1.2:
https://github.com/ShorelineCrypto/NewEnglandCoin/releases

The MacOS wallet was compiled in OSX 10.11 machine with backward compatibility with OSX 10.7 or higher.  Only OSX 10.11 was tested, but other platform may work as well.

To compile your own MacOS wallet from source, check the doc guidelines  on how the current Mac wallets were compiled:
https://github.com/ShorelineCrypto/NewEnglandCoin/blob/master/doc/build-osx.md
member
Activity: 1573
Merit: 23
Cheetah_cpuminer v1.1.1 is released at github.  This version is mainly a bug fix version on the issue that cheetah can crash occasionally on wrong timestamp.

https://github.com/ShorelineCrypto/cheetah_cpuminer/releases

README Document:
https://github.com/ShorelineCrypto/cheetah_cpuminer

What is Cheetah_Cpuminer?
NewEnglandcoin (NENG) blockchain has dynamic difficulty adjustment algorithm which may trigger ASIC miners to get stuck on NENG blockchain finding no blocks from several minutes to several hours.

Cheetah_cpuminer will automatically start mining at local PC when ASIC miners get stuck. Cheeta_cpuminer will stop mining when ASIC miners are smoothly generating blocks

v1.1.1 is tested under Ubuntu linux 16.04 and Windows 10


full member
Activity: 406
Merit: 112
There are so many available altcoins, which have faster transaction pace than bitcoin's transaction speed, on the market.
Therefore, I think that the NENG team have to do something more, something innovative to make the coin being competitive, able to catch both eyeballs and capital flows from investors.
Good start, good luck, and good achievements later this year.
member
Activity: 1573
Merit: 23
We have a error with this coin  and we will fix it asap so for now its removed

Is the problem fixed in the end or does it still exist and you cannot add back to your portal? In general, they have a very good idea so that everything can work out with a positive market.

It looks that finally findblocks.com restored NENG mining.  For a while findblocks was one of the earlier working pool for NENG
member
Activity: 1573
Merit: 23
Cheetah_cpuminer v1.1.0 is released at github:  
https://github.com/ShorelineCrypto/cheetah_cpuminer/releases

README Document:
https://github.com/ShorelineCrypto/cheetah_cpuminer

What is Cheetah_Cpuminer?
NewEnglandcoin (NENG) blockchain has dynamic difficulty adjustment algorithm which may trigger ASIC miners to get stuck on NENG blockchain finding no blocks from several minutes to several hours.

Cheetah_cpuminer will automatically start mining at local PC when ASIC miners get stuck. Cheeta_cpuminer will stop mining when ASIC miners are smoothly generating blocks

v1.1.0 is tested under Ubuntu linux 16.04 and Windows 10

Note under window machine:  even if the wallet is fully synced under window machine, you may have to  double click the bat file,  stay for couple of minutes and then close it, and restart it again to allow cheetah to work properly.  Somehow cheetah may not work with the first try.
newbie
Activity: 35
Merit: 0
Hi DEV! the price is very low on shorelinecrypto we need on a more popular exchange! any plans to add to other exchanges?
Pages:
Jump to: