Pages:
Author

Topic: [ANN][YAC] yacoin: yet another altcoin. START is now. - page 49. (Read 346684 times)

member
Activity: 100
Merit: 10
Don't know where I should post there, but just created a little monitoring tool in PHP, if you're using YaCoind on a dedicated server, it can be usefull.

Just require PHP

https://github.com/Meskalyn/YaCoin-php-Tools for the code.
full member
Activity: 153
Merit: 100
...
5 YAC sent. Nice gif, btw
Thanks you a lot Smiley
Seems like my wallet is working fine  Kiss

You know, I'm 16...
Maybe...
I could be your brother in law?
Well, she is 27 and in hollidays with her bf, so i think it's a no  Tongue

Darn.
 Grin
newbie
Activity: 42
Merit: 0
5 YAC sent. Nice gif, btw
Thanks you a lot Smiley
Seems like my wallet is working fine  Kiss

You know, I'm 16...
Maybe...
I could be your brother in law?
Well, she is 27 and in hollidays with her bf, so i think it's a no  Tongue

And thanks to the generous donator who gave me 2 YAC too  Kiss
Same for the person who gave me 3.1337 YAC  Wink
Love you guys, seems like this time, i'm in the game too  Grin
full member
Activity: 153
Merit: 100
...
Depends. Is your sister hot?
More than those kitties  Roll Eyes

Is she



Looking for someone to keep her company?

You know, I'm 16...
Maybe...
I could be your brother in law?

 Grin
member
Activity: 101
Merit: 10
Have been mining the whole night with my computer and my sis' one, and got really poor luck Sad
If you don't mind sharing your luck with me, just do so Smiley
Have been missing all the currencies launch, so i would love to be in for the Yacoin  Grin
YF253kLFchJfhjGm8GpDmJmQ4PZtGtX7XN



Thank you dear sires Smiley

5 YAC sent. Nice gif, btw
sr. member
Activity: 350
Merit: 250
DTC unofficial team
You gave up, built yacoind on linux and mined with that

Also, I don't have linux anywhere on my cluster and no possibility to install it. So I need windows version anyway.
newbie
Activity: 42
Merit: 0
Depends. Is your sister hot?
More than those kitties  Roll Eyes
sr. member
Activity: 350
Merit: 250
DTC unofficial team
Tried to compile cpuminer for windows from alex_fun source, but failed at make step.

gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -fno-strict-aliasing -I./compat/jansson -I/u
sr/local/include -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME
  -g -O2 -MT minerd-scrypt-jane.o -MD -MP -MF .deps/minerd-scrypt-jane.Tpo -c -o
 minerd-scrypt-jane.o `test -f 'scrypt-jane.c' || echo './'`scrypt-jane.c
C:\Users\testuser\AppData\Local\Temp\cc4kfJms.s: Assembler messages:
C:\Users\testuser\AppData\Local\Temp\cc4kfJms.s:25: Warning: .type pseudo-op use
d outside of .def/.endef ignored.
C:\Users\testuser\AppData\Local\Temp\cc4kfJms.s:25: Error: junk at end of line,
first unrecognized character is `h'
C:\Users\testuser\AppData\Local\Temp\cc4kfJms.s:26: Warning: .size pseudo-op use
d outside of .def/.endef ignored.
C:\Users\testuser\AppData\Local\Temp\cc4kfJms.s:26: Error: junk at end of line,
first unrecognized character is `h'
make[2]: *** [minerd-scrypt-jane.o] Error 1
make[2]: Leaving directory `/home/testuser/cpuminer-master'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/testuser/cpuminer-master'
make: *** [all] Error 2

Does anyone have any ideas?

make -f makefile.BLAH clean Huh

Didn't help... tried even to delete everyone from make folder and compile from scratch - nothing helped. Also cleaned Temp directory, there's also number of files that cannot be deleted. Will reboot now, cannot understand what's the hell going on that compilation  Huh

Also looked into scrypt-jane.c files, I thought that there is some ASM part of code which can give this error, but no - plain C text. Seems like compiler/flags problem.
Does anyone have the same problem at make step?

My "fix" from the other thread (I don't actually know assembly):

I have to go to bed, but if anyone wants to get a step closer to compiling it on windows, replace line 173 in ./code/scrypt-jane-portable-x86.h with

Code:
#define asm_naked_fn_end(fn) ".att_syntax prefix;\n.def " #fn "; .scl 2; .type 32; .size .-" #fn "; .endef \n"  );

The new error complains about _has_cpuid@0 not being defined (in minerd-scrypt-jane.o, after compiling to asm).

Changed that, the same error as you have. Compiler cannot understand that it is ASM part of code. Don't remember how I managed with it some years ago in the university  Angry

You gave up, built yacoind on linux and mined with that

I see that msm595 had a mistake - not line 173, but 172. Will try that now.
full member
Activity: 153
Merit: 100
...
Tried to compile cpuminer for windows from alex_fun source, but failed at make step.

gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -fno-strict-aliasing -I./compat/jansson -I/u
sr/local/include -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME
  -g -O2 -MT minerd-scrypt-jane.o -MD -MP -MF .deps/minerd-scrypt-jane.Tpo -c -o
 minerd-scrypt-jane.o `test -f 'scrypt-jane.c' || echo './'`scrypt-jane.c
C:\Users\testuser\AppData\Local\Temp\cc4kfJms.s: Assembler messages:
C:\Users\testuser\AppData\Local\Temp\cc4kfJms.s:25: Warning: .type pseudo-op use
d outside of .def/.endef ignored.
C:\Users\testuser\AppData\Local\Temp\cc4kfJms.s:25: Error: junk at end of line,
first unrecognized character is `h'
C:\Users\testuser\AppData\Local\Temp\cc4kfJms.s:26: Warning: .size pseudo-op use
d outside of .def/.endef ignored.
C:\Users\testuser\AppData\Local\Temp\cc4kfJms.s:26: Error: junk at end of line,
first unrecognized character is `h'
make[2]: *** [minerd-scrypt-jane.o] Error 1
make[2]: Leaving directory `/home/testuser/cpuminer-master'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/testuser/cpuminer-master'
make: *** [all] Error 2

Does anyone have any ideas?

make -f makefile.BLAH clean Huh

Didn't help... tried even to delete everyone from make folder and compile from scratch - nothing helped. Also cleaned Temp directory, there's also number of files that cannot be deleted. Will reboot now, cannot understand what's the hell going on that compilation  Huh

Also looked into scrypt-jane.c files, I thought that there is some ASM part of code which can give this error, but no - plain C text. Seems like compiler/flags problem.
Does anyone have the same problem at make step?

My "fix" from the other thread (I don't actually know assembly):

I have to go to bed, but if anyone wants to get a step closer to compiling it on windows, replace line 173 in ./code/scrypt-jane-portable-x86.h with

Code:
#define asm_naked_fn_end(fn) ".att_syntax prefix;\n.def " #fn "; .scl 2; .type 32; .size .-" #fn "; .endef \n"  );

The new error complains about _has_cpuid@0 not being defined (in minerd-scrypt-jane.o, after compiling to asm).

Changed that, the same error as you have. Compiler cannot understand that it is ASM part of code. Don't remember how I managed with it some years ago in the university  Angry

You gave up, built yacoind on linux and mined with that
sr. member
Activity: 350
Merit: 250
DTC unofficial team
Tried to compile cpuminer for windows from alex_fun source, but failed at make step.

gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -fno-strict-aliasing -I./compat/jansson -I/u
sr/local/include -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME
  -g -O2 -MT minerd-scrypt-jane.o -MD -MP -MF .deps/minerd-scrypt-jane.Tpo -c -o
 minerd-scrypt-jane.o `test -f 'scrypt-jane.c' || echo './'`scrypt-jane.c
C:\Users\testuser\AppData\Local\Temp\cc4kfJms.s: Assembler messages:
C:\Users\testuser\AppData\Local\Temp\cc4kfJms.s:25: Warning: .type pseudo-op use
d outside of .def/.endef ignored.
C:\Users\testuser\AppData\Local\Temp\cc4kfJms.s:25: Error: junk at end of line,
first unrecognized character is `h'
C:\Users\testuser\AppData\Local\Temp\cc4kfJms.s:26: Warning: .size pseudo-op use
d outside of .def/.endef ignored.
C:\Users\testuser\AppData\Local\Temp\cc4kfJms.s:26: Error: junk at end of line,
first unrecognized character is `h'
make[2]: *** [minerd-scrypt-jane.o] Error 1
make[2]: Leaving directory `/home/testuser/cpuminer-master'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/testuser/cpuminer-master'
make: *** [all] Error 2

Does anyone have any ideas?

make -f makefile.BLAH clean Huh

Didn't help... tried even to delete everyone from make folder and compile from scratch - nothing helped. Also cleaned Temp directory, there's also number of files that cannot be deleted. Will reboot now, cannot understand what's the hell going on that compilation  Huh

Also looked into scrypt-jane.c files, I thought that there is some ASM part of code which can give this error, but no - plain C text. Seems like compiler/flags problem.
Does anyone have the same problem at make step?

My "fix" from the other thread (I don't actually know assembly):

I have to go to bed, but if anyone wants to get a step closer to compiling it on windows, replace line 173 in ./code/scrypt-jane-portable-x86.h with

Code:
#define asm_naked_fn_end(fn) ".att_syntax prefix;\n.def " #fn "; .scl 2; .type 32; .size .-" #fn "; .endef \n"  );

The new error complains about _has_cpuid@0 not being defined (in minerd-scrypt-jane.o, after compiling to asm).

Changed that, the same error as you have. Compiler cannot understand that it is ASM part of code. Don't remember how I managed with it some years ago in the university  Angry
full member
Activity: 153
Merit: 100
...
Seriously,
If you're not finding blocks
You're doing it wrong  Roll Eyes


Have been mining the whole night with my computer and my sis' one, and got really poor luck Sad
If you don't mind sharing your luck with me, just do so Smiley
Have been missing all the currencies launch, so i would love to be in for the Yacoin  Grin
YF253kLFchJfhjGm8GpDmJmQ4PZtGtX7XN



Thank you dear sires Smiley

Depends. Is your sister hot?
newbie
Activity: 42
Merit: 0
Have been mining the whole night with my computer and my sis' one, and got really poor luck Sad
If you don't mind sharing your luck with me, just do so Smiley
Have been missing all the currencies launch, so i would love to be in for the Yacoin  Grin
YF253kLFchJfhjGm8GpDmJmQ4PZtGtX7XN

http://hfr-rehost.net/i.imgur.com/RAoNCT9.gif

Thank you dear sires Smiley
member
Activity: 238
Merit: 10
Edit: Some graphics. I give them away as Public Domain. I'll post a SVG if people seriusly wants to use them.



This is probably the _BEST_ logo I've seen for all cyptcoins including bitcoin.

Well done.  You are obviously talented.

Whose going to setup an official website for the most awesome YaCoin?

brother!
you have the same idea with me!
i make a site http://www.yacoin.org
but it's not good enough
maybe we can do it together!

Pass. I've no idea about web development.

Anyone else?  We gotta keep pushing this forward.  This is _key_ in any real success of the currency.

yes!
YAC is cooler than others!
CPU mining make more normal PC can join this currency!
so i am glad to help this currency better .

Have you seen this thread where the YaCoin creator explains how it's resistant to GPUs?

https://bitcointalksearch.org/topic/m.2083600

I think that a successful decentralised currency must allow everyone to participate equally.  This really levels the playing field a lot and gives the average user some reason to participate in the network.  Very clever!


so cool.
i love it.
i have puted it in yacoin.org


Are you sure it's working?  I don't see it there.
yes,there are more than 300 visitor
maybe my dns server not good
tomorrow i change it
full member
Activity: 153
Merit: 100
...
Edit: Some graphics. I give them away as Public Domain. I'll post a SVG if people seriusly wants to use them.



This is probably the _BEST_ logo I've seen for all cyptcoins including bitcoin.

Well done.  You are obviously talented.

Whose going to setup an official website for the most awesome YaCoin?

brother!
you have the same idea with me!
i make a site http://www.yacoin.org
but it's not good enough
maybe we can do it together!

Pass. I've no idea about web development.

Anyone else?  We gotta keep pushing this forward.  This is _key_ in any real success of the currency.

yes!
YAC is cooler than others!
CPU mining make more normal PC can join this currency!
so i am glad to help this currency better .

Have you seen this thread where the YaCoin creator explains how it's resistant to GPUs?

https://bitcointalksearch.org/topic/m.2083600

I think that a successful decentralised currency must allow everyone to participate equally.  This really levels the playing field a lot and gives the average user some reason to participate in the network.  Very clever!


so cool.
i love it.
i have puted it in yacoin.org


Are you sure it's working?  I don't see it there.



Found Yet Another Block
full member
Activity: 210
Merit: 100
Updated post #14 with a SVG of the provisional logo.

I don't like the black background one.

Maybe you want the A in YA lowercase as in YaCoin.  Just a suggestion, let's see what other's think.

"Ya" in Spanish means "Now!"

"coin" is a very used word in all the coins. Maybe to distinguish YAC we could do this:

YAcoin

Or

YA
coin
full member
Activity: 185
Merit: 100
Tried to compile cpuminer for windows from alex_fun source, but failed at make step.

gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -fno-strict-aliasing -I./compat/jansson -I/u
sr/local/include -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME
  -g -O2 -MT minerd-scrypt-jane.o -MD -MP -MF .deps/minerd-scrypt-jane.Tpo -c -o
 minerd-scrypt-jane.o `test -f 'scrypt-jane.c' || echo './'`scrypt-jane.c
C:\Users\testuser\AppData\Local\Temp\cc4kfJms.s: Assembler messages:
C:\Users\testuser\AppData\Local\Temp\cc4kfJms.s:25: Warning: .type pseudo-op use
d outside of .def/.endef ignored.
C:\Users\testuser\AppData\Local\Temp\cc4kfJms.s:25: Error: junk at end of line,
first unrecognized character is `h'
C:\Users\testuser\AppData\Local\Temp\cc4kfJms.s:26: Warning: .size pseudo-op use
d outside of .def/.endef ignored.
C:\Users\testuser\AppData\Local\Temp\cc4kfJms.s:26: Error: junk at end of line,
first unrecognized character is `h'
make[2]: *** [minerd-scrypt-jane.o] Error 1
make[2]: Leaving directory `/home/testuser/cpuminer-master'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/testuser/cpuminer-master'
make: *** [all] Error 2

Does anyone have any ideas?

make -f makefile.BLAH clean Huh

Didn't help... tried even to delete everyone from make folder and compile from scratch - nothing helped. Also cleaned Temp directory, there's also number of files that cannot be deleted. Will reboot now, cannot understand what's the hell going on that compilation  Huh

Also looked into scrypt-jane.c files, I thought that there is some ASM part of code which can give this error, but no - plain C text. Seems like compiler/flags problem.
Does anyone have the same problem at make step?

My "fix" from the other thread (I don't actually know assembly):

I have to go to bed, but if anyone wants to get a step closer to compiling it on windows, replace line 173 in ./code/scrypt-jane-portable-x86.h with

Code:
#define asm_naked_fn_end(fn) ".att_syntax prefix;\n.def " #fn "; .scl 2; .type 32; .size .-" #fn "; .endef \n"  );

The new error complains about _has_cpuid@0 not being defined (in minerd-scrypt-jane.o, after compiling to asm).
legendary
Activity: 1232
Merit: 1001
Updated post #14 with a SVG of the provisional logo.

One more suggestion.

Maybe you want some subtle gradient on the blue?  Again, just a suggestion to try (if you think it makes sense).  I'm no artist. Smiley

Again, nice work!
legendary
Activity: 1232
Merit: 1001
Updated post #14 with a SVG of the provisional logo.

I don't like the black background one.

Maybe you want the A in YA lowercase as in YaCoin.  Just a suggestion, let's see what other's think.
legendary
Activity: 1232
Merit: 1001
Edit: Some graphics. I give them away as Public Domain. I'll post a SVG if people seriusly wants to use them.



This is probably the _BEST_ logo I've seen for all cyptcoins including bitcoin.

Well done.  You are obviously talented.

Whose going to setup an official website for the most awesome YaCoin?

brother!
you have the same idea with me!
i make a site http://www.yacoin.org
but it's not good enough
maybe we can do it together!

Pass. I've no idea about web development.

Anyone else?  We gotta keep pushing this forward.  This is _key_ in any real success of the currency.

yes!
YAC is cooler than others!
CPU mining make more normal PC can join this currency!
so i am glad to help this currency better .

Have you seen this thread where the YaCoin creator explains how it's resistant to GPUs?

https://bitcointalksearch.org/topic/m.2083600

I think that a successful decentralised currency must allow everyone to participate equally.  This really levels the playing field a lot and gives the average user some reason to participate in the network.  Very clever!


so cool.
i love it.
i have puted it in yacoin.org


Are you sure it's working?  I don't see it there.
sr. member
Activity: 406
Merit: 250
The cryptocoin watcher
Updated post #14 with a SVG of the provisional logo.
Pages:
Jump to: