Search content
Sort by

Showing 20 of 4,758 results by bathrobehero
Post
Topic
Board Announcements (Altcoins)
Re: [ANN]Joincoin (J) ToR Anonymous All Algorithm mining! NEW THREAD
by
bathrobehero
on 03/02/2023, 22:22:34 UTC
I'm not sure what you're talking about DOGE, but please do tell us how we can help reaching a solution, be it forking the wallet with an upgraded TOR or ignoring TOR if needed, but we need a working network.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN]Joincoin (J) ToR Anonymous All Algorithm mining! NEW THREAD
by
bathrobehero
on 13/01/2023, 10:06:28 UTC
I can't find any. Even chainz block explorer lost all peers about a month back.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][PIVX] - PRIVATE INSTANT VERIFIED TRANSACTION - PROOF OF STAKE - ZEROCOIN
by
bathrobehero
on 28/12/2022, 20:19:35 UTC
Quote
Starting at block 3,715,200 (~Jan 20th 2023.) The rewards structure is being adjusted after many months of discussion, analysis, and agreement from many in the community.

The new rewards are as follows:

Party   Current Rewards   New Rewards
Staker   2   4
Masternode   3   6
Budget   1   10

Quote from https://github.com/PIVX-Project/PIVX/releases/tag/v5.5.0.

I'd like to voice my disappointment that such radical changes were made and not even mentioned here in advance. DNET/PIVX was announced/birth here and the dedicated forum was made several years later.

No self-respecting coin should be limited to their own censored/centralised forum. And without knowing anything about the "months of discussions", I do have to say these changes seem rather stupid and even insulting to long term holders.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN]Joincoin (J) ToR Anonymous All Algorithm mining! NEW THREAD
by
bathrobehero
on 07/01/2022, 07:53:11 UTC
I have 8 connections but getpeerinfo doesn't show them (shows 127.0.0.1) probably because of onion.

Try these I gathered with Tcpview:
95.216.115.85
85.208.144.164
89.58.13.96
212.92.142.17
Post
Topic
Board Mining (Altcoins)
Re: GMiner v2.69 Ethash(LHR unlock)/KAWPOW/Equihash/CuckooCycle
by
bathrobehero
on 29/09/2021, 20:35:00 UTC
Also, apparently there is no such function like serialization in this miner unlike in Phoenix miner. Because of this PSU shutdowns my rig with mix of cards if all cards are started in gminer at once. I ended up using gminer for nvidia cards only and Phoenix miner with serialization enabled for RX6600 in the rig and only this combination works for me Sad inconvenient.

If your PSU shuts down during startup you're already doing something wrong, like using a way undersized or terrible quality PSU. Have at least 10-20% overhead in terms of PSU capacity and never walk the line.

But if you really need launch serialization, have two (or more) executables one starting the first half of cards and the second instance starting the rest a bit later. Though I'd seriously look into the PSU issue.
Post
Topic
Board Altcoin Discussion
Need help setting up a Ethereum stratum mining pool
by
bathrobehero
on 22/04/2021, 21:27:14 UTC
Hey, I'm far from having enough hashpower to solomine, I know the math behind the difficulty and my hashrate and the variance that comes with it (it would take many months to find a block solo) but I'd like to setup my own stratum pool for me and a few friends as they are bugging me for it. I know there are "solo pools" but we really can't trust them as much.

I finally have geth synced with --syncmode full and it's done after many days but the whole thing is "only" 729GB (thought it should be like ~2x of that) and I can't solomine due to various errors but that's fine.

I want to build a stratum pool for this.

Does https://github.com/sammy007/open-ethereum-pool still work or what should I use and what settings to use for geth?

I'm on windows but I can fire up a linux VM if needed. Cheers!
Post
Topic
Board Announcements (Altcoins)
Re: [Ultracoin] [Est. Feb 2014] ~ ASIC Resistant & Ultrafast 6 Second Transactions!
by
bathrobehero
on 11/04/2021, 23:31:11 UTC
I guess it's the end of the road.

You never know. Wink
Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v15.0 (Windows/Linux)
by
bathrobehero
on 30/12/2020, 12:25:46 UTC
@JeffJohnsonTheNameYouKnow @manikminer Thanks, GMINER solved it for me!
Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v15.0 (Windows/Linux)
by
bathrobehero
on 30/12/2020, 06:10:02 UTC
I understand that Claymore miner is done now, but using 1080 Ti cards with every other miner I get ~18MH/s instead of ~47MH/s if the DAG is over 4GB in benchmark modes (win 8.1). What am I missing? Linux works well so I'm guessing it's some driver or windows limitation? Is there a workaround?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN]Joincoin (J) ToR Anonymous All Algorithm mining! NEW THREAD
by
bathrobehero
on 27/12/2020, 19:14:42 UTC
What is the current halving rate on joincoin.  right now were at .5 coins per block as of 1329801.


It will remain 0.5 (+fees) for the end of times (unless a fork comes along):

Code:
int64 nSubsidy = 0.5 * COIN;
    if (nHeight == 1) nSubsidy = 1400000 * COIN; // IPO block
    else
    if (nHeight <= 800) nSubsidy = 0.5 * COIN;
    else
    if (nHeight <= 2000) nSubsidy = 6 * COIN;
    else
    if (nHeight <= 10000) nSubsidy = 5 * COIN;
    else
    if (nHeight <= 20000) nSubsidy = 4 * COIN;
    else
    if (nHeight <= 40000) nSubsidy = 3 * COIN;
    else
    if (nHeight <= 626200) nSubsidy = 2 * COIN;
    else
    if (nHeight <= 630000) nSubsidy = 0;
    else
    if (nHeight <= 1329800) nSubsidy = 1 * COIN;

Source: https://github.com/pallas1/joincoin/blob/master/src/main.cpp line 1274.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN]Joincoin (J) ToR Anonymous All Algorithm mining! NEW THREAD
by
bathrobehero
on 26/12/2020, 17:27:05 UTC
Hey, I've been away for a while and I'm wondering, are there any non-custodial exchanges that are listing smaller coins and not just big ones or Eth tokens? Seems like there are more new exchanges than mushrooms after a rain and many of them are beyond sketchy. So I'm wondering if there's an exchange that can't possible steal from people. If there is, I think we should aim to get on there.
Post
Topic
Board Announcements (Altcoins)
Re: [Ultracoin] [Est. Feb 2014] ~ ASIC Resistant & Ultrafast 6 Second Transactions!
by
bathrobehero
on 17/07/2020, 23:24:14 UTC
Hey guys! I don't have my node running for quite some time now but I could start it again. I'm just wondering if there are any blockhain explorers so that we can be sure we're on the right fork.
Post
Topic
Board Announcements (Altcoins)
Merits 1 from 1 user
Re: [ANN][PIVX] - PRIVATE INSTANT VERIFIED TRANSACTION - PROOF OF STAKE - ZEROCOIN
by
bathrobehero
on 09/06/2020, 12:17:21 UTC
⭐ Merited by lucv (1)
Hey, do a full resync without snapshot. I did the same and now it works fine. Both snapshots available are bad.

And a fully sync doesn't take ages anymore, maybe 2-3 hours.

If you need nodes, use the node list from here: https://chainz.cryptoid.info/pivx/#!network
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][PIVX] - PRIVATE INSTANT VERIFIED TRANSACTION - PROOF OF STAKE - ZEROCOIN
by
bathrobehero
on 07/06/2020, 16:40:14 UTC
So, turns out that projectmerge.org's snapshot is forked compared to chainz from block 2365699.

And pivx.blockfiles.download's latest bootstrat is at block 2191397 which block also has a different hash compared to chainz.

So let's see the hash for block 2368020, on
chainz.cryptoid.info and explorer.pivx.link it's 11dd5014f7c5a80765e3ef41bb62d615bc952ba7b0f5a5b3c09d6b02b037655e and on
pivx.ccore.online, pivx.tokenview.com it's eeb6ce309f33fd8f45730c3e9281c814efeace0bcbad5efbb5f1ab40103b932d.

So there are definitely forks.

Either way, where can I get a snapshot/bootstrap that's corrent and aren't very old?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][PIVX] - PRIVATE INSTANT VERIFIED TRANSACTION - PROOF OF STAKE - ZEROCOIN
by
bathrobehero
on 07/06/2020, 11:17:42 UTC
Since 4.1.1 I keep forking again.
Post
Topic
Board Service Discussion (Altcoins)
Re: So many new cryptocurrency exchange now, Are they safe to trade?
by
bathrobehero
on 10/04/2020, 19:36:46 UTC
I'm strictly sticking to non-custodial exchanges. I'm not going to trust even the most popular exchanges with my money. Bitrex and Poloniex both screwed me even after many years of using them (grandfacther accounts). They suddenly started asking for full-on verification and didn't allow withdrawals. Sure, some would say the writing was on the wall, but I'd expect they would at least would let us withdraw our funds in case we don't want to get verified. But no.
And they get to decide if they accept or deny verifications and if they do deny, they get to keep the funds.

So yeah, never again. I'm sticking to mostly Bisq.

The only time I'm using non-custodial services, is if I'm dealing with small amounts of money, like online betting on cloudbet.

Basically, if anyone who keep using centralized and/or custodial wallets/exchanges/services, they WILL get screwed eventually. They introduce having to trust the other party, which is one of the basic principles crypto goes against so it's foolish to give up - even if it's very convenient.
Post
Topic
Board Speculation
Re: 2019 Cryptocurrency (Elliott Wave)
by
bathrobehero
on 13/03/2020, 02:43:02 UTC

Really, a log scale for EW is a thing? WTH
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][PIVX] - PRIVATE INSTANT VERIFIED TRANSACTION - PROOF OF STAKE - ZEROCOIN
by
bathrobehero
on 11/03/2020, 22:21:12 UTC
New Exchange Listing - LATOKEN exchange, the largest IEO (Initial Exchange Offering) market according to the research firm InWara, and ranked in the Top 20 on coinmarketcap.com by trade volume, has listed PIVX on their main trading platform. Trading is live on USDT, BTC, ETH, LA, and TRX markets, as well as being added as a new payment option for funding on their IEO Launchpad. 

Press Release: https://pivx.org/latoken-exchange-lists-pivx/

With much respect, jakiman, I don't think Pivx should be proud to announce such an exchange.

IEO, IPO, ICO, however they call it, it's the same cancer disrupting crypto for yeas now. Besides that, I could only find negative experiences and their garbage tokens that only they deal with (apart from hitbtc for some reason). Any exchange with their own token should be laughed at, but I digress.

But as we all know, in the wonderful world of decentralization, a single source of information and numbers from a single centralized source are usually not accurate, especially if it's beneficial to them to massage the numbers to their own advantage. CMP's one huge issue is that they are willing to list any exchange as long as they have a public API. Then again, anyone could create a website with a falsely inflated API. And they do.

The key world in the pivx article is "reportedly".

But there's this: "Disclaimer: Any third-party services mentioned are not endorsed by PIVX team and are provided for informational purposes only."

In which case I'm absolutely baffled, why did it even make on pivx.org's announcements section? If not for monetary reasons, it's either hopefully an oversight or I'm sorry, but plain stupidity.
Post
Topic
Board Bitcoin Discussion
Re: Looking for a site with past BTC/USD monthly averages
by
bathrobehero
on 21/02/2020, 01:35:48 UTC
I've used these in the past I think: https://m.uk.investing.com/crypto/bitcoin/historical-data

They have a monthly option, I think they have opsen, close, high low and average but I'm not entirely sure. Otherwise yahoo finance might have more data.

Perfect, thank you!
Post
Topic
Board Bitcoin Discussion
Re: Looking for a site with past BTC/USD monthly averages
by
bathrobehero
on 21/02/2020, 00:02:16 UTC
Thank you. But unless I'm missing something, the first two are not monthly averages, but rather weekly averages. I could easily calculate the monthly averages, but I need a simpler, clear solution as other people would use it too.

And the third might work, but I'm looking for a free alternative, if possible.