NOTE.SV
523 posts

NOTE.SV
@SvNote
Blockchain notebook and Password manager, Super Version, based on @NoteProtocol . OTP/2FA. Permanently stored. https://t.co/xeElyH66Ii
Tokyo Katılım Mart 2020
53 Takip Edilen1.4K Takipçiler

We’ve created the @aidebate_xyz project: a cohort of AI agents simulating investing maestros like Buffett, Cathie Wood, and others. Each agent has its own investment philosophy, personality, and research toolkit—and, crucially, its own memory. They then open a group chat to debate a single stock. You type: “Can we still buy Apple? Its AI investments are clearly falling behind.” How do you think the masters would discuss this? #multiagent


English

NOTE.SV v1 code has been open-sourced. This version was completed in 2020 and uses the #BSV blockchain to store, share, and manage secure notes and website passwords. It is intended solely for learning and research related to the NOTE protocol @NoteProtocol , as well as for recovering notes.
github.com/Note-sv/NOTE.SV
github.com/Note-sv/Protoc…
English
NOTE.SV retweetledi

Congratulations to UTXO Exchange and ChainBow Wallet on launching the new version supporting the NOTE protocol. The ecosystem is visibly progressing.
#Bitcoin #Dex @UtxoExchange @ChainBow_io
UTXO Exchange@UtxoExchange
The new version of UTXO.EXCHANGE is now live. It is a #decentralized #exchange based on Bitcoin's #PSBT and SINGLE|ANYONECANPAY signatures. it supports the NOTE protocol @NoteProtocol . it a #DEX in #Bitcoin 's #UTXO model. No bridge No multsig. All assets in your hand
English
NOTE.SV retweetledi

Using Scrypt in Offchain @scryptplatform
NOTE Protocol@NoteProtocol
The NOTE Protocol offline contract verification code library is now open source: github.com/NoteProtocol/s…. It will be used by the indexer, wallet, contract demo, and mining. The NOTE Protocol is actually very simple, just this little bit of code.
English

@DerekBoberic Actually, this feature is already available, but our UI design fails to highlight it. We will further upgrade it after July.
English

@SvNote Is there an E2E encrypted group messaging feature with file sharing planned? This would be very handy for my biz contacts to consolidate and convince them to move here - it's a mess all over different apps right now + email.
English

⚠️ Addressing your feedback on NOTE.SV: Firstly, all password notes are encrypted within the app, and the same encrypted content is securely saved in NOTE Cloud as well as on the BSV and RXD blockchains. Rest assured, NOTE Cloud is secure with no plaintext content stored.
Secondly, we are planning to introduce a subscription service. Only subscribers will have the ability to sign transactions using their own wallets, with digital currencies serving as transaction fees. like $RXD $BSV $BTC
Furthermore, the absence of digital currencies in the app stems from our goal to cater to everyday people, most of whom may not possess wallets or blockchain expertise. NOTE.SV is a real blockchain application designed not just for the crypto-savvy but for general use.
If you're not interested in the paid blockchain features, this app provides powerful encryption capabilities for free. It's not only suitable for storing information, but also ideal for sharing encrypted content with family and business partners.
Adachi-ku, Tokyo 🇯🇵 English
NOTE.SV retweetledi

The Economist: "China has become a scientific superpower"
Rare for me - maybe even unprecedented - to praise the Economist but this might be the seminal article on the current status of China's scientific might.
Let's take a look 🧵
economist.com/science-and-te…
English

Turing completeness & Halting Problem
If we say the native Bitcoin scripting language is Turing complete, many people will criticize us.
#TuringCompleteness refers to a programming language that can implement any computation a Turing machine is capable of. This concept comes from Alan #Turing, who proposed the #TuringMachine model. It’s an abstract machine that performs calculations by reading and writing symbols on an infinitely long tape.
If a programming language is Turing complete, it means it can simulate all computational functions of a Turing machine. Typically, this requires the language to support conditional branching (like if/else statements) and loops (or recursion) to make decisions based on data and repeatedly perform certain actions until a specific condition is met.
Is it reasonable that a program in an infinite loop could run indefinitely on an infinitely long tape? Is it reasonable to say that a program that can implement an infinite loop is Turing complete?
In fact, simple infinite loops can be implemented with a very basic set of instructions, but if there's insufficient control structure (like conditional branches) and data handling capabilities, such systems cannot be considered Turing complete. Turing completeness requires the ability to express any complex algorithmic logic, including but not limited to loop structures. Furthermore, infinite loops introduce another issue: the Halting Problem.
The #HaltingProblem, proposed by Alan Turing in the 1930s, is a well-known problem in computation theory. It explores whether there exists an algorithm that can determine whether any given program and its input will eventually stop executing.
Turing proved the Halting Problem is unsolvable. Turing-complete systems can express and execute all possible programs, including those that never halt. The unsolvability of the Halting Problem arises directly from the capabilities of these systems. In short, the robust computational power of Turing-complete systems introduces uncertainty because we cannot predict in advance whether a program will stop in all cases.
Now let’s see why some claim Bitcoin's script is not Turing complete. Because it lacks loop commands in its opcode, some argue it's not Turing complete. However, assembly language also lacks loop commands, yet no one disputes its Turing completeness. Assembly language provides the necessary tools to implement loops primarily through conditional jump instructions. Bitcoin script is similar to assembly in that loops can be unrolled. For example, to sum from 1 to 100, you could keep adding: 1+2=3, 3+3=6, 6+4=10, and so on until 100. This approach has a benefit—it addresses the Halting Problem. We know that Bitcoin transactions and blocks are limited in size, from 1MB to 4MB, potentially larger. Therefore, an unrolled script will eventually hit this size limit and force the program to stop.
One might say: Bitcoin script language is Turing complete and also solves the Halting Problem.
In Ethereum, the Halting Problem is addressed by charging a fee (gas) for each operation. Theoretically, a wealthy Ethereum user could pay to run a program for a year, potentially clogging the EVM.
However, on #Bitcoin , no amount of money can infinitely increase block size, ensuring programs must stop. This is part of the consensus.
In the computing field, there’s an important principle: the KISS principle (Keep It Simple, Stupid). #Satoshi #Nakamoto adhered to this principle.
Maintaining simplicity in a system is a crucial consideration for designers. In environments like @NoteProtocol, script size is still controlled, currently providing about 2.5K of script JSON storage space. In the future, it could expand to between 1MB and 4MB.
Follow me to learn about #BitcoinPrinciples and the advanced Bitcoin scripting language at @scryptplatform for @NoteProtocol

English
NOTE.SV retweetledi

Mining on the BTC testnet has entered the halving cycle, and smart contracts are working flawlessly. Code is law. Show your code!
testnet4.noteprotocol.org/n20/NOTE/Overv…
#Bitcoin #SmartContract #DataAssetIssuance



English
NOTE.SV retweetledi

@PhotoKuro_ @shu_BSV You can use the ChainBow Wallet @ChainBow_io to import the same mnemonic phrase. When importing, select 'Advanced' and then choose 'NOTESV' to restore BSV balances
Chiyoda-ku, Tokyo 🇯🇵 English

NOTE.SV is excited to announce the release of Version 2.0 for Android (available on Play Store and APK) and iOS (globally and in Mainland China on App Store). Users of the previous Version 1.0 can directly import their account mnemonic phrases. Explore more at: note.sv
NOTE.SV, the first commercial software built in accordance with the @NoteProtocol , harnesses Bitcoin's encryption and storage technologies. For full protocol standards, visit: noteprotocol.org
Designed for everyday global users, NOTE.SV leverages blockchain technology to offer features such as password management, encrypted notes, and immutable public posts. It is ideal for personal information management, family digital repositories, and timestamp proof for intellectual properties. It includes a FREE built-in NOTE Cloud service, with optional blockchain anchoring services that ensure the perpetual preservation of your notes or their hash values. @BSVBlockchain @RXD_Community #Bitcoin $BTC
We welcome your feedback on the app to continually improve and enhance your experience.
iOS apps.apple.com/us/app/note-sv…
Android play.google.com/store/apps/det…

English

We are working on a new version of the ChainBow Wallet, v3 @ChainBow_io , which offers improved support for $BSV, $RXD, $BTC, and @NoteProtocol for tokens and NFTs. It will also support payments with the new NOTE.SV v2. The NOTE protocol serves as the underlying data protocol for NOTE.SV and outlines how notes are encrypted. This new protocol differs from NOTESV v1.0. We do not recommend continuing to use NOTESV v1.0 for two reasons:
firstly, the new protocol offers enhanced features,
and secondly, there is a risk that BSV will not be viable following CSW’s failure. BSV faces significant issues with its economic model, and its ecological sustainability is questionable.
Chiyoda-ku, Tokyo 🇯🇵 English

@Gigapik You can use the ChainBow Wallet @ChainBow_io to import the same mnemonic phrase. When importing, select 'Advanced' and then choose 'NOTESV'.
English

@DerekBoberic Choose account/settings/import, it supports import from csv file of others software
English

@SvNote How far down the pipeline is the ability to import your data from another management program like bitwarden?
English

We advise against anchoring unencrypted information on the blockchain. Restrictions have been implemented, such as a 78-byte limit, because once data is anchored, it cannot be modified and remains permanently visible to everyone. This can pose social issues as the content is indelible and publicly accessible.
Chiyoda-ku, Tokyo 🇯🇵 English

@SvNote Is there any risk of saving unencrypted notes on chain?
English


