Bitcoin donation button

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bigPunk
    Confirmed User
    • Jan 2012
    • 1093

    #1

    Bitcoin donation button

    How do I setup this kind of thing on my site?
    Thanks
    Signature goes here
  • DonaDiabla
    Confirmed User
    • Feb 2014
    • 40

    #2
    Do you have a bitcoin wallet already? Or are you looking for bitcoin merchant solutions that will allow for you to process bitcoin into your currency?

    Comment

    • bigPunk
      Confirmed User
      • Jan 2012
      • 1093

      #3
      Originally posted by DonaDiabla
      Do you have a bitcoin wallet already? Or are you looking for bitcoin merchant solutions that will allow for you to process bitcoin into your currency?
      I already have a wallet, just looking for a simple way to try and make my visitors send me some btc.
      Signature goes here

      Comment

      • marc22
        Confirmed User
        • Jul 2014
        • 151

        #4
        Code:
        <a href="bitcoin:ADDRESSHERE"><img src="http://mywebsite.com/images/DonateImage.png"></a> 
        
        or
        
         <a href="bitcoin://YOURADDRESSHERE" style="background-color:#777;color:#000;">Donate using Bitcoin</a>
        the simplest instead of those above, would be just to write your bitcoin address at the bottom of your page in plain text

        Comment

        • bigPunk
          Confirmed User
          • Jan 2012
          • 1093

          #5
          Originally posted by marc22
          Code:
          <a href="bitcoin:ADDRESSHERE"><img src="http://mywebsite.com/images/DonateImage.png"></a> 
          
          or
          
           <a href="bitcoin://YOURADDRESSHERE" style="background-color:#777;color:#000;">Donate using Bitcoin</a>
          the simplest instead of those above, would be just to write your bitcoin address at the bottom of your page in plain text
          Thanks! Will this work on all devices and machines?
          Signature goes here

          Comment

          • marc22
            Confirmed User
            • Jul 2014
            • 151

            #6
            no it won't, not if people don't have bitcoin core installed on their desktop
            and some people use online wallets,



            what i suggest is,
            the best way is just put a picture logo of bitcoin and then underneath put your wallet address
            because this way, people copy and paste your address and put it inside whatever wallet they use

            simple as that,



            here are some ways others did it, look at the bottom of their websites
            https://coinmarketcap.com/
            https://bitcoin.org/en/
            https://linuxmint.com/donors.php

            Comment

            Working...