mirror of
https://github.com/Qortal/qortal.git
synced 2025-04-26 04:47:52 +00:00
Lite nodes can't sync or mint blocks, and they also have a very limited ability to verify unconfirmed transactions due to a lack of contextual information (i.e. the blockchain). For now, most validation is skipped and they simply act as relays to help get transactions around the network. Full and topOnly nodes will disregard any invalid transactions upon receipt as usual, and since the lite nodes aren't signing any blocks, there is little risk to the reduced validation, other than the experience of the lite node itself. This can be tightened up considerably as the lite nodes become more powerful, but the current approach works as a PoC.
47 lines
946 B
Properties
47 lines
946 B
Properties
#Generated by ResourceBundle Editor (http://essiembre.github.io/eclipse-rbe/)
|
|
# SysTray pop-up menu
|
|
|
|
APPLYING_UPDATE_AND_RESTARTING = 正在自动更新并重新启动核心...
|
|
|
|
AUTO_UPDATE = 自动更新
|
|
|
|
BLOCK_HEIGHT = 区块高度
|
|
|
|
BUILD_VERSION = 版本
|
|
|
|
CHECK_TIME_ACCURACY = 检查时间准确性
|
|
|
|
CONNECTING = 连线中
|
|
|
|
CONNECTION = 个链接
|
|
|
|
CONNECTIONS = 个链接
|
|
|
|
CREATING_BACKUP_OF_DB_FILES = 正在创建数据库备份资料...
|
|
|
|
DB_BACKUP = 数据库备份
|
|
|
|
DB_CHECKPOINT = 数据库检查点
|
|
|
|
DB_MAINTENANCE = 数据库维护
|
|
|
|
EXIT = 退出核心
|
|
|
|
LITE_NODE = Lite node
|
|
|
|
MINTING_DISABLED = 没有铸币
|
|
|
|
MINTING_ENABLED = \u2714 铸币
|
|
|
|
OPEN_UI = 开启Qortal界面
|
|
|
|
PERFORMING_DB_CHECKPOINT = 正在保存未提交的数据库修订...
|
|
|
|
PERFORMING_DB_MAINTENANCE = 正在执行定期数据库维护...
|
|
|
|
SYNCHRONIZE_CLOCK = 同步时钟
|
|
|
|
SYNCHRONIZING_BLOCKCHAIN = 正在同步区块链
|
|
|
|
SYNCHRONIZING_CLOCK = 正在同步时钟
|