Bitcoin Forum
June 24, 2024, 11:08:28 AM *
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 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 ... 176 »
  Print  
Author Topic: [ANN][YAC] yacoin: yet another altcoin. START is now.  (Read 346648 times)
skytaper
Full Member
***
Offline Offline

Activity: 136
Merit: 100


View Profile
May 07, 2013, 07:02:20 PM
 #861

poco a poco, no hay tiempo... Where are you, topicstarter?
MaGNeT
Legendary
*
Offline Offline

Activity: 1526
Merit: 1002


Waves | 3PHMaGNeTJfqFfD4xuctgKdoxLX188QM8na


View Profile WWW
May 07, 2013, 07:05:35 PM
 #862

Wow, difficulty goes up fast.
My i7 generates a lot of rejects @ 4.5GHz. Or is it a diff problem?
Thracky
Member
**
Offline Offline

Activity: 66
Merit: 10


View Profile
May 07, 2013, 07:07:56 PM
 #863

Wow, difficulty goes up fast.
My i7 generates a lot of rejects @ 4.5GHz. Or is it a diff problem?

You're mining a renamed novacoin as opposed to the "final" code OP will release (eventually?). That might be the problem. 

MaGNeT
Legendary
*
Offline Offline

Activity: 1526
Merit: 1002


Waves | 3PHMaGNeTJfqFfD4xuctgKdoxLX188QM8na


View Profile WWW
May 07, 2013, 07:12:18 PM
 #864

Wow, difficulty goes up fast.
My i7 generates a lot of rejects @ 4.5GHz. Or is it a diff problem?

You're mining a renamed novacoin as opposed to the "final" code OP will release (eventually?). That might be the problem. 

No, just joking... Grin
monokaskade
Full Member
***
Offline Offline

Activity: 126
Merit: 100



View Profile
May 07, 2013, 07:27:32 PM
 #865

This thing was released 18 hours ago?
https://github.com/pocopoco/yacoin

Vertcoin Pool http://vert.bitcrush.info | Pandacoin Pool http://panda.bitcrush.info |
Thracky
Member
**
Offline Offline

Activity: 66
Merit: 10


View Profile
May 07, 2013, 07:34:29 PM
 #866

This thing was released 18 hours ago?
https://github.com/pocopoco/yacoin

No, that's 1 small change, still no changes to scrypt.

monokaskade
Full Member
***
Offline Offline

Activity: 126
Merit: 100



View Profile
May 07, 2013, 07:44:51 PM
 #867

This thing was released 18 hours ago?
https://github.com/pocopoco/yacoin

No, that's 1 small change, still no changes to scrypt.



Thats a small change? https://github.com/pocopoco/yacoin/commit/154d9371ce114b8c50ee19aa530a6dad4f8bb7c5

Vertcoin Pool http://vert.bitcrush.info | Pandacoin Pool http://panda.bitcrush.info |
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
May 07, 2013, 07:48:05 PM
 #868


Code:
-    ( 0, 0x0fd11f4e7 ) // TODO: check this is true!
+    ( 0, 0xfd11f4e7 )

Hell, a lot of work done!
super3
Legendary
*
Offline Offline

Activity: 1094
Merit: 1006


View Profile WWW
May 07, 2013, 07:50:35 PM
 #869

Anyone selling any yet? I'll buy a little.

Bitcoin Dev / Storj - Decentralized Cloud Storage. Winner of Texas Bitcoin Conference Hackathon 2014. / Peercoin Web Lead / Primecoin Web Lead / Armory Guide Author / "Am I the only one that trusts Dogecoin more than the Federal Reserve?"
Adamlm
Hero Member
*****
Offline Offline

Activity: 822
Merit: 1002


View Profile WWW
May 07, 2013, 07:53:04 PM
Last edit: May 07, 2013, 08:03:06 PM by Adamlm
 #870



https://github.com/pocopoco/yacoin
Is this the real coin? Is this just fantasy ...?

blastbob
Hero Member
*****
Offline Offline

Activity: 602
Merit: 500



View Profile
May 07, 2013, 07:56:13 PM
 #871

Anyone selling any yet? I'll buy a little.

Pm me your address or post here, and i will send you some for free

Bitrated user: blastbob.
WeissJT
Newbie
*
Offline Offline

Activity: 31
Merit: 0



View Profile
May 07, 2013, 08:08:14 PM
 #872

What about all the scrypt-jane stuff inside src/?
https://github.com/pocopoco/yacoin/tree/master/src/scrypt-jane

Im getting assembler error messages in the scrypt-jane part, when trying to compile Qt on Win7 64.

https://i.imgur.com/mWpAskQ.jpg
megablue
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile WWW
May 07, 2013, 08:12:34 PM
 #873

What about all the scrypt-jane stuff inside src/?
https://github.com/pocopoco/yacoin/tree/master/src/scrypt-jane

Im getting assembler error messages in the scrypt-jane part, when trying to compile Qt on Win7 64.



well.. i have the same issue when trying to compile it on windows

LTC: LQx367oQtbwsc7Ygf9S1B6E1d9LuGk7v11
stevenh512
Full Member
***
Offline Offline

Activity: 137
Merit: 100



View Profile
May 07, 2013, 08:38:04 PM
 #874

Just compile it if you wan't. It's not like compiling it is rocket science
for some people it is...

On Linux, which most people consider to be the most complicated OS, the "rocket science" of compiling any bitcoin-qt based client comes down to four simple steps. Using Ubuntu/Debian as an example:

1) Read the docs to find the dependencies (really simple, we may not all be computer literate but we are all literate, right?)
2) sudo apt-get install [dependencies] *
3) qmake
4) make

If you've ever compiled one before, you can skip the first two steps.

* If you're using a Linux distro that isn't based on Debian or Ubuntu, replace step 2 with whatever package manager you'd normally use to install software. If you don't know how to install software with a package manager, repeat step 1 with your distro's docs. Smiley

This signature intentionally left blank.
eddyfitz
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
May 07, 2013, 09:00:10 PM
 #875

Good luck compiling it on CentOS....
turtle83
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


Supersonic


View Profile WWW
May 07, 2013, 09:06:27 PM
 #876

Good luck compiling it on CentOS....

Good luck doing compiling anything written in this decade on CentOS.

eddyfitz
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
May 07, 2013, 09:10:32 PM
 #877

To bad my 64 core AMD monster runs centos (for reason!) Was even hard to compile miner
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
May 07, 2013, 09:35:57 PM
 #878

So what's going on with this coin then?

Nothing. We all moved to https://bitcointalk.org/index.php?topic=196129.0;topicseen.
LOG123
Full Member
***
Offline Offline

Activity: 153
Merit: 100


...


View Profile
May 08, 2013, 12:25:02 AM
 #879

or have we?
https://bitcointalk.org/index.php?topic=198023.0

Wait, I guess we have.
eddyfitz
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
May 08, 2013, 12:50:39 AM
 #880

Dunno about others, but I've moved
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 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 ... 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!