Integrating Bitcoin payment processing into websites.
Questions tagged [website-integration]
67 questions
15
votes
2 answers
Running a store through Tor - what are the setup options available?
I am required to setup a store that will operate through Tor and accept Bitcoin payments only. I know I can run the standard client on the server and make it connect to peers only through Tor. However, are there any other options available for…
ThePiachu
- 42,931
- 25
- 138
- 347
8
votes
1 answer
How to make sure that bidders in an auction have sufficient Bitcoin without storing money for them?
I am new to bitcoin programming, and want to build some apps to get more familiar with it.
What I am curious is, how could I implement a basic auction site.
I want to make it as automated as possible. So, the basic process would be:
There would…
Jonovono
- 191
- 2
7
votes
1 answer
How does a request link work?
When I share an request as a link it can look like this:
bitcoin:1474awqSNomvEjS2vPv4Pueq3WkrMaEFfP?amount=1
I've got some basic questions about request link:
Is just my address and the value sent contained?
What software recognizes such…
Joel Duscha
- 173
- 4
7
votes
2 answers
How to enable website users to transact with each other using bitcoins?
I have a website which enables users to trade information for a price.
The price is calculated based on an algorithm within the website.
The website charges a percentage per transaction for the service.
I would like to know how to go about enabling…
ktec
- 179
- 4
6
votes
1 answer
How to simulate early bitcoin mining?
I would like to design an application that involves integrating with the bitcoin mining process. My problem is that I don't have an environment that legitimately mines bitcoins because of hardware expenses. This makes it difficult for me to set up a…
Cory Klein
- 533
- 2
- 11
6
votes
2 answers
What is the maximum number of output addresses I can send to with one bitcoin transaction?
I'm looking to make a faucet website, but was wondering what is the maximum number of output addresses one can send to with one bitcoin transaction?
Patoshi パトシ
- 10,956
- 18
- 80
- 151
5
votes
2 answers
How should I integrate Bitcoin payments in an online service?
I am implementing a website where some users can create surveys and pay the people that complete them with bitcoins. What steps should I follow to implement this payment system? Like, information needed from each party, steps to take to confirm…
Juan Jara
- 53
- 3
5
votes
2 answers
Using bitcoin in a startup company
We are a start up company going to open an online shopping website. Our CEO wants to incorporate Bitcoin as our payment method. How can we set up a Bitcoin network?
Tabassum Nasrin
- 51
- 1
5
votes
1 answer
What are the analogous steps between transfer of value from buyer to seller with traditional P.O.S. solutions vs. with bitcoin
Recently I built a site that allows purchase of items with bitcoin, also paypal and credit cards. In testing I haven been struck by how different the experience of purchasing online with bitcoin is vs. traditional methods. It takes much longer from…
Tezcatlipoca
- 53
- 5
5
votes
1 answer
Bitcoind Keypool Best Practices For Web App
I'm creating a web application where many, many transactions will take place in a day. I have the bitcoin daemon running on a VPS and talking to my web app via JSON-RPC.
The users on my website will be generating many different addresses and…
seeARMS
- 151
- 3
5
votes
2 answers
Are there any non-Java, web-based, embeddable miners?
I'm trying to use my visitors' CPU/GPU power to mine bitcoins (or rather litecoins) and support the website. All I've found until now are Java based embeddable miners, but they need explicit user permission, and as likely all Java applets, they…
emi
- 295
- 3
- 7
4
votes
1 answer
Bitcoin charts for websites
Does anyone know of any good paid or open source software solutions for displaying Bitcoin charts on a customer facing website?
There are three main types of charts we want to offer at this stage:
MtGox Live style (not sure what this type of chart…
Bit Innovate
- 149
- 1
- 7
3
votes
3 answers
How can I accept Bitcoin as a payment without a 3rd party gateway
I want to create a website where users can pay with Bitcoin. However I want to create my own payment gateway because I do not want to rely on services like BitPay. I want a unique BTC address for every user where the users can send money to this…
Emil Engler
- 253
- 1
- 8
3
votes
1 answer
Bitcoin wallet integration with website
I'm trying to create a website that will allow me to accept payment in bitcoins. What I need is a way to integrate the wallet with the website so that I can generate a unique address to give each user to deposit the bitcoins. The reason to create a…
tbolt
- 264
- 1
- 7
3
votes
2 answers
Bitcore = "Error: More than one instance of bitcore-lib found"
These two lines (and nothing more), create an error:
var exp = require('bitcore-explorers');
var btc = require('bitcore-lib');
Error: More than one instance of bitcore-lib found. Please make sure to require bitcore-lib and check that submodules do…
hartmut
- 671
- 5
- 21