@drwanq@lostbtclayer Please wait. We need to set up all the infrastructure for ATOM first (explorer, web wallet, bridge). After that, we will publish all the necessary information on how to use p2p DEX
Bitok is now ready to complete this part that Satoshi Nakamoto started. Integrating the marketplace, beginning with a P2P exchange for trading $BITOK against other crypto. No intermediaries. No centralized order books. No custodial wallets.
https://t.co/c64qoXEFp0
50 $BITOK locked inside script. No one can move them without the secret
The secret is hidden inside 3 transactions posted over 3 days. First tx coming today
Each transaction contains one word encoded in hex on-chain. Find all 3. Combine. Encode. Broadcast. Win.
@bitok_coin
Script was always meant to be programmable. Most projects stopped exploring it.
Bitok Script Developer Guide explaining the workflow https://t.co/aiUZ6nPyWF
Bitok just got smth most chains never had. Script laboratory:
• buildscript
• setscriptsig
• getscriptsighash
• verifyscriptpair
You can construct, test and verify arbitrary scripts directly. Early Bitcoin devs struggled with this workflow. Now it's built into $BITOK
Bitok 0.3.19.11 "Native Blind" released
- Full RPC support for arbitrary script contract construction and validation
- Ok-addresses: ECDH-based stealth payments
- Deterministic change for stealth UTXOs
- GUI support for stealth $BITOK address management
https://t.co/ozed425v0Z
Backup is one SK secret. Import it anywhere, rescan, and all funds including change are recovered. Nothing is lost. That should be the standard.
https://t.co/AsvqD3w05j
The history of $BITOK coin is publicly available. Anyone can see the flow from address to address. This becomes a problem when certain points in the chain become known. ok-addresses solve this without changing any consensus rules.
https://t.co/0Z2FwAsXv5
The design is simple. One ok-address. Any number of senders. Each payment lands at a unique on-chain destination. No coordination required between sender and receiver. No interaction. Just math.
"For greater privacy, it's best to use bitcoin addresses only once" SN
Meet $BITOK ok-addresses (Key Blinding). Blinded variations of a pubkey, where each payment goes to a unique unlinkable address, only intended recipient can detect and spend the funds
https://t.co/0Z2FwAsXv5
[email protected] SDK published https://t.co/4zcepYWu5J
Advanced script contract functionality and new RPC methods have been added. Introduced the ScriptContract class for high-level script management.
Important: Build the Bitok node from the master branch to use the new methods.
RPC Toolkit for $BITOK Script developers. Added:
buildscript
setscriptsig
getscriptsighash
decodescriptsig
verifyscriptpair
The analyzescript continues to identify what kind of contract a script is (arithmetic, bitwise, cat-covenant, hashlock, splice etc)
https://t.co/Vob5aRHG8g
@WeiXiaoYouZai You need rescan. Easiest way trigger full rescan in gui wallet is import any new private key, it will auto recovering all existing addresses and UTXOs.
You can generate new address at web wallet https://t.co/l6TdwqhzIW copy private key (settings) and import it in your gui wallet
Bitok 0.3.19.10 "Phoenix" Released
Block 18,000 crossed. Full Script execution is now active on mainnet.
Phoenix completes the tx construction, signing, and script dev toolchain on top of the re-enabled 0.3.19 execution model, including infrastructure for web3/dApp development.
@WeiXiaoYouZai Transaction cannot be "stuck" without either being in the mempool or included in a block.
If it has no confirms, it is not yet in a block.
If it is not visible in the mempool or explorer, it was not accepted by the network.
Please provide the tx ID so it can be checked.