Pages:
Author

Topic: EventToken [EVENT] Community Takeover | Blockchain-based Event Solutions - page 13. (Read 44477 times)

full member
Activity: 126
Merit: 100
nice to see volume increase and page 1 of Bittrex. Still a lot of coins being generated daily and most of the hash power comes from famrs and scrypt multipools so lots of opportunities for lower buy orders until next block halving.
full member
Activity: 126
Merit: 100
Anyone who has sent coins to c-cex and not received don't stress, for some reason their wallet is not synced. Probably just crashed.

As an aside we are working on a cool video to help explain the process and benefits to organisers.

Progress so far is exactly to plan

smooth working network yup (except small staking bug but will fix that)

website done yup

patent filed yup

very comprehensive whitepaper yup

Now comes the real hard work and innovation.
Development, what time do you plan to achieve?

Event - Hub should be working in January without too much trouble, hard to pin down exactly when in Jan at this point -- xmas holidays are going to get in the way. Then onto the mobile app which will be the hardest part for sure. Certainly we will have working prototypes for it late Jan / early Feb which we will make public and available.

Final release of the mobile app will take much longer as there is a lot in it which has never been done in crypto before.
full member
Activity: 196
Merit: 100
Anyone who has sent coins to c-cex and not received don't stress, for some reason their wallet is not synced. Probably just crashed.

As an aside we are working on a cool video to help explain the process and benefits to organisers.

Progress so far is exactly to plan

smooth working network yup (except small staking bug but will fix that)

website done yup

patent filed yup

very comprehensive whitepaper yup

Now comes the real hard work and innovation.
Development, what time do you plan to achieve?
full member
Activity: 126
Merit: 100
Anyone who has sent coins to c-cex and not received don't stress, for some reason their wallet is not synced. Probably just crashed.

As an aside we are working on a cool video to help explain the process and benefits to organisers.

Progress so far is exactly to plan

smooth working network yup (except small staking bug but will fix that)

website done yup

patent filed yup

very comprehensive whitepaper yup

Now comes the real hard work and innovation.
full member
Activity: 126
Merit: 100
sorry source node is down. Back up now.
hero member
Activity: 1068
Merit: 523
What is the config file for EVENT?  Not getting any connections.

I'm still stuck, so conf would be nice
hero member
Activity: 616
Merit: 500
Stuck transaction, can someone help out?

TXID: c6ed5d07f0fe8af53f75e2971e846427a6f22a608a55a6a93caa578f5c944034

EDIT: Nevermind, it's moving now Smiley
hero member
Activity: 530
Merit: 500
What is the config file for EVENT?  Not getting any connections.
hero member
Activity: 749
Merit: 503
Blockchain Just Entered The Real World
full member
Activity: 126
Merit: 100
Twitter bounty

RT this

https://twitter.com/EventToken/status/545153038827401216

get 1 EVENT per 10 followers up to a max of 100 EVENT

Done as well!!  Will read up on the whitepaper.  Really promising coin.

ESB9emoMAmmHAzWR4w7xLknZwjwcBgtWFt

link me your RT

Just edited my post lol forgot the most important part Smiley

sent.
full member
Activity: 297
Merit: 100
Twitter bounty

RT this

https://twitter.com/EventToken/status/545153038827401216

get 1 EVENT per 10 followers up to a max of 100 EVENT

Done as well!!  Will read up on the whitepaper.  Really promising coin.

ESB9emoMAmmHAzWR4w7xLknZwjwcBgtWFt

link me your RT

Just edited my post lol forgot the most important part Smiley
full member
Activity: 126
Merit: 100
Twitter bounty

RT this

https://twitter.com/EventToken/status/545153038827401216

get 1 EVENT per 10 followers up to a max of 100 EVENT

Done as well!!  Will read up on the whitepaper.  Really promising coin.

ESB9emoMAmmHAzWR4w7xLknZwjwcBgtWFt

link me your RT
full member
Activity: 297
Merit: 100
Twitter bounty

RT this

https://twitter.com/EventToken/status/545153038827401216

get 1 EVENT per 10 followers up to a max of 100 EVENT

Done as well!!  Will read up on the whitepaper.  Really promising coin.

https://twitter.com/wongalex

ESB9emoMAmmHAzWR4w7xLknZwjwcBgtWFt
full member
Activity: 184
Merit: 100
The All-in-One Cryptocurrency Exchange
Twitter bounty

RT this

https://twitter.com/EventToken/status/545153038827401216

get 1 EVENT per 10 followers up to a max of 100 EVENT

I'm doubling that Smiley lets get some reach! Pm me when you RT'd
full member
Activity: 126
Merit: 100
Hmm, anyone tried to compile the qt from source on linux? I'm getting an error complaining about private method being called - source was cloned straight from github.

please compile with QT 5 not 4

I get some error too trying it to compile it with ubuntu.
Tried it on two different systems (qt5) and always get stuck on the traidingdialog

any ideas?

Code:
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

"/usr/include/qt5/QtCore/qjsonvalue.h:119:12: error: ‘QJsonValue::QJsonValue(const void*)’ is private"

your compiler is badly configured. That error is in your local compiler not in the source.

Read up on JSON

https://qt-project.org/doc/qt-5-snapshot/json.html

otherwise just remove the in wallet trade code and it will compile fine.

full member
Activity: 126
Merit: 100
Hmm, anyone tried to compile the qt from source on linux? I'm getting an error complaining about private method being called - source was cloned straight from github.

please compile with QT 5 not 4

I get some error too trying it to compile it with ubuntu.
Tried it on two different systems (qt5) and always get stuck on the traidingdialog

any ideas?

Code:
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

will look into it for you
sr. member
Activity: 330
Merit: 252
Hmm, anyone tried to compile the qt from source on linux? I'm getting an error complaining about private method being called - source was cloned straight from github.

please compile with QT 5 not 4

I get some error too trying it to compile it with ubuntu.
Tried it on two different systems (qt5) and always get stuck on the traidingdialog

any ideas?

Code:
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
full member
Activity: 154
Merit: 100
meow
full member
Activity: 126
Merit: 100
Twitter bounty

RT this

https://twitter.com/EventToken/status/545153038827401216

get 1 EVENT per 10 followers up to a max of 100 EVENT
Pages:
Jump to: