Pages:
Author

Topic: Unitus (UIS) - Superior Blockchain Technology: 1st Multi-Algo Merge-Mined - page 29. (Read 68127 times)

legendary
Activity: 3136
Merit: 1116
I'm syncing now with fresh build on Linux. Will update when I get a chance to check it.
a few from your peer list would help.
Maybe I got stuck on a fork or something. I noticed that the 4 peers I'm connected to have a starting height of  12078
I'm probably banned for misbehaving from some of the good nodes.

peerinfo:


Code:
[
{
"addr" : "192.95.29.72:50603",
"services" : "00000001",
"lastsend" : 1477247653,
"lastrecv" : 1477247653,
"bytessent" : 56574007,
"bytesrecv" : 227613429,
"conntime" : 1477242499,
"pingtime" : 0.00000000,
"version" : 70003,
"subver" : "/Satoshi:0.9.6.2/",
"inbound" : false,
"startingheight" : 738293,
"banscore" : 0,
"syncnode" : true
},
{
"addr" : "82.200.205.30:50603",
"services" : "00000001",
"lastsend" : 1477247257,
"lastrecv" : 1477247258,
"bytessent" : 2491592,
"bytesrecv" : 6091249,
"conntime" : 1477242569,
"pingtime" : 0.00000000,
"version" : 70003,
"subver" : "/Satoshi:0.9.6.2/",
"inbound" : false,
"startingheight" : 738294,
"banscore" : 0,
"syncnode" : false
},
{
"addr" : "74.120.220.54:50603",
"services" : "00000001",
"lastsend" : 1477247252,
"lastrecv" : 1477247252,
"bytessent" : 42481469,
"bytesrecv" : 150489340,
"conntime" : 1477242641,
"pingtime" : 0.00000000,
"version" : 70003,
"subver" : "/Satoshi:0.9.6.2/",
"inbound" : false,
"startingheight" : 738295,
"banscore" : 0,
"syncnode" : false
}
]
legendary
Activity: 1294
Merit: 1039
I'm syncing now with fresh build on Linux. Will update when I get a chance to check it.
a few from your peer list would help.
Maybe I got stuck on a fork or something. I noticed that the 4 peers I'm connected to have a starting height of  12078
I'm probably banned for misbehaving from some of the good nodes.
legendary
Activity: 3136
Merit: 1116
I'm syncing now with fresh build on Linux. Will update when I get a chance to check it.

Edit: I'm still 15 weeks behind, but way past block 12078, at about 622k right now. Fresh build on Ubuntu 16.04 with boost 1.58.
legendary
Activity: 1294
Merit: 1039
I've removed both directories several times and re-cloned the depo, on three different Ubuntu server boxes - each box uses a different boost version.
I'm up to 42 wallets now on http://Altcoinwarz.com and am trying to add Unitus.

maybe I'll try an older wallet to get past block 12078


I only tested Windows (v0.9.6.2-7aca60a-beta)  wallet and rPI wallet.
Both without problems...

I'm sure there are other linux users out there, and it seems I'm the only one having problems.
I'll just try a few other things.
legendary
Activity: 1354
Merit: 1020
I was diagnosed with brain parasite
I've removed both directories several times and re-cloned the depo, on three different Ubuntu server boxes - each box uses a different boost version.
I'm up to 42 wallets now on http://Altcoinwarz.com and am trying to add Unitus.

maybe I'll try an older wallet to get past block 12078

someone said: "only idea I have is delete all and try with new wallet from scratch"

If you don't know how to delete the blocks, you can do this:
1. just add a "-reindex" to your wallet startup script
2. so, if you start your wallet in linux, you'd just do normally:
./Unitus-qt

and with reindex:
./Unitus-qt -reindex


Try restarting a few times.

If it doesn't work, check if you see some specific error message in your debug.log file.

so how do you get past block 12078 ?

I tried a couple of different linux boxes, and still keep getting stuck at 12078

Here are the errors in case they remind somebody of a cure:
Code:
2016-10-22 17:27:29 ProcessBlock: ACCEPTED
2016-10-22 17:27:29 ERROR: ConnectBlock() : coinbase pays too much (actual=9900000000 vs limit=9899999999)
2016-10-22 17:27:29 Misbehaving: 82.200.205.30:50603 (0 -> 100) BAN THRESHOLD EXCEEDED
2016-10-22 17:27:29 InvalidChainFound: invalid block=00198e4b0461d5a11c2536eef2f7e992a9fd391d9185e397ce40a9cfad9b1175  height=12079  log2_work=251.23672  date=2015-01-06 20:32:22
2016-10-22 17:27:29 InvalidChainFound:  current best=04857fa33ea4e84994488efd9243cd3b5dbbd0d74e940ca19ab797f733cb3f70  height=12078  log2_work=251.23669  date=2015-01-06 20:31:55
2016-10-22 17:27:29 ERROR: ConnectTip() : ConnectBlock 00198e4b0461d5a11c2536eef2f7e992a9fd391d9185e397ce40a9cfad9b1175 failed
2016-10-22 17:27:29 InvalidChainFound: invalid block=00198e4b0461d5a11c2536eef2f7e992a9fd391d9185e397ce40a9cfad9b1175  height=12079  log2_work=251.23672  date=2015-01-06 20:32:22
2016-10-22 17:27:29 InvalidChainFound:  current best=04857fa33ea4e84994488efd9243cd3b5dbbd0d74e940ca19ab797f733cb3f70  height=12078  log2_work=251.23669  date=2015-01-06 20:31:55

then a bunch of:
ProcessBlock: ORPHAN BLOCK 1, prev=5adfc6e9cacb013e0305e7070f4cbbf87cf1552f0cd3f766ed34b3a731c08086

and a few of these with different IP's:
connect() to 151.252.70.168:50603 failed after select(): Connection refused (111)


ring any bells??



What version of wallet do you use?
"version" : 90602,
 "protocolversion" : 70003,


I only tested Windows (v0.9.6.2-7aca60a-beta)  wallet and rPI wallet.
Both without problems...
legendary
Activity: 1294
Merit: 1039
I've removed both directories several times and re-cloned the depo, on three different Ubuntu server boxes - each box uses a different boost version.
I'm up to 42 wallets now on http://Altcoinwarz.com and am trying to add Unitus.

maybe I'll try an older wallet to get past block 12078

someone said: "only idea I have is delete all and try with new wallet from scratch"

If you don't know how to delete the blocks, you can do this:
1. just add a "-reindex" to your wallet startup script
2. so, if you start your wallet in linux, you'd just do normally:
./Unitus-qt

and with reindex:
./Unitus-qt -reindex


Try restarting a few times.

If it doesn't work, check if you see some specific error message in your debug.log file.

so how do you get past block 12078 ?

I tried a couple of different linux boxes, and still keep getting stuck at 12078

Here are the errors in case they remind somebody of a cure:
Code:
2016-10-22 17:27:29 ProcessBlock: ACCEPTED
2016-10-22 17:27:29 ERROR: ConnectBlock() : coinbase pays too much (actual=9900000000 vs limit=9899999999)
2016-10-22 17:27:29 Misbehaving: 82.200.205.30:50603 (0 -> 100) BAN THRESHOLD EXCEEDED
2016-10-22 17:27:29 InvalidChainFound: invalid block=00198e4b0461d5a11c2536eef2f7e992a9fd391d9185e397ce40a9cfad9b1175  height=12079  log2_work=251.23672  date=2015-01-06 20:32:22
2016-10-22 17:27:29 InvalidChainFound:  current best=04857fa33ea4e84994488efd9243cd3b5dbbd0d74e940ca19ab797f733cb3f70  height=12078  log2_work=251.23669  date=2015-01-06 20:31:55
2016-10-22 17:27:29 ERROR: ConnectTip() : ConnectBlock 00198e4b0461d5a11c2536eef2f7e992a9fd391d9185e397ce40a9cfad9b1175 failed
2016-10-22 17:27:29 InvalidChainFound: invalid block=00198e4b0461d5a11c2536eef2f7e992a9fd391d9185e397ce40a9cfad9b1175  height=12079  log2_work=251.23672  date=2015-01-06 20:32:22
2016-10-22 17:27:29 InvalidChainFound:  current best=04857fa33ea4e84994488efd9243cd3b5dbbd0d74e940ca19ab797f733cb3f70  height=12078  log2_work=251.23669  date=2015-01-06 20:31:55

then a bunch of:
ProcessBlock: ORPHAN BLOCK 1, prev=5adfc6e9cacb013e0305e7070f4cbbf87cf1552f0cd3f766ed34b3a731c08086

and a few of these with different IP's:
connect() to 151.252.70.168:50603 failed after select(): Connection refused (111)


ring any bells??



What version of wallet do you use?
"version" : 90602,
 "protocolversion" : 70003,

full member
Activity: 226
Merit: 100
someone said: "only idea I have is delete all and try with new wallet from scratch"

If you don't know how to delete the blocks, you can do this:
1. just add a "-reindex" to your wallet startup script
2. so, if you start your wallet in linux, you'd just do normally:
./Unitus-qt

and with reindex:
./Unitus-qt -reindex


Try restarting a few times.

If it doesn't work, check if you see some specific error message in your debug.log file.

so how do you get past block 12078 ?

I tried a couple of different linux boxes, and still keep getting stuck at 12078

Here are the errors in case they remind somebody of a cure:
Code:
2016-10-22 17:27:29 ProcessBlock: ACCEPTED
2016-10-22 17:27:29 ERROR: ConnectBlock() : coinbase pays too much (actual=9900000000 vs limit=9899999999)
2016-10-22 17:27:29 Misbehaving: 82.200.205.30:50603 (0 -> 100) BAN THRESHOLD EXCEEDED
2016-10-22 17:27:29 InvalidChainFound: invalid block=00198e4b0461d5a11c2536eef2f7e992a9fd391d9185e397ce40a9cfad9b1175  height=12079  log2_work=251.23672  date=2015-01-06 20:32:22
2016-10-22 17:27:29 InvalidChainFound:  current best=04857fa33ea4e84994488efd9243cd3b5dbbd0d74e940ca19ab797f733cb3f70  height=12078  log2_work=251.23669  date=2015-01-06 20:31:55
2016-10-22 17:27:29 ERROR: ConnectTip() : ConnectBlock 00198e4b0461d5a11c2536eef2f7e992a9fd391d9185e397ce40a9cfad9b1175 failed
2016-10-22 17:27:29 InvalidChainFound: invalid block=00198e4b0461d5a11c2536eef2f7e992a9fd391d9185e397ce40a9cfad9b1175  height=12079  log2_work=251.23672  date=2015-01-06 20:32:22
2016-10-22 17:27:29 InvalidChainFound:  current best=04857fa33ea4e84994488efd9243cd3b5dbbd0d74e940ca19ab797f733cb3f70  height=12078  log2_work=251.23669  date=2015-01-06 20:31:55

then a bunch of:
ProcessBlock: ORPHAN BLOCK 1, prev=5adfc6e9cacb013e0305e7070f4cbbf87cf1552f0cd3f766ed34b3a731c08086

and a few of these with different IP's:
connect() to 151.252.70.168:50603 failed after select(): Connection refused (111)


ring any bells??



What version of wallet do you use?
"version" : 90602,
 "protocolversion" : 70003,

legendary
Activity: 1354
Merit: 1020
I was diagnosed with brain parasite
Hi,

We've added UIS to our skein algo on the miners multipool: www.zpool.ca

We now mine UIS on all 5 algos!

Cheers!

Thanks a lot!
legendary
Activity: 3486
Merit: 1126
Hi,

We've added UIS to our skein algo on the miners multipool: www.zpool.ca

We now mine UIS on all 5 algos!

Cheers!
legendary
Activity: 1294
Merit: 1039
Try restarting a few times.

If it doesn't work, check if you see some specific error message in your debug.log file.

so how do you get past block 12078 ?

I tried a couple of different linux boxes, and still keep getting stuck at 12078

Here are the errors in case they remind somebody of a cure:
Code:
2016-10-22 17:27:29 ProcessBlock: ACCEPTED
2016-10-22 17:27:29 ERROR: ConnectBlock() : coinbase pays too much (actual=9900000000 vs limit=9899999999)
2016-10-22 17:27:29 Misbehaving: 82.200.205.30:50603 (0 -> 100) BAN THRESHOLD EXCEEDED
2016-10-22 17:27:29 InvalidChainFound: invalid block=00198e4b0461d5a11c2536eef2f7e992a9fd391d9185e397ce40a9cfad9b1175  height=12079  log2_work=251.23672  date=2015-01-06 20:32:22
2016-10-22 17:27:29 InvalidChainFound:  current best=04857fa33ea4e84994488efd9243cd3b5dbbd0d74e940ca19ab797f733cb3f70  height=12078  log2_work=251.23669  date=2015-01-06 20:31:55
2016-10-22 17:27:29 ERROR: ConnectTip() : ConnectBlock 00198e4b0461d5a11c2536eef2f7e992a9fd391d9185e397ce40a9cfad9b1175 failed
2016-10-22 17:27:29 InvalidChainFound: invalid block=00198e4b0461d5a11c2536eef2f7e992a9fd391d9185e397ce40a9cfad9b1175  height=12079  log2_work=251.23672  date=2015-01-06 20:32:22
2016-10-22 17:27:29 InvalidChainFound:  current best=04857fa33ea4e84994488efd9243cd3b5dbbd0d74e940ca19ab797f733cb3f70  height=12078  log2_work=251.23669  date=2015-01-06 20:31:55

then a bunch of:
ProcessBlock: ORPHAN BLOCK 1, prev=5adfc6e9cacb013e0305e7070f4cbbf87cf1552f0cd3f766ed34b3a731c08086

and a few of these with different IP's:
connect() to 151.252.70.168:50603 failed after select(): Connection refused (111)


ring any bells??



What version of wallet do you use?
"version" : 90602,
 "protocolversion" : 70003,
legendary
Activity: 1354
Merit: 1020
I was diagnosed with brain parasite
Try restarting a few times.

If it doesn't work, check if you see some specific error message in your debug.log file.

so how do you get past block 12078 ?

I tried a couple of different linux boxes, and still keep getting stuck at 12078

Here are the errors in case they remind somebody of a cure:
Code:
2016-10-22 17:27:29 ProcessBlock: ACCEPTED
2016-10-22 17:27:29 ERROR: ConnectBlock() : coinbase pays too much (actual=9900000000 vs limit=9899999999)
2016-10-22 17:27:29 Misbehaving: 82.200.205.30:50603 (0 -> 100) BAN THRESHOLD EXCEEDED
2016-10-22 17:27:29 InvalidChainFound: invalid block=00198e4b0461d5a11c2536eef2f7e992a9fd391d9185e397ce40a9cfad9b1175  height=12079  log2_work=251.23672  date=2015-01-06 20:32:22
2016-10-22 17:27:29 InvalidChainFound:  current best=04857fa33ea4e84994488efd9243cd3b5dbbd0d74e940ca19ab797f733cb3f70  height=12078  log2_work=251.23669  date=2015-01-06 20:31:55
2016-10-22 17:27:29 ERROR: ConnectTip() : ConnectBlock 00198e4b0461d5a11c2536eef2f7e992a9fd391d9185e397ce40a9cfad9b1175 failed
2016-10-22 17:27:29 InvalidChainFound: invalid block=00198e4b0461d5a11c2536eef2f7e992a9fd391d9185e397ce40a9cfad9b1175  height=12079  log2_work=251.23672  date=2015-01-06 20:32:22
2016-10-22 17:27:29 InvalidChainFound:  current best=04857fa33ea4e84994488efd9243cd3b5dbbd0d74e940ca19ab797f733cb3f70  height=12078  log2_work=251.23669  date=2015-01-06 20:31:55

