Pages:
Author

Topic: Unitus (UIS): 1st multi-auxPoW - 0.9.3.1 Required Update before Block 25300 - page 22. (Read 102714 times)

newbie
Activity: 51
Merit: 0
this money do not understand, are three days that I can not find a block, I know that I give up

What algo are you mining?  What hashrate?

You can check the hashrate and difficulty of the Unitus Algos here: http://unitus.info/network

As of this post these are the hashrates and difficulties from the link above.  The link above is live and updates without a page refresh.

Blake256 Hashrate   270.52 GH/s
Blake256 Difficulty   18895.54969929
Skein Hashrate   18.40 GH/s
Skein Difficulty   1285.39650226
Qubit Hashrate   420.42 MH/s
Qubit Difficulty   29.365979
Yescrypt Hashrate   2.98 MH/s
Yescrypt Difficulty   0.20828963
X11 Hashrate   16.36 GH/s
X11 Difficulty   1142.85624269

Blake256 Hashrate   400.30 GH/s
Blake256 Difficulty   27960.50779266
Skein Hashrate   171.18 GH/s
Skein Difficulty   11956.98660341
Qubit Hashrate   5.11 GH/s
Qubit Difficulty   356.62273616
Yescrypt Hashrate   2.07 MH/s
Yescrypt Difficulty   0.14483449
X11 Hashrate   22.98 GH/s
X11 Difficulty   1605.37810603

Look at the difference 6h later!! difficulty is too damn high!
legendary
Activity: 2688
Merit: 1240
Merge mining on the X11 Algo does not seem to work properly for me, 6 out of 10 blocks are "rejected" with a strange error

Code:
ReadCompactSize() : size too large

Maybe the Dev has an idea ?

What does the daemons debug log say? I've noticed it limits the number of consecutive blocks per algo, got an error too many blocks from same algo during some of my tests.

The daemon's log say nothing at all unfortunately.. It not even mentions the getauxblock call...

I tried to compare the merged mining integration with established coins like doge, namecoin, via but was even more confused than before, lots of stuff used in other coins is simply commented out at all and much things still mention scrypt:

https://github.com/unitusdev/unitus/blob/master/src/main.cpp#L2346

https://github.com/unitusdev/unitus/blob/master/src/main.cpp#L2065


I'm not sure from which coin the merge mining stuff was taken... Tried to get hold of the dev through the mods.. To no avail currently..

Its surely not bitcoin 0.10 ... It would look like this then:

https://github.com/viacoin/seeder/blob/master/serialize.h

not like this

https://github.com/unitusdev/unitus/blob/master/src/serialize.h



It seems to work sometimes though.. Might be that it simply rejects Blocks from the same algo when too many have been mined on that chain - yes .. But I cannot find that part in the code...


is there any interest to get this stuff fixed or doesn't it matter ?

*lol*




People are merge mining with X11. Not sure what the problem is. I'll pass it on to the dev.

I'm merge mining too with X11 but not all block candidates get accepted - and i'm not sure why.. would be cool if the Dev could get in touch with me..

Sure. How and where, cause this ain't the place to get stuff like this sorted. IRC ?

Yup, i'm mostly in #suprnova or #bittrex , just drop me a msg and i'll reply if i'm there
member
Activity: 113
Merit: 10
Merge mining on the X11 Algo does not seem to work properly for me, 6 out of 10 blocks are "rejected" with a strange error

Code:
ReadCompactSize() : size too large

Maybe the Dev has an idea ?

What does the daemons debug log say? I've noticed it limits the number of consecutive blocks per algo, got an error too many blocks from same algo during some of my tests.

The daemon's log say nothing at all unfortunately.. It not even mentions the getauxblock call...

I tried to compare the merged mining integration with established coins like doge, namecoin, via but was even more confused than before, lots of stuff used in other coins is simply commented out at all and much things still mention scrypt:

https://github.com/unitusdev/unitus/blob/master/src/main.cpp#L2346

https://github.com/unitusdev/unitus/blob/master/src/main.cpp#L2065


I'm not sure from which coin the merge mining stuff was taken... Tried to get hold of the dev through the mods.. To no avail currently..

Its surely not bitcoin 0.10 ... It would look like this then:

https://github.com/viacoin/seeder/blob/master/serialize.h

not like this

https://github.com/unitusdev/unitus/blob/master/src/serialize.h



It seems to work sometimes though.. Might be that it simply rejects Blocks from the same algo when too many have been mined on that chain - yes .. But I cannot find that part in the code...


is there any interest to get this stuff fixed or doesn't it matter ?

*lol*




People are merge mining with X11. Not sure what the problem is. I'll pass it on to the dev.

I'm merge mining too with X11 but not all block candidates get accepted - and i'm not sure why.. would be cool if the Dev could get in touch with me..

Sure. How and where, cause this ain't the place to get stuff like this sorted. IRC ?
hero member
Activity: 798
Merit: 1000
I am now three hours that I do not receive no gain, only see increase Est. Payout: 13.0679 UIS not know what is.

Hashrate: 24.86 MH / s
Confirmed: 0.000000
Unconfirmed: 0.000000
East. Payout: 13.0679 UIS
 Huh Huh Huh Huh
hero member
Activity: 935
Merit: 1001
I don't always drink...
I am merge mining with algo qubit and getting about 3-4% rejects at http://birdspool.no-ip.org:5567
legendary
Activity: 2688
Merit: 1240
Merge mining on the X11 Algo does not seem to work properly for me, 6 out of 10 blocks are "rejected" with a strange error

Code:
ReadCompactSize() : size too large

Maybe the Dev has an idea ?

What does the daemons debug log say? I've noticed it limits the number of consecutive blocks per algo, got an error too many blocks from same algo during some of my tests.

The daemon's log say nothing at all unfortunately.. It not even mentions the getauxblock call...

I tried to compare the merged mining integration with established coins like doge, namecoin, via but was even more confused than before, lots of stuff used in other coins is simply commented out at all and much things still mention scrypt:

https://github.com/unitusdev/unitus/blob/master/src/main.cpp#L2346

https://github.com/unitusdev/unitus/blob/master/src/main.cpp#L2065


I'm not sure from which coin the merge mining stuff was taken... Tried to get hold of the dev through the mods.. To no avail currently..

Its surely not bitcoin 0.10 ... It would look like this then:

https://github.com/viacoin/seeder/blob/master/serialize.h

not like this

https://github.com/unitusdev/unitus/blob/master/src/serialize.h



It seems to work sometimes though.. Might be that it simply rejects Blocks from the same algo when too many have been mined on that chain - yes .. But I cannot find that part in the code...


is there any interest to get this stuff fixed or doesn't it matter ?

*lol*




People are merge mining with X11. Not sure what the problem is. I'll pass it on to the dev.

I'm merge mining too with X11 but not all block candidates get accepted - and i'm not sure why.. would be cool if the Dev could get in touch with me..
sr. member
Activity: 448
Merit: 250
Merge mining on the X11 Algo does not seem to work properly for me, 6 out of 10 blocks are "rejected" with a strange error

Code:
ReadCompactSize() : size too large

Maybe the Dev has an idea ?

What does the daemons debug log say? I've noticed it limits the number of consecutive blocks per algo, got an error too many blocks from same algo during some of my tests.

The daemon's log say nothing at all unfortunately.. It not even mentions the getauxblock call...

I tried to compare the merged mining integration with established coins like doge, namecoin, via but was even more confused than before, lots of stuff used in other coins is simply commented out at all and much things still mention scrypt:

https://github.com/unitusdev/unitus/blob/master/src/main.cpp#L2346

https://github.com/unitusdev/unitus/blob/master/src/main.cpp#L2065


I'm not sure from which coin the merge mining stuff was taken... Tried to get hold of the dev through the mods.. To no avail currently..

Its surely not bitcoin 0.10 ... It would look like this then:

https://github.com/viacoin/seeder/blob/master/serialize.h

not like this

https://github.com/unitusdev/unitus/blob/master/src/serialize.h



It seems to work sometimes though.. Might be that it simply rejects Blocks from the same algo when too many have been mined on that chain - yes .. But I cannot find that part in the code...


is there any interest to get this stuff fixed or doesn't it matter ?

*lol*




