Search content
Sort by

Showing 20 of 71 results by grrrgrrr
Post
Topic
Board Altcoin Discussion
Re: Why Elon Musk shill for DOGE
by
grrrgrrr
on 04/02/2021, 19:53:56 UTC
For crypto to take over as a global currency, there needs to be orders of magnitudes of more beta testers to push innovation. If not Elon Musk, someone has to do it.
Post
Topic
Board Mining (Altcoins)
Re: 51% attacks, "secret asics", Exchanges losing money
by
grrrgrrr
on 26/05/2018, 16:06:50 UTC
It's just like everybody was fighting using holy hand grenades and somebody came into the game with a nuclear bomb. Technology upgrades did happen quite a few times in history.

The difference is that in real life, who came up with new technology gradually own the entire system, so they then became the maintainer of the system, not breaking it. In Bitcoin/altcoins, PoW miners with new technology will not be able to out-rich Satoshi, so they keep breaking the network until they feel satisfied.
Post
Topic
Board Mining (Altcoins)
Re: CCminer(SP-MOD) Modded NVIDIA Maxwell / Pascal kernels.
by
grrrgrrr
on 16/03/2018, 07:29:00 UTC
As long as the devs and exchanges agree on a fork and change the ticker of the current XMR into something else, hashrate doesn't really matter.

Then you will have a new altcoin like ethereum classic, and the old monero will still live on. The only way to do this properly is to hardfork the chain, and force the wallet upgrades.


What if the old monero becomes monero classic? It's devs and exchanges who determine the name, not miners unfortunately
Post
Topic
Board Mining (Altcoins)
Re: CCminer(SP-MOD) Modded NVIDIA Maxwell / Pascal kernels.
by
grrrgrrr
on 16/03/2018, 06:02:52 UTC
The monero network hashrate has increased alot with new private pools. To be able to hardfork they need at least 50% of the  mining wallets to upgrade




As long as the devs and exchanges agree on a fork and change the ticker of the current XMR into something else, hashrate doesn't really matter.
Post
Topic
Board Mining (Altcoins)
Re: CCminer(SP-MOD) Modded NVIDIA Maxwell / Pascal kernels.
by
grrrgrrr
on 06/02/2018, 06:02:51 UTC
hi
would u share the coin u mine to reach 8$ per 1080 ti a day.
im just around 5 or 6. can really need ur help
thx!

If it was $8 yesterday, it's probobly $6 today. The market is taking another hit.

If anyone is interested I will soon release my C11 mod. 0.05btc +1% fee.

c11 total market is like 0.2btc a day. Come on, make something more useful like neoscrypt, xevan and lyra2z.
Post
Topic
Board Mining (Altcoins)
Re: CCminer(SP-MOD) Modded NVIDIA Maxwell / Pascal kernels.
by
grrrgrrr
on 27/01/2018, 00:05:04 UTC
Hi!

About the PHI algo I read on this pool that the most used is the SPMOD1. Is it the paid one? Or the free one?




No free lux mod by me. My work has been stolen and spread as usual... So I need to make lux sp-mod #2 with a small fee and improved performance. This is difficult because lux sp-mod #1 is pretty fast already.

You should consider provide miners as a service. For example collaborate with some pool that functions like Nicehash. And VIPs of the pool get the latest optimized switch miner everytime they connect.
Post
Topic
Board Mining (Altcoins)
Re: The Chinese government wants to eliminate the mining companies
by
grrrgrrr
on 09/01/2018, 04:55:18 UTC
Go Titan V for most energy efficient mining  Grin, 1kw can run 6 cards, worth of $18000 dollars. As long as you ROI you get tons of coins in just 1kw of electricity
Post
Topic
Board Mining (Altcoins)
Re: Nvidea Titan V mining
by
grrrgrrr
on 16/12/2017, 04:01:31 UTC

It's weird that Titan V is using so little power when mining. Claymore eth+sia is the most power consuming and reaches about 250W. Everything else is below 150W. It's a crazy card. It's for people who can ROI $2500++ in 1 year with this thing.
Post
Topic
Board Mining (Altcoins)
Re: 1000w SuperNOVA EVGA G2 Mining Rig Power
by
grrrgrrr
on 16/11/2017, 14:17:47 UTC
Best practice is mining at 50%~60% max PSU power. That gives you the best power efficiency. PSUs have 10 year warranty. They don't depreciate.
Post
Topic
Board Announcements (Altcoins)
Re: 💥SOLARIS XLR💥⚡Masternode⚡Obfuscation,Seesaw⚡Zerocoin implementation soon⚡Xevan
by
grrrgrrr
on 08/11/2017, 15:51:35 UTC

I think there is some error or i'm wrong? I have received today twice 0.6666666 XLR rewards from masternodes. Is there some error or this is normal?

There's a bug with solaris code.

In the code, masternode payment is block reward / (100/30). But in C 100/30 is integer division, so it's 3, that's why it becomes 0.666666 XLR. First off that should be 0.6 XLR. Second off there seems to be a budget system where masternodes vote something, and budget system takes money from masternode payments. That doesn't seem to be fully integrated/tested into the core code.

What's probably happening on the moving chains is that pools changed the miner side to make blocks that comply standards established in the code. But as long as masternode payment is larger than 0.6666 XLR the chain will move. Miners get less for now.
Post
Topic
Board Announcements (Altcoins)
Re: 💥SOLARIS XLR💥⚡Masternode⚡Obfuscation,Seesaw⚡Zerocoin implementation soon⚡Xevan
by
grrrgrrr
on 08/11/2017, 07:06:29 UTC
First, I have nothing to do with the devs. Just trying to fix the problem as a casual miner. It seems that

-- There's a random "out of memory" error when calling getblocktemplate().
-- Network not accepting mined blocks, possibly due to masternode/budget reward allocation.
-- Blockchain stall at 43200 has broken lot of hard-coded thresholds (like, out of sync if latest block is more than 2 hours ago), so those thresholds need to be adjusted.

I still haven't figured out how those parts work, don't have a working fix
Post
Topic
Board Announcements (Altcoins)
Re: 💥SOLARIS XLR💥⚡Masternode⚡Obfuscation,Seesaw⚡Zerocoin implementation soon⚡Xevan
by
grrrgrrr
on 08/11/2017, 03:18:42 UTC



Anyone gotten beyond 43200 yet?

It seems to be a stupid bug. We need masternodes to update to a patched version for the chain to move (it's not my lucky day today). Also I don't know what I'm doing. There might be some other problems with reserve payments.

Here's my quick fix

https://github.com/frkl/Solaris

Also I saw 3 attempts to propagate blocks with correct rewards in debug.log. So it's possible that someone has moved ahead.

What else is needed?

Pretty sure we need a patched masternode to confirm the blocks. I don't have a masternode.

There is one running with "your patch" now.

speaking of... Who are you?  Grin

C++ student? Again, I don't know what I'm doing. I see an error message, I follow the if statement printing that error message.
Post
Topic
Board Announcements (Altcoins)
Re: 💥SOLARIS XLR💥⚡Masternode⚡Obfuscation,Seesaw⚡Zerocoin implementation soon⚡Xevan
by
grrrgrrr
on 08/11/2017, 03:03:01 UTC



Anyone gotten beyond 43200 yet?

It seems to be a stupid bug. We need masternodes to update to a patched version for the chain to move (it's not my lucky day today). Also I don't know what I'm doing. There might be some other problems with reserve payments.

Here's my quick fix

https://github.com/frkl/Solaris

Also I saw 3 attempts to propagate blocks with correct rewards in debug.log. So it's possible that someone has moved ahead.

What else is needed?

Pretty sure we need a patched masternode to confirm the blocks. I don't have a masternode.

Code:
gBlocks:~/XLR/Solaris/src$ ./solaris-cli masternode start
Sync in progress. Must wait until sync is complete to start Masternode

Cannot get masternodes to start.

EDIT: yes, is patched.

Tweaked the code again. Would you try the new commit?
Post
Topic
Board Announcements (Altcoins)
Re: 💥SOLARIS XLR💥⚡Masternode⚡Obfuscation,Seesaw⚡Zerocoin implementation soon⚡Xevan
by
grrrgrrr
on 08/11/2017, 02:50:37 UTC



Anyone gotten beyond 43200 yet?

It seems to be a stupid bug. We need masternodes to update to a patched version for the chain to move (it's not my lucky day today). Also I don't know what I'm doing. There might be some other problems with reserve payments.

Here's my quick fix

https://github.com/frkl/Solaris

Also I saw 3 attempts to propagate blocks with correct rewards in debug.log. So it's possible that someone has moved ahead.

What else is needed?

Pretty sure we need a patched masternode to confirm the blocks. I don't have a masternode.
Post
Topic
Board Announcements (Altcoins)
Re: 💥SOLARIS XLR💥⚡Masternode⚡Obfuscation,Seesaw⚡Zerocoin implementation soon⚡Xevan
by
grrrgrrr
on 08/11/2017, 02:20:26 UTC



Anyone gotten beyond 43200 yet?

It seems to be a stupid bug. We need masternodes to update to a patched version for the chain to move (it's not my lucky day today). Also I don't know what I'm doing. There might be some other problems with reserve payments.

Here's my quick fix

https://github.com/frkl/Solaris

Also I saw 3 attempts to propagate blocks with correct rewards in debug.log. So it's possible that someone has moved ahead.
Post
Topic
Board Mining (Altcoins)
Re: CCminer(SP-MOD) Modded NVIDIA Maxwell / Pascal kernels.
by
grrrgrrr
on 24/09/2017, 05:35:31 UTC
small pic for bensam...



once on the 1070 was maybe bad luck, twice in a year on my two Strix... its not (same 3rd fan failing)

and for sure, this third one is directly connected to the card with a lot of wires

sleeve bearing = quiet, short lived, cheap
ball bearing = durable, loud, expensive

Simply put sleeve bearing is not good for >1 year of mining. You need have replacement ready every year. Sleeve bearing only makes sense for dorm mining even if you can find replacements.
Post
Topic
Board Mining (Altcoins)
Re: If BTC doesn't close this week above $3000 gpu mining is done
by
grrrgrrr
on 17/09/2017, 22:53:29 UTC
GPU mining is about done in China. It won't be long before police starts shutting down big mines, and then difficulty will drop.

They banned exchanges not mining.

Only trading against cny is banned.

Almost all mining hardware is china based, that alone will make sure they will not ban mining. Or maybe mining will only be allowed for government owned farms? (:


Yes, I would guess so. That means casual miners may be disconnected from the net.

ASIC mining of BTC/LTC/Dash is unlikely to stop since they are doing well. But for ETH, XMR, shitcoins or GPU coins, China doesn't make GPUs themselves so they might need a solid case about academic research, local economy or national security before mining them.

What they want from CNY exchange ban is to "control financial risk", or stop the money laundering craze and stop ICO scams. Once they realize that large mining farms can be used for money laundering they'll likely put the cuffs on it.


https://twitter.com/SimonDixonTwitt/status/909010478872928256/photo/1

They probably already do. There's rumor saying GFW will try to block bitcoin traffic. I hope that they'll try not to disrupt the bitcoin network.
Post
Topic
Board Mining (Altcoins)
Re: If BTC doesn't close this week above $3000 gpu mining is done
by
grrrgrrr
on 17/09/2017, 20:38:24 UTC
GPU mining is about done in China. It won't be long before police starts shutting down big mines, and then difficulty will drop.
Post
Topic
Board Mining (Altcoins)
Re: CCminer(SP-MOD) Modded NVIDIA Maxwell / Pascal kernels.
by
grrrgrrr
on 06/09/2017, 23:05:55 UTC
Every time I release someting new and profitable, my thread is filled with comments from the puppet accounts. You will roi the 0.05btc in notime.

Please support my work with a donation and recieve a profitable miner. I work hard to reach this speeds.


You should teach Alexis your way. Don't open source hard work and that's easy scholarship  Grin
Post
Topic
Board Mining (Altcoins)
Re: CCminer(SP-MOD) Modded NVIDIA Maxwell / Pascal kernels.
by
grrrgrrr
on 22/05/2017, 23:30:51 UTC
and gtx1070 is doing $8-10 easy )) Not eth+sia ))

The gtx 1070 did $50 per day a while back (when zcash was trading @ $25)

If you waited to sell them until today.

Time to keep some coins perhaps? What do youi say bensam? Still dumping for fiat?

Under this logic we should mine bitcoins with GPU and after 2 years they might turn a profit.