Bitcoin Forum
May 27, 2024, 02:44:24 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 ... 82 »
  Print  
Author Topic: [ANN] [SPOT] | SUCCESSFUL FORK COMPLETE - On CoinPayments.net/Cryptsy/Coins-e  (Read 166014 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.
iGotSpots (OP)
Legendary
*
Offline Offline

Activity: 2548
Merit: 1054


CPU Web Mining 🕸️ on webmining.io


View Profile WWW
July 21, 2013, 06:34:16 PM
 #121

Could the pool ops of the already up pools please PM me their Spots address to collect the bounty?

Hydroponica
Full Member
***
Offline Offline

Activity: 182
Merit: 100


fml


View Profile
July 21, 2013, 06:59:50 PM
 #122

I may have missed it, but what size are the super blocks?  Are they random?  If so, what range can they fall in?

Also, how does this coin differ from ElephantCoin?  I believe it has very fast confirmation times and also has these random super blocks.  



  



Code:
int rand = generateMTRandom(seed, 100000);

if(rand > 50000 && rand < 50011)
nSubsidy = 10045 * COIN;

Basically, each block, a random number is generated, between 0 and 100,000, if that number is greater than 50,000 and less than 50,011, a super block of 10,045 will generated. so, that's 10 chances, out of 100,000, so there's a .1% chance of hitting a super block...I'm not sure how it's figured to be 12 Super blocks every 24 hours at 2 hour at random intervals, I don't see anything to allow for this, in the code, but, I am new at this, so I could be missing something.

Can I have this addressed please? I really just want to know how it works.

iGotSpots (OP)
Legendary
*
Offline Offline

Activity: 2548
Merit: 1054


CPU Web Mining 🕸️ on webmining.io


View Profile WWW
July 21, 2013, 07:04:33 PM
 #123

I may have missed it, but what size are the super blocks?  Are they random?  If so, what range can they fall in?

Also, how does this coin differ from ElephantCoin?  I believe it has very fast confirmation times and also has these random super blocks.  



  



Code:
int rand = generateMTRandom(seed, 100000);

if(rand > 50000 && rand < 50011)
nSubsidy = 10045 * COIN;

Basically, each block, a random number is generated, between 0 and 100,000, if that number is greater than 50,000 and less than 50,011, a super block of 10,045 will generated. so, that's 10 chances, out of 100,000, so there's a .1% chance of hitting a super block...I'm not sure how it's figured to be 12 Super blocks every 24 hours at 2 hour at random intervals, I don't see anything to allow for this, in the code, but, I am new at this, so I could be missing something.

Can I have this addressed please? I really just want to know how it works.

Yea. I'm waiting on a couple things before I update the op with the super block info. I'll pm you when I do so you can see it

iGotSpots (OP)
Legendary
*
Offline Offline

Activity: 2548
Merit: 1054


CPU Web Mining 🕸️ on webmining.io


View Profile WWW
July 21, 2013, 07:14:23 PM
 #124

I may have missed it, but what size are the super blocks?  Are they random?  If so, what range can they fall in?

Also, how does this coin differ from ElephantCoin?  I believe it has very fast confirmation times and also has these random super blocks.  



  



Code:
int rand = generateMTRandom(seed, 100000);

if(rand > 50000 && rand < 50011)
nSubsidy = 10045 * COIN;

Basically, each block, a random number is generated, between 0 and 100,000, if that number is greater than 50,000 and less than 50,011, a super block of 10,045 will generated. so, that's 10 chances, out of 100,000, so there's a .1% chance of hitting a super block...I'm not sure how it's figured to be 12 Super blocks every 24 hours at 2 hour at random intervals, I don't see anything to allow for this, in the code, but, I am new at this, so I could be missing something.

Can I have this addressed please? I really just want to know how it works.

Superblocks are 205x a normal block or 10045 coins
There is a chance to hit one every 2 hours at .01% or roughly 12 times per day, but it is straight probability so it's certainly possible no one hits one right off or a couple hit in a row
http://en.wikipedia.org/wiki/Law_of_averages

toruonu
Member
**
Offline Offline

Activity: 88
Merit: 10



View Profile
July 21, 2013, 08:04:43 PM
 #125

After half a day running the client on Linux, compiled from github source I still see this:

root@ftc-1:~# ./spotsd getinfo|grep blocks
    "blocks" : 0,

Care to explain why it's not working. All ~20 or so coins I've compiled work fine, including some new one I compiled today. And I'm seeing invalid blockchain messages all the time with height ~2600 that are discarded (different genesis I guess hence likely nuggets).
feeleep
Legendary
*
Offline Offline

Activity: 1197
Merit: 1000


View Profile WWW
July 21, 2013, 08:23:20 PM
 #126

Super block coming soon. I'm pretty sure that pool will get it. Hurry and hop on

Not if the pool is hit with a DDOS it wont LOL....


~BCX~

You should help out and load up some solo miners to try to get the big block. Help spread the hashrate out, too. Use your powers for good

You guys need better DDOS protection, that was just a minor slap.

~BCX~

I hope the pool op saw your post. It made the website flicker but mining never switched to my fail over.

I wasn't trying to knock it down, just knock on the door.


~BCX~

Guys,

I am doing pools for some experience and fun - currently all my pools together don't get enough donation to pay out servers :/ If you want to DDOS them you can do it easily (as 95% of other pools) but it just doesn't make sense Smiley

hotcoldcoin
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
July 21, 2013, 08:35:07 PM
 #127

And I'm seeing invalid blockchain messages all the time with height ~2600 that are discarded (different genesis I guess hence likely nuggets).

Yup, nugget clients trying to connect to spots clients, spots clients trying to connect to nugget clients.    Oh my, so many orphaned blocks because of this.


iGotSpots (OP)
Legendary
*
Offline Offline

Activity: 2548
Merit: 1054


CPU Web Mining 🕸️ on webmining.io


View Profile WWW
July 21, 2013, 08:36:06 PM
 #128

And I'm seeing invalid blockchain messages all the time with height ~2600 that are discarded (different genesis I guess hence likely nuggets).

Yup, nugget clients trying to connect to spots clients, spots clients trying to connect to nugget clients.    Oh my, so many orphaned blocks because of this.



Download the new client in the op. We updated checkpoints and fixed syncing issues

iGotSpots (OP)
Legendary
*
Offline Offline

Activity: 2548
Merit: 1054


CPU Web Mining 🕸️ on webmining.io


View Profile WWW
July 21, 2013, 08:42:09 PM
 #129

We need more pools. Especially a big name to pull some of this hashrate around

feeleep
Legendary
*
Offline Offline

Activity: 1197
Merit: 1000


View Profile WWW
July 21, 2013, 08:43:31 PM
 #130

BTW: I updated client on the pool

iGotSpots (OP)
Legendary
*
Offline Offline

Activity: 2548
Merit: 1054


CPU Web Mining 🕸️ on webmining.io


View Profile WWW
July 21, 2013, 08:44:49 PM
 #131

BTW: I updated client on the pool

Yours isn't trying to get the Nuggets chain anymore either right? Mine are all good here

feeleep
Legendary
*
Offline Offline

Activity: 1197
Merit: 1000


View Profile WWW
July 21, 2013, 08:46:42 PM
 #132

BTW: I updated client on the pool

Yours isn't trying to get the Nuggets chain anymore either right? Mine are all good here

not sure how to check it but I dont think so Smiley - everything looks good

iGotSpots (OP)
Legendary
*
Offline Offline

Activity: 2548
Merit: 1054


CPU Web Mining 🕸️ on webmining.io


View Profile WWW
July 21, 2013, 08:47:43 PM
 #133

BTW: I updated client on the pool

Yours isn't trying to get the Nuggets chain anymore either right? Mine are all good here

not sure how to check it but I dont think so Smiley - everything looks good

Does it have the checkmark or is it constantly trying to sync with phantom blocks?

feeleep
Legendary
*
Offline Offline

Activity: 1197
Merit: 1000


View Profile WWW
July 21, 2013, 08:50:05 PM
 #134

BTW: I updated client on the pool

Yours isn't trying to get the Nuggets chain anymore either right? Mine are all good here

not sure how to check it but I dont think so Smiley - everything looks good

Does it have the checkmark or is it constantly trying to sync with phantom blocks?

I dont see any suspicious information in log files so again - not sure if I am right but look good Smiley

iGotSpots (OP)
Legendary
*
Offline Offline

Activity: 2548
Merit: 1054


CPU Web Mining 🕸️ on webmining.io


View Profile WWW
July 21, 2013, 09:23:01 PM
 #135

Difficulty is down to .2 again hit them fast

diatonic
Sr. Member
****
Offline Offline

Activity: 271
Merit: 250


View Profile
July 21, 2013, 09:23:21 PM
 #136

Any VGB blocks yet? I want to see one in the block explorer.

#bitcoin-otc ratings: http://bitcoin-otc.com/viewratingdetail.php?nick=diatonic | Tips: 1DiATonicgGnUcsH6NpSuCEDwRRW3wecgs
iGotSpots (OP)
Legendary
*
Offline Offline

Activity: 2548
Merit: 1054


CPU Web Mining 🕸️ on webmining.io


View Profile WWW
July 21, 2013, 09:24:03 PM
 #137

Any VGB blocks yet? I want to see one in the block explorer.

There have been no superblocks, yet, that I can see

E.Sam
Sr. Member
****
Offline Offline

Activity: 393
Merit: 250



View Profile WWW
July 21, 2013, 09:30:07 PM
 #138

On OSX,  for solo mining, I can just go in console and type setgenerate true -1 no?
klee
Legendary
*
Offline Offline

Activity: 1498
Merit: 1000



View Profile
July 21, 2013, 09:35:21 PM
 #139

Mac Client now live at

https://app.box.com/s/gw7hpy7xug18wr3rmo9d

Please let me know if it works for you so I can pay the bounty
I connected to the network, seems ok.
Not able to mine in spt.coinmine.pl pool.
Trying the others...
iGotSpots (OP)
Legendary
*
Offline Offline

Activity: 2548
Merit: 1054


CPU Web Mining 🕸️ on webmining.io


View Profile WWW
July 21, 2013, 09:37:41 PM
 #140

Mac Client now live at

https://app.box.com/s/gw7hpy7xug18wr3rmo9d

Please let me know if it works for you so I can pay the bounty
I connected to the network, seems ok.
Not able to mine in spt.coinmine.pl pool.
Trying the others...

Definitely use the first pool if you can. We need to spread the hash rate around.

I have never used a mac in my life sorry. Did the Mac client work at least? Just so I can pay the guy who made it if it works

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 ... 82 »
  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!