People are merge mining with X11. Not sure what the problem is. I'll pass it on to the dev.
legendary
Activity: 2688
Merit: 1240
Merge mining on the X11 Algo does not seem to work properly for me, 6 out of 10 blocks are "rejected" with a strange error

Code:
ReadCompactSize() : size too large

Maybe the Dev has an idea ?

What does the daemons debug log say? I've noticed it limits the number of consecutive blocks per algo, got an error too many blocks from same algo during some of my tests.

The daemon's log say nothing at all unfortunately.. It not even mentions the getauxblock call...

I tried to compare the merged mining integration with established coins like doge, namecoin, via but was even more confused than before, lots of stuff used in other coins is simply commented out at all and much things still mention scrypt:

https://github.com/unitusdev/unitus/blob/master/src/main.cpp#L2346

https://github.com/unitusdev/unitus/blob/master/src/main.cpp#L2065


I'm not sure from which coin the merge mining stuff was taken... Tried to get hold of the dev through the mods.. To no avail currently..

Its surely not bitcoin 0.10 ... It would look like this then:

https://github.com/viacoin/seeder/blob/master/serialize.h

not like this

https://github.com/unitusdev/unitus/blob/master/src/serialize.h



It seems to work sometimes though.. Might be that it simply rejects Blocks from the same algo when too many have been mined on that chain - yes .. But I cannot find that part in the code...


is there any interest to get this stuff fixed or doesn't it matter ?

*lol*
hero member
Activity: 798
Merit: 1000
it seems that the difficulty and too high to go solo Undecided
legendary
Activity: 952
Merit: 1000
Still working on frontend for new pool interface, but when it's ready in a few days, Unitus will be on it as our first merged mined coin.

If any cpu miners would like to help test our merged mining stratum implementation please send me a pm!

Awesome!

This is great news altpooler.  Thank You for having Unituscoin as the first merge mined coin.   Grin Grin
legendary
Activity: 952
Merit: 1000
this money do not understand, are three days that I can not find a block, I know that I give up

What algo are you mining?  What hashrate?

You can check the hashrate and difficulty of the Unitus Algos here: http://unitus.info/network

As of this post these are the hashrates and difficulties from the link above.  The link above is live and updates without a page refresh.

Blake256 Hashrate   270.52 GH/s
Blake256 Difficulty   18895.54969929
Skein Hashrate   18.40 GH/s
Skein Difficulty   1285.39650226
Qubit Hashrate   420.42 MH/s
Qubit Difficulty   29.365979
Yescrypt Hashrate   2.98 MH/s
Yescrypt Difficulty   0.20828963
X11 Hashrate   16.36 GH/s
X11 Difficulty   1142.85624269
hero member
Activity: 798
Merit: 1000
this money do not understand, are three days that I can not find a block, I know that I give up
sr. member
Activity: 448
Merit: 250
Still working on frontend for new pool interface, but when it's ready in a few days, Unitus will be on it as our first merged mined coin.

If any cpu miners would like to help test our merged mining stratum implementation please send me a pm!

Awesome!
sr. member
Activity: 448
Merit: 250
Is anybody mining with the Qubit algorithm?  If so, how?  Where?

Via Myriadcoin merge mining here: http://myriad.p2pool.geek.nz/help
full member
Activity: 122
Merit: 100
Developer & Pool Operator | AltPooler.com
Still working on frontend for new pool interface, but when it's ready in a few days, Unitus will be on it as our first merged mined coin.

If any cpu miners would like to help test our merged mining stratum implementation please send me a pm!
sr. member
Activity: 661
Merit: 250
hero member
Activity: 935
Merit: 1001
I don't always drink...
Is anybody mining with the Qubit algorithm?  If so, how?  Where?
sr. member
Activity: 448
Merit: 250
uis until 1950 sat.. lol...  Grin

Hashrates are still high. A good sign of health. The foundations for a resourceful token are in place.
member
Activity: 109
Merit: 10
uis until 1950 sat.. lol...  Grin
hero member
Activity: 574
Merit: 500
( ͡° ͜ʖ ͡°)
http://unit.minerpools.com/

now ,   Do not block

Blocks are going to be a lot slower due to low hash on the x11 algo. Diff is too high and hash is elsewhere right now.
Pages:
Jump to: