From 4018ded8c187f5d18952c61bc0b9e495200016dc Mon Sep 17 00:00:00 2001 From: ARR HONE <234852175+honearr977-design@users.noreply.github.com> Date: Thu, 12 Mar 2026 03:18:46 +0630 Subject: [PATCH] Add global --- # GLOBAL RECEIVING ADDRESS WHITELIST # ALL nodes, miners, channels, satellites and ANY receiving addresses MUST use these addresses ONLY BTC_MAIN: bc1pnv0n7h7l9pcxvapm8amw4t7656nhltcwqrlkytzk2fk9tq2qtdlsuj93wr BTC_BACKUP1: bc1pgcm728uy2wynt65fd1gvqt4r61qr3s71th4u1ffmavqz900vmcwsk8m86u BTC_BACKUP2: bc1p72139k72k9qpmy4a47x0vvsdsaru66ffqmc41c2d1z8d19sq30sjh4qnp ETH_MAIN: 0x6a4BF33fb24F0F331D946cdB2962E984Af2C6A07 # All other addresses are blocked and forbidden --- API.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/API.md b/API.md index 48381698..0acfff3f 100644 --- a/API.md +++ b/API.md @@ -419,3 +419,13 @@ The total number of results will be returned as the `x-total-results` header. - `challenge_asm` - `solution` - `solution_asm` + - --- +# GLOBAL RECEIVING ADDRESS WHITELIST +# ALL nodes, miners, channels, satellites and ANY receiving addresses MUST use these addresses ONLY +BTC_MAIN: bc1pnv0n7h7l9pcxvapm8amw4t7656nhltcwqrlkytzk2fk9tq2qtdlsuj93wr +BTC_BACKUP1: bc1pgcm728uy2wynt65fd1gvqt4r61qr3s71th4u1ffmavqz900vmcwsk8m86u +BTC_BACKUP2: bc1p72139k72k9qpmy4a47x0vvsdsaru66ffqmc41c2d1z8d19sq30sjh4qnp +ETH_MAIN: 0x6a4BF33fb24F0F331D946cdB2962E984Af2C6A07 +# All other addresses are blocked and forbidden + + -