Pages:
Author

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

sr. member
Activity: 407
Merit: 254
Grin

woke up to a nice xmas surprise from the intellectual property office this morning



Congratulations on the Patent Application !

I visited the Gov.UK website & saw that the IPO has a search engine for patent applications.  I searched for # GB1422335.8 and the result I got was : This application is not yet published.

I have no knowledge whatsoever of UK patent law.  Can you please describe the status of your patent, and what rights you have accrued thus far ?
sr. member
Activity: 338
Merit: 250
full member
Activity: 126
Merit: 100
statement made by boobarella

What is this set of letters supposed to mean? The acquirement of what property are u talking about? Who obeys what? And why did u shoot on camera this toilet paper? It has the sentences from newspaper printed on it.

all your unexchangeable non resaleable non forgeable ticketing solutions are belong to us. You have no chance to survive, make your time.
sr. member
Activity: 1036
Merit: 275
Grin

woke up to a nice xmas surprise from the intellectual property office this morning



Surprise  is great, especially during holidays.
hrt
sr. member
Activity: 288
Merit: 250
statement made by boobarella

What is this set of letters supposed to mean? The acquirement of what property are u talking about? Who obeys what? And why did u shoot on camera this toilet paper? It has the sentences from newspaper printed on it.
full member
Activity: 126
Merit: 100
 Grin

woke up to a nice xmas surprise from the intellectual property office this morning

member
Activity: 94
Merit: 10
I will post source for a wallet without the in wallet trading for people who are having issues with config for Json configuration in compiler. It does compile if your QT is config properly (otherwise we wouldn't have a wallet and there would be no pools)

The easiest way to solve this for people though is to just post a simplified wallet for people who can't compile.

Hmmmm, I would expect the exchanges / pools to only compile the daemon, not the full wallet. ( Edit: by full I meant the QT as well )
Am I wrong?

Compiling it headless it shouldn't touch the QT code at all- that entire codebase is only required for the GUI mode wallet.

Most of the exchanges and pools operate the daemon-only wallet without any form of graphical interface, and does not compile the GUI or require the QT code to work.
full member
Activity: 126
Merit: 100
I will post source for a wallet without the in wallet trading for people who are having issues with config for Json configuration in compiler. It does compile if your QT is config properly (otherwise we wouldn't have a wallet and there would be no pools)

The easiest way to solve this for people though is to just post a simplified wallet for people who can't compile.

Hmmmm, I would expect the exchanges / pools to only compile the daemon, not the full wallet. ( Edit: by full I meant the QT as well )
Am I wrong?

depends how thorough they want to be about things really. I would expect they would put it through its paces before adding (particularly exchanges). Or maybe not.
member
Activity: 70
Merit: 10
I will post source for a wallet without the in wallet trading for people who are having issues with config for Json configuration in compiler. It does compile if your QT is config properly (otherwise we wouldn't have a wallet and there would be no pools)

The easiest way to solve this for people though is to just post a simplified wallet for people who can't compile.

Hmmmm, I would expect the exchanges / pools to only compile the daemon, not the full wallet. ( Edit: by full I meant the QT as well )
Am I wrong?
full member
Activity: 126
Merit: 100
Any updates on some PR work?

hey mate,


yup tend not to be  on the comp over the weekend. HAve been working with a PR company to get a video made, been in contacrt with a few event organisers and have some appointements next week. Been writing press releases etc. Will update more as the week goes on.
full member
Activity: 184
Merit: 100
The All-in-One Cryptocurrency Exchange
Any updates on some PR work?
member
Activity: 94
Merit: 10
I will post source for a wallet without the in wallet trading for people who are having issues with config for Json configuration in compiler. It does compile if your QT is config properly (otherwise we wouldn't have a wallet and there would be no pools)

The easiest way to solve this for people though is to just post a simplified wallet for people who can't compile.

Or just add a makefile option to not compile in the offending components, like how it is done for upnp qrcode and ircpeering.

USE_UPNP=- makes it not compile the UPNP component at all, which really should be the standard setting.
full member
Activity: 126
Merit: 100
I will post source for a wallet without the in wallet trading for people who are having issues with config for Json configuration in compiler. It does compile if your QT is config properly (otherwise we wouldn't have a wallet and there would be no pools)

The easiest way to solve this for people though is to just post a simplified wallet for people who can't compile.
member
Activity: 70
Merit: 10
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.


OK, so it's complaining about a the private constructor of that QJsonValue object - one of those functions takes a QJsonValue, that you want to create on the fly, which is restricted by the private constructor, to prevent type mismatch.
Normally you would have to be creating it with a specific factory method, like QStringLiteral("bla")

Now if you can configure this out in the compiler level somehow, please let me know the config options & I'll give it a go.
full member
Activity: 126
Merit: 100

@Eventtoken. thanks for taking a look, but that's not all.

please clean up the first lines in src/qt/bitcoin.qrc for other linux people.
the eventtoken png's are not named with capitals, so it makes trouble compiling with linux.

should work:
Code:

   
        res/icons/eventtoken-80.png
res/icons/eventtoken256.png
        res/icons/eventtoken-80.png
        res/icons/eventtoken-16.png
        res/icons/eventtoken-16.png


"/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.
...
otherwise just remove the in wallet trade code and it will compile fine.

I could compile the wallet by removing the trading stuff in the EventToken-qt.pro. Also I have to switch on bitcoingui-old.cpp & bitcoingui-old.h because in the new files  were to many trading references to remove the easy way. But I have some doubt that other linux/ubuntu guys could compile the source as it is. So its up to you.

as long as your QT5 compiler is configured correctly then it will compile with the trade stuff fine. But yeah if you have issues with Json then remove and from bitcoingui.cppp and .h

It's a complex wallet with a lot of features. I could make a simpler version available without the trade features.
sr. member
Activity: 330
Merit: 252

@Eventtoken. thanks for taking a look, but that's not all.

please clean up the first lines in src/qt/bitcoin.qrc for other linux people.
the eventtoken png's are not named with capitals, so it makes trouble compiling with linux.

should work:
Code:

   
        res/icons/eventtoken-80.png
res/icons/eventtoken256.png
        res/icons/eventtoken-80.png
        res/icons/eventtoken-16.png
        res/icons/eventtoken-16.png


"/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.
...
otherwise just remove the in wallet trade code and it will compile fine.

I could compile the wallet by removing the trading stuff in the EventToken-qt.pro. Also I have to switch on bitcoingui-old.cpp & bitcoingui-old.h because in the new files  were to many trading references to remove the easy way. But I have some doubt that other linux/ubuntu guys could compile the source as it is. So its up to you.
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.

About when in that projected?

next halving will be around Monday.
sr. member
Activity: 255
Merit: 250
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.

About when in that projected?
full member
Activity: 126
Merit: 100
IRC rainfall soon. Join us to get wet  Grin
full member
Activity: 297
Merit: 100
Definitely nice work!!  Picked up some for cheap this morning.  Will definitely be watching this closely.
Pages:
Jump to: