Bitcoin Forum
May 24, 2024, 12:22:56 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 54 ... 146 »
61  Economy / Gambling / Re: [Bet on randomness] Test run, before graphics update on: June 04, 2013, 09:54:19 PM
One last thing, a winner is declared by combining all the hashes in asending order by game account id and then combinaing all the plaintext of the hashes in the same order, then mashing them together(concat) then hash sha256() the long string then take the first 6 character of the sha256 and convert it into a 10base integer, do the same hash to int conversion with all clients and find the client with the closest number to the first number found.
62  Economy / Gambling / Re: Test run before template update (No questions just bug reports) on: June 04, 2013, 09:14:47 PM
The client <> game protocol
1] Game started!
2] Client id 1 & 2 have joined the game
3] As client 1 generate a random number, then hash it in the following format: concat ( gameid | timestamp | randomnumber ), then send just the hash concatenated string.
4] Wait for all players in the game to send their hashes( right now some games can be up to 100 players )
5] Send the plain text
6] wait for all plaintextes from other players
7] check for cheating and detect the winner
8] profit/loose

this all happens in about 1.5 seconds....

We are going with a new custom made theme and logo so there is some features not added like "knowing if you won or lost"
so for now you can just go to "my account" and check your balance to see if you won or lost your games.

the web console will show more game info
63  Economy / Gambling / [Bet on randomness] Test run, before graphics update and fee percent change on: June 04, 2013, 08:59:43 PM
In house ledger (Keeps blockchain small)
Cheat Detection
No house edge
Please no bets larger then 0.005 and no deposits larger then 0.5 BTC.

Recommended Deposits: 0.05 BTC
Recommended Bets: 0.02 BTC

6 confirmations for account balance to update.

No withdrawals. You will get your btc back at the end of the testing so don't use proxy addresses or online wallets.

http://162.209.48.19/

info
You are betting on randomly generated numbers in a secure fashion,
there is NO house edge, the house only gets a fee (50% at the moment for testing purposes)
All clients involved with the bet will generate hashes and random numbers on the client side and relay them to other clients
the server has no involvement with randomness.

Bets are matched up with other players(bets) that are distinct from the originating gambler.
Bets are matched up with other bets that match exactly by cost of bet and multiplier.
A game is created when exactly enough bets can cover the cost of the winners reward

The server runs its own in house ledger (C++)
The server runs its own game server (C++)
games are instantaneous and fair.

I'm not sure how long i want the test betting to go on for.... as long as they have to Tongue

http://162.209.48.19/
64  Economy / Scam Accusations / Re: Possible Investigation of 20btc stolen in the past year from me on: May 29, 2013, 07:15:04 PM
Here is one odd event that happened, I never did figure out what happened: 1JWxJG7JNCqfan9NT3xCQXmTCqNHuQJkTb

I'm sure one of these are related, i see a 4.7 btc balance in there, and im sure my 18 btc is in there some where i just need to find the time to look, i wish i was more carefull about leaving my screensaver set to "wait 20 minutes" instead of instant, this wouldn't have happened: https://blockchain.info/ip-address/74.38.17.163
65  Economy / Scam Accusations / Possible Investigation of 20btc stolen in the past year from me on: May 29, 2013, 05:17:14 PM
I'd like to find out what happen to some Bitcoins stolen from me in the past year that i may have accused some exchanges of stealing but after some research(that has been..... well i really hate to say it has been stolen from the paper notes i had) I believe that some people from the town befriended me and sent bitcoins to their accounts while i'd go to the restroom or something of the like. I have reason to believe they are why monitor sale went stale on biddingpond for 18 btc(2 years ago?), and the 5 btc(6 months ago? 1 year ago) as well that my research(that was stolen) showed that it went to mtgox yet mtgox denys it went to mtgox which would indicate someone has an account there.

I also had reverse geo located the ip address(at the time(s) of the theft) and found they lead back to someone i haven't seen since i was 18 and they did happen to know the floor plans of the current house of residence of where the btc theft took place, it wasen't until i started mining and switched to linux mining that my bitcoins stopped being stolen, so i originally thought it was a trojen, but some physical investigation around town would lead me to think that i need to find those addresses again and do another geolocation ip address and prosecute. and if what i'm saying is indeed true, it could lead to heaiver prosecution terms as it could prove to be the link to some other accounts they made had made the victim of me and my family of.

If i could have the communities help me find all addresses i have reported that btc have been stolen from me and once i have the addresse i can find the ip address they were sent from and do another geo ip location search, I'm mostly calling out and seeing if there is a way to do a location to ip bitcoin search? that would really be helpfull i'd rather not blatently through out the location of the suspect as i'd like to prosecute and keep this information slightly private. Thank you for your support while i get back to work and help improve the community. Its a new dawn, its a new day Cheesy
66  Bitcoin / Project Development / Re: Bitcoin Integration Kit for QT/C++ | BIK | v0.0.1 | In progress dev on: May 25, 2013, 10:47:26 PM
The first working function will be posted in v0.0.1_pre11, the function is getreceivedbyaddress(string, string, int)
You must connect a slot to the coin_server_response(or was it received?) in order to wait for the response in your calling app Smiley
67  Other / Off-topic / Re: Can someone do me an awsome favor dev or not dev? on: May 25, 2013, 05:07:12 AM
Only win7 machine I have is a laptop (sorry I'm a Linux guy). The laptop didn't work because I didn't have the network printer set for the laptop because its a work computer. Once I configured the laptop for the network and set the home printer as default the dropdown box worked (found the printer). I was able to set the path using c:/file path. I set a time for a scheduled print and it worked beautifully. So well, in fact, that with your permission I will continue to use it.

yeah defiantly I'm glad you like it! Enjoy it while you can, and by that I mean i plan to perfect the GUI system better and sell the binaries and keep it opensource AGPL so devs can run it for free/helpdevelop/etc and clients can pay to help continue support Smiley

And I'm also a Linux dev, i produced windows binaries because that was the original target system when the idea arose, so with that in mind i will deploy with linux binaries Smiley in the mean time you could download qt creator and then compile/run your self Smiley
68  Other / Off-topic / Re: Can someone do me an awsome favor dev or not dev? on: May 24, 2013, 11:13:33 PM
It's not detecting my printer. Also, it's not accepting a file location typed in. I only have one Win7 machine at home but I will try it again at work tomorrow and see if I have the same problem.

For files you might have to do c:/file path or file://c:/ filepath

What does the dropdown say? Blank?


Appended edit:
it was originally designed to print the weather from a weather website so for websites you to http://
i can't honestly say i've tested it for local files yet.
69  Other / Off-topic / Re: Can someone do me an awsome favor dev or not dev? on: May 24, 2013, 10:23:37 PM
screenshots
Notes: its still has some "visual" kinks to work out but the timming and printer ease of use and useability should be solid Smiley


70  Other / Off-topic / Can someone do me an awsome favor dev or not dev? on: May 24, 2013, 10:19:30 PM
Can you run this program?
Its a printer scheduler that will print documents accordingly the following is the link for windows users downloads (only tested on Windows 7)
https://www.dropbox.com/s/ex3053iuxzrg7be/v0_0_14.zip

if you want to see the source code go here (made with QT Tools)
https://github.com/Xenland/printershaman
71  Bitcoin / Development & Technical Discussion / Re: Does list transsaction store the lists of transactions or the other way? on: May 23, 2013, 04:43:28 PM
Neither.

It queries the wallet, not the blockchain. The wallet contains a list of transactions, which is on-the-fly processed to produce the listtransactions output.

Okay thats what i thought to an extent;


So its safe to assume if i import a key and call listtransactions it will on the fly proccess to produce the list with that key in it as well?
72  Bitcoin / Project Development / Re: Bitcoin Integration Kit for QT/C++ | BIK | v0.0.1 | In progress dev on: May 22, 2013, 03:48:13 PM
Updates for this coming git push(v0.0.1_pre5)

*Queued up requests
Even though we are using HTTP for JSON-RPC server we can eventually change it to a TCP line and still use the queuing system,
also the queue system can be used as a throttle later on in development.
73  Bitcoin / Development & Technical Discussion / Does list transsaction store the lists of transactions or the other way? on: May 22, 2013, 05:42:19 AM
Does listtransactions command store a precomputed list or will it rescan the block chain after i import a bitcoin pub/pri key and output the updated list? how does that work so I can accurately build up my BIK library.
74  Bitcoin / Project Development / Re: Bitcoin Integration Kit for QT/C++ | BIK | v0.0.1 | In progress dev on: May 22, 2013, 01:15:04 AM
I should have the "basics" of functions by eh, tomorrow, the next day most likely, here is what i can release for now:
https://github.com/Xenland/BIK_c--

More updates on the way.
75  Bitcoin / Project Development / Bitcoin Integration Kit for QT/C++ | BIK | v0.0.1 | In progress dev on: May 20, 2013, 02:02:34 AM
Looks like I am required to develop a JSON interface for Bitcoin/litecoin as a server and php won't cut it so I'm sure I'll end up taking my current code and moving into a library so I started this thread as a place holder for when im ready to release the qt/c++ code under AGPL . Stay tuned.

A side thought: I should start calling these things Bitcoin Integration Kits as that’s probably more of an appropriate name.
yep the C++/QT version will be called BIK
76  Other / Off-topic / Re: What is your favorite movie to code to? on: May 19, 2013, 12:13:00 AM
2001 space oddesy, matrix, hackers, cloud atlas, iron man, quantum of solace, book of eli, tron 1 and legecy Smiley
77  Other / Off-topic / Printer Shaman - Schedule Printing events ;) on: May 19, 2013, 12:11:11 AM
I've recently created an app under the AGPl license the idea came from a friend that had to come to work 2 hours earlier than his paid time just to print two pages (those two pages change on a daily basis). I will sell the binaries in windows / linux for 0.1btc for developers the source code is available at https://github.com/Xenland/printershaman
78  Bitcoin / Project Development / Re: Peer 2 Peer Open Source Encrypted Text, Voice & Video Communications on: May 13, 2013, 07:54:37 PM
Is there a way to encrypt a regular text messages on a cell phones using today's network?
not unless you want to pay ALOT of text message fees.. as i think one message of 1024 characters divided by the (240 or 140?) limit multiply that times txt fees Cheesy
79  Bitcoin / Project Development / Re: Need a php guru - API integration and admin system coding help on: May 12, 2013, 07:57:26 PM
I can do everything you need, however i can never guarantee deadlines although I've only been as late as 2 weeks to deliver for deadlines Smiley PM me please or we can skype chat Cheesy
80  Bitcoin / Project Development / Re: Developing a bitcoin related open source software library on: May 12, 2013, 07:41:41 PM
TL;DR will read when I have time check out meh library: http://bitcoindevkit.com lets collaborate Cheesy
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 54 ... 146 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!