bengx
|
|
May 09, 2013, 02:42:37 PM |
|
[2013-05-09 16:28:30] thread 0: 28332 hashes, 5.64 khash/s [2013-05-09 16:28:30] thread 1: 28604 hashes, 5.73 khash/s [2013-05-09 16:28:30] thread 3: 28120 hashes, 5.61 khash/s [2013-05-09 16:28:31] thread 2: 25720 hashes, 5.23 khash/s
is my 3570k broken? 3600MHz stock
why so low ?
Had the same problem as you too. Turns out I forgot to run minerd.exe with the "-a scrypt-jane" flag. Getting about 20kh/s per thread now for total of 80kh/s. Edit: I'm on Windows 7 x64 running at 3800MHz on my 3570.
|
|
|
|
Aggrophobia
Legendary
Offline
Activity: 1106
Merit: 1001
|
|
May 09, 2013, 02:51:39 PM |
|
thanks and YACs goes to Log123 setting up my ubuntu binary 3570k windows hashrate 60-140khash linux hashrate 150-240khash
|
|
|
|
kobaya74
|
|
May 09, 2013, 02:51:54 PM |
|
When I add -a scrypt-jane cpu miner wont start. It looks like this: "minerd.exe -a scrypt-jane -o 192.168.3.102:8108 -O 12345:12345". What am I doing wong?
|
|
|
|
ginjou
Newbie
Offline
Activity: 42
Merit: 0
|
|
May 09, 2013, 02:52:46 PM |
|
Not recieve. And then talk about the reliability of coins...
I think it's the wallet which is buggy ^^ Because your adress seems wrong Well, nvm, it was only 0.01666 YAC
|
|
|
|
kalgecin
|
|
May 09, 2013, 02:53:25 PM |
|
When I add -a scrypt-jane cpu miner wont start. It looks like this: "minerd.exe -a scrypt-jane -o 192.168.3.102:8108 -O 12345:12345". What am I doing wong?
Please post your command AND the error reported. We need to see the errors to help you
|
|
|
|
Chrisoldinho
|
|
May 09, 2013, 02:54:35 PM |
|
When I add -a scrypt-jane cpu miner wont start. It looks like this: "minerd.exe -a scrypt-jane -o 192.168.3.102:8108 -O 12345:12345". What am I doing wong?
Create a batch file, and put this in the same location as minerd.exe Put this in the batch file:- minerd.exe -a scrypt-jane -o http://127.0.0.1:8108 -u username -p password Match the rpcport in yacoin.conf to the one in the file. Thanks - Y9w9AAK3uSBxQ5jAaCt4MmFa8nA7gMVjeb
|
|
|
|
kalgecin
|
|
May 09, 2013, 02:55:46 PM |
|
[2013-05-09 16:28:30] thread 0: 28332 hashes, 5.64 khash/s [2013-05-09 16:28:30] thread 1: 28604 hashes, 5.73 khash/s [2013-05-09 16:28:30] thread 3: 28120 hashes, 5.61 khash/s [2013-05-09 16:28:31] thread 2: 25720 hashes, 5.23 khash/s
is my 3570k broken? 3600MHz stock
why so low ?
I think the difference is the 64bit AVX and XOP instructions. This binary is 32bit and can't use them. I'm working on a 64bit binary now. Is there are way to check if YACoin wallet uses LP? I see minerd has option for scantime and default value is 5 seconds. If there is no LP, 5 seconds is too high value given how often new blocks are being found. I started minerd with --debug and --protocol-dump but don't see any mention of LP anywhere. Mining with --scantime=1 and waiting your reply. I don't think this has LP protocol yet. I'm mining with the modified minerd without problems. found 7 blocks so far. ./minerd -a scrypt-jane -o http://ptsk.zapto.org:8344 -u kalgecin -p kalgpass -q [2013-05-09 13:09:36] Binding thread 1 to cpu 1 [2013-05-09 13:09:36] Binding thread 2 to cpu 2 [2013-05-09 13:09:36] Binding thread 4 to cpu 4 [2013-05-09 13:09:36] Binding thread 5 to cpu 5 [2013-05-09 13:09:36] Binding thread 6 to cpu 6 [2013-05-09 13:09:36] Binding thread 0 to cpu 0 [2013-05-09 13:09:36] Binding thread 7 to cpu 7 [2013-05-09 13:09:36] Binding thread 3 to cpu 3 [2013-05-09 13:09:36] 8 miner threads started, using 'scrypt-jane' algorithm. [2013-05-09 13:12:44] accepted: 1/1 (100.00%), 229.93 khash/s (yay!!!) [2013-05-09 13:36:55] accepted: 2/2 (100.00%), 227.97 khash/s (yay!!!) [2013-05-09 13:49:35] accepted: 3/3 (100.00%), 229.00 khash/s (yay!!!) [2013-05-09 15:09:42] accepted: 4/4 (100.00%), 227.75 khash/s (yay!!!) [2013-05-09 16:38:32] accepted: 5/5 (100.00%), 228.32 khash/s (yay!!!) [2013-05-09 17:57:00] accepted: 6/6 (100.00%), 227.64 khash/s (yay!!!) [2013-05-09 18:15:09] accepted: 7/7 (100.00%), 229.67 khash/s (yay!!!) (two of those became orphans )
|
|
|
|
xibeijan
Legendary
Offline
Activity: 1232
Merit: 1001
|
|
May 09, 2013, 02:59:45 PM |
|
If YAC hits an exchange I'll burn some YACs to fight red candles, for whatever it's worth. If it hits a reasonable exchange that I'd trust, such as BTC-e, then I'd definitely be buying some YAC!
|
|
|
|
Chrisoldinho
|
|
May 09, 2013, 03:02:04 PM |
|
Speculative exchange price anyone
|
|
|
|
kobaya74
|
|
May 09, 2013, 03:03:09 PM |
|
When I add -a scrypt-jane cpu miner wont start. It looks like this: "minerd.exe -a scrypt-jane -o 192.168.3.102:8108 -O 12345:12345". What am I doing wong?
Create a batch file, and put this in the same location as minerd.exe Put this in the batch file:- minerd.exe -a scrypt-jane -o http://127.0.0.1:8108 -u username -p password Match the rpcport in yacoin.conf to the one in the file. Thanks - Y9w9AAK3uSBxQ5jAaCt4MmFa8nA7gMVjeb I did. Without -a scrypt-jane it works, with it it soes not wanna start. Console only flash for a sec. So I wonder what is wrong, since I see it works @everybody, just not @me?
|
|
|
|
kalgecin
|
|
May 09, 2013, 03:04:37 PM |
|
I'll trade it around 0.004 BTC/YAC when it hits BTC-E. but the price of it should rise cos many people want to buy it (especially those who missed the start)
|
|
|
|
bengx
|
|
May 09, 2013, 03:05:17 PM |
|
When I add -a scrypt-jane cpu miner wont start. It looks like this: "minerd.exe -a scrypt-jane -o 192.168.3.102:8108 -O 12345:12345". What am I doing wong?
Create a batch file, and put this in the same location as minerd.exe Put this in the batch file:- minerd.exe -a scrypt-jane -o http://127.0.0.1:8108 -u username -p password Match the rpcport in yacoin.conf to the one in the file. Thanks - Y9w9AAK3uSBxQ5jAaCt4MmFa8nA7gMVjeb I did. Without -a scrypt-jane it works, with it it soes not wanna start. Console only flash for a sec. So I wonder what is wrong, since I see it works @everybody, just not @me? Are you using the cpuminer compiled by msm595 in this post: https://bitcointalk.org/index.php?topic=199517.msg2085725#msg2085725 ?
|
|
|
|
KillaGT
|
|
May 09, 2013, 03:07:06 PM |
|
When I add -a scrypt-jane cpu miner wont start. It looks like this: "minerd.exe -a scrypt-jane -o 192.168.3.102:8108 -O 12345:12345". What am I doing wong?
Create a batch file, and put this in the same location as minerd.exe Put this in the batch file:- minerd.exe -a scrypt-jane -o http://127.0.0.1:8108 -u username -p password Match the rpcport in yacoin.conf to the one in the file. Thanks - Y9w9AAK3uSBxQ5jAaCt4MmFa8nA7gMVjeb I did. Without -a scrypt-jane it works, with it it soes not wanna start. Console only flash for a sec. So I wonder what is wrong, since I see it works @everybody, just not @me? don't work for me either...even without -a scrypt-jane it only hits up for a second ..aaaaand it's gone =D
|
|
|
|
Caesar V
|
|
May 09, 2013, 03:08:29 PM |
|
[2013-05-09 16:28:30] thread 0: 28332 hashes, 5.64 khash/s [2013-05-09 16:28:30] thread 1: 28604 hashes, 5.73 khash/s [2013-05-09 16:28:30] thread 3: 28120 hashes, 5.61 khash/s [2013-05-09 16:28:31] thread 2: 25720 hashes, 5.23 khash/s
is my 3570k broken? 3600MHz stock
why so low ?
I think the difference is the 64bit AVX and XOP instructions. This binary is 32bit and can't use them. I'm working on a 64bit binary now. Is there are way to check if YACoin wallet uses LP? I see minerd has option for scantime and default value is 5 seconds. If there is no LP, 5 seconds is too high value given how often new blocks are being found. I started minerd with --debug and --protocol-dump but don't see any mention of LP anywhere. Mining with --scantime=1 and waiting your reply. I don't think this has LP protocol yet. I'm mining with the modified minerd without problems. found 7 blocks so far. ./minerd -a scrypt-jane -o http://ptsk.zapto.org:8344 -u kalgecin -p kalgpass -q [2013-05-09 13:09:36] Binding thread 1 to cpu 1 [2013-05-09 13:09:36] Binding thread 2 to cpu 2 [2013-05-09 13:09:36] Binding thread 4 to cpu 4 [2013-05-09 13:09:36] Binding thread 5 to cpu 5 [2013-05-09 13:09:36] Binding thread 6 to cpu 6 [2013-05-09 13:09:36] Binding thread 0 to cpu 0 [2013-05-09 13:09:36] Binding thread 7 to cpu 7 [2013-05-09 13:09:36] Binding thread 3 to cpu 3 [2013-05-09 13:09:36] 8 miner threads started, using 'scrypt-jane' algorithm. [2013-05-09 13:12:44] accepted: 1/1 (100.00%), 229.93 khash/s (yay!!!) [2013-05-09 13:36:55] accepted: 2/2 (100.00%), 227.97 khash/s (yay!!!) [2013-05-09 13:49:35] accepted: 3/3 (100.00%), 229.00 khash/s (yay!!!) [2013-05-09 15:09:42] accepted: 4/4 (100.00%), 227.75 khash/s (yay!!!) [2013-05-09 16:38:32] accepted: 5/5 (100.00%), 228.32 khash/s (yay!!!) [2013-05-09 17:57:00] accepted: 6/6 (100.00%), 227.64 khash/s (yay!!!) [2013-05-09 18:15:09] accepted: 7/7 (100.00%), 229.67 khash/s (yay!!!) (two of those became orphans ) /minerd -a scrypt-jane -o http://ptsk.zapto.org:8344 -u kalgecin -p kalgpass -q is that a pool for YAC?
|
|
|
|
xibeijan
Legendary
Offline
Activity: 1232
Merit: 1001
|
|
May 09, 2013, 03:10:32 PM |
|
Speculative exchange price anyone Short term: 0.02 YAC/BTC, then 0.008 - 0.004, then back up to 0.03 YAC/BTC? Thoughts?
|
|
|
|
iANDROID
Full Member
Offline
Activity: 182
Merit: 100
Swiss Money all around me!
|
|
May 09, 2013, 03:10:51 PM |
|
Can someone send me something like 0.0001 YAC? Just to test if it's me or the software.
-> YA6qUDSV6GbfCcK6HBN6Hb7SJrUjzLXqnX
|
|
|
|
Bitsinmyhead
|
|
May 09, 2013, 03:11:30 PM |
|
Is there any command like -genproclimit in minerd. Please help!
|
|
|
|
xibeijan
Legendary
Offline
Activity: 1232
Merit: 1001
|
|
May 09, 2013, 03:13:13 PM |
|
Is there any command like -genproclimit in minerd. Please help!
-threads I think.
|
|
|
|
kalgecin
|
|
May 09, 2013, 03:13:52 PM |
|
[2013-05-09 16:28:30] thread 0: 28332 hashes, 5.64 khash/s [2013-05-09 16:28:30] thread 1: 28604 hashes, 5.73 khash/s [2013-05-09 16:28:30] thread 3: 28120 hashes, 5.61 khash/s [2013-05-09 16:28:31] thread 2: 25720 hashes, 5.23 khash/s
is my 3570k broken? 3600MHz stock
why so low ?
I think the difference is the 64bit AVX and XOP instructions. This binary is 32bit and can't use them. I'm working on a 64bit binary now. Is there are way to check if YACoin wallet uses LP? I see minerd has option for scantime and default value is 5 seconds. If there is no LP, 5 seconds is too high value given how often new blocks are being found. I started minerd with --debug and --protocol-dump but don't see any mention of LP anywhere. Mining with --scantime=1 and waiting your reply. I don't think this has LP protocol yet. I'm mining with the modified minerd without problems. found 7 blocks so far. ./minerd -a scrypt-jane -o http://ptsk.zapto.org:8344 -u kalgecin -p kalgpass -q [2013-05-09 13:09:36] Binding thread 1 to cpu 1 [2013-05-09 13:09:36] Binding thread 2 to cpu 2 [2013-05-09 13:09:36] Binding thread 4 to cpu 4 [2013-05-09 13:09:36] Binding thread 5 to cpu 5 [2013-05-09 13:09:36] Binding thread 6 to cpu 6 [2013-05-09 13:09:36] Binding thread 0 to cpu 0 [2013-05-09 13:09:36] Binding thread 7 to cpu 7 [2013-05-09 13:09:36] Binding thread 3 to cpu 3 [2013-05-09 13:09:36] 8 miner threads started, using 'scrypt-jane' algorithm. [2013-05-09 13:12:44] accepted: 1/1 (100.00%), 229.93 khash/s (yay!!!) [2013-05-09 13:36:55] accepted: 2/2 (100.00%), 227.97 khash/s (yay!!!) [2013-05-09 13:49:35] accepted: 3/3 (100.00%), 229.00 khash/s (yay!!!) [2013-05-09 15:09:42] accepted: 4/4 (100.00%), 227.75 khash/s (yay!!!) [2013-05-09 16:38:32] accepted: 5/5 (100.00%), 228.32 khash/s (yay!!!) [2013-05-09 17:57:00] accepted: 6/6 (100.00%), 227.64 khash/s (yay!!!) [2013-05-09 18:15:09] accepted: 7/7 (100.00%), 229.67 khash/s (yay!!!) (two of those became orphans ) /minerd -a scrypt-jane -o http://ptsk.zapto.org:8344 -u kalgecin -p kalgpass -q is that a pool for YAC? It's not an actual pool. It's a wallet to which i connect my miners to
|
|
|
|
jayjay2244
Member
Offline
Activity: 116
Merit: 10
|
|
May 09, 2013, 03:14:07 PM |
|
any word on a gpu miner yet?
|
|
|
|
|