Pages:
Author

Topic: [ANN][RVC] / RevoCoin / POS - POW / 10,000kh miner limit / LAUNCH 22-07 - page 78. (Read 133063 times)

legendary
Activity: 2198
Merit: 1000
says 3.4GH/s nethashrate and i am counting ~1.7.

edit: now 4
hmm indeed strange..

watch the blocks..
seems all there.

The daemon is probably just a bit unsure about nethashrate itself ;-)
lol, that's a vey high tech analysis  Wink j/k ya know,,, keep up the good work
legendary
Activity: 2688
Merit: 1240
says 3.4GH/s nethashrate and i am counting ~1.7.

edit: now 4
hmm indeed strange..

watch the blocks..
seems all there.

The daemon is probably just a bit unsure about nethashrate itself ;-)
full member
Activity: 380
Merit: 100
Community Manager - Blockchain analyst
(not) surprisingly, after the "missing" blocks were pointed out the difficulty dropped

block 277 = diff 28
block 285 = diff 16



the 3 pool hash rate is very stable at around 1.3 GH, how do the diff change by 80%?

I checked the net hash right when the missing blocks were posted and there was about 800 MH/s not account for in the pools.
thx for the check, it seem there are something going on when i caught them
I believe ocminer is honest, not sure about others.

we will see with the block explorer where they are, i'm still monitoring the blocks and did not see anything suspicious anymore

thx, ocminer, for your time on the monitoring, it seems they see we caught them.
by the way, can you check the reward structure in the source? the op is very confusing..


Sure:

