TheInfidel
|
|
February 27, 2016, 05:59:08 PM |
|
6 days stake it say all the time expected time for rewards 1 minute ......9 people connected but sometime is on out of sync...do you think is normal for you? what really make me sad is that people still put on yobit order to buy this coin!
I will have a look at the code for staking to see if we can get this situation resolved, I think it should not be too hard Well then while you are at it maybe you can resolve the questions about the actual stake rate and from which block. Although I believe the damage to this coin has already been done this may help it regain some interest. Taking a break? really immediately after launch with unanswered questions hanging in the air. Your day job must be with some government?
|
|
|
|
Nightz
|
|
February 27, 2016, 06:14:40 PM |
|
6 days stake it say all the time expected time for rewards 1 minute ......9 people connected but sometime is on out of sync...do you think is normal for you? what really make me sad is that people still put on yobit order to buy this coin!
I will have a look at the code for staking to see if we can get this situation resolved, I think it should not be too hard Well then while you are at it maybe you can resolve the questions about the actual stake rate and from which block. Although I believe the damage to this coin has already been done this may help it regain some interest. Taking a break? really immediately after launch with unanswered questions hanging in the air. Your day job must be with some government? I have to say I certainly agree with what you have said there, At the same time tho Damage can always be undone as long as those who caused it know how to sort it. In this world ie crypto all is a gamble at the moment Even bitcoin just a lot less likely tho. And haha love that bit Your day job must be with some government? Only time will tell now how this will turn out.
|
|
|
|
sillypothead
|
|
February 27, 2016, 06:32:10 PM |
|
so i had some of the coins to try this interesting staking, but block 10000 came and went and it looks like the % is at like 0.01%?
so first of all, welcome back dev, second of all, can we get an update on coin availability? since the algorithm wasn't working correctly, i kind of just forgot about it till the new dev post.
even after all this, still the most profitable faucet on yobit. currently ~1000 satoshi every 3 hours. gotta say this coin got it's quirks.
|
|
|
|
Nightz
|
|
February 27, 2016, 06:39:41 PM |
|
so i had some of the coins to try this interesting staking, but block 10000 came and went and it looks like the % is at like 0.01%?
so first of all, welcome back dev, second of all, can we get an update on coin availability? since the algorithm wasn't working correctly, i kind of just forgot about it till the new dev post.
even after all this, still the most profitable faucet on yobit. currently ~1000 satoshi every 3 hours. gotta say this coin got it's quirks.
As far as I can tell the stake rewards in Main.cpp are absolutely bang on https://github.com/PosEx/Posex/blob/master/src/main.cpp#L1009 I think the issue of low Pos Rewards has arisen because of this line of code in Main.h https://github.com/PosEx/Posex/blob/master/src/main.h#L43 As to me that says it will not produce no stake over 10% per annum. Now I would presume if the dev was to re adjust that line upwards then theoretically I cannot see why it would not fix the % issue.
|
|
|
|
in100
Legendary
Offline
Activity: 1200
Merit: 1021
|
|
February 27, 2016, 09:28:45 PM Last edit: February 27, 2016, 09:45:12 PM by in100 |
|
Heт, пpoблeмa в cтpoкax https://github.com/PosEx/Posex/blob/master/src/main.cpp#L1009 - https://github.com/PosEx/Posex/blob/master/src/main.cpp#L1153. Bмecтo знaкa "<" дoлжeн быть знaк ">", тoгдa лoгикa бyдeт пpaвильнoй. Translation (Google translate) No, the issue is in these lines in main.cpp: https://github.com/PosEx/Posex/blob/master/src/main.cpp#L1009 - https://github.com/PosEx/Posex/blob/master/src/main.cpp#L1153. Instead the sign "<" shall be the sign ">", then the logic will be correct.
|
1BTCin1ooigFtHHD82qquqysdfxFZGdd8a | LTCin1oo9JhxcZu8ZK5HivqwvzAdQSaoua | 4NVCin1ooAd2XKoEfEhBn6tYNUHhojf4QS Блoкчeйн биткoинa c eгo aлгopитмoм дeцeнтpaлизoвaннoгo кoнceнcyca нa caмoм дeлe нeэффeктивeн, нo нeэффeктивнocть – этo тa цeнa, кoтopyю мы плaтим зa cвoбoдy. © Andreas Antonopoulos
|
|
|
davide72
Legendary
Offline
Activity: 2226
Merit: 1014
|
|
February 27, 2016, 10:01:50 PM |
|
Wasting time and money for me...i losted with this coin! 8 days my wallet is stuck on sync and stake......
|
|
|
|
zdeni82
|
|
February 28, 2016, 11:17:00 AM |
|
stack on block 10015 any ideas guys?
|
|
|
|
davide72
Legendary
Offline
Activity: 2226
Merit: 1014
|
|
February 28, 2016, 11:25:40 AM |
|
stack on block 10015 any ideas guys?
9 days i am stuck on 10015 ....still awating for big stake! Just carefull...and look at other post , sometime it could happens to understand from other users if coin is scam or not! hope make sense what i say!
|
|
|
|
jc12345
Legendary
Offline
Activity: 1638
Merit: 1013
|
|
February 28, 2016, 11:53:22 AM |
|
stack on block 10015 any ideas guys?
9 days i am stuck on 10015 ....still awating for big stake! Just carefull...and look at other post , sometime it could happens to understand from other users if coin is scam or not! hope make sense what i say! Most people probably moved their coins to the exchange. The few that are staking will take a long time to gain enough weight. It will happen eventually and the chain will move sloooooowly over weeks.
|
|
|
|
Nightz
|
|
February 28, 2016, 12:25:39 PM |
|
if it was ">" then it means after said block if it's "<" it means the block height it's at till said block The rewards are set correct but i have also just noticed there is no "else" before the "if" in main.cpp rewards which would also contribute to this problem.
|
|
|
|
in100
Legendary
Offline
Activity: 1200
Merit: 1021
|
|
February 28, 2016, 06:55:16 PM |
|
The rewards are set correct but i have also just noticed there is no "else" before the "if" in main.cpp rewards which would also contribute to this problem.
Yes, this is second way to resolve this problem.
|
1BTCin1ooigFtHHD82qquqysdfxFZGdd8a | LTCin1oo9JhxcZu8ZK5HivqwvzAdQSaoua | 4NVCin1ooAd2XKoEfEhBn6tYNUHhojf4QS Блoкчeйн биткoинa c eгo aлгopитмoм дeцeнтpaлизoвaннoгo кoнceнcyca нa caмoм дeлe нeэффeктивeн, нo нeэффeктивнocть – этo тa цeнa, кoтopyю мы плaтим зa cвoбoдy. © Andreas Antonopoulos
|
|
|
PoSeX (OP)
|
|
February 28, 2016, 08:32:33 PM |
|
few things done will inform you of what happens
|
|
|
|
johan11
|
|
February 29, 2016, 10:25:24 AM |
|
pls post some node, my wallet not sync.
|
|
|
|
Klaasje
Legendary
Offline
Activity: 1080
Merit: 1000
BTC - 14ZVqS5UGqhY77d5u9aUSW24ipRJ2g9wmm
|
|
February 29, 2016, 03:30:22 PM |
|
pls post some node, my wallet not sync. i have one connection in my wallet  [ { "addr" : "46.236.161.66:9911", "services" : "00000001", "lastsend" : 1456759769, "lastrecv" : 1456759770, "conntime" : 1456759769, "version" : 70002, "subver" : "/Posex:1.0.0/", "inbound" : false, "startingheight" : 10016, "banscore" : 0 } ]
|
Bitcoin - 14ZVqS5UGqhY77d5u9aUSW24ipRJ2g9wmm
|
|
|
Nightz
|
|
February 29, 2016, 04:19:57 PM |
|
Awesome was just about to say i got 0 connection either Cheers buddy
|
|
|
|
Arrakeen
|
|
February 29, 2016, 04:23:17 PM |
|
I only have .3 PEX, but still hitting that freecoin button like a fiend Is it even possible to stake, holding less than 1 PEX? Or should I...buy
|
|
|
|
Nightz
|
|
February 29, 2016, 04:25:14 PM |
|
I only have .3 PEX, but still hitting that freecoin button like a fiend Is it even possible to stake, holding less than 1 PEX? Or should I...buy Not the only one doing it mate. I hope the dev has some good idea's coming, If he does I cannot see why the price should not increase. And I would say 1 coin or over would be better for staking
|
|
|
|
johan11
|
|
February 29, 2016, 04:27:58 PM |
|
I have problem - wallet on yobit.net is on maintenance - not posible windrawal coin.
|
|
|
|
Nightz
|
|
February 29, 2016, 04:30:04 PM |
|
I have problem - wallet on yobit.net is on maintenance - not posible windrawal coin. Most fucking wallets on yobit in maintenance they need to sort it.
|
|
|
|
johan11
|
|
February 29, 2016, 04:33:36 PM |
|
pls post some node, my wallet not sync. i have one connection in my wallet  [ { "addr" : "46.236.161.66:9911", "services" : "00000001", "lastsend" : 1456759769, "lastrecv" : 1456759770, "conntime" : 1456759769, "version" : 70002, "subver" : "/Posex:1.0.0/", "inbound" : false, "startingheight" : 10016, "banscore" : 0 } ] another }, { "addr" : "76.106.178.142:9911", "services" : "00000001", "lastsend" : 1456763325, "lastrecv" : 1456763326, "conntime" : 1456763324, "version" : 70002, "subver" : "/Posex:1.0.0/", "inbound" : false, "startingheight" : 10016, "banscore" : 0
|
|
|
|
|