Author

Topic: [BCN] Bytecoin. Secure, private, untraceable since 2012 - page 204. (Read 1070171 times)

sr. member
Activity: 421
Merit: 250
I propose to think about the community site improvement Grin

Bytecoin Community Website Update: Share Your Ideas

Hi, guys! Bytecoin Community has grown considerably since 2012 and since bytecoiner.org launch. Now we have other goals and needs, that's why now it's time to update our favorite Bytecoin Community Website!

We want to improve its usability, information presentation and placement of the most interesting and important items.

Bytecoiner.org is a website working for you, so we need to hear your thoughts and ideas how to make it better. Please, drop us a line to [email protected], contact me or Wanesst or use the contact form to express yourself.

Thanks for being with us!
legendary
Activity: 2968
Merit: 1198
Those facts are well known by the community, and yes, Bytecoin is shady as hell. What I didn't know about is that bitmonero copied the absurdly slow miner from bytecoin to it's codebase and then those shadow mining operations started controlling the majority of bitmonero hashrate for months, and that's what got my attention from the blog post (which I found randomly).

The people who controlled a lot of the hash rate for a few months spent a huge amount of money (I'm told upwards of 100 000 USD per month) to do it. They achieved a 100x speedup overall, but they never had a 100x miner compared to the public miner at the time. If you read the post, even from the very start of their effort "a developer had already started trickling optimizations into the codebase" and that continued with more optimizations being developed and pushed to github by the Monero core team every few weeks (you can go see this yourself in github).

If anyone had a highly optimized miner from the start it was the bytecoin/cryptonote scammers who launched "bitmonero" (before being outed as scammers and shown the door by the community). After all, they are the ones who deliberately slowed down the public miner code in the first place.
hero member
Activity: 637
Merit: 500
Yes, the author of that article is a computer science professor at Carnegie Mellon Univ. In the article he accuses the original Bytecoin developers of intentionally crippling the wallet miner:
Quote
The more I looked at it, the more clear it became:  The original developers deliberately crippled the miner.  It wasn't just slow, and it wasn't just naive;  it was deliberately obfuscated and made slow by the use of completely superfluous copies, function calls, use of 8 bit pointer types, and accompanied by the most ridiculously slow implementation of the AES encryption algorithm one could imagine.

Also faking an 80% premine by suggesting it was all done on the "darkweb":
Quote
But when Bytecoin was released, it was presented as though it emerged from two years on the "dark web" (Tor onion sites and the like), during which time, 80% of the possible coins that could ever be minted, had been minted.  The reception in the cryptocurrency community was heavily skeptical.

My strong belief is that the skepticism was warranted: Here's the original slow-hash from bytecoin as it was copied into Bitmonero.  It has some doozies.  For example, on line 100, you might note that for every iteration through an inner loop repeated tens of thousands of times, the AES key is re-imported into the library.  The later loop, starting on line 113, is repeated half a million times, and is so abstracted through lots of memcpys and pointer manipulation it's hard to tell that all it really does is one round of AES encryption, a pointer dereference into a random scratchpad, a 64 bit multiplication, and another pointer dereference.  Phew.  This original code was roughly 50x slower than my final optimized code, and could have easily been used to fake two years of blockchain data on a single computer or a small cluster.  I'm pretty sure that's what happened.


Those facts are well known by the community, and yes, Bytecoin is shady as hell. What I didn't know about is that bitmonero copied the absurdly slow miner from bytecoin to it's codebase and then those shadow mining operations started controlling the majority of bitmonero hashrate for months, and that's what got my attention from the blog post (which I found randomly).

legendary
Activity: 3136
Merit: 1116
Today I found an interesting blog entry about the Bitmonero launch and the initial slow hash version of the miner that came from Bytecoin.
Quite interesting to know how a few made a killing from private optimizations in the Bitmonero mining for months where more than the 50% of the network.

http://da-data.blogspot.com.es/2014/08/minting-money-with-monero-and-cpu.html

This only reinforces my opinion that there few to none fair launchs in the cryptocoin world.

I don't follow Bitmonero thread and this may be a very old story but thought someone in the Bytecoin community could be interested.

Wow... 
Someone was mining Monero with 100 times faster mining program than the rest of the miners? And controlled 60% of the network hash rate at some point?

 Shocked

Yes, the author of that article is a computer science professor at Carnegie Mellon Univ. In the article he accuses the original Bytecoin developers of intentionally crippling the wallet miner:
Quote
The more I looked at it, the more clear it became:  The original developers deliberately crippled the miner.  It wasn't just slow, and it wasn't just naive;  it was deliberately obfuscated and made slow by the use of completely superfluous copies, function calls, use of 8 bit pointer types, and accompanied by the most ridiculously slow implementation of the AES encryption algorithm one could imagine.

Also faking an 80% premine by suggesting it was all done on the "darkweb":
Quote
But when Bytecoin was released, it was presented as though it emerged from two years on the "dark web" (Tor onion sites and the like), during which time, 80% of the possible coins that could ever be minted, had been minted.  The reception in the cryptocurrency community was heavily skeptical.

My strong belief is that the skepticism was warranted: Here's the original slow-hash from bytecoin as it was copied into Bitmonero.  It has some doozies.  For example, on line 100, you might note that for every iteration through an inner loop repeated tens of thousands of times, the AES key is re-imported into the library.  The later loop, starting on line 113, is repeated half a million times, and is so abstracted through lots of memcpys and pointer manipulation it's hard to tell that all it really does is one round of AES encryption, a pointer dereference into a random scratchpad, a 64 bit multiplication, and another pointer dereference.  Phew.  This original code was roughly 50x slower than my final optimized code, and could have easily been used to fake two years of blockchain data on a single computer or a small cluster.  I'm pretty sure that's what happened.
sgk
legendary
Activity: 1470
Merit: 1002
!! HODL !!
Today I found an interesting blog entry about the Bitmonero launch and the initial slow hash version of the miner that came from Bytecoin.
Quite interesting to know how a few made a killing from private optimizations in the Bitmonero mining for months where more than the 50% of the network.

http://da-data.blogspot.com.es/2014/08/minting-money-with-monero-and-cpu.html

This only reinforces my opinion that there few to none fair launchs in the cryptocoin world.

I don't follow Bitmonero thread and this may be a very old story but thought someone in the Bytecoin community could be interested.

Wow... 
Someone was mining Monero with 100 times faster mining program than the rest of the miners? And controlled 60% of the network hash rate at some point?

 Shocked
hero member
Activity: 637
Merit: 500
Today I found an interesting blog entry about the Bitmonero launch and the initial slow hash version of the miner that came from Bytecoin.
Quite interesting to know how a few made a killing from private optimizations in the Bitmonero mining for months where more than the 50% of the network.

http://da-data.blogspot.com.es/2014/08/minting-money-with-monero-and-cpu.html

This only reinforces my opinion that there few to none fair launchs in the cryptocoin world.

I don't follow Bitmonero thread and this may be a very old story but thought someone in the Bytecoin community could be interested.
full member
Activity: 147
Merit: 100
dev , bytecoin difficulty is getting high and high everyday but its price is always between .000009 to .000011 .... do something ... make the price high Cheesy

Maybe devs want to make market drive the price without any influence!
member
Activity: 66
Merit: 10
dev , bytecoin difficulty is getting high and high everyday but its price is always between .000009 to .000011 .... do something ... make the price high Cheesy
sr. member
Activity: 421
Merit: 250
Bytecoin is now available on excoin.gq!
Register today and get 0.1 BTC free!


This "exchange" is scam site.  See more details in the post below;

https://bitcointalksearch.org/topic/m.10478143

Thanks for the info!
sr. member
Activity: 421
Merit: 250
Quote
As far as I know, the software supports only the versions OSX 10.9 and higher.

thanks for that but i am on 10.9.5 mavericks .... Embarrassed

does it need xcode tools installed, if so, i can do that...

hi not managing to get running with osx, followed instruction on this page: http://bytecoin.org/mac-download?binaries but I keep getting this error:
Illegal instruction: 4 logout

any help please thankx
VO

UPDATE: still no fix for this I have installed gcc + etc... tried again, still no joy, any help please,? thanx ;-)
regards,vo


Please send your question to [email protected] Smiley
legendary
Activity: 973
Merit: 1000
Bytecoin is now available on excoin.gq!
Register today and get 0.1 BTC free!


This "exchange" is scam site.  See more details in the post below;

https://bitcointalksearch.org/topic/m.10478143
legendary
Activity: 3136
Merit: 1116
Bytecoin is now available on excoin.gq!
Register today and get 0.1 BTC free!


From their website:
Quote
Zero Fees

We have no commission on trades and withdraw.

So they have zero fees on anything and they offer 0.1 BTC to sign up... They also misspelled 'repeat' as 'repeart' in the "Repeart password" field of their sign up form. Sounds about as legit as Bytecoin Tongue
sr. member
Activity: 336
Merit: 251
Bytecoin Community Website Update: Share Your Ideas

Hi, guys! Bytecoin Community has grown considerably since 2012 and since bytecoiner.org launch. Now we have other goals and needs, that's why now it's time to update our favorite Bytecoin Community Website!

We want to improve its usability, information presentation and placement of the most interesting and important items.

Bytecoiner.org is a website working for you, so we need to hear your thoughts and ideas how to make it better. Please, drop us a line to [email protected], contact me or Wanesst or use the contact form to express yourself.

Thanks for being with us!
hero member
Activity: 574
Merit: 500
Why should i invest my processing power and/or my money into this currency?
newbie
Activity: 16
Merit: 0
hi not managing to get running with osx, followed instruction on this page: http://bytecoin.org/mac-download?binaries but I keep getting this error:
Illegal instruction: 4 logout

any help please thankx
VO

UPDATE: still no fix for this I have installed gcc + etc... tried again, still no joy, any help please,? thanx ;-)
regards,vo
sr. member
Activity: 827
Merit: 250
8Pool ADDED BYTECOIN IN POOL SERVER!


 Smiley

Thanks, but your Bytecoin pool is not available.

Working fine for me. Or did you mean mining on the pool?

hi guys,
today i have relaunched BCN pool. i have dedicated a server for BCN!
IT IS ON LINE NOW!

sorry if in the last day pool are down....

http://bcn.8pool.dtdns.net
http://www.8pool.dtdns.net


8pool BCN launched retweet by @Bytecoin_BCN , thanks developpers!
https://twitter.com/info8pool/status/566725112456806400
newbie
Activity: 16
Merit: 0
Quote
As far as I know, the software supports only the versions OSX 10.9 and higher.

thanks for that but i am on 10.9.5 mavericks .... Embarrassed

does it need xcode tools installed, if so, i can do that...
sr. member
Activity: 421
Merit: 250
hi not managing to get running with osx, followed instruction on this page: http://bytecoin.org/mac-download?binaries but I keep getting this error:
Illegal instruction: 4
logout

any help please thankx

VO

Same deal here!  I think I have everything in it's right place.

I'd love to get this rolling and try it out, but it's getting frustrating.  

10.7.5  2.3ghz Intel

Thanks!  

/s/

Hello.. anybody out there?  

As far as I know, the software supports only the versions OSX 10.9 and higher.
jr. member
Activity: 47
Merit: 1
hi not managing to get running with osx, followed instruction on this page: http://bytecoin.org/mac-download?binaries but I keep getting this error:
Illegal instruction: 4
logout

any help please thankx

VO

Same deal here!  I think I have everything in it's right place.

I'd love to get this rolling and try it out, but it's getting frustrating. 

10.7.5  2.3ghz Intel

Thanks! 

/s/

Hello.. anybody out there? 
jr. member
Activity: 47
Merit: 1
hi not managing to get running with osx, followed instruction on this page: http://bytecoin.org/mac-download?binaries but I keep getting this error:
Illegal instruction: 4
logout

any help please thankx

VO

Same deal here!  I think I have everything in it's right place.

I'd love to get this rolling and try it out, but it's getting frustrating. 

10.7.5  2.3ghz Intel

Thanks! 

/s/
Jump to: