Bitcoin Forum
May 04, 2024, 01:39:32 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 [144] 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 »
  Print  
Author Topic: [ANN][YAC] yacoin: yet another altcoin. START is now.  (Read 346638 times)
kalgecin
Hero Member
*****
Offline Offline

Activity: 819
Merit: 1000


View Profile
May 10, 2013, 02:12:32 AM
 #2861

Seems that my high system resources usage from running minerd is killing some of the hash rate from my graphics cards.
All in all it has shaved off around 1000khash total from all my rigs of gpu power.

Is it possible to control minerd to use like 90% of the system power? leaving 10% for the scrypt gpu mining?

on linux? change "nice" of the pid
Code:
renice 19 `pidof minerd`






██████████████████████████████████████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████████████████████████████
███████████████████████████████████████████████████████████████████████▄▄▄███████████████████████
███████████████████████████████████████████████████████████████████████▀▀▀████████████████████████
██████████████████████████████████████████████████████████████████████████████████████████████████
█████████████████████████████████████████████████████████████████████████████████████████████████





...INTRODUCING WAVES........
...ULTIMATE ASSET/CUSTOM TOKEN BLOCKCHAIN PLATFORM...






1714786772
Hero Member
*
Offline Offline

Posts: 1714786772

View Profile Personal Message (Offline)

Ignore
1714786772
Reply with quote  #2

1714786772
Report to moderator
1714786772
Hero Member
*
Offline Offline

Posts: 1714786772

View Profile Personal Message (Offline)

Ignore
1714786772
Reply with quote  #2

1714786772
Report to moderator
1714786772
Hero Member
*
Offline Offline

Posts: 1714786772

View Profile Personal Message (Offline)

Ignore
1714786772
Reply with quote  #2

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

Posts: 1714786772

View Profile Personal Message (Offline)

Ignore
1714786772
Reply with quote  #2

1714786772
Report to moderator
1714786772
Hero Member
*
Offline Offline

Posts: 1714786772

View Profile Personal Message (Offline)

Ignore
1714786772
Reply with quote  #2

1714786772
Report to moderator
svennand
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250



View Profile
May 10, 2013, 02:14:24 AM
 #2862

Seems that my high system resources usage from running minerd is killing some of the hash rate from my graphics cards.
All in all it has shaved off around 1000khash total from all my rigs of gpu power.

Is it possible to control minerd to use like 90% of the system power? leaving 10% for the scrypt gpu mining?

on linux? change "nice" of the pid
Code:
renice 19 `pidof minerd`

ah sorry.
No on windows pcs
kalgecin
Hero Member
*****
Offline Offline

Activity: 819
Merit: 1000


View Profile
May 10, 2013, 02:15:54 AM
 #2863

Seems that my high system resources usage from running minerd is killing some of the hash rate from my graphics cards.
All in all it has shaved off around 1000khash total from all my rigs of gpu power.

Is it possible to control minerd to use like 90% of the system power? leaving 10% for the scrypt gpu mining?

on linux? change "nice" of the pid
Code:
renice 19 `pidof minerd`

ah sorry.
No on windows pcs

then open task manager..... see what's there.... not sure. Sad






██████████████████████████████████████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████████████████████████████
███████████████████████████████████████████████████████████████████████▄▄▄███████████████████████
███████████████████████████████████████████████████████████████████████▀▀▀████████████████████████
██████████████████████████████████████████████████████████████████████████████████████████████████
█████████████████████████████████████████████████████████████████████████████████████████████████





...INTRODUCING WAVES........
...ULTIMATE ASSET/CUSTOM TOKEN BLOCKCHAIN PLATFORM...






Neverest
Newbie
*
Offline Offline

Activity: 70
Merit: 0



View Profile
May 10, 2013, 02:16:07 AM
 #2864

run
sudo chown yourusername:yourusername * -R
again. seems you misused sudo once Smiley (or several times) ;-)

Hehe, I probably sudo'd myself to linux-hell.

Anyway, chown-ed again, same result:

me@ubuntu:~/yacoin/src$ make -f makefile.unix results in:
......................... boost_program_options -l boost_thread -l db_cxx -l ssl -l crypto -l miniupnpc -Wl,-Bdynamic -l z -l dl -l pthread
/usr/bin/ld: cannot open output file yacoind: Permission denied
collect2: ld returned 1 exit status
make: *** [yacoind] Error 1

When trying with
me@ubuntu:~/yacoin/src$ sudo chown me:me * -R

me@ubuntu:~/yacoin/src$ sudo make -f makefile.unix I get
/bin/sh ../share/genbuild.sh obj/build.h
..............................
boost_program_options -l boost_thread -l db_cxx -l ssl -l crypto -l miniupnpc -Wl,-Bdynamic -l z -l dl -l pthread
/usr/bin/ld: cannot find -lboost_filesystem
/usr/bin/ld: cannot find -lboost_program_options
/usr/bin/ld: cannot find -lboost_thread
collect2: ld returned 1 exit status
make: *** [yacoind] Error 1

This is getting annoying, appreciate your assistance.
try
sudo apt-get install libboost-all-dev

That seems to have worked, as it finished without errors. Yacoin server started, Ubuntu won't let me make a yacoin.conf file in the Yacoin folder (I can make it outside).
- How come I don't have the permissions and how do I get them?
- WHat else (besides the random RPC user/pass) do I need to put in the .conf file?

Thanks again!
limitless
Member
**
Offline Offline

Activity: 70
Merit: 10



View Profile
May 10, 2013, 02:17:17 AM
 #2865

The conf file needs to be in ~/root/.yacoin/yacoin.conf

That is, if you login as root.

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
kalgecin
Hero Member
*****
Offline Offline

Activity: 819
Merit: 1000


View Profile
May 10, 2013, 02:19:17 AM
 #2866

The conf file needs to be in ~/root/.yacoin/yacoin.conf

That is, if you login as root.

it has to be in ~/.yacoin/yacoin.conf

read http://www.yacoin.org/






██████████████████████████████████████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████████████████████████████
███████████████████████████████████████████████████████████████████████▄▄▄███████████████████████
███████████████████████████████████████████████████████████████████████▀▀▀████████████████████████
██████████████████████████████████████████████████████████████████████████████████████████████████
█████████████████████████████████████████████████████████████████████████████████████████████████





...INTRODUCING WAVES........
...ULTIMATE ASSET/CUSTOM TOKEN BLOCKCHAIN PLATFORM...






kalgecin
Hero Member
*****
Offline Offline

Activity: 819
Merit: 1000


View Profile
May 10, 2013, 02:21:14 AM
 #2867

run
sudo chown yourusername:yourusername * -R
again. seems you misused sudo once Smiley (or several times) ;-)

Hehe, I probably sudo'd myself to linux-hell.

Anyway, chown-ed again, same result:

me@ubuntu:~/yacoin/src$ make -f makefile.unix results in:
......................... boost_program_options -l boost_thread -l db_cxx -l ssl -l crypto -l miniupnpc -Wl,-Bdynamic -l z -l dl -l pthread
/usr/bin/ld: cannot open output file yacoind: Permission denied
collect2: ld returned 1 exit status
make: *** [yacoind] Error 1

When trying with
me@ubuntu:~/yacoin/src$ sudo chown me:me * -R

me@ubuntu:~/yacoin/src$ sudo make -f makefile.unix I get
/bin/sh ../share/genbuild.sh obj/build.h
..............................
boost_program_options -l boost_thread -l db_cxx -l ssl -l crypto -l miniupnpc -Wl,-Bdynamic -l z -l dl -l pthread
/usr/bin/ld: cannot find -lboost_filesystem
/usr/bin/ld: cannot find -lboost_program_options
/usr/bin/ld: cannot find -lboost_thread
collect2: ld returned 1 exit status
make: *** [yacoind] Error 1

This is getting annoying, appreciate your assistance.
try
sudo apt-get install libboost-all-dev

That seems to have worked, as it finished without errors. Yacoin server started, Ubuntu won't let me make a yacoin.conf file in the Yacoin folder (I can make it outside).
- How come I don't have the permissions and how do I get them?
- WHat else (besides the random RPC user/pass) do I need to put in the .conf file?

Thanks again!

http://www.yacoin.org/ might help Smiley also try
sudo chown me:me ~/yacoin/ -R
that should fix the permissions. you must have done git clone with sudo Smiley






██████████████████████████████████████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████████████████████████████
███████████████████████████████████████████████████████████████████████▄▄▄███████████████████████
███████████████████████████████████████████████████████████████████████▀▀▀████████████████████████
██████████████████████████████████████████████████████████████████████████████████████████████████
█████████████████████████████████████████████████████████████████████████████████████████████████





...INTRODUCING WAVES........
...ULTIMATE ASSET/CUSTOM TOKEN BLOCKCHAIN PLATFORM...






limitless
Member
**
Offline Offline

Activity: 70
Merit: 10



View Profile
May 10, 2013, 02:23:40 AM
 #2868

The conf file needs to be in ~/root/.yacoin/yacoin.conf

That is, if you login as root.

it has to be in ~/.yacoin/yacoin.conf

read http://www.yacoin.org/

I always login as root so the home dir is /root/

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
Neverest
Newbie
*
Offline Offline

Activity: 70
Merit: 0



View Profile
May 10, 2013, 02:38:44 AM
 #2869

The conf file needs to be in ~/root/.yacoin/yacoin.conf

That is, if you login as root.

it has to be in ~/.yacoin/yacoin.conf

read http://www.yacoin.org/

I always login as root so the home dir is /root/

Thanks. I got permission, but noticed that there are a bunch of hidden folders that I need to show, including .yacoin...   Cheesy

Anyway, I created the yacoin.conf file with added instructions as on www.yacoin.org, thanks for the link.

Now I started it (?) with  ./yacoind -daemon -gen -addnode=82.211.30.212 and it says:
"YaCoin server starting", nothing more, nothing less.

- I assume it will need to download the block chain?
- How will I know if it is mining and how do I know when a block is found
- I have not entered my YaCoin address anywhere, how would it know where to deposit it? (I have it running under windows, but I assume I have a separate wallet unde Ubuntu.) If it uses my address automatically, how do I access the Ubuntu wallet to see the balance and to transfer them? I.E: where is the client?

Sorry for all the questions, but I assume I am not the only one. Many thanks.
kalgecin
Hero Member
*****
Offline Offline

Activity: 819
Merit: 1000


View Profile
May 10, 2013, 02:39:24 AM
 #2870

The conf file needs to be in ~/root/.yacoin/yacoin.conf

That is, if you login as root.

it has to be in ~/.yacoin/yacoin.conf

read http://www.yacoin.org/

I always login as root so the home dir is /root/

however you are loged in, the yacoin wallet folder is always ~/.yacoin/
The "~" specifies your home folder. If you loged in as root, ~ will be /root, if you loged in as say, kalgecin, ~ would be /home/kalgecin






██████████████████████████████████████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████████████████████████████
███████████████████████████████████████████████████████████████████████▄▄▄███████████████████████
███████████████████████████████████████████████████████████████████████▀▀▀████████████████████████
██████████████████████████████████████████████████████████████████████████████████████████████████
█████████████████████████████████████████████████████████████████████████████████████████████████





...INTRODUCING WAVES........
...ULTIMATE ASSET/CUSTOM TOKEN BLOCKCHAIN PLATFORM...






kalgecin
Hero Member
*****
Offline Offline

Activity: 819
Merit: 1000


View Profile
May 10, 2013, 02:42:27 AM
 #2871

The conf file needs to be in ~/root/.yacoin/yacoin.conf

That is, if you login as root.

it has to be in ~/.yacoin/yacoin.conf

read http://www.yacoin.org/

I always login as root so the home dir is /root/

Thanks. I got permission, but noticed that there are a bunch of hidden folders that I need to show, including .yacoin...   Cheesy

Anyway, I created the yacoin.conf file with added instructions as on www.yacoin.org, thanks for the link.

Now I started it (?) with  ./yacoind -daemon -gen -addnode=82.211.30.212 and it says:
"YaCoin server starting", nothing more, nothing less.

- I assume it will need to download the block chain?
- How will I know if it is mining and how do I know when a block is found
- I have not entered my YaCoin address anywhere, how would it know where to deposit it? (I have it running under windows, but I assume I have a separate wallet unde Ubuntu.) If it uses my address automatically, how do I access the Ubuntu wallet to see the balance and to transfer them?

Sorry for all the questions, but I assume I am not the only one. Many thanks.

cd ~/yacoin/src/
./yacoind help

that will list all the commands you can send to the yacoin wallet.
./yacoind gethashespersec
will show you your speed
./yacoind listtransactions
will display all your transactions Smiley






