Bitcoin Forum
June 21, 2024, 10:19:04 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 [34] 35 »
661  Other / Beginners & Help / Re: Satoishi Dice Issue? on: April 09, 2013, 06:10:26 AM
How do I do that? Is there some way to contact them?

You could Tweet at them I guess, but your right, I don't see a contact form anywhere.

@SatoshiDice
662  Other / Beginners & Help / Re: ASIC Development SHA 256 on: April 09, 2013, 06:08:44 AM
I'am simple person, and need few block diagrams but think that a PCI card packed would be a better idea than all of the Boxes out there.
It would also transport better fit's in a post pack.


Agreed,
https://bitcointalk.org/index.php?topic=170977.0
663  Other / Beginners & Help / Re: Satoishi Dice Issue? on: April 09, 2013, 06:06:45 AM
Your right that is weird...

How SatoshiDice sees the transaction: http://satoshidice.com/full.php?tx=9e902ac3556231613aecd8e129ed36e0940a2f9083ff3786c72b6f4cecfffef7


Perhaps you should contact satoshidice, I'm sure they will at least give you a refund.
664  Other / Beginners & Help / Re: BTC Security: Run your wallet client from a bootable linux USB on: April 09, 2013, 05:59:21 AM
Install bitcoin-qt at this point would be a slow, and boring process, because you have to sync with the blockchain.

I would go with a light wallet, like Electrum, and just backup your word list.
665  Other / Beginners & Help / Re: ASIC Development SHA 256 on: April 09, 2013, 05:55:20 AM
I bet a transparently developed AISC would go nuts on Kickstarter if BFL doesn't deliver soon...

I don't mind developing an ASIC mining chip, but there is no way I have the funds to get them made.  I'm sticking to my Spartan 6's for now.
666  Other / Beginners & Help / Re: BTC Security: Run your wallet client from a bootable linux USB on: April 09, 2013, 05:33:12 AM
=> do you work on windows / or on Linux ? I suppose windows ... but please explain

I used debain linux

=> when you say Truecrypt image is it truecrypt as here ? http://www.truecrypt.org/

Yes, yes I do.

=> then to the other operations parts : once you have a truecrypt image, how does one install a wallet into a trucypt image , which wallet is recommended ? is a wallet the same as a client ? ... sorry I'm quite new here

I generate wallet pairs, and the raw transactions with bitcoinJS (a JS based bitcoin library), using Webkit to run the scripts.

This isn't for your average user, but the extremely paranoid and/or board developer. (I would be both)
667  Other / Beginners & Help / Re: ASIC Development SHA 256 on: April 09, 2013, 05:28:47 AM
I been looking into this for about a week and it's been fun.
I think considering the money or bits or shit whatever it's worth a very close look funny we have our extra PC's here grinding away think they call it mining.
Another spot is www.opencores.org they also have SHA 256 .
I would go for an IP core not sure what one maybe the TSMC looked like the best speed, Multiplex < Spartan > (USB) or Ethernet.

We are also a Microchip design partner but they don't have anything with enough power.

The crypto core on opencores.org is FPGA based, your not going to break any banks there, but it's nothing a passing hobbiest can't manage either, more over, it's designed for a single SHA256 hash, you would have to write a script to pass every hash twice before moving on...
668  Other / Beginners & Help / Re: PCI-e Based FPGA Mining Cards on: April 09, 2013, 05:25:09 AM
I referring to the slot on my laptop..such a product would turn any laptop into a ppc/nvc/btc miner!

I don't think I could fit a cooling system into it, but if the protocol is opensource like the desktop pci-e, I can make a board for it.
669  Other / Beginners & Help / Re: Price Conversion Scripts for Websites. on: April 09, 2013, 05:22:45 AM
PHP (mtgox_ticker.php)
Code:
<?php

echo json_encode(file_get_contents('https://data.mtgox.com/api/2/BTCUSD/money/ticker'));

?>


jQuery (ticker.js)
Code:
function getMtGoxTicker() {
 return jQuery.parseJSON($.ajax({
  dataType: "JSON",
  url: "mtgox_ticker.php",
  async: false
 }).responseText);
}

This should return a JavaScript object array with all the BTC price data your heart could want.

Data API: https://data.mtgox.com/api/2/BTCUSD/money/ticker
670  Other / Beginners & Help / Re: Price Conversion Scripts for Websites. on: April 09, 2013, 05:13:03 AM
jquery is the standard, could you do this using mtgox 24hr avg?

jQuery will still require a PHP-proxy script, because of modern cross-site security implementations.

Give me a few minutes, and I'll post a php script to fetch the MtGox Avg. and a jQuery script to catch it.
671  Other / Beginners & Help / Re: PCI-e Based FPGA Mining Cards on: April 09, 2013, 05:10:58 AM
I just had an idea browsing here on my T410. Is there a way to fit a couple spartan chips in a pci-express slot? If temps are an issue then the chips can be mounted externally and cooled passively (approx 380Mh/s would be the thermal capacity of passive)

