Post
Topic
Board Announcements (Altcoins)
Re: LOTTO COIN - The coin thats a game! Released 12/12/13
by
lotto-fan
on 12/12/2013, 19:46:37 UTC
Refusing to compile....

/Desktop/lottocoin/src$ make -f makefile.unix
/bin/sh ../share/genbuild.sh obj/build.h
../share/genbuild.sh: 33: ../share/genbuild.sh: cannot create obj/build.h: Directory nonexistent
../share/genbuild.sh: 34: ../share/genbuild.sh: cannot create obj/build.h: Directory nonexistent

mkdir obj, then compile again.

/lottocoind getinfo
error: resolve: Host not found (authoritative)

Seems buggy...

For anyone else compiling, I had to do mkdir obj in the src directory.

What's your operating system? It works fine for me, on windows:
# ./lottocoind.exe getinfo
{
    "version" : 1000000,
    "protocolversion" : 60001,
    "walletversion" : 60000,
    "balance" : 157505050.00000000,
    "blocks" : 1546,
    "connections" : 8,
    "proxy" : "",
    "difficulty" : 0.50324052,
    "testnet" : false,
    "keypoololdest" : 1386833821,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "mininput" : 0.00010000,
    "errors" : ""
}