Bitcoin Forum
June 25, 2024, 03:27:09 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 [323] 324 325 326 327 328 329 330 331 332 333 334 »
6441  Bitcoin / Bitcoin Technical Support / Troubles understanding sendfrom (bitcoind) on: April 19, 2012, 07:10:15 AM
I recently imported a vanity address for my company (1ciyam3htJit1feGa26p2wQ4aw6KFTejU) into the current 0.6 version and gave this address the account/label name "ciyam" and moved some BTC into the address (so far so good).

Next I used the bitcoind "sendfrom" to send a payment out as follows:

bitcoind -rpcpassword=***password*** sendfrom ciyam 1xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxY 0.25

but if I look at the vanity address in blockchain.info the 0.25 tx doesn't appear (the 4 tx's which you can see there now are an initial test one - a larger BTC input and then 2 tx's I did much later to adjust the balance according to what my own wallet was showing for the account).

If I do the following:
bitcoind -rpcpassword=***password*** listtransactions ciyam

then I see 6 tx's and a balance of exactly 100.

Am guessing that I've missed something fundamental here as I don't get why my "sendfrom" tx's don't show up when looking at the address under blockchain.info.

Can anyone please explain to me what I've misunderstood?
6442  Bitcoin / Bitcoin Technical Support / Re: Problem running bitcoind.exe and bitcoin-qt.exe (-server) concurrently on: April 17, 2012, 12:54:22 PM
importprivkey is slow because it does a rescan of the entire blockchain, and blocks most other operations while it's running. It's not intended to be used frequently in its current form.

Thanks Pieter - I hadn't considered this as it was a newly generated vanity gen private key.

I guess waiting for approx. 10 minutes was not patient enough (only using a laptop). Smiley

Luckily it doesn't look like I damaged anything by shutting down bitcoin-qt (and also the import seemed to work fine).

Perhaps a flag to not scan could be considered (when you know you are dealing with a brand new private key like I was) Huh
6443  Bitcoin / Bitcoin Discussion / Re: Brain Wallet standardization on: April 16, 2012, 09:56:41 AM
You could've put those digits in the passphrase itself, which would increase the required iterations much more.

Good point - so perhaps the idea could just be to use something like name + bithdate + "x randomly chosen words" for the pass phrase.
6444  Bitcoin / Bitcoin Discussion / Re: Brain Wallet standardization on: April 16, 2012, 09:18:45 AM
One way to do this (but does require you to remember 2 things) would be to have a pass phrase and a "pin" number (say 6 digits) where the pin is actually the number of times to hash the pass phrase.

As the main point of the PIN is just to harden the pass phrase from a brute force attack (where it is perhaps expected no information is known about whose pass phrase you are trying to crack) it doesn't really need to be so "random" (so could perhaps use birthdate or some other easily remembered number).
6445  Economy / Services / Re: Safe Cold Storage? on: April 14, 2012, 01:19:49 PM
mybitcoin used to
Grin

I think that the null modem idea that is being discussed with Armory should make it fairly straight forward to create your own secure offline vault.
6446  Economy / Marketplace / Re: Chinese, Japanese and Spanish 1 on 1 skype lessons. Bitcoin users get 20% off. on: April 14, 2012, 12:06:35 PM
Great idea - for (simplified) Chinese I have developed a unique system for review testing (mostly based upon Rosetta Stone level 1) that generates "random" flashcards. Using this approach I was able to learn over 100 words in just a couple of weeks (have been in China for over 5 years and prior to creating and using this software was unable to read much more than 20-30 characters).

If any of your Chinese teachers are interested to give my system a try let me know and I'll set up an account for them to play with it (usage is by private invitation only currently).
6447  Bitcoin / Bitcoin Technical Support / Re: Unsafe to run bitcoind.exe and bitcoin-qt.exe at the same time? on: April 14, 2012, 10:04:06 AM
Hmm... I have the following settings in bitcoin.conf:

# To allow usage with RPC-JSON interface
server=1
rpcallowip=127.0.0.1
rpcpassword=***some_password***

So am guessing that it should be working after all. :/
6448  Bitcoin / Bitcoin Technical Support / Problem running bitcoind.exe and bitcoin-qt.exe (-server) concurrently on: April 14, 2012, 09:12:04 AM
I imported a private key using bitcoind while bitcoin-qt was running (Windows) and although it appears that the import operation worked fine both bitcoind and bitcoin-qt hung. After ctrl-c from bitcoind still bitcoin-qt would not respond (had to kill the task).

I then restarted bitcoin-qt and luckily all seems to be fine - looking at debug.log showed just a bunch of blank lines between fetching blocks and the restart (so no indication why clients were presumably locked and why killing one process didn't unlock the other).

BTW I have had no problem doing "read" operations (such as listtransactions) with the GUI running or using setaccount (this operation is the first other "write" operation I've performed whilst running the two clients simultaneously).
6449  Bitcoin / Development & Technical Discussion / Re: Two days of debugging for a single '&' on: April 13, 2012, 08:52:40 AM
Macros are always evil and I have never really seen the attraction of BOOST_FOREACH myself especially now that we have "auto" types and can write our loops as follows:

for( auto i = container.begin( ); i != container.end( ); ++i )
{
...
}

[now it will be time for others to chime in with the "C++ is the root of all evil and should never be used" type stuff we get on this forum]
6450  Bitcoin / Development & Technical Discussion / Re: Bounty proposal for a Bitcoin-based email to fight spam. on: April 13, 2012, 03:24:26 AM
I VERY rarely get spam in my gmail account (maybe 2-3 per month?), and less often than that get a legitimate email sent to my spam folder.  It's not an overwhelming amount of spam, like it used to be 6-7 years ago.

Whilst I agree that spam to the end user is nothing like the problem it was years ago (mostly thanks to Bayesian filtering) there is still the issue of waste to be considered (I think last I read it was estimated that more than 50% of all emails being sent are spam).

So in my opinion any approach to trying to solve this (what is for most end user's now a non-)problem would have to be instead aimed at the large email providers and/or ISPs as it is their resources that are being wasted by spam.
6451  Bitcoin / Bitcoin Discussion / Re: Bitcoin Jokes, do you know any? on: April 12, 2012, 07:59:47 AM
Q. Name a famous but secretive Irish man and for what he is famous for.

A. (in a strong Irish accent) Asshat O'Shea - nicked a motor - right?
6452  Economy / Economics / Re: How big is Bitcoin's presence in China? on: April 11, 2012, 09:14:28 AM
I read somewhere that he's from China and only is/was studying in Singapore.

Aha - be interesting to know if he'd heard about it before he started studying there then.
6453  Economy / Trading Discussion / Re: [ANN] International Bitcoin Exchange - with options market - coming soon on: April 11, 2012, 05:10:56 AM
Interesting - one suggestion to gain interest from Aussies would be to support fee free bank-to-bank AUD deposits/withdrawals (for at least people using bank accounts from one of the "big four".)
6454  Economy / Economics / Re: How big is Bitcoin's presence in China? on: April 11, 2012, 03:32:34 AM
Isn't/wasn't he a 17 year old Singapore student?
6455  Bitcoin / Development & Technical Discussion / Re: Bounty proposal for a Bitcoin-based email to fight spam. on: April 10, 2012, 08:33:00 AM
Perhaps rather than a micro transaction make the amount of BTC per email much higher (say 0.1 or even 1.0) and have that amount then be returned to the sender iff the recipient agrees to (could be combined with the current "send receipt").

Smiley

BTW the Email package for my up and coming open source platform does allow you to use Hashcash (but I really only put that in for fun).
6456  Economy / Services / Re: Beijing on Bitcoin (a new holiday experience) on: April 10, 2012, 02:17:57 AM
Is it possible to do an in-person exchange? Bitcoins for RMB?

Sent a PM.

Plenty of cafes and bars with free wifi in Beijing so having a get together with laptops in tow is easily worked out. Smiley
6457  Economy / Services / Re: Beijing on Bitcoin (a new holiday experience) on: April 09, 2012, 02:59:32 AM
We took a group of German travellers to Mutianyu yesterday and scored a perfect blue sky day (temperature was around 25 C with a slight breeze).



I spent quite a bit of time explaining about Bitcoin to the them and have generated some interest in using it for travel (bring on the German backpackers Smiley).

Today my legs are rather sore from the climb - will need to get a bit fitter if am going make this trip a regular event. Embarrassed
6458  Economy / Services / Re: Beijing on Bitcoin (a new holiday experience) on: April 07, 2012, 06:22:04 AM
It will be great value/service if our Bitcoiners around the world can help each other.

Sounds like we have Hong Kong covered now as well (perhaps we can finish our side in Shenzhen and let you take over from there).

Would be great if "Plato" could make his next Bitcoin trip a "round the world" one. Smiley
6459  Economy / Services / Re: Beijing on Bitcoin (a new holiday experience) on: April 06, 2012, 05:50:09 PM
Can you take me over to North Korea? Or close to there?

We would be willing to take you to Chang Chun (the capital city of the Ji Lin province that borders North Korea) where we could try and work out how to get a visa for you (we haven't done this before so will require some research if you are really keen on this).

6460  Economy / Services / Re: Beijing on Bitcoin (a new holiday experience) on: April 06, 2012, 07:35:43 AM
I would jump at this offer if I wasnt in contract. If your still offering this when im out of my agreement il be there.

Even if you're not our first BTC tourist we'll extend the offer to you (whenever you arrive) just for being the first to post a reply. Smiley

We are also willing to take people to Shanghai, Xian or Hangzhou (and other cities are possible by arrangement).
Pages: « 1 ... 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 [323] 324 325 326 327 328 329 330 331 332 333 334 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!