Open mtompkins opened 6 years ago
Can you explain a bit more the workflow (regarding block status) you have in mind ?
Sure, so right now when a block is found it is posted to the results page and your script properly scrapes it and announces it to Discord. Some blocks, as you know, are orphans (worthless). An example is Verge (XVG) which has about a 20%+ orphan rate at this time.
I would likely give the user one of a couple configs settings -
immature
(do price lookup) or orphan
(do nothing) when knownimmature
blocksBtw, you might be interested in a second project I started:
https://github.com/eLvErDe/generate-cryptocoin-wallet-deb-package
It builds proper Debian/Ubuntu packages for various coins, with complete systemd integration, logrotate etc.... I also made available the resulting packages directly on a Debian repository: http://packages.le-vert.net/cryptocoin/
And if you want, you may request additional coin, I'll do.
Thanks - I use Arch so I don't deb. When I did, I fell in love with fpm
. But interesting project, good luck with it!
Perhaps wait a little while to understand if the block is an
orphan
and then post to discord? I'm not sure if it is something interesting but may be a nice touch to manage payment expectations.