Skip to content

gobytecoin/lamassu-machine-gobyte

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,131 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lamassu-machine

The software that runs the Lamassu Bitcoin Machine.

Mac OS X environment setup

> curl -L https://git.io/n-install | bash -s -- -y lts
> . ~/.bash_profile
> npm install yarn -g

Installing

> git clone -b https --single-branch https://github.com/lamassu/lamassu-machine.git
> cd lamassu-machine
> ./setup.sh

Running

In a separate window start a fake bill validator, and use the outputted ttys number on the next command, like /dev/ttys008.

> ruby fake_id003.rb

run lamassu-machine

> node bin/lamassu-machine --mockTrader --mockCam --mockBillDispenser \
--mockBTC 1KAkLnhU1BpvgjQUgLk1HF4PEgh4asFNS8 --mockBv /dev/ttys008

Replace --mockBTC with one of your BTC addresses, and --mockBv with the value you got above.

Now, in a new terminal:

> open ui/start.html

and you should get this:

Start screen

When the screen asks you to insert a bill, navigate to the terminal where you opened the mock bill validator, and input 1Enter to insert a one dollar bill.

About

Software that controls the Lamassu Bitcoin machine

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 56.8%
  • HTML 23.3%
  • CSS 16.6%
  • Shell 1.8%
  • Ruby 1.4%
  • CoffeeScript 0.1%