Skip to content

centrd/profit-blockchain

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

profit-blockchain (PROFIT)

Alt Profit Logo

Profit (PROFIT) is a modern, green cryptocurrency built to be efficient, decentralized, and secure.

Useful Links

Social Links

  • Discord - Join the Profit Discord Community
  • Twitter - Follow Profit on Twitter

How to Install

Profit Executable are available from our GitHub Releases Page. You can also build from source. An example case for Ubuntu source installation is provided below. Please visit our wiki page for more details, and for source installation on operating systems.

# Update, install GIT, clone Profit repo

   sudo apt-get update
   sudo apt install git -y
   git clone https://github.com/ProfitCrypto/profit-blockchain.git
  
# Install Profit Blockchain

   cd profit-blockchain
   sh install.sh
   . ./activate
   profit init

# Install Profit GUI

   sh install-gui.sh
   cd profit-blockchain-gui
   npm run electron &

If the Profit client is unable to find peers automatically, please connect to the following official peers:

  • introducer.profitcrypto.net / Port: 48444
  • dns-introducer.profitcrypto.net / Port: 48444

How to Stake

  1. Query the staking addresses according to your farming plot list:

    $ profit farm summary
    ...
    Staking addresses:
      profit1x6jjvepyvjv7395nmtywvx9mknshgy78dsmuu38m0e9grxr080nsltjugr (balance: 0, plots: 27)
    ...
    
  2. Deposit coins to the staking address:

    $ profit wallet send -t profit1x6jjvepyvjv7395nmtywvx9mknshgy78dsmuu38m0e9grxr080nsltjugr -a 1
    

    Wait for the transaction get confirmed, query staking balance again:

    $ profit farm summary
    ...
    Staking addresses:
      profit1x6jjvepyvjv7395nmtywvx9mknshgy78dsmuu38m0e9grxr080nsltjugr (balance: 1, plots: 27)
    ...
    
  3. Withdraw coins from the staking address:

    $ profit wallet send_from -s profit1x6jjvepyvjv7395nmtywvx9mknshgy78dsmuu38m0e9grxr080nsltjugr -t $RECEIVER
    

    Do a transaction to transfer the coins from the staking address to any receive address.

    Make sure to choose the wallet that contains the plot farmer key.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 77.7%
  • TypeScript 14.7%
  • JavaScript 6.7%
  • Other 0.9%