Skip to content
View puffcoin's full-sized avatar

Block or report puffcoin

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
puffcoin/README.md

PuffCoin (PUF)

PuffCoin (PUF)

Linux

sudo apt-get install build-essential libboost-all-dev libcurl4-openssl-dev libdb5.3-dev libdb5.3++-dev git pyqt5-dev-tools libminiupnpc-dev zlib1g-dev libssl-dev
git clone https://github.com/puffcoin/puffcoin.git
cd puffcoin/src
make -f makefile.unix USE_UPNP=- (or makefile.osx if you're on Mac OS)

Now I'm ready to run it–in testnet mode and with a connection to my “other” computer. This is kind of tricky, because you need to start the coin on both computers with the -connect=x.x.x.x variable, each with the IP of the other PC:

./puffcoind -testnet -connect=x.x.x.x &
tail -f ~/.puffcoin/testnet3/debug.log

Now's a good time to brush up on the command line API calls syntax for interacting with the bitcoin client from this wiki page: https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_Calls_list

./puffcoind getinfo

Lovely, they line up and each have a single connection. Now we can make one of them (or both) begin generating coins by using the following command:

./puffcoind setgenerate true 16

Popular repositories Loading

  1. puffcoin puffcoin Public

    PuffCoin (PUF)

    C++ 4 4

  2. btc-rpc-explorer btc-rpc-explorer Public

    Forked from janoside/btc-rpc-explorer

    Database-free, self-hosted Bitcoin explorer, via RPC to Bitcoin Core.

    JavaScript 2

  3. explorer explorer Public

    Forked from blockcypher/explorer

    Block explorer showcasing the BlockCypher APIs.

    Python 2