Search content
Sort by

Showing 12 of 12 results by deeproast
Post
Topic
Board Mining (Altcoins)
[ANN]ProjectETH+ - pill for ETH|RVN|ETC [Windows|Best results]
by
deeproast
on 19/11/2020, 09:10:34 UTC
{New project for hashrate up on miners, absolute free, development of the project idea "ETHlargement" for new video card architectures ProjectETH+ release
Support Algo: Ethash/KawPow/ProgPow

Download: ProjectETH+

Virustotal: https://www.virustotal.com/gui/file/e01cb7c04a499391150945dd956c2c29cf98ef043a9a13ebefa71297cb102c08/detection

Hashrate:
Nvidia
1080ti - 58 mh/s
2060 - 59 mh/s
2070 - 60-62 mh/s
2080 - 63-67 mh/s
2080ti - 68-71 mh/s
3070 - 76-78 mh/s
3080 - 97-99 mh/s
3090 - 115-127 mh/s

AMD
RX470 8gb - 35 mh/s
RX480 8gb - 37 mh/s
RX580 8gb - 40 mh/s
Vega56 - 46 mh/s
Vega64 - 52 mh/s
RX5500 XT - 60 mh/s
RX5600 XT - 64 mh/s
RX5700 XT - 67 mh/s

P.S.: the project is being drowned by competitors, don't trust anyone, check the information yourself
Post
Topic
Board Service Discussion (Altcoins)
Re: It's finally happened CRYPTSY is insolvent
by
deeproast
on 22/11/2015, 06:00:53 UTC
1. Bittrex polo etc all withdraw very quickly.


Maybe because those exchanges have shit volume and have plenty of time to sit on their hands and process stuff.  When you're as large and processing such a large volume as cryptsy I understand why it can take some time.  If Cryptsy is at fault for anything, maybe it's needing more servers for processing.   

Lots of fud in here, I'm sticking with them.
Post
Topic
Board Service Announcements (Altcoins)
Re: YoBit.Net - CRYPTOCURRENCY EXCHANGE & MultiCoin DICE - Free Coins every 1-24 hrs
by
deeproast
on 28/10/2015, 08:01:43 UTC
There seems to be no way to get a JSON of all currency pairs.  Even though v3 supposedly supports it It seems limited to maybe 20-30 or so pairs before it crashes and spits back an error.

There is also no single way to do this. You instead have to query the server first to see what current pairs exist.  Then you can build a "valid" url to grab the JSON.

Excuse my code but a quick example I often use for exchanges like this:

#!/usr/bin/perl -w
use JSON;
use Data::Dumper;
use LWP::UserAgent;

$ua = LWP::UserAgent->new(ssl_opts => { verify_hostname => 1 });
$ua->agent("$0/0.1 " . $ua->agent);

#  Get the info JSON to get up-to-date pairs
my $url = "https://yobit.net/api/3/info";
my $content = $ua->get($url);
$content = $content->content;
my $decoded_json = decode_json($content);

my $address = "https://yobit.net/api/3/ticker/";

foreach my $key (keys %{$decoded_json->{pairs}}) {
        $address .= "$key-";
}

$address .= "?ignore_invalid=1";
print "$address";

You can see the full URL as of right now here:
http://pastebin.com/AJ9wEBNt


Post
Topic
Board Altcoin Discussion
Re: Altcoin creation?
by
deeproast
on 18/08/2015, 08:09:36 UTC
Where can I learn/ see how I can create my own altcoin? So I want to code it by myself, is there any video about this, because i can't find it anywhere.

http://devtome.com/doku.php?id=scrypt_altcoin_cloning_guide

I wouldn't recommend it unless you have some serious development skills under your belt.  That howto makes it easy but doesnt mean you'll know how to make any real change, maintain the network or honestly keep the coin alive.

This is why we had such a huge influx of shit coins last year.  Everyone was forking and playing the game.
Post
Topic
Board Altcoin Discussion
Intellect Coin Virus - Stole all my BTC
by
deeproast
on 15/08/2015, 11:14:17 UTC
I know the thread was heating up about the possibility of the virus.  But just found out that not only was I infected, but when I went to login to my cryptsy account ALL my bitcoin had also been withdrawn.

Did anyone else get hit by this?

I initially found out because I woke up to my computer fans running full steam and my system was running a minerd.exe on the desktop.  Ran a virus scanner it fond the svhosts and minerd and removed them.
But what really freaks me out is that it not only appears to cause remote mining, it did some data digging possibly even remote access.

I didn't get an email from cryptsy that I had logged in that day it was withdrawn. But from their logs it looks like I did login from this IP. 

Hope I'm the only one who really got reamed but can't believe how complex of a hack this was.

Post
Topic
Board Announcements (Altcoins)
Re: [ANN] NEUROCOIN | MORE STAKING NODES >>> MORE BLOCK REWARD
by
deeproast
on 30/07/2015, 04:48:02 UTC
So how do I mine this?
Post
Topic
Board Announcements (Altcoins)
Re: Pre-Ann <RBC> <Ron Burgundy Coin> <10 A.M CST 04/16/2015>
by
deeproast
on 16/04/2015, 19:08:47 UTC
Post
Topic
Board Announcements (Altcoins)
Re: Pre-Ann <RBC> <Ron Burgundy Coin> <10 A.M CST 04/16/2015>
by
deeproast
on 16/04/2015, 03:02:38 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [MORPHEUSCOIN] [MRP] [X11] [POW] [3,400,000 coins] [C-CEX]
by
deeproast
on 14/04/2015, 23:40:33 UTC
Are you gonna be ok?

Yeah I was half asleep and didnt realize my dog had chewed my keyboard wire lol.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [MORPHEUSCOIN] [MRP] [X11] [POW] [3,400,000 coins] [C-CEX]
by
deeproast
on 14/04/2015, 00:57:00 UTC
Anyone still mining this? I even rented a rig... and with the low diff getting mad coin. Still better than mining doge per amount.
Post
Topic
Board Announcements (Altcoins)
Re: [PRE-ANN][MND] MindCoin - Mental Health Awareness - 10/04/2015
by
deeproast
on 12/04/2015, 03:47:52 UTC
Nice dissapearing act dev.

That's a new trend it seems.. I'm glad it only takes us one command to prepare the pool nowadays, else we'd be wasting boatloads of time.

I work in IT for a major mental health facility w/ kids.  This coin hit home,  sad to see it not popping yet. 
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [MORPHEUSCOIN] [MRP] [X11] [POW] [3,400,000 coins] [C-CEX]
by
deeproast
on 11/04/2015, 10:26:40 UTC
A lot of solo mining?

If you look at the pool hash of the 3 pools listed here combined is <200MH, but the net rate is 1.7GH.

Curious why the discrepancy or if this suggest a lot of solo-miner or private pool.