Bitcoin Forum
May 05, 2024, 06:33:29 PM *
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 »  All
  Print  
Author Topic: [ANN][YAC] YAC Simple Pool [LP]  (Read 15960 times)
sairon
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


One does not simply mine Bitcoins


View Profile
May 10, 2013, 12:28:35 PM
 #101

Have you used the compile flag I posted here for CPU-specific optimization?

GPG key ID: 5E4F108A || BTC: 1hoardyponb9AMWhyA28DZb5n5g2bRY8v
1714934009
Hero Member
*
Offline Offline

Posts: 1714934009

View Profile Personal Message (Offline)

Ignore
1714934009
Reply with quote  #2

1714934009
Report to moderator
1714934009
Hero Member
*
Offline Offline

Posts: 1714934009

View Profile Personal Message (Offline)

Ignore
1714934009
Reply with quote  #2

1714934009
Report to moderator
1714934009
Hero Member
*
Offline Offline

Posts: 1714934009

View Profile Personal Message (Offline)

Ignore
1714934009
Reply with quote  #2

1714934009
Report to moderator
The network tries to produce one block per 10 minutes. It does this by automatically adjusting how difficult it is to produce blocks.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714934009
Hero Member
*
Offline Offline

Posts: 1714934009

View Profile Personal Message (Offline)

Ignore
1714934009
Reply with quote  #2

1714934009
Report to moderator
p00chie
Member
**
Offline Offline

Activity: 115
Merit: 10


View Profile
May 10, 2013, 12:31:22 PM
 #102

Have you used the compile flag I posted here for CPU-specific optimization?

i only used
./configure CFLAGS="-O3"
without march thing

what's the difference ?

gpudude
Full Member
***
Offline Offline

Activity: 126
Merit: 100


GPUDude


View Profile
May 10, 2013, 12:32:14 PM
 #103

you have to enable 4 cores in vmware player

Legend Smiley Now at 204 khash/s  Grin Grin

Also, one more thing... if the pool is ddos'd how can i run my own daemon instance?

Thanks

Have you used the compile flag I posted here for CPU-specific optimization?

No I didnt, would it make that much more of a difference?
sairon
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


One does not simply mine Bitcoins


View Profile
May 10, 2013, 12:32:51 PM
 #104

Try and see. It can drastically improve your hashrates.

GPG key ID: 5E4F108A || BTC: 1hoardyponb9AMWhyA28DZb5n5g2bRY8v
sairon
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


One does not simply mine Bitcoins


View Profile
May 10, 2013, 12:35:08 PM
 #105

Also, one more thing... if the pool is ddos'd how can i run my own daemon instance?

Just run the stock wallet software with -gen argument. Pity cpuminer does not support failover pool management strategy (or any other) as cgminer.

EDIT: Or if you want to use cpuminer with a local yacoind, create ~/.yacoin/yacoin.conf with the following:
Code:
rpcuser=yacoin
rpcpassword=secretpassword
rpcallowip=127.0.0.1
rpcport=9323
server=1
gen=0
...and point minerd to "http://127.0.0.1:9323/" with username "yacoin", password "secretpassword" (or anything other you set in yacoin.conf).

GPG key ID: 5E4F108A || BTC: 1hoardyponb9AMWhyA28DZb5n5g2bRY8v
gpudude
Full Member
***
Offline Offline

Activity: 126
Merit: 100


GPUDude


View Profile
May 10, 2013, 12:39:01 PM
 #106

I think you should be getting WAY more kh/s with those desktop CPUs. Try to recompile with:

Code:
./autogen.sh
./configure CFLAGS="-O3 -march=native"
make

Did that , seem to be getting the same?
p00chie
Member
**
Offline Offline

Activity: 115
Merit: 10


View Profile
May 10, 2013, 12:39:05 PM
 #107

Try and see. It can drastically improve your hashrates.

after trying
./autogen.sh
./configure CFLAGS="-O3 -march=native"
make
root@ubuntu:~/cpuminer# make
make  all-recursive
make[1]: Entering directory `/root/cpuminer'
Making all in compat
make[2]: Entering directory `/root/cpuminer/compat'
Making all in jansson
make[3]: Entering directory `/root/cpuminer/compat/jansson'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/cpuminer/compat/jansson'
make[3]: Entering directory `/root/cpuminer/compat'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/root/cpuminer/compat'
make[2]: Leaving directory `/root/cpuminer/compat'
make[2]: Entering directory `/root/cpuminer'
make[2]: Leaving directory `/root/cpuminer'
make[1]: Leaving directory `/root/cpuminer'

i do not think anything changed


sairon
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


One does not simply mine Bitcoins


View Profile
May 10, 2013, 12:41:24 PM
 #108

Try and see. It can drastically improve your hashrates.

after trying
./autogen.sh
./configure CFLAGS="-O3 -march=native"
make
root@ubuntu:~/cpuminer# make
make  all-recursive
make[1]: Entering directory `/root/cpuminer'
Making all in compat
make[2]: Entering directory `/root/cpuminer/compat'
Making all in jansson
make[3]: Entering directory `/root/cpuminer/compat/jansson'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/cpuminer/compat/jansson'
make[3]: Entering directory `/root/cpuminer/compat'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/root/cpuminer/compat'
make[2]: Leaving directory `/root/cpuminer/compat'
make[2]: Entering directory `/root/cpuminer'
make[2]: Leaving directory `/root/cpuminer'
make[1]: Leaving directory `/root/cpuminer'

i do not think anything changed

do a
Code:
make clean
first. It does not try to recompile if the sources didn't change.

GPG key ID: 5E4F108A || BTC: 1hoardyponb9AMWhyA28DZb5n5g2bRY8v
paul21 (OP)
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
May 10, 2013, 12:43:38 PM
 #109

    {
        "account" : "",
        "category" : "orphan",
        "amount" : 24.53000000,
        "confirmations" : 0,
        "generated" : true,
        "txid" : "f63bd6349e1ff49fd289c83d647214e06cd2f7bf25a355bb0eb30af9d5c91a8f",
        "time" : 1368189753,
        "timereceived" : 1368189758
    },
    {
        "account" : "",
        "category" : "orphan",
        "amount" : 24.53000000,
        "confirmations" : 0,
        "generated" : true,
        "txid" : "cdf9d2ef798653d00e536378bd4fa39aed3a023f80ad11d6040f1abf9e967b9c",
        "time" : 1368189758,
        "timereceived" : 1368189762
    },


Orphans blocks! Noo~ lol

RIP my old pools... sometimes BTC isn't life ;(
p00chie
Member
**
Offline Offline

Activity: 115
Merit: 10


View Profile
May 10, 2013, 12:44:06 PM
 #110

Try and see. It can drastically improve your hashrates.

after trying
./autogen.sh
./configure CFLAGS="-O3 -march=native"
make
root@ubuntu:~/cpuminer# make
make  all-recursive
make[1]: Entering directory `/root/cpuminer'
Making all in compat
make[2]: Entering directory `/root/cpuminer/compat'
Making all in jansson
make[3]: Entering directory `/root/cpuminer/compat/jansson'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/cpuminer/compat/jansson'
make[3]: Entering directory `/root/cpuminer/compat'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/root/cpuminer/compat'
make[2]: Leaving directory `/root/cpuminer/compat'
make[2]: Entering directory `/root/cpuminer'
make[2]: Leaving directory `/root/cpuminer'
make[1]: Leaving directory `/root/cpuminer'

i do not think anything changed

do a
Code:
make clean
first. It does not try to recompile if the sources didn't change.

w00t nice
from 230 --> 270k Smiley

sairon
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


One does not simply mine Bitcoins


View Profile
May 10, 2013, 12:45:10 PM
 #111

w00t nice
from 230 --> 270k Smiley

Donations welcome. Wink

GPG key ID: 5E4F108A || BTC: 1hoardyponb9AMWhyA28DZb5n5g2bRY8v
Rannasha
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500


View Profile
May 10, 2013, 12:48:47 PM
 #112

After compiling with -march=native (had already used -O3), my KH/s went up from 93 to 97 on my gen1 i7 laptop and from 190 to 210 on my OC'ed gen2 i5 desktop. Decent improvement.
sairon
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


One does not simply mine Bitcoins


View Profile
May 10, 2013, 12:51:24 PM
 #113

After compiling with -march=native (had already used -O3), my KH/s went up from 93 to 97 on my gen1 i7 laptop and from 190 to 210 on my OC'ed gen2 i5 desktop. Decent improvement.

Did you use
Code:
./configure CFLAGS="-O3 -march=native"
or just
Code:
./configure CFLAGS="-march=native"
?

GPG key ID: 5E4F108A || BTC: 1hoardyponb9AMWhyA28DZb5n5g2bRY8v
gubb3l
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
May 10, 2013, 12:53:36 PM
 #114

can somebody help me getting ubuntu to run in vm (virtualbox) have tried everything i know but dont get it to work. :/

it starts but i´m only getting a blank screen with the mouse curser.
sairon
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


One does not simply mine Bitcoins


View Profile
May 10, 2013, 12:54:18 PM
 #115

Orphans blocks! Noo~ lol

How many connections does the server have?

GPG key ID: 5E4F108A || BTC: 1hoardyponb9AMWhyA28DZb5n5g2bRY8v
Rannasha
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500


View Profile
May 10, 2013, 12:54:44 PM
 #116

After compiling with -march=native (had already used -O3), my KH/s went up from 93 to 97 on my gen1 i7 laptop and from 190 to 210 on my OC'ed gen2 i5 desktop. Decent improvement.

Did you use
Code:
./configure CFLAGS="-O3 -march=native"
or just
Code:
./configure CFLAGS="-march=native"
?

I had first compiled it with
Code:
./configure CFLAGS="-O3"
and now with
Code:
./configure CFLAGS="-O3 -march=native"

and got decent, but not world-shattering improvements.
sairon
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


One does not simply mine Bitcoins


View Profile
May 10, 2013, 12:56:26 PM
 #117

and got decent, but not world-shattering improvements.

Well, it depends on the number of HW-specific optimizations the compiler can do, so YMMV.

GPG key ID: 5E4F108A || BTC: 1hoardyponb9AMWhyA28DZb5n5g2bRY8v
🏰 TradeFortress 🏰
Bitcoin Veteran
VIP
Legendary
*
Offline Offline

Activity: 1316
Merit: 1043

👻


View Profile
May 10, 2013, 12:57:29 PM
 #118

You should make an announcement on altcoinforum.org!
gpudude
Full Member
***
Offline Offline

Activity: 126
Merit: 100


GPUDude


View Profile
May 10, 2013, 12:57:41 PM
 #119

and got decent, but not world-shattering improvements.

Well, it depends on the number of HW-specific optimizations the compiler can do, so YMMV.

200 -> 240

thank you Smiley

Nothing appears under unconfirmed... is this working correctly?
Rannasha
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500


View Profile
May 10, 2013, 12:58:23 PM
 #120

and got decent, but not world-shattering improvements.

Well, it depends on the number of HW-specific optimizations the compiler can do, so YMMV.

True.

I wonder if it matters that I'm running my desktop-miner in a VM (other than the usual overhead-cost from the VM). Does the compiler accurately pick up what the native architecture is?
Pages: « 1 2 3 4 5 [6] 7 8 9 10 11 »  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!