Search content
Sort by

Showing 8 of 8 results by Gautatyr
Post
Topic
Board Skandinavisk
Re: Bitcoin kjøp i Norge
by
Gautatyr
on 22/11/2015, 12:52:02 UTC
Da har jeg tatt en nærmere titt på BTCN sin sikkerhet. Vel det overnevnte er et lite problem ifht andre problemer på siden. Hva skjedde med 2fa komentaren fra bitcoinsnorway? Dette vil løse noe av problemene. Det er også en del filer på serveren dems som må slettes. Disse filene kan utnyttes. Ikke spør meg hvordan, det får ingen andre en Bitcoinsnorway til å få vite av meg.

Om du ikke tror meg, gi meg brukernavnet ditt, så skal jeg gi det en screenshot av dashboardet ditt iløpet av få sekunder.

Tror deg ikke


Er dette fortsatt mulig?

sorry for necromancing.
Post
Topic
Board Mining (Altcoins)
Re: Got 1.21M share on litecoin solo mining, but no blocks.. Please help
by
Gautatyr
on 05/02/2015, 17:33:08 UTC
Just to clarify, when it says the difficulty of Litecoin is 42.4k, does that mean i need a share worth more or equal to 42.k, or do i need a share worth more or equal to 42.4k * 65536?
Post
Topic
Board Mining (Altcoins)
Re: Got 1.21M share on litecoin solo mining, but no blocks.. Please help
by
Gautatyr
on 05/02/2015, 01:18:46 UTC
LOL? Solo mining Litecoin with 200Khash/s

Somebody needs to teach you about probability and difficulty.

You won't find a block with that hash rate. Get on a pool.


Also stop mining Scrypt with GPUs mine X11 instead.




theres too little to be gained on a pool, i'd rather test my luck, and as far as i know, i would have gotten the block with that share if my miner was working properly
Post
Topic
Board Mining (Altcoins)
Re: Got 1.21M share on litecoin solo mining, but no blocks.. Please help
by
Gautatyr
on 05/02/2015, 01:03:45 UTC
You're solo mining with 200KH/s?

Do you get accepted shares when pool mining? Or just rejects?


It's working fine with pool mining, getting alot of accepted. on pools i can even sett the diff for my miners on my pool website, and then i sometimes get high shares, like 1k+

This is scrypt mining (litecoin), so 200KH/s works..
yes but 200kh/s isn't a lot... (compared to litecoin nethashrate), in solo it would take you forever (or a lot of luck) to get a block...
also if you are solo mining (are you ? getting lost), you don't find any share, it just mean one of the hash you generated hash which has a height similar to a ltc block, but that doesn't mean it corresponds to a real block...

yeah, might be lost. but i've been told that if i can get a share above the net diff (43k) then that would mean i would get the block in solo mining?

is that correct?

i have actually several times got high shares in both solo and pool mining, (58.1k, 70k, 430k, 1.21M), so four times, with 200KH/s, and that was just in about 1-2 weeks.

so im wrong if i say that if my setup was correct i would get a block for each those shares, since they are above the diff for litecoin which is 43k?
Post
Topic
Board Mining (Altcoins)
Re: Got 1.21M share on litecoin solo mining, but no blocks.. Please help
by
Gautatyr
on 05/02/2015, 00:53:40 UTC
Your cgminer states you are mining at diff 18.4e :

https://bitcointalk.org/index.php?topic=818057.msg9148441#msg9148441


Indeed, it should be the same as the net diff.

i experimentet with a C code like this:
Code:

unsigned long x = 0;
x--;
printf("%lu\n", x);

unsigned long is 64bit, so when it overflows it becomes ~18.4E
therefore, what i belive - i might be wrong - is that cgminer actually gets an -1 error code when it tries to get the diff, and then it becomes 18.4E

or i might be totally lost..

but it does show a right value  when im mining in a pool..
Post
Topic
Board Mining (Altcoins)
Re: Got 1.21M share on litecoin solo mining, but no blocks.. Please help
by
Gautatyr
on 05/02/2015, 00:31:57 UTC
You're solo mining with 200KH/s?

Do you get accepted shares when pool mining? Or just rejects?


It's working fine with pool mining, getting alot of accepted. on pools i can even sett the diff for my miners on my pool website, and then i sometimes get high shares, like 1k+

This is scrypt mining (litecoin), so 200KH/s works..
Post
Topic
Board Mining (Altcoins)
Re: Got 1.21M share on litecoin solo mining, but no blocks.. Please help
by
Gautatyr
on 04/02/2015, 21:53:34 UTC
you misunderstand, i didn't get a total of 1.21 million shares, i got like a share that was supposted to be 'worth' > the diff of litecoin.

like this
Code:
....Accepted 43k/43k on GPU0...
Post
Topic
Board Mining (Altcoins)
Topic OP
Got 1.21M share on litecoin solo mining, but no blocks.. Please help
by
Gautatyr
on 04/02/2015, 18:37:14 UTC


https://www.dropbox.com/s/lz197wdy8x2qtz7/121Mshare_cropped.png?dl=0

I got no blocks from this, as i understand i need to get the best share above the net diff (43k for litecoin) to get the reward.

(cgminer api): summary:

Code:

