Bitcoin Forum
June 16, 2024, 03:50:39 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 [25] 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 ... 102 »
  Print  
Author Topic: [ANN][RVC] / RevoCoin / POS - POW / 10,000kh miner limit / LAUNCH 22-07  (Read 132996 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
flyingdutchmen
Full Member
***
Offline Offline

Activity: 210
Merit: 100


Digital Crypto Wealth Management Platform


View Profile
July 23, 2014, 01:22:44 AM
 #481

(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.

ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
July 23, 2014, 01:24:11 AM
 #482

(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

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
flyingdutchmen
Full Member
***
Offline Offline

Activity: 210
Merit: 100


Digital Crypto Wealth Management Platform


View Profile
July 23, 2014, 01:34:02 AM
 #483

(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

ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
July 23, 2014, 01:37:22 AM
 #484

(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;
     }



suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
Bojcha
Hero Member
*****
Offline Offline

Activity: 848
Merit: 500



View Profile
July 23, 2014, 01:40:35 AM
 #485

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.
MinermanNC
Legendary
*
Offline Offline

Activity: 2198
Merit: 1000



View Profile
July 23, 2014, 01:50:13 AM
 #486

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

*BTC: 1DiR25SPo84sThzTATr27EZEQZLt6hv6tG
holylacross
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
July 23, 2014, 02:11:37 AM
 #487

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
JakeThePanda
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500



View Profile
July 23, 2014, 02:47:11 AM
 #488

What does this mean?

You have exceeded the pools configured REVO warning threshold. Please initiate a transfer!
yellowduck2
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1000


View Profile
July 23, 2014, 02:48:44 AM
 #489

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"
Bojcha
Hero Member
*****
Offline Offline

Activity: 848
Merit: 500



View Profile
July 23, 2014, 02:52:25 AM
 #490

says 3.4GH/s nethashrate and i am counting ~1.7.

edit: now 4
SecondsOld
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


View Profile
July 23, 2014, 02:55:25 AM
 #491

says 3.4GH/s nethashrate and i am counting ~1.7.

Whoa, net hash is taking off now.  Over 4GH/s.
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
July 23, 2014, 02:57:37 AM
 #492

says 3.4GH/s nethashrate and i am counting ~1.7.

edit: now 4

hmm indeed strange..

watch the blocks..

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
Bojcha
Hero Member
*****
Offline Offline

Activity: 848
Merit: 500



View Profile
July 23, 2014, 03:05:15 AM
 #493

says 3.4GH/s nethashrate and i am counting ~1.7.

edit: now 4
hmm indeed strange..

watch the blocks..
seems all there.
mycryptocoin
Full Member
***
Offline Offline

Activity: 380
Merit: 100

Community Manager - Blockchain analyst


View Profile WWW
July 23, 2014, 03:07:23 AM
 #494

(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)

ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
July 23, 2014, 03:09:30 AM
 #495

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 ;-)

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
MinermanNC
Legendary
*
Offline Offline

Activity: 2198
Merit: 1000



View Profile
July 23, 2014, 03:33:47 AM
 #496

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

*BTC: 1DiR25SPo84sThzTATr27EZEQZLt6hv6tG
Coinler
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


View Profile
July 23, 2014, 04:09:29 AM
 #497




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



as it turns out.. not entirely no. for some reason only my integrated gpu is gaining shares. i have 5xxx cards and neither of them on 2 separate machines gain accepted shares.
@scambuster
Full Member
***
Offline Offline

Activity: 137
Merit: 100


View Profile
July 23, 2014, 04:16:05 AM
 #498

This one seems like a fair launch.Worth a shoot.

Sgminer5's config is not accpeting "devices" parameter
I add "devices" : "0,1,2" to the config.But only first card is mining while others are off.
Coinler
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


View Profile
July 23, 2014, 04:18:14 AM
 #499

This one seems like a fair launch.Worth a shoot.

Sgminer5's config is not accpeting "devices" parameter
I add "devices" : "0,1,2" to the config.But only first card is mining while others are off.

pretty much the same here. in my case all the cards are mining and i cant turn any off.
Brembomix
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
July 23, 2014, 04:28:58 AM
Last edit: July 23, 2014, 04:39:31 AM by Brembomix
 #500

Next Network Block    585    (Current: 584)

for which has now been launched?
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 [25] 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 ... 102 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!