Bitcoin Forum
May 06, 2024, 04:06:09 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
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 47 48 49 50 51 52 53 ... 146 »
41  Bitcoin / Project Development / Re: PHP Bitcoin Development Kit | v0.0.46_pre15 | Alpha | BitcoinDevKit.com on: June 11, 2013, 06:19:10 PM
Question Xenland...  Is the data from the blockchain stored in SQL tables of any kind from this?  Or does it just directly interact with the bitcoind process via RPC commands?  Specifically, I am wondering if the Bitcoin transactions for each block would be available to query from a SQL database or not.

The BDK for php currently does not have any plans to integrate any type of databases of anykind until a non-db working BDk version has been tested and debugged. Then once officially stable, we look towards options of integration of databases and properly informing the user on some security implications that could be involved with using a db with the BDK. As of now the only storate there is for the BDK is receipts and that uses BTC address labels in json format (with sha256/checksums for data verification)
42  Bitcoin / Project Development / Re: Holy Grail BOUNTY on: June 11, 2013, 06:10:23 PM
Now I'm thinking I am more experienced in coding than compiling, Someone else might want to take the OT calls bounty so I can leech off their compiling efforts as i seem incapable of being able to get OT to compile and run with out crash (let me know if you need my notes/experiences on OT call integration so FT dosen't have to waste his time explaining the steps again), and I'll just take HTTP interface (so plugins/websites can communicate with the tray)


Scratch that for now.....
43  Bitcoin / Project Development / Re: Holy Grail BOUNTY on: June 09, 2013, 03:22:42 AM
https://github.com/Xenland/Moneychanger/blob/54488f04b3173acc123a469d08dd834f4399398e/Moneychanger/Moneychanger.pro

Smiley
44  Bitcoin / Project Development / Re: Holy Grail BOUNTY on: June 09, 2013, 02:34:49 AM
To any QT/C++ devs out there that have a few minutes of their time to help instruct me on how to include shared objects (.so) files along with header files (.h) in the QT Creator .pro setup? if i don't make any sense to you don't reply to this message, Please PM me. I'd be willing to give $50 in BTC value if you can help me get the init command of the OTAPI working on QT Creator. I have experience with including external libraries but mostly major libraries like SSL and the like.

Headers are not included in the project file -- they are included in the CPP files.

(But while building, your compiler will fail to FIND those headers, unless they are on the include path.)

The shared objects (.so files) are the Linux version of DLLs. Since you are installing to $HOME/.local, then you probably just need to make sure that $HOME/.local/lib is on your library path. (It will only find libraries that are on the library path.) I'm willing to bet that this part is already handled by the PKG_CONFIG_PATH which you have already set.

You will also need to make sure that your makefile is linking the appropriate libraries. For example, if you were linking with g++, you would be adding -lotapi to the link step. That's the instruction that tells it to link the otapi library (which it will search for on the library path.) I'm not sure how you instruct a QT project file to link a specific library, but it will be something similar.

Sounds like i did it all correctly. I'll post my .pro file for everyone to review, i even did the -L filepath -lotapi thing as well
45  Bitcoin / Project Development / Re: Holy Grail BOUNTY on: June 09, 2013, 02:07:15 AM
To any QT/C++ devs out there that have a few minutes of their time to help instruct me on how to include shared objects (.so) files along with header files (.h) in the QT Creator .pro setup? if i don't make any sense to you don't reply to this message, Please PM me. I'd be willing to give $50 in BTC value if you can help me get the init command of the OTAPI working on QT Creator. I have experience with including external libraries but mostly major libraries like SSL and the like.
46  Bitcoin / Project Development / Re: Holy Grail BOUNTY on: June 07, 2013, 05:22:22 PM


Preview of the first level menu.

Working on the OT HTTP calls, well researching then implementing.
47  Bitcoin / Project Development / Re: Holy Grail BOUNTY on: June 06, 2013, 08:10:25 PM
Lets just say I have dual use for BitMessage integration and I will leave the GUI to you.  The annoying thing about bitmessage is that it depends upon PyQt is and is a pain to deploy.   It would be nice if there were a Qt GUI for bitmessage that integrated at the protocol level... but I suspect that would require a bigger bounty and is outside the scope of this.

I don't suppose the creator can open up a HTTP/JSON API so we can interface into it with out creating a QT/C++ version of bitmessage? I'm not sure which one would be easier/secure
48  Bitcoin / Project Development / Re: Holy Grail BOUNTY on: June 06, 2013, 05:51:48 PM
I am interested in BitMessage integration.

And if there is a 'market' GUI potentially that too.

All i know is that I claimed the systray gui part, and the HTTP interface so that it can accept commands. I hear you bitmessage is still open and I've heard that you know how to get it integrated, you should message me and we will work together, if you claim the bitmessage part Smiley


I understand that OT is open source like Ripple,

Currently Ripple is *not* open source (and it needs XRP which OT does not).

Ah, I see they have a GitHub, but no source files. Suspicious Scam.

Me an felllowtravler were discussing diff qt versions last night, today I will post what i have so far to the githubpage, or you can check out my github page to see that i forked the project already and posted up some things https://github.com/Xenland/Moneychanger
49  Bitcoin / Project Development / Re: Holy Grail BOUNTY on: June 06, 2013, 05:37:52 AM
Tasks.  (Since several people have volunteered, I'd like you to specify tasks you are going to own.)

--- Who wants to do the HTTP interface?

--- Who wants to do the Bitcoin (multisig) integration?

--- Who wants to do the colored coin stuff?

--- Who wants to do the Bitmessage integration?

--- Who wants to do the systray GUI (I will provide the necessary OT calls.)


I claim systray GUI since I already have code going/posted up.
and will claim HTTP interface.

I can do it all but i don't want to be greedy anyone else can claim the rest I look forward to working with the others that join Smiley
50  Bitcoin / Project Development / Re: Holy Grail BOUNTY on: June 06, 2013, 04:35:48 AM
I'm interested in joining. I think fellowtraveller should create an official GitHub repo for the app and publicly accept pull requests. This will make the bounty division more transparent.

Regards!

That would be a great idea if he already has github. i already have some code to publish
51  Bitcoin / Project Development / Re: Holy Grail BOUNTY on: June 06, 2013, 12:39:09 AM
I can see how a QT/C++ app can provide the best of both worlds and allow websites to exist as well, the desktop app will allow a unified method of communicating these messages/transactions to each other all while allowing anyone or any website or desktop app to communicate to the OT desktop app with out the need for every service to have another service just to connect two services. Bitbank should exist along side OT desktop app, and the browser plugins to connect it all
52  Economy / Gambling / Re: [Bet on randomness] Test run, before graphics update and fee percent change on: June 05, 2013, 11:30:33 PM
The server is back up and in working order please continue. I will notify the community one day ahead before graphics update(and deposit returns).
53  Bitcoin / Project Development / Re: Holy Grail BOUNTY on: June 05, 2013, 11:11:36 PM
Preview: System tray
Its the Icon that says OT (Notes also I never code with GUI forms, i only write GUI stuff with code for maximum flexibility, in case any other contributors were wondering what kind of game they need to step up to when contributing, I'd also be willing to help convert publicly those who do code along side QT Gui Forms)
54  Bitcoin / Project Development / Re: Holy Grail BOUNTY on: June 05, 2013, 08:04:46 PM
Okay I won't claim it all I'll just do the clicks and menus and gui sys tray stuff and then we'll see what happens. I'm almost positive i understand the purpose of this app but anywho i'll release what i have so far tonight and the original poster can tell me what i dont/do understand this is a fun project already Cheesy


EDIT/UPDATE: I'm really hoping this was targeted at windows because I'm developing in windows with QT already when i started, ( normally do linux by habit )
55  Bitcoin / Project Development / Re: Holy Grail BOUNTY on: June 05, 2013, 10:17:23 AM
I definably claim the sys tray menu GUI in Qt/C++ and the HTTP and Bitcoin Communications, if someone wants to snag OT that would sound like fun! I get started on this  tomorrow.
56  Bitcoin / Project Development / Re: Holy Grail BOUNTY on: June 05, 2013, 09:53:41 AM
Is it possible to claim the bounty as reserved/taken while someone works on it? I'm positive I can accomplish this task if I have no stress of completing the job and in the context of possibly not receiving a reward. Cheesy
57  Economy / Gambling / Re: [Bet on randomness] Test run, before graphics update and fee percent change on: June 05, 2013, 04:48:35 AM
Bug found
There is a bug where the game server runs too fast and thinks bitcoin isn't responding and/or thinks there are no new coins. I have fixed this issue and will post back up here when i have detected the new server code is running again. If you deposited coins that didn't show up they should show up with this new code, when i slow things down a tid bit.
58  Economy / Gambling / Re: [Bet on randomness] Test run, before graphics update and fee percent change on: June 05, 2013, 04:29:00 AM
your site looks like another version of PeerBet but with house fees, am I right?

Looking at the peerbet.com website in the faq it looks like yes we have house fees and thats the only fee is per bet fee.
And to compare it against peerbet i guess our site is like provable instant mode, we will supply a list that displays all recent games played(helps investigate cheat detection) and we encourage cheat detection
59  Economy / Gambling / Re: [Bet on randomness] Test run, before graphics update on: June 04, 2013, 10:29:54 PM
Never mind looks like with a 50% house fee all that is required for any game is 2 players... go figure..
60  Economy / Gambling / Re: [Bet on randomness] Test run, before graphics update on: June 04, 2013, 10:04:03 PM
Notice: Looks like percent chance winning and Number of players required are not updating at the moment, give me an hour to fix that
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 47 48 49 50 51 52 53 ... 146 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!