Bitcoin Forum
May 26, 2024, 12:39:50 PM *
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 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 ... 146 »
461  Other / Off-topic / Re: Funny Animated gifs on: November 14, 2012, 09:42:37 AM


I have never actually ROTFL till now
462  Bitcoin / Project Development / Re: [PHP-Library] Bitcoin Financial Web Development Kit (Development Phase) v0.0.x on: November 14, 2012, 05:02:41 AM
Added Low-level API command: bitcoin_get_received_by_address(address, minimum_configurations)
463  Bitcoin / Pools / 1 Bitcoin Giveaway at BTCOxygen Mining Pool on: November 13, 2012, 05:06:19 AM
1 BTC BOUNTY

1 BTC Will be divided to the Top Five miners at BTCOxygen Mining Pool

For Example:

First Place will get (50%)(0.50 BTC)

Second Place will get (30%)(0.30 BTC)

Third Place will get (10%)(0.10 BTC)

Forth Place will get (5%)(0.05 BTC)

Fifth Place will get (5%)(0.05 BTC)

This Giveaway will end after 72 Hours starting from now.

Register an account at BTCOxygen and point your miners to BTCOxygen.com:8332

BTCOxygen is a new pool and does not have much users so it will be easy to get to the top.

More info about the pool can be found in this Thread

-----------------
BTCOxygen Mining Pool is currently holding a 1 Bitcoin give-away check out the original thread: https://bitcointalk.org/index.php?topic=123987.0
464  Economy / Services / Re: Looking for someone to create/modify software for this forum [3600+ BTC] on: November 13, 2012, 01:41:18 AM
forums using 1.1 latest is    
SMF 2.0.2 lot more features and custom mods made for it. Might want to upgrade first before  having custom built wouldn't be hard to d upgrade
Oddly enough this has been suggested in the first few pages(not your fault, i don't blame you for wasting your time)
It's in my opinion based on theymos' response patterns he/she wants an Open-Source project that will fulfill the bounty and at the same time release a suitable Bitcoin secure software forum package for everyone to use. This is just my opinions based off what theymos said to some of my proposals last year.
465  Bitcoin / Project Development / Re: Securing BTC and it's affiliates on: November 12, 2012, 10:10:28 AM
Lol i ment to say "help prevent website hacks" but i put "help website hacks"... so I'm updating my post above
466  Bitcoin / Project Development / Re: Securing BTC and it's affiliates on: November 11, 2012, 06:04:59 AM
I'm attempting to help prevent website hacks by starting the Bitcoin Financial Web Development Kit (BFWDK) library which will provide a secure interface to their Bitcoin clients as well as educate the developers on how to secure their Bitcoins in the safest manner possible when dealing with Bitcoin transactions and their websites. Only in due time will the library prove its security but someone has to start it some time.

Bitcoin Financial Web Development Kit Source Code: https://github.com/Xenland/Bitcoin-Financial-Web-Development-Kit--BFWDK-
467  Bitcoin / Hardware wallets / Re: [BOUNTY] 1BTC for hardware wallet name on: November 11, 2012, 02:13:51 AM
Has slush already given the bounty to someone? And how long is this continuing?
I'm also curious... also I updated my first two posts with more names(within the rules)
468  Bitcoin / Project Development / Re: [PHP-Library] Bitcoin Financial Web Development Kit (Development Phase) v0.0.x on: November 10, 2012, 01:39:50 PM
Updated: Add API call Bitcoin Generate Receipt() More information found here: https://github.com/Xenland/Bitcoin-Financial-Web-Development-Kit--BFWDK-/wiki/API-Call-Index
This receipt is designed to save information with out a database or saving files(and worrying about permissions), it uses Bitcoin labels and checksum(s). Don't forget to generate a random key for your checksum integrity Wink
469  Bitcoin / Project Development / Re: [PHP-Library] Bitcoin Financial Web Development Kit (Development Phase) v0.0.x on: November 10, 2012, 08:34:10 AM
Updated: Added installation instructions.
470  Bitcoin / Project Development / Re: [PHP-Library] Bitcoin Financial Web Development Kit (Development Phase) v0.0.x on: November 10, 2012, 08:18:14 AM
Updated Bitcoin Donation Address, Please donation as much as you feel this software is worth, All donations will be appreciated. Thank you!
471  Bitcoin / Project Development / Re: [PHP-Library] Bitcoin Financial Web Development Kit (Development Phase) v0.0.x on: November 10, 2012, 08:15:03 AM
Updated licensing information.
472  Bitcoin / Project Development / Re: [Gauging Idea] Playing IRC bot games for Bitcoins on: November 10, 2012, 08:08:23 AM
Yea idlerpg would be hard to entice players since if you not there from day one. I think this would work best with mafia, cause duckhunt can be botted, trivia can be googled, and hangman. But mafia you actually need skills, to figure out and buff people so it could make for some interesting outcomes.
Very good points indeed, Do mafia!

I wanna smugle drugs across mexico using virtual silk road heh
473  Bitcoin / Project Development / Re: [Gauging Idea] Playing IRC bot games for Bitcoins on: November 10, 2012, 07:33:29 AM
Would make discussion a lot more fun thats for sure!
474  Bitcoin / Project Development / PHP Bitcoin Development Kit | v0.0.46_pre15 | Alpha | BitcoinDevKit.com on: November 10, 2012, 06:44:29 AM
The (BDKp) Bitcoin Development Kit for PHP is designed to wrap around Bitcoin and allow developers to call normal PHP functions instead of doing tiresome RPC->connect(username,password,port,https); RPC->Query(Agument) functions instead to of generating an address like this RPCObject->getnewaddress('labelhere'). One could use this library to simply query bitcoin by doing a bitcoin_get_new_address().

Sounds counter-intuitive but this opens up a world of possibilities for instance with native PHP functions wrapped around Bitcoin we can softly display errors produced by Bitcoin and allow the PHP developer decide what to do with the php/bitcoin error data. During development and testing we attack functions at every angle to produce every error possible per function and we have collected a vast knowledge of error combinations and have designed the wrapper to output errors that a dev could use their own logic around with ease.

Some other opportunities include allowing higher-level functions such as creating a authentication system with Bitcoins(with out having to pay to a Bitcoin address to prove you own the address) a developer could have a visitor authenticated with a Bitcoin address when the authentication is approved and the library was able to verify that the visitor does own that address the developer could then take that information and integrate their own sessions for their uses with out any worries of conflicts from this library.

Another great high-level function is the ability to create receipts, add/remove/save product ids to the receipt and save the amount due for that receipt before it is accepted as paid and this is all possible with out a database or saving to text files that can be altered. For receipts it uses just Bitcoin client for saving receipt data which is all verify-able checksums to prove
data integrity and to preventing an attacker from altering the receipt data and slipping past your logic code.


Open Source Code (AGPL v3.0)
Github: https://github.com/Xenland/Bitcoin-Development-Kit

BDKp Wiki
Click here to open wiki

Current API Commands
Click here to open API List


Features
*Doesn’t rely on databases.
*Doesn’t use decimals or floating points to do financial math.
*Checksums help circumvent tampering with receipt information.
*Stores the Amount due, Time-stamp Receipt was created, Time-stamp receipt was paid and confirmed in full, checksum, and an array of product/service ids per receipt.

Instructions - 1,2,3 steps!
1]Download library and extract the files into a folder where your php code can include/access it
2]Edit the config.php file to point towards a Bitcoin client. (PLEASE USE HTTPS CONNECTIONS)
3]Integrate your PHP code to use the functions/api from this library.
Note: Make sure you tell your Bitcoin client to only accept remote connections from the server that will be querying it. If you are hosting the Bitcoin client on the same server as the php running code you can have Bitcoin client just only accept the ip address of 127.0.0.1 which is your local address. To set the accepted remote ip address please refer to this link: https://en.bitcoin.it/wiki/Running_Bitcoin#Sample_Bitcoin.conf

Developer Support (Reasonable Prices)
If you need assistance from start to finish, from education on integration, to filling in the spaces that you don't know how to complete your self or don't trust your knowledge about the inter-workings of Bitcoin and need a fresh out side knowledgeable perspective I can provide reasonable prices to help with your project, company or just personal education on php and Bitcoin for a reasonable cost. Depending on your problem and how quickly it will be to fix the costs will be charged by the project unless I think I can help you within a few hours I will charge by the hour but still reasonable costs. If you need assistance contact me at skype CheaperInBitcoins or PM me on here for my email address and we will chat I am also available by phone aswell but please request that information through Personal Message thank you!
475  Other / Off-topic / Re: Bitcoin memes! on: November 10, 2012, 03:52:31 AM



DOOOOOOD where do i get a shirt of that?
476  Economy / Scam Accusations / Re: Xenland has not delivered my prize on: November 10, 2012, 03:52:06 AM
For what it's worth Cheaper In Bitcoins has been dissolved for sometime now.
477  Bitcoin / Bitcoin Discussion / Re: Bitcoin Radio Podcast | Podcast 4 released! on: November 10, 2012, 03:50:08 AM
Updated, looks like the mp3 one didn't work all the way gotta reupload that
478  Economy / Scam Accusations / Re: Xenland has not delivered my prize on: November 09, 2012, 12:26:08 PM
haha sorry. I just got that from watching an episode of drugs inc.


I am not rich at all..... Gotta Budget your shit and not make promises you can't keep......


saying you don't have gas to drive 20 miles is a pretty sad excuse...... I would of at least said my legs are broken Smiley

ummm yea.... Sorry let me explain my life a bit better so my excuse is more... whats the word.... legit? lol no thanks.... I'd rather keep the public away from my REAL personal life which is way more hectic than just 20 miles in gas money.
479  Economy / Scam Accusations / Re: Xenland has not delivered my prize on: November 09, 2012, 09:29:53 AM
for cereal? If crackheads can afford a $100 a day crack habit by panhandling I think you can get 10 bucks worth of gas in your car.

geez my wife drives about 40 km every morning one way to work 5 days a week and we pay 5 fucking dollars a gallon here...

/end

Thanks for comparing me to crackheads and how your so rich (in comparison to me) and can afford your wife' mileage at $5/ gallon....

/FriendsForEva
480  Bitcoin / Bitcoin Discussion / Re: Bitcoin Radio Podcast | Podcast 4 released! on: November 09, 2012, 05:22:01 AM
Some good points about the multibit, I didn't know he was doing it on his free time, also were do you read about gavin stating this things ? its difficult for me to find everything thanks for keeping me posted mate! 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 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 ... 146 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!