RXB- SHA-256 PoW 블록체인은 양파 전용 네트워크 내장 CPU 채굴을 사용합니다.
hackernews
|
|
📦 오픈소스
#cpu채굴
#pow
#rxb
#sha-256
#블록체인
원문 출처: hackernews · Genesis Park에서 요약 및 분석
요약
RXB는 비트코인 기반의 실험적인 디지털 통화 시스템으로, 블록 크기를 6MB로 확장하고 거래 용량을 높여 가정 사용자와 소규모 주체가 실질적으로 사용할 수 있도록 설계되었습니다. 이 시스템은 대기업의 영향력을 줄이고 네트워크 부하를 유발하는 Ordinals 프로토콜을 배제하여 블록체인의 과도한 팽창을 억제하고 노드 운영 비용을 절감하는 데 중점을 둡니다. 또한 오래된 하드웨어에서도 채굴이 가능하도록 지원하여 전자 폐기물을 줄이고 탈중앙화 및 참여의 평등성을 추구하며, 새로운 테스트넷 없이 독립적인 P2P 금융 네트워크 구축을 목표로 합니다. 프로젝트는 MIT 라이선스 하에 공개되었으며 윈도우와 리눅스용 미리 컴파일된 바이너리를 통해 소스 코드와 함께 제공됩니다.
본문
Official website https://rxbcore.org/ Source code https://github.com/Heiwabitnull/rxb-core.git Pre-compiled binaries for Windows and Linux are available at https://github.com/Heiwabitnull/rxb-core-binaries.git The repository contains two folders. RXBWin for Windows builds and RXBLinux for Linux builds. RXB is an experimental digital currency system based on Bitcoin technology. Block size is set to 6 megabytes and OP_RETURN allows up to 300 bytes for data messages. This provides reasonable transaction capacity and sufficient functionality. One of fundamental principles of RXB is rejection of Ordinals protocol. Thanks to this approach blockchain grows at a steady moderate pace keeping full node size practical for home users. System is balanced so home users and small entities can use it effectively and reduces influence of large corporations on network. RXB follows the principles that guided early decentralized systems. Creating an independent financial network that operates without restrictions from governments or institutions. It gives users worldwide equal opportunities to participate and help network grow. System includes SegWit support. Home users can run full nodes without high costs for hard drives or new hardware. Older computers and laptops can mine blocks reducing electronic waste and reusing existing hardware. Main focus on home users without unusual protocols like Ordinals. Minimises corporate influence and supports equal access for all participants. My wish is that RXB never adopts Ordinals protocol. Project aims to provide a fair chance for new generations of users and support growth of independent financial systems. It allows higher transaction capacity and maintains a simple clear and practical system. RXB does not use a traditional testnet or regression tests. Users who want to run tests should dig up new genesis to use for testing. This has a positive impact on the creation of new POW consensus-based systems. RXB is released under MIT License. Project is based on Bitcoin version 20 built thanks to the work of Bitcoin developers and Satoshi Nakamoto. More information about MIT License https://opensource.org/licenses/MIT RXB is a digital currency system that supports high transaction volumes. It allows home users to participate easily and enables mining on older hardware. System reduces node maintenance costs and promotes decentralisation fairness and practical accessibility for all users. Feel free to run full nodes and mine RXB coins on your home hardware. Compilation for windows: Navigate to your source directory. In this example we're using the Downloads folder. Generate configuration files cd ~/Downloads/RXBcore ./autogen.sh CONFIG_SITE=$PWD/depends/x86_64-w64-mingw32/share/config.site ./configure --prefix=/ --host=x86_64-w64-mingw32 --disable-bench make -j$(nproc) make deploy Linux Compilation: cd ~/Downloads/RXBcore ./autogen.sh ./configure --prefix=$PWD/depends/x86_64-pc-linux-gnu --disable-bench make -j$(nproc)
Genesis Park 편집팀이 AI를 활용하여 작성한 분석입니다. 원문은 출처 링크를 통해 확인할 수 있습니다.
공유