nanning
Newbie
Offline
Activity: 12
Merit: 0
|
|
October 14, 2014, 01:03:21 PM |
|
bump Have been looking forward to this for quite a few months..
Bittrex Poloniex cryptsy (external exchange group): 90479446 B P C 外网炒币群: 90479446
|
|
|
|
chris190
Legendary
Offline
Activity: 1059
Merit: 1000
|
|
October 15, 2014, 12:41:01 PM |
|
with an i7 3770K "solo mining", how much i can get in 24 hours? thanks
|
|
|
|
gatra (OP)
|
|
October 15, 2014, 01:03:06 PM |
|
Hi,
Anyone having issues with the block chain? My desktop client (0.9.2) has been stuck on block 139845 (~3 days old) for a few days (this isn't being slow, just being stuck).
My mining wallet (0.9.2 on linux) is nice and current (but its been up to date for months).
I ask as I don't really don't want to download it all over again to potentially hit the same "bad block".
Regards,
-- bsunau7
Hi! I found that the qt client sometimes get stuck (in RICs defense, bitcoin's wallet does the same once in a while), but after closing and restarting it then it continues. If it's totally stuck you can run with -debug and send me the log file (you may want to look at it and remove any sensitive info). btw, let's test the superblocks: how many blocks do you see on testnet?
|
|
|
|
gatra (OP)
|
|
October 15, 2014, 01:14:59 PM |
|
thanks! I did study a bit of quantum computing but the paper on entanglement in the primes is too much for me... I'll ask for help from a Physicist, and then a Physician (for the headache )
|
|
|
|
bsunau7
Member
Offline
Activity: 114
Merit: 10
|
|
October 15, 2014, 01:37:19 PM |
|
Hi! I found that the qt client sometimes get stuck (in RICs defense, bitcoin's wallet does the same once in a while), but after closing and restarting it then it continues. If it's totally stuck you can run with -debug and send me the log file (you may want to look at it and remove any sensitive info).
btw, let's test the superblocks: how many blocks do you see on testnet?
I did restart no joy; I'll fire up another windows VM and sync a new wallet from there and see if it sorts itself out. On testnet I see: riecoin-dev@ubu-rie01:~$ riecoind getinfo { "version" : 90200, "protocolversion" : 10070001, "walletversion" : 60000, "balance" : 43200.00000000, "blocks" : 5487, "timeoffset" : 0, "connections" : 1, "proxy" : "", "difficulty" : 304.00000000, "testnet" : true, "keypoololdest" : 1413311859, "keypoolsize" : 101, "paytxfee" : 0.00000000, "relayfee" : 0.00001000, "errors" : "" }
I'll avoid testing for memory leaks for a while so 5550 should be a safe target. Just let me know when the code is downloadable and I'll rebuild. Regards, -- bsunau7
|
|
|
|
vancsj
Member
Offline
Activity: 85
Merit: 10
|
|
October 15, 2014, 03:41:13 PM |
|
with an i7 3770K "solo mining", how much i can get in 24 hours? thanks about 25coins
|
RIC solo mining with XPT miner @ zjuer.net:10034
|
|
|
chris190
Legendary
Offline
Activity: 1059
Merit: 1000
|
|
October 15, 2014, 04:07:53 PM |
|
with an i7 3770K "solo mining", how much i can get in 24 hours? thanks about 25coins thanks!
|
|
|
|
cinnamon_carter
Legendary
Offline
Activity: 1148
Merit: 1018
It's about time -- All merrit accepted !!!
|
|
October 15, 2014, 11:22:16 PM |
|
Please let me know what kind of miner you are using, this seems quite unrealistic for solo or pool mining in 24 hours / in fact I don't believe it. As for 9.2 client sticking, I have to admit I have a version of it installed but am still working mostly off the older 8.7 build and only used 9.2 a few times. I know this is against Gatra's advice but honestly I am more comfortable with the older codebase and since I am not solomining it has no impact on my performance. I find the 8.7 client after firiing up takes a little while to connect to some nodes but if you are patient it has never failed me yet and always gets many connections and synchs up to the network after a short while. with an i7 3770K "solo mining", how much i can get in 24 hours? thanks about 25coins thanks!
|
Check out my coin Photon Merge Mine 5 other Blake 256 coins - 6x your hash power https://www.blakecoin.org/The obvious choice is not always the best choice. LOOK DEEPER - Look into the Blake 256 Family -- CC
|
|
|
vancsj
Member
Offline
Activity: 85
Merit: 10
|
|
October 16, 2014, 02:24:55 AM |
|
Please let me know what kind of miner you are using, this seems quite unrealistic for solo or pool mining in 24 hours / in fact I don't believe it.
As for 9.2 client sticking, I have to admit I have a version of it installed but am still working mostly off the older 8.7 build and only used 9.2 a few times.
I know this is against Gatra's advice but honestly I am more comfortable with the older codebase and since I am not solomining it has no impact on my performance. I find the 8.7 client after firiing up takes a little while to connect to some nodes but if you are patient it has never failed me yet and always gets many connections and synchs up to the network after a short while.
I'm running gatra's v14 XPT miner, with my own server side for solo mining.
|
RIC solo mining with XPT miner @ zjuer.net:10034
|
|
|
vancsj
Member
Offline
Activity: 85
Merit: 10
|
|
October 16, 2014, 02:26:58 AM |
|
I'm running gatra's v14 XPT miner, with my own server side for solo mining.
If you're intersted, see my signature. I've been promoting my solo mining server, but it seems that no one is interested lol.
|
RIC solo mining with XPT miner @ zjuer.net:10034
|
|
|
bsunau7
Member
Offline
Activity: 114
Merit: 10
|
|
October 18, 2014, 12:45:11 PM |
|
Another version of my little arm miner... https://mega.co.nz/#F!6Y8ywRoZ!5ogMJEc2Teq5ckt9WClNpgI'll upload code sometime soon, it needs a little clean up (removed some files and renamed others). Biggest changes: - Moved from a pn23 to a pn31 primorial base.
- Up'ed streams per thread from 16 to 32.
- Replaced some lookups with in-line calculations.
- Removed data hazards out of the ASM where I could.
- Re-ordered code to hide pipeline latency and keep both the ARM and NEON pipelines as full as possible.
Gets me about a 18% increase in performance; it can generate a testnet block every 100 seconds or so. Regards, -- bsunau7
|
|
|
|
Robin37s
Member
Offline
Activity: 124
Merit: 10
|
|
October 18, 2014, 12:48:10 PM |
|
any good news for ric now?
|
|
|
|
m4xp0w3r7
|
|
October 18, 2014, 01:32:10 PM |
|
Caun you upload compiled version? Another version of my little arm miner... https://mega.co.nz/#F!6Y8ywRoZ!5ogMJEc2Teq5ckt9WClNpgI'll upload code sometime soon, it needs a little clean up (removed some files and renamed others). Biggest changes: - Moved from a pn23 to a pn31 primorial base.
- Up'ed streams per thread from 16 to 32.
- Replaced some lookups with in-line calculations.
- Removed data hazards out of the ASM where I could.
- Re-ordered code to hide pipeline latency and keep both the ARM and NEON pipelines as full as possible.
Gets me about a 18% increase in performance; it can generate a testnet block every 100 seconds or so. Regards, -- bsunau7
|
|
|
|
bsunau7
Member
Offline
Activity: 114
Merit: 10
|
|
October 19, 2014, 03:52:46 AM |
|
Caun you upload compiled version? Binary in the original link. Don't expect it to be fast however, just faster than it was. -- bsunau7
|
|
|
|
aamarket
|
|
October 20, 2014, 12:32:01 PM |
|
.... which means really slow sorry, my fault, did not have much time to look at the ARM and RIC recently ...
|
IMPORTANT:http://bitcointalk.org/index.php?topic=177133.0,Tips welcome BTC:1AAMARKETmJvfjDwEFmhyYYwfre7ZFVseP RIC:RGnX6LcJrsVEuYeySDDxkmH7AjRqoprcKt
|
|
|
|
bsunau7
Member
Offline
Activity: 114
Merit: 10
|
|
October 21, 2014, 12:40:39 PM |
|
Edit: Oh!
|
|
|
|
vancsj
Member
Offline
Activity: 85
Merit: 10
|
|
October 22, 2014, 05:36:17 AM |
|
|
RIC solo mining with XPT miner @ zjuer.net:10034
|
|
|
Atomicat
Legendary
Offline
Activity: 952
Merit: 1002
|
|
October 23, 2014, 06:10:46 AM |
|
Hey kids. So why is it that I'm always embarrassed about asking simple questions? Don't answer that, it's a simple question. I just saw the latest 64 builds in all their variety and wanted to make sure I was running the version optimized for the latest AMD architecture. Obviously the "xptminer_k10_cphr-g1" version is for K10, but is there specifically one for the FX-8350 or bulldozer/piledriver architecture? Is there a limit to the -s parameter, either in coding or effectiveness. I've tried up to -s 1600000000 but haven't noticed any improvement however I'm not too familiar with interpreting the output from the miner program. Would someone be so kind as to give me a quick rundown on what's being shown here? How do these numbers compare? I'm running 8 cores (7+1) and a pretty vanilla 4.8Ghz overclock, not pushing ram or bus speeds. Thanks in advance.
|
|
|
|
Ellieo
Member
Offline
Activity: 60
Merit: 10
|
|
October 23, 2014, 09:06:05 AM |
|
Hey kids. So why is it that I'm always embarrassed about asking simple questions? Don't answer that, it's a simple question. I just saw the latest 64 builds in all their variety and wanted to make sure I was running the version optimized for the latest AMD architecture. Obviously the "xptminer_k10_cphr-g1" version is for K10, but is there specifically one for the FX-8350 or bulldozer/piledriver architecture? Is there a limit to the -s parameter, either in coding or effectiveness. I've tried up to -s 1600000000 but haven't noticed any improvement however I'm not too familiar with interpreting the output from the miner program. Would someone be so kind as to give me a quick rundown on what's being shown here? How do these numbers compare? I'm running 8 cores (7+1) and a pretty vanilla 4.8Ghz overclock, not pushing ram or bus speeds. Thanks in advance. Getting as big as possible on 4Ch/s if you are comparing versions of xptminer or optimizing your mining hardware. It takes awhile for 4Ch/s to stabilize before you could come to any conclusion assuming the difficulty didn't vary much while 4Ch/s stabilized. The 4Ch/s varies indirectly with difficulty. I've tried various setting on -s but didn't notice any difference in performance on my system limited to 8GB only. I think the "-s" stands for sieve size on RAM for mining the sextuplet prime constellation. Larger sieve size definitely gives better chance of finding the prime.
|
|
|
|
|