forked from f-prime/BlooCoin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
23 lines (12 loc) · 913 Bytes
/
README
File metadata and controls
23 lines (12 loc) · 913 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
BlooCoin is a crypto-currency like Bitcoin that uses a central server to handle all transaction, rather than using a peer-to-peer networking system.
Server
======
Although anyone techincally can host a BlooCoin server, there is only one official server which is hard coded into the BlooCoin client. Do not connect to any other server unless you are looking to test a new feature.
Boocoin
=======
On the start of bloocoin your bloostamp will be created. This file contains two hashes, one that is your BlooCoin address and the other that is your personal key. Do not lose this file or all your BlooCoins will be lost.
There are three commands in the BlooCoin shell.
1. coins - Returns number of coins assigned to your BlooCoin address.
2. addr - Returns your BlooCoin address.
3. send <amount> <to> - Used for sending coins to another address.
For a list of these commands within the shell, type "help"