Author

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

legendary
Activity: 3808
Merit: 1723
Up to 300% + 200 FS deposit bonuses
Ok, got a pool going. http://50.116.52.225 no domain registered even, and haven't even hit a block yet with my hashrate. Throw a miner on it if you like!

Thanks so much for this pool. Much better than that crappy MBK which gets reconnects every 5 minutes and 20% of the shares are rejected. With your pool my rigs are getting 95-98% accepted shares and rarely any disconnects.

newbie
Activity: 20
Merit: 0
Ok, got a pool going. http://50.116.52.225 no domain registered even, and haven't even hit a block yet with my hashrate. Throw a miner on it if you like!
Super, will try it with my 7,5 Mhas
member
Activity: 87
Merit: 11
Tried solo but it always errors out some hours later. But pool is working fine so try it.  Smiley
full member
Activity: 202
Merit: 104
Is it still possible to realistic solo mine or is the difficulty too high? If it is worth it to solo mine how do you do it? Through the gui wallet or through a separate app? Would love some help on trying to get started
Solo mine is fine. Just need the daemon with opencl
Code:
https://github.com/mbkuperman/boolberry-opencl

Or you could try setting up my pool code locally.

If anyone is going to connect to my pool, I suggest the keepalive version of the miners. It just has a heartbeat so miner doesn't timeout between share submissions and have to reconnect.

Code:
git clone -b keepalive https://github.com/clintar/cpuminer-multi-opencl.gi
for amd
or
Code:
git clone -b keepalive https://github.com/clintar/bbr-cudaminer.git

and if you are fancy and have IPV6, you can try connecting like so

Code:
./minerd -o stratum+tcp://[2600:3c03::f03c:91ff:febb:7e66]:5555 -u @clintar -p x -k http://[2600:3c03::f03c:91ff:febb:7e66]/scratchpad.bin

I don't know why, but just because you can.
member
Activity: 102
Merit: 10
Is it still possible to realistic solo mine or is the difficulty too high? If it is worth it to solo mine how do you do it? Through the gui wallet or through a separate app? Would love some help on trying to get started
legendary
Activity: 3136
Merit: 1116
Ok, got a pool going. http://50.116.52.225 no domain registered even, and haven't even hit a block yet with my hashrate. Throw a miner on it if you like!

Ok. thanks  Smiley Throwing some workers on your pool

That was fast  Shocked

30 min later and you can almost 51% attack the network Tongue
member
Activity: 87
Merit: 11
Ok, got a pool going. http://50.116.52.225 no domain registered even, and haven't even hit a block yet with my hashrate. Throw a miner on it if you like!

Ok. thanks  Smiley Throwing some workers on your pool
full member
Activity: 202
Merit: 104
Ok, got a pool going. http://50.116.52.225 no domain registered even, and haven't even hit a block yet with my hashrate. Throw a miner on it if you like!
sr. member
Activity: 248
Merit: 250
Please use my pool code. Modules are updated to use newer versions of node.
https://github.com/clintar/cryptonote-universal-pool.git

Thanks, it's working now Grin There was only a small complaint about missing bignum.node upon startup, but that was an easy thing to fix with "npm install bignum".

Whats the info for the pool please?
sr. member
Activity: 505
Merit: 250
Activist Investor
Should I put a pool up again?

woo! clintar is back! I was just about to email you if I haven't already about continuing development, your email is on the commit logs

I was waiting for some other things, I didn't know you ran a pool in the past too

sr. member
Activity: 520
Merit: 253
555
Please use my pool code. Modules are updated to use newer versions of node.
https://github.com/clintar/cryptonote-universal-pool.git

Thanks, it's working now Grin There was only a small complaint about missing bignum.node upon startup, but that was an easy thing to fix with "npm install bignum".
sr. member
Activity: 248
Merit: 250
anybody got it working with Cuda in Windows?
I don't think it can compile in windows. Did you try to use the opencl version?
yes and get errors
[2016-09-12 18:43:01.649] ADDENDUM APPLIED: 606616 --> 606617  10 blocks added
[2016-09-12 18:43:01.650] ADDENDUM APPLIED: 606617 --> 606618  10 blocks added
[2016-09-12 18:43:01.651] Stratum detected new block
[2016-09-12 18:43:03.475] Stratum detected new block
[2016-09-12 18:43:30.313] JSON prev_id in addendum missmatched with current_scratchpad_hi.prevhash
[2016-09-12 18:43:30.314] JSON failed to process addendums


I would run it on Linux if I could find simple instructions tot run it on Linux, as i am not that proficient in linux
full member
Activity: 202
Merit: 104
anybody got it working with Cuda in Windows?
I don't think it can compile in windows. Did you try to use the opencl version?
sr. member
Activity: 248
Merit: 250
anybody got it working with Cuda in Windows?
full member
Activity: 202
Merit: 104
Should I put a pool up again?

Please do Smiley

Today I got desperate enough to try and set up a local pool, but it's not working out. There's always a problem installing the multi-hashing module, which seems to be a common issue. My patience is running out with these new fangled modular systems -- I miss the days when I was developing miners from scratch Wink

As BBR is gaining new traction, one can hope that more pools will spring up. It would signify a healthy ecosystem -- the current situation is looking too fragile for a long term investment.

Please use my pool code. Modules are updated to use newer versions of node.
https://github.com/clintar/cryptonote-universal-pool.git
sr. member
Activity: 520
Merit: 253
555
Should I put a pool up again?

Please do Smiley

Today I got desperate enough to try and set up a local pool, but it's not working out. There's always a problem installing the multi-hashing module, which seems to be a common issue. My patience is running out with these new fangled modular systems -- I miss the days when I was developing miners from scratch Wink

As BBR is gaining new traction, one can hope that more pools will spring up. It would signify a healthy ecosystem -- the current situation is looking too fragile for a long term investment.
legendary
Activity: 2688
Merit: 1240
where the working pool  Huh

I cannot get the wallet working.. As soon as I do "getfullscratchpad" the wallet uses up > 20 GB of RAM and then crashes..

I'd need the scratchpad file for mining though...

sent you a pm

Ah yes, I think I've found the error, it'll be up soon.
sr. member
Activity: 248
Merit: 250
Should I put a pool up again?
yes, please, and I would like to get it working on a cuda miner for windows please, no luck so far with other pools
full member
Activity: 202
Merit: 104
Should I put a pool up again?
sr. member
Activity: 248
Merit: 250
where the working pool  Huh

I cannot get the wallet working.. As soon as I do "getfullscratchpad" the wallet uses up > 20 GB of RAM and then crashes..

I'd need the scratchpad file for mining though...

sent you a pm
Jump to: