-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
argon2d mining and warning about unknown block versions #11
Comments
CSV signaling has begun, this is why the message is being displayed. You are still able to mine Argon2d correct? |
Well, no ... that's what I was trying to say:
and the miner doesn't do anything after that (i used --debug and --protocol-dump) I also couldn't find a working argon2d pool for Argentum and couldn't get my own P2pool to work at all. It connects to the daemon, gets a coinbase address, but then all it says is
over and over again I can connect to its web interface on port 15832, but the miner doesn't connect (tried both stratum and getblocktemplate) Any clues? |
I'm showing P2pool working fine. I just checked the web interface. http://144.202.80.45:9552/static/ which server are you trying to connect to? what steps did you take to setup your own p2pool server? |
Sorry for the lack of replies, I got busy with other things. I was connecting to my own server -- see my first previous posts. Is there an Argon2d pool anywhere that I can try? I couldn't find one. |
I compiled the daemon on a Ubuntu system using the bdb 5.1 compiled from sources (your docs are wrong, the bitcoin PPA does not have bdb 5.1)
After sync'ing, getinfo says
Warning: Unknown block versions being mined! It's possible unknown rules are in effect
. This warning is normally associated with segwit signalling in bitcoin, but no idea what it's doing in argentum ... any clues? Anything to worry about?I tried to solo mine on argon2d using the unitus miner and
getblocktemplate
. It gets the block info from the daemon but spitsUnrecognized block version: 614662149
I also installed P2Pool-argentum. This has the same warning.
The block explorer shows blocks mined on argon2d so at least one miner is working. Care to shed some light?
The text was updated successfully, but these errors were encountered: