Nice! congratulations =)
Best posts made by naskel
-
CoinCoin! A crypto currency and pool stats monitor.
Hello :)
I just released a tool called “CoinCoin!” (the sound produced by a duck, in french).
This tool is used to monitor your favorite crypto currency and pool statistics (hashrate / balance)
All information is displayed on your desktop in overlay.The tool is free, it was made for me in the first place, but since it is usefull, I think other people can like it, so i decided to release it to the public as a “free software”.
This is a “conky” like clone on linux (but less powerful, for now)
Limitation of the tool :
Windows 10 x64 only
Not all crypto currency is supported, for now, only FTC, ZEC, LTC, BTC work (or at least partially)Here is some screenshot of “CoinCoin!” in action :
You can download it from the homepage : CoinCoin!
Changelog :
- version : 0.0.3
New:
- added support for selecting your window size
see <Area></Area> section in config.xml
- Added support to resize your image (attribute: w=“” h=“” force=“”)
- added support for currency Novacoin (NVC)
- added support for Khore pool
- added config files monitor, so when you change the config, CoinCoin!
will reload the appropriate file and parse your new entry.
- Double buffered window (no flickering anymore)
- removed pthread support
Fix:
- added a full refresh drawing, not just block area
- Minor fix, this version is more speed, more stable.09/07/2017 :
- version : 0.0.2
New:
- setting format for config.xml
- added support for givemecoin pool (this pool require an api key)
- added support for image (format: png,jpg,gif,bmp,ico) remote or local!
- more intuitive time format (second, better than millisecond)
Fix:
- default time in config.xml08/07/2017 :
- version : 0.0.1
First public release
Feel free to contact me for bug report, feature request, or simply to say : your monitoring tool work ^^- new site look and style : http://coincoin.n-engine.com/
I hope you like it!
Naskel
-
RE: CoinCoin! A crypto currency and pool stats monitor.
Update : new site and released version 0.0.3 :)
-
RE: After update, mining for 24hrs, no ftc sent from my p2pool.
After setup my share diff for every worker, all work well ^^
Thank you @Wellenreiter and @wrapper :) -
RE: Feathercoin Development Fund
Ok, Thanks!
I need to dig about that, later. :) -
N-Engine CryptoCurrency Pool - A multi currency pool server
Hello to all,
I’m pleased to annonce that I have openned a new pool for Feathercoin @ http://pool.n-engine.com
Low fee, nice hardware, fast connection!
Happy mining !
Main Pool url : http://pool.n-engine.com
-
RE: After update, mining for 24hrs, no ftc sent from my p2pool.
Bah… I have no luck at all… so I dont care about lost 24hrs this time… I updated all, and there was a network restart from my router. I think the problem started here.
I doesnt care much to lost 10 coins ;) -
RE: After update, mining for 24hrs, no ftc sent from my p2pool.
well, I lost all my share, but all working again, thank you :)
say “thank you” to wellenreiter too ! ^^ -
RE: After update, mining for 24hrs, no ftc sent from my p2pool.
As I said (no luck), all my share is rejected now.
And there is new error :File “/home/feathercoin/pool/p2pool-neoscrypt/p2pool/main.py”, line 672, in run
reactor.run()
File “/usr/lib/python2.7/dist-packages/twisted/internet/base.py”, line 1194, in run
self.mainLoop()
File “/usr/lib/python2.7/dist-packages/twisted/internet/base.py”, line 1203, in mainLoop
self.runUntilCurrent()
— <exception caught here> —
File “/usr/lib/python2.7/dist-packages/twisted/internet/base.py”, line 825, in runUntilCurrent
call.func(*call.args, **call.kw)
File “/home/feathercoin/pool/p2pool-neoscrypt/p2pool/bitcoin/stratum.py”, line 44, in _send_work
self.other.svc_mining.rpc_set_difficulty(bitcoin_data.target_to_difficulty(x[‘share_target’])*self.wb.net.DUMB_SCRYPT_DIFF).addErrback(lambda err: None)
File “/home/feathercoin/pool/p2pool-neoscrypt/p2pool/bitcoin/data.py”, line 227, in target_to_difficulty
assert 0 <= target and isinstance(target, (int, long)), target
exceptions.AssertionError: 4.82590098964e+70Unhandled Error
Traceback (most recent call last):
File “/home/feathercoin/pool/p2pool-neoscrypt/run_p2pool.py”, line 5, in <module>
main.run()
File “/home/feathercoin/pool/p2pool-neoscrypt/p2pool/main.py”, line 672, in run
reactor.run()
File “/usr/lib/python2.7/dist-packages/twisted/internet/base.py”, line 1194, in run
self.mainLoop()
File “/usr/lib/python2.7/dist-packages/twisted/internet/base.py”, line 1203, in mainLoop
self.runUntilCurrent()
— <exception caught here> —
File “/usr/lib/python2.7/dist-packages/twisted/internet/base.py”, line 825, in runUntilCurrent
call.func(*call.args, **call.kw)
File “/home/feathercoin/pool/p2pool-neoscrypt/p2pool/bitcoin/stratum.py”, line 44, in _send_work
self.other.svc_mining.rpc_set_difficulty(bitcoin_data.target_to_difficulty(x[‘share_target’])*self.wb.net.DUMB_SCRYPT_DIFF).addErrback(lambda err: None)
File “/home/feathercoin/pool/p2pool-neoscrypt/p2pool/bitcoin/data.py”, line 227, in target_to_difficulty
assert 0 <= target and isinstance(target, (int, long)), target
exceptions.AssertionError: 4.82590098964e+70Unhandled Error
Traceback (most recent call last):
File “/home/feathercoin/pool/p2pool-neoscrypt/run_p2pool.py”, line 5, in <module>
main.run()
File “/home/feathercoin/pool/p2pool-neoscrypt/p2pool/main.py”, line 672, in run
reactor.run()
File “/usr/lib/python2.7/dist-packages/twisted/internet/base.py”, line 1194, in run
self.mainLoop()
File “/usr/lib/python2.7/dist-packages/twisted/internet/base.py”, line 1203, in mainLoop
self.runUntilCurrent()
— <exception caught here> —
File “/usr/lib/python2.7/dist-packages/twisted/internet/base.py”, line 825, in runUntilCurrent
call.func(*call.args, **call.kw)
File “/home/feathercoin/pool/p2pool-neoscrypt/p2pool/bitcoin/stratum.py”, line 44, in _send_work
self.other.svc_mining.rpc_set_difficulty(bitcoin_data.target_to_difficulty(x[‘share_target’])*self.wb.net.DUMB_SCRYPT_DIFF).addErrback(lambda err: None)
File “/home/feathercoin/pool/p2pool-neoscrypt/p2pool/bitcoin/data.py”, line 227, in target_to_difficulty
assert 0 <= target and isinstance(target, (int, long)), target
exceptions.AssertionError: 4.82590098964e+70 -
RE: After update, mining for 24hrs, no ftc sent from my p2pool.
remote: Counting objects: 4, done.
remote: Total 4 (delta 3), reused 4 (delta 3), pack-reused 0
Dépaquetage des objets: 100% (4/4), fait.
Depuis https://github.com/wellenreiter01/p2pool-neoscrypt
d40ef80…dad680d master -> origin/master
Mise à jour d40ef80…dad680d
Fast-forward
p2pool/data.py | 2 ±
1 file changed, 1 insertion(+), 1 deletion(-)better update… too fast ? ;))
-
RE: After update, mining for 24hrs, no ftc sent from my p2pool.
stopped pool …
updated :
remote: Counting objects: 5, done.
remote: Total 5 (delta 4), reused 5 (delta 4), pack-reused 0
Dépaquetage des objets: 100% (5/5), fait.
Depuis https://github.com/wellenreiter01/p2pool-neoscrypt
528e0a5…e14e566 adaptive -> origin/adaptive
Already up-to-date.…
restarted
…2017-07-17 18:26:39.391852 > ########################################
2017-07-17 18:26:39.392103 > >>> Warning: A MAJORITY OF SHARES CONTAIN A VOTE FOR AN UNSUPPORTED SHARE IMPLEMENTATION! (v15 with 99% support)
2017-07-17 18:26:39.392256 > An upgrade is likely necessary. Check http://p2pool.forre.st/ for more information.
2017-07-17 18:26:39.392402 > ########################################
2017-07-17 18:26:39.392543 P2Pool: 771 shares in chain (430 verified/773 total) Peers: 6 (0 incoming)
2017-07-17 18:26:39.392677 Local: 111kH/s in last 16.1 seconds Local dead on arrival: ~76.0% (69-82%) Expected time to share: 14.1 hours
2017-07-17 18:26:39.392804 Shares: 0 (0 orphan, 0 dead) Stale rate: ??? Efficiency: ??? Current payout: (0.1361)=0.1361 FTC
2017-07-17 18:26:39.392931 Pool: 29204kH/s Stale rate: 49.8% Expected time to block: 1.2 hourssame error :/
-
RE: After update, mining for 24hrs, no ftc sent from my p2pool.
Well, i think the share is not valid… so I updated to wellenreiter01 pool
now, the pool say :
“A MAJORITY OF SHARES CONTAIN A VOTE FOR AN UNSUPPORTED SHARE IMPLEMENTATION! (v15 with 98% support) An upgrade is likely necessary. Check http://p2pool.forre.st/ for more information.” !! :( -
After update, mining for 24hrs, no ftc sent from my p2pool.
Hello,
there is a strange situation about my p2pool and I don’t know what to think about it.
Here is a screenshot of the current stats :
The problem is the section “Payout Expected”, it say 40 FTC.
And I never get this much in general.
Same for the number of share for 24 hours, the pool say “Shares: 300 total”.In my debug.log I get huge number of error like this :
“ERROR: AcceptToMemoryPool : inputs already spent”Anyone know what is going on ?
feathercoin daemon : v0.9.6.1-ftcit-Standard
p2pool version : 13.4-69-g1593e07Thanks in advance :)