cryptocurrecny

command module
v0.0.0-...-3237677 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 18, 2015 License: MIT Imports: 16 Imported by: 0

README

Cryptocurrency Cafe

Pointcoin, a self created cryptocurrency, has all the same features of bitcoin except for difficulty in finding a new block. This allows miners to use less compuational power to see the strengths and weaknesses of bitcoin.

This code uses the BTC Suite library for bitcoin.

  • keypair.go: code for generating a bitcoin key pair (including its public address).
  • spend.go: code for generating a bitcoin transaction.
  • miner.go: code for mining cryptocurrency This is intended for learning and exploration only! IT WOULD BE VERY FOOLISH TO SEND ANY SIGNIFICANT FUNDS TO ADDRESSES GENERATED OR USED IN THIS CODE.

Documentation

Overview

Every file in go is a part of some package. Since we want to create a program from this file we use 'package main'

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL