Bitcoin Forum
March 29, 2024, 03:58:09 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 ... 293 »
  Print  
Author Topic: [ANN][DGC] Digitalcoin | Multi-algo & Masternodes | Established 2013  (Read 523348 times)
schnebi
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
May 23, 2013, 12:35:52 AM
 #1201

I was on fenican pool and switched to the France one... Just found a block as writing Smiley

 I was wondering if a free vps could be enough to host a p2p pool?

maybe could set up a node in North America...

I've got a linux machine in the middle of the USA, so it would be a decent ping to both coasts. Does anyone know how much bandwidth setting up a p2p pool actually takes? I'd take a crack at it if it isn't overwhelming.

My P2Pool at crypto-coins.de is connected with 1GBit, and the Traffic of the P2Pool Node is less than 1 % so that itis not shown in my Traffic monitor....
You get merit points when someone likes your post enough to give you some. And for every 2 merit points you receive, you can send 1 merit point to someone else!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1711727889
Hero Member
*
Offline Offline

Posts: 1711727889

View Profile Personal Message (Offline)

Ignore
1711727889
Reply with quote  #2

1711727889
Report to moderator
1711727889
Hero Member
*
Offline Offline

Posts: 1711727889

View Profile Personal Message (Offline)

Ignore
1711727889
Reply with quote  #2

1711727889
Report to moderator
fenican
Hero Member
*****
Offline Offline

Activity: 1393
Merit: 505


View Profile
May 23, 2013, 12:46:04 AM
 #1202

I have set up a smaller North America p2pool server for miners.  Would ask that only folks with 2 mh/s or less attach:

http://107.20.222.119:9500/static/

Larger miners should attach to my other pool.  This one is on a lower capacity server so major mining may blow it up

Luck of the Irish!  I pointed about 1.5 mh/s to get it started and found a block in about 10 seconds
almightyruler
Legendary
*
Offline Offline

Activity: 2268
Merit: 1092


View Profile
May 23, 2013, 12:46:45 AM
 #1203

Someone messaged me that clearing DNS cache and using new files except for wallet fixed the problem for them.

I'm not sure that DNS has anything to do with it, since it doesn't seem to be used at all in the client for seeding. The code has all of the hostnames commented out.

Code:
// DNS seeds
// Each pair gives a source name and a seed name.
// The first name is used as information source for addrman.
// The second name should resolve to a list of seed addresses.
static const char *strDNSSeed[][2] = {
    //{"digitalcoin.co", "dnsseed.digitalcoin.co"},
    //{"altcointech.net", "dnsseed.rc.altcointech.net"},
};

These comments mean that strDNSSeed is an empty array, so later code to resolve hostnames to IPs never executes.

Code:
       printf("Loading addresses from DNS seeds (could take a while)\n");

        for (unsigned int seed_idx = 0; seed_idx < ARRAYLEN(strDNSSeed); seed_idx++) {
...

ARRAYLEN(strDNSSeed) is 0 because it's an empty array, so the loop ends before the contents are executed. Compiler warns of this dead code: "comparison of unsigned expression < 0 is always false"

It's not a startup issue anyway, the flip only happens after the client has been running for several hours.

A simple signature to declare the currency of the network would fix this.
baritus (OP)
Legendary
*
Offline Offline

Activity: 966
Merit: 1050


View Profile
May 23, 2013, 12:49:55 AM
 #1204

Those dnsseeds will be activated in a future commit. I did not want the network to centralize around it.

A signature is one of the options I am looking at, as well as/or a checkpoint.


Digitalcoin - Sha256, Scrypt, x11 Mining - Multi-algorithm & One Click Masternodes - Founded in 2013
Thrash
Sr. Member
****
Offline Offline

Activity: 519
Merit: 253



View Profile
May 23, 2013, 12:51:40 AM
 #1205

I believe my issues are caused by jumping to the wrong block chain also. Probably why I saw solved blocks but never got paid. Just ran good for 2 hours then did it again. Hope we find a fix soon. I'm not going to be able to baby sit my rigs this weekend.
gudmunsn
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250



View Profile
May 23, 2013, 12:52:34 AM
 #1206

so in the last 20 minutes, I've had to close and open my digitalcoin-qt because it starts resyncing the block chain all 338733 blocks, 1 every second. What is going on with this? I haven't seen this in any other coin...

baritus (OP)
Legendary
*
Offline Offline

Activity: 966
Merit: 1050


View Profile
May 23, 2013, 12:55:07 AM
 #1207

Not sure why that's happening, and I can't reproduce it myself.. I've left a few computers running on different IPs and still can't get it to happen.. You can expect a commit very soon with an update. I am just looking at the best solution.

Digitalcoin - Sha256, Scrypt, x11 Mining - Multi-algorithm & One Click Masternodes - Founded in 2013
sonihr
Sr. Member
****
Offline Offline

Activity: 454
Merit: 250


THE TIME HAS COME...


View Profile
May 23, 2013, 12:57:57 AM
 #1208

I have set up a smaller North America p2pool server for miners.  Would ask that only folks with 2 mh/s or less attach:

http://107.20.222.119:9500/static/

Larger miners should attach to my other pool.  This one is on a lower capacity server so major mining may blow it up

allright will try it after! Been on the FR one for 45 minutes didnt start to pay yet... Do you know how the p2p pool calculate when to start paying? # blocks or # shares or time frame or?

What goes around comes around...
sonihr
Sr. Member
****
Offline Offline

Activity: 454
Merit: 250


THE TIME HAS COME...


View Profile
May 23, 2013, 01:04:20 AM
 #1209

oh it started paying I was typing the wrong DGC address!

I'd still like to know how it is calculated though...

What goes around comes around...
pavimus
Member
**
Offline Offline

Activity: 103
Merit: 10


View Profile
May 23, 2013, 01:10:01 AM
 #1210

so in the last 20 minutes, I've had to close and open my digitalcoin-qt because it starts resyncing the block chain all 338733 blocks, 1 every second. What is going on with this? I haven't seen this in any other coin...

got same trouble 2 times. Now i forwarded port 7999 and i'll see what happens
gudmunsn
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250



View Profile
May 23, 2013, 01:10:16 AM
 #1211

That sync issue just happened again. This is getting ridiculous

gudmunsn
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250



View Profile
May 23, 2013, 01:11:36 AM
 #1212

so in the last 20 minutes, I've had to close and open my digitalcoin-qt because it starts resyncing the block chain all 338733 blocks, 1 every second. What is going on with this? I haven't seen this in any other coin...

got same trouble 2 times. Now i forwarded port 7999 and i'll see what happens

I'll try that as well to see if it helps at all.

Effayy
Member
**
Offline Offline

Activity: 75
Merit: 10


View Profile
May 23, 2013, 01:14:14 AM
 #1213

I have set up a smaller North America p2pool server for miners.  Would ask that only folks with 2 mh/s or less attach:

http://107.20.222.119:9500/static/

Larger miners should attach to my other pool.  This one is on a lower capacity server so major mining may blow it up

THANK YOU!  That solved my issue with not connecting to your other pool. My lil' ol' 6850 is just too long in the tooth to compete with the big boys. Smiley

My address shows up on your list right away on this pool!

BTC: 1FJ6nP3BmEDrpGZP5UtaGUrssV3A6rnhpU
gudmunsn
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250



View Profile
May 23, 2013, 01:20:40 AM
 #1214

Not sure why that's happening, and I can't reproduce it myself.. I've left a few computers running on different IPs and still can't get it to happen.. You can expect a commit very soon with an update. I am just looking at the best solution.

Another thing I noticed is that I had a couple different coin-type pools going in my cgminer pool management section. Just to be safe, I removed all but the active solo pool. Hopefully that was the cause of the issue.

fenican
Hero Member
*****
Offline Offline

Activity: 1393
Merit: 505


View Profile
May 23, 2013, 01:21:42 AM
 #1215

I have set up a smaller North America p2pool server for miners.  Would ask that only folks with 2 mh/s or less attach:

http://107.20.222.119:9500/static/

Larger miners should attach to my other pool.  This one is on a lower capacity server so major mining may blow it up

allright will try it after! Been on the FR one for 45 minutes didnt start to pay yet... Do you know how the p2p pool calculate when to start paying? # blocks or # shares or time frame or?

It pays every time a DGC block is solved but only if you have solved at least one smaller block that belongs to the pool.  You can see your expected payout on the bottom.  This pool will be slow to solve blocks so it should be clear how much you'll get
e521
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
May 23, 2013, 01:27:50 AM
 #1216

nearmiss and MarKusRomanus could you please confirm that you have looked at todays and yesterdays payouts and you reckon they are spot on?
I am not talking about coins/day I am talking about coins/block.
For example, nearmiss, I had ~.48 as expected per block but I received only ~.38.

thanks

almightyruler
Legendary
*
Offline Offline

Activity: 2268
Merit: 1092


View Profile
May 23, 2013, 01:31:07 AM
 #1217

so in the last 20 minutes, I've had to close and open my digitalcoin-qt because it starts resyncing the block chain all 338733 blocks, 1 every second. What is going on with this? I haven't seen this in any other coin...

got same trouble 2 times. Now i forwarded port 7999 and i'll see what happens

My desktop has a dedicated global IP, no need for network address translation or inbound connect forwarding, problem still happens.
kevcoin
Member
**
Offline Offline

Activity: 77
Merit: 10


View Profile
May 23, 2013, 01:38:59 AM
 #1218

I will give 20 DGC to whoever takes over my flash bang.... Put your username on the site and then PM me here

http://www.bitgrenade.net/?coin_display=6

baritus (OP)
Legendary
*
Offline Offline

Activity: 966
Merit: 1050


View Profile
May 23, 2013, 01:44:35 AM
 #1219

New slot machines available!

Slot Machines: http://alt-co.in/slots.php

Digitalcoin - Sha256, Scrypt, x11 Mining - Multi-algorithm & One Click Masternodes - Founded in 2013
gudmunsn
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250



View Profile
May 23, 2013, 01:49:15 AM
 #1220

Just sent a donation to the devs, keep up the good work! I don't much at this point, but I do have some to spare.

Pages: « 1 ... 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 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 ... 293 »
  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!