Search content
Sort by

Showing 20 of 50 results by dtothemt
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] microCoin MRC - Scrypt-Jane - nFactor - Now on poloniex.com!
by
dtothemt
on 08/02/2014, 16:19:05 UTC
This isn't working out too well for me, I think I am going to hold off on mining this.

- The miner doesn't work for me, so I used QQC miner.
- The wallet isn't synching for me, even with all the extra nodes.
- The pool I tried hasn't found a block in the past hour, it reports net hash rate is zero, and 2 of the 3 last blocks it has found were orphans.

Seems pretty rough to me. I'll be watching this though, and hopefully will be back when the kinks are worked out.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] microCoin MRC - Scrypt-Jane - nFactor - Now on poloniex.com!
by
dtothemt
on 08/02/2014, 15:25:28 UTC
I can't mine. The miner crashes before it starts mining.

I'm using Windows Vista 64-bit. 6gb DDR2. Intel Core2 Quad. Sapphire HD 7950 3GB w/ Boost.

I used the BAT file that came with the miner:
Code:
microCoinminer.exe -o stratum+tcp://micro.minersbest.com:10466 -u snip -p snip --scrypt --Nfmin 4 --Nfmax 30 --StartT 1389028879 --queue 0 --scan-time 2 --expiry 4

Unfortunately I don't have a crash report since it's a precompiled binary. The error that occurs is simply "microCoinMiner.exe has stopped working".

Try use QQC miner, someone used it with same error and it helped him.

This worked, thanks. Also what is the typical speed of this algorithm? My 7950 is getting 17 KH/s with these settings.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] microCoin MRC - Scrypt-Jane - nFactor - Now on poloniex.com!
by
dtothemt
on 08/02/2014, 15:02:05 UTC
I can't mine. The miner crashes before it starts mining.

I'm using Windows Vista 64-bit. 6gb DDR2. Intel Core2 Quad. Sapphire HD 7950 3GB w/ Boost.

I used the BAT file that came with the miner:
Code:
microCoinminer.exe -o stratum+tcp://micro.minersbest.com:10466 -u snip -p snip --scrypt --Nfmin 4 --Nfmax 30 --StartT 1389028879 --queue 0 --scan-time 2 --expiry 4

Unfortunately I don't have a crash report since it's a precompiled binary. The error that occurs is simply "microCoinMiner.exe has stopped working".
Post
Topic
Board Altcoin Discussion
Re: OpenEx Closing for improvements[Postponed]
by
dtothemt
on 02/02/2014, 20:23:10 UTC
Is your e-mail admin at openex dot pw still valid? I will e-mail you about those charts.
Post
Topic
Board Altcoin Discussion
Re: OpenEx Closing for improvements[Postponed]
by
dtothemt
on 01/02/2014, 21:21:45 UTC
Get well soon r3wt.

I have some chart code I have been working on, using google charts. Would you be interested?

I've got candlestick prices, and stacked columns for volume (showing buy and sell volume separately).

I believe for stability it is best to setup charts to use its own database so it does not tax the main exchange database, and I have setup for this.

The charts database keeps record of all transactions that occur for each market, and then it is parsed into the appropriate JSON responses via PHP, then fed into Google Charts via AJAX.

Edit: And separately, I have a PHP script that periodically grabs all the most recent transactions from the main exchange database and puts them into the charts database. Right now I don't have a way to automate this script, but maybe a cron job would work.
Post
Topic
Board Altcoin Discussion
Re: Goldman Sachs Involved in project Ethereum... ARE YOU F... KIDDING ME
by
dtothemt
on 30/01/2014, 22:47:46 UTC
Well... I went from giving Ethereum a 8.5/10 to a 0/10.

Congrats to the Ethereum devs on creating the mark of the beast or something like that.

Ethereum is now officially DOA.

Edit: Down with the top 1% of the world!!! (excluding Satoshi of course)
Post
Topic
Board Reputation
Re: Iamthesky's Reputation Thread!
by
dtothemt
on 30/01/2014, 22:23:12 UTC
Traded with Iamthesky. Quick, smooth, and no problems. Would trade again.
Post
Topic
Board Altcoin Discussion
Re: OpenEx Closing for improvements
by
dtothemt
on 30/01/2014, 21:19:40 UTC
Hey r3wt, would you be interested in some charts code? I've been working on coin charts for my own purposes, and I have working now a candlestick price chart and stacked column buy/sell volume chart.
Post
Topic
Board Marketplace (Altcoins)
Re: [BUY/SELL] Smartcoin Trading Thread
by
dtothemt
on 28/01/2014, 16:52:11 UTC
WTS 70 smc. PM me offers. Low ballers will be ignored.
Post
Topic
Board Computer hardware
Topic OP
[WTS] Sapphire R7 240 2GB -- 0.07 btc
by
dtothemt
on 28/01/2014, 01:34:37 UTC
I got a free one with a purchase on ebay, but I don't need it. It's brand new and still sealed in its box.

1x Sapphire R7 240 2GB for 0.07 btc + shipping

PM me with a shipping address and I will ask the post office what the shipping cost is. I will pay the extra cost for certified delivery if it's not too much.

Well I think that pretty much sums it up.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Ethereum: Welcome to the Beginning
by
dtothemt
on 26/01/2014, 06:56:17 UTC
I'm a very procedural programmer, so I am having trouble wrapping my head around your contracts system because it seems to be very abstract.

Can you please explain in more detail (preferably with an example) of how to make a useful contract in more of a real world scenario? Since it obviously can't do anything useful inside the ethereum network without also communicating outside of the network?
Post
Topic
Board Marketplace (Altcoins)
Topic OP
LeadCoin Exchange
by
dtothemt
on 26/01/2014, 00:24:25 UTC
WTS 54985 LeadCoin for BTC. Make an offer.
Post
Topic
Board Service Announcements (Altcoins)
Re: CoinMarketCap.com - Market Cap Rankings of All Cryptocurrencies!
by
dtothemt
on 25/01/2014, 21:58:56 UTC
Hello!

I've got a question about how you are pulling data. I am writing an IRC bot plugin that I want to pull data.

So far so good but then I encountered an issue with coins like Lottocoin and Volt: the random block rewards. I know I would either have to scan the blockchain myself on these, or if possible pull the data from a block explorer. It would be easy to calculate how many coins are in existence with a coin that has usual block rewards with block halvings, but this is troublesome.

I've tried to see if block explorers like Lottocoin's has an API I can query, but I haven't had any luck. Can you please tell me how you are obtaining your "Total Supply" values on coins with random block rewards?
Post
Topic
Board Marketplace (Altcoins)
Re: Fox Coin Buy/Sell
by
dtothemt
on 22/01/2014, 18:36:24 UTC
This coins worth as much as people ready to spend on them. If you think that coins costs more, then buy, buy, buy Wink Nowadays I don't see any services/exchanges and demand.

It's the forefront. You can't expect services to be there 2 days after launch. Services will naturally develop for coins that survive, I would think.

That is why you shouldn't expect high price nowadays.

Do you buy McDonald's with your Walmart stock too?
Post
Topic
Board Marketplace (Altcoins)
Re: Fox Coin Buy/Sell
by
dtothemt
on 22/01/2014, 16:55:54 UTC
This coins worth as much as people ready to spend on them. If you think that coins costs more, then buy, buy, buy Wink Nowadays I don't see any services/exchanges and demand.

It's the forefront. You can't expect services to be there 2 days after launch. Services will naturally develop for coins that survive, I would think.
Post
Topic
Board Marketplace (Altcoins)
Re: Fox Coin Buy/Sell
by
dtothemt
on 22/01/2014, 15:40:37 UTC
These traders are nuts. It took me an 1.5 days to mine 200 FoxCoin, but they want 1 million fox coin for 0.0125 btc? crazy people out there.
Post
Topic
Board Marketplace (Altcoins)
Re: Fox Coin Buy/Sell
by
dtothemt
on 22/01/2014, 15:12:13 UTC
WTS 200 FoxCoin for 0.02 btc. Send first or you pay for escrow. PM me.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ASR] ASTROCOIN HAS LAUNCHED! MOVE OFF ASR.HASHHUNT.IN to ANOTHER POOL
by
dtothemt
on 22/01/2014, 04:51:14 UTC
Why was this coin released early? That's going to seriously hurt this coin's reputation. You tell people one thing and do another? Bunch of bullshit right there.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][VTC] Vertcoin - Adaptive N-factor in Scrypt - No more ASICs
by
dtothemt
on 21/01/2014, 19:09:55 UTC
I tried this out with my usual cgminer settings that normally net me about 500-600kh/s depending on how my video card is clocked.

Code:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
cgminer.exe --scrypt --intensity 13 --gpu-threads 2 --worksize 256 --shaders 1792 --thread-concurrency 12188 --temp-cutoff 90

When I try these settings with VertCoin's modified cgminer, my hash rate is about 15kh/s. I discovered that the reason it is so low is because I am using 2 threads. However, even if I use 1 thread with a higher intensity (I've found I can safely do about 16 on intensity without problems), my hashrate is still only about 280kh/s at most.

Is this normal for this modified scrypt algorithm?

Edit: I'm using a Sapphire HD 7950 3GB with Boost.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Levelcoin - Proof of Stake / Proof of Burn Hybrid - Inflation Immune
by
dtothemt
on 19/01/2014, 07:53:53 UTC
Very cool concept. I'd like to buy a few right now... I've only got about 0.059 btc to spend though.