Bitcoin Forum
April 25, 2024, 06:44:39 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Intersango.com Stable Platform Exchange EUR USD PLN GBP  (Read 2410 times)
phantomcircuit (OP)
Sr. Member
****
Offline Offline

Activity: 463
Merit: 252


View Profile
September 13, 2011, 03:04:47 AM
Last edit: September 13, 2011, 03:29:40 AM by phantomcircuit
 #1

Intersango.com is a completely custom trading platform built from the ground up with security, scalability and extensibility in mind.

The exchange is designed to handle arbitrary currency pairs.  All registered currency pairs use bitcoins as their base currency.

Currently you can trade in Euros (EUR), US Dollars (USD), Polish Zloty (PLN) and GB Pounds (GBP).

Security

First and foremost all database interaction is done using prepared statements.

Input validation is a two step procedure.

User supplied values are initially verified for correctness so that any correctable mistake can be displayed back to the user.

Finally the database query itself binds the user supplied value to the prepared statement and explicitly sets the type for each bound value.

We store user passwords using a salted iterative SHA512 approach which includes a site wide secret.

This algorithm's primary advantage is that password storage can be incrementally made stronger to keep pace with the constantly declining cost of a brute force attack without requiring any user interaction at all.

Code:
public static function hash($password,$salt,$iterations,$secret)
{
    $hash = $password;
    for($i=0;$i<$iterations;$i++)
    {
        if(!$hash = mhash(MHASH_SHA512,$hash,$salt.$secret))
        {
            throw new Exception("mhash failed");
        }
    }
    
    return $hash;
}

Ease of Use
Intersango.com has been completely redesigned to streamline the user interface.

Application Programming Interface
The underlying order matching daemon is a near real time order matching system that is strictly First In First Out.

When an order is placed it is placed in a queue for processing.

The market daemon picks up the queued order and processes it through the orderbook saving any resulting trades.

To cancel an order, a request to cancel the order is placed in the same queue as orders, this guarantees that orders and cancellation requests are filled in the order in which they were placed in the queue.

The market daemon picks up the queued request to cancel.  If the order has not already been fulfilled the remainder of the order is removed from the orderbook and cancelled.  If the order has already been completely filled then the market daemon simply continues to the next item in the queue.

A complete description of the API is available on the bitcoin consultancy wiki.
https://bitcoinconsultancy.com/wiki/index.php/Intersango/API

Finally
I'd be happy to answer any questions.
They will be integrated back into this original post.


Q: Will britcoin be migrated?
A: A migration schedule as well as instructions will be posted on britcoin at least 5 days before the actual migration occurs.

Unfortunately there is no sane way to migrate the orderbook from britcoin to the new platform, so when the migration occurs all trades on britcoin will be cancelled; again there will be at least a 5 day warning before this happens.

I'm all ears to suggestions for day of the week and specific times of day to migrate accounts.

I can also be contacted on Skype as IntersangoLLC or phantomcircuit as well as on freenode irc as phantomcircuit.
1714027479
Hero Member
*
Offline Offline

Posts: 1714027479

View Profile Personal Message (Offline)

Ignore
1714027479
Reply with quote  #2

1714027479
Report to moderator
1714027479
Hero Member
*
Offline Offline

Posts: 1714027479

View Profile Personal Message (Offline)

Ignore
1714027479
Reply with quote  #2

1714027479
Report to moderator
Each block is stacked on top of the previous one. Adding another block to the top makes all lower blocks more difficult to remove: there is more "weight" above each block. A transaction in a block 6 blocks deep (6 confirmations) will be very difficult to remove.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714027479
Hero Member
*
Offline Offline

Posts: 1714027479

View Profile Personal Message (Offline)

Ignore
1714027479
Reply with quote  #2

1714027479
Report to moderator
1714027479
Hero Member
*
Offline Offline

Posts: 1714027479

View Profile Personal Message (Offline)

