Bitcoin Forum
July 28, 2024, 12:32:45 PM *
News: Help 1Dq create 15th anniversary forum artwork.
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Datacoin] Datacoin blockchain start announcement (Minor code upd + logo) on: April 23, 2014, 01:11:44 AM
I was playing around with datacoin, but I seem to have found a small issue in the tx data size checking code.

According to the website, data can be up to 128*1024 bytes, and it is stored in binary.

From what I can see, the rpc methods send and receive the transaction data in base64, which makes sense, since it's a json based transport layer. Eventually, in wallet.cpp, that base64 payload gets decoded and placed in the transaction in binary format.

Unfortunately, all the payload size checks are made before decoding, applying the 128k restriction to the base64 encoded data, although it will be stored in binary. This means that when using the RPC calls, the limit for the data is smaller than expected (around 128*3/4 = 96k).


Have I stumbled into a bug, or am I missing something?
2  Other / Beginners & Help / Re: Litecoin GPU mining on a Mac? on: May 03, 2013, 07:09:33 PM
Is it an Intel Mac Pro? If so why not run Linux or Windows on it? I've got a hackintosh with a 5770 in it that I boot into Windows when I want to mine with it that gives me a reliable 200k running cgminer 2.11.4 or greater.

What results did you get while running cgminer in OSX?
I can't install another OS on mine, it's being used for other stuff |:
3  Other / Beginners & Help / Re: Litecoin GPU mining on a Mac? on: May 03, 2013, 08:25:34 AM
My Mac Pro has a Radeon HD 5770 and I'm able to use cgminer, but while I get ~160 MH/s mining BTC, mining LTC only gets me ~3 KH/s, which is the same I get when mining using a single core in the same computer. So it's not much of a success story :p

I don't remember doing anything specific to get it to run with scrypt, most of my troubles were getting cgminer to compile at all.
It was having trouble finding libcurl, so I had to download a libcurl.m4 and change some paths so that ./configure et al would find it.

Also, mac book pros don't have the best cooling system, and the last thing you want is your computer on fire, or burning some vital component.

It's a Mac Pro, not a MacBook Pro.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!