Skip to content

bitblisscoin/BlissBlockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BitBlissCoin

BitBlissCoin (BIBC) is a PoS + PoW based altcoin.

Algorithm Scrypt
Type POW+POS
Coin Name BitBlissCoin
Abbreviation BIBC
P2P Port 26305
RPC Port 26306
Block Reward 55 Coins

Mine a Block

Open your wallet, and make sure you are connected to another wallet.
The message "No block source available" will disappear once you mine your first block.
Close your wallet and create the file mycoin.conf in the folder %APPDATA%\mycoin\.

Important: replace "mycoin" with the name of your coin.

rpcuser=rpc_user
rpcpassword=rpc_password
rpcallowip=127.0.0.1
listen=1
server=1

Download the latest version of cpuminer from here and extract the zip file.
Create a .bat file named mine.bat and paste the following text into mine.bat.

minerd --url=http://127.0.0.1:RPC_port --userpass=rpc_user:rpc_password

Save the file inside the extracted cpuminer folder.
Open your wallet and execute mine.bat to start mining your first coins.

Start Staking

Open your wallet, and make sure you are connected to another wallet.

Leave your wallet open and unlocked to stake. Keep in mind that stake can only be generated when you have a balance in your wallet.

Important: The following only applies if you encrypted your wallet.

You can unlock your wallet using the following instructions.

Go to Help.
Click Debug Window.
This is the console where you will execute all commands.

Type this command to start staking:

walletpassphrase YOUR_PASSWORD 9999999 true

Replace the text "YOUR_PASSWORD" with your password.

The number 9999999 is the amount of seconds you want to leave your wallet unlocked for staking.

Disable Staking

One can disable staking by adding a parameter to your config file.

Close your wallet and paste the following text into mycoin.conf and save the file.

staking=0

Staking will be disabled.

About

a decentralise altcoin for fast p2p transactions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published