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/
|
|
|
|
pmsk
Newbie
Offline
Activity: 73
Merit: 0
|
 |
September 15, 2017, 12:04:14 AM |
|
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/Shutdown wallet, add row "connect=104.128.225.215" to magi.conf, copy magi.conf to %appdata%\Magi\, download fresh blockchain from http://coinmagi.org/bin/block-chain/, remove "blocks" and "database" folders from %appdata%\Magi\, extract "blocks" and "database" to %appdata%\Magi\, run wallet. If you have no magi.conf - download it here http://coinmagi.org/bin/example-conf/
|
|
|
|
jcreyesb
|
 |
September 15, 2017, 12:17:00 AM Last edit: September 15, 2017, 04:21:36 AM by jcreyesb |
|
We have had the updates in place. We are ready to get the fix on the main chain rolling and hence the new wallet.
v1.4.4
The follow changes were made with hard forks scheduled to take effect:
0. Sync checkpoint & master server: currently rebuilding blockchain 1. PoW & PoS checking starting at 1481500 (around this Friday night EST) 2. Difficulty adjustment starting at 1482000 (around this Saturday morning EST) 3. Protocol version: 71062, prior version to 71062 shall be disconnected 4. End maintenance mode height: 1481500 (PoW / PoS block reward back to normal)
We'll make the full list of binaries release Thursday night.
Pls shutdown the test wallet.
Pls make sure you're running v1.4.3.1 at this moment (http://coinmagi.org/bin/m-wallet-1.4.3.1/). Great work Joe. Looks like new releases will come at Magi's third birthday!! 🎂😁 i´m running v1.4.3.1 and my wallet win7 is not sync [img https://ibb.co/mLvRYk]https://ibb.co/mLvRYk[/img] i Shutdown wallet, download fresh blockchain from http://coinmagi.org/bin/block-chain/, remove "blocks" and "database" folders from %appdata%\Magi\, extract "blocks" and "database" to %appdata%\Magi\, run wallet. BUT when my wallet was opened i lost about 50% of all my currency [img https://ibb.co/iYtkR5]https://ibb.co/iYtkR5[/img] and this message is in the console 00:16:00  checkwallet 00:16:01  { "mismatched spent coins" : 3, "amount in question" : 945.91015337 } why this? i lost my xmg?
|
|
|
|
Pyroboby7
Member

Offline
Activity: 94
Merit: 10
|
 |
September 15, 2017, 04:10:11 AM |
|
Any new updates?
|
XMG - 95AySiw3GaiTxf5xWBnZLLWkJ9orhyagbx
|
|
|
jcreyesb
|
 |
September 15, 2017, 04:20:33 AM |
|
Any new updates?
i am waiting too
|
|
|
|
jcreyesb
|
 |
September 15, 2017, 04:26:53 AM |
|
We have had the updates in place. We are ready to get the fix on the main chain rolling and hence the new wallet.
v1.4.4
The follow changes were made with hard forks scheduled to take effect:
0. Sync checkpoint & master server: currently rebuilding blockchain 1. PoW & PoS checking starting at 1481500 (around this Friday night EST) 2. Difficulty adjustment starting at 1482000 (around this Saturday morning EST) 3. Protocol version: 71062, prior version to 71062 shall be disconnected 4. End maintenance mode height: 1481500 (PoW / PoS block reward back to normal)
We'll make the full list of binaries release Thursday night.
Pls shutdown the test wallet.
Pls make sure you're running v1.4.3.1 at this moment (http://coinmagi.org/bin/m-wallet-1.4.3.1/). Great work Joe. Looks like new releases will come at Magi's third birthday!! 🎂😁 i´m running v1.4.3.1 and my wallet win7 is not sync [img https://ibb.co/mLvRYk]https://ibb.co/mLvRYk[/img] i Shutdown wallet, download fresh blockchain from http://coinmagi.org/bin/block-chain/, remove "blocks" and "database" folders from %appdata%\Magi\, extract "blocks" and "database" to %appdata%\Magi\, run wallet. BUT when my wallet was opened i lost about 50% of all my currency [img https://ibb.co/iYtkR5]https://ibb.co/iYtkR5[/img] and this message is in the console 00:16:00  checkwallet 00:16:01  { "mismatched spent coins" : 3, "amount in question" : 945.91015337 } why this? i lost my xmg? i runned the command repairwallet 00:19:20  repairwallet 00:19:20  { "mismatched spent coins" : 3, "amount affected by repair" : 945.91015337 } and all XMG show it [img https://ibb.co/eT8Vtk]https://ibb.co/eT8Vtk[/img]
|
|
|
|
joelao95 (OP)
Legendary
Offline
Activity: 1204
Merit: 1009
Coin of the Magi!
|
 |
September 15, 2017, 04:52:49 AM Last edit: September 15, 2017, 05:15:07 AM by joelao95 |
|
m-wallet version v1.4.4.1
If you were using version prior to v1.4.4.0, the old block chain data must be deleted before launching the new wallet:
Qt-Wallet and Daemon:
https://github.com/magi-project/magi/releases http://m-core.org/download/ http://coinmagi.org/bin/m-wallet-1.4.4.1/
Source code: https://github.com/magi-project/magi/
Windows: http://coinmagi.org/bin/m-wallet-1.4.4.1/m-wallet-1.4.4.1-win.zip Linux: http://coinmagi.org/bin/m-wallet-1.4.4.1/m-wallet-1.4.4.1-linux.tar.gz Mac OS X: http://coinmagi.org/bin/m-wallet-1.4.4.1/m-wallet-1.4.4.1-osx.dmg FreeBSD: http://coinmagi.org/bin/m-wallet-1.4.4.1/m-wallet-1.4.4.1-freebsd.tar.gz
Block chain: http://coinmagi.org/bin/block-chain/ Release notes: http://coinmagi.org/bin/release-notes.md
v1.4.4.1 ============= This release solves the recent blockchain forking issue, including the follow changes:
- Synchronizing checkpoint & master server introduced; this is to remove constantly checking on the misbehaving and IP banning, along with the error "block with too little proof-of-stake or proof-of-work". The checkpoint master server and keys remain to be used from now on; they are likely to be removed in the future;
- Implemented a block generation rule: PoW / PoS blocks are mined / minted by following a pattern: 1) at least two PoS blocks minted between two consecutive PoW blocks, or PoW blocks generated every 10 minutes; 2) at least one PoW block is found in five consecutive PoS blocks, or PoS blocks generated every 3 minutes;
- Difficulty adjustment will be changed to four-block exponential moving average. When there is violation in aforementioned PoW / PoS generation rule, the difficulty remains unchanged.
The following hard forks are scheduled to implement the changes:
- block 1481500: PoW / PoS block generation rule, and also exit point of the maintenance mode; - block 1482000: difficulty adjustment algorithm switch.
Nodes:
- 104.128.225.215 - 45.35.251.73
Blockchain download:
http://coinmagi.org/bin/block-chain/
- Windows: unpack the files and run the wallet directly;
- Mac OS: unpack the files and copy to the Application folder, and then run the wallet directly;
- Linux: unpack the files and run the wallet directly.
For a fast startup:
1) Download latest block-chain data from here: http://coinmagi.org/bin/block-chain; 2) Unzip the file and copy the folders under "m-block-chain" into the .magi (unix-like system) or Magi (OS X or Windows) folder; 3) Launch the new wallet.
If you were using version prior to v1.4.4.0, the old block chain data must be deleted before launching the new wallet:
1) Backup wallet.dat; 2) Delete all of the contents under the .magi (unix-like system) or Magi (OS X or Windows) folder, except for wallet.dat and magi.conf;
|
|
|
|
jcreyesb
|
 |
September 15, 2017, 04:55:56 AM |
|
m-wallet version v1.4.4.1
If you were using version prior to v1.4.4.0, the old block chain data must be deleted before launching the new wallet:
Qt-Wallet and Daemon:
https://github.com/magi-project/magi/releases http://coinmagi.org/bin/m-wallet-1.4.4.1/
Source code: https://github.com/magi-project/magi/
Windows: http://coinmagi.org/bin/m-wallet-1.4.4.1/m-wallet-1.4.4.1-win.zip Linux: http://coinmagi.org/bin/m-wallet-1.4.4.1/m-wallet-1.4.4.1-linux.tar.gz Mac OS X: http://coinmagi.org/bin/m-wallet-1.4.4.1/m-wallet-1.4.4.1-osx.dmg FreeBSD: http://coinmagi.org/bin/m-wallet-1.4.4.1/m-wallet-1.4.4.1-freebsd.tar.gz
Block chain: http://coinmagi.org/bin/block-chain/ Release notes: http://coinmagi.org/bin/release-notes.md
v1.4.4.1 ============= This release solves the recent blockchain forking issue, including the follow changes:
- Synchronizing checkpoint & master server introduced; this is to remove constantly checking on the misbehaving and IP banning, along with the error "block with too little proof-of-stake or proof-of-work". The checkpoint master server and keys remain to be used from now on; they are likely to be removed in the future;
- Implemented a block generation rule: PoW / PoS blocks are mined / minted by following a pattern: 1) at least two PoS blocks minted between two consecutive PoW blocks, or PoW blocks generated every 10 minutes; 2) at least one PoW block is found in five consecutive PoS blocks, or PoS blocks generated every 3 minutes;
- Difficulty adjustment will be changed to four-block exponential moving average. When there is violation in aforementioned PoW / PoS generation rule, the difficulty remains unchanged.
The following hard forks are scheduled to implement the changes:
- block 1481500: PoW / PoS block generation rule, and also exit point of the maintenance mode; - block 1482000: difficulty adjustment algorithm switch.
Nodes:
- 104.128.225.215 - 45.35.251.73
Blockchain download:
http://coinmagi.org/bin/block-chain/
- Windows: unpack the files and run the wallet directly;
- Mac OS: unpack the files and copy to the Application folder, and then run the wallet directly;
- Linux: unpack the files and run the wallet directly.
For a fast startup:
1) Download latest block-chain data from here: http://coinmagi.org/bin/block-chain; 2) Unzip the file and copy the folders under "m-block-chain" into the .magi (unix-like system) or Magi (OS X or Windows) folder; 3) Launch the new wallet.
If you were using version prior to v1.4.4.0, the old block chain data must be deleted before launching the new wallet:
1) Backup wallet.dat; 2) Delete all of the contents under the .magi (unix-like system) or Magi (OS X or Windows) folder, except for wallet.dat and magi.conf;
thanks Bro, upgrading
|
|
|
|
joelao95 (OP)
Legendary
Offline
Activity: 1204
Merit: 1009
Coin of the Magi!
|
 |
September 15, 2017, 05:03:14 AM |
|
The chain data here:
http://coinmagi.org/bin/block-chain/
is not up to date yet (1111331), but I decided not to delay the release. Pls connect to 104.128.225.215 to get sync to the latest block. I'll restart 104.128.225.215 sometime in the morning so that we can have the latest chain / wallet up. Pls connect to the backup server 45.35.251.73 too.
I believe we can do "addnode" from now on. Wait until 104.128.225.215 is updated. I'll post.
Wallet version v1.4.4.1. All having v1.4.4.0 already running, pls update ASAP.
|
|
|
|
111magic
Legendary
Offline
Activity: 1764
Merit: 1005
|
 |
September 15, 2017, 05:17:33 AM |
|
All read posts from Joelao95 & good luck all. Magi happy birthday!!😁 Joe well done!
|
bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
|
|
|
|