Author

Topic: [BBR] Boolberry: Privacy and Security - Guaranteed Since 2014 - page 398. (Read 1210752 times)

sr. member
Activity: 308
Merit: 250

Neo.op

Code:
ubuntu@ip-10-0-0-119:~$ sudo vim /etc/init/miner.conf

/etc/init/miner.conf
Code:
start on runlevel [2345]
stop on runlevel [06]

respawn

script

exec /usr/bin/sudo /home/ubuntu/boolberry/build/release/src/simpleminer  --pool-addr=10.0.0.145:7777 --login=1FUtZJ9Ao8qg1MiNa6RfRJKY4aFH885wD13Lf6U7xL4FS58f7i6CYL58s8dg2aV8maRzzaQG1c1kCTMDw8LKAEG5LQsW7M8 --pass=z --mining-threads 32
end script


Code:
sudo service miner start

check miner
Code:
sudo less /var/log/upstart/miner.log

And please, don't ask how use vim. You can choose another editor.
sr. member
Activity: 1092
Merit: 254


You don't understand me. EC2 has two type virtualization - paravirtualization and HVM . HVM it's hardware virtualization. For huge pages you must
use HVM.
Oh sorry. How do I check my virtualisation?
Edit: Got it. raising another instance.

Ahh, I see.  It sounds like hugepages are interacting poorly with Amazon's virtualization in PVM mode:

http://www.pythian.com/blog/linux-hugepages-for-oracle-on-amazon-ec2-possible-but-not-convenient-easy-or-fully-supported/

The miner will work properly without hugepages - just a little slower - so if you are running on a PVM, not HVM, amazon instance, please do *not* enable hugepages via sysctl.
yep looks like it. Here's after I was able to do everything correctly. I guess finally mining at 1.3khs Smiley avg hr - 1389725

Let me make some BBR before I tip you  Tongue Btw, any ideas how can I get this running on reboot?
dga
hero member
Activity: 737
Merit: 511


You don't understand me. EC2 has two type virtualization - paravirtualization and HVM . HVM it's hardware virtualization. For huge pages you must
use HVM.
Oh sorry. How do I check my virtualisation?
Edit: Got it. raising another instance.

Ahh, I see.  It sounds like hugepages are interacting poorly with Amazon's virtualization in PVM mode:

http://www.pythian.com/blog/linux-hugepages-for-oracle-on-amazon-ec2-possible-but-not-convenient-easy-or-fully-supported/

The miner will work properly without hugepages - just a little slower - so if you are running on a PVM, not HVM, amazon instance, please do *not* enable hugepages via sysctl.
dga
hero member
Activity: 737
Merit: 511
Update to build instructions for wallet on MacOS specifically - the cmake prefix path should be slightly different:

cmake -D BUILD_GUI=TRUE -D CMAKE_PREFIX_PATH=/Users/dga/Qt/5.3/clang_64 -D CMAKE_BUILD_TYPE=Release ../..

With that and the MacOS build changes, it builds and runs perfectly on MacOS.  Still kicking around how to easily make an app bundle for it - any Mac dev gurus want to chime in? Smiley

Sy
legendary
Activity: 1484
Merit: 1003
Bounty Detective
You can remove 79.135.200.108 from first post, it shutdown - only one pool left?
sr. member
Activity: 1092
Merit: 254


You don't understand me. EC2 has two type virtualization - paravirtualization and HVM . HVM it's hardware virtualization. For huge pages you must
use HVM.
Oh sorry. How do I check my virtualisation?
Edit: Got it. raising another instance.
sr. member
Activity: 308
Merit: 250
I am bit confused. when I do show_hr it tells me 1090310 - is it 1.09 khs or something else?
@dga - now the solomine seems to be suffering from the same issue:

ubuntu@ip-10-0-0-214:~/boolberry/build/release/src$ ./simpleminer --pool-addr localhost:10102 --pass x --login 1AswkzJ3bYE6UZC7x8ssvyKMnRY8xX5vxghKWzKxgpFWhv7EZaozuXWDpXSpFR26qU4ig2b32FquuXt X9NsqdNK9SewvqTv
2014-Jun-23 13:16:18.511374 Connecting localhost:10102....
2014-Jun-23 13:16:18.512253 Connected localhost:10102 OK
2014-Jun-23 13:16:18.513835 Getting scratchpad...
2014-Jun-23 13:16:20.019629 Scratchpad received ok, size: 8432Kb, heigh=26283
2014-Jun-23 13:16:20.025188 Getting next job...

stuck but mining via boolbd works.

1090310 == 1.09mh/s.

I'll grab an AWS instance and see if I can get simpleminer to stick like that.  Does it get stuck also with extremepool?
Yep
ubuntu@ip-10-0-0-214:~/boolberry/build/release/src$ ./simpleminer --pool-addr bbr.extremehash.com:5555 --pass x --login 1AswkzJ3bYE6UZC7x8ssvyKMnRY8xX5vxghKWzKxgpFWhv7EZaozuXWDpXSpFR26qU4ig2b32FquuXt X9NsqdNK9SewvqTv
2014-Jun-23 14:30:23.322102 Connecting bbr.extremehash.com:5555....
2014-Jun-23 14:30:23.331967 Connected bbr.extremehash.com:5555 OK
2014-Jun-23 14:30:23.341861 Getting scratchpad...
2014-Jun-23 14:30:24.225721 Scratchpad received ok, size: 8446Kb, heigh=26326
2014-Jun-23 14:30:24.229200 Getting next job...


Do you use HVM instance ?
Ubuntu.
complete noob at this so ran the build in one window and started the daemon ./boolbd at one
In another window tried to solo mine.
You don't understand me. EC2 has two type virtualization - paravirtualization and HVM . HVM it's hardware virtualization. For huge pages you must
use HVM.
sr. member
Activity: 1092
Merit: 254
I am bit confused. when I do show_hr it tells me 1090310 - is it 1.09 khs or something else?
@dga - now the solomine seems to be suffering from the same issue:

ubuntu@ip-10-0-0-214:~/boolberry/build/release/src$ ./simpleminer --pool-addr localhost:10102 --pass x --login 1AswkzJ3bYE6UZC7x8ssvyKMnRY8xX5vxghKWzKxgpFWhv7EZaozuXWDpXSpFR26qU4ig2b32FquuXt X9NsqdNK9SewvqTv
2014-Jun-23 13:16:18.511374 Connecting localhost:10102....
2014-Jun-23 13:16:18.512253 Connected localhost:10102 OK
2014-Jun-23 13:16:18.513835 Getting scratchpad...
2014-Jun-23 13:16:20.019629 Scratchpad received ok, size: 8432Kb, heigh=26283
2014-Jun-23 13:16:20.025188 Getting next job...

stuck but mining via boolbd works.

1090310 == 1.09mh/s.

I'll grab an AWS instance and see if I can get simpleminer to stick like that.  Does it get stuck also with extremepool?
Yep
ubuntu@ip-10-0-0-214:~/boolberry/build/release/src$ ./simpleminer --pool-addr bbr.extremehash.com:5555 --pass x --login 1AswkzJ3bYE6UZC7x8ssvyKMnRY8xX5vxghKWzKxgpFWhv7EZaozuXWDpXSpFR26qU4ig2b32FquuXt X9NsqdNK9SewvqTv
2014-Jun-23 14:30:23.322102 Connecting bbr.extremehash.com:5555....
2014-Jun-23 14:30:23.331967 Connected bbr.extremehash.com:5555 OK
2014-Jun-23 14:30:23.341861 Getting scratchpad...
2014-Jun-23 14:30:24.225721 Scratchpad received ok, size: 8446Kb, heigh=26326
2014-Jun-23 14:30:24.229200 Getting next job...


Do you use HVM instance ?
Ubuntu.
complete noob at this so ran the build in one window and started the daemon ./boolbd at one
In another window tried to solo mine.
sr. member
Activity: 308
Merit: 250
I am bit confused. when I do show_hr it tells me 1090310 - is it 1.09 khs or something else?
@dga - now the solomine seems to be suffering from the same issue:

ubuntu@ip-10-0-0-214:~/boolberry/build/release/src$ ./simpleminer --pool-addr localhost:10102 --pass x --login 1AswkzJ3bYE6UZC7x8ssvyKMnRY8xX5vxghKWzKxgpFWhv7EZaozuXWDpXSpFR26qU4ig2b32FquuXt X9NsqdNK9SewvqTv
2014-Jun-23 13:16:18.511374 Connecting localhost:10102....
2014-Jun-23 13:16:18.512253 Connected localhost:10102 OK
2014-Jun-23 13:16:18.513835 Getting scratchpad...
2014-Jun-23 13:16:20.019629 Scratchpad received ok, size: 8432Kb, heigh=26283
2014-Jun-23 13:16:20.025188 Getting next job...

stuck but mining via boolbd works.

1090310 == 1.09mh/s.

I'll grab an AWS instance and see if I can get simpleminer to stick like that.  Does it get stuck also with extremepool?
Yep
ubuntu@ip-10-0-0-214:~/boolberry/build/release/src$ ./simpleminer --pool-addr bbr.extremehash.com:5555 --pass x --login 1AswkzJ3bYE6UZC7x8ssvyKMnRY8xX5vxghKWzKxgpFWhv7EZaozuXWDpXSpFR26qU4ig2b32FquuXt X9NsqdNK9SewvqTv
2014-Jun-23 14:30:23.322102 Connecting bbr.extremehash.com:5555....
2014-Jun-23 14:30:23.331967 Connected bbr.extremehash.com:5555 OK
2014-Jun-23 14:30:23.341861 Getting scratchpad...
2014-Jun-23 14:30:24.225721 Scratchpad received ok, size: 8446Kb, heigh=26326
2014-Jun-23 14:30:24.229200 Getting next job...


Do you use HVM instance ?
legendary
Activity: 1204
Merit: 1002
RUM AND CARROTS: A PIRATE LIFE FOR ME
I started getting a weird error pool mining where it says my submitted share difficulty is too low. Using simpleminer at Extremepool, 4 threads on a i3 desktop. Casually mining. :-)
sr. member
Activity: 1092
Merit: 254
I am bit confused. when I do show_hr it tells me 1090310 - is it 1.09 khs or something else?
@dga - now the solomine seems to be suffering from the same issue:

ubuntu@ip-10-0-0-214:~/boolberry/build/release/src$ ./simpleminer --pool-addr localhost:10102 --pass x --login 1AswkzJ3bYE6UZC7x8ssvyKMnRY8xX5vxghKWzKxgpFWhv7EZaozuXWDpXSpFR26qU4ig2b32FquuXt X9NsqdNK9SewvqTv
2014-Jun-23 13:16:18.511374 Connecting localhost:10102....
2014-Jun-23 13:16:18.512253 Connected localhost:10102 OK
2014-Jun-23 13:16:18.513835 Getting scratchpad...
2014-Jun-23 13:16:20.019629 Scratchpad received ok, size: 8432Kb, heigh=26283
2014-Jun-23 13:16:20.025188 Getting next job...

stuck but mining via boolbd works.

1090310 == 1.09mh/s.

I'll grab an AWS instance and see if I can get simpleminer to stick like that.  Does it get stuck also with extremepool?
Yep
ubuntu@ip-10-0-0-214:~/boolberry/build/release/src$ ./simpleminer --pool-addr bbr.extremehash.com:5555 --pass x --login 1AswkzJ3bYE6UZC7x8ssvyKMnRY8xX5vxghKWzKxgpFWhv7EZaozuXWDpXSpFR26qU4ig2b32FquuXt X9NsqdNK9SewvqTv
2014-Jun-23 14:30:23.322102 Connecting bbr.extremehash.com:5555....
2014-Jun-23 14:30:23.331967 Connected bbr.extremehash.com:5555 OK
2014-Jun-23 14:30:23.341861 Getting scratchpad...
2014-Jun-23 14:30:24.225721 Scratchpad received ok, size: 8446Kb, heigh=26326
2014-Jun-23 14:30:24.229200 Getting next job...
dga
hero member
Activity: 737
Merit: 511
I am bit confused. when I do show_hr it tells me 1090310 - is it 1.09 khs or something else?
@dga - now the solomine seems to be suffering from the same issue:

ubuntu@ip-10-0-0-214:~/boolberry/build/release/src$ ./simpleminer --pool-addr localhost:10102 --pass x --login 1AswkzJ3bYE6UZC7x8ssvyKMnRY8xX5vxghKWzKxgpFWhv7EZaozuXWDpXSpFR26qU4ig2b32FquuXt X9NsqdNK9SewvqTv
2014-Jun-23 13:16:18.511374 Connecting localhost:10102....
2014-Jun-23 13:16:18.512253 Connected localhost:10102 OK
2014-Jun-23 13:16:18.513835 Getting scratchpad...
2014-Jun-23 13:16:20.019629 Scratchpad received ok, size: 8432Kb, heigh=26283
2014-Jun-23 13:16:20.025188 Getting next job...

stuck but mining via boolbd works.

1090310 == 1.09mh/s.

I'll grab an AWS instance and see if I can get simpleminer to stick like that.  Does it get stuck also with extremepool?
dga
hero member
Activity: 737
Merit: 511
Whats a good value for /proc/sys/vm/nr_hugepages?

Each hugepage is 2MB.  To be safe, I'd go for something like 64.  128MB isn't so much that you will run out of memory elsewhere, but is more than enough for the miner.

The miner will print out a warning if it's not able to allocate enough memory in hugepages, so you can also use that as a guide.

I'm getting good reports of both speed and stability from people, so I've submitted a pull request to c_z for the most recent changes:
  * Linux speed optimizations by hugepages
  * Fixing MacOS build (renamed a macro in the new windows optimized Keccak)

sr. member
Activity: 1092
Merit: 254
I am bit confused. when I do show_hr it tells me 1090310 - is it 1.09 khs or something else?
@dga - now the solomine seems to be suffering from the same issue:

ubuntu@ip-10-0-0-214:~/boolberry/build/release/src$ ./simpleminer --pool-addr localhost:10102 --pass x --login 1AswkzJ3bYE6UZC7x8ssvyKMnRY8xX5vxghKWzKxgpFWhv7EZaozuXWDpXSpFR26qU4ig2b32FquuXt X9NsqdNK9SewvqTv
2014-Jun-23 13:16:18.511374 Connecting localhost:10102....
2014-Jun-23 13:16:18.512253 Connected localhost:10102 OK
2014-Jun-23 13:16:18.513835 Getting scratchpad...
2014-Jun-23 13:16:20.019629 Scratchpad received ok, size: 8432Kb, heigh=26283
2014-Jun-23 13:16:20.025188 Getting next job...

stuck but mining via boolbd works.
Sy
legendary
Activity: 1484
Merit: 1003
Bounty Detective
Whats a good value for /proc/sys/vm/nr_hugepages?
hero member
Activity: 976
Merit: 646
My hashrate halved with the new code on github (my old code was 3 or 4 days ago) .
And yes I did check the hashrate just before changing version, so that's not a difficulty increase!

I use Linux.
This is strange, because as you could see that i didn't change linux version of hash.
Does anyone else observe this issue?
sr. member
Activity: 1092
Merit: 254

The solo miner gets about 1.3mh/s on a single instance.

240*1.3mh = 312mh.  That's about 7.5% of the total nethash, and almost 8x more than the pool.
Amazon allowed 240? Here I am stuck on 5 and they are saying "service team" will check and increase the limit.

You have to have had an account for a while in good standing before they'll let you spend a lot.
My request was denied, I guess most of other people are already hoarding the bandwidth Tongue
Btw, even that said the whole hashing speed - pool doesn't cross 900ish, which then means per box:
0.9*86.4/232 (current difficulty)* 16.99 * 1.43 (market price) = 8.46
Still a profitable venture?
Edited: I dont even know how to calculate hashrate when solomining Tongue
sr. member
Activity: 574
Merit: 250
So sad don't sell it at 350K sat...
sr. member
Activity: 311
Merit: 250
bbr for whales, better buy like mine.  Tongue
full member
Activity: 224
Merit: 100
on which pool all miners are working?Hashrate is 3,7 GH/s,but best pool I found has only 20 MH/s Huh Huh Huh
Is there some closed pool?
just a lot of solo
Jump to: