Bitcoin Forum
June 23, 2024, 03:59:05 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 »
1  Other / Beginners & Help / Re: Anyone used fastcash4bitcoins.com? on: March 21, 2013, 11:54:35 PM
i just recently did.... you can see my post https://bitcointalk.org/index.php?topic=90192.msg1639114#msg1639114

Happened real fast... I ordered on a Sunday and Monday afternoon was in my account via ACH.

I very much so recommend their service.

Its nice to know a site that’s trustworthy exists out there for this purpose.
2  Economy / Currency exchange / Re: FastCash4Bitcoins (Update: PayPal funds added) on: March 19, 2013, 10:11:26 AM
just a suggestion i don't know how relevant this is, but have you ever thought about putting like a customer testimonial section on your site? i think people who are not exactly linked up with bitcointalk.org but are google and find your site that way might like to see something like that.
3  Bitcoin / Bitcoin Technical Support / Re: Using proper fees on: March 19, 2013, 08:53:24 AM
maybe by validating IF the transaction is a certain size than + specific fee....

just trying to give some basic ideas.
4  Economy / Currency exchange / Re: FastCash4Bitcoins - over 275,000 BTC purchased - just 2.99% below spot on: March 18, 2013, 10:10:41 PM
Great experience here. Just received payment today via ACH. i placed my order yesterday.... Very nice! keep up the good work!
5  Bitcoin / Bitcoin Technical Support / Re: Using proper fees on: March 18, 2013, 10:08:42 PM

The fee is added to the payment amount. For example, if you are sending a 1.234 BTC payment and the client requires a 0.0005 BTC fee, then 1.2345 BTC will be subtracted from the wallet balance for the entire transaction and the address for where the payment was sent will receive a payment of 1.234 BTC.


Because the fee is related to the amount of data that makes up the transaction and not to the amount of Bitcoins being sent, the fee may seem extremely low (0.0005 BTC for a 1,000 BTC transfer) or unfairly high (0.004 BTC for a 0.02 BTC payment, or about 20%). If you are receiving tiny amounts (e.g. as small payments from a mining pool) then fees when sending will be higher than if your activity follows the pattern of conventional consumer or business transactions.

As of Bitcoin 0.5.3 the required fee will not be higher than 0.05 BTC. For most users there is usually no required fee at all. If a fee is required it will most commonly be 0.0005 BTC.

A transaction will be sent without fees if these conditions are met:

    It is smaller than 10 thousand bytes.
    All outputs are 0.01 BTC or larger.
    Its priority is large enough (see the Technical Info section below)

Otherwise, the reference implementation will round up the transaction size to the nearest thousand bytes and then add a fee of 0.0005 BTC per thousand bytes. Users may override the default 0.0005 BTC/kb fee setting, but cannot control transaction fees for each transaction. Bitcoin-Qt does prompt the user to accept the fee before the transaction is sent (they may cancel the transaction if they are not willing to pay the fee).

Note that a typical transaction is 500 bytes, so the typical transaction fee is 0.0005 BTC, regardless of the number of bitcoins sent.


I hope this helps you

Thank you for your input, I really do appreciate it very much, sent you a tip.

Are there any functions within the bitcoin daemon that would sum all those processes up into a line of code? If not how would the psuedocode for such a calculation look?

Thank you for the tip too btw
6  Bitcoin / Bitcoin Technical Support / Re: Using proper fees on: March 18, 2013, 09:07:41 PM
the way i did it is i assumed each transaction is going to have a fee of 0.005

like this

<?php
require_once 'jsonRPCClient.php';
  // Replace with the username and password you set in bitcoin.conf
  $bitcoin = new jsonRPCClient('http:/xxxx:xxxx@xx.xx.xx.xx:8332/');
  print($bitcoin->settxfee(0.005));
 ?>

7  Bitcoin / Bitcoin Technical Support / Re: Using proper fees on: March 18, 2013, 12:12:03 AM

The fee is added to the payment amount. For example, if you are sending a 1.234 BTC payment and the client requires a 0.0005 BTC fee, then 1.2345 BTC will be subtracted from the wallet balance for the entire transaction and the address for where the payment was sent will receive a payment of 1.234 BTC.


Because the fee is related to the amount of data that makes up the transaction and not to the amount of Bitcoins being sent, the fee may seem extremely low (0.0005 BTC for a 1,000 BTC transfer) or unfairly high (0.004 BTC for a 0.02 BTC payment, or about 20%). If you are receiving tiny amounts (e.g. as small payments from a mining pool) then fees when sending will be higher than if your activity follows the pattern of conventional consumer or business transactions.

As of Bitcoin 0.5.3 the required fee will not be higher than 0.05 BTC. For most users there is usually no required fee at all. If a fee is required it will most commonly be 0.0005 BTC.

A transaction will be sent without fees if these conditions are met:

    It is smaller than 10 thousand bytes.
    All outputs are 0.01 BTC or larger.
    Its priority is large enough (see the Technical Info section below)

Otherwise, the reference implementation will round up the transaction size to the nearest thousand bytes and then add a fee of 0.0005 BTC per thousand bytes. Users may override the default 0.0005 BTC/kb fee setting, but cannot control transaction fees for each transaction. Bitcoin-Qt does prompt the user to accept the fee before the transaction is sent (they may cancel the transaction if they are not willing to pay the fee).

Note that a typical transaction is 500 bytes, so the typical transaction fee is 0.0005 BTC, regardless of the number of bitcoins sent.


I hope this helps you
8  Economy / Currency exchange / Re: FastCash4Bitcoins - over 275,000 BTC purchased - just 2.99% below spot on: March 17, 2013, 04:12:46 AM
i like this site so far... secure.... recommend
9  Economy / Service Discussion / Re: prepaid debit card? on: March 17, 2013, 03:56:21 AM
sorry answered my own question reading some threads... gunna give this a shot lol  Wink Smiley
10  Economy / Service Discussion / Re: prepaid debit card? on: March 17, 2013, 03:35:22 AM
has alot of people used this site
11  Economy / Service Discussion / Re: prepaid debit card? on: March 17, 2013, 03:16:18 AM
what do you mean by otc trades??

sorry
12  Economy / Service Discussion / prepaid debit card? on: March 16, 2013, 05:26:00 PM
is there a prepaid debitcard out there that can be used like a bank to withdraw funds from mt.gox?

they obviously need to accept International wire transfers....
13  Economy / Services / Re: Webhost for Bitcoin on: March 11, 2013, 06:09:10 AM
but it seems if you buy in BTC its cheaper.... im just saying my experience
14  Economy / Services / Re: Webhost for Bitcoin on: March 11, 2013, 05:54:08 AM
just finished my sign up and it looks like it was actually 0.005 for gold so i stand corrected sorry.

 Huh
15  Economy / Services / Webhost for Bitcoin on: March 11, 2013, 05:22:48 AM
I just found this online....

http://AppleCoreHosting.com

Pretty Damn Cheap if you ask me.... it is like 0.1 BTC for just about unlimited everything....
16  Bitcoin / Project Development / MTGOX Graph Dropdown Example on: March 01, 2013, 09:06:02 PM
I just made a small example of the Drop Down Graph on MTGOX.com.

Code:
<script src="http://www.google.com/jsapi?key=AIzaSyA5m1Nc8ws2BbmPRwKu5gFradvD_hgq6G0" type="text/javascript"></script>
<script type="text/javascript">
    google.load("jquery", "1");
    google.load("jqueryui", "1");
    </script>
<meta charset="utf-8" />








<script>
jQuery(function ()
{
    // We bind the <a>I'm the push link!</a> click event to the toggle function
    $("#topPart a").click(function()
                                      {
                                          toggleSlide(this);
                                      });               
});
function toggleSlide(element)
{
    var drawer = jQuery("#drawer");
    var content = jQuery("#drawerContent");
    if (jQuery(content).is(":hidden"))
    {
        // The order here is important, we must slide juste before starting blinding
        setTimeout(function()
                    {
                        jQuery(content).effect("slide", { direction: "up", mode : "show"}, 500);
                    },1);
        setTimeout(function()
                    {
                        jQuery(drawer).effect("blind", { direction: "vertical", mode : "show" }, 490);

                    },1);
    }
    else
    {
        setTimeout(function()
                    {
                        jQuery(drawer).effect("blind", { direction: "vertical", mode : "hide" }, 500);
                        // The previous blind effect hide the drawer
                        // However we want it to be shown again, if not the next "drawer opening effect" won't play
                        jQuery(drawer).effect("blind", { direction: "vertical", mode : "show" }, 1);
                    },1);
        setTimeout(function()
                    {
                        jQuery(content).effect("slide", { direction: "up", mode : "hide" }, 460);
                    },1);
    }
}


// THE CONTENT


</script>

    <div id="topPart">
        <a href="javascript:void(0)">Chart <img src="/yourimage.jpg"/></a>
    </div>
    <div id="drawer">
        <div id="drawerContent" style="display:none;border:1px solid transparent;width:600px;">
        <p>
        Bitcoin Chart
        </p>
        <p>
       <img src="http://bitcoincharts.com/charts/chart.png?width=940&m=mtgoxUSD&SubmitButton=Draw&r=60&i=&c=0&s=&e=&Prev=&Next=&t=S&b=&a1=&m1=10&a2=&m2=25&x=0&i1=&i2=&i3=&i4=&v=1&cv=0&ps=0&l=0&p=0&"/>

       
        </div>
    </div>
    <div id="bottomPart">
   
    </div>
Graph from Bitcoincharts.com
If this has helped you feel free to donate : 17gVpBZYSXdXfWCbPFG1Q8FKskQT5k4XA
17  Economy / Digital goods / Re: $100 Google Adwords on: March 01, 2013, 05:23:15 AM
Didnt realize they were so popular. Sorry ill make sure to do more research before I post in "the pawn shop."
18  Economy / Digital goods / Re: $100 Google Adwords on: February 28, 2013, 03:11:01 PM
Im not aware as to that. Can you provide a link?
19  Economy / Digital goods / Re: $100 Google Adwords on: February 28, 2013, 12:42:14 PM
It is for anyone. Requires a 25.00 deposit.
20  Economy / Digital goods / $100 Google Adwords on: February 27, 2013, 03:14:58 AM
I have a promotional code to receive $100.00 Google Adwords Credit.

bid if u like

Thanks
Pages: [1] 2 3 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!