Faktorial
Newbie
Offline
Activity: 9
Merit: 0
|
|
September 19, 2014, 10:03:45 PM |
|
Hi, I just try new C++ miner And can ask you is this correct function? http://s28.postimg.org/s89t2u7hl/screenshot.jpgNote: W7 64-bit, 950 GB generated with GPU btw: I minig on burst pool v2 since Tuesday , but havent receive any payout
|
|
|
|
thispanda
Newbie
Offline
Activity: 40
Merit: 0
|
|
September 20, 2014, 12:27:24 PM |
|
Are the pools working correctly at the moment? Payouts seem low/missing. Also the stats on the website, for sure the number of blocks since payment, are wrong?
|
|
|
|
uray (OP)
|
|
September 20, 2014, 05:24:02 PM |
|
Hi, I just try new C++ miner And can ask you is this correct function? Note: W7 64-bit, 950 GB generated with GPU btw: I minig on burst pool v2 since Tuesday , but havent receive any payout it seems your plots is fucked up, because pool's deadline is different than locally calculated deadline
|
|
|
|
Pilotseye
|
|
September 21, 2014, 09:49:41 AM |
|
with New Native C++ Miner Update 1.0 R3 for some plots I get following info, e.g. plot read done. acc#_4000001_80000_80000 0 noncesis this actually ok or are these plots fckd up?
|
|
|
|
uray (OP)
|
|
September 21, 2014, 09:01:25 PM |
|
with New Native C++ Miner Update 1.0 R3 for some plots I get following info, e.g. plot read done. acc#_4000001_80000_80000 0 noncesis this actually ok or are these plots fckd up? are you mining while generating plot? or generating is done? a while ago, i did mining while generating it shows 0 nonce, and then i restart the miner, then it read the nonces, and then its no problem generating while mining. and also check if the miner has read access to the file, maybe try with administrator priviledge first
|
|
|
|
theprofileth
Full Member
Offline
Activity: 239
Merit: 100
Socialist Cryptocurrency Devote
|
|
September 22, 2014, 02:41:38 AM |
|
What we really need is a p2pool for burst or something like that
|
|
|
|
Pilotseye
|
|
September 22, 2014, 06:18:58 AM |
|
with New Native C++ Miner Update 1.0 R3 for some plots I get following info, e.g. plot read done. acc#_4000001_80000_80000 0 noncesis this actually ok or are these plots fckd up? are you mining while generating plot? or generating is done? a while ago, i did mining while generating it shows 0 nonce, and then i restart the miner, then it read the nonces, and then its no problem generating while mining. and also check if the miner has read access to the file, maybe try with administrator priviledge first the plots are actually generated already, but processed with merge / optimize tool, so maybe that causes problems?
|
|
|
|
Faktorial
Newbie
Offline
Activity: 9
Merit: 0
|
|
September 22, 2014, 09:58:29 PM |
|
it seems your plots is fucked up, because pool's deadline is different than locally calculated deadline Yae, I delete them and now genereating new with CPU.But when I run new C miner twice (on different PC but 1 address) I see in miners diffrent confirmed deadline and on pool also see different deadline , its correct(sometimes its same)? or its better use for one miner one address?. And please can you tell me what is means the last number(third, also someone have there dashes) in current round shares?
|
|
|
|
uray (OP)
|
|
September 22, 2014, 10:05:20 PM |
|
Hi, I just try new C++ miner And can ask you is this correct function? Note: W7 64-bit, 950 GB generated with GPU btw: I minig on burst pool v2 since Tuesday , but havent receive any payout it seems your plots is fucked up, because pool's deadline is different than locally calculated deadline Yae, I delete them and now genereating new with CPU.But when I run new C miner twice (on different PC but 1 address) I see in miners diffrent confirmed deadline and on pool also see different deadline , its correct(sometimes its same)? or its better use for one miner one address?. And please can you tell me what is means the last number(third, also someone have there dashes) in current round shares? it should have same deadline on pool and on your miner, and on your miner's confirmed deadline message current roundshare line is <account-RS> <current round best deadline> <current-share-value> <burst-balance>
all roundshare line is <account-RS> <all round-best-deadline> <all round share value> [<number of blocks since last payment>]
|
|
|
|
Prelude
Legendary
Offline
Activity: 1596
Merit: 1000
|
|
September 24, 2014, 04:25:05 AM |
|
uray, your new miner is nice, but uses a huge amount of RAM. Normal? Is there any way to limit usage?
|
|
|
|
uray (OP)
|
|
September 24, 2014, 04:26:19 AM |
|
uray, your new miner is nice, but uses a huge amount of RAM. Normal? Is there any way to limit usage? use small stagger size 4096 or 8192
|
|
|
|
Prelude
Legendary
Offline
Activity: 1596
Merit: 1000
|
|
September 24, 2014, 04:43:23 AM Last edit: September 24, 2014, 05:26:00 AM by Prelude |
|
uray, your new miner is nice, but uses a huge amount of RAM. Normal? Is there any way to limit usage? use small stagger size 4096 or 8192 Hmmm. Can't do that now, all plots are optimized already. Guess I'll have to use dcct's miner in a VM, it barely uses any RAM. His latest version works just as well as yours on your pool I imagine? Just to compare, dcct's miner uses only 30MB of RAM compared to 10GB for your miner, reading 20TB across 7 drives.
|
|
|
|
pimytron
Newbie
Offline
Activity: 55
Merit: 0
|
|
September 24, 2014, 08:43:18 AM |
|
your pool fails every day
Block 9824 ?
|
|
|
|
pimytron
Newbie
Offline
Activity: 55
Merit: 0
|
|
September 24, 2014, 08:56:46 AM |
|
your pool fails every day
Block 9824 ?
Now it works fine. Tomorrow another time.
|
|
|
|
uray (OP)
|
|
September 25, 2014, 10:13:57 PM |
|
New Native C++ Miner Update 1.1 R4binaries and source available here : https://github.com/uraymeiviar/burst-miner/releasesfor osx, linux64 and win64 - capable to read large stagger plot, with manual limit option on memory usage
- Fix thread race condition, which reported to less nonce read
- add option of buffer size (MB) in mining.conf to limit memory usage
|
|
|
|
sscott1958
Newbie
Offline
Activity: 11
Merit: 0
|
|
September 26, 2014, 07:37:17 AM |
|
What the heck does "Balance" refer to?
I get some number listed in that column and then the round number goes to 1 and the amount disappears but no payout occurs. I have 5+TB mining and I get a few hundred Burst a day. What is going on?
|
|
|
|
Pilotseye
|
|
September 26, 2014, 08:06:15 AM |
|
New Native C++ Miner Update 1.1 R4binaries and source available here : https://github.com/uraymeiviar/burst-miner/releasesfor osx, linux64 and win64 - capable to read large stagger plot, with manual limit option on memory usage
- Fix thread race condition, which reported to less nonce read
- add option of buffer size (MB) in mining.conf to limit memory usage
Works fine for me - Thanks
|
|
|
|
ticote
Newbie
Offline
Activity: 46
Merit: 0
|
|
September 26, 2014, 10:07:37 AM |
|
My account isn't visible on the network yet and I would like to mine on this pool could someone please send me 1 burst, thanks!
BURST-58CT-89R9-WFQ6-DPRG3
|
|
|
|
|
Yanakitu Tenatako
|
|
September 28, 2014, 12:41:24 PM |
|
I am also missing payouts, something is wrong. I mean I get some burst, but those are for peanuts, 8tb getting like 500 burst a day.
|
|
|
|
|