██████████████████████████████████████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████████████████████████████
███████████████████████████████████████████████████████████████████████▄▄▄███████████████████████
███████████████████████████████████████████████████████████████████████▀▀▀████████████████████████
██████████████████████████████████████████████████████████████████████████████████████████████████
█████████████████████████████████████████████████████████████████████████████████████████████████





...INTRODUCING WAVES........
...ULTIMATE ASSET/CUSTOM TOKEN BLOCKCHAIN PLATFORM...






Neverest
Newbie
*
Offline Offline

Activity: 70
Merit: 0



View Profile
May 10, 2013, 02:54:11 AM
 #2872

Thanks. I got permission, but noticed that there are a bunch of hidden folders that I need to show, including .yacoin...   Cheesy

Anyway, I created the yacoin.conf file with added instructions as on www.yacoin.org, thanks for the link.

Now I started it (?) with  ./yacoind -daemon -gen -addnode=82.211.30.212 and it says:
"YaCoin server starting", nothing more, nothing less.

- I assume it will need to download the block chain?
- How will I know if it is mining and how do I know when a block is found
- I have not entered my YaCoin address anywhere, how would it know where to deposit it? (I have it running under windows, but I assume I have a separate wallet unde Ubuntu.) If it uses my address automatically, how do I access the Ubuntu wallet to see the balance and to transfer them?

Sorry for all the questions, but I assume I am not the only one. Many thanks.

cd ~/yacoin/src/
./yacoind help

that will list all the commands you can send to the yacoin wallet.
./yacoind gethashespersec
will show you your speed
./yacoind listtransactions
will display all your transactions Smiley

Thanks! Ah, that makes sense in a weird, Linux kind of way ;-)

I have a hashcount but it seems only one core is hashing (of my 2600k I7, which has 4cores/8threads. I only have 12-13% CPU usage. Are the number of cores used hardcoded somewhere? Or can I change it in the yacoin.conf?

EDIT: I tried adding genproclimit=7 to the yacoin.conf file, but no difference after restarting. Also tried by restarting with
me@ubuntu:~/yacoin/src$ ./yacoind -daemon -gen -genproclimit=7 -addnode=82.211.30.212
me@ubuntu:~/yacoin/src$ YaCoin server starting

But still only 12-13% CPU usage and about 65khash/sec?
kalgecin
Hero Member
*****
Offline Offline

Activity: 819
Merit: 1000


View Profile
May 10, 2013, 02:57:43 AM
 #2873

Thanks. I got permission, but noticed that there are a bunch of hidden folders that I need to show, including .yacoin...   Cheesy

Anyway, I created the yacoin.conf file with added instructions as on www.yacoin.org, thanks for the link.

Now I started it (?) with  ./yacoind -daemon -gen -addnode=82.211.30.212 and it says:
"YaCoin server starting", nothing more, nothing less.

- I assume it will need to download the block chain?
- How will I know if it is mining and how do I know when a block is found
- I have not entered my YaCoin address anywhere, how would it know where to deposit it? (I have it running under windows, but I assume I have a separate wallet unde Ubuntu.) If it uses my address automatically, how do I access the Ubuntu wallet to see the balance and to transfer them?

Sorry for all the questions, but I assume I am not the only one. Many thanks.

cd ~/yacoin/src/
./yacoind help

that will list all the commands you can send to the yacoin wallet.
./yacoind gethashespersec
will show you your speed
./yacoind listtransactions
will display all your transactions Smiley

Thanks! Ah, that makes sense in a weird, Linux kind of way ;-)

I have a hashcount but it seems only one core is hashing (of my 2600k I7, which has 4cores/8threads. I only have 12-13% CPU usage. Are the number of cores used hardcoded somewhere? Or can I change it in the yacoin.conf?

EDIT: I tried adding genproclimit=7 to the yacoin.conf file, but no difference after restarting. Also tried by restarting with
me@ubuntu:~/yacoin/src$ ./yacoind -daemon -gen -genproclimit=7 -addnode=82.211.30.212
me@ubuntu:~/yacoin/src$ YaCoin server starting

But still only 12-13% CPU usage and about 65khash/sec?

did the wallet sync all the blocks? you can make a gui version of the wallet too Smiley






██████████████████████████████████████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████████████████████████████
███████████████████████████████████████████████████████████████████████▄▄▄███████████████████████
███████████████████████████████████████████████████████████████████████▀▀▀████████████████████████
██████████████████████████████████████████████████████████████████████████████████████████████████
█████████████████████████████████████████████████████████████████████████████████████████████████





...INTRODUCING WAVES........
...ULTIMATE ASSET/CUSTOM TOKEN BLOCKCHAIN PLATFORM...






Neverest
Newbie
*
Offline Offline

Activity: 70
Merit: 0



View Profile
May 10, 2013, 03:11:20 AM
 #2874


Thanks! Ah, that makes sense in a weird, Linux kind of way ;-)

I have a hashcount but it seems only one core is hashing (of my 2600k I7, which has 4cores/8threads. I only have 12-13% CPU usage. Are the number of cores used hardcoded somewhere? Or can I change it in the yacoin.conf?

EDIT: I tried adding genproclimit=7 to the yacoin.conf file, but no difference after restarting. Also tried by restarting with
me@ubuntu:~/yacoin/src$ ./yacoind -daemon -gen -genproclimit=7 -addnode=82.211.30.212
me@ubuntu:~/yacoin/src$ YaCoin server starting

But still only 12-13% CPU usage and about 65khash/sec?

did the wallet sync all the blocks? you can make a gui version of the wallet too Smiley

Try genproclimit=-1

Thanks, I tried genproclimit=-1, both in .conf as well as in the command, but no difference (12-13% usage only)?
I am not sure if all the blocks have been synched, how do I find out? Getpeerinfo gives me 8 peers; Checkwallet gives "true", but no other info.
And yes, a GUI version would be most welcome, how would I do that?
Thanks
kalgecin
Hero Member
*****
Offline Offline

Activity: 819
Merit: 1000


View Profile
May 10, 2013, 03:18:45 AM
 #2875


Thanks! Ah, that makes sense in a weird, Linux kind of way ;-)

I have a hashcount but it seems only one core is hashing (of my 2600k I7, which has 4cores/8threads. I only have 12-13% CPU usage. Are the number of cores used hardcoded somewhere? Or can I change it in the yacoin.conf?

EDIT: I tried adding genproclimit=7 to the yacoin.conf file, but no difference after restarting. Also tried by restarting with
me@ubuntu:~/yacoin/src$ ./yacoind -daemon -gen -genproclimit=7 -addnode=82.211.30.212
me@ubuntu:~/yacoin/src$ YaCoin server starting

But still only 12-13% CPU usage and about 65khash/sec?

did the wallet sync all the blocks? you can make a gui version of the wallet too Smiley

Try genproclimit=-1

Thanks, I tried genproclimit=-1, both in .conf as well as in the command, but no difference (12-13% usage only)?
I am not sure if all the blocks have been synched, how do I find out? Getpeerinfo gives me 8 peers; Checkwallet gives "true", but no other info.
And yes, a GUI version would be most welcome, how would I do that?
Thanks

Code:
cd ~/yacoin/
sudo apt-get install qt4-qmake libqt4-dev
qmake
make
./yacoin-qt -gen






██████████████████████████████████████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████████████████████████████
███████████████████████████████████████████████████████████████████████▄▄▄███████████████████████
███████████████████████████████████████████████████████████████████████▀▀▀████████████████████████
██████████████████████████████████████████████████████████████████████████████████████████████████
█████████████████████████████████████████████████████████████████████████████████████████████████





...INTRODUCING WAVES........
...ULTIMATE ASSET/CUSTOM TOKEN BLOCKCHAIN PLATFORM...






kalgecin
Hero Member
*****
Offline Offline

Activity: 819
Merit: 1000


View Profile
May 10, 2013, 03:20:27 AM
 #2876

complete building instructions for ubuntu
http://yacointalk.com/index.php?topic=4.msg6#msg6






██████████████████████████████████████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████████████████████████████
███████████████████████████████████████████████████████████████████████▄▄▄███████████████████████
███████████████████████████████████████████████████████████████████████▀▀▀████████████████████████
██████████████████████████████████████████████████████████████████████████████████████████████████
█████████████████████████████████████████████████████████████████████████████████████████████████





...INTRODUCING WAVES........
...ULTIMATE ASSET/CUSTOM TOKEN BLOCKCHAIN PLATFORM...






Mad_Max
Hero Member
*****
Offline Offline

Activity: 894
Merit: 1001


View Profile
May 10, 2013, 03:59:44 AM
 #2877

YAC difficulty adjustment is wrong. It is terribly slow.

A 300x difficulty change in 16 hours so far.

Terribly slow. 1.8 millions YAC generated in 10 hours? Block time should be 60 seconds but it is still just few seconds. Do the math, LOL!

Diff adjustment is fine -fast enough and smooth (not jumping like crazy on TRC).
It is just starting diff was extremely low! (same as with all last altcoins)

He знaя пoкoя и oтдыxa, Пpи лyннoм и coлнeчнoм cвeтe, Mы дeлaeм дeньги из вoздyxa, Чтoб cнoвa cпycтить иx нa вeтep!
Neverest
Newbie
*
Offline Offline

Activity: 70
Merit: 0



View Profile
May 10, 2013, 04:05:13 AM
 #2878


Thanks! Ah, that makes sense in a weird, Linux kind of way ;-)

I have a hashcount but it seems only one core is hashing (of my 2600k I7, which has 4cores/8threads. I only have 12-13% CPU usage. Are the number of cores used hardcoded somewhere? Or can I change it in the yacoin.conf?

EDIT: I tried adding genproclimit=7 to the yacoin.conf file, but no difference after restarting. Also tried by restarting with
me@ubuntu:~/yacoin/src$ ./yacoind -daemon -gen -genproclimit=7 -addnode=82.211.30.212
me@ubuntu:~/yacoin/src$ YaCoin server starting

But still only 12-13% CPU usage and about 65khash/sec?

did the wallet sync all the blocks? you can make a gui version of the wallet too Smiley

Try genproclimit=-1

Thanks, I tried genproclimit=-1, both in .conf as well as in the command, but no difference (12-13% usage only)?
I am not sure if all the blocks have been synched, how do I find out? Getpeerinfo gives me 8 peers; Checkwallet gives "true", but no other info.
And yes, a GUI version would be most welcome, how would I do that?
Thanks


./yacoind getinfo
./yacoind getmininginfo
./yacoind listtransactions
./yacoind gethashespersec


Ha. I found out that the VMware vitrual Machine has a standard setting that uses only one CPU core... When trying to raise this to 6, it tells me that I need to upgrade. I can change it to 4, and it seems to re-initiate. But no difference in CPU usage.
Only after completely rebooting Virtual Machine and Ubuntu in it, I could use 4 (out of Cool cores and can now mine with 50% CPU  Tongue

Still not sure if I am actually mining correctly.

Hope this helps someone...
phorensic
Hero Member
*****
Offline Offline

Activity: 630
Merit: 500



View Profile
May 10, 2013, 04:07:05 AM
 #2879

Joined the Linux crowd - getting approx twice the hashrate of Windows 8 64-bit binary.

For noobs interested:
  • Installed VirtualBox
  • Ubuntu Server 13.04
  • git cloned yacoin
  • installed all the latest dev libs
  • compiled yacoind from source with uPnP support
  • created yacoin.conf
  • hash
  • profit

~200-280kH/s on an i5 @ 4.2GHz.  Too bad the first hour gold rush was over...like a long time ago.  Would have loved to have been ready with this VM at launch.  Oh well, sitting on a couple thousand YAC's, ready for the next scrypt variant that is initially CPU-only so I can jump on it.
Neverest
Newbie
*
Offline Offline

Activity: 70
Merit: 0



View Profile
May 10, 2013, 04:27:54 AM
 #2880

Ha. I found out that the VMware vitrual Machine has a standard setting that uses only one CPU core... When trying to raise this to 6, it tells me that I need to upgrade. I can change it to 4, and it seems to re-initiate. But no difference in CPU usage.
Only after completely rebooting Virtual Machine and Ubuntu in it, I could use 4 (out of Cool cores and can now mine with 50% CPU  Tongue

Still not sure if I am actually mining correctly.

Hope this helps someone...

Which VMWare version are you using?
I am using 9.0.2 build-1031769 it supports all 8 cores, I advise upgrading it.


Thanks. Strange, I freshly downloaded vmware player and installed it 3 hours ago, but it is version 5.0.2 build-1031769 ?!
Got it from https://my.vmware.com/web/vmware/free#desktop_end_user_computing/vmware_player/5_0 , where did you get the 9.0.2 version?
Pages: « 1 ... 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 [144] 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 »
  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!