Reply was 'STATUS=S,When=1423073473,Code=11,Msg=Summary,Description=litesolocgminerfail|SUMMARY,Elapsed=1414,MHS av=0.20,MHS 5s=0.19,Found Blocks=0,Getworks=140,Accepted=0,Rejected=0,Hardware Errors=0,Utility=0.00,Discarded=23,Stale=0,Get Failures=0,Local Work=0,Remote Failures=0,Network Blocks=12,Total MH=289.1121,Work Utility=172.31,Difficulty Accepted=0.00000000,Difficulty Rejected=0.00000000,Difficulty Stale=0.00000000,Best Share=1205884,Device Hardware%=0.0000,Device Rejected%=0.0000,Pool Rejected%=0.0000,Pool Stale%=0.0000|'
[STATUS] =>
(
   [STATUS] => S
   [When] => 1423073473
   [Code] => 11
   [Msg] => Summary
   [Description] => litesolocgminerfail
)
[SUMMARY] =>
(
   [0] => SUMMARY
   [Elapsed] => 1414
   [MHS av] => 0.20
   [MHS 5s] => 0.19
   [Found Blocks] => 0
   [Getworks] => 140
   [Accepted] => 0
   [Rejected] => 0
   [Hardware Errors] => 0
   [Utility] => 0.00
   [Discarded] => 23
   [Stale] => 0
   [Get Failures] => 0
   [Local Work] => 0
   [Remote Failures] => 0
   [Network Blocks] => 12
   [Total MH] => 289.1121
   [Work Utility] => 172.31
   [Difficulty Accepted] => 0.00000000
   [Difficulty Rejected] => 0.00000000
   [Difficulty Stale] => 0.00000000
   [Best Share] => 1205884
   [Device Hardware%] => 0.0000
   [Device Rejected%] => 0.0000
   [Pool Rejected%] => 0.0000
   [Pool Stale%] => 0.0000
)





stats:

Code:
Reply was 'STATUS=S,When=1423073483,Code=70,Msg=CGMiner stats,Description=litesolocgminerfail|STATS=0,ID=GPU0,Elapsed=1425,Calls=4427,Wait=0.007000,Max=0.001000,Min=0.000000,USB Pipe=0,USB Delay=r0 0.000000 w0 0.000000,USB tmo=0 0|STATS=1,ID=GPU1,Elapsed=1425,Calls=4457,Wait=0.022000,Max=0.002000,Min=0.000000,USB Pipe=0,USB Delay=r0 0.000000 w0 0.000000,USB tmo=0 0|STATS=2,ID=POOL0,Elapsed=1425,Calls=8880,Wait=0.029000,Max=0.002000,Min=0.000000,Pool Calls=139,Pool Attempts=139,Pool Wait=12.023690,Pool Max=0.154009,Pool Min=0.002000,Pool Av=0.120730,Work Had Roll Time=false,Work Can Roll=false,Work Had Expire=false,Work Roll Time=0,Work Diff=2818116738.68741179,Min Diff=2818116738.68741179,Max Diff=2818116738.68741179,Min Diff Count=140,Max Diff Count=140,Times Sent=141,Bytes Sent=6276,Times Recv=141,Bytes Recv=102657,Net Bytes Sent=44629,Net Bytes Recv=129872|'
[STATUS] =>
(
   [STATUS] => S
   [When] => 1423073483
   [Code] => 70
   [Msg] => CGMiner stats
   [Description] => litesolocgminerfail
)
[STATS0] =>
(
   [STATS] => 0
   [ID] => GPU0
   [Elapsed] => 1425
   [Calls] => 4427
   [Wait] => 0.007000
   [Max] => 0.001000
   [Min] => 0.000000
   [USB Pipe] => 0
   [USB Delay] => r0 0.000000 w0 0.000000
   [USB tmo] => 0 0
)
[STATS1] =>
(
   [STATS] => 1
   [ID] => GPU1
   [Elapsed] => 1425
   [Calls] => 4457
   [Wait] => 0.022000
   [Max] => 0.002000
   [Min] => 0.000000
   [USB Pipe] => 0
   [USB Delay] => r0 0.000000 w0 0.000000
   [USB tmo] => 0 0
)
[STATS2] =>
(
   [STATS] => 2
   [ID] => POOL0
   [Elapsed] => 1425
   [Calls] => 8880
   [Wait] => 0.029000
   [Max] => 0.002000
   [Min] => 0.000000
   [Pool Calls] => 139
   [Pool Attempts] => 139
   [Pool Wait] => 12.023690
   [Pool Max] => 0.154009
   [Pool Min] => 0.002000
   [Pool Av] => 0.120730
   [Work Had Roll Time] => false
   [Work Can Roll] => false
   [Work Had Expire] => false
   [Work Roll Time] => 0
   [Work Diff] => 2818116738.68741179
   [Min Diff] => 2818116738.68741179
   [Max Diff] => 2818116738.68741179
   [Min Diff Count] => 140
   [Max Diff Count] => 140
   [Times Sent] => 141
   [Bytes Sent] => 6276
   [Times Recv] => 141
   [Bytes Recv] => 102657
   [Net Bytes Sent] => 44629
   [Net Bytes Recv] => 129872
)

[/code][/code]