Bitcoin Forum
May 14, 2024, 06:03:27 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 5 6 »
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BBR] Boolberry: Privacy and Security - Guaranteed[Bittrex/Poloniex]GPU Released on: April 06, 2017, 10:00:47 PM
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).
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BBR] Boolberry: Privacy and Security - Guaranteed[Bittrex/Poloniex]GPU Released on: February 09, 2017, 01:14:49 PM
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.
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BBR] Boolberry: Privacy and Security - Guaranteed[Bittrex/Poloniex]GPU Released on: September 09, 2016, 11:24:36 AM
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.
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BBR] Boolberry: Privacy and Security - Guaranteed[Bittrex/Poloniex]GPU Released on: September 05, 2016, 03:15:18 PM
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.
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BBR] Boolberry: Privacy and Security - Guaranteed[Bittrex/Poloniex]GPU Released on: April 19, 2015, 06:37:47 PM
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.
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BBR] Boolberry: Privacy and Security - Guaranteed[Bittrex/Poloniex]GPU Released on: February 07, 2015, 11:53:05 AM
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
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BBR] Boolberry: Privacy and Security - Guaranteed[Bittrex/Poloniex]GPU Released on: January 08, 2015, 09:35:36 PM
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.
8  Alternate cryptocurrencies / Mining (Altcoins) / Re: [BBR] Boolberry GPU Miner Discussion - AMD & Nvidia - OpenCL & CUDA on: October 06, 2014, 05:50:08 PM
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.
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BBR] Boolberry: Privacy and Security - Guaranteed[Bittrex/Poloniex]GPU Released on: September 27, 2014, 08:06:30 AM
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
10  Alternate cryptocurrencies / Mining (Altcoins) / Re: [BBR] Boolberry GPU Miner Discussion - AMD & Nvidia - OpenCL & CUDA on: September 16, 2014, 09:31:49 PM
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.
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BBR] Boolberry: Privacy and Security - Guaranteed[Bittrex/Poloniex]GPU Released on: September 12, 2014, 06:53:14 PM
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.
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BBR] Boolberry: Privacy and Security - Guaranteed[Bittrex/Poloniex]GPU Released on: September 11, 2014, 01:17:59 PM
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
13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BBR] Boolberry: Privacy and Security - Guaranteed[Bittrex/Poloniex]GPU Released on: September 10, 2014, 10:39:30 PM
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!!!)
14  Alternate cryptocurrencies / Mining (Altcoins) / Re: [BBR] Boolberry GPU Miner Discussion - AMD & Nvidia - OpenCL & CUDA on: September 10, 2014, 09:20:07 PM
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?
15  Alternate cryptocurrencies / Mining (Altcoins) / Re: [BBR] Boolberry GPU Miner Discussion - AMD & Nvidia - OpenCL & CUDA on: September 09, 2014, 07:56:42 AM
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
16  Alternate cryptocurrencies / Mining (Altcoins) / Re: [BBR] Boolberry GPU Miner Discussion - AMD & Nvidia - OpenCL & CUDA on: September 08, 2014, 10:12:55 PM
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
17  Alternate cryptocurrencies / Mining (Altcoins) / Re: [BBR] Boolberry GPU Miner Discussion - AMD & Nvidia - OpenCL & CUDA on: September 05, 2014, 01:20:45 PM
Boolberry OpenCL miner update
https://github.com/mbkuperman/boolberry-opencl

Windows x64 binary
https://github.com/mbkuperman/boolberry-opencl/releases
18  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BBR] Boolberry: Privacy and Security - Guaranteed[Bittrex/Poloniex]GPU Released on: September 05, 2014, 01:17:13 PM
Boolberry OpenCL miner update
https://github.com/mbkuperman/boolberry-opencl

Windows x64 binary
https://github.com/mbkuperman/boolberry-opencl/releases
19  Alternate cryptocurrencies / Mining (Altcoins) / Re: [BBR] Boolberry GPU Miner Discussion - AMD & Nvidia - OpenCL & CUDA on: September 03, 2014, 09:18:01 PM
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<T> 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!!
20  Alternate cryptocurrencies / Mining (Altcoins) / Re: [BBR] Boolberry GPU Miner Discussion - AMD & Nvidia - OpenCL & CUDA on: September 03, 2014, 09:10:30 PM
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.
Pages: [1] 2 3 4 5 6 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!