Bitcoin Forum
May 11, 2024, 05:14:58 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 55 ... 63 »
81  Bitcoin / Bitcoin Discussion / Re: Password strength on: March 11, 2014, 10:55:11 AM
Seems I've caused some controversy, heh.  Can we at least agree that in order from weakest to strongest password strength, it would be:

  • elephant
  • 3l3ph4nT
  • flying elephants with bow ties
  • fLy1ng-3l3ph4nT5_wiTh*b0w.t13$

But it would be almost impossible to commit the last one to memory.

None of the above are very secure against a determined and well-funded attacker - not even the last one.
7 to 8 diceware words, on the other hand, is all you need to be very safe for years.

You might be interested in my NoBrainr script, which is a simple example of diceware applied to bitcoin address generation:
 https://bitcointalk.org/index.php?topic=308972.0
82  Bitcoin / Electrum / Re: Will Electrum run on Xubuntu or Lubuntu? on: March 07, 2014, 08:28:38 PM
I have an old laptop that has a maximum limit of 256mb ram and 20gb hard disk. I cannot install Ubuntu because the machine does not quite meet the hardware requrements. Will Electrum run on either Lubuntu or Xubntu (lighter versions)?


I haven't tried it personally, but seeing as I was able to run Electrum on Puppy Linux (a really tiny distro) without any issues, I don't see why it wouldn't work.
83  Bitcoin / Project Development / Re: [ANN] chainsnort (cross-platform console transaction monitor) on: March 07, 2014, 07:09:18 PM
Demonstrating the highlight-arbitrary-address feature:



At this time, this is only available to donators and private beta testers.

Note: in case you're wondering, the "1Dorian" address is part of a fundraising campaign started today by Andreas M. Antonopoulos for Dorian Nakamoto.  Read more about it here:

 http://www.reddit.com/r/Bitcoin/comments/1ztjmg/andreas_im_fundraising_for_dorian_nakamoto/
84  Bitcoin / Electrum / Re: Command Line commands & Attributes on: March 07, 2014, 11:57:30 AM
Hello, yes Iīve sound a little bit cryptical.

I mean Command Line Flags like this one:
./Electrum -w ~/path/to/your-new-wallet-file

I would like to automate some tasks from an external app. Console is great, has all I need but I donīt know how can I send or use his commands from Electrum outside app.

Thanks for your answers.

IIRC, Electrum 2.0 (out soon) will have a daemon mode, which should make this type of use much easier.
85  Bitcoin / Bitcoin Discussion / 180,000 BTC (old coins) have just moved on: March 07, 2014, 07:41:05 AM
The Aha! moment...

https://blockchain.info/tx/4ee89f7cf824a85ad5f11d52604ffdebe9f01302bcea8ddec0af450f9185ddf1

86  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCP] Counterparty Protocol, Client and Coin (built on Bitcoin) - Official on: March 06, 2014, 08:34:11 PM
I did setup.py update

 Do I need to clone and reinstall again or uh

Yeah I think you'll need to git clone to get the latest fixes if you don't want to wait for the next release.
It shouldn't take more than a few seconds.
If you are still getting the error after that, please post the actual output.

Do I need to make a copy of the me latest database so it doesn't have to rebuild

Ok so just to be clear the update function does not get all the updates unless a major or minor version change occurs?

Edit: like commits are not pulled through setup.py update?  Unless PP designates a version change in github?  I'm new to this Sup.

I'm not 100% positive on that, so hopefully someone else will chime in.
Do back up the DB just in case, although I don't think it will have to re-sync.
87  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCP] Counterparty Protocol, Client and Coin (built on Bitcoin) - Official on: March 06, 2014, 08:09:47 PM
I did setup.py update

 Do I need to clone and reinstall again or uh

Yeah I think you'll need to git clone to get the latest fixes if you don't want to wait for the next release.
It shouldn't take more than a few seconds.
If you are still getting the error after that, please post the actual output.
88  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCP] Counterparty Protocol, Client and Coin (built on Bitcoin) - Official on: March 06, 2014, 07:58:42 PM
I'm still getting errors with send, can someone tell me if maybe the syntax has changed on send command Sad

I tried with and without '=' sign.

Phantom pushed a commit that should fix send issues today. Did you try the latest commits?
89  Bitcoin / Bitcoin Discussion / Re: Is it Possible? on: March 04, 2014, 09:19:08 PM
Is it possible to create a decentralized way of buying and selling Bitcoins,
Like a program that can be installed on any computer and function like MtGox.

If this can be done, Bitcoin will be completely independent.

AFAIK the only such system already up and running is Counterparty / XCP.  Research it.
Although still in early alpha and not ready for mainstream users, its potential really is exciting.
90  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCP] Counterparty Protocol, Client and Coin (built on Bitcoin) - Official on: March 04, 2014, 08:34:13 PM
Can the devs please build 6.3 for windows??!??!

I've installed python and I'm trying to install all the other dependencies but I just get the error "Python 3.3 needs to be installed, not found in registry" or "Python 3.2 needs to be installed, not found in registry".

I installed fucking python 3.2, 3.3, and 3.3.4. None of this helps.

Come the hell on

If that's easier for you, you can also get and run 6.3 for Windows through the latest BoottleXCP build:
 https://github.com/JahPowerBit/BoottleXCP_binaries/releases

This is a GUI client, however, so if you just want to use the included counterpartyd daemon, you can do so by holding down the SHIFT key while launching the application - in much the same way as in my Electrum builds, if you have ever used those... Smiley  This opens up a terminal window from which you can directly issue counterpartyd commands.



Note that the only requirement is the same as for counterpartyd:
  a bitcoind full node (can be on the same or a different machine), running with txindex=1 and server=1

If you find this helpful, please consider supporting the BoottleXCP client:
https://forums.counterparty.co/index.php/topic,134.0.html

91  Bitcoin / Development & Technical Discussion / Re: transactions & signatures in depth questions on: March 03, 2014, 08:41:16 PM
in here:
https://en.bitcoin.it/wiki/Technical_background_of_version_1_Bitcoin_addresses

there is a image data named "Conversion from ECDSA public key to Bitcoin Address"
1. using 32bytes X 2 is it Uncompressed (https://en.bitcoin.it/wiki/Elliptic_Curve_Digital_Signature_Algorithm)?
2. what is the (BE) next to the 32bytes mean?



1. Uncompressed

2. BE means Big Endian - http://en.wikipedia.org/wiki/Endianness
92  Bitcoin / Development & Technical Discussion / Re: Better way to reduce transaction fee on: February 28, 2014, 08:35:23 AM
Not sure if you are aware that fees will be 1/10th of what they are now as of version 0.9.
93  Bitcoin / Development & Technical Discussion / Re: Best Mnemonic Generator Techniques on: February 28, 2014, 06:56:49 AM
Asking humans to come up with a random sentence doesn't seem to create very random sentences..

The idea of using mnemonic phrases to encode 128bit random entropic keys, for use with Brain Wallets for instance, is a nice solution.

This brings on the questions -

What is the Best Mnemonic Generator for storing such 128bit numbers ? (In terms of how easy it is to remember / length of string)

Can it be used for storing larger 196/256bit numbers ?

Can a human sentence ever be long enough/entropic enough to be used ? How long would it need to be ?

Currently electrum uses 12 words to encode 128bits, which is great, but I find the sentences a little 'un-sentence-y'.

I have seen a few systems, but would really like one that comes up with a grammatically correct sentence.. That can of course still seem like total gibberish (Digital Apes With Blue Fish Gills etc..). They seem much easier for the mind to remember than random word lists.

Maybe a system that picks a noun, verb, object, (maybe an adverb) then an 'and/but/or' and repeat...

Any ideas ?
 

Something like this?
https://bitcointalk.org/index.php?topic=308972.msg5420732#msg5420732
94  Bitcoin / Development & Technical Discussion / Re: NoBrainr - a secure and transparent cold address generator in 1024 bytes on: February 28, 2014, 06:34:32 AM
I'm also working on a version that produces English sentence-like output. Some find that easier to remember (even if the sentences sound kinda crazy and are obviously not 100% correct).

Examples:

Code:
Fri 02/28/2014  7:25:36.32> python gibb.py
Some banner leak basked my zag, and a monk gadgeted your about.

Fri 02/28/2014  7:29:58.46> python gibb.py
My trio unleashed many sects, and all feign stalled my clause.

Fri 02/28/2014  7:29:59.48> python gibb.py
Their scream edgared any cite, and that slid wheated the prayer woe from birth.

Fri 02/28/2014  7:30:00.43> python gibb.py
The weigh chains a bleak, and the irked bulky yayed your ipod!

Fri 02/28/2014  7:30:01.26> python gibb.py
Any coming sad missed the prince, and any poodle snowed those ms.

Fri 02/28/2014  7:30:02.09> python gibb.py
A miner gene is ending the clad, and the sliver often agonyed the perky.

Fri 02/28/2014  7:30:02.75> python gibb.py
That geese ardented your swam, and the ounce santaed my city.

Fri 02/28/2014  7:30:03.46> python gibb.py
Any olson vouched this raged noah, and this summer conrad raided the virgin.

I still have to clean up some minor stuff before posting the code, which is based on a recent coding contest entry.
95  Bitcoin / Development & Technical Discussion / Re: NoBrainr - a secure and transparent cold address generator in 1024 bytes on: February 28, 2014, 06:30:07 AM
AFAIK, it could only make a tangible difference in one specific scenario: if you were to run the command immediately (in the first few seconds) after a cold boot of a livecd distro.

If you do that with /dev/urandom, you'll have created an insecure key.

If you do it with /dev/random, you block for a short while.

What's the advantage to using /dev/urandom? Is it because some platforms don't support /dev/random?

(Depending on how you're implementing things there are probably other potential problems if you're creating lots of keys.)

/dev/urandom and /dev/random each have their pros and cons, which you can find with a little bit of googling.
Bottom line is, everyone agrees on /dev/urandom being just fine for cryptography.

Here's a first link to get you started:
 http://security.stackexchange.com/questions/40633/java-securerandom-doesnt-block-how

Another good piece, strongly favoring urandom over random (in general):
http://sockpuppet.org/blog/2014/02/25/safely-generate-random-numbers/

Of course, one has to be aware of the caveats of urandom when relying on it.
But then again, NoBrainr is intended for advanced users anyway.
96  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCP] Counterparty Protocol, Client and Coin (built on Bitcoin) - Official on: February 27, 2014, 09:03:44 PM

Wow, didn't expect so many hurdles.  I'll see what I can do to make this smoother in the future.  Out of curiosity, what reason does Norton give?

Not your fault. I could turn off that smartscreen crap if I wanted, but since I deal with my BTC/XCP on this computer I have everything turned up to be on the safe side. So maybe I shouldn't complain LOL. Norton says: Very few users, very new as reasons. Well DUH!! lol

Just to follow up on this, after a constructive discussion with xnova and Jah, everything is ready to allow publication of future Windows builds on the official BoottleXCP github. This will provide a public audit trail and the ability to GPG-sign commits for tighter security.


A little heads-up on this: Windows builds for BoottleXCP have now moved to GitHub.

See https://forums.counterparty.co/index.php/topic,74.msg937.html#msg937

Additional details on how to build this yourself (for those interested) will follow.

Also, later at some point - when my schedule allows it, and if there are enough interested participants - i could organize an online hands-on training session on this topic.
97  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCP] Counterparty Protocol, Client and Coin (built on Bitcoin) - Official on: February 26, 2014, 07:36:25 AM
Also, I wanted to help give some more visibility to the roadmap for BoottleXCP + request for donations that Jah posted over there:

 https://forums.counterparty.co/index.php/topic,134.0.html

Also I can't wait for the release of TheMightyX's GUI for BoottleXCP:




I hope you guys like this as much as we do, and thanks for supporting our efforts!

Is this the previously mentioned counterwallet? Looks nice...  Wink

Nope, this is the BoottleXCP client developed by JahPowerBit.  CounterWallet is a web-based deterministic wallet - which I'm also quite excited about by the way! - developed by xnova.
98  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCP] Counterparty Protocol, Client and Coin (built on Bitcoin) - Official on: February 26, 2014, 07:18:33 AM
Also, I wanted to help give some more visibility to the roadmap for BoottleXCP + request for donations that Jah posted over there:

 https://forums.counterparty.co/index.php/topic,134.0.html

Also I can't wait for the release of TheMightyX's GUI for BoottleXCP:




I hope you guys like this as much as we do, and thanks for supporting our efforts!
99  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCP] Counterparty Protocol, Client and Coin (built on Bitcoin) - Official on: February 26, 2014, 07:08:43 AM
sure i strongly assume its ok. When I access the site it is reported that  Mal/HTMLGen-A was found... probably a false positive...

I will double-check it but it's most certainly a false positive.
Thanks for reporting this.

you're welcome.
Any update?
I need to be able to send xcp! People want to buy..
What is the fastest and safest way to get there?!
I am trying this for days now... super annoying.
Nothing against you. Highly appreciate your efforts!!

It appears perfectly clean to me.  Out of all scans made by urlvoid and virustotal, only bitdefender flags the domain (not the binary itself) for some reason. So, definitely sounds like a false positive.  Plus we plan to move the boottleXCP builds to a new, official website a few days from now anyway.

Computers these days really are too paranoid. It takes three attempts to run this file. First, Google Chrome tells me it can't be trusted and suggests that I discard it. I click "keep." Next, Windows Smart Screen says it's from an untrusted source. I say "run anyway." Finally, Norton 360 quarantines the file and I have to tell it to "restore" the file. Then, after all that, I can finally run it. It's like the modern nanny state has come to computers!

Wow, didn't expect so many hurdles.  I'll see what I can do to make this smoother in the future.  Out of curiosity, what reason does Norton give?

Not your fault. I could turn off that smartscreen crap if I wanted, but since I deal with my BTC/XCP on this computer I have everything turned up to be on the safe side. So maybe I shouldn't complain LOL. Norton says: Very few users, very new as reasons. Well DUH!! lol

Just to follow up on this, after a constructive discussion with xnova and Jah, everything is ready to allow publication of future Windows builds on the official BoottleXCP github. This will provide a public audit trail and the ability to GPG-sign commits for tighter security.
100  Bitcoin / Electrum / Re: Flatfly Electrum builds [1.9.8] for Windows on: February 24, 2014, 06:39:06 PM
Minimal build 1.9.8 is now available from:
 https[Suspicious link removed]

As usual file hashes are posted on:
http://dre.natverk.org/elecwin.htm
I am interested to learn how to make my own standalone exe for windows. I am using py2exe, but I am getting many errors and I can not make into one single exe.

If you have any links to tutorials or advice on how to change files to make py2exe bundle option 1 to make single exe (or whatever method you use) I would greatly appreciate it.

Thank you very much!

I posted my installer scripts higher in this thread a while ago, but didn't provide a lot of explanations as nobody seemed interested at the time (despite thousands of downloads... go figure!).  Or you can also learn a lot from the official build scripts on the Electrum repo. I believe they are using py2exe.

My free time is quite limited these days, but if you do need a personalized tutor, I'm willing to offer a detailed  1-on-1 session on how to make a minimal Electrum build (identical to mine) in exchange for a fair donation.
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 ... 63 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!