freewil / bitcoin-testnet-box

Create your own private bitcoin testnet
MIT License
593 stars 273 forks source link

litecoind integration #31

Closed ghost closed 6 years ago

ghost commented 6 years ago

I am trying to make this with litecoin. prompt$ make start make: 'start' is up to date. prompt$ ~/litecoin-testnet-box$ make getinfo litecoind -datadir=1 getinfo Error: Command line contains unexpected token 'getinfo', see litecoind -h for a list of options. Makefile:18: recipe for target 'getinfo' failed make: *** [getinfo] Error 1 Thank you

honglou2001 commented 6 years ago

I encounter the same issue, could someone take a look please ?