Bitcoin Forum
June 19, 2024, 11:46:27 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 [194] 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 ... 486 »
  Print  
Author Topic: [BBR] Boolberry: Privacy and Security - Guaranteed Since 2014  (Read 1210694 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
crypto_zoidberg (OP)
Hero Member
*****
Offline Offline

Activity: 976
Merit: 646



View Profile WWW
September 11, 2014, 06:45:49 PM
 #3861

The spending of the multisig output is the point at which the funds become spent by the group and respendable by the new owner.
how to determine that someone has spent a transaction? apart from a transaction itself being spend, is it possible to determine if a transaction was spent by a specific address viewing only the blockchain? or can it only be understood that the tx has not been respent yet, which can require the forced mixin?

aside, can the chain be parsed in order to determine only that a transaction has been spent, when another transaction attempting to mixin with it is completed. if someone mixed with a previous multisig tx, is it possible to determine that that multisig tx was spent, ie: invalid for mixing?

.....

I'm not sure if i understand your post corret, i only want to point that you can't see addresses in blockchain, and you can't say on which address was sent transaction (except in the case when you have tracking key of recipient address), since CN blockchain don't have addresses in it.


crypto_zoidberg (OP)
Hero Member
*****
Offline Offline

Activity: 976
Merit: 646



View Profile WWW
September 11, 2014, 06:53:44 PM
 #3862

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!!!)

Added! Thank you!

crypto_zoidberg (OP)
Hero Member
*****
Offline Offline

Activity: 976
Merit: 646



View Profile WWW
September 11, 2014, 06:56:44 PM
 #3863

Nice, looks good. Sounds like I should change some diffs, then, too .Smiley

http://cncoin.farm/

Network
 Hash Rate: 7.29 GH/sec
 Block Found: 2 minutes ago

Our Pool
 Hash Rate: 3.51 GH/sec
 Block Found: 2 minutes ago

Right now BBR is getting itself into a bad situation for multiple reasons.. Besides the 51% attack, a DDOS attack @ http://cncoin.farm/ and mining BBR becomes *extremely* profitable for an attacker.

I was wondering what I can do about that. Probably need miners to fail-over at least. If pools had standard ports, I was wondering if a round-robin dns with all of them listed would work out ok. Otherwise I guess I can set a really high fee to get people to switch when it's so high, but I'd sure look greedy doing that with so much of the network.

Clintar, thank you for understanding, atm i moved your pool to last position in pool's list. Let's see how it's going. Another move that we can do - is to exclude you from list for few days to spread hashrate around other pools, only in case if you don't mind.



clintar
Full Member
***
Offline Offline

Activity: 212
Merit: 100


View Profile
September 11, 2014, 07:07:45 PM
 #3864



Clintar, thank you for understanding, atm i moved your pool to last position in pool's list. Let's see how it's going. Another move that we can do - is to exclude you from list for few days to spread hashrate around other pools, only in case if you don't mind.




Nope, I don't mind. How do you like my proposal for the round robin dns idea? Downside is it having to be maintained by you. I guess pools could host their own with their own server as priority, too, in case someone wants to mine at a certain pool and have failover.
crypto_zoidberg (OP)
Hero Member
*****
Offline Offline

Activity: 976
Merit: 646



View Profile WWW
September 11, 2014, 07:24:40 PM
 #3865



Clintar, thank you for understanding, atm i moved your pool to last position in pool's list. Let's see how it's going. Another move that we can do - is to exclude you from list for few days to spread hashrate around other pools, only in case if you don't mind.


Nope, I don't mind. How do you like my proposal for the round robin dns idea? Downside is it having to be maintained by you. I guess pools could host their own with their own server as priority, too, in case someone wants to mine at a certain pool and have failover.

I like it much(exept thing that i have to maintain it Smiley), good idea, and it definitely some new approach. Since you seems to be trusted person for me and for community, i would be happy to see you as maintainer of this, what you think ?  I really have a lot of stuff last days, even have not enough time to code.

btw: i wrote you in irc, did you saw it ?

S3MKi
Legendary
*
Offline Offline

Activity: 1540
Merit: 1016



View Profile
September 11, 2014, 08:36:15 PM
 #3866

when will be add to bter?
mitache365
Hero Member
*****
Offline Offline

Activity: 731
Merit: 500


View Profile
September 11, 2014, 08:38:29 PM
 #3867

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!!!)

not sure how to change intensity. thanks.

BTC
clintar
Full Member
***
Offline Offline

Activity: 212
Merit: 100


View Profile
September 11, 2014, 09:04:17 PM
 #3868


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

Activity: 1176
Merit: 1132


View Profile WWW
September 11, 2014, 09:19:24 PM
 #3869

when will be add to bter?
I can push for it, but last I heard people wanted this to be delayed for a while

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
superplus
Sr. Member
****
Offline Offline

Activity: 475
Merit: 500



View Profile
September 11, 2014, 09:39:36 PM
 #3870

when will be add to bter?
I can push for it, but last I heard people wanted this to be delayed for a while

bter people? i think it wouldn't harm to have some more exchanges
push it Wink
jl777
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
September 12, 2014, 12:12:52 AM
 #3871

when will be add to bter?
I can push for it, but last I heard people wanted this to be delayed for a while

bter people? i think it wouldn't harm to have some more exchanges
push it Wink
see, not many want this and I dont want to keep asking for favors if there is no strong feeling for it

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
eddywise
Sr. Member
****
Offline Offline

Activity: 253
Merit: 250

Let's Boolberry


View Profile
September 12, 2014, 12:18:44 AM
 #3872

I cant believe BBR value only 1219BTC on the coinmarketcap

Boolberry : @eddywise                                                                                                                                                                                                                       DRK:XqTbkj1hpCWBpBSvbWtzBRu5PxzJ2KoA3F                                                                                                                                                                                   BTC:1FZYvzY4cPLwwZmU8rGPM7xGYjfjiZUmuZ  Once desperately want, now desperate to forget
tifozi
Hero Member
*****
Offline Offline

Activity: 742
Merit: 501


View Profile
September 12, 2014, 12:56:51 AM
 #3873

I cant believe BBR value only 1219BTC on the coinmarketcap

Just another transient market irrationality  Smiley. Most folks in this coin are not as vocal as say some others and good, honest true leaders need to shape the direction and marketing for the continued awareness of this great coin. There is now such a fine line between 1) good marketing and 2) "shilling". For a coin to succeed the first must occur naturally and second must be bare minimum. BBR seems to get the second one right. The first needs some help and it does look like there are new entrants which is always good.

@James, what is your personal opinion on new markets at this stage?
windjc
Legendary
*
Offline Offline

Activity: 2156
Merit: 1070


View Profile
September 12, 2014, 01:06:46 AM
 #3874

when will be add to bter?
I can push for it, but last I heard people wanted this to be delayed for a while

What? Who said that? I think BBR on Bter is a great idea. In fact, I am looking to build a chinese marketing team soon. So Bter is an important step in that.
windjc
Legendary
*
Offline Offline

Activity: 2156
Merit: 1070


View Profile
September 12, 2014, 01:07:22 AM
 #3875

when will be add to bter?
I can push for it, but last I heard people wanted this to be delayed for a while

bter people? i think it wouldn't harm to have some more exchanges
push it Wink
see, not many want this and I dont want to keep asking for favors if there is no strong feeling for it

Who said this?

If there is actually a sensible reason for this I'd love to know it. If we want to wait to make a coordinating marketing campaign around it that's one thing, but BBR needs more on exchange exposure, and I haven't heard about any coordinated marketing campaigns to promote the Bter addition, so I am a little confused as to why someone would be against it.
windjc
Legendary
*
Offline Offline

Activity: 2156
Merit: 1070


View Profile
September 12, 2014, 01:08:19 AM
 #3876

I cant believe BBR value only 1219BTC on the coinmarketcap

Just another transient market irrationality  Smiley. Most folks in this coin are not as vocal as say some others and good, honest true leaders need to shape the direction and marketing for the continued awareness of this great coin. There is now such a fine line between 1) good marketing and 2) "shilling". For a coin to succeed the first must occur naturally and second must be bare minimum. BBR seems to get the second one right. The first needs some help and it does look like there are new entrants which is always good.

@James, what is your personal opinion on new markets at this stage?

There will be updates to this very soon. We would love you and any others to be involved in future marketing projects.
dga
Hero Member
*****
Offline Offline

Activity: 737
Merit: 511


View Profile WWW
September 12, 2014, 02:19:06 AM
 #3877

when will be add to bter?
I can push for it, but last I heard people wanted this to be delayed for a while

What? Who said that? I think BBR on Bter is a great idea. In fact, I am looking to build a chinese marketing team soon. So Bter is an important step in that.

Agreed.  I think that at this point, BBR would benefit from another big market -- if nothing else, because it might trigger additional volume from people taking advantage of arbitrage opportunities, both within BBR and across other currency pairs (by which I mostly mean the BBR/XMR ratio).  Nice coin.  Deserves some more love -- particularly after C_Z's most recent build that enables ring signature pruning.

That one alone should be trumpeted from the rooftops a bit.  Very solid technical progress.

kingscrown
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500


http://fuk.io - check it out!


View Profile WWW
September 12, 2014, 03:11:38 AM
 #3878

btc-mike quit team, this doesnt look good anymore + messy thread and no real GPU info

windjc
Legendary
*
Offline Offline

Activity: 2156
Merit: 1070


View Profile
September 12, 2014, 03:19:19 AM
 #3879

btc-mike quit team, this doesnt look good anymore + messy thread and no real GPU info

Things have never been better here in BBR land.

Come back in a week and find out Wink
jwinterm
Legendary
*
Offline Offline

Activity: 3066
Merit: 1115



View Profile
September 12, 2014, 03:30:06 AM
 #3880

btc-mike quit team, this doesnt look good anymore + messy thread and no real GPU info

If btc-mike quit the team, then it's not even a team anymore, right? Can you have a one-person team? That just sounds unfair (since a team implies competing versus other teams, who would presumably have more than one member).
Pages: « 1 ... 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 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 [194] 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 ... 486 »
  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!