Pages:
Author

Topic: [ANN][SRC] Securecoin | A Fast and Secure Version of Bitcoin | 2013 - page 30. (Read 195438 times)

full member
Activity: 221
Merit: 100
Something wrong with http://src.coinmine.pl. Time Since Last Block   46 minutes 45 seconds
legendary
Activity: 1596
Merit: 1010
good job gigawatt Smiley
full member
Activity: 168
Merit: 100
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.
full member
Activity: 168
Merit: 100
--snip--

Where's that scan from?  I'd be curious about the "info" section on Dr. Web.

VirusTotal says it's clean when you use the direct IP, but it doesn't like the *.servebeer.com domain because it's dynamic DNS.

Edit: Looks like I'm right.

Edit2: Found your scanner URL.  Same detection based on No-IP domain:
http://www.urlvoid.com/scan/notreallyarealsiteipromise.servebeer.com/
hero member
Activity: 860
Merit: 1004
BTC OG and designer of the BitcoinMarket.com logo
full member
Activity: 168
Merit: 100
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?
sr. member
Activity: 252
Merit: 250
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
full member
Activity: 168
Merit: 100
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/
sr. member
Activity: 252
Merit: 250
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
full member
Activity: 168
Merit: 100
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/

or, if your AV doesn't like DDNS domains:

http://192.241.177.5/


Donations are appreciated though.
full member
Activity: 168
Merit: 100
Well, I'm almost done making a blockchain browser for SecureCoin.  I just have one thing standing in my way: implementing the hash algorithm in Python.

Anybody have any experience porting C++ to Python?

Isn't this https://github.com/Neisklar/quarkcoin-hash-python what you need?

Oh my god I love you.  That's so much better than what I came up with.  I literally disabled all the sanity checks in the code.

Yeeeeaaaaahhhh.....
sr. member
Activity: 476
Merit: 250
Well, I'm almost done making a blockchain browser for SecureCoin.  I just have one thing standing in my way: implementing the hash algorithm in Python.

Anybody have any experience porting C++ to Python?

Isn't this https://github.com/Neisklar/quarkcoin-hash-python what you need?
full member
Activity: 168
Merit: 100
Well, I'm almost done making a blockchain browser for SecureCoin.  I just have one thing standing in my way: implementing the hash algorithm in Python.

Anybody have any experience porting C++ to Python?
legendary
Activity: 2198
Merit: 1000
I setup a p2pool (2%) for securecoin.  

Please join and provide any feedback! Grin

Quick tutorial:
1. Get minerd64_sse4.exe here https://docs.google.com/file/d/0BxKqW4aMUczmaTVfWjZEdnpqLVk/edit?usp=sharing

2. Run this at cmd prompt but put in your Securecoin wallet address!

Code:
minerd64_sse4.exe -a quark -t 8 -o http://www.japool.com:17339 --userpass=YourSecurecoinWalletAddress:AnyPassword

*Change this "-t 8" to the number of cores you have I have 8.  If you have 4 cores change it to "-t 4" if you have 2 cores change it to "-t 2"

The p2pool is still up and running!

You might have trouble with my website (http://209.188.16.220).  It should be fixed in the 24 hours but the p2pool works fine.

+1

I got back to mining there...great pool.
back on it as of 6pm last nite,,,going to track earnings again for 24 hrs and compare. Currently running 24 cores. about 3,000 k/h for now.
sr. member
Activity: 364
Merit: 250
Owner of Poloniex
Yeah, that's the one.  Roll Eyes

I just searched for "securecoin profitability" (trying to see if it's better to mine this or XPM) and this big SecureCoin® PDF showed up as the top result. They should... stop using that ® thing.
legendary
Activity: 1358
Merit: 1000
sr. member
Activity: 364
Merit: 250
Owner of Poloniex
Does no one mind that SecureCoin is a registered trademark?
hero member
Activity: 812
Merit: 1000
I setup a p2pool (2%) for securecoin.  

Please join and provide any feedback! Grin

Quick tutorial:
1. Get minerd64_sse4.exe here https://docs.google.com/file/d/0BxKqW4aMUczmaTVfWjZEdnpqLVk/edit?usp=sharing

2. Run this at cmd prompt but put in your Securecoin wallet address!

Code:
minerd64_sse4.exe -a quark -t 8 -o http://www.japool.com:17339 --userpass=YourSecurecoinWalletAddress:AnyPassword

*Change this "-t 8" to the number of cores you have I have 8.  If you have 4 cores change it to "-t 4" if you have 2 cores change it to "-t 2"

The p2pool is still up and running!

You might have trouble with my website (http://209.188.16.220).  It should be fixed in the 24 hours but the p2pool works fine.

+1

I got back to mining there...great pool.
sr. member
Activity: 392
Merit: 250
I setup a p2pool (2%) for securecoin.  

Please join and provide any feedback! Grin

Quick tutorial:
1. Get minerd64_sse4.exe here https://docs.google.com/file/d/0BxKqW4aMUczmaTVfWjZEdnpqLVk/edit?usp=sharing

2. Run this at cmd prompt but put in your Securecoin wallet address!

Code:
minerd64_sse4.exe -a quark -t 8 -o http://www.japool.com:17339 --userpass=YourSecurecoinWalletAddress:AnyPassword

*Change this "-t 8" to the number of cores you have I have 8.  If you have 4 cores change it to "-t 4" if you have 2 cores change it to "-t 2"

The p2pool is still up and running!

You might have trouble with my website (http://209.188.16.220).  It should be fixed in the 24 hours but the p2pool works fine.
sr. member
Activity: 294
Merit: 250
could your please add CoinEX to exchanges at OP?

0% fees for mining and trading atm  Wink
Pages:
Jump to: