@malvino had the same problem, Windows is using some kind of fast shutdown, called hibernation. You have to disable it, then shutdown Windows and then you can mount the drive on Linux.
Look here: http://askubuntu.com/questions/145902/unable-to-mount-windows-ntfs-filesystem-due-to-hibernation
Posts made by Creepsky
-
RE: Plotting on Windows and mining on Linux. Is it possible?posted in Mining & Plotting
-
RE: Mining Questionposted in Help & Support
@PETENICE should be in the same folder as the miner exe in the sub-dir /Logs.
-
RE: Mining Questionposted in Help & Support
@PETENICE you can look into the logfile to find out in which plotfile the deadline was found.
Search forfound deadlineand then at the end of the line is the plotfile. -
RE: Can the blockchain be saved somewhere other than Appdata folder?posted in Help & Support
@woodwood on Windows you can create symlinks, just like on Linux.
You can redirect the whole dir in appdata to your dir on the hdd. -
RE: creepMiner - C++ Burst Miner (based on Uray's Miner)posted in Miner
@popoy17 you just need to add the plot dirs. The miner will find all files inside it.
To add two or more plot dirs set it to"plots" : [ "C:\\Burst\\plots", "D:\\............", "E:\\............" ] -
RE: creepMiner - C++ Burst Miner (based on Uray's Miner)posted in Miner
@popoy17 17 years deadline :D will take a while
but good to know that it is working! :) -
RE: creepMiner - C++ Burst Miner (based on Uray's Miner)posted in Miner
@popoy17 it is mining but you should lower your target deadline a lot. You can find it in the config file under "mining -> targetDeadline". Otherwise you will not see deadlines for a long time :)
The error you posted is ok, it happens sometimes when the wallet is under heavy load. If you look at the green block of lines (last winner) - this data is also from the wallet, so the connection is up.
-
RE: creepMiner - C++ Burst Miner (based on Uray's Miner)posted in Miner
@mr.x
200mb/s is really fast, do you use a ssd for mining?? :D
But really strange that you dont get dls < 2 days. With 8 TB you should see them more than often.In the end it should not matter what miner you use (except of things like efficiency and consumption); the dls are in the plot files and should be found by all miner equally :) seems like the creepminer has a bug somewhere (--> will investigate it, maybe I find something suspicious).
If you dont want to pause your ETH mining, you could plot with a CPU plotter (like XPlotter).
-
RE: creepMiner - C++ Burst Miner (based on Uray's Miner)posted in Miner
@popoy17 sure, you can move your plot files from one place to another. Just be careful and try to avoid duplicate nonces.
-
RE: creepMiner - C++ Burst Miner (based on Uray's Miner)posted in Miner
@popoy17 seems good, its mining :)
wait a little and watch for lines that say that a deadline was found and confirmed. -
RE: creepMiner - C++ Burst Miner (based on Uray's Miner)posted in Miner
@popoy17 that depends on how you want to plot the 10gb :)
lets say you want to plot the nonces 100 - 150 for your account.You could for example do it this way:
plotfile 1: <account_id>_100_10_10 plotfile 2: <account_id>_110_10_10 plotfile 3: <account_id>_120_10_10 plotfile 4: <account_id>_130_10_10 plotfile 5: <account_id>_140_10_10or
plotfile 1: <account_id>_100_50_10There is no difference between these two examples, in the end the nonces 100-150 are what you get.
The optimizer that you can download here are good. You could use
https://forum.burst-team.us/topic/26/plot-optimizer-v1-6-with-gui-1-0-3-j6jq-win or
https://forum.burst-team.us/topic/402/plot_optimizer_1-6-j6jq,
but I'm not sure if they work on a 32 bit system @Blago @luxe? -
RE: creepMiner - C++ Burst Miner (based on Uray's Miner)posted in Miner
@popoy17 is your staggersize 121? the miner excpects a staggersize that is a multiplier of the nonce-count. Can't remember why I did this, maybe because it was easier to code :)
You can for example optimize your plot files what will set your staggersize automatically to the nonce-count.@mr-x wow, thank you so much for your feedback :)
I'm working at the moment on the webinterface. One new feature will be the possibility to change the settings while the miner is running.The cuda part of the miner needs some otimization, still lot of work to do..
-
RE: Raspberry Pi miner?posted in General Discussion
@Burstde wanted to throw in the creepminer. There is an open issue for the ARM version, but unfortunately I don't own a raspberry pi and I had no time for setting up an emulator.
Any help appreciated :) -
RE: creepMiner - C++ Burst Miner (based on Uray's Miner)posted in Miner
@popoy17 change it to
"plots" : [ "C:\\Burst\\x86\\plots" ] -
RE: creepMiner - C++ Burst Miner (based on Uray's Miner)posted in Miner
@popoy17 I saw that you have a problem with missing dlls.
I bundled the 32 bit exe with the wrong dlls. 1.5.2 x32 is now uploaded again with the correct libeay32MD.dll and ssleay32MD.dll. -
RE: Overlapping Plots - How does it happen and how can it be prevented?posted in Mining & Plotting
@yohanip 1 nonce = 4096 scoops, 1 scoop = 64 byte
4096 x 64 byte = 262.144 byte = 256 kbyteA nonce is a chain of hashed scoops (4096), starting with the nonce and account-id.
You can see it on the right side of this diagram (Plotter).It would be possible to compress it, but it would make it really hard for the miners to read the scoops, because every round just a specific scoop needs to be read. Also, because of the nature of compression algorithms (they remove redundancy, and in a plot file there should not be lot of redundancy), the compression of binary data often leads to bigger files.
-
RE: 3Tb neu für 28€ auf Ebay! Zu gut um wahr zu sein?posted in Deutsch
@Daforce hab das Geld nun auch von ebay wieder bekommen.
Der Verkäufer (oder der Hacker des Verkäufer-Accounts, wie auch immer) hat sich bestimmt was schönes gekauft oder macht Urlaub oder sowas :P -
RE: creepMiner - C++ Burst Miner (based on Uray's Miner)posted in Miner
version 1.5.2 is out (changelog is in the first message of this thread).
-
RE: creepMiner - C++ Burst Miner (based on Uray's Miner)posted in Miner
Hi @zefux, thank you for reporting this error!
There is an open issue on github for this bug.
You can download (or compile if you are on Linux) the latest pre-release 1.5.2 to fix it.Please tell me if there is something wrong with the fix.