Bitcoin Forum
April 26, 2024, 09:38:05 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 ... 176 »
  Print  
Author Topic: [ANN][YAC] yacoin: yet another altcoin. START is now.  (Read 346636 times)
pocopoco (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
May 05, 2013, 07:52:41 PM
Last edit: May 09, 2013, 07:43:57 AM by pocopoco
 #1

Hello!

This is a formal announce of yacoin: yet another coin based on novacoin sources. Hash algo is changed from scrypt(1024, 1, 1) to scrypt(N, 1, 1). Parameter N increases over time making HW or GPU implementation more and more impractical (but yet possible).

Using scrypt(N, 1, 1) means that only solo cpu mining will work until someone will fork mining pool software or implement GPU miner. All existing miners (cpuminer, cgminer, reaper etc) aren't compatible. Yacoin Qt-wallet or daemon are to be used for mining.

The core idea is that we have to use and to try different hash algos to make cryptofinances more secure and stable.

Note:
Incrementing N will lead to immediate hashing speed decrease. Difficulty will reflect these speed changes (i.e. difficulty will decrease after N++) with lags. As soon as block reward depends on difficulty the reward will increase also and more miners will be motivated to join after N++.  It's not easy to predict now but we can be sure that some waves will happen on each N++ event.

Release and all details (ports, links to sources and binaries etc) will be available here in 24 hours.
No premine is planned: the blockchain I use now for testing will be deleted before release.

Technical details:

Sources: https://github.com/pocopoco/yacoin
Block each 60 seconds.
Block reward: 100 coins and depends on difficulty.
Hash: scrypt(N, 1, 1) + chacha instaed of salsa and keccak512 instead of sha256 (scrypt-jane implementation).
N depends on block.nTime and increases. Starting value is 32 (4 Kbs).
Port: 7688

We are starting 1.5 days later. Testing blockchain is thrown away and nothing is premined just now. This is right time to join.

Windows build: https://mega.co.nz/#!5wgDnKyZ!QLfWTXNRMRTwmb60rfpuFgzH48BCl4fpwb8paeAaqRs (updated with new seed node and hard checkpoint at height 15000).

Linux: please, build it yourself. This fast and much more secure than prebuild bineries. Build guide is completely the same as for Novacoin and other coins. New library (scrypt-jane) is embedded into source tree (you don't need to install it).

In order to start mining run your daemon (in linux) or your wallet with following parameters:
-gen (to turn on mining)
-genproclimit=1 (to limit number of cores used. Without this parameter it will use all CPUs/cores.)

-addnode=82.211.30.212 (this is one of my VPS that will help us to connect nodes in small network for first several weeks)
Adding seed nodes to command line isn't necessary because both IPs (I've installed second machine today - 81.17.30.114) are now hard-coded: daemon and wallet can start and connect to other peers without "-addnode". You should add seed nodes explicitly only in case of connectivity problems. Update code from git (linux) or download new binary (windows).

Finally command lines looks like:
Windows: yacoin-qt -gen -genproclimit=1
Linux: yacoin-qt -gen -genproclimit=1

Update:
In case of connectivity problems try to add seed nodes to command line: -addnode=82.211.30.212 or -addnode=81.17.30.114 . This will force daemon (and wallet) not only to ask these nodes about peer list but also try to maintain connections to them. One of these two IPs would be enougth.
According to NIST and ECRYPT II, the cryptographic algorithms used in Bitcoin are expected to be strong until at least 2030. (After that, it will not be too difficult to transition to different algorithms.)
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714167485
Hero Member
*
Offline Offline

Posts: 1714167485

View Profile Personal Message (Offline)

Ignore
1714167485
Reply with quote  #2

1714167485
Report to moderator
anderl
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500



View Profile
May 05, 2013, 07:55:12 PM
Last edit: May 20, 2013, 04:55:21 PM by anderl
 #2






[ANN][YAC] YACoin ongoing development - Unofficial client fork
markm
Legendary
*
Offline Offline

Activity: 2940
Merit: 1090



View Profile WWW
May 05, 2013, 07:55:46 PM
 #3

So N will never be 1024, right?

Otherwise all the existing GPU miners will be able to rape it when it happens to be 1024...

-MarkM-

Browser-launched Crossfire client now online (select CrossCiv server for Galactic  Milieu)
Free website hosting with PHP, MySQL etc: http://hosting.knotwork.com/
BBQKorv
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250



View Profile
May 05, 2013, 07:57:04 PM
 #4

Hello!

This is a formal announce of yacoin: yet another coin based on novacoin sources. Hash algo is changed from scrypt(1024, 1, 1) to scrypt(N, 1, 1). Parameter N increases over time making HW or GPU implementation more and more impractical (but yet possible).

Using scrypt(N, 1, 1) means that only solo cpu mining will work until someone will fork mining pool software or implement GPU miner. All existing miners aren't compatible.

The core idea is that we have to use and to try different hash algos to make cryptofinances more secure and stable.

Note:
Incrementing N will lead to immediate hashing speed decrease. Difficulty will reflect these speed changes (i.e. difficulty will decrease after N++) with lags. As soon as block reward depends on difficulty the reward will increase also and more miners will be motivated to join after N++.  It's not easy to predict now but we can be sure that some waves will happen on each N++ event.

Release and all details (ports, links to sources and binaries etc) will be available here in 24 hours.
No premine is planned: the blockchain I use now for testing will be deleted before release.

Make it more than 24h delay. Babies will cry otherways. Could you also publish the technical specs, ports and so on already?

Will it have the mining in the client?

Oh, and make it damn hard to mine in the beginning.
furuknap
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250

http://coin.furuknap.net/


View Profile WWW
May 05, 2013, 07:59:14 PM
 #5

Using scrypt(N, 1, 1) means that only solo cpu mining will work until someone will fork mining pool software or implement GPU miner. All existing miners aren't compatible.

Interesting, definitely good to make CPU mining relevant again now that GPUs and ASICs have taken over all the other coins.

Will you post pre-release source in advance for verification? I think this makes it more trustworthy so that miners can review the code and only diff when the final code ships.

.b

seleme
Legendary
*
Offline Offline

Activity: 2772
Merit: 1028


Duelbits.com


View Profile WWW
May 05, 2013, 07:59:42 PM
 #6

Stupid name if you are serious. Just as JunkCoin, devalued in it's name..

I like CPU idea as it would stop usual bullies to rape new coin after they did it with all others before but botnet is problem for that.

       ███████████████▄▄
    ██████████████████████▄
  ██████████████████████████▄
 ███████   ▀████████▀   ████▄
██████████    █▀  ▀    ██████▄
███████████▄▄▀  ██  ▀▄▄████████
███████████          █████████
███████████▀▀▄  ██  ▄▀▀████████
██████████▀   ▀▄  ▄▀   ▀██████▀
 ███████  ▄██▄████▄█▄  █████▀
  ██████████████████████████▀
    ██████████████████████▀
       ███████████████▀▀
.
.Duelbits.
.
..THE MOST REWARDING CASINO......
   ▄▄▄▄████▀███▄▄▄▄▄
▄███▄▀▄██▄   ▄██▄▀▄███▄
████▄█▄███▄█▄███▄█▄████
███████████████████████   ▄██▄
██     ██     ██     ██   ▀██▀
██ ▀▀█ ██ ▀▀█ ██ ▀▀█ ██    ██
██  █  ██  █  ██  █  ██
█▌  ██
██     ██     ██     ████  ██
█████████████████████████  ██
████████████████████████████▀
█████████████████████████
█████████████████████████
████████████████████████▌
       +4,000      
PROVABLY FAIR
GAMES
   $500,000  
MONTHLY
PRIZE POOL
      $10,000     
BLACKJACK
GIVEAWAY
pocopoco (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
May 05, 2013, 07:59:50 PM
 #7

So N will never be 1024, right?

Otherwise all the existing GPU miners will be able to rape it when it happens to be 1024...

-MarkM-


It will be 1024 during several weeks but there are some other minor changes in scrypt making it still incompatible with gpu miners.
Vorksholk
Legendary
*
Offline Offline

Activity: 1713
Merit: 1029



View Profile WWW
May 05, 2013, 08:15:46 PM
 #8

So, is 'N' based on block number in some way, or does it vary with hash rate?

Cool concept, looking forward to release Smiley

VeriBlock: Securing The World's Blockchains Using Bitcoin
https://veriblock.org
pocopoco (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
May 05, 2013, 08:18:47 PM
 #9

Stupid name if you are serious. Just as JunkCoin, devalued in it's name..

"Yet Another Compiler Compiler" (c)

I like CPU idea as it would stop usual bullies to rape new coin after they did it with all others before but botnet is problem for that.

Yes. This is a dilemma: botnets or asics? Smiley
seleme
Legendary
*
Offline Offline

Activity: 2772
Merit: 1028


Duelbits.com


View Profile WWW
May 05, 2013, 08:21:49 PM
 #10

Yeah, I understand you, though they're criminals I'd almost rather hackers to mine it than those that raped bitcoin, litecoin and then each other that appeared. It's huge crypto power centralization, same shit as in real life.

       ███████████████▄▄
    ██████████████████████▄
  ██████████████████████████▄
 ███████   ▀████████▀   ████▄
██████████    █▀  ▀    ██████▄
███████████▄▄▀  ██  ▀▄▄████████
███████████          █████████
███████████▀▀▄  ██  ▄▀▀████████
██████████▀   ▀▄  ▄▀   ▀██████▀
 ███████  ▄██▄████▄█▄  █████▀
  ██████████████████████████▀
    ██████████████████████▀
       ███████████████▀▀
.
.Duelbits.
.
..THE MOST REWARDING CASINO......
   ▄▄▄▄████▀███▄▄▄▄▄
▄███▄▀▄██▄   ▄██▄▀▄███▄
████▄█▄███▄█▄███▄█▄████
███████████████████████   ▄██▄
██     ██     ██     ██   ▀██▀
██ ▀▀█ ██ ▀▀█ ██ ▀▀█ ██    ██
██  █  ██  █  ██  █  ██
█▌  ██
██     ██     ██     ████  ██
█████████████████████████  ██
████████████████████████████▀
█████████████████████████
█████████████████████████
████████████████████████▌
       +4,000      
PROVABLY FAIR
GAMES
   $500,000  
MONTHLY
PRIZE POOL
      $10,000     
BLACKJACK
GIVEAWAY
pocopoco (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
May 05, 2013, 08:23:15 PM
 #11

So, is 'N' based on block number in some way, or does it vary with hash rate?

Cool concept, looking forward to release Smiley

N is based on timestamp ;-/
Block number-based N makes it difficult to check PoW of a single incoming block.
limbaugh
Legendary
*
Offline Offline

Activity: 1311
Merit: 1000



View Profile
May 05, 2013, 08:25:30 PM
 #12


Yes. This is a dilemma: botnets or asics? Smiley

Or something everyone has, GPU. Hope the botnets rape this pile to prove CPU just can't work anymore.
megablue
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile WWW
May 05, 2013, 08:32:45 PM
 #13

nice... now servers farm admin will be rich  Grin

LTC: LQx367oQtbwsc7Ygf9S1B6E1d9LuGk7v11
bitdwarf
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


The cryptocoin watcher


View Profile
May 05, 2013, 08:34:22 PM
Last edit: May 30, 2013, 12:22:58 AM by bitdwarf
 #14

Edit: Some graphics. I give them away as Public Domain. I'll post a SVG if people seriously wants to use them.



SVG: http://minus.com/lbfqksxjeenAAT

𝖄𝖆𝖈: YF3feU4PNLHrjwa1zV63BcCdWVk5z6DAh5 · 𝕭𝖙𝖈: 12F78M4oaNmyGE5C25ZixarG2Nk6UBEqme
Ɏ: "the altcoin for the everyman, where the sweat on one's brow can be used to cool one's overheating CPU" -- theprofileth
ryantc
Sr. Member
****
Offline Offline

Activity: 329
Merit: 250


Bitcoin may be the TCP/IP of money.


View Profile
May 05, 2013, 08:36:15 PM
 #15

 Cheesy interesting
now all GPU miners will consider a powerful CPU to mine this coin Cheesy
Sunny King
Legendary
*
Offline Offline

Activity: 1205
Merit: 1010



View Profile WWW
May 05, 2013, 08:36:31 PM
 #16

Good. I welcome the 3rd PPC fork that at least tries something slightly different. Dynamic scrypt parameter was something dreamwatcher wanted to do some time ago, I am sure he would be happy to add to his explorer collections  Wink
pocopoco (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
May 05, 2013, 08:39:06 PM
 #17

...

Release and all details (ports, links to sources and binaries etc) will be available here in 24 hours.
No premine is planned: the blockchain I use now for testing will be deleted before release.

Make it more than 24h delay. Babies will cry otherways. Could you also publish the technical specs, ports and so on already?

Will it have the mining in the client?

Oh, and make it damn hard to mine in the beginning.

Mining client now is quite simple: yacoin-qt.exe -gen=1 -genproclimit=1/2/...
Vorksholk
Legendary
*
Offline Offline

Activity: 1713
Merit: 1029



View Profile WWW
May 05, 2013, 08:40:09 PM
 #18

Quick question, is there a CPU-mining program that can handle variable Scrypt rounds?

Edit: aside from the built-in miner, which is significantly slower.

VeriBlock: Securing The World's Blockchains Using Bitcoin
https://veriblock.org
achillez
Hero Member
*****
Offline Offline

Activity: 874
Merit: 1000


View Profile
May 05, 2013, 08:44:42 PM
 #19

crum - 24 hrs?  That's Monday morning - a bunch of us will be at work Sad
Boelens
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500



View Profile
May 05, 2013, 08:45:41 PM
 #20

crum - 24 hrs?  That's Monday morning - a bunch of us will be at work Sad

That's Monday night here, fine for me!
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 ... 176 »
  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!