Bitcoin Forum
April 26, 2024, 05:32:32 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: « 1 2 3 4 [5] 6 »  All
  Print  
Author Topic: YACoin - cpuminer released. Very soon pools will be availaible for this coin  (Read 28649 times)
Wolf Rainer
Legendary
*
Offline Offline

Activity: 1960
Merit: 1022


View Profile
May 10, 2013, 11:34:47 AM
 #81


TROYAN!
1714152752
Hero Member
*
Offline Offline

Posts: 1714152752

View Profile Personal Message (Offline)

Ignore
1714152752
Reply with quote  #2

1714152752
Report to moderator
1714152752
Hero Member
*
Offline Offline

Posts: 1714152752

View Profile Personal Message (Offline)

Ignore
1714152752
Reply with quote  #2

1714152752
Report to moderator
1714152752
Hero Member
*
Offline Offline

Posts: 1714152752

View Profile Personal Message (Offline)

Ignore
1714152752
Reply with quote  #2

1714152752
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714152752
Hero Member
*
Offline Offline

Posts: 1714152752

View Profile Personal Message (Offline)

Ignore
1714152752
Reply with quote  #2

1714152752
Report to moderator
1714152752
Hero Member
*
Offline Offline

Posts: 1714152752

View Profile Personal Message (Offline)

Ignore
1714152752
Reply with quote  #2

1714152752
Report to moderator
1714152752
Hero Member
*
Offline Offline

Posts: 1714152752

View Profile Personal Message (Offline)

Ignore
1714152752
Reply with quote  #2

1714152752
Report to moderator
fenican
Hero Member
*****
Offline Offline

Activity: 1393
Merit: 505


View Profile
May 10, 2013, 11:36:22 AM
 #82

Nice work.  I spun up 6 "high CPU" instances on Amazon last night to test this with 6 CPU miners feeding into one running yacoind.  Found about 6 blocks.  Not economical, though.  Cost me about $26 in EC2 hourly charges.  I'll probably recoup that as the value of YAC rises.

Fun experiment.  At least I'll be ready to spin up a farm quickly when the next CPU coin using Jane algorithm surfaces
gpudude
Full Member
***
Offline Offline

Activity: 126
Merit: 100


GPUDude


View Profile
May 10, 2013, 11:48:27 AM
 #83

./minerd -o http://127.0.0.1:9323 -u randomuser -p yourgivenpassword -a scrypt-jane

When doing so all I get is

"./cpuminer: is a directory"

god3
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
May 10, 2013, 02:03:44 PM
 #84

Optimised version of cpuminer for Windows 7 x64:
https://bitcointalk.org/index.php?topic=201027.0
eule
Hero Member
*****
Offline Offline

Activity: 756
Merit: 501


View Profile
May 10, 2013, 03:19:06 PM
Last edit: May 10, 2013, 04:20:52 PM by eule
 #85

Could someone please upload a Linux binary for x86_64? My VPS hits memory limit at ./configure ...  Undecided

Quote
checking whether libcurl is usable... yes
checking for curl_free... yes
./configure: fork: Cannot allocate memory
./configure: fork: Cannot allocate memory
edit: Nevermind got it to work, not sure why it didn't before as the VPS has enough RAM. Getting 313 khash on my shitty 15€ VPS using 10 of 12 cores. Tongue

aikklond
Legendary
*
Offline Offline

Activity: 1148
Merit: 1000


View Profile
May 10, 2013, 04:11:31 PM
Last edit: May 10, 2013, 04:33:51 PM by aikklond
 #86



Delete


aikklond
Legendary
*
Offline Offline

Activity: 1148
Merit: 1000


View Profile
May 10, 2013, 04:33:37 PM
 #87

ok guys i use this

minerd_scrypt_jane_x64_avx.exe -q -a scrypt-jane -o http://yac.dontmine.me:8080 -O username:pass

and i am getting 295-265 k/hs on CMD with a 2600k @ 4.2 GHz is this normal? should i use any other flags?



CAN I close minerd WITHOUT closing CMD?
ghostlander
Legendary
*
Offline Offline

Activity: 1239
Merit: 1020


No surrender, no retreat, no regret.


View Profile WWW
May 10, 2013, 05:09:56 PM
 #88

get it here bro, minerd with support for scrypt-jane

https://mega.co.nz/#!IJRziTBD!ZCAKGC7fqYkyXsEDi9GB1RYiqIUqj2S9bEm6UI2y1no

This one slow horribly. A 64-bit Linux build running inside VirtualBox is 3x faster.