Ignore
1714027479
Reply with quote  #2

1714027479
Report to moderator
BitcoinStars.com
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
September 13, 2011, 03:09:30 AM
 #2

Excellent work

Quality upgrades Smiley
bitplane
Sr. Member
****
Offline Offline

Activity: 321
Merit: 250

Firstbits: 1gyzhw


View Profile WWW
September 13, 2011, 03:20:10 AM
 #3

Excellent. Will this replace Britcoin in the short term?
phantomcircuit (OP)
Sr. Member
****
Offline Offline

Activity: 463
Merit: 252


View Profile
September 13, 2011, 03:27:33 AM
 #4

Excellent. Will this replace Britcoin in the short term?

A migration schedule as well as instructions will be posted on britcoin at least 5 days before the actual migration occurs.

Unfortunately there is no sane way to migrate the orderbook from britcoin to the new platform, so when the migration occurs all trades on britcoin will be cancelled; again there will be at least a 5 day warning before this happens.

I'm all ears to suggestions for day of the week and specific times of day to migrate accounts.
bitplane
Sr. Member
****
Offline Offline

Activity: 321
Merit: 250

Firstbits: 1gyzhw


View Profile WWW
September 13, 2011, 03:40:36 AM
 #5

Cool stuff. I'll sign up then Smiley
bosschair
Member
**
Offline Offline

Activity: 110
Merit: 10


View Profile
September 13, 2011, 07:08:34 AM
 #6

I heard that there's a 511 BTC rebate just for signing up in some cases.  Can you elaborate?
Andre Jensen (World Bitcoin Exchange)
Member
**
Offline Offline

Activity: 102
Merit: 10



View Profile WWW
September 13, 2011, 07:33:40 AM
 #7

Site is looking great guys well done.

Is this new version open source? if so where do we go to see the code.

keep up the good work.
Bigpiggy01
Hero Member
*****
Offline Offline

Activity: 1138
Merit: 523



View Profile WWW
September 13, 2011, 03:10:05 PM
 #8

I've been using this site more or less since the previous release and have only had good experiences with it and Britcoin.

From my point of view the UI has improved greatly and the addition of an api has put this site above and beyond the previous version and a lot of the competition. And it has one VERY juicy option in particular.

Multicurrency leveraging  Grin

                         ▄▄▄█
              ▄▄▄▄▄▄▄██████▀
      ▄▄█████████████████▀  ▄█
   ▄██████████████████▀ ▄▄██▀
  ███████████████▀▀  ▄▄█▀▀
 ███████████▀▀▀     ▀▀
 ██████▀▀   ▄    █
 ███▀  ▄▄████   ▐█
 █▀   ▄████▀   ▄█▌
      ▀▀▀    ▄██▌
▐▄ ▀█▄▄  ▄▄████▀
██▀  ▀▀█████▀▀
▐▌
RAPTOREUM
  TOKENIZING THE WORLD!
  ██▀
▐▌
▐║
▐║
▐▌
██▄
[ POW Algorithm: GhostRider    Anti-FPGA/ASIC ]
Assets/Tokens Masternodes Smart Contracts

.51% / Double Spend Protection, Instant Speed, Private Send.
▀██
▐▌
║▌
║▌
▐▌
▄██
█▀





█▄
◈ ──  SOCIAL MEDIA ─── ◈
Reddit Telegram Discord
Twitter  Medium GitHub
▀█
  █
  █
  █
  █
  █
▄█
phantomcircuit (OP)
Sr. Member
****
Offline Offline

Activity: 463
Merit: 252


View Profile
September 14, 2011, 12:18:01 PM
 #9

For anybody interested there are only 3 things blocking britcoin migration at this point.

https://bitcoinconsultancy.com/wiki/index.php/Intersango#blocking_britcoin_migration

I have almost completed work on the HSBC statement parser (indeed it only requires testing at this point)
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!