Our features
Peer-to-peer (P2P) computing or networking is a distributed application architecture that partitions tasks or workloads between peers. Peers are equally privileged, equipotent participants in the application. They are said to form a peer-to-peer network of nodes
We use WebSocket. The WebSocket protocol enables interaction between a web browser (or other client application) and a web server with lower overhead than half-duplex alternatives such as HTTP polling, facilitating real-time data transfer from and to the server. This is made possible by providing a standardized way for the server to send content to the client without being first requested by the client, and allowing messages to be passed back and forth while keeping the connection open.
A blockchain is a growing list of records, called BLOCKS, that are linked together using cryptography. Each block contains a cryptographic hash of the previous BLOCK, a timestamp, and transaction data. Blockchains are typically managed by a peer-to-peer network for use as a publicly distributed ledger, where nodes collectively adhere to a protocol to communicate and validate new blocks. Therefore, blockchains are resistant to modification of their data because once recorded, the data in any given block cannot be altered retroactively without altering all subsequent blocks. BITQAP blocks consist of BLOCKS in TEXT format. A change to the ASN.1 BER encoding is planned for the future. Currently BITQAP blocks contain HEADER, TRANSACTIONS and SIGNATURE of the BLOCK miner. The miners will confirm the signature of the REWARD transactions and the signature of the block miner.
BITQAP protocol is decentralized network on top of WebSocket. We choose most famous HTTP upgraded protocol to be easy full duplex integration any modern devices. The WebSocket protocol enables interaction between a web browser (or other client application) and a web server with lower overhead than half-duplex alternatives such as HTTP polling, facilitating real-time data transfer from and to the server. This is made possible by providing a standardized way for the server to send content to the client without being first requested by the client, and allowing messages to be passed back and forth while keeping the connection open. Most browsers support the WebSocket protocol, including Google Chrome, Firefox, Microsoft Edge, Internet Explorer, Safari and Opera.
The BITQAP protocol supports the exchange of information with its neighbors. BITQAP information is transaction, BLOCKS and connection messages. The transaction message contains the TX ID, the PubKeyHASH(sha256) of the sender and receiver, the coin amount, the transaction fee, the sender's public key and the signature by the sender's private key in BASE64 format. The contents of the shared BLOCK are also encoded using BASE64. These terms can also be used for technologies other than cryptocurrencies, such as identity management, supply chains, reconciliation, etc.