Search content
Sort by

Showing 12 of 12 results by Biat
Post
Topic
Board Announcements (Altcoins)
Re: [ANN]Qeuph (QUH) Project Suggestions & development
by
Biat
on 27/01/2025, 14:51:32 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN]Qeuph (QUH) Project Suggestions & development
by
Biat
on 26/01/2025, 19:03:25 UTC
Developers please join https://discord.gg/ppKyBJjmnK qeuph server
Post
Topic
Board Announcements (Altcoins)
Re: [ANN]Qeuph (QUH) Project Suggestions
by
Biat
on 26/01/2025, 12:38:16 UTC
The only reason i made this cuz i couldn't find a single proper other type of quantum resistant version of btc. Quantum resistant ledger was one but python really and hash based signature scheme. This is just a general beginning. Community based dev from btc fork. Qeuph will rise to redefine the true future of digital finance. There should be a non kyc quh exchange too.
Post
Topic
Board Announcements (Altcoins)
Topic OP
Qeuph QUH Project Suggestions
by
Biat
on 26/01/2025, 12:22:22 UTC
https://github.com/Qeuph/Whitepaper
# Qeuph QUH: A Quantum-Resistant Blockchain Protocol

## Abstract
As quantum computing advances, it poses a significant threat to traditional cryptographic systems, including those used in blockchain technology. Qeuph QUH is a pioneering blockchain protocol designed to address these vulnerabilities. By integrating the FIPS 204 Module-Lattice-Based Digital Signature Standard (ML-DSA-87), SHA3-512 hashing, and Bech32m addresses, Qeuph QUH offers unparalleled security, efficiency, and scalability. Compared to other quantum-resistant protocols, Qeuph QUH introduces innovative mechanisms such as "thirding" for block rewards, robust transaction validation, and quantum-resistant address generation. This whitepaper details the technical underpinnings and unique advantages of Qeuph QUH, setting a new standard for secure decentralized systems in the quantum era.

---

## Executive Summary
Qeuph QUH is a quantum-resistant blockchain protocol addressing the vulnerabilities of current systems against quantum attacks. Key highlights include:

- **Quantum Resistance**: Leveraging ML-DSA-87 and SHA3-512 for robust cryptographic security.
- **Efficient Transactions**: Enhanced with the unique txnonce field for replay prevention and orderly processing.
- **Reward Innovation**: Introducing "thirding," a novel mechanism that adjusts block rewards over time to sustain miner incentives.
- **Scalability and Privacy**: Incorporating advanced hashing and address encoding to balance transparency and user anonymity.

This paper outlines the problem, solution, and potential applications of Qeuph QUH across industries such as finance, healthcare, and supply chain management.

---

## 1. Introduction
Quantum computing presents an existential challenge to the cryptographic algorithms underlying most blockchain protocols. Estimates suggest that quantum computers capable of breaking widely used algorithms like secp256k1 and SHA2-256 may become viable within decades. Existing blockchain systems lack the necessary safeguards to withstand such advancements.

### Gaps in Current Protocols
- Vulnerability to quantum attacks on digital signatures and hashing.
- Inefficiencies in transaction processing and scalability.
- Limited mechanisms for sustaining long-term miner incentives.

### Qeuph QUH Solution
Qeuph QUH integrates:
- **ML-DSA-87**: A lattice-based digital signature standard that resists quantum attacks.
- **SHA3-512**: A robust hash function for enhanced data security.
- **Bech32m Encoding**: An efficient address format minimizing user errors.

### Roadmap of the Paper
1. Transactions
2. Address Generation
3. Blocks and Consensus Mechanism
4. Reward Mechanism
5. Security Considerations
6. Privacy
7. Real-World Use Cases
8. Conclusion

---

## 2. Transactions
### 2.1 Key Features
A Qeuph QUH transaction is defined by its quantum-resistant design and structured validation process. Components include:
- **Inputs and Outputs**: References to previous outputs and designated recipients.
- **txnonce**: Ensures transaction uniqueness by incrementing for each new transaction, preventing replay attacks.
- **Digital Signatures**: Secured using ML-DSA-87.
- **Transaction IDs**: Derived from double SHA3-512 hashing.

### 2.2 Transaction Flow
1. User signs the transaction with their private key (4880 hexadecimal characters).
2. The transaction is broadcast to the network for validation.
3. Nodes verify inputs, outputs, and the txnonce for integrity.
4. Verified transactions are included in a block and hashed into the Merkle tree.

---

## 3. Address Generation
### 3.1 Process
1. **Public Key Derivation**: Generated using ML-DSA-87, resulting in a 2592-character hexadecimal string.
2. **Double Hashing**: The public key is hashed twice using SHA3-512 for added security.
3. **Bech32m Encoding**: The hash is encoded with the prefix `quh`, creating a user-friendly and error-resistant address.

### 3.2 Example
**Input Public Key**: `abcdef...` (2592 hex characters) 
**Double SHA3-512 Hash**: `123456...` (512 bits) 
**Bech32m Address**: `quh1lnt8...` 

### 3.3 Importance of Bech32m
Bech32m improves usability and reduces errors during address entry. Unlike traditional formats, it incorporates a checksum for quick validation, ensuring secure and efficient transactions.

---

## 4. Blocks and Consensus Mechanism
### 4.1 Block Structure
- **Header**: Includes metadata such as previous block hash, Merkle root, and nonce.
- **Block Time**: Fixed at 5 minutes for faster confirmation times.
- **Difficulty Adjustment**: Every 2048 blocks (approximately 7 days).

### 4.2 Consensus Algorithm
Qeuph QUH employs Proof-of-Work (PoW) with SHA3-512 for secure and efficient consensus.

### 4.3 Thirding Mechanism
Block rewards start at 50 QUH and decrease by one-third every 262,144 blocks. This ensures:
- Sustained miner incentives over time.
- A predictable and gradual coin supply distribution.

---

## 5. Security Considerations
### 5.1 Comparison of ML-DSA-87
| Feature             | ML-DSA-87        | Other Lattice Algorithms |
|---------------------|------------------|--------------------------|
| Quantum Resistance | High             | Variable                 |
| Efficiency          | Optimized        | Mixed                    |
| Adoption            | FIPS Compliant   | Limited                  |

### 5.2 Attack Mitigations
- **Side-Channel Attacks**: Addressed through secure hardware and implementation practices.
- **Replay Attacks**: Mitigated using txnonce.
- **Quantum Threats**: Neutralized by ML-DSA-87’s lattice-based approach.

### 5.3 Example
Consider a quantum computer attempting to forge a transaction. ML-DSA-87’s lattice-based hardness ensures the computation would take exponential time, rendering the attack infeasible.

---

## 6. Privacy
### 6.1 Features
- **Anonymous Public Keys**: Transactions are unlinkable to real-world identities.
- **Key Pair Rotation**: A new key pair is recommended for each transaction to enhance anonymity.


## 7. Real-World Use Cases
### 7.1 Finance
Qeuph QUH ensures secure and fast cross-border payments resistant to quantum threats.

### 7.2 Healthcare
Protects sensitive medical records stored on a blockchain from unauthorized access.

### 7.3 Supply Chain
Provides immutable and secure tracking of goods, ensuring data integrity across global networks.

---

## 8. Conclusion
Qeuph QUH addresses the pressing need for quantum-resistant blockchain solutions. By integrating cutting-edge cryptography and innovative mechanisms, it ensures long-term security, efficiency, and scalability. Join us in building a future-proof decentralized ecosystem.

---

### References
1. FIPS 204: Lattice-Based Digital Signature Standard ML-DSA-87. Available at: [https://csrc.nist.gov/pubs/fips/204/final](https://csrc.nist.gov/pubs/fips/204/final)
2. SHA3 Standard Documentation. Available at: [https://nvlpubs.nist.gov](https://nvlpubs.nist.gov)
3. Bitcoin Whitepaper: Satoshi Nakamoto, 2008.
4. Bech32m Specification: BIP-350. Available at: [https://github.com/bitcoin/bips/blob/master/bip-0350.mediawiki](https://github.com/bitcoin/bips/blob/master/bip-0350.mediawiki)

IDK Why but i made this. 😳
Post
Topic
Board Announcements (Altcoins)
Re: Bitcoin Quantum (BTQ): A Quantum-Resistant Cryptocurrency
by
Biat
on 25/01/2025, 07:12:10 UTC
I got them a listing proposal from AscendEX
Integration and Listing Services
1. Trading Pair: List BTQ/USDT for spot trading
2. Enable deposit and withdrawal of BTQ on BTQ blockchain
3. Market-Making / liquidity:
Option 1: If you have your own MM team, we’ll set up an MM account for you to manage liquidity
Option 2: Our external MM team can handle the liquidity for free. In this case, you’ll need to deposit $8K USDT + $8K worth of BTQ as MM funds into your own AscendEX account. We’ll use it for liquidity management, the funds will still remain in your own account

Marketing Engagement and Media
1. Twitter Spaces with English, Chinese & Indonesian communities
2. Media PR in ENG and CHN on top media channels:  Meta Era (metaera.hk) and Odaily (odaily.news)

Platform Announcement and Notifications
1. Official Listing Announcement
2. Twitter Posts on Multilingual official Twitter accounts (EN, CN etc. 13 languages, 500K+ followers)
3. Telegram Promotions in 13 Multilingual groups (EN, CN etc, 400k+ community members)
4. Banner on website and App (150K+ DAU)
5. Email notifications to all subscribers (1 in EN, 1in CN)
6. App push notification (1 in EN, 1in CN)

Value-added Services (subject to additional budget in tokens)
1. Social Engagement Campaign (Trading contest, X Space, Invite to Earn, KOL promotion etc)
2. Pre-staking Program to help lock up liquidity
3. Free expansion to other EVM-compatible chains (requires a bridge)

This package Includes everything (Integration, listing, MM/liquidity, marketing, PR etc), NO extra charge.



It comes with top-tier marketing promotion among all of our 13 communities (multi-language) and 10m users (email notification, pinned banner, X etc), as well as PR exposures on two top Web3 media channels (English & Chinese). 



AscendEX has over 10 million registered users,  40% from the EU and 45% from Asia & Middle East.  *We support Chinese users KYC


Feel free to let me know if you have any questions, looking forward to our collaboration!
Post
Topic
Board Altcoin Discussion
Topic OP
Is this legit
by
Biat
on 23/01/2025, 10:39:30 UTC

I found out about it should i buy or not, is it a drainer or not.
https://ico.bitcoinq.xyz/
source code at https://github.com/BitcoinQ/pyBTQ-website/blob/master/ico.html

Post
Topic
Board Bitcoin Discussion
Merits 10 from 3 users
Topic OP
NIST begins RSA and ECDSA deprecation by 2030
by
Biat
on 04/01/2025, 08:09:09 UTC
⭐ Merited by BlackHatCoiner (4) ,vapourminer (4) ,NeuroticFish (2)
What of bitcoin?
Read the document here:https://nvlpubs.nist.gov/nistpubs/ir/2024/NIST.IR.8547.ipd.pdf
Post
Topic
Board Altcoin Discussion
Topic OP
Solana Winternitz Vault
by
Biat
on 04/01/2025, 07:54:08 UTC
The Solana Winternitz Vault is a quantum-resistant lamports vault that leverages Winternitz One-Time Signatures (WOTS) for security. The vault implements a truncated Keccak256 hash, offering 224-bits of preimage resistance, which remains robust against quantum threats, including Grover's algorithm.


Security Considerations:
While PDAs themselves should be quantum resistant, if the update authority of a program deploying this contract is a keypair, your funds are still at risk.
What if a transactions One-Time Signature could be reversed and redirected within the 400-millisecond block time.(Using a quantum-computer)
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin Quiz 😉
by
Biat
on 27/12/2024, 18:35:43 UTC
10/10
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin Quiz
by
Biat
on 27/12/2024, 12:50:06 UTC
Q3)Which curve BTC use for its elliptic curve cryptography. (IN FULL FORM)
Its secp256k1.
SEC: Standards for Efficient Cryptography
P: Prime
256: 256-bit size
k1: A variant
Post
Topic
Board Bitcoin Discussion
Re: Can I ever recover my Bitcoin?
by
Biat
on 27/12/2024, 11:43:00 UTC
Cryptanalysis
Clues from File Metadata
Rainbow Tables
Post
Topic
Board Bitcoin Discussion
Topic OP
Bitcoin Quiz 😉
by
Biat
on 27/12/2024, 11:29:53 UTC
Q1)When was the Genesis BTC Block mined? What a coincidence its also my date of birth.

Q2)Halving occurs after every _____ Blocks.

Q3)Which curve BTC use for its elliptic curve cryptography. (IN FULL FORM)

Q4)What is the maximum supply of BTC that will ever exist?

Q5)How long does it typically take to mine a new BTC block?

Q6)What hash function does BTC use to secure transactions and create block hashes?

Q7)Which type of BTC address to you use.

Q8)Purpose of "OP_RETURN" opcode.

Q9)What is the best exchange in your opinion.

Q10)Are you a dev?