Author

Topic: [ANN] [XMG] MAGI | CPU mining | mPoW | mPoS | [MagiPay] - page 466. (Read 2375638 times)

full member
Activity: 500
Merit: 105
Guys what's the current state of the blockchain? I participated in solo mining earlier in the week however that was lost due to the hardfork to 'fix' the accidental fork. Now I look again and once more the supranova pool is down and my wallet won't sync. I downloaded the new build, purged my databases and resynced.  Huh Huh

I've been a supporter of Magi and mining on and off since 2015 - I can't believe what has happened this week  Shocked

I think we are really stretching our credibility with our users and exchanges.

agree. same case. been a supporter too.
newbie
Activity: 168
Merit: 0
I will make updates tonight whenever back from work.

most updated
jr. member
Activity: 68
Merit: 1
Where to find the most updated information?
newbie
Activity: 168
Merit: 0
the latest update seem to be broken now?

# make -f makefile.unix
/bin/sh ../share/genbuild.sh obj/build.h
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/src/magi/src -I/home/src/magi/src/hash -I/home/src/magi/src/obj -I/usr/local/BerkeleyDB.4.8/include  -DUSE_UPNP=0 -DUSE_IPV6=1 -I/home/src/magi/src/leveldb/include -I/home/src/magi/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -msse2 -MMD -MF obj/main.d -o obj/main.o main.cpp
In file included from magirpc.h:16:0,
                 from main.cpp:16:
json/json_spirit_writer_template.h: In function ‘String_type json_spirit::non_printable_to_string(unsigned int)’:
json/json_spirit_writer_template.h:31:50: warning: typedef ‘Char_type’ locally defined but not used [-Wunused-local-typedefs]
         typedef typename String_type::value_type Char_type;
                                                  ^
main.cpp: In member function ‘bool CBlock::AcceptBlock()’:
main.cpp:2708:25: error: ‘nHeight’ was not declared in this scope
     if (IsBlockVersion5(nHeight) && nVersion < 5)
                         ^
main.cpp:2730:132: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘int64 {aka long long int}’ [-Wformat=]
         return DoS(50, error("AcceptBlock() : coinstake timestamp violation nTimeBlock=%d nTimeTx=%u", GetBlockTime(), vtx[1].nTime));
                                                                                                                                    ^
main.cpp: In function ‘CBlock* CreateNewBlock(CWallet*, bool)’:
main.cpp:4530:89: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 2 has type ‘unsigned int’ [-Wformat=]
             printf("@CreateNewBlock -> txCoinStake.nTime=%"PRI64d"\n", txCoinStake.nTime);
                                                                                         ^
main.cpp:4543:90: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 2 has type ‘unsigned int’ [-Wformat=]
    printf("@CreateNewBlock-PoS found -> txCoinStake.nTime=%"PRI64d"\n", txCoinStake.nTime);
                                                                                          ^
In file included from hash_magi.h:5:0,
                 from main.h:13,
                 from db.h:8,
                 from main.cpp:8:
magimath.h: In function ‘double exp_n2(double, double)’:
magimath.h:46:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
makefile.unix:187: recipe for target 'obj/main.o' failed
make: *** [obj/main.o] Error 1

master not ready, yep
legendary
Activity: 1750
Merit: 1005
Guys what's the current state of the blockchain? I participated in solo mining earlier in the week however that was lost due to the hardfork to 'fix' the accidental fork. Now I look again and once more the supranova pool is down and my wallet won't sync. I downloaded the new build, purged my databases and resynced.  Huh Huh

I've been a supporter of Magi and mining on and off since 2015 - I can't believe what has happened this week  Shocked

I think we are really stretching our credibility with our users and exchanges.
Hi amigo,
You are right. Think we al have to wait just a little more.
After that we as community have to think about the extending the Magi team. Magi has grown bigger & bigger in de last 2,9 year. It deserves a bigger team to be able to handle all things good and continues building a great future.
So if people have ideas about this inform us here or pm
legendary
Activity: 1750
Merit: 1005
Not yet. But received message pm that it will be paid sometimes these days and that the campaign is finished.
legendary
Activity: 1274
Merit: 1006
full member
Activity: 151
Merit: 100
Moar mining!!! .. oh wait, that's too much
Guys what's the current state of the blockchain? I participated in solo mining earlier in the week however that was lost due to the hardfork to 'fix' the accidental fork. Now I look again and once more the supranova pool is down and my wallet won't sync. I downloaded the new build, purged my databases and resynced.  Huh Huh

I've been a supporter of Magi and mining on and off since 2015 - I can't believe what has happened this week  Shocked

I think we are really stretching our credibility with our users and exchanges.
legendary
Activity: 1750
Merit: 1005
If thats the version Joe is working on than best thing is waut until he is finished.  Smiley
legendary
Activity: 3486
Merit: 1126
the latest update seem to be broken now?

# make -f makefile.unix
/bin/sh ../share/genbuild.sh obj/build.h
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/src/magi/src -I/home/src/magi/src/hash -I/home/src/magi/src/obj -I/usr/local/BerkeleyDB.4.8/include  -DUSE_UPNP=0 -DUSE_IPV6=1 -I/home/src/magi/src/leveldb/include -I/home/src/magi/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -msse2 -MMD -MF obj/main.d -o obj/main.o main.cpp
In file included from magirpc.h:16:0,
                 from main.cpp:16:
json/json_spirit_writer_template.h: In function ‘String_type json_spirit::non_printable_to_string(unsigned int)’:
json/json_spirit_writer_template.h:31:50: warning: typedef ‘Char_type’ locally defined but not used [-Wunused-local-typedefs]
         typedef typename String_type::value_type Char_type;
                                                  ^
main.cpp: In member function ‘bool CBlock::AcceptBlock()’:
main.cpp:2708:25: error: ‘nHeight’ was not declared in this scope
     if (IsBlockVersion5(nHeight) && nVersion < 5)
                         ^
main.cpp:2730:132: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘int64 {aka long long int}’ [-Wformat=]
         return DoS(50, error("AcceptBlock() : coinstake timestamp violation nTimeBlock=%d nTimeTx=%u", GetBlockTime(), vtx[1].nTime));
                                                                                                                                    ^
main.cpp: In function ‘CBlock* CreateNewBlock(CWallet*, bool)’:
main.cpp:4530:89: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 2 has type ‘unsigned int’ [-Wformat=]
             printf("@CreateNewBlock -> txCoinStake.nTime=%"PRI64d"\n", txCoinStake.nTime);
                                                                                         ^
main.cpp:4543:90: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 2 has type ‘unsigned int’ [-Wformat=]
    printf("@CreateNewBlock-PoS found -> txCoinStake.nTime=%"PRI64d"\n", txCoinStake.nTime);
                                                                                          ^
In file included from hash_magi.h:5:0,
                 from main.h:13,
                 from db.h:8,
                 from main.cpp:8:
magimath.h: In function ‘double exp_n2(double, double)’:
magimath.h:46:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
makefile.unix:187: recipe for target 'obj/main.o' failed
make: *** [obj/main.o] Error 1
member
Activity: 71
Merit: 10
Hi guys,

While coin is sick I want ask developers one question:

This info from cheat sheet:
Quote
Block 50 XMG/block at D = 0.9 or 22 Mh/s (current)
<3 XMG/block at D = 1.5 or 36 Mh/s
<1 XMG/block at D = 3.0 or 72 Mh/s
50 XMG/block at D = 1.4 or 33 Mh/s (6 mo later)
50 XMG/block at D = 1.6 or 38 Mh/s (1 year later)
50 XMG/block at D = 2.4 or 57 Mh/s (5 years
later)


1) question  6 mo, 1 year later... 5 year latter from what time?
What is actual  hashrate values.


2)  If i have some hash rate, for example 20-30 Mh/s  (or even more 50-70% of overal hashrate)  and start mining,  everyone in network will get <1 XMG block..
So - I can wait until others stop mining, because it is not profitable and then slow-down my power and collect jackpot coins?  How network defends from such attacks?
Or it is not attack but just a strategy and legal?

legendary
Activity: 1750
Merit: 1005
Is suprnova pool working for you? Cannot connect to it... Also last block was found 16 hours ago. What's the best alternative to suprnova?
Thank you.
Pools are waiting for updates & not open at the moment
full member
Activity: 616
Merit: 100
Is suprnova pool working for you? Cannot connect to it... Also last block was found 16 hours ago. What's the best alternative to suprnova?
Thank you.
member
Activity: 180
Merit: 20
I will make updates tonight whenever back from work.
Thats good news Joe!
All hold actions after the posts from Joe.
Btw tonight for Joe is 6 hours later than Europe so give him the time.Thanks

I think u misunderstood the concepts of general practice of giving updates. Nothing can be said for certain because u dont know whether that kind of event happened or its planned or still undefined. I will always keep saying that and only a handful of facts could be analyzed and used in composing the table of possible outcomes.
sr. member
Activity: 476
Merit: 250
this network is stuckm,  213.32.21.37 poolinfo.systms.org

send version message: version 71051, blocks=0, us=95.211.209.73:8233, them=213.32.21.37:59018, peer=213.32.21.37:59018
receive version message: version 71061, blocks=1444963, us=95.211.209.73:8233, them=213.32.21.37:8233, peer=213.32.21.37:59018
Added 1 addresses from 213.32.21.37: 8 tried, 109 new
Misbehaving: 213.32.21.37:59018 (0 -> 100) DISCONNECTING
disconnecting node 213.32.21.37:59018
connection from 213.32.21.37:59184 dropped (banned)
connection from 213.32.21.37:59304 dropped (banned)
connection from 213.32.21.37:59384 dropped (banned)
connection from 213.32.21.37:59474 dropped (banned)
connection from 213.32.21.37:59590 dropped (banned)
connection from 213.32.21.37:59690 dropped (banned)
connection from 213.32.21.37:59782 dropped (banned)


I know, I see the same in my logs but from other ip's.
legendary
Activity: 1750
Merit: 1005
I will make updates tonight whenever back from work.
Thats good news Joe!
All hold actions after the posts from Joe.
Btw tonight for Joe is 6 hours later than Europe so give him the time.Thanks
legendary
Activity: 1190
Merit: 1009
Coin of the Magi!
I will make updates tonight whenever back from work.
member
Activity: 116
Merit: 10
this network is stuckm,  213.32.21.37 poolinfo.systms.org

send version message: version 71051, blocks=0, us=95.211.209.73:8233, them=213.32.21.37:59018, peer=213.32.21.37:59018
receive version message: version 71061, blocks=1444963, us=95.211.209.73:8233, them=213.32.21.37:8233, peer=213.32.21.37:59018
Added 1 addresses from 213.32.21.37: 8 tried, 109 new
Misbehaving: 213.32.21.37:59018 (0 -> 100) DISCONNECTING
disconnecting node 213.32.21.37:59018
connection from 213.32.21.37:59184 dropped (banned)
connection from 213.32.21.37:59304 dropped (banned)
connection from 213.32.21.37:59384 dropped (banned)
connection from 213.32.21.37:59474 dropped (banned)
connection from 213.32.21.37:59590 dropped (banned)
connection from 213.32.21.37:59690 dropped (banned)
connection from 213.32.21.37:59782 dropped (banned)
full member
Activity: 180
Merit: 100
Yesterday my wallet was synced n working.
As of ~8am Central Time 08/12/2017 my wallet started to disconnect/connect. Been using the 2 nodes Paul posted via connect.

It appears I have yet again split/forked. 

@joe ..... any suggestions??
Try to restart first!

I have and also purged blockchain and loaded the d/l one from Joe.

Wallet will not maintain a connection. Constantly connects n disconnects,
legendary
Activity: 1484
Merit: 1029
A quick recap to help others: -

To check your wallet is on the correct chain
You can type getblockcount under console to check to see if you are up to the correct block and compare against https://poolinfo.systms.org/#magi

To resync the blockchain
- Backup your wallet.dat
- Exit from m-wallet.exe
- Add oVPN's list to %Appdata%\magi\magi.conf (create the file if it doesn't exist)
- Delete your blocks, database, .lock and peers.dat files
- Download the blockchain and extract to your magi folder from http://coinmagi.org/bin/block-chain/
- Run m-wallet.exe (version 1.4)

If you are missing coins
Type repairwallet under console (make sure you have a backup of your wallet.dat)

Sample magi.conf

Code:
#client nodes
connect=213.32.21.37
connect=192.99.63.44
connect=89.34.96.133
connect=185.38.149.64
connect=193.124.182.62
connect=172.86.179.30
connect=95.211.186.214
connect=37.48.118.8
connect=37.48.118.9
connect=37.48.80.94
connect=5.79.74.141
connect=5.79.74.142
connect=5.79.74.140
connect=37.48.80.201
connect=95.211.209.73
connect=193.105.134.118
connect=193.105.134.120

# posii=0 to disable PoS staking; default = 1
posii=1

# Transaction under stake with a value greater than the threshold is being splitted
stakesplitthreshold=1000

# Transactions with values less than the threshold will combine into one
stakecombinethreshold=500
Jump to: