Search content
Sort by

Showing 20 of 26 results by Korzan757
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] AnimeCoin [アニメコイン] ANI
by
Korzan757
on 02/02/2014, 02:49:34 UTC

maybe someone can raise animecoin interest up in 4ch and 2ch ?  Grin

Yea... It can be YOU!

Or YOU!  Cool

I  don't really know where should we start a thread on 4chan. Anime/Manga ; Otaku; Technology, Random etc. Huh
But I noticed that you can pay for 4chan pass with bitcoins.  Cheesy
https://www.4chan.org/pass

Definitely /b/
Post
Topic
Board Announcements (Altcoins)
Re: [ANN - NEW EXCHANGE] | www.CoinMarket.io | OFFICIAL THREAD
by
Korzan757
on 01/02/2014, 16:33:20 UTC
I would also like to place a vote for Animecoin(ANI) and FairQuark (FRQ)
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] AnimeCoin [アニメコイン] ANI
by
Korzan757
on 29/01/2014, 01:24:57 UTC
WTB ANI with btc, ppc, nmc, or xpm. PM me
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] AnimeCoin [アニメコイン]
by
Korzan757
on 27/01/2014, 07:20:36 UTC
So looking at this for a while tells me the reason I can't get the miner to work is that I'm running 32 bit ubuntu. This apparently only works in 64 bit.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] AnimeCoin [アニメコイン]
by
Korzan757
on 27/01/2014, 05:31:03 UTC
If you really want in you can mine on a VPS.  2CPU droplets at Digital Ocean are producing 90 Khash/s.
They don't take btc or I would.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] AnimeCoin [アニメコイン]
by
Korzan757
on 27/01/2014, 05:20:07 UTC
So that got me this far.
/usr/lib/gcc/i686-linux-gnu/4.6/include/emmintrin.h:32:3: error: #error "SSE2 instruction set not enabled"
In file included from anime.c:15:0:
...
make: *** [all] Error 2

See instructions here: https://github.com/Animecointeam/Anime-CPUMiner/

Code:
Basic *nix build instructions:
./autogen.sh # only needed if building from git repo
./nomacro.pl # only needed if building on Mac OS X or with Clang
./configure CFLAGS="-O3"
make

SteeleMiner
AYProVUSzUBXaNBMSezx1CuHHa4fm54XBP
Done all that. I really think it's a hardware issue. I'll be happy when my new pc ships.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] AnimeCoin [アニメコイン]
by
Korzan757
on 27/01/2014, 05:11:06 UTC
So that got me this far.
/usr/lib/gcc/i686-linux-gnu/4.6/include/emmintrin.h:32:3: error: #error "SSE2 instruction set not enabled"


What cpu ? SSE2 is really the minimum required, I think
I have a chromebook with an intel N570 atom. The wallet claims to be mining.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] AnimeCoin [アニメコイン]
by
Korzan757
on 27/01/2014, 04:49:58 UTC
Every miner hangs at the same error.
./configure: line 5519: syntax error near unexpected token `,'
./configure: line 5519: `LIBCURL_CHECK_CONFIG(, 7.15.2, ,'
Have tried installing libcurl serveral times.



Code:
apt-get install libcurl4-gnutls-dev


or


Code:
apt-get install libcurl4-openssl-dev

Tried the first and nothing, then the second and still nothing. I have no clue what the problem is.


You have to start again with ./autogen.sh after install the lib.
So that got me this far.
/usr/lib/gcc/i686-linux-gnu/4.6/include/emmintrin.h:32:3: error: #error "SSE2 instruction set not enabled"
In file included from anime.c:15:0:
jh_sse2_opt64.h:30:1: error: unknown type name ‘__m128i’
In file included from anime.c:15:0:
jh_sse2_opt64.h: In function ‘jhF8’:
jh_sse2_opt64.h:248:7: warning: implicit declaration of function ‘_mm_xor_si128’ [-Wimplicit-function-declaration]
jh_sse2_opt64.h:248:7: warning: implicit declaration of function ‘_mm_load_si128’ [-Wimplicit-function-declaration]
jh_sse2_opt64.h:248:12: error: ‘__m128i’ undeclared (first use in this function)
jh_sse2_opt64.h:248:12: note: each undeclared identifier is reported only once for each function it appears in
jh_sse2_opt64.h:248:12: error: expected expression before ‘)’ token
jh_sse2_opt64.h:250:12: error: expected expression before ‘)’ token
jh_sse2_opt64.h:252:12: error: expected expression before ‘)’ token
jh_sse2_opt64.h:254:12: error: expected expression before ‘)’ token
jh_sse2_opt64.h:264:13: warning: implicit declaration of function ‘_mm_set1_epi8’ [-Wimplicit-function-declaration]
jh_sse2_opt64.h:264:13: warning: implicit declaration of function ‘_mm_andnot_si128’ [-Wimplicit-function-declaration]
jh_sse2_opt64.h:264:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:264:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:264:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:264:13: warning: implicit declaration of function ‘_mm_and_si128’ [-Wimplicit-function-declaration]
jh_sse2_opt64.h:264:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:264:13: warning: implicit declaration of function ‘_mm_or_si128’ [-Wimplicit-function-declaration]
jh_sse2_opt64.h:264:13: warning: implicit declaration of function ‘_mm_srli_epi16’ [-Wimplicit-function-declaration]
jh_sse2_opt64.h:264:13: warning: implicit declaration of function ‘_mm_slli_epi16’ [-Wimplicit-function-declaration]
jh_sse2_opt64.h:265:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:265:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:265:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:265:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:266:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:266:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:266:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:266:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:267:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:267:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:267:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:267:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:268:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:268:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:268:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:268:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:268:13: warning: implicit declaration of function ‘_mm_slli_epi32’ [-Wimplicit-function-declaration]
jh_sse2_opt64.h:268:13: warning: implicit declaration of function ‘_mm_srli_epi32’ [-Wimplicit-function-declaration]
jh_sse2_opt64.h:269:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:269:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:269:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:269:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:269:13: warning: implicit declaration of function ‘_mm_shuffle_epi32’ [-Wimplicit-function-declaration]
jh_sse2_opt64.h:269:13: warning: implicit declaration of function ‘_MM_SHUFFLE’ [-Wimplicit-function-declaration]
jh_sse2_opt64.h:270:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:270:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:270:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:270:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:279:12: error: expected expression before ‘)’ token
jh_sse2_opt64.h:281:12: error: expected expression before ‘)’ token
jh_sse2_opt64.h:283:12: error: expected expression before ‘)’ token
jh_sse2_opt64.h:285:12: error: expected expression before ‘)’ token
anime.c: In function ‘animehash’:
anime.c:95:13: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
anime.c:124:13: error: ‘__m128i’ undeclared (first use in this function)
anime.c:124:13: error: expected expression before ‘)’ token
anime.c:124:13: error: expected expression before ‘)’ token
anime.c:124:13: error: expected expression before ‘)’ token
anime.c:124:13: error: expected expression before ‘)’ token
anime.c:124:13: error: expected expression before ‘)’ token
anime.c:124:13: error: expected expression before ‘)’ token
anime.c:124:13: error: expected expression before ‘)’ token
anime.c:124:13: error: expected expression before ‘)’ token
anime.c:124:13: error: expected expression before ‘)’ token
anime.c:124:13: error: expected expression before ‘)’ token
anime.c:124:13: error: expected expression before ‘)’ token
anime.c:124:13: error: expected expression before ‘)’ token
anime.c:124:13: error: expected expression before ‘)’ token
anime.c:124:13: error: expected expression before ‘)’ token
anime.c:124:13: error: expected expression before ‘)’ token
anime.c:124:13: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: warning: right shift count >= width of type [enabled by default]
anime.c:124:1: warning: right shift count >= width of type [enabled by default]
anime.c:124:1: warning: right shift count >= width of type [enabled by default]
anime.c:124:1: warning: right shift count >= width of type [enabled by default]
anime.c:124:1: warning: implicit declaration of function ‘_mm_store_si128’ [-Wimplicit-function-declaration]
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
make[2]: *** [minerd-anime.o] Error 1
make[2]: Leaving directory `/home/korzan/animecoin-cpuminer-master'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/korzan/animecoin-cpuminer-master'
make: *** [all] Error 2
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] AnimeCoin [アニメコイン]
by
Korzan757
on 27/01/2014, 04:17:34 UTC
Every miner hangs at the same error.
./configure: line 5519: syntax error near unexpected token `,'
./configure: line 5519: `LIBCURL_CHECK_CONFIG(, 7.15.2, ,'
Have tried installing libcurl serveral times.



Code:
apt-get install libcurl4-gnutls-dev


or


Code:
apt-get install libcurl4-openssl-dev

Tried the first and nothing, then the second and still nothing. I have no clue what the problem is.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] AnimeCoin [アニメコイン]
by
Korzan757
on 27/01/2014, 04:06:07 UTC
Every miner hangs at the same error.
./configure: line 5519: syntax error near unexpected token `,'
./configure: line 5519: `LIBCURL_CHECK_CONFIG(, 7.15.2, ,'
Have tried installing libcurl serveral times.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] AnimeCoin [アニメコイン]
by
Korzan757
on 27/01/2014, 02:49:54 UTC
Been mining on a chromebook with the wallet since launch...still nothing. Cant get the miner to make for some reason. Feel bad for me? Thanks in advance.
ASuPtdisCqwjrurfo9fxYvNYgu2P6QvPSx

Sent u some cute coins.

Thanks a lot. I didn't expect this difficulty out of nowhere.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] AnimeCoin [アニメコイン]
by
Korzan757
on 27/01/2014, 02:26:51 UTC
Been mining on a chromebook with the wallet since launch...still nothing. Cant get the miner to make for some reason. Feel bad for me? Thanks in advance.
ASuPtdisCqwjrurfo9fxYvNYgu2P6QvPSx
http://fc02.deviantart.net/fs70/f/2013/123/d/2/d2f97ab3f6aa27aa15f30fe4f4bf60e3-d63zyo5.jpg
Post
Topic
Board Announcements (Altcoins)
Re: ★★ DigiByte ★★ [DGB] - A Professional Cryptocurrency ✈ On Coin Market ✔
by
Korzan757
on 20/01/2014, 01:49:57 UTC
Get in IRC http://webchat.freenode.net/?channels=#digibytecoin help commence the dump party. much profits
Post
Topic
Board Announcements (Altcoins)
Re: ★★ DigiByte ★★ [DGB] - A Professional Cryptocurrency ✈ On Coin Market ✔
by
Korzan757
on 20/01/2014, 00:31:59 UTC
@ ginger
 i'm not bitter little lad.
just fed up with trolls hating
why are you hating dgb?
how can you run down a coins value when it's only just started?
how many dgb's do you have for the second time?
 none maybe? oh well you can run and cry in the corner in a couple of months

why are you hating dgb?
Because of the premine, because of the retarded block reward system(double digis first 3 days), this causes insane inflation to the currency, and the blatantly wrong believe the devs have in thinking this coin will not only be worth over a billion dollars in a year, but exceed BTC by 10x in the near future.

how can you run down a coins value when it's only just started?
By dumping its value way down

how many dgb's do you have for the second time?
I've personally dumped 15k but I've amassed enough people to sell @ 55 satoshis(1 million digishits)



His amassed people is anon, who everyone knows isn't your personal army. lol
Post
Topic
Board Announcements (Altcoins)
Re: ★★ DigiByte ★★ [DGB] - A Professional Cryptocurrency ✈ On Coin Market ✔
by
Korzan757
on 19/01/2014, 23:37:54 UTC
@Gingermod

 we are all feeling pretty damn good about how this coin is shaping up and the price so far is only goin up up up. it's been on the exchange a couple of hours. once it gets on other exchanges then it's take off time. so how do you feel???

 how many dgb's do you have little boy???

>the price so far is only goin up up up

The most volume is at 55 satoshis right now. The sell prices are also steadily declining. Why do you have to be so bitter? You're just as bad as religious people.

71 buy order is 30% gone! 55 is in sight

I'm guessing we aren't counting the several hundred thousand sold >100
Post
Topic
Board Announcements (Altcoins)
Re: ★★ DigiByte ★★ [DGB] - A Professional Cryptocurrency ✈ On Coin Market ✔
by
Korzan757
on 19/01/2014, 23:14:15 UTC
Thank you very much for the donation!

Help us support DigiByte! No huge dumps please

You mean huge dumps please. Some of us like cheap coins.
Post
Topic
Board Announcements (Altcoins)
Re: ★★ DigiByte ★★ [DGB] - A Professional Cryptocurrency ✈ Now Launched!! ✔
by
Korzan757
on 19/01/2014, 22:06:53 UTC
No selling for under 100 satoshis, that was the easy going rate before the exchange.
Post
Topic
Board Announcements (Altcoins)
Re: ★★ DigiByte ★★ [DGB] - A Professional Cryptocurrency ✈ Now Launched!! ✔
by
Korzan757
on 19/01/2014, 21:53:05 UTC
DGB wallet online coinmarket.io
Post
Topic
Board Announcements (Altcoins)
Re: ★★ DigiByte ★★ [DGB] - A Professional Cryptocurrency ✈ Now Launched!! ✔
by
Korzan757
on 19/01/2014, 21:42:40 UTC
EXCHANGE IS NECESSARY!

Gotta dump em all?
Post
Topic
Board Announcements (Altcoins)
Re: ★★ DigiByte ★★ [DGB] - A Professional Cryptocurrency ✈ Now Launched!! ✔
by
Korzan757
on 19/01/2014, 20:41:45 UTC
There needs to be a DigiByte forum setup. Important announcements like the android wallet or $500k investment opportunity gets lost in the many pages of this thread. Having a forum with designated threads for these announcement would be beneficial.

I agree. I'm setting up a forum for DigiByte (my little support to DGB). I will give full access to dev team, and we need to get some moderators who will fill the forum with initial information.

Forum will be online in a matter of hours. Will post information here


Been mining since launch. I would be willing to moderate if you could use the help. DGB all the way.