abbeytim
|
|
September 14, 2017, 08:33:39 PM |
|
That was a few hours ago. Check the recent blocks. 16:23:46  getinfo 16:23:46  { "version" : "v1.4.3.1", "protocolversion" : 71062, "walletversion" : 60000, "balance" : 0.00090000, "newmint" : 12.40329947, "stake" : 0.00000000, "blocks" : 1479193, "timeoffset" : 0, "moneysupply" : 7340022.00787421, "connections" : 1, "proxy" : "", "ip" : "190.202.x.x", "ipv4" : "190.202.x.x", "ipv6" : "0.0.0.0", "difficulty" : { "proof-of-work" : 1.24027707, "proof-of-stake" : 0.00024414 }, "testnet" : false, "keypoololdest" : 1503492406, "keypoolsize" : 101, "mininput" : 0.00000000, "paytxfee" : 0.00000000, "errors" : "" } Not sure what you're trying to show. Your wallet is still v1.4.3.1. Check the reward in this block: https://chainz.cryptoid.info/xmg/block.dws?1479159.htmThe new v1.4.4 is supposed to return to old rewards tomorrow night, but I can already see new blocks with rewards of 30 XMG, probably because pools already upgraded and there's something wrong with the "time trigger"... as far as i know 1.4.4 is testnet
|
|
|
|
|
abbeytim
|
|
September 14, 2017, 08:44:20 PM |
|
i see hopefully joe will give us an update
|
|
|
|
seeksilence
|
|
September 14, 2017, 08:44:55 PM |
|
Just temporarily disabled payout. Do not know if xmgpool is on the right track now. Block values are 43.25 now.
No one use 1.4.4, it is for testnet. It will be released Thursday night.
|
|
|
|
malafaya
|
|
September 14, 2017, 08:48:05 PM |
|
Just temporarily disabled payout. Do not know if xmgpool is on the right track now. Block values are 43.25 now.
No one use 1.4.4, it is for testnet. It will be released Thursday night.
It's thursday night for me already . Binaries will be released tonight. Source code already made available per Joe's post, to those willing to compile. At least, this is what I understood earliler today.
|
|
|
|
|
Pool42
Newbie
Offline
Activity: 28
Merit: 0
|
|
September 14, 2017, 08:55:34 PM |
|
As large blocks are falling, Pool42 has disabled its payouts temporarily. Don't worry it shall be back soon enough when we are sure blocks are effectively valid.
|
|
|
|
ex33s
|
|
September 14, 2017, 08:57:42 PM |
|
Could you explain it a bit more why you think there's a bug on that return statement?
|
|
|
|
|
seeksilence
|
|
September 14, 2017, 09:01:11 PM |
|
#define HEIGHT_INIT_MAINTENANCE 1451226
#define HEIGHT_END_MAINTENANCE 1481500
bool IsMaintenance(const CBlockIndex* pindex_)
{
return ( (pindex_->nHeight > HEIGHT_INIT_MAINTENANCE) && (pindex_->nHeight < HEIGHT_END_MAINTENANCE) );
}
The maintenance is supposed to end at block 1481500. But current block is only 1479208. Should still in maintenance mode.
|
|
|
|
ex33s
|
|
September 14, 2017, 09:08:11 PM |
|
#define HEIGHT_INIT_MAINTENANCE 1451226
#define HEIGHT_END_MAINTENANCE 1481500
bool IsMaintenance(const CBlockIndex* pindex_)
{
return ( (pindex_->nHeight > HEIGHT_INIT_MAINTENANCE) && (pindex_->nHeight < HEIGHT_END_MAINTENANCE) );
}
The maintenance is supposed to end at block 1481500. But current block is only 1479208. Should still in maintenance mode.
That return stametanet will return true or false So breaking it down a bit (pindex_->nHeight > HEIGHT_INIT_MAINTENANCE) will say true as we are at block ~1479208 which is higher then HEIGHT_INIT_MAINTENANCE (pindex_->nHeight < HEIGHT_END_MAINTENANCE) will say true as we are at block ~1479208 which is lower then HEIGHT_END_MAINTENANCE With between both statements means both needs to be true for it to be in maintenance. So that function with current block will return true. If ether of them was false, the return would be false too So magi is in maintenance
|
|
|
|
My9bot
|
|
September 14, 2017, 09:10:08 PM |
|
Could you explain it a bit more why you think there's a bug on that return statement? ohh sry im worng i think a have to sleep a while
|
|
|
|
malafaya
|
|
September 14, 2017, 09:17:19 PM |
|
My wallet is v1.4.3.1 and it says next reward is 43.245 XMG... Could it be actually v1.4.3.1 that already crossed the maintenance threshold, and v1.4.4 delayed it? This is very weird...
|
|
|
|
|
malafaya
|
|
September 14, 2017, 09:34:05 PM |
|
Yep, that's right. I looked a bit further, to where the reward gets multiplied by 0.3 in maintenance, and it seems that function (GetProofOfWorkReward_OPM) is only used under some "POM V2 whatever" height? Is this (still) our current height? Or we can just wait for Joe? This is tiring.
|
|
|
|
victorgml
Newbie
Offline
Activity: 5
Merit: 0
|
|
September 14, 2017, 09:39:20 PM |
|
Hi everybody I have a problem with my wallet, I downloaded version 1.4.3 it was full sinc and I have some magic coins there, but today I want to open it and it show me an error that says that my pc don't have enough resources and then it erase the file m-wallet.exe Can anyone help me? I already lost my magi coin? I don't know what to do
|
|
|
|
AngryWhiteWolf
|
|
September 14, 2017, 09:42:43 PM |
|
Hi everybody I have a problem with my wallet, I downloaded version 1.4.3 it was full sinc and I have some magic coins there, but today I want to open it and it show me an error that says that my pc don't have enough resources and then it erase the file m-wallet.exe Can anyone help me? I already lost my magi coin? I don't know what to do There will be an update (1.4.4) very soon, that will fix all issues from the last couple of days. Better wait until then. If you have wallet.dat you are ok.
|
|
|
|
victorgml
Newbie
Offline
Activity: 5
Merit: 0
|
|
September 14, 2017, 10:11:40 PM |
|
Ok ok thanks I will wait for the update
|
|
|
|
pmsk
Newbie
Offline
Activity: 73
Merit: 0
|
|
September 14, 2017, 10:15:04 PM |
|
Hi everybody I have a problem with my wallet, I downloaded version 1.4.3 it was full sinc and I have some magic coins there, but today I want to open it and it show me an error that says that my pc don't have enough resources and then it erase the file m-wallet.exe Can anyone help me? I already lost my magi coin? I don't know what to do Whitelist m-wallet.exe in antivirus, wallet have IRC component and antiviruses sometimes think wallet is botnet spyware. Current version is 1.4.3.1, you can download it here http://coinmagi.org/bin/m-wallet-1.4.3.1/
|
|
|
|
herbiehasher
Member
Offline
Activity: 100
Merit: 10
|
|
September 14, 2017, 11:30:45 PM |
|
I have set up 4 different wallets, V1.4.3 and V1.4.3.1 and they are all stuck on block 1166445, no Sync past that. What am I doing wrong? Using Window 7 64 and Windows 8.1 64. Thanks in advance. Herb Hi everybody I have a problem with my wallet, I downloaded version 1.4.3 it was full sinc and I have some magic coins there, but today I want to open it and it show me an error that says that my pc don't have enough resources and then it erase the file m-wallet.exe Can anyone help me? I already lost my magi coin? I don't know what to do Whitelist m-wallet.exe in antivirus, wallet have IRC component and antiviruses sometimes think wallet is botnet spyware. Current version is 1.4.3.1, you can download it here http://coinmagi.org/bin/m-wallet-1.4.3.1/
|
|
|
|
|