Bitcoin Forum
April 27, 2024, 09:49:03 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 [76] 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 ... 128 »
1501  Alternate cryptocurrencies / Altcoin Discussion / Re: LTC FPGA's almost finished! on: March 13, 2013, 06:03:41 AM
Not anything important Tongue
1502  Alternate cryptocurrencies / Altcoin Discussion / Re: Litecoin ASIC company name on: March 13, 2013, 05:16:12 AM
My trolling favorite is:

Viaporware Labs

Quick as a Viper!
1503  Alternate cryptocurrencies / Altcoin Discussion / Re: LTC FPGA's almost finished! on: March 13, 2013, 05:03:14 AM
We will accept litecoin for payment. But that is also not setup yet so it is all in the stay tuned phase.
1504  Alternate cryptocurrencies / Altcoin Discussion / Re: LTC FPGA's almost finished! on: March 13, 2013, 04:56:26 AM
Still trying to squeeze a demo unit out of me huh? Just to be clear we are not done yet, but we are nearing completion. I am not giving out a bunch of details for now, partly due to competition and partly due to my knowledge of how the technical aspects being limited.
1505  Bitcoin / Mining / Re: Home made bitcoin miner... on: March 12, 2013, 07:11:47 AM
If you find a method of convincing devs to write you a free usb/wifi/rs232/etc module. Let me know how you did it since you will have just convinced someone to put in a whole lot of time into your project for free. Just sayin.
1506  Alternate cryptocurrencies / Altcoin Discussion / Re: Litecoin creating new ALL TIME highs ... on: March 11, 2013, 12:12:46 PM
If you are having trouble finding an exchange to buy ltc. Click here for vircurex.
1507  Alternate cryptocurrencies / Altcoin Discussion / Re: LTC Wall Observer - BTC-e wall movement tracker on: March 11, 2013, 01:29:53 AM
Adam, welcome to the party Smiley
1508  Economy / Lending / Re: 420's LTC Options & Non-Ponzi Interest Bearing Accounts on: March 10, 2013, 03:22:50 AM
Alright, send me an address, I will send it via btc.

Received 2.40583 looks like using a price of $47.80

jasinlee is now in an ltc contract expiring June 9th 2013 EST end of day to purchase 5,000 LTC
Let's say 5 contracts of 1,000 LTC that you'd have to purchase 1,000 LTC increments
Price is $0.35 per LTC

Confirmed. Thank you 420.
1509  Economy / Lending / Re: 420's LTC Options & Non-Ponzi Interest Bearing Accounts on: March 10, 2013, 02:30:25 AM
Alright, send me an address, I will send it via btc.
1510  Economy / Lending / Re: 420's LTC Options & Non-Ponzi Interest Bearing Accounts on: March 10, 2013, 02:14:41 AM
Looking for an option for about 3 months so Jun 1st would be fine and for 5000 LTC.
1511  Bitcoin / Legal / Re: Just created a program to help compute taxes for mtgox trades (in the US) on: March 08, 2013, 10:48:58 PM
Meh may as well contribute tweaked trade fee rates I swiped off usingbitcoin.com a while back and updated to what I wanted.

Code:
<!DOCTYPE html>
<html>

<!-- Mirrored from usingbitcoin.com/mtgox-fee-calculator.html by HTTrack Website Copier/3.x [XR&CO'2010], Sat, 01 Sep 2012 21:04:03 GMT -->
<head>
<meta charset="UTF-8" />
<title>Mt.Gox Fee Calculator</title>
<link rel="stylesheet" type="text/css" media="all" href="style.css" />
<link rel="shortcut icon" href="favicon.ico" />
<link rel="apple-touch-icon" href="apple-touch-icon.png" />
<script src="files/js/jquery-1.7.1.min.js"></script>
<script src="files/js/jquery-ui-1.8.16.custom.min.js"></script>

</head>
<body class="bg-btc-drawing">
<h1>Mt.Gox Fee Calculator</h1>
<h2 class="byline">Calculate what price you would have to buy or sell at to cover round-trip Mt.Gox fees and make a profit</h2> <p class="back"><a href="index.html">Back to UsingBitcoin.com Index</a></p>


<form id="calc-form">

<div id="buy-btc-pane" class="btc-calc-pane">
<h3 style="margin:0 0 10px 0">Mt.Gox Profit/Loss Calculator</h3>

<div style="margin-bottom:10px;">
Your Mt.Gox fee:
<select id="f-fee-percent" name="f-fee-percent">
<option value="0.006">0.6</option>
<option value="0.0055">0.55</option>
<option value="0.0053">0.53</option>
<option value="0.0050">0.50</option>
<option value="0.0046">0.46</option>
<option value="0.0043">0.43</option>
<option value="0.0040">0.40</option>
<option value="0.0030">0.30</option>
<option value="0.0029">0.29</option><option value="0.0028">0.28</option><option value="0.0027">0.27</option><option value="0.0026">0.26</option>
<option value="0.0025">0.25</option>
</select>%
</div>

<table>
<tr>
<td align="center" width="115">Buy BTC</td>
<td align="center" width="25"></td>
<td align="center" width="115">Price (USD)</td>
<td align="center" width="25"></td>
<td align="center" width="115">Total Paid (USD)</td>
<td align="center" width="25"></td>
<td align="center" width="115">Fee (BTC)</td>
<td align="center" width="25"></td>
<td align="center" width="115">BTC (Received)</td>
</tr>
<tr>
<td align="center">&#3647;<input type="text" id="f-btc" name="f-btc" /></td>
<td align="center">*</td>
<td align="center">$<input type="text" id="f-price" name="f-price" /></td>
<td align="center">=</td>
<td align="center">$<input class="disable" type="text" id="f-paid" name="f-paid" /></td>
<td align="center">&ndash;</td>
<td align="center">&#3647;<input class="disable" type="text" id="f-fee-btc" name="f-fee-btc" /></td>
<td align="center">=</td>
<td align="center">&#3647;<input class="disable" type="text" id="f-net-btc" name="f-net-btc" /></td>
</tr>

<tr>
<td align="center" width="115">Sell BTC</td>
<td align="center" width="25"></td>
<td align="center" width="115">Price (USD)</td>
<td align="center" width="25"></td>
<td align="center" width="115">Amount (USD)</td>
<td align="center" width="25"></td>
<td align="center" width="115">Fee (USD)</td>
<td align="center" width="25"></td>
<td align="center" width="115">USD (Received)</td>
</tr>
<tr>
<td align="center">&#3647;<input class="disable" type="text" id="s-btc" name="s-btc" /></td>
<td align="center">*</td>
<td align="center">$<input type="text" id="s-price" name="s-price" /></td>
<td align="center">=</td>
<td align="center">$<input class="disable" type="text" id="s-paid" name="s-paid" /></td>
<td align="center">&ndash;</td>
<td align="center">$<input class="disable" type="text" id="s-fee-usd" name="s-fee-usd" /></td>
<td align="center">=</td>
<td align="center">$<input class="disable" type="text" id="s-net-usd" name="s-net-usd" /></td>
</tr>

<tr>
<td align="center"></td>
<td align="center"></td>
<td align="center"></td>
<td align="center"></td>
<td align="center"></td>
<td align="center"></td>
<td align="center"></td>
<td align="center"></td>
<td align="center">Profit/Loss (USD)</td>
</tr>
<tr>
<td align="center"></td>
<td align="center"></td>
<td align="center"></td>
<td align="center"></td>
<td align="center"></td>
<td align="center"></td>
<td align="center"></td>
<td align="center"></td>
<td align="center">$<input class="disable" type="text" id="profit-loss" name="profit-loss" /></td>
</tr>

</table>

</div>
<br />


</form>

<script type="text/javascript">
(function()
{
var calculatePrice = function()
{
var
btc = $('#f-btc').val(),
price = $('#f-price').val(),
paid = btc * price,
percent = $('#f-fee-percent').val(),
fee = btc * percent,
btcPurchased = btc - fee,
btcSold = btcPurchased,
sellFee = (paid / btcSold) * btcSold * percent,
breakevenPrice = (paid / btcSold) + sellFee,
totalBreakevenAmount = (btcSold * breakevenPrice) - sellFee;


if (btc <= 0 || price <= 0 || percent <= 0)
{
paid = fee = btcPurchased = 0.0;
}

$('#f-paid').val(paid);
$('#f-gross-btc').val(paid);
$('#f-fee-btc').val(fee);
$('#f-net-btc').val(btcPurchased);

$('#s-btc').val(btcPurchased);


var
sBtc = $('#s-btc').val(),
sPrice = $('#s-price').val(),
sPaid = sBtc * sPrice,
sFee = sPaid * percent,
sNet = sPaid - sFee;

if (sBtc <= 0 || sPrice <= 0)
{
sPaid = sFee = sNet = 0.0;
}

$('#s-paid').val(sPaid);
$('#s-fee-usd').val(sFee);
$('#s-net-usd').val(sNet);

var profitLoss = sNet - paid;
$('#profit-loss').val(profitLoss);

if (profitLoss < 0)
{
$('#profit-loss').removeClass('positive').addClass('negative');
}
else
{
$('#profit-loss').removeClass('negative').addClass('positive');
}


//alert('btc: ' + btc + ' ' + ' price: ' + price + ' percent: ' + percent + ' fee: ' + fee + ' btcPurchased: ' + btcPurchased);

};

$(document).ready(function()
{
$('#calc-form').submit(function()
{
return false;
});

$('#calc-form input').keyup(function()
{
calculatePrice();
});

$('#calc-form select').change(function()
{
calculatePrice();
});

});
})();
</script>

<div class="footer">
<a href="sitemap.html">Sitemap</a><br />
All content including images  Copyright &copy; 2001 UsingBitcoins.com
</div>
</body>

<!-- Mirrored from usingbitcoin.com/mtgox-fee-calculator.html by HTTrack Website Copier/3.x [XR&CO'2010], Sat, 01 Sep 2012 21:04:04 GMT -->
</html>
1512  Economy / Services / Re: I'll do ANYTHING you guys want for 1BTC or less!! on: March 08, 2013, 04:48:38 PM
Quote
TITL: Statistical analysis in educational research.
ODAT: 4Mar40; A139097 RREG: E. R. Lindquist ; 13Dec67; R424323.

Copyrighted 1923-1963
Books initially copyrighted in the US from 1923 through 1963 are still protected by copyright law if the initial copyright was renewed. The initial copyright term was 28 years and the renewal was 67 more years (formerly only 47 years). For example, a book initially copyrighted in 1923, and renewed, will pass into the public domain in 2019 (i.e., 1923+28+67+1).

It looks like this ones copyright expired in 1967 if this is correct.
1513  Economy / Services / Re: I'll do ANYTHING you guys want for 1BTC or less!! on: March 08, 2013, 04:25:44 PM
I will take a stab at the library today when I take my kids, if they have it I will get it posted for that 1.5btc.
1514  Economy / Speculation / Re: Wall Observer - MtGoxUSD wall movement tracker on: March 08, 2013, 01:31:26 AM
You never know, he might have multiple convictions but no one will know until the church opens their records.
1515  Economy / Lending / Re: 90 Day 100btc Loan For Project Completion on: March 05, 2013, 10:13:41 PM
If it is tied to the dollar, that would be agreeable.
1516  Economy / Lending / 90 Day 100btc Loan For Project Completion on: March 05, 2013, 03:34:15 AM
Currently we are completing a large project and require a lump payment to finish sooner. I have taken out loans before and repaid them before.

Terms:
80BTC - Steamboat Repaid by June 4th for 92BTC.

Edit: Seeking an additional loan to extend current one with either steamboat or another person for another 80btc. PM me or reply here if you would be able to do so, it would be for 60 days instead of the 90 as mentioned in the title.

I am willing to disclose information/assets/ID/webcam to prove identity.

https://bitcointalk.org/index.php?topic=108498.0 < Last loan repaid.
https://bitcointalk.org/index.php?topic=103840.msg1237126#msg1237126

Not that this carries any weight any longer but:

https://bitcointalk.org/index.php?topic=61262.msg1096145#msg1096145
1517  Alternate cryptocurrencies / Altcoin Discussion / Re: We created a new Ripple Currency: The Favor (FAV) on: March 03, 2013, 06:56:13 PM
So these are not really USD/BTC/Whatever they are currency that is only usable between the people that trust them. So basically you cannot turn around and use this as a wallet unless you trust everyone. So yeah this is fail, or you will be begging people to trust you all the time, and would not be able to send them truly legit backed currency. Which bitcoin has proof, ripple simply has well I think I should trust you so I will accept that random currency as payment. Do I have this wrong?
1518  Alternate cryptocurrencies / Altcoin Discussion / Re: We created a new Ripple Currency: The Favor (FAV) on: March 03, 2013, 06:05:56 PM
Your transaction failed to clear, reason: Missing/inapplicable prior transaction.
 
Getting this when trying to send my fake currency, maybe they removed the capability of it?
1519  Alternate cryptocurrencies / Altcoin Discussion / Re: We created a new Ripple Currency: The Favor (FAV) on: March 03, 2013, 05:56:39 PM
Ok, now to test out something else, if I wanted to place my made up currency on bitstamp.net's exchange I will see if it will accept the new currency if I manually try to sell it on their orderbook.
1520  Alternate cryptocurrencies / Altcoin Discussion / Re: We created a new Ripple Currency: The Favor (FAV) on: March 03, 2013, 05:02:00 PM
I just tried to send between my two accounts a made up currency, it says it was sent and no history here either. Also on the other account, nothing ever arrives.
Pages: « 1 ... 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 [76] 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 ... 128 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!