Code:
/ miner's coin base reward
int64_t GetProofOfWorkReward(int64_t nFees)
{
    int64_t nSubsidy = 500 * COIN;

         if(pindexBest->nHeight ==  1)
     {
         nSubsidy = 2500000 * COIN;
     }
         else if(pindexBest->nHeight < 120)
     {
         nSubsidy = 0 * COIN;
     }
         else if(pindexBest->nHeight < 720)
     {
         nSubsidy = 1000 * COIN;
     }
         else if(pindexBest->nHeight < 1440)
     {
         nSubsidy = 500 * COIN;
     }
         else if(pindexBest->nHeight < 2160)
     {
         nSubsidy = 1500 * COIN;
     }
         else if(pindexBest->nHeight < 2880)
     {
         nSubsidy = 500 * COIN;
     }

         else if(pindexBest->nHeight < 3600)
     {
         nSubsidy = 10000 * COIN;
     }

         else if(pindexBest->nHeight < 4320)
     {
         nSubsidy = 500 * COIN;
     }


         else if(pindexBest->nHeight < 5040)
     {
         nSubsidy = 2000 * COIN;
     }


         else if(pindexBest->nHeight < 5760)
     {
         nSubsidy = 500 * COIN;
     }


         else if(pindexBest->nHeight < 6480)
     {
         nSubsidy = 2500 * COIN;
     }


         else if(pindexBest->nHeight < 7200)
     {
         nSubsidy = 500 * COIN;
     }


         else if(pindexBest->nHeight < 7920)
     {
         nSubsidy = 3000 * COIN;
     }

         else if(pindexBest->nHeight < 8640)
     {
         nSubsidy = 500 * COIN;
     }




Hm, what happened with



from the ANN? -.- And how do you plan to achieve changing the PoW timeframe after mining has started? (the market demand condition)
hero member
Activity: 848
Merit: 500
says 3.4GH/s nethashrate and i am counting ~1.7.

edit: now 4
hmm indeed strange..

watch the blocks..
seems all there.
legendary
Activity: 2688
Merit: 1240
says 3.4GH/s nethashrate and i am counting ~1.7.

edit: now 4

hmm indeed strange..

watch the blocks..
sr. member
Activity: 364
Merit: 250
says 3.4GH/s nethashrate and i am counting ~1.7.

Whoa, net hash is taking off now.  Over 4GH/s.
hero member
Activity: 848
Merit: 500
says 3.4GH/s nethashrate and i am counting ~1.7.

edit: now 4
hero member
Activity: 868
Merit: 1000
What does this mean?

You have exceeded the pools configured REVO warning threshold. Please initiate a transfer!

means pool will keep your coin if u leave there too long.

Pool: "Don't say i never tell you to move your coin  Wink"
hero member
Activity: 644
Merit: 500
What does this mean?

You have exceeded the pools configured REVO warning threshold. Please initiate a transfer!
full member
Activity: 140
Merit: 100
Uploaded my miner if anyone need it. Included config file and kernel/bin for 280x. Just change pool/user/pass in config file and start run.bat.
You also need 14.6rc2 driver if you want to generate kernel yourself.
If you use 5xxx/6xxx cards use "algorithm" : "bitblockold",
i am getting 3MH/s with 280x at 1160/1500

http://www46.zippyshare.com/v/11324655/file.html

edit: config is for 4 diff cards. 1st parameter is for 280x other 3 can be deleted.

I thank you as well Smiley
legendary
Activity: 2198
Merit: 1000
Uploaded my miner if anyone need it. Included config file and kernel/bin for 280x. Just change pool/user/pass in config file and start run.bat.
You also need 14.6rc2 driver if you want to generate kernel yourself.
If you use 5xxx/6xxx cards use "algorithm" : "bitblockold",
i am getting 3MH/s with 280x at 1160/1500

http://www46.zippyshare.com/v/11324655/file.html

edit: config is for 4 diff cards. 1st parameter is for 280x other 3 can be deleted.
Hey thx bro, nice work!  Smiley
hero member
Activity: 848
Merit: 500
Uploaded my miner if anyone need it. Included config file and kernel/bin for 280x. Just change pool/user/pass in config file and start run.bat.
You also need 14.6rc2 driver if you want to generate kernel yourself.
If you use 5xxx/6xxx cards use "algorithm" : "bitblockold",
i am getting 3MH/s with 280x at 1160/1500

http://www46.zippyshare.com/v/11324655/file.html

edit: config is for 4 diff cards. 1st parameter is for 280x other 3 can be deleted.
legendary
Activity: 2688
Merit: 1240
(not) surprisingly, after the "missing" blocks were pointed out the difficulty dropped

block 277 = diff 28
block 285 = diff 16



the 3 pool hash rate is very stable at around 1.3 GH, how do the diff change by 80%?

I checked the net hash right when the missing blocks were posted and there was about 800 MH/s not account for in the pools.
thx for the check, it seem there are something going on when i caught them
I believe ocminer is honest, not sure about others.

we will see with the block explorer where they are, i'm still monitoring the blocks and did not see anything suspicious anymore

thx, ocminer, for your time on the monitoring, it seems they see we caught them.
by the way, can you check the reward structure in the source? the op is very confusing..


Sure:

Code:
/ miner's coin base reward
int64_t GetProofOfWorkReward(int64_t nFees)
{
    int64_t nSubsidy = 500 * COIN;

         if(pindexBest->nHeight ==  1)
     {
         nSubsidy = 2500000 * COIN;
     }
         else if(pindexBest->nHeight < 120)
     {
         nSubsidy = 0 * COIN;
     }
         else if(pindexBest->nHeight < 720)
     {
         nSubsidy = 1000 * COIN;
     }
         else if(pindexBest->nHeight < 1440)
     {
         nSubsidy = 500 * COIN;
     }
         else if(pindexBest->nHeight < 2160)
     {
         nSubsidy = 1500 * COIN;
     }
         else if(pindexBest->nHeight < 2880)
     {
         nSubsidy = 500 * COIN;
     }

         else if(pindexBest->nHeight < 3600)
     {
         nSubsidy = 10000 * COIN;
     }

         else if(pindexBest->nHeight < 4320)
     {
         nSubsidy = 500 * COIN;
     }


         else if(pindexBest->nHeight < 5040)
     {
         nSubsidy = 2000 * COIN;
     }


         else if(pindexBest->nHeight < 5760)
     {
         nSubsidy = 500 * COIN;
     }


         else if(pindexBest->nHeight < 6480)
     {
         nSubsidy = 2500 * COIN;
     }


         else if(pindexBest->nHeight < 7200)
     {
         nSubsidy = 500 * COIN;
     }


         else if(pindexBest->nHeight < 7920)
     {
         nSubsidy = 3000 * COIN;
     }

         else if(pindexBest->nHeight < 8640)
     {
         nSubsidy = 500 * COIN;
     }


full member
Activity: 210
Merit: 100
Digital Crypto Wealth Management Platform
(not) surprisingly, after the "missing" blocks were pointed out the difficulty dropped

block 277 = diff 28
block 285 = diff 16



the 3 pool hash rate is very stable at around 1.3 GH, how do the diff change by 80%?

I checked the net hash right when the missing blocks were posted and there was about 800 MH/s not account for in the pools.
thx for the check, it seem there are something going on when i caught them
I believe ocminer is honest, not sure about others.

we will see with the block explorer where they are, i'm still monitoring the blocks and did not see anything suspicious anymore

thx, ocminer, for your time on the monitoring, it seems they see we caught them.
by the way, can you check the reward structure in the source? the op is very confusing.. ty
legendary
Activity: 2688
Merit: 1240
(not) surprisingly, after the "missing" blocks were pointed out the difficulty dropped

block 277 = diff 28
block 285 = diff 16



the 3 pool hash rate is very stable at around 1.3 GH, how do the diff change by 80%?

I checked the net hash right when the missing blocks were posted and there was about 800 MH/s not account for in the pools.
thx for the check, it seem there are something going on when i caught them
I believe ocminer is honest, not sure about others.

we will see with the block explorer where they are, i'm still monitoring the blocks and did not see anything suspicious anymore
full member
Activity: 210
Merit: 100
Digital Crypto Wealth Management Platform
(not) surprisingly, after the "missing" blocks were pointed out the difficulty dropped

block 277 = diff 28
block 285 = diff 16



the 3 pool hash rate is very stable at around 1.3 GH, how do the diff change by 80%?

I checked the net hash right when the missing blocks were posted and there was about 800 MH/s not account for in the pools.
thx for the check, it seem there are something going on when i caught them
I believe ocminer is honest, not sure about others.
sr. member
Activity: 364
Merit: 250
(not) surprisingly, after the "missing" blocks were pointed out the difficulty dropped

block 277 = diff 28
block 285 = diff 16



the 3 pool hash rate is very stable at around 1.3 GH, how do the diff change by 80%?

I checked the net hash right when the missing blocks were posted and there was about 800 MH/s not account for in the pools.
legendary
Activity: 2688
Merit: 1240
(not) surprisingly, after the "missing" blocks were pointed out the difficulty dropped

block 277 = diff 28
block 285 = diff 16



the 3 pool hash rate is very stable at around 1.3 GH, how do the diff change by 80%?

i've also had a look at that.. net hash is stable.. so i think it might be some flaw.. surely no hidden pool or so
legendary
Activity: 2198
Merit: 1000



any pointers would be appreciated. my gpu does not do anything beyond this point.

Quote
setx GPU_USE_SYNC_OBJECTS 1

setx GPU_MAX_ALLOC_PERCENT 100

sgminer --algorithm bitblock -o stratum+tcp://revo.suprnova.cc:3777 -u revo1.1 -p x -I 17 -d 1-3 --gpu-platform 0

just heat and no shares

not sure if this is the difference? :  --pool-algorithm bitblock

that made it worse.. now it wont even run.
hey coinler, you get your miner all squared away? I had a bit of a time with a few mining software's this is what finally worked good,,, for me anyways lol

sgminer-5.0-pre-release-2014-07-08-win32.zip
Found here:

https://nicehash.com/software/   Grin

full member
Activity: 210
Merit: 100
Digital Crypto Wealth Management Platform
(not) surprisingly, after the "missing" blocks were pointed out the difficulty dropped

block 277 = diff 28
block 285 = diff 16



the 3 pool hash rate is very stable at around 1.3 GH, how do the diff change by 80%?
Pages:
Jump to: