opus.224
|
|
April 15, 2015, 06:18:54 PM |
|
I was really pissed off of false accusations: Time: 37 Seconds Moves: 88 Now I'm fine! Practise, practise.... I was really pissed off of your words "Practise, practise...." Now I'm fine! Practise, practise.... At least, I gave you a good motivation. Congrats!
|
|
|
|
kondiomir
Legendary
Offline
Activity: 1568
Merit: 1000
Twitter @Acimirov
|
|
April 15, 2015, 06:28:28 PM |
|
Never solve this puzzle! Too difficult for me
|
|
|
|
Spexx
Sr. Member
Offline
Activity: 350
Merit: 250
Mining Co-operative
|
|
April 15, 2015, 06:39:31 PM |
|
The problem you are getting with the file naming is an odd one. When you open a command window and type date /t what do you get back? I suspect it gives you the day as well as the date, in fact I am sure of it. That is the cause of the problem. Do you know anything about that? I do not get the problem on vanilla Windows 32 or 64 bit Ultimate editions, nor indeed XP Pro. It might be something to do with the Windows date/time format - very likely actually - dang! More research .... mutter, mutter, mutter ....
It returned Hopefully that helps a bit. (It looks like it grabbed the proper date and time before, but screwed up with parsing it.) That is really frustrating and I have not seen a similar problem for something like twenty years - and that was somebody else's problem at the time. There is always one! I cannot even reproduce that on any of my machines - nothing I do will make it output the date in that format, so maybe I am missing something but at least that shows me that it is a rare thing. I have been using that code snippet for grabbing the date and using the numbers for something like thirty years. It is used in every bit of software currently available from me for XMG certainly. There are some vague references to this on the Web but the options they refer to are not present on my machines. I can use some extra code to get around it, but I will have to patch literally everything. I have put this issue on my watchlist for Autominer V4 currently under development.
|
|
|
|
Spexx
Sr. Member
Offline
Activity: 350
Merit: 250
Mining Co-operative
|
|
April 15, 2015, 07:38:25 PM |
|
I sent coins to myself at 8 Apr (150XMG), i get 10XMG at 12 Apr, 28 XMG at 13 Apr... Now my weight is 496, net is 51k, expected time : 1day, lol. I guess i have to send myself again, ( but all my coins are together in 1 address already) lol
Well the weight is good in comparison to the balance in the wallet, which is a good sign. I have one wallet here where I sent all my coins to myself on 7th April and the weight is still rising. The weight is now almost three times the balance in the wallet. Expected time to earn reward is 32 minutes and the rewards are coming in roughly that often, but then the balance in that wallet is rather more than yours You should not have to send all your coins to yourself again just yet and you should see the weight continue to rise, but I think that if you want rewards to come in more often you might need some more coins. I am not an expert on the inner workings of the thing and just observe how the wallet behaves, but the smallest balance that I have done tests with is 600 XMG.
|
|
|
|
Arah
Newbie
Offline
Activity: 16
Merit: 0
|
|
April 15, 2015, 08:13:31 PM |
|
well... is there any sence of mining atm? i mean: if you are mining with 100khash/s you'll get about 2 coins per day that's a waste of electricity...
|
|
|
|
111magic
Legendary
Offline
Activity: 1750
Merit: 1005
|
|
April 15, 2015, 08:18:15 PM |
|
|
bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
|
|
|
111magic
Legendary
Offline
Activity: 1750
Merit: 1005
|
|
April 15, 2015, 09:06:04 PM |
|
Random Magic Staking sent!
|
bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
|
|
|
Lightsplasher
|
|
April 15, 2015, 09:14:50 PM |
|
Random Magic Staking sent! Someone sent me a nice tip, magic happens! Thank you somebody! What a great coin and wonderful community!
|
|
|
|
feldenthorne
|
|
April 15, 2015, 09:34:33 PM |
|
That is really frustrating and I have not seen a similar problem for something like twenty years - and that was somebody else's problem at the time. There is always one! I cannot even reproduce that on any of my machines - nothing I do will make it output the date in that format, so maybe I am missing something but at least that shows me that it is a rare thing. I have been using that code snippet for grabbing the date and using the numbers for something like thirty years. It is used in every bit of software currently available from me for XMG certainly. There are some vague references to this on the Web but the options they refer to are not present on my machines. I can use some extra code to get around it, but I will have to patch literally everything. I have put this issue on my watchlist for Autominer V4 currently under development.
It looks like it only happens on one of my computers (and a virtual machine on that computer). It works for my regular desktop, my laptop, and even in my sandbox VMs on other computers. I'll look into catching the exact output string for you (and hopefully a telling non-printable character or something similar) and let you know through PMs if it's any different. At any rate, it looks like an isolated incident, albeit repeatable on that computer. Let me know if you'd like any information about it.
|
|
|
|
Spexx
Sr. Member
Offline
Activity: 350
Merit: 250
Mining Co-operative
|
|
April 15, 2015, 10:15:48 PM Last edit: April 16, 2015, 12:16:57 AM by Spexx |
|
That is really frustrating and I have not seen a similar problem for something like twenty years - and that was somebody else's problem at the time. There is always one! I cannot even reproduce that on any of my machines - nothing I do will make it output the date in that format, so maybe I am missing something but at least that shows me that it is a rare thing. I have been using that code snippet for grabbing the date and using the numbers for something like thirty years. It is used in every bit of software currently available from me for XMG certainly. There are some vague references to this on the Web but the options they refer to are not present on my machines. I can use some extra code to get around it, but I will have to patch literally everything. I have put this issue on my watchlist for Autominer V4 currently under development.
It looks like it only happens on one of my computers (and a virtual machine on that computer). It works for my regular desktop, my laptop, and even in my sandbox VMs on other computers. I'll look into catching the exact output string for you (and hopefully a telling non-printable character or something similar) and let you know through PMs if it's any different. At any rate, it looks like an isolated incident, albeit repeatable on that computer. Let me know if you'd like any information about it. Thanks for that. I was wondering if it was maybe a server version of Windows or something. The Windows command language set has always been deficient in a decent system service for handling time and date strings, so you always have to write your own. No need for you to investigate further. I know what it is doing and have already patched the code to handle it. Latest patched version on link now. Anybody who did not encounter a problem with the previous version does not need this update. I will incorporate this patch into all my other software packages in due course. The Miner Speed Controller renames old log files The PoolStats utility creates historic data files using the same code and will need immediate attention. All Setup files use it too for creating backups of old file versions. Nice little job for a junior programmer
|
|
|
|
Spexx
Sr. Member
Offline
Activity: 350
Merit: 250
Mining Co-operative
|
|
April 15, 2015, 10:38:56 PM |
|
well... is there any sence of mining atm? i mean: if you are mining with 100khash/s you'll get about 2 coins per day that's a waste of electricity... I am using Sweet Spot targeting and wasting less electricity. However tempting it might be to give it up, it is actually vital that smaller miners stick with it and keep sending the message to the big miners that they are in the wrong place. They should be on the Multipool with their huge hashrates and keep it down on the XMG blockchain. That way we can all benefit. Win win all round.
|
|
|
|
feldenthorne
|
|
April 15, 2015, 10:43:23 PM Last edit: April 15, 2015, 11:32:41 PM by feldenthorne |
|
I know what it is doing and have already patched the code to handle it. Latest patched version on link now.
Just ran the updated package to test it - the patch is solid and everything worked without a hitch! Great job, Spexx. Edit: Adding results because they were requested Popup: https://i.imgur.com/3HQViJW.pngAnd the contents of BenchResultMultiplex-04-15-2015-15-39-59-48.txt are: System CPU name : AMD Phenom(tm) II X4 955 Processor System CPU type : 1 Physical CPU(s), 4 Core(s) per CPU, 4 Thread(s) CPU clock speed : 3200.0 MHz Benchmark result : 49.99 Kh/s Hashrate per core: 12.49 Kh/s CPU speed factor : 15.62 hashes/Mcycle Core speed factor: 3.90 hashes/Mcycle/core
|
|
|
|
Spexx
Sr. Member
Offline
Activity: 350
Merit: 250
Mining Co-operative
|
|
April 15, 2015, 11:10:32 PM Last edit: April 16, 2015, 12:00:51 AM by Spexx |
|
I know what it is doing and have already patched the code to handle it. Latest patched version on link now.
Just ran the updated package to test it - the patch is solid and everything worked without a hitch! Great job, Spexx. So where are your results then? Ah I see. Jolly good Nice core speed factor BTW.
|
|
|
|
B.T.Coin
|
|
April 16, 2015, 12:12:15 AM |
|
So where are your results then? I have tried every version so far but no luck It looks as if the CPU doesn't even kick into turbo mode.
|
A fine is a tax you pay for something you did wrong. A tax is a fine you pay for something you did right.
|
|
|
Spexx
Sr. Member
Offline
Activity: 350
Merit: 250
Mining Co-operative
|
|
April 16, 2015, 12:23:41 AM |
|
So where are your results then? I have tried every version so far but no luck It looks as if the CPU doesn't even kick into turbo mode. You too? Even with the very latest version? I have a headache. I expect it did not produce figures.txt. It's weird. It ought to work. The cut-down version of the same code will work on the collected data and give you the result. https://www.dropbox.com/s/4w5rsyosk5kx66f/benchmark-redo.exe but only for the standard benchmark results - not the multiplex.
|
|
|
|
light85bit
Member
Offline
Activity: 99
Merit: 10
|
|
April 16, 2015, 01:07:55 AM |
|
I sent coins to myself at 8 Apr (150XMG), i get 10XMG at 12 Apr, 28 XMG at 13 Apr... Now my weight is 496, net is 51k, expected time : 1day, lol. I guess i have to send myself again, ( but all my coins are together in 1 address already) lol
Well the weight is good in comparison to the balance in the wallet, which is a good sign. I have one wallet here where I sent all my coins to myself on 7th April and the weight is still rising. The weight is now almost three times the balance in the wallet. Expected time to earn reward is 32 minutes and the rewards are coming in roughly that often, but then the balance in that wallet is rather more than yours You should not have to send all your coins to yourself again just yet and you should see the weight continue to rise, but I think that if you want rewards to come in more often you might need some more coins. I am not an expert on the inner workings of the thing and just observe how the wallet behaves, but the smallest balance that I have done tests with is 600 XMG. Thank you Spexx, but i doublt that i can have more XMG, that's all i have. Now i only get 2.5XMG/day. There was times that i got 2.5XMG/hours, but i only managed to mine for a few hours, lol.
|
|
|
|
111magic
Legendary
Offline
Activity: 1750
Merit: 1005
|
|
April 16, 2015, 04:11:33 AM |
|
Random Magic Staking sent! Someone sent me a nice tip, magic happens! Thank you somebody! What a great coin and wonderful community! You are the first who noticed!
|
bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
|
|
|
z0n0
Legendary
Offline
Activity: 1274
Merit: 1006
|
|
April 16, 2015, 04:43:45 AM |
|
|
|
|
|
111magic
Legendary
Offline
Activity: 1750
Merit: 1005
|
|
April 16, 2015, 04:50:21 AM |
|
Is that you on the picture?
|
bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
|
|
|
kondiomir
Legendary
Offline
Activity: 1568
Merit: 1000
Twitter @Acimirov
|
|
April 16, 2015, 06:13:12 AM |
|
Freddy Mercury mate Queen!
|
|
|
|
|