Bitcoin Forum
May 27, 2024, 02:02:24 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 [486] 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 ... 553 »
9701  Economy / Computer hardware / Re: EU Asicminer USB erupters Birthday sale 0.075 per unit on: October 20, 2013, 03:10:09 PM
It's my Birthday today so i thought i would have a 12hr sale on USB erupters.

all orders over 10units = 0.073BTC per unit + postage - orders must made in the next 12 hours though!
Happy birthday dude!
9702  Economy / Service Announcements / Re: ** STEAM GAMES FOR BITCOIN ** huge list, prices lower than retail ** NEW GAMES! on: October 20, 2013, 02:23:08 PM
Damn. So many games. I am currently picking out a few I might want. Also, I have never seen such a high rep on BitMit, lol.
9703  Bitcoin / Bitcoin Discussion / Re: mBit or mBTC? on: October 20, 2013, 01:14:28 PM
But some people are using XBT instead of BTC already

most of peoples using  mBTC I never hear any body using this XBT first time watching this here on this post
XBT is the name they gave BTC on an exchange.
http://www.coindesk.com/bitcoin-gaining-market-based-legitimacy-xbt/

But no body use XBT only BTC.
Exchange people use the name XBT if they are talking about exchange stuff. I see the name regularly.
9704  Bitcoin / Project Development / Re: [IDEA] - LockMyCoins on: October 20, 2013, 01:12:58 PM
Coolness!

A few comments:

1. Usability - I think the website isn't usable enough, it doesn't explain what it does, and it has too many controls. I doubt anyone but you could use this (I thought up the idea and I'm not sure what I should do here ... instead of explaining on the thread, you need to make the site dead simple for new users finding it).
2. I won't have time to review the actual code, but maybe someone else can help with that.
3. "JavaScript Client-Side BitCoin Lookup" - did you mean "Lockup" ?
4. I would lose the Passphrase field.
5. Fee's --> Fee (or Fees, but never Fee's)
6. Unix timestamp --> omg, please provide an easier way to choose the time. People could accidentally end up locking their coins 10,000 years in the future.
7. The output (JSON tx/rax tw) shouldn't be in the same place as the input (time , dest address). In fact, I'd place the different input fields all visible and not in a tabbed interface.
8. A link to this thread somewhere visible would be good - it can give the user some background.
9. Register lockmycoins.com/.org or lockyourcoins.com/.org or something like ... (I think one of these was free when I started this thread).

Thank you for these comments, remember it was just an example to show that it works. I will try to make it better looking, more self explaining. I don't think I will buy a domain for that, because I run short on money + BTC, but someone else could. I mean, it's opensource (MIT License) after all Tongue

But why lose the Passphrase field? You could use that to get your coins back if you really want to (it would destroy the purpose of the concept). I mostly used Brainwallet's Javascript files and a few extra functions for the Unix Timestamp to Hex conversion.

No worries, it's great you managed to get something out there!
Did you test it?

You already have the private key field to get your coins back, isn't that enough?
The domain cost is trivial, I could buy one of these and point to your server if you want.
I see the site is down right now?
I did test it with fake input. Everything works except pushing it (which is logical Tongue).

Also you are right, private key should be good enough and yes, my website is currently down. Trying to fix it with my hosting provider (once again). I use a shared server and it seems that I use to much resources. That's why I redid my scripts, merged stuff, decreased API calls and set my CloudFlare Security Settings to high (to block off bots and shit like that). It seems that it didn't help or something on their side is off.

EDIT: Apperently my log files were to big. It's fixed now.
9705  Bitcoin / Project Development / Re: [ANN] Coinplorer: most advanced profit simulator, multi currency explorer & more on: October 20, 2013, 01:05:09 PM
You use Mt.Gox to convert BTC to USD? Come on. Please use BitCoinAverage or something like that.
Nobody will give you $180 when the average price is $162.
9706  Bitcoin / Bitcoin Discussion / Re: mBit or mBTC? on: October 20, 2013, 12:59:13 PM
But some people are using XBT instead of BTC already

most of peoples using  mBTC I never hear any body using this XBT first time watching this here on this post
XBT is the name they gave BTC on an exchange.
http://www.coindesk.com/bitcoin-gaining-market-based-legitimacy-xbt/
9707  Other / Beginners & Help / Re: How is the amount of BitCoin limited if people mine them everyday? on: October 20, 2013, 11:51:26 AM
Thanks everyone,but where does the fees that the miners get come from?
Those are included in the transactions:
https://en.bitcoin.it/wiki/Transaction_fees
9708  Other / Off-topic / Re: Simple darkweb shop on: October 20, 2013, 11:37:59 AM
weird link?
Does this need TOR?
"darkweb" + ".onion" = ...?
Exactly, TOR.
9709  Bitcoin / Bitcoin Discussion / Re: mBit or mBTC? on: October 20, 2013, 09:08:02 AM
The most used one is mBTC.
9710  Bitcoin / Project Development / Re: [IDEA] - LockMyCoins on: October 20, 2013, 09:07:33 AM
Coolness!

A few comments:

1. Usability - I think the website isn't usable enough, it doesn't explain what it does, and it has too many controls. I doubt anyone but you could use this (I thought up the idea and I'm not sure what I should do here ... instead of explaining on the thread, you need to make the site dead simple for new users finding it).
2. I won't have time to review the actual code, but maybe someone else can help with that.
3. "JavaScript Client-Side BitCoin Lookup" - did you mean "Lockup" ?
4. I would lose the Passphrase field.
5. Fee's --> Fee (or Fees, but never Fee's)
6. Unix timestamp --> omg, please provide an easier way to choose the time. People could accidentally end up locking their coins 10,000 years in the future.
7. The output (JSON tx/rax tw) shouldn't be in the same place as the input (time , dest address). In fact, I'd place the different input fields all visible and not in a tabbed interface.
8. A link to this thread somewhere visible would be good - it can give the user some background.
9. Register lockmycoins.com/.org or lockyourcoins.com/.org or something like ... (I think one of these was free when I started this thread).

Thank you for these comments, remember it was just an example to show that it works. I will try to make it better looking, more self explaining. I don't think I will buy a domain for that, because I run short on money + BTC, but someone else could. I mean, it's opensource (MIT License) after all Tongue

But why lose the Passphrase field? You could use that to get your coins back if you really want to (it would destroy the purpose of the concept). I mostly used Brainwallet's Javascript files and a few extra functions for the Unix Timestamp to Hex conversion.
9711  Bitcoin / Project Development / Re: [IDEA] - LockMyCoins on: October 19, 2013, 10:59:20 PM
Aaaand. I am done, I guess. You can check it out here: LockMyCoins and you can find the source code on GitHub and the page itself (because it's 100% client sided Javascript). I hope this is what you meant. Tongue

Donations are welcome:
18ER6uQZDoRd3SZhHi1LZvRWCTnvovjDAF
9712  Bitcoin / Project Development / Re: [ANN] Bitorca.com ***Bounty / Big Bitorca Giveaway!*** on: October 19, 2013, 10:01:21 PM
That looks great! How many people have already bought something?
Atleast 3 or 4 Tongue It's quite new.
9713  Bitcoin / Project Development / Re: [ANN] Bitorca.com ***Bounty / Big Bitorca Giveaway!*** on: October 19, 2013, 07:09:18 PM
I am going to bump this topic, because it has a lot of potential.
9714  Economy / Micro Earnings / Re: FREE BITCOIN Sites *and* Free Newbie Lotto on: October 19, 2013, 05:18:12 PM
I am running dry atm. I'm not getting enough from BitAds and I cannot keep putting my own money into it. I have been doing that for the past few dry outs.
9715  Economy / Games and rounds / Re: New Faucet! First EVER Coinbase Faucet! High Paying (0.000025)! Instant Payout! on: October 19, 2013, 05:05:55 PM
your faucet is working great.

Yes, really nice faucet.

Thanks guys! Still looking for an advertiser! Smiley
Having the same problem. I am currently struggling to payout, because I barely get something. T_T

Yes Sad I am going to lower the minimum bid price to 0.001 BTC. On another note, I have reached 2500 successful payouts!
Congrats! Well done.
9716  Economy / Games and rounds / Re: New Faucet! First EVER Coinbase Faucet! High Paying (0.000025)! Instant Payout! on: October 19, 2013, 04:15:00 PM
your faucet is working great.

Yes, really nice faucet.

Thanks guys! Still looking for an advertiser! Smiley
Having the same problem. I am currently struggling to payout, because I barely get something. T_T
9717  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][VIDEO DEMO] C.A.T. Cryptsy Automatic Trader (Second Beta Auction) on: October 19, 2013, 11:13:27 AM
https://bitcointalk.org/index.php?topic=285166.0
Please consider adding a timer, looks cooler  Smiley Cheesy

Done,

Timer removed. End time: 2013-11-02+00:02:00UTC

It seems timer is correct compare to my local time (in Italy is 13:00)
Someone can confirm that the timer will stop at 24:00 PM of 1st November?
I can confirm that. Oh no wait, it's 2st November 2 or 3 AM.
I suck at this and could be wrong Tongue
9718  Economy / Collectibles / Re: New Bitcoin Specie by the makers of New Liberty Dollar on: October 19, 2013, 07:56:42 AM
I am going to keep an eye on that auction. Let's see how much he gets.
I will keep mine for a little while longer, because it's awesome :3
9719  Bitcoin / Project Development / Re: [IDEA] - LockMyCoins on: October 19, 2013, 07:53:38 AM
how does one generate an nLockTime transaction using http://brainwallet.org/#tx ?

is this possible?
No. That is why I am redoing it. I know what to edit (at least a bit), but I cannot get it like it should. You can checkout my current progress here: http://lockmycoins.bitcoininformation.info Everything is client sided, so don't worry about me stealing your private key.
9720  Economy / Lending / Re: Boelens and Bitcoininformation's micro-(ish)loans. on: October 18, 2013, 09:49:56 PM
Whats the max loan here?
Depends on how comfortable we are loaning to a person / how much we have / how much we are willing to loan.
Pages: « 1 ... 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 [486] 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 ... 553 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!