joshafest (OP)
|
|
October 24, 2016, 04:37:54 PM |
|
I have got it working now but not under the staking tab it says the network weight is 0 ? Why is it saying this ? It can't be zero since I can't be the only one staking.
you can try going into the debug console type getstakinginfo but my theory is that the "weight" actually needs to be divided by 100000000 to be useful which puts the expected time value out. i havent got around to chciking out my theory, but the numbers seem wrong, and possibly dividing as above would make more sense. I get this error when I type in getstakinginfo I get this: "enabled" : true, "staking" : true, "errors" : "", "currentblocksize" : 1000, "currentblocktx" : 0, "pooledtx" : 0, "difficulty" : 0.00024414, "search-interval" : 16, "weight" : 1041232867, "netstakeweight" : 27791, "expectedtime" : 0 What does it even mean ? Why is this coin such a pain in the arse ? Endless issues. I could have been staking for a long time but now I lose out on so much interest How can expected time be 0 ? There is says the netstakeweight is 27791 yet on the wallet is says 0.... It is not an error it is gui wrong calculation. It can be fixed by just a line. But I am on to fix secp256 issue first
|
|
|
|
Daffadile
|
|
October 24, 2016, 05:23:36 PM |
|
I have got it working now but not under the staking tab it says the network weight is 0 ? Why is it saying this ? It can't be zero since I can't be the only one staking.
you can try going into the debug console type getstakinginfo but my theory is that the "weight" actually needs to be divided by 100000000 to be useful which puts the expected time value out. i havent got around to chciking out my theory, but the numbers seem wrong, and possibly dividing as above would make more sense. I get this error when I type in getstakinginfo I get this: "enabled" : true, "staking" : true, "errors" : "", "currentblocksize" : 1000, "currentblocktx" : 0, "pooledtx" : 0, "difficulty" : 0.00024414, "search-interval" : 16, "weight" : 1041232867, "netstakeweight" : 27791, "expectedtime" : 0 What does it even mean ? Why is this coin such a pain in the arse ? Endless issues. I could have been staking for a long time but now I lose out on so much interest How can expected time be 0 ? There is says the netstakeweight is 27791 yet on the wallet is says 0.... It is not an error it is gui wrong calculation. It can be fixed by just a line. But I am on to fix secp256 issue first OK but nothing is staking though. I have no stake transactions. Waant to make sure it stakes so I can make my mind up about investing more or not. Right now I am just testing the coin out.
|
|
|
|
kevin1234a
Legendary
Offline
Activity: 1162
Merit: 1000
Decentralizing Jesus on the Blockchain
|
|
October 24, 2016, 06:09:11 PM |
|
I have got it working now but not under the staking tab it says the network weight is 0 ? Why is it saying this ? It can't be zero since I can't be the only one staking.
you can try going into the debug console type getstakinginfo but my theory is that the "weight" actually needs to be divided by 100000000 to be useful which puts the expected time value out. i havent got around to chciking out my theory, but the numbers seem wrong, and possibly dividing as above would make more sense. I get this error when I type in getstakinginfo I get this: "enabled" : true, "staking" : true, "errors" : "", "currentblocksize" : 1000, "currentblocktx" : 0, "pooledtx" : 0, "difficulty" : 0.00024414, "search-interval" : 16, "weight" : 1041232867, "netstakeweight" : 27791, "expectedtime" : 0 What does it even mean ? Why is this coin such a pain in the arse ? Endless issues. I could have been staking for a long time but now I lose out on so much interest How can expected time be 0 ? There is says the netstakeweight is 27791 yet on the wallet is says 0.... It is not an error it is gui wrong calculation. It can be fixed by just a line. But I am on to fix secp256 issue first thank you for addressing secp256k1 along with boost issue which cyrs mentioned few posts back
|
|
|
|
crysx
|
|
October 24, 2016, 11:31:14 PM |
|
I have got it working now but not under the staking tab it says the network weight is 0 ? Why is it saying this ? It can't be zero since I can't be the only one staking.
you can try going into the debug console type getstakinginfo but my theory is that the "weight" actually needs to be divided by 100000000 to be useful which puts the expected time value out. i havent got around to chciking out my theory, but the numbers seem wrong, and possibly dividing as above would make more sense. I get this error when I type in getstakinginfo I get this: "enabled" : true, "staking" : true, "errors" : "", "currentblocksize" : 1000, "currentblocktx" : 0, "pooledtx" : 0, "difficulty" : 0.00024414, "search-interval" : 16, "weight" : 1041232867, "netstakeweight" : 27791, "expectedtime" : 0 What does it even mean ? Why is this coin such a pain in the arse ? Endless issues. I could have been staking for a long time but now I lose out on so much interest How can expected time be 0 ? There is says the netstakeweight is 27791 yet on the wallet is says 0.... It is not an error it is gui wrong calculation. It can be fixed by just a line. But I am on to fix secp256 issue first thank you for addressing secp256k1 along with boost issue which cyrs mentioned few posts back we are working on a fix ... i am testing one of the suggestions today - that josh put forward ... i didnt have time yesterday ... another coffee - job search for contracts - then get stuck into it ... i need to have a fix for another coin today who is also waiting on a node setup ... so my time is full today and will be going through till the late eveingin ... taking tomorrow off - as i need a rest ... didnt take any time out over the weekend ... we will get through this ... josh and limxdev are good knowledgable guys ... #crysx
|
|
|
|
|
|
joshafest (OP)
|
|
October 25, 2016, 01:44:02 AM |
|
How did you override secp256k1 issue?
|
|
|
|
crysx
|
|
October 25, 2016, 01:51:55 AM |
|
How did you override secp256k1 issue? probably using ubuntu or windows ... as they still use the older coding / gcc ... #crysx
|
|
|
|
GREEDYJOHN
Legendary
Offline
Activity: 1778
Merit: 1000
|
|
October 25, 2016, 04:32:36 AM |
|
I have got it working now but not under the staking tab it says the network weight is 0 ? Why is it saying this ? It can't be zero since I can't be the only one staking.
you can try going into the debug console type getstakinginfo but my theory is that the "weight" actually needs to be divided by 100000000 to be useful which puts the expected time value out. i havent got around to chciking out my theory, but the numbers seem wrong, and possibly dividing as above would make more sense. I get this error when I type in getstakinginfo I get this: "enabled" : true, "staking" : true, "errors" : "", "currentblocksize" : 1000, "currentblocktx" : 0, "pooledtx" : 0, "difficulty" : 0.00024414, "search-interval" : 16, "weight" : 1041232867, "netstakeweight" : 27791, "expectedtime" : 0 What does it even mean ? Why is this coin such a pain in the arse ? Endless issues. I could have been staking for a long time but now I lose out on so much interest How can expected time be 0 ? There is says the netstakeweight is 27791 yet on the wallet is says 0.... It is not an error it is gui wrong calculation. It can be fixed by just a line. But I am on to fix secp256 issue first thank you for addressing secp256k1 along with boost issue which cyrs mentioned few posts back we are working on a fix ... i am testing one of the suggestions today - that josh put forward ... i didnt have time yesterday ... another coffee - job search for contracts - then get stuck into it ... i need to have a fix for another coin today who is also waiting on a node setup ... so my time is full today and will be going through till the late eveingin ... taking tomorrow off - as i need a rest ... didnt take any time out over the weekend ... we will get through this ... josh and limxdev are good knowledgable guys ...#crysx It is good that we have a SOLID technical base
|
|
|
|
bumbacoin
Legendary
Offline
Activity: 1638
Merit: 1036
|
|
October 25, 2016, 08:39:24 AM |
|
How did you override secp256k1 issue? probably using ubuntu or windows ... as they still use the older coding / gcc ... #crysx hehe. yes. ubuntu 14 is of no problems
|
💦☔️🐳💚💖💛 | ★ | | ★
| | ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ | | ★ | 🐠👻🍗🌳🐵
|
|
|
|
crysx
|
|
October 25, 2016, 11:38:59 AM |
|
How did you override secp256k1 issue? probably using ubuntu or windows ... as they still use the older coding / gcc ... #crysx hehe. yes. ubuntu 14 is of no problems i dont know debian based systems well enough ... if something breaks under my watch - it can cause some issues bumba ... and im not willing for that to happen with something as important as seednodes and daemons ... we have found a few issues and have prepared to fix a few things ... josh is doing a whole lot in the backend for the fix ... as for me - ill maintain the redhat systems ... too many of them now to relearn ... the new fedora 24 x64 server is brilliant - but uses gcc61 - so breaks the compilations in a lot of coins ... until they upgrade the syntax to the new gcc611 ... may end up going with the fedora 23 x64 server - which works as it does not have the crippled openssl integrated and the secp256k1 curve and gcc53 ... then upgrade later when all the coin devs catch up with the new c++ version ... isnt this fun? ... NOT!!! ... hehehe ... #crysx
|
|
|
|
bumbacoin
Legendary
Offline
Activity: 1638
Merit: 1036
|
|
October 25, 2016, 02:42:31 PM |
|
i dont know debian based systems well enough ... if something breaks under my watch - it can cause some issues bumba ... and im not willing for that to happen with something as important as seednodes and daemons ... we have found a few issues and have prepared to fix a few things ... josh is doing a whole lot in the backend for the fix ... as for me - ill maintain the redhat systems ... too many of them now to relearn ... the new fedora 24 x64 server is brilliant - but uses gcc61 - so breaks the compilations in a lot of coins ... until they upgrade the syntax to the new gcc611 ... may end up going with the fedora 23 x64 server - which works as it does not have the crippled openssl integrated and the secp256k1 curve and gcc53 ... then upgrade later when all the coin devs catch up with the new c++ version ... isnt this fun? ... NOT!!! ... hehehe ... #crysx any reason why not install older gcc on fedora24 ??
|
💦☔️🐳💚💖💛 | ★ | | ★
| | ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ | | ★ | 🐠👻🍗🌳🐵
|
|
|
|
crysx
|
|
October 25, 2016, 10:59:12 PM |
|
i dont know debian based systems well enough ... if something breaks under my watch - it can cause some issues bumba ... and im not willing for that to happen with something as important as seednodes and daemons ... we have found a few issues and have prepared to fix a few things ... josh is doing a whole lot in the backend for the fix ... as for me - ill maintain the redhat systems ... too many of them now to relearn ... the new fedora 24 x64 server is brilliant - but uses gcc61 - so breaks the compilations in a lot of coins ... until they upgrade the syntax to the new gcc611 ... may end up going with the fedora 23 x64 server - which works as it does not have the crippled openssl integrated and the secp256k1 curve and gcc53 ... then upgrade later when all the coin devs catch up with the new c++ version ... isnt this fun? ... NOT!!! ... hehehe ... #crysx any reason why not install older gcc on fedora24 ?? its too much work - as gcc61 is inherent in fedora 24 ... of course it can be done ... i guess its more s more a time / effort situation than anything else ... ill setup a development machine just for this - and see what happens ... not using any production machines to 'play' ... time wastage again? ... chat tomorrow - im off ... #crysx
|
|
|
|
Lazyriver
Newbie
Offline
Activity: 34
Merit: 0
|
|
October 26, 2016, 08:51:33 PM |
|
How can I increase staking amount? I've got 4000 in my wallet, but stake amount only 40.
|
|
|
|
GREEDYJOHN
Legendary
Offline
Activity: 1778
Merit: 1000
|
|
October 26, 2016, 10:14:53 PM |
|
How can I increase staking amount? I've got 4000 in my wallet, but stake amount only 40.
Just keep on staking, the other coins will stake after a while. POS rewards will increase when we get to block 15,000. Just check the first page of this thread.
|
|
|
|
Daffadile
|
|
October 26, 2016, 11:24:16 PM |
|
I still haven't been able to stake anything. How long does it take ? There was another coin that also said 0 network weight same as b3 but it staked and worked. B3 just doesn't seem to want to stake.
|
|
|
|
GREEDYJOHN
Legendary
Offline
Activity: 1778
Merit: 1000
|
|
October 26, 2016, 11:38:29 PM |
|
I still haven't been able to stake anything. How long does it take ? There was another coin that also said 0 network weight same as b3 but it staked and worked. B3 just doesn't seem to want to stake.
Do you have up to 1000 B3 coins? You will stake better if you have more coins. Remember that B3 is till being POW mined, so POW mining is consuming a lot of blocks. I used to have similar problem for many days, but things should resolve after a few days/
|
|
|
|
crysx
|
|
October 27, 2016, 12:55:25 AM |
|
I still haven't been able to stake anything. How long does it take ? There was another coin that also said 0 network weight same as b3 but it staked and worked. B3 just doesn't seem to want to stake.
Do you have up to 1000 B3 coins? You will stake better if you have more coins. Remember that B3 is till being POW mined, so POW mining is consuming a lot of blocks. I used to have similar problem for many days, but things should resolve after a few days/ PoW shouldnt make any difference to the stake reward mate ... the percentage for staking stays the same - just the weight changes ... so when you have more coins - you stake more often - but you still get the same percentage ... so if you have a small amount of coins - it will stake - just much slower - no matter what the PoW hashrate is ... #crysx
|
|
|
|
testbug
|
|
October 27, 2016, 07:37:55 PM |
|
b3.poolinat0r.com I have disabled stakeing for the pool wallet. Payout problem from yesterday got resolved and i checked latest withdraws: working. Efficiency is most likely always on 100% (i moved the stratum yesterday to a phsyical server instead of a vm).
|
|
|
|
GREEDYJOHN
Legendary
Offline
Activity: 1778
Merit: 1000
|
|
October 27, 2016, 07:39:44 PM |
|
b3.poolinat0r.com I have disabled stakeing for the pool wallet. Payout problem from yesterday got resolved and i checked latest withdraws: working. Efficiency is most likely always on 100% (i moved the stratum yesterday to a phsyical server instead of a vm).
Good work - I have been too busy. Anyway, I hope other people begin to use the pool, because I am down on funds right now.
|
|
|
|
|