A few observations and info for posterity
Maybe you should mention on the front page how to look up your lottery results once you've played ie. double-click on the Ticket in the Transactions view.
How long does it take for a draw to take place btw?
I used my dogecoin wallet (after moving all the dogecoin) it also imports the dogecoin transaction history which stays at the top of Recent transactions grayed out. Ugly and harmless, just thought I'd mention it, I'm currently too lazy to copy everything to a new wallet.
I got twice my doge allocation 160LTS (woohoo!) I guess more than 1 dogecoin address above 500 in the same wallet.
The following is only if you compile lottoshares yourself on Linux : You need to import
all the angelshares.txt, bitcoin.txt text files from the release/ directory in the git repo. Otherwise you get the following error if you run lottoshares-qt from a terminal :
lottoshares-qt: src/main.cpp:3080: bool InitBlockIndex(): Assertion `block.hashMerkleRoot == merklerootGenesisBlock' failed.
Quick instructions : copy the bitcoin.txt etc files to the same directory as lottosharesd, tail -f ~/.lottoshares/debug.log to follow progress, run ./lottoshared in its directory, let it do its stuff. Then go and run lottoshares-qt.
I was stuck on a fork at block 2370 lottoshares-qt -reindex didn't fix it I had to remove the chainstate & database directories. This meant I then had to reimport the angelshares.txt, bitcoin.txt etc
I have a bug (or possibly an unintentional feature)
If you select a set of numbers that do not increment ie . 1 2 3 4 5 4 then pressing the Play Ticket button does nothing. I imagine you intend to reorder the numbers sometime and allow the idiot player to continue.
Lastly running from a terminal lottoshares-qt outputs the following :
QMetaObject::connectSlotsByName: No matching signal for on_sweepButton_clicked()
QMetaObject::connectSlotsByName: No matching signal for on_deleteButton_clicked()
Object::connect: No such signal OverviewPage::doubleClicked(QModelIndex)
Object::connect: (sender name: 'OverviewPage')
QMetaObject::connectSlotsByName: No matching signal for on_deleteButton_clicked()
QMetaObject::connectSlotsByName: No matching signal for on_deleteButton_clicked()
QMetaObject::connectSlotsByName: No matching signal for on_deleteButton_clicked()
Something not joined up? System : Fedora 20 x86_64, compiled with non-standard SSL libraries.
small edit for grammar