Pages:
Author

Topic: [M1] SupplyShock | Whitepaper Release | ShockTrader Imminent! | Updated Roadmap! - page 27. (Read 52313 times)

M1X
full member
Activity: 350
Merit: 100
A Decentralized Social Marketplace
legendary
Activity: 1960
Merit: 1176
@FAILCommunity
@MX1 dev you really should fix PoS asap, it's confirming extremely slow.. it took one hour for 8 of 110 confirms, with this tempo it's gonna take almost 24 hours for my stake to confirm and for that time coins stays locked.

Okay, let's see if this is not another Coven-like bullshit.

legendary
Activity: 1232
Merit: 1001
@MX1 dev you really should fix PoS asap, it's confirming extremely slow.. it took one hour for 8 of 110 confirms, with this tempo it's gonna take almost 24 hours for my stake to confirm and for that time coins stays locked. if you serious and want this coin to succeed you should be aware this is not acceptable and needs your prior attention. thanks
legendary
Activity: 1232
Merit: 1001
hi all, i took a risk today and bought small bag of M1  Cool coin looks good, activ dev, low marcetcap, good potential, life is good. i do however face one small problem, i installed latest win wallet but when i start it it crashes immediately.. anyone experiencing the same thing?
i must say under ubuntu it compiles perfectly but i would also like to have wallet on my local pc. any fix or tipp would be greatly appreciated. thank you.

Just installed the wallet on a Win 8 VM and its working fine on that...
hmmm strange, i guess pc restart could solve the problem lol  Grin
so pc restart didn't solve the issue lol if i would guess i would say it has to do with qt5 dependencies missing in windows, if anyone has a tipp.. for now i am running previous version v1.1.2.0 - M1 and started staking under status "awesome"  Grin so hope that will help move blocks faster now. After i buyed first chunk of M1 early today and moved them from trex to my wallet it took 1 hour to confirm, my second chunk confirmed almost instant so guys please stake your coins. interest atm 4.35% so its a good incentive.
full member
Activity: 138
Merit: 100
What next? When some beta test of bot? Why is here that low number of people intrested in M1? When some advertise will start?
I can't understand why there is no buy walls + very low volume.
buy when there is blood on the streets.
full member
Activity: 164
Merit: 100
Hi all!

I got a problem with compiling the wallet on ubuntu. I have this error:

"src/qt/blockbrowser.cpp:12:36: fatal error: QTWebKitWidgets/QWebView: No such file or directory
 #include
                                    ^
compilation terminated.
Makefile:2016: recipe for target 'build/blockbrowser.o' failed
make: *** [build/blockbrowser.o] Error 1"

I included webkit in pro file and in the blockbrowser.cpp but i have the same error.

Please help me.
Thanks.

I attempted to recreate the issue on a brand new node, but SupplyShock compiled successfully the first time without any errors.





While I was at it, I decided to hardcode it into the wallet aswell, bringing us up to 5 hardcoded nodes  Smiley

I did make a slight adjustment to the .PRO file to remove the Windows build dependencies.

I'll be here working if anyone has any questions.

Thanks for your time but i have the same issue. I have double checked if i had not installed webkitwidget but it had been all installed.

Try running this before attempting to compile & please try again.

Code:
sudo apt-get update && sudo apt-get dist-upgrade && sudo apt-get install git automake screen build-essential libboost-all-dev libcurl4-openssl-dev libdb5.1-dev libdb5.1++-dev qt4-dev-tools && sudo reboot

Let me know how it works out please.


For "libdb5.1-dev libdb5.1++-dev" i got this:

"E: Package 'libdb5.1-dev' has no installation candidate
E: Package 'libdb5.1++-dev' has no installation candidate"


i tried to compile without these but i had the same error as before.
Are you on 14.04?

 Digital Ocean? PC? Amazon AWS?


ubuntu 15.04
legendary
Activity: 1232
Merit: 1001
hi all, i took a risk today and bought small bag of M1  Cool coin looks good, activ dev, low marcetcap, good potential, life is good. i do however face one small problem, i installed latest win wallet but when i start it it crashes immediately.. anyone experiencing the same thing?
i must say under ubuntu it compiles perfectly but i would also like to have wallet on my local pc. any fix or tipp would be greatly appreciated. thank you.

Just installed the wallet on a Win 8 VM and its working fine on that...
hmmm strange, i guess pc restart could solve the problem lol  Grin
full member
Activity: 193
Merit: 100
hi all, i took a risk today and bought small bag of M1  Cool coin looks good, activ dev, low marcetcap, good potential, life is good. i do however face one small problem, i installed latest win wallet but when i start it it crashes immediately.. anyone experiencing the same thing?
i must say under ubuntu it compiles perfectly but i would also like to have wallet on my local pc. any fix or tipp would be greatly appreciated. thank you.

Just installed the wallet on a Win 8 VM and its working fine on that...
legendary
Activity: 1232
Merit: 1001
hi all, i took a risk today and bought small bag of M1  Cool coin looks good, activ dev, low marcetcap, good potential, life is good. i do however face one small problem, i installed latest win wallet but when i start it it crashes immediately.. anyone experiencing the same thing?
i must say under ubuntu it compiles perfectly but i would also like to have wallet on my local pc. any fix or tipp would be greatly appreciated. thank you.
legendary
Activity: 1960
Merit: 1176
@FAILCommunity
What next? When some beta test of bot? Why is here that low number of people intrested in M1? When some advertise will start?
I can't understand why there is no buy walls + very low volume.

Don't exactly know, but I bought some and will buy some more. There are 2 good signals:
1. They are not faking volume.
2. The coin was kinda dumped (even though it didn't had significant buy support).
sr. member
Activity: 295
Merit: 250
What next? When some beta test of bot? Why is here that low number of people intrested in M1? When some advertise will start?
I can't understand why there is no buy walls + very low volume.

Our time will come.. We just need to take advantage of these low prices while we can Smiley

I will wait for some answer from DEV, your answer is poor.
hero member
Activity: 490
Merit: 500
Hi all!

I got a problem with compiling the wallet on ubuntu. I have this error:

"src/qt/blockbrowser.cpp:12:36: fatal error: QTWebKitWidgets/QWebView: No such file or directory
 #include
                                    ^
compilation terminated.
Makefile:2016: recipe for target 'build/blockbrowser.o' failed
make: *** [build/blockbrowser.o] Error 1"

I included webkit in pro file and in the blockbrowser.cpp but i have the same error.

Please help me.
Thanks.

I attempted to recreate the issue on a brand new node, but SupplyShock compiled successfully the first time without any errors.





While I was at it, I decided to hardcode it into the wallet aswell, bringing us up to 5 hardcoded nodes  Smiley

I did make a slight adjustment to the .PRO file to remove the Windows build dependencies.

I'll be here working if anyone has any questions.

Thanks for your time but i have the same issue. I have double checked if i had not installed webkitwidget but it had been all installed.

Try running this before attempting to compile & please try again.

Code:
sudo apt-get update && sudo apt-get dist-upgrade && sudo apt-get install git automake screen build-essential libboost-all-dev libcurl4-openssl-dev libdb5.1-dev libdb5.1++-dev qt4-dev-tools && sudo reboot

Let me know how it works out please.


For "libdb5.1-dev libdb5.1++-dev" i got this:

"E: Package 'libdb5.1-dev' has no installation candidate
E: Package 'libdb5.1++-dev' has no installation candidate"


i tried to compile without these but i had the same error as before.
Are you on 14.04?

 Digital Ocean? PC? Amazon AWS?
full member
Activity: 164
Merit: 100
Hi all!

I got a problem with compiling the wallet on ubuntu. I have this error:

"src/qt/blockbrowser.cpp:12:36: fatal error: QTWebKitWidgets/QWebView: No such file or directory
 #include
                                    ^
compilation terminated.
Makefile:2016: recipe for target 'build/blockbrowser.o' failed
make: *** [build/blockbrowser.o] Error 1"

I included webkit in pro file and in the blockbrowser.cpp but i have the same error.

Please help me.
Thanks.

I attempted to recreate the issue on a brand new node, but SupplyShock compiled successfully the first time without any errors.





While I was at it, I decided to hardcode it into the wallet aswell, bringing us up to 5 hardcoded nodes  Smiley

I did make a slight adjustment to the .PRO file to remove the Windows build dependencies.

I'll be here working if anyone has any questions.

Thanks for your time but i have the same issue. I have double checked if i had not installed webkitwidget but it had been all installed.

Try running this before attempting to compile & please try again.

Code:
sudo apt-get update && sudo apt-get dist-upgrade && sudo apt-get install git automake screen build-essential libboost-all-dev libcurl4-openssl-dev libdb5.1-dev libdb5.1++-dev qt4-dev-tools && sudo reboot

Let me know how it works out please.


For "libdb5.1-dev libdb5.1++-dev" i got this:

"E: Package 'libdb5.1-dev' has no installation candidate
E: Package 'libdb5.1++-dev' has no installation candidate"


i tried to compile without these but i had the same error as before.
full member
Activity: 131
Merit: 100
What next? When some beta test of bot? Why is here that low number of people intrested in M1? When some advertise will start?
I can't understand why there is no buy walls + very low volume.

Our time will come.. We just need to take advantage of these low prices while we can Smiley
M1X
full member
Activity: 350
Merit: 100
A Decentralized Social Marketplace
Hi all!

I got a problem with compiling the wallet on ubuntu. I have this error:

"src/qt/blockbrowser.cpp:12:36: fatal error: QTWebKitWidgets/QWebView: No such file or directory
 #include
                                    ^
compilation terminated.
Makefile:2016: recipe for target 'build/blockbrowser.o' failed
make: *** [build/blockbrowser.o] Error 1"

I included webkit in pro file and in the blockbrowser.cpp but i have the same error.

Please help me.
Thanks.

I attempted to recreate the issue on a brand new node, but SupplyShock compiled successfully the first time without any errors.





While I was at it, I decided to hardcode it into the wallet aswell, bringing us up to 5 hardcoded nodes  Smiley

I did make a slight adjustment to the .PRO file to remove the Windows build dependencies.

I'll be here working if anyone has any questions.

Thanks for your time but i have the same issue. I have double checked if i had not installed webkitwidget but it had been all installed.

Try running this before attempting to compile & please try again.

Code:
sudo apt-get update && sudo apt-get dist-upgrade && sudo apt-get install git automake screen build-essential libboost-all-dev libcurl4-openssl-dev libdb5.1-dev libdb5.1++-dev qt4-dev-tools && sudo reboot

Let me know how it works out please.
sr. member
Activity: 295
Merit: 250
What next? When some beta test of bot? Why is here that low number of people intrested in M1? When some advertise will start?
I can't understand why there is no buy walls + very low volume.
full member
Activity: 164
Merit: 100
Hi all!

I got a problem with compiling the wallet on ubuntu. I have this error:

"src/qt/blockbrowser.cpp:12:36: fatal error: QTWebKitWidgets/QWebView: No such file or directory
 #include
                                    ^
compilation terminated.
Makefile:2016: recipe for target 'build/blockbrowser.o' failed
make: *** [build/blockbrowser.o] Error 1"

I included webkit in pro file and in the blockbrowser.cpp but i have the same error.

Please help me.
Thanks.

I attempted to recreate the issue on a brand new node, but SupplyShock compiled successfully the first time without any errors.





While I was at it, I decided to hardcode it into the wallet aswell, bringing us up to 5 hardcoded nodes  Smiley

I did make a slight adjustment to the .PRO file to remove the Windows build dependencies.

I'll be here working if anyone has any questions.


Thanks for your time but i have the same issue. I have double checked if i had not installed webkitwidget but it had been all installed.
M1X
full member
Activity: 350
Merit: 100
A Decentralized Social Marketplace
Hi all!

I got a problem with compiling the wallet on ubuntu. I have this error:

"src/qt/blockbrowser.cpp:12:36: fatal error: QTWebKitWidgets/QWebView: No such file or directory
 #include
                                    ^
compilation terminated.
Makefile:2016: recipe for target 'build/blockbrowser.o' failed
make: *** [build/blockbrowser.o] Error 1"

I included webkit in pro file and in the blockbrowser.cpp but i have the same error.

Please help me.
Thanks.

I attempted to recreate the issue on a brand new node, but SupplyShock compiled successfully the first time without any errors.





While I was at it, I decided to hardcode it into the wallet aswell, bringing us up to 5 hardcoded nodes  Smiley

I did make a slight adjustment to the .PRO file to remove the Windows build dependencies.

I'll be here working if anyone has any questions.
M1X
full member
Activity: 350
Merit: 100
A Decentralized Social Marketplace
Hi all!

I got a problem with compiling the wallet on ubuntu. I have this error:

"src/qt/blockbrowser.cpp:12:36: fatal error: QTWebKitWidgets/QWebView: No such file or directory
 #include
                                    ^
compilation terminated.
Makefile:2016: recipe for target 'build/blockbrowser.o' failed
make: *** [build/blockbrowser.o] Error 1"


I included webkit in pro file and in the blockbrowser.cpp but i have the same error.

Please help me.
Thanks.

Hmm, odd. Let me take a look into this..
full member
Activity: 131
Merit: 100
Hi all!

I got a problem with compiling the wallet on ubuntu. I have this error:

"src/qt/blockbrowser.cpp:12:36: fatal error: QTWebKitWidgets/QWebView: No such file or directory
 #include
                                    ^
compilation terminated.
Makefile:2016: recipe for target 'build/blockbrowser.o' failed
make: *** [build/blockbrowser.o] Error 1"


I included webkit in pro file and in the blockbrowser.cpp but i have the same error.

Please help me.
Thanks.

QT5 does not use webkit in the .pro anymore, it is now Webkitwidgets.

Let me compile on Linux & then I'll come back & help you Smiley
Pages:
Jump to: