organofcorti
Donator
Legendary
Offline
Activity: 2058
Merit: 1007
Poor impulse control.
|
|
July 19, 2011, 04:37:33 PM |
|
I made a personal bitHopper fork with following features - Database logging for share / accept / reject per pool (you can plot chart with it) - choose better backup pool (by accept rate) - can use bitcoins.lc - can use bitp.it - can use nofeemining - can use polmine - more stability sample output : [15:30:53] RPC request [0701ab32] submitted to triplemining.com [15:30:56] Share > mtred : 2,243,450 [15:30:57] Share > bitp : 1,598,426 [15:30:57] Share > rfc : 1,497,127 [15:30:58] RPC request [C2ACD81D] submitted to triplemining.com [15:30:58] Share > triple : 406,166 | 1860/1918 = 96.98% [15:31:02] bitp est : 0.194754 / 0.97x chance [15:31:02] mtr est : 0.023602 / 0.69x chance [15:31:07] RPC request [8e755cdd] submitted to triplemining.com [15:31:08] RPC request [3dc60e5b] submitted to triplemining.com [15:31:17] RPC request [216c2f17] submitted to triplemining.com [15:31:19] RPC request [4c31a023] submitted to triplemining.com [15:31:28] RPC request [b6dec09c] submitted to triplemining.com [15:31:37] RPC request [babe1f8b] submitted to triplemining.com [15:31:40] RPC request [5d8ff1ce] submitted to triplemining.com [15:31:44] RPC request [8b227624] submitted to triplemining.com [15:31:46] RPC request [3ea80c42] submitted to triplemining.com [15:31:49] RPC request [8735bf91] submitted to triplemining.com [15:31:51] RPC request [23d281bc] submitted to triplemining.com [15:31:53] Share > bitp : 1,599,105 [15:31:53] Share > bclc : 1,995,181 | 124/130 = 95.38% [15:31:54] RPC request [4a0f6eae] submitted to triplemining.com [15:31:55] Share > triple : 408,124 | 1873/1931 = 97.00% [15:32:02] RPC request [48309b81] submitted to triplemining.com [15:32:06] RPC request [9fe53cb2] submitted to triplemining.com [15:32:07] RPC request [b56ec3e3] submitted to triplemining.com [15:32:10] RPC request [a3eda037] submitted to triplemining.com [15:32:26] RPC request [6ad31475] submitted to triplemining.com [15:32:29] RPC request [ee675c93] submitted to triplemining.com [15:32:31] RPC request [3987a0d6] submitted to triplemining.com
Try at your own risk https://github.com/ryouiki/bitHopper(you must edit password.py as usual) Great, like the ability to see stales. But it wont change over to polmine, even when it has lowest shares. Any ideas?
|
|
|
|
joulesbeef
Sr. Member
Offline
Activity: 476
Merit: 250
moOo
|
|
July 19, 2011, 04:44:20 PM |
|
I've been nearly always at bitcoin.lc with yours ryouiki, where they messing with the stats or delaying them to make us mine there?
or did we just diable them cause they were banned multiclone?
|
mooo for rent
|
|
|
ryouiki
Newbie
Offline
Activity: 33
Merit: 0
|
|
July 19, 2011, 04:53:38 PM |
|
Great, like the ability to see stales. But it wont change over to polmine, even when it has lowest shares. Any ideas?
check if it's 'role':'info' mode
|
|
|
|
kbsbtc
Newbie
Offline
Activity: 53
Merit: 0
|
|
July 19, 2011, 06:18:39 PM |
|
Great, like the ability to see stales. But it wont change over to polmine, even when it has lowest shares. Any ideas?
check if it's 'role':'info' mode If you pulled it off the git just now you gotta change the role like ryouiki said.
|
|
|
|
koopa
Member
Offline
Activity: 61
Merit: 10
|
|
July 19, 2011, 06:34:51 PM |
|
Hi Ryouki, Thanks for the latest bithopper update (ryouiki-bitHopper-c6d4adb), great to see more pools are now hopable. However, your latest update doesn't run for me at all; gives the following error: Traceback (most recent call last): File "C:\path\to\bithopper\ryouiki-bitHopper-c6d4adb\bitHopper.py", line 9, in <module> import stats File "C:\path\to\bithopper\ryouiki-bitHopper-c6d4adb\stats.py", line 6, in <module> import pool File "C:\path\to\bithopper\ryouiki-bitHopper-c6d4adb\pool.py", line 30 'api_address':'https://www.triplemining.com/stats', 'role':'mine' }, ^ SyntaxError: invalid syntax I had downloaded your previous version (ryouiki-bitHopper-869eff2) which runs just fine. Thanks.
|
|
|
|
Clipse
|
|
July 19, 2011, 06:37:00 PM |
|
check pool.py, after the penalty entries there is a few "," missing.
|
...In the land of the stale, the man with one share is king... >> ClipseWe pay miners at 130% PPS | Signup here : Bonus PPS Pool (Please read OP to understand the current process)
|
|
|
ryouiki
Newbie
Offline
Activity: 33
Merit: 0
|
|
July 19, 2011, 06:45:02 PM Last edit: July 19, 2011, 06:57:42 PM by ryouiki |
|
Hi Ryouki, Thanks for the latest bithopper update (ryouiki-bitHopper-c6d4adb), great to see more pools are now hopable. However, your latest update doesn't run for me at all; gives the following error: Traceback (most recent call last): File "C:\path\to\bithopper\ryouiki-bitHopper-c6d4adb\bitHopper.py", line 9, in <module> import stats File "C:\path\to\bithopper\ryouiki-bitHopper-c6d4adb\stats.py", line 6, in <module> import pool File "C:\path\to\bithopper\ryouiki-bitHopper-c6d4adb\pool.py", line 30 'api_address':'https://www.triplemining.com/stats', 'role':'mine' }, ^ SyntaxError: invalid syntax I had downloaded your previous version (ryouiki-bitHopper-869eff2) which runs just fine. Thanks. current version (be477e0) would be fine. this version also provides web stat page similar to flower's mod ( see stats in http://localhost:8337/current/index.html ) http://f.cl.ly/items/2T443u3g0I2x0k0H3l25/Image%202011-07-20%20at%203.56.32%20AM.png
|
|
|
|
koopa
Member
Offline
Activity: 61
Merit: 10
|
|
July 19, 2011, 06:46:08 PM |
|
check pool.py, after the penalty entries there is a few "," missing.
Thanks Clipse, found there were four missing instances of "," after penalty in pool.py. Corrected and now it's working fine. Ryouki, if you can do the honors and update pool.py in github - cheers. *Edit - I see you have changed it just as I was posting, now with the addition of stats, perfect, thanks again!
|
|
|
|
kbsbtc
Newbie
Offline
Activity: 53
Merit: 0
|
|
July 19, 2011, 06:47:56 PM |
|
check pool.py, after the penalty entries there is a few "," missing.
Thanks Clipse, found there were four missing instances of "," after penalty in pool.py. Corrected and now it's working fine. Ryouki, if you can do the honors and update pool.py in github - cheers. He already did and added a web stat page!
|
|
|
|
hawks5999
|
|
July 19, 2011, 07:24:36 PM |
|
|
■ ▄▄▄ ■ ███ ■ ■ ■ LEDGER WALLET ████ ■■■ ORDER NOW! ■■■ LEDGER WALLET Smartcard security for your BTCitcoins ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ Decentralized. Open. Secure.
|
|
|
muyoso
Member
Offline
Activity: 84
Merit: 10
|
|
July 19, 2011, 07:44:04 PM |
|
why is triple lagging ?
It was doing it for me to. I had the server set to eu2.triplemining.com. Change it to eu1.triplemining.com and it has been perfect for me. Whatever one you have set, try the other one to see if its better.
|
I drink it up!
|
|
|
ed64
Newbie
Offline
Activity: 42
Merit: 0
|
|
July 19, 2011, 07:54:44 PM |
|
Nice fork, I've added bitcoinpool.com as well https://github.com/echiu64/bitHopperEd Hi Ryouki, Thanks for the latest bithopper update (ryouiki-bitHopper-c6d4adb), great to see more pools are now hopable. However, your latest update doesn't run for me at all; gives the following error: Traceback (most recent call last): File "C:\path\to\bithopper\ryouiki-bitHopper-c6d4adb\bitHopper.py", line 9, in <module> import stats File "C:\path\to\bithopper\ryouiki-bitHopper-c6d4adb\stats.py", line 6, in <module> import pool File "C:\path\to\bithopper\ryouiki-bitHopper-c6d4adb\pool.py", line 30 'api_address':'https://www.triplemining.com/stats', 'role':'mine' }, ^ SyntaxError: invalid syntax I had downloaded your previous version (ryouiki-bitHopper-869eff2) which runs just fine. Thanks. current version (be477e0) would be fine. this version also provides web stat page similar to flower's mod ( see stats in http://localhost:8337/current/index.html ) http://f.cl.ly/items/2T443u3g0I2x0k0H3l25/Image%202011-07-20%20at%203.56.32%20AM.png
|
|
|
|
ryouiki
Newbie
Offline
Activity: 33
Merit: 0
|
|
July 19, 2011, 08:03:18 PM |
|
|
|
|
|
msb8r
|
|
July 19, 2011, 08:15:32 PM |
|
latest version provides interactive penalty manipulation. have fun What effect does the penalty have?
|
|
|
|
ryouiki
Newbie
Offline
Activity: 33
Merit: 0
|
|
July 19, 2011, 08:20:08 PM |
|
What effect does the penalty have?
Round Shares are counted as [Round Shares * penalty] Increasing penalty -> faster hopping out from the pool
|
|
|
|
hawks5999
|
|
July 19, 2011, 08:24:21 PM |
|
ry fork: free Dyndns with natted IP: free iPhone data plan: $30 Monitoring your bithopper from traffic court: Priceless! Funny note: iPhone predictive wanted to turn bithopper into virginity.
|
■ ▄▄▄ ■ ███ ■ ■ ■ LEDGER WALLET ████ ■■■ ORDER NOW! ■■■ LEDGER WALLET Smartcard security for your BTCitcoins ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ Decentralized. Open. Secure.
|
|
|
msb8r
|
|
July 19, 2011, 08:32:19 PM |
|
What effect does the penalty have?
Round Shares are counted as [Round Shares * penalty] Increasing penalty -> faster hopping out from the pool Very nice. Think I might have to give your version a try
|
|
|
|
paraipan
In memoriam
Legendary
Offline
Activity: 924
Merit: 1004
Firstbits: 1pirata
|
|
July 19, 2011, 08:34:27 PM |
|
my donations go to c00w and ryouik, this is a team work
|
BTCitcoin: An Idea Worth Saving - Q&A with bitcoins on rugatu.com - Check my rep
|
|
|
muyoso
Member
Offline
Activity: 84
Merit: 10
|
|
July 19, 2011, 08:40:56 PM |
|
Round Shares are counted as [Round Shares * penalty]
Increasing penalty -> faster hopping out from the pool
I hope this isn't a stupid question, but why would you want to jump out of a pool faster?
|
I drink it up!
|
|
|
Clipse
|
|
July 19, 2011, 08:42:17 PM |
|
What effect does the penalty have?
Round Shares are counted as [Round Shares * penalty] Increasing penalty -> faster hopping out from the pool Could you add a pool hashrate counter aswell, would be nice in to increase penalty if I see pool hashrate dropped.
|
...In the land of the stale, the man with one share is king... >> ClipseWe pay miners at 130% PPS | Signup here : Bonus PPS Pool (Please read OP to understand the current process)
|
|
|
|