Again, please focus on your mining card first!

The board design I'm on has 2 spartan chips, both cooled with a heat sink and fan combo.  It's currently a PCI-e(xpress) x16 double wide card.  More chips could possibly be placed on one card, but as I'm laying out the specs, I'm concerned about voltage levels for that many chips on one slot.
672  Other / Beginners & Help / Re: Trading Bot on: April 09, 2013, 05:07:45 AM
Gains Stats? Screenshots?

Seriously, if you can prove it does what it says, it's something to mark.

Serious inquires I can show the screenshots, there isn't much it is all command line. I am not in the market to really sell it, hence the large price tag, it is more if your serious and want it you can get it.

Nope, not seriously inquiring.
673  Other / Beginners & Help / Re: Trading Bot on: April 09, 2013, 05:01:05 AM
Gains Stats? Screenshots?

Seriously, if you can prove it does what it says, it's something to mark.
674  Other / Beginners & Help / Re: Price Conversion Scripts for Websites. on: April 09, 2013, 04:58:07 AM
Sure... Would you like it in PHP, JS, or jQuery?  I'll whip one up for you, it's not really that hard.
675  Other / Beginners & Help / Re: ASIC Development SHA 256 on: April 09, 2013, 04:55:14 AM
I'm an ex Cadence design systems engineer, just thought i would post this here. I don't understand what the fuss is about
developing a SHA 256 ASIC and why many more have not already done it.


ASIC design IP for SHA 256

Good start is to download the chip estimate software developed by Cadence.
http://www.chipestimate.com/  lookup SHA 256

http://www.chipestimate.com/ip.php?256-bit+SHA+Cryptoprocessor+Core&id=14006
This looked good the TSMC core is also available that many are working with.
We use Cadence and Altium electronic CAD, here ready for hire!!!

Thanks
Aeronautical Pty Ltd

The problem isn't the cores, almost any electrical design hobbiest can design a SHA256(SHA256(x)) core with the help of google and some opensource IPs, its the massive overhead that is the hurdle.  Not many here have the 6-figure bank account to make a mass order if ASICs, nor the man power to put all of them to work.

Hell, if you want to find the capitol, and are willing to sell singles, I'll buy a few, but anything beyond that takes more than most have.
676  Other / Beginners & Help / Re: PCI-e Based FPGA Mining Cards on: April 09, 2013, 04:49:39 AM
Very interested in the schematics!

Isn't the cost of the FPGAs kind of problematic though - since they are like $200 each and get something like 255 MHashes/sec? Is the bandwidth of the PCI-e important?

From digikey they have 2 of the same sets, 1 for $158/chip and 1 for $172/chip.  The specs and product numbers are the same, so I'm not sure why there are 2 different prices.  The hash rate published on fpgaminers is about 400MH/s for 2 chips, but I plan on messing with the voltage and cooling to see what sort of output I can get.
677  Other / Beginners & Help / Re: Sup fellow noobs, small BTC-E bot on: April 09, 2013, 04:08:40 AM
Idea's and suggestions would be greatly appreciated - THANKS

List of Suggestions:
RPC Protocol for making transactions and generating wallets
Use mysqlight databases for backups of transactions and wallet/account details
Profitability calcuators and graphics would be nice
678  Other / Beginners & Help / Re: Trading Bot on: April 09, 2013, 03:55:52 AM
Mind disclosing some more info on the bot?  Language, libraries, etc?

It is written in Java. There are no libraries I wrote it completely from scratch. It can easily be used on any exchange, currently I wrote it very modular for every part of the bot, so any and every thing can easily be changed. It has a lot of logging and saving trades in many different formats for my own records. I can't talk about trading logic.

Trading logic can be picket up at any book store with  "Stocks for Dummies", I was assessing your bots probable ability.
679  Other / Beginners & Help / Re: How can i buy things on newegg with bitcoins? on: April 09, 2013, 03:46:58 AM
I have a btc-e account (and never had any issues), which allows for PayPay transfers at a slightly lower rate.  After that there is VirWox, which I know BitInstant uses to make it's PayPal transactions, but I have never used it myself.
680  Other / Beginners & Help / Re: Is LastPass Good Enough on: April 09, 2013, 03:44:12 AM
I use LastPass and have found it very useful but I am now concerned about security with the increase of btc value.

My bitcoins are scattered over several online wallets and trading accounts.

LastPass is used to store all login details including additional fields such as pins etc. and I never store or save the data anywhere else.

KeePass is used to store LastPass password. The LastPass password is very strong but I rarely need to use KeePass as I use the save password function for LastPass.

Is this safe? Can my LastPass account be compromised.

If it can be, what can I do to help boost my security? Any tips will be appreciated and may help others too.

Thanks

Short Answer:  If you trust LastPass, and your certain your PC won't be compromised in any other way, then your good.  A PC can always be compromised, and cookies/session can always be hijacked.  But both of those are inherent flaws of using any online wallet, LastPass or not.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 [34] 35 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!