Pages:
Author

Topic: [ANN] Maieuticoin | 2014% PoS | 10k/MMXIV and BALLS/MMXIV Markets NOW OPEN - page 46. (Read 283116 times)

legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
https://docs.google.com/spreadsheets/d/1BHoYPQD4batUwtO4W2q3IrwosgcF_MSMezhT4Q3awWg

The raffle is still open. Max of 25 entries or I will pick a winner next Sunday if we aren't at 25
legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
ok here ya go

Code:
johndowe@ghost1 ~/mmxiv-newui $ make
cd /home/johndowe/mmxiv-newui; /bin/sh share/genbuild.sh /home/johndowe/mmxiv-newui/build/build.h
g++ -c -pipe -fpermissive -fstack-protector -O2 -D_REENTRANT -Wall -Wextra -Wformat -Wformat-security -Wno-invalid-offsetof -Wno-sign-compare -Wno-unused-parameter -fdiagnostics-show-option -fPIE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_IPV6 -DBOOST_SPIRIT_THREADSAFE -DBOOST_THREAD_PROVIDES_GENERIC_SHARED_MUTEX_ON_WIN -D__NO_SYSTEM_INCLUDES -DSTATIC -DQT_STATIC_BUILD -DQT_DISABLE_DEPRECATED_BEFORE=0 -DUSE_UPNP=1 -DSTATICLIB -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/i386-linux-gnu/qt5/mkspecs/linux-g++ -Isrc -Isrc/json -Isrc/qt -Isrc/qt/plugins/mrichtexteditor -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtNetwork -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -Ibuild -Ibuild -o build/tradingdialog.o src/qt/tradingdialog.cpp
In file included from /usr/include/qt5/QtCore/qjsonobject.h:45:0,
                 from /usr/include/qt5/QtCore/QJsonObject:1,
                 from src/qt/tradingdialog.h:10,
                 from src/qt/tradingdialog.cpp:1:
/usr/include/qt5/QtCore/qjsonvalue.h: In member function ‘void tradingDialog::ParseAndPopulateMarketHistoryTable(QString)’:
/usr/include/qt5/QtCore/qjsonvalue.h:119:12: error: ‘QJsonValue::QJsonValue(const void*)’ is private
     inline QJsonValue(const void *) {}
            ^
src/qt/tradingdialog.cpp:528:97: error: within this context
             ui->MarketHistoryTable->item(itteration,1)->setBackgroundColor((obj["OrderType"] == "BUY") ? (QColor (150, 191, 70,255)) : ( QColor (201, 119, 153,255)));
                                                                                                 ^
make: *** [build/tradingdialog.o] Error 1

To add to this:

Both of my linux mint boxes will not cook the qt but do compile the daemon

I thought this and snowballs were the same codebase (ppc)?

Are these the only qt deps qt5-default qt5-qmake qtbase5-dev-tools qttools5-dev-tools ?

I had this issue too, found the old wallet to work fine. Stakes perfectly.

https://github.com/C2MMXIV/MMXIV

Correct. I'm going to work this weekend on replicating this to figure out what is causing the issue. Sorry about that. The github linked above (C2MMXIV) is also 1.0.8, so it will stake normally, just not be as pretty Sad
member
Activity: 94
Merit: 10
ok here ya go

Code:
johndowe@ghost1 ~/mmxiv-newui $ make
cd /home/johndowe/mmxiv-newui; /bin/sh share/genbuild.sh /home/johndowe/mmxiv-newui/build/build.h
g++ -c -pipe -fpermissive -fstack-protector -O2 -D_REENTRANT -Wall -Wextra -Wformat -Wformat-security -Wno-invalid-offsetof -Wno-sign-compare -Wno-unused-parameter -fdiagnostics-show-option -fPIE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_IPV6 -DBOOST_SPIRIT_THREADSAFE -DBOOST_THREAD_PROVIDES_GENERIC_SHARED_MUTEX_ON_WIN -D__NO_SYSTEM_INCLUDES -DSTATIC -DQT_STATIC_BUILD -DQT_DISABLE_DEPRECATED_BEFORE=0 -DUSE_UPNP=1 -DSTATICLIB -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/i386-linux-gnu/qt5/mkspecs/linux-g++ -Isrc -Isrc/json -Isrc/qt -Isrc/qt/plugins/mrichtexteditor -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtNetwork -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -Ibuild -Ibuild -o build/tradingdialog.o src/qt/tradingdialog.cpp
In file included from /usr/include/qt5/QtCore/qjsonobject.h:45:0,
                 from /usr/include/qt5/QtCore/QJsonObject:1,
                 from src/qt/tradingdialog.h:10,
                 from src/qt/tradingdialog.cpp:1:
/usr/include/qt5/QtCore/qjsonvalue.h: In member function ‘void tradingDialog::ParseAndPopulateMarketHistoryTable(QString)’:
/usr/include/qt5/QtCore/qjsonvalue.h:119:12: error: ‘QJsonValue::QJsonValue(const void*)’ is private
     inline QJsonValue(const void *) {}
            ^
src/qt/tradingdialog.cpp:528:97: error: within this context
             ui->MarketHistoryTable->item(itteration,1)->setBackgroundColor((obj["OrderType"] == "BUY") ? (QColor (150, 191, 70,255)) : ( QColor (201, 119, 153,255)));
                                                                                                 ^
make: *** [build/tradingdialog.o] Error 1

To add to this:

Both of my linux mint boxes will not cook the qt but do compile the daemon

I thought this and snowballs were the same codebase (ppc)?

Are these the only qt deps qt5-default qt5-qmake qtbase5-dev-tools qttools5-dev-tools ?

I had this issue too, found the old wallet to work fine. Stakes perfectly.

https://github.com/C2MMXIV/MMXIV
legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
Just added two more coins to the Multipool (one SHA, one X11).

I am still looking for more coins to add, and I will post if I find any more. Wink

Happy Mining!

More coins to pick from means higher mining returns. Hop on! Click the banner below to check it out



sr. member
Activity: 350
Merit: 250
https://cryptassist.io
Just added two more coins to the Multipool (one SHA, one X11).

I am still looking for more coins to add, and I will post if I find any more. Wink

Happy Mining!
legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
AND THE WINNERS FOR HIGHEST HASHRATE ON 1/16/2015 at 08:19am CST ARE:

SHA256:  Mc8FXZUzzqQxy6Gj61C73oRDR4JKNxRBGE     with 12.33 TH/s
Scrypt:   MinUKbDzkH1ShJuDP6geAEEQYYirkhqsQk     with 754.06 MH/s
X11:   MhG8D8G4jZsqp2H64XC3YxD7Soem9XDtuG      with 462.26 MH/s

Each of these addresses will be receiving a total of 15 MMXIV shortly (two transactions of 7.5 MMXIV each - may be awhile before the second one gets there)

STAY TUNED FOR NEXT CONTEST - I WILL BE DOING THIS AGAIN - HAPPY MINING Smiley

http://pool.mmxivcoin.com





Sent  Wink
hero member
Activity: 532
Merit: 500
AND THE WINNERS FOR HIGHEST HASHRATE ON 1/16/2015 at 08:19am CST ARE:

SHA256:  Mc8FXZUzzqQxy6Gj61C73oRDR4JKNxRBGE     with 12.33 TH/s
Scrypt:   MinUKbDzkH1ShJuDP6geAEEQYYirkhqsQk     with 754.06 MH/s
X11:   MhG8D8G4jZsqp2H64XC3YxD7Soem9XDtuG      with 462.26 MH/s

Each of these addresses will be receiving a total of 15 MMXIV shortly (two transactions of 7.5 MMXIV each - may be awhile before the second one gets there)

STAY TUNED FOR NEXT CONTEST - I WILL BE DOING THIS AGAIN - HAPPY MINING Smiley

http://pool.mmxivcoin.com



legendary
Activity: 1610
Merit: 1000
Crackpot Idealist
ok here ya go

Code:
johndowe@ghost1 ~/mmxiv-newui $ make
cd /home/johndowe/mmxiv-newui; /bin/sh share/genbuild.sh /home/johndowe/mmxiv-newui/build/build.h
g++ -c -pipe -fpermissive -fstack-protector -O2 -D_REENTRANT -Wall -Wextra -Wformat -Wformat-security -Wno-invalid-offsetof -Wno-sign-compare -Wno-unused-parameter -fdiagnostics-show-option -fPIE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_IPV6 -DBOOST_SPIRIT_THREADSAFE -DBOOST_THREAD_PROVIDES_GENERIC_SHARED_MUTEX_ON_WIN -D__NO_SYSTEM_INCLUDES -DSTATIC -DQT_STATIC_BUILD -DQT_DISABLE_DEPRECATED_BEFORE=0 -DUSE_UPNP=1 -DSTATICLIB -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/i386-linux-gnu/qt5/mkspecs/linux-g++ -Isrc -Isrc/json -Isrc/qt -Isrc/qt/plugins/mrichtexteditor -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtNetwork -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -Ibuild -Ibuild -o build/tradingdialog.o src/qt/tradingdialog.cpp
In file included from /usr/include/qt5/QtCore/qjsonobject.h:45:0,
                 from /usr/include/qt5/QtCore/QJsonObject:1,
                 from src/qt/tradingdialog.h:10,
                 from src/qt/tradingdialog.cpp:1:
/usr/include/qt5/QtCore/qjsonvalue.h: In member function ‘void tradingDialog::ParseAndPopulateMarketHistoryTable(QString)’:
/usr/include/qt5/QtCore/qjsonvalue.h:119:12: error: ‘QJsonValue::QJsonValue(const void*)’ is private
     inline QJsonValue(const void *) {}
            ^
src/qt/tradingdialog.cpp:528:97: error: within this context
             ui->MarketHistoryTable->item(itteration,1)->setBackgroundColor((obj["OrderType"] == "BUY") ? (QColor (150, 191, 70,255)) : ( QColor (201, 119, 153,255)));
                                                                                                 ^
make: *** [build/tradingdialog.o] Error 1

To add to this:

Both of my linux mint boxes will not cook the qt but do compile the daemon

I thought this and snowballs were the same codebase (ppc)?

Are these the only qt deps qt5-default qt5-qmake qtbase5-dev-tools qttools5-dev-tools ?
legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
MORE MINING REWARDS THIS WEEK!!

Sometime between now and end of day Friday CST, I will award 7.5 MMXIV each to the highest hashrate on each algo of the pool:

7.5 MMXIV for the highest SHA-256 hashrate
7.5 MMXIV for the highest Scrypt hashrate
7.5 MMXIV for the highest X11 hashrate

TOTAL:  22.5 MMXIV

At current BTC/MMXIV price, this reward is worth around 0.1 BTC for each algo, in addition to what you already earn just for mining at the pool.  Think about what kind of mining rig you could rent for less than this Smiley

You can check the highest hashrates on each algo here:  http://www.my-dns.net/stats/

Buy support and volume on Bittrex continues to rise, keep and stake your MMXIV and you, too, can make money even in a down market just like Fred!

Could be today, could be Friday - KEEP MINING Smiley

http://pool.mmxivcoin.com


Still going btw, just a reminder Cool

He meant double this  Wink

Stats for Maieuticoin Multipool
Algo     Workers   Hashrate  Blocks     Shares
sha256        21   22.83 TH     322  132543088
scrypt        13    1.26 GH      85  361500159
x11           11  632.44 MH     134   31617635

New shift is only a few hours old. Let's keep the hashrate all weekend!
full member
Activity: 237
Merit: 100
when moving the coins, does it have to be to a new address or can it be sent to the same address?

You can move them between two addresses once a month

Would you make a video tutorial or scrennshots?
That would help, for better understanding.

What iGotSpots is trying to say is that you can send the coins to yourself

1.  Under the "Receive Coins" tab create a new address, and give it a name, like Wallet2
2.  Got to the "Send Coins" tab and send all your coins to this address
3.  Wait again to stake Smiley

Or, if you want, you can just send them all to an exchange like Bittrex, then withdraw them all back to your wallet - same thing, different way.  The coins just need to be transferred to a new address every 30 days to reset staking.

ok I understand that, but what happen when i try this 1 time a week or 14 days?

You only need to do this once a month.  Deposit your coins, let them stake for 30 days, then move them to another address.  Repeat.

I make a entry in my calendar Wink

Can also keep track in Transactions tab

there should be a reminder function, like "NOW ITS TIME TO STAKE!"

Lol it would get really annoying when all the deposits trigger the alarm

No, not all Deposits, just 1 time all 30 days, or since the last stake
legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
when moving the coins, does it have to be to a new address or can it be sent to the same address?

You can move them between two addresses once a month

Would you make a video tutorial or scrennshots?
That would help, for better understanding.

What iGotSpots is trying to say is that you can send the coins to yourself

1.  Under the "Receive Coins" tab create a new address, and give it a name, like Wallet2
2.  Got to the "Send Coins" tab and send all your coins to this address
3.  Wait again to stake Smiley

Or, if you want, you can just send them all to an exchange like Bittrex, then withdraw them all back to your wallet - same thing, different way.  The coins just need to be transferred to a new address every 30 days to reset staking.

ok I understand that, but what happen when i try this 1 time a week or 14 days?

You only need to do this once a month.  Deposit your coins, let them stake for 30 days, then move them to another address.  Repeat.

I make a entry in my calendar Wink

Can also keep track in Transactions tab

there should be a reminder function, like "NOW ITS TIME TO STAKE!"

Lol it would get really annoying when all the deposits trigger the alarm back to back to back to back to back to back to back to back
full member
Activity: 237
Merit: 100
when moving the coins, does it have to be to a new address or can it be sent to the same address?

You can move them between two addresses once a month

Would you make a video tutorial or scrennshots?
That would help, for better understanding.

What iGotSpots is trying to say is that you can send the coins to yourself

1.  Under the "Receive Coins" tab create a new address, and give it a name, like Wallet2
2.  Got to the "Send Coins" tab and send all your coins to this address
3.  Wait again to stake Smiley

Or, if you want, you can just send them all to an exchange like Bittrex, then withdraw them all back to your wallet - same thing, different way.  The coins just need to be transferred to a new address every 30 days to reset staking.

ok I understand that, but what happen when i try this 1 time a week or 14 days?

You only need to do this once a month.  Deposit your coins, let them stake for 30 days, then move them to another address.  Repeat.

I make a entry in my calendar Wink

Can also keep track in Transactions tab

there should be a reminder function, like "NOW ITS TIME TO STAKE!"
legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
when moving the coins, does it have to be to a new address or can it be sent to the same address?

You can move them between two addresses once a month

Would you make a video tutorial or scrennshots?
That would help, for better understanding.

What iGotSpots is trying to say is that you can send the coins to yourself

1.  Under the "Receive Coins" tab create a new address, and give it a name, like Wallet2
2.  Got to the "Send Coins" tab and send all your coins to this address
3.  Wait again to stake Smiley

Or, if you want, you can just send them all to an exchange like Bittrex, then withdraw them all back to your wallet - same thing, different way.  The coins just need to be transferred to a new address every 30 days to reset staking.

ok I understand that, but what happen when i try this 1 time a week or 14 days?

You only need to do this once a month.  Deposit your coins, let them stake for 30 days, then move them to another address.  Repeat.

I make a entry in my calendar Wink

Can also keep track in Transactions tab
full member
Activity: 237
Merit: 100
when moving the coins, does it have to be to a new address or can it be sent to the same address?

You can move them between two addresses once a month

Would you make a video tutorial or scrennshots?
That would help, for better understanding.

What iGotSpots is trying to say is that you can send the coins to yourself

1.  Under the "Receive Coins" tab create a new address, and give it a name, like Wallet2
2.  Got to the "Send Coins" tab and send all your coins to this address
3.  Wait again to stake Smiley

Or, if you want, you can just send them all to an exchange like Bittrex, then withdraw them all back to your wallet - same thing, different way.  The coins just need to be transferred to a new address every 30 days to reset staking.

ok I understand that, but what happen when i try this 1 time a week or 14 days?

You only need to do this once a month.  Deposit your coins, let them stake for 30 days, then move them to another address.  Repeat.

I make a entry in my calendar Wink
hero member
Activity: 532
Merit: 500
when moving the coins, does it have to be to a new address or can it be sent to the same address?

You can move them between two addresses once a month

Would you make a video tutorial or scrennshots?
That would help, for better understanding.

What iGotSpots is trying to say is that you can send the coins to yourself

1.  Under the "Receive Coins" tab create a new address, and give it a name, like Wallet2
2.  Got to the "Send Coins" tab and send all your coins to this address
3.  Wait again to stake Smiley

Or, if you want, you can just send them all to an exchange like Bittrex, then withdraw them all back to your wallet - same thing, different way.  The coins just need to be transferred to a new address every 30 days to reset staking.

ok I understand that, but what happen when i try this 1 time a week or 14 days?

You only need to do this once a month.  Deposit your coins, let them stake for 30 days, then move them to another address.  Repeat.
full member
Activity: 237
Merit: 100
when moving the coins, does it have to be to a new address or can it be sent to the same address?

You can move them between two addresses once a month

Would you make a video tutorial or scrennshots?
That would help, for better understanding.

What iGotSpots is trying to say is that you can send the coins to yourself

1.  Under the "Receive Coins" tab create a new address, and give it a name, like Wallet2
2.  Got to the "Send Coins" tab and send all your coins to this address
3.  Wait again to stake Smiley

Or, if you want, you can just send them all to an exchange like Bittrex, then withdraw them all back to your wallet - same thing, different way.  The coins just need to be transferred to a new address every 30 days to reset staking.

ok I understand that, but what happen when i try this 1 time a week or 14 days?
legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
MORE MINING REWARDS THIS WEEK!!

Sometime between now and end of day Friday CST, I will award 7.5 MMXIV each to the highest hashrate on each algo of the pool:

7.5 MMXIV for the highest SHA-256 hashrate
7.5 MMXIV for the highest Scrypt hashrate
7.5 MMXIV for the highest X11 hashrate

TOTAL:  22.5 MMXIV

At current BTC/MMXIV price, this reward is worth around 0.1 BTC for each algo, in addition to what you already earn just for mining at the pool.  Think about what kind of mining rig you could rent for less than this Smiley

You can check the highest hashrates on each algo here:  http://www.my-dns.net/stats/

Buy support and volume on Bittrex continues to rise, keep and stake your MMXIV and you, too, can make money even in a down market just like Fred!

Could be today, could be Friday - KEEP MINING Smiley

http://pool.mmxivcoin.com


Still going btw, just a reminder Cool

He meant double this  Wink
full member
Activity: 252
Merit: 120
hero member
Activity: 532
Merit: 500
MORE MINING REWARDS THIS WEEK!!

Sometime between now and end of day Friday CST, I will award 7.5 MMXIV each to the highest hashrate on each algo of the pool:

7.5 MMXIV for the highest SHA-256 hashrate
7.5 MMXIV for the highest Scrypt hashrate
7.5 MMXIV for the highest X11 hashrate

TOTAL:  22.5 MMXIV

At current BTC/MMXIV price, this reward is worth around 0.1 BTC for each algo, in addition to what you already earn just for mining at the pool.  Think about what kind of mining rig you could rent for less than this Smiley

You can check the highest hashrates on each algo here:  http://www.my-dns.net/stats/

Buy support and volume on Bittrex continues to rise, keep and stake your MMXIV and you, too, can make money even in a down market just like Fred!

Could be today, could be Friday - KEEP MINING Smiley

http://pool.mmxivcoin.com


Still going btw, just a reminder Cool
legendary
Activity: 1610
Merit: 1000
Crackpot Idealist
ok here ya go

Code:
johndowe@ghost1 ~/mmxiv-newui $ make
cd /home/johndowe/mmxiv-newui; /bin/sh share/genbuild.sh /home/johndowe/mmxiv-newui/build/build.h
g++ -c -pipe -fpermissive -fstack-protector -O2 -D_REENTRANT -Wall -Wextra -Wformat -Wformat-security -Wno-invalid-offsetof -Wno-sign-compare -Wno-unused-parameter -fdiagnostics-show-option -fPIE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_IPV6 -DBOOST_SPIRIT_THREADSAFE -DBOOST_THREAD_PROVIDES_GENERIC_SHARED_MUTEX_ON_WIN -D__NO_SYSTEM_INCLUDES -DSTATIC -DQT_STATIC_BUILD -DQT_DISABLE_DEPRECATED_BEFORE=0 -DUSE_UPNP=1 -DSTATICLIB -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/i386-linux-gnu/qt5/mkspecs/linux-g++ -Isrc -Isrc/json -Isrc/qt -Isrc/qt/plugins/mrichtexteditor -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtNetwork -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -Ibuild -Ibuild -o build/tradingdialog.o src/qt/tradingdialog.cpp
In file included from /usr/include/qt5/QtCore/qjsonobject.h:45:0,
                 from /usr/include/qt5/QtCore/QJsonObject:1,
                 from src/qt/tradingdialog.h:10,
                 from src/qt/tradingdialog.cpp:1:
/usr/include/qt5/QtCore/qjsonvalue.h: In member function ‘void tradingDialog::ParseAndPopulateMarketHistoryTable(QString)’:
/usr/include/qt5/QtCore/qjsonvalue.h:119:12: error: ‘QJsonValue::QJsonValue(const void*)’ is private
     inline QJsonValue(const void *) {}
            ^
src/qt/tradingdialog.cpp:528:97: error: within this context
             ui->MarketHistoryTable->item(itteration,1)->setBackgroundColor((obj["OrderType"] == "BUY") ? (QColor (150, 191, 70,255)) : ( QColor (201, 119, 153,255)));
                                                                                                 ^
make: *** [build/tradingdialog.o] Error 1
Pages:
Jump to: