toby20130333

The best tip, seriously, would be a Qt development around Stellar. To show the power of the Qt framework and to show up the errors the SDK may have as i am only using a small percent in the wallet i developed. Anything you find out feel free to communicate me, i can work on fix that or/and merge changes.

In any case, this is my stellar address
GBI6ZAO55BYUC7ILJH3H6I4LXU4UZV5TEKBOJIL3N3SV4LTUXP3VMDCU

But checking your blog i see you can bring nice things to stellar. ?

    5 days later

    Let me know if you need help I have alot of experience in Qt, wrote a Flight Termination System for Nasa with it in Cali ?

    Totally matches the stellar moonshot/spaceship theme ?

    I'm also writing a wallet let me know if you need help or advice or anything (it's also going to be an exchange, a pos, trade analysis tools, will present an ICO and token, chat service, some games and whatever idea I will come up with)

    stella 4 life ?

    P.S. I still own the code and it is certified by NASA

      toby20130333 let me know if you are still stuck, I ported ethminer on vs 2012,2013,2015,2017 this summer so I should be able to recall any of the bugs, they come back the same no matter which project ?

      bnogal

      toby20130333

      if you guys wanna collaborate with no strings attached feel tag me along, even if itès a request to write up and idea you have it will give me ideas too and we can share the code...

      P.S. not looking to steal ideas and IP lol, I have so many that I need a team to help me ?

        Can you tell i'm an eager beaver to get to the moon ?

        LukeSkywalker

        I'm working using Qt for the last 7 years, at my job and at home as a hobby. Didn't do anything that great, i am mainly doing software to simulate systems. Right now i keep working on the wallet i developed last summer using Qt, but i would like to develop something different.
        I am thinking about doing something with a raspberry pi zero w, like, a system to get paid for a picture, the system would require only to know the public address (so no danger leaving that outside home). Or share raspberry pi/android sensors data to a mqtt broker (using QtMqtt) with same concept.

        Also it could be nice to develop a otg wallet on a raspberry pi zero.

        But time is limited in this busy world. If you decide to do anything, i repeat myself, here i am to help. If you find any error or have any problem with the library i will try to answer as soon i can.

          15 days later
          a month later

          bnogal Hi sorry that I never came back to check for a reply. I'm surprised I got an answer actually or I would of replied sooner.

          toby20130333 I am currently working on my own project, I implemented a "roll your own" version of the Qt parts that fit my GUI needs and its taking all my time.

          I see your project is coming a lot quite well gratz. Perhaps there's a way I could expose your project to the web with possible interface. it has multiple functions that currently or soon will expose all aspects of steller functionality.

          your project could be used for intelligent cities which is an in thing right now.

          7 months later

          Hi. When compiling with MinGW there is no problem, but when compiled with MSVC2015, there are quite a few errors. Is there a compatible version for MSVC?

            guarense
            Hello, Thanks for giving it a try.

            You are right, I don't use msvc to compile anything, it works with GCC (MinGW) and clang. if msvc is giving problems should be easy to fix it, as i didn't use anything too modern, i can try to check it. If you work with GCC your software will compile easier on other platforms (except for the evil google, they want you to use clang)

            In the other hand, i am currently writing an example of using the library step by step, later i will focus on documenting each function, but almost everything uses same API as java SDK (with some adaptions to make it more Qt friendly), hope to have it in the next weeks as is already half done. If you need any help, here i am ?

            Also if you want to contribute feel free to open issues, suggestions and/or solve them ?

            EDIT:

            I gave priority to fix it to work with MSVC2017, it may work with MSVC2015. Checkout last master.
            I also merged some changes that got lost in an offline computer i have. I did some order in the repository cleaning branches.

            Hope it helps.

            a month later

            Dear bnogal. Thanks for such a great library. I was able to compile using msvc2015. If I have any questions, I will not hesitate to ask you. An observation, if you need to use openssl within the application you might have problems with the objects generated when trying to link since there are similarities in the names of the functions that use sha1.

            8 months later