gigawatt
|
|
September 10, 2013, 05:48:12 PM |
|
Well, I hacked together a working Block Crawler if anybody is interested. It's hosted on a low end VPS, so PLEASE DO NOT BOT IT. This is just a test run, so don't expect amazing things. http://src.servebeer.com/Donations are appreciated though. malicious url blocked in avast, i guess it was used for other things at one point It's a dynamic DNS service (no-ip), so that's probably why. If you want direct, use http://192.241.177.5/does the same thing Well, it's hosted at DigitalOcean and it's just a slightly-modified version of Block Crawler, so I can't imagine why it's angry. Did Avast block the entire DigitalOcean IP range?
|
|
|
|
idev
|
|
September 10, 2013, 06:11:17 PM |
|
|
|
|
|
|
gigawatt
|
|
September 10, 2013, 07:46:15 PM |
|
I think I might be done with an actual block explorer if anybody's interested. Still trying to work out a few kinks, but it seems okay so far.
I've basically taken Abe and butchered it. I still need to integrate the Securecoin hashing algorithm, but it seems to work well enough by ignoring any "invalid" hashes (because Abe is using sha256 instead of what Securecoin uses).
If it goes well, I'll upload the SQLite database tonight.
|
|
|
|
jdebunt
Legendary
Offline
Activity: 1596
Merit: 1010
|
|
September 10, 2013, 07:49:23 PM |
|
good job gigawatt
|
|
|
|
|
Eli0t
|
|
September 10, 2013, 08:10:05 PM Last edit: September 10, 2013, 08:22:12 PM by Eli0t |
|
yes i think the stats are stuck, the block confirms havnt changed EDIT looks like its fixed
|
LTC: LKpJf3uk7KsHU73kxq8iFJrP1AAKN7Yni7 DGC: DKXGvEbj3Rwgrm2QQbRyNPDDZDYoq4Y44d XPM: AWV5AKfLFyoBaMjg9C77rGUBhuFxz5DGGL
|
|
|
gigawatt
|
|
September 10, 2013, 08:44:37 PM |
|
Does anybody happen to have the "round logo" version of the SecureCoin logo? Looking for something around the size of 100px by 100px. edit: disregard that, I'm an idiot.
|
|
|
|
|
baloo_kiev
|
|
September 11, 2013, 02:37:51 AM |
|
Try http://78.27.191.182:28372/ - my p2pool node, 1% fee, 4 days of uptime now. Also, if any of p2pool node hosters here are interested, I can post my networks.py so we can turn our separate nodes into true p2pool.
|
|
|
|
xTachibana
Full Member
Offline
Activity: 164
Merit: 100
The All-in-One Cryptocurrency Exchange
|
|
September 11, 2013, 02:55:39 AM |
|
is there a formula to see how many blocks you can find a day? im using a 3570k, a duo core e5800 and a 2 core (4 thread) i7 laptop
|
|
|
|
Tommo_Aus
|
|
September 11, 2013, 03:08:55 AM Last edit: September 11, 2013, 06:06:38 AM by Tommo_Aus |
|
I've setup many pools before but I can't get my SRC pool working, I'm using mmcfe with stratum. Stratum connects to the wallet and detects new blocks, the CPU miners connect to stratum and also detect new blocks but I haven't found one share with over 3000 kh/s pointed at my stratum.
I've tried setting POOL_TARGET (base difficulty) to 1 instead of 16 in my stratum config but I haven't seen any changes, am I missing something?
EDIT - ok from all the reading I've been doing it looks like a customised stratum is needed, what sort of changes need to be made? Is the custom stratum available for others to run a pool?
|
Tompool - http://tompool.org - a 2% fee SHA256/Scrypt/BURST/Groestl multipool supporting ANC, ASC, DGC, EZC, FLO, GLD, GME, MNC, RYC, TGC, TRC, XNC, ZET & more
|
|
|
baloo_kiev
|
|
September 11, 2013, 03:29:47 AM |
|
is there a formula to see how many blocks you can find a day? im using a 3570k, a duo core e5800 and a 2 core (4 thread) i7 laptop
Generally it's Blocks/day = Hashrate * 60 * 60 * 24 / (difficulty * 2^24) ~= 0.00515 * Hashrate / difficulty
|
|
|
|
feeleep
Legendary
Offline
Activity: 1197
Merit: 1000
|
|
September 11, 2013, 04:39:32 AM |
|
in the last couple of hours i can't mine on two machines. Cant log on server stratum+tcp://src.coinmine.pl:6020. on other machines work fine.
I was doing server maintenance yesterday and added second server. This should improve performance a lot. feeleep
|
|
|
|
Tommo_Aus
|
|
September 11, 2013, 05:09:13 AM |
|
Hi feeleep,
Would you be able to take a look at my post a couple of posts up?
Cheers
|
Tompool - http://tompool.org - a 2% fee SHA256/Scrypt/BURST/Groestl multipool supporting ANC, ASC, DGC, EZC, FLO, GLD, GME, MNC, RYC, TGC, TRC, XNC, ZET & more
|
|
|
A L I E N
Legendary
Offline
Activity: 1358
Merit: 1000
|
|
September 11, 2013, 06:11:22 AM |
|
Try http://78.27.191.182:28372/ - my p2pool node, 1% fee, 4 days of uptime now. Also, if any of p2pool node hosters here are interested, I can post my networks.py so we can turn our separate nodes into true p2pool. This would probably be a good idea for network integrity. Thanks for your contributions as usual.
|
|
|
|
A L I E N
Legendary
Offline
Activity: 1358
Merit: 1000
|
|
September 11, 2013, 06:13:29 AM |
|
I think I might be done with an actual block explorer if anybody's interested. Still trying to work out a few kinks, but it seems okay so far.
I've basically taken Abe and butchered it. I still need to integrate the Securecoin hashing algorithm, but it seems to work well enough by ignoring any "invalid" hashes (because Abe is using sha256 instead of what Securecoin uses).
If it goes well, I'll upload the SQLite database tonight.
Thanks for your work on the block explorer.
|
|
|
|
feeleep
Legendary
Offline
Activity: 1197
Merit: 1000
|
|
September 11, 2013, 06:25:28 AM |
|
I've setup many pools before but I can't get my SRC pool working, I'm using mmcfe with stratum. Stratum connects to the wallet and detects new blocks, the CPU miners connect to stratum and also detect new blocks but I haven't found one share with over 3000 kh/s pointed at my stratum.
I've tried setting POOL_TARGET (base difficulty) to 1 instead of 16 in my stratum config but I haven't seen any changes, am I missing something?
EDIT - ok from all the reading I've been doing it looks like a customised stratum is needed, what sort of changes need to be made? Is the custom stratum available for others to run a pool?
Hi - you probably setting up to high difficulty - try to set it up to 0.1 for example
|
|
|
|
Tommo_Aus
|
|
September 11, 2013, 06:38:27 AM Last edit: September 11, 2013, 07:10:58 AM by Tommo_Aus |
|
Aah I see, from the comment in the config I thought 1 was the lowest possible. I'm trying with 0.01 now and I'm seeing some shares, however each shares rejected with the reason "Share is above target". Does this mean I need to change the difficulty in mmcfe?
EDIT - is it something to do with the quark hashing algorithm?
|
Tompool - http://tompool.org - a 2% fee SHA256/Scrypt/BURST/Groestl multipool supporting ANC, ASC, DGC, EZC, FLO, GLD, GME, MNC, RYC, TGC, TRC, XNC, ZET & more
|
|
|
ahmed_bodi
|
|
September 11, 2013, 08:36:08 AM |
|
I've setup many pools before but I can't get my SRC pool working, I'm using mmcfe with stratum. Stratum connects to the wallet and detects new blocks, the CPU miners connect to stratum and also detect new blocks but I haven't found one share with over 3000 kh/s pointed at my stratum.
I've tried setting POOL_TARGET (base difficulty) to 1 instead of 16 in my stratum config but I haven't seen any changes, am I missing something?
EDIT - ok from all the reading I've been doing it looks like a customised stratum is needed, what sort of changes need to be made? Is the custom stratum available for others to run a pool?
Hi - you probably setting up to high difficulty - try to set it up to 0.1 for example incorrect, visit my github name is ahmed_bodi, both me and erundook are using my customized version of pushpool. All it basically is, is tenebrix pushpool with the scrypt modules replaces wfor quark one's and appropriate hash values changed
|
Bitrated user: ahmedbodi.
|
|
|
|