Author

Topic: how can i make a Bitcoin exchange website? (Read 2356 times)

sr. member
Activity: 448
Merit: 250
Craig Wright is scammer.
November 05, 2015, 04:02:50 AM
#15
As said before, they're hard sites to code. You need to think about security (which is a big big factor nowadays), accessibility and ease of access for users.

I'd recommend learning PHP or hiring a few programmers and sysadmins.

Good luck with your venture!
True DAT.You can get numerous coders to build an exchange website from freelancer.com and make sure to hire a black hat hacker too.The first thing a new exchange website receives is attacks by hackers.
newbie
Activity: 2
Merit: 0
November 04, 2015, 05:23:47 PM
#14
As said before, they're hard sites to code. You need to think about security (which is a big big factor nowadays), accessibility and ease of access for users.

I'd recommend learning PHP or hiring a few programmers and sysadmins.

Good luck with your venture!
legendary
Activity: 3906
Merit: 6249
Decentralization Maximalist
November 04, 2015, 12:17:54 PM
#13
Exchanges are one of the most difficult website types to code, mainly because of the very high degree of security needed. You need to plan thoroughly a good cold, warm and hot wallet concept.

And chances are eventually you will be hacked, so you must have a plan for this event. Are you sure you want to do that? What will you do if your exchange is hacked?
hero member
Activity: 770
Merit: 500
November 04, 2015, 12:02:03 PM
#12
i can be years learning to program i'm not interested, can i pay to someone for do it? is safe pay To someone for build the site? thank you beforehand for your answers.
That too a good idea. But at least you should have some coding knowledge to check the coding before implementing it. Because what if the paid someone leaves a vulnerability in your site and he stole all your exchange's money after sometime?

And AFAIK, maintaining a good exchange is somewhat tough.
newbie
Activity: 24
Merit: 3
November 04, 2015, 11:55:05 AM
#11
You're gonna have to design it (HTML, CSS, and if you want dynamic elements that don't require refreshing the page, Java.) Then you'll need to have an organized back end db and likely use PHP for that, in addition to JSON-RPC calls to Local Bitcoind.

Let me know how it goes.

Just remember Java is not the same as JavaScript.
Was
member
Activity: 75
Merit: 14
We are Satoshi.
November 03, 2015, 10:06:15 AM
#10
You're gonna have to design it (HTML, CSS, and if you want dynamic elements that don't require refreshing the page, Java.) Then you'll need to have an organized back end db and likely use PHP for that, in addition to JSON-RPC calls to Local Bitcoind.

Let me know how it goes.
legendary
Activity: 1120
Merit: 1008
CryptoTalk.Org - Get Paid for every Post!
November 03, 2015, 12:42:17 AM
#9
im interested in make a Bitcoin exchange website? how can i do it?

Not to down you or anything but if you don't even know where to start to build a BTC exchange site then I don't think it is also advisable for you to operate one. It needs moderation and unless you know well what you are doing, I don't think this will be easy.
legendary
Activity: 2968
Merit: 3406
Crypto Swap Exchange
November 03, 2015, 12:39:46 AM
#8
First of all you need to make sure the budget is nothing near dripping so must be "A LOT" and then you should hire developers (Different developers for each department) and if you could afford to have some back up developers for each part then that would be even better and then a good way to promote your exchange websites as well ... If the problem is trusting the developers here, you could always check their trust summary to see if they could be trusted for this matter
newbie
Activity: 14
Merit: 0
November 02, 2015, 07:45:58 PM
#7
Cryptocurrency exchanges have a ton of work put into them. I admire the exchanges who have their own currency.
sr. member
Activity: 1246
Merit: 263
SmartFi - EARN, LEND & TRADE
November 02, 2015, 07:42:49 PM
#6
Firstly of all if you don't know coding you should hire developers.
Secondly you should have a good amount of bitcoin to operate an exchange.
And for users to trust you, the security should be in maximum.

Also, make sure you have a good backup fund as well, in a cold wallet, stored in a safe/safety deposit box/etc. Just anywhere safe really. You need to be able to "insure" your customers in case you lose their coins.
hero member
Activity: 798
Merit: 1000
November 02, 2015, 06:53:53 PM
#5
Firstly of all if you don't know coding you should hire developers.
Secondly you should have a good amount of bitcoin to operate an exchange.
And for users to trust you, the security should be in maximum.
legendary
Activity: 3066
Merit: 1047
Your country may be your worst enemy
November 02, 2015, 06:47:00 PM
#4
Doing the website is the easiest part.
Do you want to sell BTC with people paying with their credit card? Do you expect your customers to wire their money to your bank account? Where will you get the BTC that your customers will buy through your website? How do you plan to convince your customers that your business is legit and trustworthy?

Find answers to those questions before thinking about the website.
newbie
Activity: 29
Merit: 0
November 02, 2015, 06:26:50 PM
#3
I think you should learn how to make any simple website first, and then go for bigger things.

Anyawys, for the website design, you will need to learn HTML, CSS and Javascript.

After you have designed a beautiful website, you can use PHP as the server-side programming language, which will take care of managing users data.

You can have a bitcoin node running on the server, and set its options to allow RCP requests. That way PHP can communicate with the bitcoin node, and ask it anything about the blockchain. Search how to do this on google.

But remember there is no copy-paste-and-change-the-name free template on the internet for this. You will have to program it all by yourself.

Here is a way to start with the php-bitcoin communication part: https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list

Good luck.

i can be years learning to program i'm not interested, can i pay to someone for do it? is safe pay To someone for build the site? thank you beforehand for your answers.
newbie
Activity: 24
Merit: 3
November 02, 2015, 05:38:23 PM
#2
I think you should learn how to make any simple website first, and then go for bigger things.

Anyawys, for the website design, you will need to learn HTML, CSS and Javascript.

After you have designed a beautiful website, you can use PHP as the server-side programming language, which will take care of managing users data.

You can have a bitcoin node running on the server, and set its options to allow RCP requests. That way PHP can communicate with the bitcoin node, and ask it anything about the blockchain. Search how to do this on google.

But remember there is no copy-paste-and-change-the-name free template on the internet for this. You will have to program it all by yourself.

Here is a way to start with the php-bitcoin communication part: https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list

Good luck.
newbie
Activity: 29
Merit: 0
November 02, 2015, 04:26:12 PM
#1
im interested in make a Bitcoin exchange website? how can i do it?
Jump to: