Skip to content

laqpay/laqpay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LaQ Pay

LaQ Pay is a next-generation cryptocurrency.

LaQ Pay was written from scratch and designed over four years to realize the ideal of Bitcoin and represents the apex of cryptocurrency design. LaQ Pay is not designed to add features to Bitcoin, but rather improves Bitcoin by increasing simplicity, security and stripping out everything non-essential.

Some people have hyped the LaQ Pay Project as leading into "Bitcoin 3.0". The coin itself is not "Bitcoin 3.0", but is rather "Bitcoin 1.0". Bitcoin is a prototype crypto-coin. LaQ Pay was designed to be what Bitcoin would look like if it were built from scratch, to remedy the rough edges in the Bitcoin design.

  • no duplicate coin-base outputs
  • enforced checks for hash collisions
  • simple deterministic wallets
  • no transaction malleability
  • no signature malleability
  • removal of the scripting language
  • CoinJoin and normal transactions are indistinguishable
  • elimination of edge-cases that prevent independent node implementations
  • <=10 second transaction times
  • elimination of the need for mining to achieve blockchain consensus

Links

Build LaQ Pay

git clone https://github.com/laqpay/laqpay
cd laqpay/cmd/laqpay-address && go build && cd ../laqpay-daemon && go build && cd ../laqpay-wallet-cli && go build

Help LaQ Pay

For help, use the --help key

./laqpay-daemon --help
or
./laqpay-wallet-cli --help