Skip to content
forked from lusocoin/lusocoin

Experimental new digital P2P currency that enables instant payments to anyone

License

Notifications You must be signed in to change notification settings

fesp21/lusocoin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lusocoin 1.1

Copyright (c) 2009-2013 The Bitcoin developers Copyright (c) 2013-2014 Armando Machado

Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php. This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. This product includes cryptographic software written by Eric Young (eay@cryptsoft.com), and UPnP software written by Thomas Bernard.

Intro

Lusocoin is a free open source peer-to-peer electronic cash system that is completely decentralized, without the need for a central server or trusted parties. Users hold the crypto keys to their own money and transact directly with each other, with the help of a P2P network to check for double-spending.

Setup

You need the Qt4 run-time libraries to run Lusocoin-Qt. On Debian or Ubuntu: sudo apt-get install libqtgui4

Unpack the files into a directory and run:

  • bin/linux/32/lusocoin-qt (GUI, 32-bit)
  • bin/linux/32/lusocoind (headless, 32-bit)
  • bin/linux/64/lusocoin-qt (GUI, 64-bit)
  • bin/linux/64/lusocoind (headless, 64-bit)
  • bin/macosx/Lusocoin.dmg (GUI, 64-bit)
  • bin/macosx/lusocoind (headless, 64-bit)

About

Experimental new digital P2P currency that enables instant payments to anyone

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 85.2%
  • Makefile 9.4%
  • Python 2.4%
  • C 1.0%
  • Perl 0.7%
  • Shell 0.6%
  • Other 0.7%