then a bunch of:
ProcessBlock: ORPHAN BLOCK 1, prev=5adfc6e9cacb013e0305e7070f4cbbf87cf1552f0cd3f766ed34b3a731c08086

and a few of these with different IP's:
connect() to 151.252.70.168:50603 failed after select(): Connection refused (111)


ring any bells??



What version of wallet do you use?
legendary
Activity: 1294
Merit: 1039
Try restarting a few times.

If it doesn't work, check if you see some specific error message in your debug.log file.

so how do you get past block 12078 ?

I tried a couple of different linux boxes, and still keep getting stuck at 12078

Here are the errors in case they remind somebody of a cure:
Code:
2016-10-22 17:27:29 ProcessBlock: ACCEPTED
2016-10-22 17:27:29 ERROR: ConnectBlock() : coinbase pays too much (actual=9900000000 vs limit=9899999999)
2016-10-22 17:27:29 Misbehaving: 82.200.205.30:50603 (0 -> 100) BAN THRESHOLD EXCEEDED
2016-10-22 17:27:29 InvalidChainFound: invalid block=00198e4b0461d5a11c2536eef2f7e992a9fd391d9185e397ce40a9cfad9b1175  height=12079  log2_work=251.23672  date=2015-01-06 20:32:22
2016-10-22 17:27:29 InvalidChainFound:  current best=04857fa33ea4e84994488efd9243cd3b5dbbd0d74e940ca19ab797f733cb3f70  height=12078  log2_work=251.23669  date=2015-01-06 20:31:55
2016-10-22 17:27:29 ERROR: ConnectTip() : ConnectBlock 00198e4b0461d5a11c2536eef2f7e992a9fd391d9185e397ce40a9cfad9b1175 failed
2016-10-22 17:27:29 InvalidChainFound: invalid block=00198e4b0461d5a11c2536eef2f7e992a9fd391d9185e397ce40a9cfad9b1175  height=12079  log2_work=251.23672  date=2015-01-06 20:32:22
2016-10-22 17:27:29 InvalidChainFound:  current best=04857fa33ea4e84994488efd9243cd3b5dbbd0d74e940ca19ab797f733cb3f70  height=12078  log2_work=251.23669  date=2015-01-06 20:31:55

then a bunch of:
ProcessBlock: ORPHAN BLOCK 1, prev=5adfc6e9cacb013e0305e7070f4cbbf87cf1552f0cd3f766ed34b3a731c08086

and a few of these with different IP's:
connect() to 151.252.70.168:50603 failed after select(): Connection refused (111)


ring any bells??

full member
Activity: 226
Merit: 100
Try restarting a few times.

If it doesn't work, check if you see some specific error message in your debug.log file.

so how do you get past block 12078 ?

legendary
Activity: 1294
Merit: 1039
so how do you get past block 12078 ?
legendary
Activity: 3136
Merit: 1116
Nice work erkan. Thanks for setting up a public merge mining pool.
full member
Activity: 226
Merit: 100
The pool has just sent 4715 UIS payout to 13 people (for 7 days work).

The Unitus coin payout per day has doubled for this week, see http://imgur.com/a/RcVnv

(As always, MyriadCoin payout is paid immediately after each block is found.)


full member
Activity: 226
Merit: 100

Thank you for announcing here, @killerjoegreece

The pool has now 25 miners who mine Unitus coins AND MyriadCoins at same time

uptime is >9 days
legendary
Activity: 1666
Merit: 1007
Professional Native Greek Translator (2000+ done)
legendary
Activity: 1354
Merit: 1020
I was diagnosed with brain parasite
Grin  just got picked up at 28 sats  :}


Good, you can dump on me when I pump UIS.
I will be buying after summer on Yobit.
More info in UIS slack.
Pages:
Jump to: