Pages:
Author

Topic: Create a Exchange - page 2. (Read 758 times)

jr. member
Activity: 112
Merit: 1
March 22, 2018, 09:06:20 AM
#9
Here is an upcoming exchange ICO I believe in because they will be the first arbitrage exchange and their focus is to bring in the masses with their easy to use UI.

https://bitcointalksearch.org/topic/m.31823480
sr. member
Activity: 580
Merit: 253
Atheios.org
March 21, 2018, 02:16:20 PM
#8

I got a file up to a large one, now it works, I got the website to send email and the registration / login works, but now I do not know how to make the exchange to connect to the currency wallet, I did not find any line of code where the exchange connects to the coin wallet
Thanks for pointing this script out, for a chuckle I thought I'd see how this script worked... it didn't work very well so I started changing the urls in the script to at least get a little bit of functionality then I read this post some more as I only read the first post at first, so I seen you got the script semi working using the .htaccess file (not sure where you found that as I searched but couldn't find it lol) so I copied the lines from your htaccess pic and made my own "yeah" it sort of works Smiley

I have a question though...
Do you know how to get the admin dash working?
I tried to add a few extra rewrites to see if that would help but the same problem persists... once I hit submit to login it just redirects to 404, any help would be great, thank you Smiley
member
Activity: 356
Merit: 13
War... War Never Changes.
March 19, 2018, 04:02:07 PM
#7
over time I would add more pairs

I'm having a better success with Opentrader, one of Subtoshi's programmers did not recommend putting it live for being outdated.

https://github.com/3s3s/opentrade
member
Activity: 420
Merit: 40
March 18, 2018, 07:14:21 AM
#6
What's your intention to go through all the work to build an exchange for 2 pairs only? 



I second that.. whats the point?
newbie
Activity: 14
Merit: 0
March 18, 2018, 06:48:30 AM
#5
What's your intention to go through all the work to build an exchange for 2 pairs only? 
member
Activity: 356
Merit: 13
War... War Never Changes.
March 01, 2018, 04:35:40 PM
#4

I got a file up to a large one, now it works, I got the website to send email and the registration / login works, but now I do not know how to make the exchange to connect to the currency wallet, I did not find any line of code where the exchange connects to the coin wallet
member
Activity: 356
Merit: 13
War... War Never Changes.
March 01, 2018, 09:02:50 AM
#3
My problem with subtoshi is that it redirects to pages without .php but apache2 only opens if it has .php in the end, would anyone know how to solve it? I think I was already helping. Thank you.
This can be solved with a simple URL-rewrite.
For example, this makes everything to be handled by index.php
Code:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . index.php [L]

I haven't used subtoshi so I wouldn't know the exact requirement.


I'll try, let's see what happens.
legendary
Activity: 1876
Merit: 1475
February 28, 2018, 11:07:49 PM
#2
My problem with subtoshi is that it redirects to pages without .php but apache2 only opens if it has .php in the end, would anyone know how to solve it? I think I was already helping. Thank you.
This can be solved with a simple URL-rewrite.
For example, this makes everything to be handled by index.php
Code:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . index.php [L]

I haven't used subtoshi so I wouldn't know the exact requirement.
member
Activity: 356
Merit: 13
War... War Never Changes.
February 28, 2018, 10:34:42 PM
#1
Personally, I would be interested in creating an Exchange for a pair of two cryptonight coins, without working with Fiat currency, being they the NBR and the BBRC, I tried the subtoshi but I did not succeed, does anyone know of any open-source exchange project?

My problem with subtoshi is that it redirects to pages without .php but apache2 only opens if it has .php in the end, would anyone know how to solve it? I think I was already helping. Thank you.

https://github.com/cryptonight/subtoshi

Test with subtoshi on a apache2 server: http://bolsomito2018-vitor.ddns.net/

=== UPDATE 24/06/2018 ====
Guys, I'd like to list here some Open Source Exchange projects I found on the internet.

PEATIO
https://github.com/InfraexDev/peatio - Recomended Fork
Used in: Graviex, Nlench and Yunbi

Opentrade
https://github.com/3s3s/opentrade
Used in: https://trade.multicoins.org/

Blinktrade
https://github.com/blinktrade
Used in: Foxbit
Documentation is Null

jaonoctus exchange
https://github.com/jaonoctus/exchange
Under Development

WLOX
https://github.com/wlox/wlox/
Used in: https://1btcxe.com/

TxBits
https://github.com/txbits/txbits

Partially Source: https://www.reddit.com/r/Bitcoin/comments/37ku14/open_source_exchanges_blinktrade_vs_wlox_vs/

Pages:
Jump to: