Search content
Sort by

Showing 20 of 106 results by mbk
Post
Topic
Board Announcements (Altcoins)
Re: [BBR] Boolberry: Privacy and Security - Guaranteed[Bittrex/Poloniex]GPU Released
by
mbk
on 06/04/2017, 22:00:47 UTC
Hi,

I've just updated my miner repositories on Github with increased scratchpad buffer size.

https://github.com/mbkuperman/cpuminer-multi-opencl
https://github.com/mbkuperman/boolberry-opencl

You can compile it yourself or grab a binary release for Windows x64
https://github.com/mbkuperman/cpuminer-multi-opencl/releases/latest

Scratchpad is getting close to 256 MB limit so don't be late in case you are using my miners (and check the size if you are mining with something else too).
Post
Topic
Board Announcements (Altcoins)
Re: [BBR] Boolberry: Privacy and Security - Guaranteed[Bittrex/Poloniex]GPU Released
by
mbk
on 09/02/2017, 13:14:49 UTC
My pool is down. It was under constant attacks since last pump began. Somehow I got blacklisted by Spamhaus. I'm really sorry but I cannot fix it immediately. It is sad there are people in crypto lacking moral values. More troubling is that they operate its critical infrastructure.

Edit: Just fixed the problem. Pool works again.
Post
Topic
Board Announcements (Altcoins)
Re: [BBR] Boolberry: Privacy and Security - Guaranteed[Bittrex/Poloniex]GPU Released
by
mbk
on 09/09/2016, 11:24:36 UTC
Hi all,

I've got a number of private messages lately. I don't like private chats. It's better to give all answers here in public.

I'm trying to keep my pool online all the time cause I use it myself a bit. All pending payments are sent in all case. The only real DDOS attack was this August. It finished about a week ago. All connection issues should be resolved.

If you have problems with pool/miner apps post it here so you can get help from other guys who mine as well.

Regarding new development activities. You can count on me if some updates need to be deployed on the pool. Just keep development open so everybody can evaluate your proposals/code and give a feedback. Have any ideas how to handle possible forks? Post it here. Let's keep this discussion as open as possible.

I'm not going to actively participate in current discussion but I'll read all feedback.


You have 75% of the network and I have made the first commit the Boolberry project has seen in a year.

You are the longest chain, you can build from my source or not. At this point in time I am open to accepting pull requests from Zoidberg into the Blockchain Development Company repository, and further collaboration as he also understands the cryptonote codebase, but make no mistake, the choice is completely yours.

I have been attempting to reach out to all of the infrastructure of Boolberry, including your pool, to establish confidence in the project. A further announcement is incoming, but for now, I need all participants in the Boolberry project to understand their role in the network and work together, and you have a greatly disproportionate influence on the direction of the network. The code is on github.

Thanks for your work. Let's continue moving this way. Make commits to your repository so I and everybody else can review them. The most urgent task for me is to merge DB branch from the original repository to master. Daemon needs a lot of memory to run right now. That's not good for a decentralized system. I would prefer you to checkout DB branch and commit on top to make the review process simpler.
Post
Topic
Board Announcements (Altcoins)
Re: [BBR] Boolberry: Privacy and Security - Guaranteed[Bittrex/Poloniex]GPU Released
by
mbk
on 05/09/2016, 15:15:18 UTC
Hi all,

I've got a number of private messages lately. I don't like private chats. It's better to give all answers here in public.

I'm trying to keep my pool online all the time cause I use it myself a bit. All pending payments are sent in all case. The only real DDOS attack was this August. It finished about a week ago. All connection issues should be resolved.

If you have problems with pool/miner apps post it here so you can get help from other guys who mine as well.

Regarding new development activities. You can count on me if some updates need to be deployed on the pool. Just keep development open so everybody can evaluate your proposals/code and give a feedback. Have any ideas how to handle possible forks? Post it here. Let's keep this discussion as open as possible.

I'm not going to actively participate in current discussion but I'll read all feedback.
Post
Topic
Board Announcements (Altcoins)
Re: [BBR] Boolberry: Privacy and Security - Guaranteed[Bittrex/Poloniex]GPU Released
by
mbk
on 19/04/2015, 18:37:47 UTC
My pool bbr.mbkpool.info experienced major connection problems due to boolberry daemon overload. There were 2 threads to serve RPC requests from the pool hardcoded in the source regardless of CPU cores available. I had to increase the count and recompile the daemon. The problem solved. I'll be watching pool performance more closely next few days.
Post
Topic
Board Announcements (Altcoins)
Re: [BBR] Boolberry: Privacy and Security - Guaranteed[Bittrex/Poloniex]GPU Released
by
mbk
on 07/02/2015, 11:53:05 UTC
Boolberry OpenCL solo/pool miner mandatory update

There is a hardcoded 64M scratchpad size in my OpenCL miners. We are getting close to the limit. There are 2-3 weeks before we reach it. I increased the size to 256M in the update. It should not be a problem for any modern GPU.

https://github.com/mbkuperman/boolberry-opencl
https://github.com/mbkuperman/cpuminer-multi-opencl

Windows x64 binary
https://github.com/mbkuperman/boolberry-opencl/releases
https://github.com/mbkuperman/cpuminer-multi-opencl/releases
Post
Topic
Board Announcements (Altcoins)
Re: [BBR] Boolberry: Privacy and Security - Guaranteed[Bittrex/Poloniex]GPU Released
by
mbk
on 08/01/2015, 21:35:36 UTC
My pool bbr.mbkpool.info had problems with payments lately. It was due to wallet getting out of sync like many times before. All miner payments for last few days have been sent. I rescheduled the wallet restart script to prevent such problems in the future.
Just noticed - cncoin.farm has 97% of total hash rate. It's a reliable pool but it doesn't look good for the coin. Please, use solo miner or some other pool if you can.
Post
Topic
Board Mining (Altcoins)
Re: [BBR] Boolberry GPU Miner Discussion - AMD & Nvidia - OpenCL & CUDA
by
mbk
on 06/10/2014, 17:50:08 UTC
For pool miner: use -d (start with Nth device instead of 0) and -t (use N devices) command line parameters.
Examples:
-d 1 -t 1 (use second GPU only)
-t 2 (use 2 GPUs only)

For solo miner:
"device_index" option in miner_conf.json file (it's like -d option above)
--mining-threads command line parameter (like -t above)

I want to disable device 3 when I play videos.How to set?It's a bit different than other miners.-d 0,1,2,4,5 not working.
Post
Topic
Board Announcements (Altcoins)
Re: [BBR] Boolberry: Privacy and Security - Guaranteed[Bittrex/Poloniex]GPU Released
by
mbk
on 27/09/2014, 08:06:30 UTC
Boolberry OpenCL solo miner update
Synced to the main branch (version 0.3.0.41)
https://github.com/mbkuperman/boolberry-opencl

Windows x64 binary
https://github.com/mbkuperman/boolberry-opencl/releases
Post
Topic
Board Mining (Altcoins)
Re: [BBR] Boolberry GPU Miner Discussion - AMD & Nvidia - OpenCL & CUDA
by
mbk
on 16/09/2014, 21:31:49 UTC
I had some problems with the miner terminating for no reason some time ago. I don't get it with last versions so I suppose it was some core daemon problem. Check you run version 3.0.38. The GPU miner itself is very stable (at least on Windows). It runs for weeks on various AMD cards in 3-card configurations without any problems if you don't overclock it too much.
AMD GPU Solo Miner :Dev answer

Why after a long time will collapse?

Why long time the software will be no reaction?

What method can solve?

I have the same problem. For the AMD solo version, it will abort after certain time in various rigs.
Post
Topic
Board Announcements (Altcoins)
Re: [BBR] Boolberry: Privacy and Security - Guaranteed[Bittrex/Poloniex]GPU Released
by
mbk
on 12/09/2014, 18:53:14 UTC
Changing intensity won't fix your problem. What's your accepted ratio? If it's high you definitely have some network issues with the pool.

not sure how to change intensity. thanks.
It's just -i 18 on his gpu miner.

i have around 85% effencity on all rigs. if low intwnsity will push it up will be good. but I dont know how to change it.
Post
Topic
Board Announcements (Altcoins)
Re: [BBR] Boolberry: Privacy and Security - Guaranteed[Bittrex/Poloniex]GPU Released
by
mbk
on 11/09/2014, 13:17:59 UTC
Boolberry OpenCL solo miner update
Synced to the main branch
https://github.com/mbkuperman/boolberry-opencl

Windows x64 binary
https://github.com/mbkuperman/boolberry-opencl/releases
Post
Topic
Board Announcements (Altcoins)
Re: [BBR] Boolberry: Privacy and Security - Guaranteed[Bittrex/Poloniex]GPU Released
by
mbk
on 10/09/2014, 22:39:30 UTC
MBK's Boolberry Mining Pool

I've spend a lot of time optimizing OpenCL miner so later I looked at how pools work too. Clintar fixed the problems so pools work much better now if updated. Anyway I have some ideas how to tune the pool to get more blocks on the same hardware. I tested it for a week with my GPU farm, rented a decent server and now you can give my pool a try.

http://bbr.mbkpool.info

Usage with my OpenCL miner:
Windows
Code:
minerd.exe -a wildkeccak_ocl -o stratum+tcp://bbr.mbkpool.info:7777 -u YOUR_WALLET_ADDRESS -p x -k http://bbr.mbkpool.info/scratchpad.bin -l scratchpad.bin
Linux
Code:
minerd -a wildkeccak_ocl -o stratum+tcp://bbr.mbkpool.info:7777 -u YOUR_WALLET_ADDRESS -p x -k http://bbr.mbkpool.info/scratchpad.bin -l ~/scratchpad.bin

Changes:
  • 100ms boolbd daemon polling interval - to get new blocks as soon as possible (later I could make it even less)
  • 1 minute difficulty targeting - it's better to make shares rarer and more valuable in current miner implementation (starting diff is 150 millions on port 9999 for multi-GPUs)

Options to try:
-i x (intensity) - default value is 18, try lower values if it doesn't lower your hashrate as it will improve efficiency (we cannot exit GPU calculation cycle so the shorter cycle means less time we lose when new block arrives)

I'm not talking about large improvement but the miners should be close to 100% efficiency. You can try it and make decision yourself. Look at miner's output and compare. In the real example below the miner calculates 1112 kh/s and every hash works to make a share on the pool.
Code:
[2014-09-10 21:56:40.175] eff: 100% @ 1112 kh/s, accepted: 1251/1251 (100.00%), 1101 kh/s at diff 76695845 (yay!!!)
Post
Topic
Board Mining (Altcoins)
Re: [BBR] Boolberry GPU Miner Discussion - AMD & Nvidia - OpenCL & CUDA
by
mbk
on 10/09/2014, 21:20:07 UTC
You can run them both. Just set different data directories with --data-dir command line option like:
Code:
boolbd --data-dir dir1
boolbd --data-dir dir2
If you exit the boolbd it saves miner_conf.js. It's the wrong file if you cannot find the parameter or you ran cpu version after opencl one (look at %appdata%\boolb on windows).  Try all platform_indexes: 0,1,2.
Try changing platform_index in miner_conf.js file.

I don't have any platform_index in miner_conf.js file.
I have tried adding
Code:
"platform_index":0   :"platform_index":1

I just get errors

you you may need to explain things in very simple terms...I'm very simple

Jon  Grin
does that mean that I can't run both cpu and gpu miner at the same time?
Post
Topic
Board Mining (Altcoins)
Re: [BBR] Boolberry GPU Miner Discussion - AMD & Nvidia - OpenCL & CUDA
by
mbk
on 09/09/2014, 07:56:42 UTC
If you exit the boolbd it saves miner_conf.js. It's the wrong file if you cannot find the parameter or you ran cpu version after opencl one (look at %appdata%\boolb on windows).  Try all platform_indexes: 0,1,2.
Try changing platform_index in miner_conf.js file.

I don't have any platform_index in miner_conf.js file.
I have tried adding
Code:
"platform_index":0   :"platform_index":1

I just get errors

you you may need to explain things in very simple terms...I'm very simple

Jon  Grin
Post
Topic
Board Mining (Altcoins)
Re: [BBR] Boolberry GPU Miner Discussion - AMD & Nvidia - OpenCL & CUDA
by
mbk
on 08/09/2014, 22:12:55 UTC
Try changing platform_index in miner_conf.js file.
hi guy's over pools trying to get gpu solo running   windows7-64bit    amd 290

i start and get this in mining window:
2014-Sep-08 19:12:40.623366 [miner 0][OCL 0/0] error:  CL_DEVICE_NOT_FOUND
2014-Sep-08 19:12:40.626366 [miner 0][OCL 0/0] error:  CL_INVALID_VALUE
2014-Sep-08 19:12:40.628366 [miner 0][OCL 0/0] device index must me between 0 and 4294967295


any idea how to fix this

Jon

Edit:  I have gpu mined other coins in the past....but never been able to get a gpu miner to work with BBR
Post
Topic
Board Mining (Altcoins)
Re: [BBR] Boolberry GPU Miner Discussion - AMD & Nvidia - OpenCL & CUDA
by
mbk
on 05/09/2014, 13:20:45 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [BBR] Boolberry: Privacy and Security - Guaranteed[Bittrex/Poloniex]GPU Released
by
mbk
on 05/09/2014, 13:17:13 UTC
Post
Topic
Board Mining (Altcoins)
Re: [BBR] Boolberry GPU Miner Discussion - AMD & Nvidia - OpenCL & CUDA
by
mbk
on 03/09/2014, 21:18:01 UTC
Try erasing blockchain data to start from the scratch:
Code:
cd %appdata%\boolb\
and delete blockchain.bin (or just delete or rename the whole directory)
I tried to use the solo miner from https://github.com/mbkuperman/boolberry-opencl/releases but I get this error in my log file
Code:
-- Loading blockchain...
-- ERROR C:\Develop\GitHub\boolberry-opencl\src\common/boost_serialization_helper.h:45[tools::unserialize_obj_from_file]Exception at [unserialize_obj_from_file], what=vector too long
-- Can't load blockchain storage from file, generating genesis block.
-- ERROR ..\..\src\currency_core\blockchain_storage.cpp:86[currency::blockchain_storage::init]Failed to add genesis block to blockchain
-- ERROR ..\..\src\currency_core\currency_core.cpp:125[currency::core::init]Failed to initialize blockchain storage
-- ERROR ..\..\src\daemon\daemon.cpp:169[main]Failed to initialize core
-- Mining has been stopped, 0 finished
I have a laptop running windows 7 64 bit which has two GPU's. What to do? Please help!!
Post
Topic
Board Mining (Altcoins)
Re: [BBR] Boolberry GPU Miner Discussion - AMD & Nvidia - OpenCL & CUDA
by
mbk
on 03/09/2014, 21:10:30 UTC
It looks like you use solo miner. I'll update the solo miner a bit later. Maybe on the weekend. Anyway it's just a notification the new version is out. You can use the current version for the time being.

0.2.0.31d

why Solo Miner prompt old?

wallet 0.2.0.4

Which program? CPUminer-Multi? There were no changes made to it.

I also get the same.

I am running boolberry opencl-0.2.31d Windows 64. I am using the bbfarm.bat

Message:  [P2P][urgent]:This software is old, please update.

I am running Windows 7 64bit with catalyst 13.11.

I think all is fine since I have found a block. Just annoying to keep seeing message.