Bitcoin Forum
June 23, 2024, 03:52:34 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 [20] 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 »
  Print  
Author Topic: [M1] SupplyShock | Whitepaper Release | ShockTrader Imminent! | Updated Roadmap!  (Read 52273 times)
keriferocoius
Full Member
***
Offline Offline

Activity: 164
Merit: 100


View Profile
May 29, 2015, 07:35:31 AM
 #381

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 <QTWebKitWidgets/QWebView>
                                    ^
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.
hoshigakiii
Sr. Member
****
Offline Offline

Activity: 295
Merit: 250


View Profile
May 29, 2015, 11:49:00 AM
 #382

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.
M1X (OP)
Full Member
***
Offline Offline

Activity: 350
Merit: 100

A Decentralized Social Marketplace


View Profile
May 29, 2015, 02:27:36 PM
 #383

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 <QTWebKitWidgets/QWebView>
                                    ^
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.

Soma ║║ ● ● ● ● ● ● ●   Decentralized Social Marketplace   ● ● ● ● ● ● ● ║║ Soma
Interactive Itemcard (IIC)Secured paymentsSocial contributionsP2P-marketing
● ● ● ● ● Pre Sale Ends Aug 11th ║║ ANN Thread ║║ Slack ║║ Twitter ║║ Facebook ● ● ● ● ●
WolfofCryptoStreet
Full Member
***
Offline Offline

Activity: 131
Merit: 100


View Profile WWW
May 29, 2015, 02:54:05 PM
 #384

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
keriferocoius
Full Member
***
Offline Offline

Activity: 164
Merit: 100


View Profile
May 29, 2015, 03:03:50 PM
 #385

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 <QTWebKitWidgets/QWebView>
                                    ^
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.
sp00lin9
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500


View Profile
May 29, 2015, 03:33:05 PM
 #386

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 <QTWebKitWidgets/QWebView>
                                    ^
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?
hoshigakiii
Sr. Member
****
Offline Offline

Activity: 295
Merit: 250


View Profile
May 29, 2015, 06:02:54 PM
 #387

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.
spartak_t
Legendary
*
Offline Offline

Activity: 1960
Merit: 1176


@FAILCommunity


View Profile WWW
May 30, 2015, 03:01:51 AM
 #388

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).

trader19
Legendary
*
Offline Offline

Activity: 1232
Merit: 1001



View Profile WWW
May 30, 2015, 09:14:53 AM
 #389

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.

Join the Elastic revolution!  Elastic - The Decentralized Supercomputer
ELASTIC WEBSITE | NEW ANNOUNCEMENT THREAD | ELASTIC SLACK | ELASTIC FORUM
ramtony
Full Member
***
Offline Offline

Activity: 193
Merit: 100



View Profile
May 30, 2015, 09:47:36 AM
 #390

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...
trader19
Legendary
*
Offline Offline

Activity: 1232
Merit: 1001



View Profile WWW
May 30, 2015, 09:49:35 AM
 #391

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

Join the Elastic revolution!  Elastic - The Decentralized Supercomputer
ELASTIC WEBSITE | NEW ANNOUNCEMENT THREAD | ELASTIC SLACK | ELASTIC FORUM
keriferocoius
Full Member
***
Offline Offline

Activity: 164
Merit: 100


View Profile
May 30, 2015, 09:55:29 AM
 #392

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 <QTWebKitWidgets/QWebView>
                                    ^
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
mightgetlucky
Full Member
***
Offline Offline

Activity: 138
Merit: 100


View Profile
May 30, 2015, 10:00:38 AM
 #393

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.
trader19
Legendary
*
Offline Offline

Activity: 1232
Merit: 1001



View Profile WWW
May 30, 2015, 06:46:49 PM
 #394

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.

Join the Elastic revolution!  Elastic - The Decentralized Supercomputer
ELASTIC WEBSITE | NEW ANNOUNCEMENT THREAD | ELASTIC SLACK | ELASTIC FORUM
trader19
Legendary
*
Offline Offline

Activity: 1232
Merit: 1001



View Profile WWW
May 30, 2015, 09:33:51 PM
Last edit: May 30, 2015, 09:52:01 PM by trader19
 #395

@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

Join the Elastic revolution!  Elastic - The Decentralized Supercomputer
ELASTIC WEBSITE | NEW ANNOUNCEMENT THREAD | ELASTIC SLACK | ELASTIC FORUM
spartak_t
Legendary
*
Offline Offline

Activity: 1960
Merit: 1176


@FAILCommunity


View Profile WWW
May 30, 2015, 10:05:47 PM
 #396

@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.


M1X (OP)
Full Member
***
Offline Offline

Activity: 350
Merit: 100

A Decentralized Social Marketplace


View Profile
May 31, 2015, 04:54:27 AM
 #397




   




Soma ║║ ● ● ● ● ● ● ●   Decentralized Social Marketplace   ● ● ● ● ● ● ● ║║ Soma
Interactive Itemcard (IIC)Secured paymentsSocial contributionsP2P-marketing
● ● ● ● ● Pre Sale Ends Aug 11th ║║ ANN Thread ║║ Slack ║║ Twitter ║║ Facebook ● ● ● ● ●
GTX980Power
Full Member
***
Offline Offline

Activity: 193
Merit: 108


View Profile WWW
May 31, 2015, 05:01:59 AM
 #398




   





Holy Crap! 72% percent interest?!!??!?!?

AWESOMEE!

Great job guys! I appreciate the work!!
sp00lin9
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500


View Profile
May 31, 2015, 05:11:56 AM
 #399

Updated! Thank you!
spartak_t
Legendary
*
Offline Offline

Activity: 1960
Merit: 1176


@FAILCommunity


View Profile WWW
May 31, 2015, 05:41:03 AM
 #400

Up to 200% interest? This is not interest - its hyper inflation. I think it's a very bad decision!

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 [20] 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!