Bitcoin Forum
May 28, 2024, 01:43:23 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 »
381  Bitcoin / Project Development / Re: Frog: Help bring Bitmessage mainstream! on: June 17, 2013, 07:52:31 AM
Why do you need BTC 3.5 for your idea? I don't think anyone would pay without seeing a prototype, I mean we don't even have a code sample to see if your skills are capable of doing a project like this. Just give us some security here, cause this project isn't really that simple.
Servers and potentially the hiring of a designer. I can code, but I can NOT make things look pretty.
Here is my Github: https://github.com/Jaxkr
Here is an article about me (provides my identity and prevents me from scamming): http://www.timescall.com/news/longmont-local-news/ci_23032800/sunset-middle-school-student-wins-first-longmont-hackathon
Unfortunately, I can't use those prize funds for this project as they were directly invested in my college account, to avoid taxes. Tongue

I hope this doesn't come off as mean, but learn to bootstrap. I think this is actually a great lesson for a young person to learn. Cause in the real world without a prototype no one gives funds. Even without testing the market you don't really get funds. I think you should try and do as much as you can with little or no funds. Your a programmer, try and get BTC3.5 by working for someone else.

Also don't tell your parents this but college is a scam. I just graduated from college (23yrs old), and let me tell you I am not even going to use my degree (Computer Science), cause I got into bitcoins so early, it makes no sense for me to get a job. I am actually starting my own company (of the many companies I started). I think your really talented, and you should be hustling in the bitcoin community. You will be rich trust me, especially since you know python that is one of those scripting languages, that great for web or desktop.

So get out and HUSTLE, just do what you got to do. Especially now since you live at home with no expenses you can bank all this money. Wait until your 17, you be driving a Benz maybe even a ferrari to school Wink Take my advice, bootstrap, hustle, you will be big... And when your starting your own companies you come to me for funding ok.
Define "hustle" and "bootstrap". I assume bootstrap means to have a reusable code base for every project, but I'm unsure about hustling, unless I'll be playing some pool.
382  Bitcoin / Project Development / Re: Frog: Help bring Bitmessage mainstream! on: June 17, 2013, 07:32:36 AM
Why do you need BTC 3.5 for your idea? I don't think anyone would pay without seeing a prototype, I mean we don't even have a code sample to see if your skills are capable of doing a project like this. Just give us some security here, cause this project isn't really that simple.
Servers and potentially the hiring of a designer. I can code, but I can not make things look pretty.
Here is my Github, and here is some other stuff.
Here is an article about me (provides my identity and prevents me from scamming).
Unfortunately, I can't use those prize funds for this project as they were directly invested in my college account, to avoid taxes. Tongue
383  Bitcoin / Project Development / Re: Frog: Help bring Bitmessage mainstream! on: June 17, 2013, 06:20:33 AM
I think this is a very much needed project! Wish you the best with it.
Thank you! I've begun a little work on some really early backend stuff, and moltenmich offered to make a better logo!

Perfect. A logo would be nice! Sounds like you are aiming for August to start development?
I'm aiming for August to be nearly done with development.
384  Bitcoin / Project Development / Re: Frog: Help bring Bitmessage mainstream! on: June 17, 2013, 06:01:11 AM
I think this is a very much needed project! Wish you the best with it.
Thank you! I've begun a little work on some really early backend stuff, and moltenmich offered to make a better logo!
385  Bitcoin / Project Development / Re: btc live price update on html page, how? on: June 17, 2013, 05:27:19 AM
Yes, you will need to use php to make a call to mtgox and get the live price.
I think it can be done solely with Javascript. https://en.bitcoin.it/wiki/MtGox/API/Streaming#Connecting

First off that is web sockets, so you would probably get every ticker, and most the time it is the same price. It also keeps the client having an open socket to mt gox. Also web sockets are kinda iffy they break a lot. While the short answer you can do web sockets, you can't do javascript polling, cause I know for chrome that sends up a red flag of cross site scripting.
This is true, however it's a solution that works on a standalone HTML page, which appears to be what thread starter wanted.
386  Bitcoin / Project Development / Re: btc live price update on html page, how? on: June 17, 2013, 05:09:13 AM
Yes, you will need to use php to make a call to mtgox and get the live price.
I think it can be done solely with Javascript. https://en.bitcoin.it/wiki/MtGox/API/Streaming#Connecting
387  Bitcoin / Project Development / Re: BITMAIL *anonymous email service with bitcoin relevance* on: June 17, 2013, 04:57:15 AM
Check out Frog. Web based BitMessage.

https://bitcoinstarter.com/projects/98

Critical question: is the encryption and decryption client side or server side? If it's the former, this is huge. If it's the latter, interesting but not that much.
All encryption will be client side.
388  Bitcoin / Project Development / Frog: Bitmessage for the web! on: June 17, 2013, 12:51:24 AM
The dev blog is now up! blog.frog.li
All updates will be posted there.

Bitmessage is a great system.
However, it seems like Bitmessage won't become wildly popular unless it can be made ridiculously easy to use.
Frog will solve this by being a simple Bitmessage client for the web.

How will Frog work?
Frog will function very similarly to the Electrum Bitcoin client. The user's client reads data from the network off of a pool of servers.
When you open the Frog application in your browser, it automatically connects to an available Frog server that runs the complete Bitmessage software. When you send a message, your browser completes the proof-of-work necessary for propagation, and sends it to a Frog node. Then, the Frog node follows the standard protocol to send the message to the Bitmessage network.

But, wouldn't this decrease decentralization?
Not really. Since the birth of Electrum, the community has put up dozens of servers for the client to use. This has resulted in the creation of reliable supernodes that benefit the entire Bitcoin network.

Just like Electrum, anyone can put up a Frog server for the clients to use. So the servers will not be controlled by a centralized authority. Also, since a proof-of-work is required for sending Bitmessages, attacking these servers will be very difficult. Frog nodes will have all the protections a regular Bitmessage node has. So Frog will result in the creation of supernodes, which will help the entire Bitmessage network

Will it be open source?
Yes.

What's your timeline?
I am currently on my summer vacation and have a lot of free time on my hands. I estimate having a funtional beta by August.

Frog will help conquer surveillance by putting great tools into more hands. Help us make it a reality.

Funding was successful, and work begun a while ago.
Here is the GitHub.
389  Bitcoin / Electrum / Re: Contacts in Electrum on: June 16, 2013, 09:01:02 PM
Thanks

I did that

The weird thing once i quit the client and restart it the contacts disappear.


Try renaming the electrum.dat file and restoring from your Seed. Maybe the electrum.dat file got corrupted
Tried this. No dice.
390  Bitcoin / Electrum / Re: Problems with 1.8 on OS X on: June 16, 2013, 08:59:31 PM
OK. After restarting my computer I am now able to import private keys again, but labels and contacts still do not save.
391  Bitcoin / Bitcoin Discussion / Re: Will bitcoins become illegal? on: June 16, 2013, 06:48:48 AM
Yes



If Bitcoin became illegal, nothing would change, aside from a lot of media exposure, and you know what they say: any publicity is good publicity.

And a lot more Tor using
A girl knowing Tor? That's too much for me, you're definitely a guy a his basement
Definitely. The Hidden Wiki clearly states this. http://3suaolltfj2xjksb.onion/hiddenwiki/index.php?title=Girls
 Tongue
392  Bitcoin / Wallet software / Re: Sending from vanity address. on: June 16, 2013, 05:04:37 AM
The least cumbersome way to do it, while still being very safe, would be Electrum.
You can import your vanity address in a few seconds then set it to 'prioritize' in the receive
tab so that payments will be sent out from that address if it has any funds in it.
Exactly. This is the ideal solution. However, Electrum is currently having some issues.
393  Bitcoin / Electrum / Re: Problems with 1.8 on OS X on: June 16, 2013, 04:39:35 AM
Also, I can't import valid private keys anymore. Don't know what's up with that.
Here's an example with a throwaway private key that I generated for this example

5JcYx5bzeMMMp1WXia7J7N9987aXxujQuvPfvWUsF5Jad447rUm
394  Bitcoin / Electrum / Problems with 1.8 on OS X on: June 16, 2013, 03:53:47 AM
Hey,
I've noticed that 1.8 introduces a lot of bugs that weren't formerly present in the Electrum software.
Here's a list:
1. I'm unable to save contacts.
2. I'm unable to save address labels.
3. I'm no longer able to add contacts by right clicking.

Thank you!
395  Bitcoin / Electrum / Re: Electrum - Bitcoin client for the common users (friendly and instant) on: June 16, 2013, 12:12:56 AM
Hello.

I just noticed - Electrum does not save contacts.  I tested this on Ubuntu as well as windows. Has anyone else run into this?
Yes. No saving of contacts or address labels on 1.8.
396  Bitcoin / Electrum / Re: Electrum 1.8 on mac: cannot remember label of address on: June 16, 2013, 12:09:26 AM
I just tried creating a fresh wallet on OS X but it worked fine for me. Is there anything non-standard about your installation by any chance? Are you using command line arguments to start it? Could you start a terminal and enter

open /Applications/Electrum.app/Contents/MacOS/Electrum


And tell me if you get any errors or warnings if you try to add labels.
Just did. No errors or warnings. Just a blank console screen. Assuming I only need to hit enter while editing to save a label.
397  Other / Politics & Society / Re: Bitcoin - powered by greed? on: June 12, 2013, 12:06:23 AM
Greed is the only way to motivate people, its an unfortunate reality.
It would be cool if there were cancer research pools that paid in BTC. Would be a good way for CPUs to earn money.
398  Bitcoin / Bitcoin Discussion / Re: Bitmessage Address Book on: June 11, 2013, 05:42:59 PM
I'd love to join in with Bitmessage.
But, has anyone made an install file (.dmg) for Mac yet?
Yes. But it requires installation of OpenSSL. I tried to build a standalone app, but to no avail, as OpenSSL cant be bundled.
You should follow these instructions for now: https://bitcointalk.org/index.php?topic=229414.msg2414060



BM-2D9tpN1g82FC9hhC8eof5BiH3Dc2NCTzQ6

Just tested it by sending a message to someone from Reddit. They must not be on though, no reply. My understanding is that eventually, if he does not reply the message vanishes?
If he doesn't come ONLINE, the message disappears. They can only be downloaded dependably for two days after they are sent.
399  Economy / Marketplace / Re: ANY $10 Steam game for 80 mBTC ($8.5) on: June 11, 2013, 03:04:47 PM

Are you still selling ?
Yes.
400  Economy / Digital goods / Selling: Terraria (90 mBTC or best offer) on: June 10, 2013, 11:49:03 PM
Hello,
I received a copy of Terraria as a gift, but I already own it on another platform.
I'm willing to sell it for 90 now, or you can offer less.
Honestly, I'll sell it for almost any price.
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!