git clone https://github.com/sa2shinakamo2/bt2c.git
cd bt2c
pip install -r requirements.txt
bt2c wallet create
This command will:
bt2c wallet info
This will display your:
After creating your wallet, you can:
Follow these steps to become a validator on the bit2coin network
Download and set up your bit2coin wallet to store and stake your tokens.
Obtain bit2coin tokens through supported exchanges or participate in the initial distribution.
Set up your validator node and start earning rewards for securing the network.
To maintain validator status, you must meet these performance metrics:
https://api.bt2c.net
All API requests require an API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
GET /ledger/stats
Returns current ledger statistics including latest block height, total transactions, and active validators.
POST /wallet/create
Creates a new wallet with BIP39 seed phrase and BIP44 HD structure.
POST /validator/register
Registers a new validator node with the required stake.
GET /validator/stats
Returns validator performance metrics and rewards.
git clone https://github.com/sa2shinakamo2/bt2c.git
cd bt2c
pip install -r requirements.txt
npm start