[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-10509":3},{"id":4,"name":5,"fullName":6,"owner":5,"repo":5,"description":7,"homepage":8,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":15,"stars7d":16,"stars30d":17,"stars90d":15,"forks30d":15,"starsTrendScore":15,"compositeScore":18,"rankGlobal":9,"rankLanguage":9,"license":9,"archived":19,"fork":19,"defaultBranch":20,"hasWiki":21,"hasPages":19,"topics":22,"createdAt":9,"pushedAt":9,"updatedAt":31,"readmeContent":32,"aiSummary":33,"trendingCount":15,"starSnapshotCount":15,"syncStatus":34,"lastSyncTime":35,"discoverSource":36},10509,"bitcoin-wallet","bitcoin-wallet\u002Fbitcoin-wallet","Bitcoin Wallet app for your Android device. Standalone Bitcoin node, no centralized backend required.","",null,"Java",4150,2288,643,78,0,1,19,32,false,"main",true,[23,24,25,5,26,27,28,29,30],"android","bech32","bitcoin","bitcoinj","blockchain","java","p2p","segwit","2026-06-12 02:02:22","# BITCOIN WALLET\n\nWelcome to _Bitcoin Wallet_, a standalone Bitcoin payment app for your Android device!\n\nThis project contains several sub-projects:\n\n * __wallet__:\n     The Android app itself. This is probably what you're searching for.\n * __metadata__:\n     App description and promo material for the app stores.\n\n\n### PREREQUISITES FOR BUILDING\n\nYou'll need git, a Java 11 SDK and Gradle between 4.4 and 6.9.x for this. We'll assume Ubuntu 24.04 LTS (Noble Numbat)\nfor the package installs, which comes with OpenJDK 11 and Gradle 4.4.1 out of the box.\n\n    # first time only\n    sudo apt install git gradle openjdk-11-jdk\n\nCreate a directory for the Android SDK (e.g. `android-sdk`) and point the `ANDROID_HOME` variable to it.\n\nDownload the [Android SDK Tools](https:\u002F\u002Fdeveloper.android.com\u002Fstudio\u002Findex.html#command-tools)\nand unpack it to `$ANDROID_HOME\u002F`.\n\nFinally, the last preparative step is acquiring the source code. Again in your workspace, use:\n\n    # first time only\n    git clone -b main https:\u002F\u002Fgithub.com\u002Fbitcoin-wallet\u002Fbitcoin-wallet.git bitcoin-wallet\n    cd bitcoin-wallet\n\n\n### BUILDING\n\nYou can build all sub-projects in all flavors at once using Gradle:\n\n    # each time\n    gradle clean build\n\nFor details about building the wallet see the [specific README](wallet\u002FREADME.md).\n\n\n### REPRODUCIBLE BUILD\n\nAlternatively, you can build using buildah:\n\n    # each time\n    buildah build --cap-add sys_admin --device \u002Fdev\u002Ffuse --file build.Containerfile --output build\u002F .\n\nAccess to FUSE and the SYS_ADMIN capability are needed for mounting disorderfs\nin order to sort the directory entries of the project folder.\n\nThe unsigned APKs are written to the specified output directory.\n","Bitcoin Wallet 是一款专为安卓设备设计的比特币支付应用，能够独立运行作为比特币节点，无需依赖任何中心化的后端服务。项目采用 Java 语言开发，基于比特币协议栈（bitcoinj）实现，支持 P2P 网络通信、区块链数据同步及 SegWit 和 Bech32 格式的地址生成等核心功能。适用于需要直接控制个人比特币资产存储与交易的用户，在确保资金安全的同时提供了便捷的操作体验。",2,"2026-06-11 03:28:56","top_topic"]