Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

45 total results found

Analysis

BPX Chain Consensus

Safety​ The safety of BPX consensus is similar to that of other Nakamoto consensus algorithms like Bitcoin. There is no guaranteed finality, but the more confirmations a transaction has, the safer it is. A transaction needs a certain number of confirmations ...

Multiple Blocks

BPX Chain Consensus

As you can see, multiple blocks can get infused into the same sub-slot. BPX targets one beacon block every 18.75 seconds on average (32 blocks per sub-slot), and this is adjusted every 4608 blocks (around 24 hours) through the work difficulty algorithm. VDF...

Introduction

BPX Chain Getting Started

BPX is a new generation Ethereum-compatible blockchain based upon an innovative consensus algorithm, Proof of Space and Time known from the Chia Network. Proof of Space is a cryptographic technique where farmers prove that they allocate unused hard disk space ...

Beacon and Execution Chain

BPX Chain Getting Started

BPX consists of two separate blockchains called Beacon Chain and Execution Chain. Both are responsible for different tasks, have a different block structure and produce blocks at different time intervals, so the peak height of Beacon Chain will be completely d...

BPX vs Ethereum

BPX Chain Getting Started

If you are familiar with how Ethereum works, the following tips will help you better understand the BPX. BPX Execution Chain works exactly the same way as Ethereum's Execution Chain. BPX Execution Client is a Go-ethereum (geth) fork with no other changes e...

BPX vs Chia

BPX Chain Getting Started

If you are familiar with how Chia works, the following tips will help you better understand the BPX. BPX Beacon Client is a fork of Chia reference client, but very heavily modified. The entire BPX project is not a Chia fork. Most of Beacon Client commands,...

Setting up Metamask wallet for BPX network (Google Chrome extension)

Tutorials Usage

Find Metamask in Chrome Web Store. Click "Add to Chrome" to begin installation. 2. Confirm installation in pop-up window and wait for the installation to complete. 3. On the welcome screen, accept the terms of use and select "Create a new wallet". 4...

Installing and running BPX full node on Windows

Tutorials Usage

Download the Execution Client and Beacon Client latest releases EXE installers. 2. Go to your Downloads folder. There should be two installers there. Run the execution client installer first. 3. Different warnings may appear depending on the Window...

Farming BPX on Windows

Tutorials Farming

To start farming you need a working and synchronized full node. If you don't already have it, follow all the steps of this tutorial first, but in the step from screenshot below, choose Farming Mode instead. Then go to the Step 4. 2. If you already have ...

Deploying smart contract on BPX mainnet using Remix IDE

Tutorials Development

Open the Remix IDE. 2. In our example, we will use one of the test smart contracts that is already uploaded into the IDE. Open contracts/1_Storage.sol file. On the right you can see the contract source code. This contract provides two functions. The ...

Setting up Metamask wallet for BPX network (Mobile app)

Tutorials Usage

Install Metamask from App Store / Google Play. Open the app. Tap Get started on the welcome screen. 3. Select "Create a new wallet". 4. On the next screen, choose whether you consent to some usage statistics be collected by the wallet developers or ...

Installing and running BPX full node on Debian / Ubuntu

Tutorials Usage

Check latest versions of BPX Execution Client and Beacon Client. Log in as root. Download both DEB packages by following commands. Replace X.X.X to latest versions tags. wget https://github.com/bpx-chain/bpx-execution-client/releases/download/X.X.X/bpx-ex...

Deploying ERC-20 token on BPX mainnet using Remix IDE

Tutorials Development

Open the Remix IDE. Expand the workspaces menu and select Create. 2. Select the OpenZeppelin / ERC20 template. 3. Configure your token features. Check Mintable to be able to mint further units of the token to any address at any time. Check Burnab...

Farming BPX on Debian / Ubuntu

Tutorials Farming

1. To start farming you need a working and synchronized full node. If you don't already have it, follow all the steps of this tutorial first. 2. Login as root. Switch to BPX services user su - bpxv3 3. Use this command to set farming rewards target address....

Installing the timelord on Debian / Ubuntu

Tutorials Advanced usage

1. To run a timelord, you need a synchronized BPX Chain full node. If you don't have it already, follow the steps of this tutorial first. 2. The timelord software is not included in official binary .deb / .rpm releases. You have to build it from the source co...

Introduction

BPX Bridge

BPX Bridge is the official cross-chain bridge between the BPX chain and other EVM-compatible networks. The bridge can be used to transfer popular cryptocurrencies and stablecoins to the BPX chain as a 1:1 wrapped tokens, as well as transfer the BPX coin to ot...

Chains list

BPX Bridge

BPX Bridge currently operates on the following chains: Chain ID Name Bridge contract address 279 BPX 0x53fa3006A40AA0Cb697736819485cE6D30DEAEb5 42161 Arbitrum 0x5CD1A383d9C881577dDF6E5E092Db25b2D50e9B3 137 Polygon ...

Assets list

BPX Bridge

BPX Bridge currently supports the following assets: Original asset Original chain Wrapped asset Wrapped asset chain BPX Chain (BPX)   native token BPX Chain BPX Chain (BPX)   0x602d550a4cA5eAe83195486AC85dC40032dAA787 Arbitrum ...

Smart contracts

BPX Bridge

All BPX Bridge smart contracts are open source and available in the public GitHub repository:https://github.com/bpx-chain/bridge-contracts BridgeHome.sol This contract is deployed only on the BPX chain. In addition to the standard bridge logic, it contains a...

Bridge contract methods

BPX Bridge

These are all the public methods exposed by the underlying Bridge contract from which both the BridgeHome and BridgeForeign contracts inherit. Asset methods function assetResolve(uint256 chainId, address contractLocal) view returns (address) In the BridgeHo...