"If you've got a problem and have to spread some coins to make it go away, you've got no problem. You've got an expence." ~ Phoenixcoin (PXC) and Orbitcoin (ORB) and Halcyon (HAL)
shivansps
Hero Member
*****
Offline Offline

Activity: 1134
Merit: 502


Vave.com - Crypto Casino


View Profile
May 10, 2013, 10:35:05 PM
 #89

Code:
make[2]: Entering directory `/home/linaro/cpuminer'
gcc -std=gnu99  -mfpu=neon -mcpu=cortex-a8 -mfloat-abi=hard -pthread  -o minerd minerd-cpu-miner.o minerd-util.o minerd-sha2.o minerd-sha2-arm.o minerd-sha2-x86.o minerd-sha2-x64.o minerd-scrypt.o minerd-scrypt-arm.o minerd-scrypt-x86.o minerd-scrypt-x64.o minerd-scrypt-jane.o -L/usr/lib/arm-linux-gnueabihf -lcurl -Wl,-Bsymbolic-functions -Wl,-z,relro compat/jansson/libjansson.a -lpthread
minerd-scrypt-jane.o: In function `scrypt_test_mix':
scrypt-jane.c:(.text+0x26b4): undefined reference to `detect_cpu'
collect2: ld returned 1 exit status
make[2]: *** [minerd] Error 1
make[2]: Leaving directory `/home/linaro/cpuminer'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/linaro/cpuminer'
make: *** [all] Error 2

i guess is not ready to be compiled on ARM...

thdim
Member
**
Offline Offline

Activity: 67
Merit: 10


View Profile
May 11, 2013, 09:35:31 AM
 #90

hello and thanks for this great software
one question: how much is a normal accepted rate? i have 77%, is there anything i can do to increase it?
kooke
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250


Bitcoin super-duper-mega-ultra-hyper-node


View Profile
May 11, 2013, 11:41:58 AM
 #91

Are you people crazy? How are you downloading viruses from a known scammer?

Viceroy
Hero Member
*****
Offline Offline

Activity: 924
Merit: 501


View Profile
May 11, 2013, 05:11:56 PM
 #92

Facts:
https://bitcointalk.org/index.php?topic=202089.0
   
YAcoin Fear Mongering Campaign:
https://bitcointalk.org/index.php?topic=202078.0;topicseen
limitless (OP)
Member
**
Offline Offline

Activity: 70
Merit: 10



View Profile
May 11, 2013, 05:16:56 PM
 #93

Are you people crazy? How are you downloading viruses from a known scammer?

You're an idiot.

That is the official cpuminer which you can find everywhere. https://github.com/ali1234/cpuminer

Example:

here: http://yac.dontmine.me/gettingstarted (minerd github)

or here: www.yacoin.org (cpuminer linux)

So don't go around accusing me of keylogging and stealing shit.

My yacoin giveaway: https://bitcointalk.org/index.php?topic=199716.0 - Need more people to donate in order to keep it going.
My yacoin bounty thread: https://bitcointalk.org/index.php?topic=200252.0 - If you want to add bounties, just post here.
YAC address: YKmZSWKiqc9MPzmZ89SAwyXM4wSQqoQE3J
limitless (OP)
Member
**
Offline Offline

Activity: 70
Merit: 10



View Profile
May 11, 2013, 05:19:10 PM
 #94

You are a retard. Do you even read?

My yacoin giveaway: https://bitcointalk.org/index.php?topic=199716.0 - Need more people to donate in order to keep it going.
My yacoin bounty thread: https://bitcointalk.org/index.php?topic=200252.0 - If you want to add bounties, just post here.
YAC address: YKmZSWKiqc9MPzmZ89SAwyXM4wSQqoQE3J
Viceroy
Hero Member
*****
Offline Offline

Activity: 924
Merit: 501


View Profile
May 11, 2013, 05:19:47 PM
Last edit: May 11, 2013, 05:32:44 PM by Viceroy
 #95

that's bullshit man.  Stop trolling his thread.  

Limitless, you should make a new thread after locking this one that is self-moderated and then you can keep trolls like the idiot above away.  I think we may be under attack by something aweful.

FACTS & Speculation:

https://bitcointalk.org/index.php?topic=202292.0
https://bitcointalk.org/index.php?topic=202089.0
https://bitcointalk.org/index.php?topic=202168.0
jaywaka2713
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


aka 7Strykes


View Profile
May 11, 2013, 05:20:45 PM
 #96

You are a retard. Do you even read?

Probably blocked you so he can't see your posts.

seleme
Legendary
*
Offline Offline

Activity: 2772
Merit: 1028


Duelbits.com


View Profile WWW
May 11, 2013, 05:22:45 PM
 #97

Some people are seriously retarded.

Take your original minerd.exe (pooler's one) to virustotal and guess what you will find there - 33/46

https://www.virustotal.com/en/file/8670d1587ed339719b495dca78e54e812efb6ce8bf263cdac3f3096f21a6f70e/analysis/

       ███████████████▄▄
    ██████████████████████▄
  ██████████████████████████▄
 ███████   ▀████████▀   ████▄
██████████    █▀  ▀    ██████▄
███████████▄▄▀  ██  ▀▄▄████████
███████████          █████████
███████████▀▀▄  ██  ▄▀▀████████
██████████▀   ▀▄  ▄▀   ▀██████▀
 ███████  ▄██▄████▄█▄  █████▀
  ██████████████████████████▀
    ██████████████████████▀
       ███████████████▀▀
.
.Duelbits.
.
..THE MOST REWARDING CASINO......
   ▄▄▄▄████▀███▄▄▄▄▄
▄███▄▀▄██▄   ▄██▄▀▄███▄
████▄█▄███▄█▄███▄█▄████
███████████████████████   ▄██▄
██     ██     ██     ██   ▀██▀
██ ▀▀█ ██ ▀▀█ ██ ▀▀█ ██    ██
██  █  ██  █  ██  █  ██
█▌  ██
██     ██     ██     ████  ██
█████████████████████████  ██
████████████████████████████▀
█████████████████████████
█████████████████████████
████████████████████████▌
       +4,000      
PROVABLY FAIR
GAMES
   $500,000  
MONTHLY
PRIZE POOL
      $10,000     
BLACKJACK
GIVEAWAY
jaywaka2713
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


aka 7Strykes


View Profile
May 11, 2013, 05:25:14 PM
 #98

Some people are seriously retarded.

Take your original minerd.exe (pooler's one) to virustotal and guess what you will find there - 33/46

https://www.virustotal.com/en/file/8670d1587ed339719b495dca78e54e812efb6ce8bf263cdac3f3096f21a6f70e/analysis/

VirusTotal won't tell you anything. Almost every antivirus flags it because of Botnets.

seleme
Legendary
*
Offline Offline

Activity: 2772
Merit: 1028


Duelbits.com


View Profile WWW
May 11, 2013, 05:27:53 PM
 #99

Some people are seriously retarded.

Take your original minerd.exe (pooler's one) to virustotal and guess what you will find there - 33/46

https://www.virustotal.com/en/file/8670d1587ed339719b495dca78e54e812efb6ce8bf263cdac3f3096f21a6f70e/analysis/

VirusTotal won't tell you anything. Almost every antivirus flags it because of Botnets.

Of course it won't but some people think seeing some red words at virustotal means that's the proof.

       ███████████████▄▄
    ██████████████████████▄
  ██████████████████████████▄
 ███████   ▀████████▀   ████▄
██████████    █▀  ▀    ██████▄
███████████▄▄▀  ██  ▀▄▄████████
███████████          █████████
███████████▀▀▄  ██  ▄▀▀████████
██████████▀   ▀▄  ▄▀   ▀██████▀
 ███████  ▄██▄████▄█▄  █████▀
  ██████████████████████████▀
    ██████████████████████▀
       ███████████████▀▀
.
.Duelbits.
.
..THE MOST REWARDING CASINO......
   ▄▄▄▄████▀███▄▄▄▄▄
▄███▄▀▄██▄   ▄██▄▀▄███▄
████▄█▄███▄█▄███▄█▄████
███████████████████████   ▄██▄
██     ██     ██     ██   ▀██▀
██ ▀▀█ ██ ▀▀█ ██ ▀▀█ ██    ██
██  █  ██  █  ██  █  ██
█▌  ██
██     ██     ██     ████  ██
█████████████████████████  ██
████████████████████████████▀
█████████████████████████
█████████████████████████
████████████████████████▌
       +4,000      
PROVABLY FAIR
GAMES
   $500,000  
MONTHLY
PRIZE POOL
      $10,000     
BLACKJACK
GIVEAWAY
jaywaka2713
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


aka 7Strykes


View Profile
May 11, 2013, 05:34:47 PM
 #100

Kooke. An investigation is underway. I recommend you hold back the FUD you're expressing bout the YAC FUD until the investigation is finished. All we are doing is making more for the moderators to look through.

Pages: « 1 2 3 4 [5] 6 »  All
  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!