Bitcoin Forum
June 21, 2024, 03:03:42 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 [95] 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 ... 546 »
1881  Other / Meta / Re: Legendary one day? on: April 14, 2016, 06:20:38 AM
How long does it takes to become a legendary member?
-snip-

Well, the least activity required for legendary is 774. Which boils down to 56 activity periods of 14 points each (totaling 784 activity). If you register on the last day of an activity period you "safe" 13 days. If you bank a few posts you also get all 14 activity on the first day of the last period so you "safe" another 13 days. In total you need 758 days of consistant posting or 2 years and 28 days.

The highest activity required for legendary is 1030. Which is 74 activity periods of 14 points each (totalling 1036). Again you can "safe" as above so a total of 1010 days or 2 years and 280 days.



-snip-
Ok my bad shouldn't have mentioned a private area. If there is one I haven't been invited Wink.

Maybe its because you talk too much?

1882  Other / Meta / Re: Legendary one day? on: April 13, 2016, 07:39:17 PM
gratz keithers

Code:
name			 act	 prob.1		prob.2
BitCoinDream[4]  882 42.19% 9.46%
cagrund[5]   896 47.66% 10.45%
Xialla[2]  910 64.84% 11.67%

prob.1/2? Yes, these are two different views on the event of hitting legendary as discussed starting with this[42] post.
act = current activity+14
prob.1 = (act-774)/256
prob.2 = 14/(1030-act)

a picture to help understand how these two approaches evolve differently -> https://i.imgur.com/XYzBfm9.png

Code:
name			act	 prob.
redsn0w 784 hit it
shorena   812 hit it
EcuaMobi 826 hit it
TheNewAnon135246 840 hit it
koshgel 854 hit it
devthedev 868 hit it
minifrij 896 hit it
tspacepilot 924 hit it
Blazed 924 hit it
alani123 938 hit it
keithers 840 hit it
Mitchełł 952 hit it
EAL 952 hit it
notlist3d 952 hit it
OnkelPaul 966 hit it
xetsr 966 hit it
qwk 994 hit it
Lauda 994 hit it
defaced 1008 hit it
Lincoln6Echo 1013 hit it
mprep 1022 hit it
mcb1221 1022 hit it


[2] https://bitcointalk.org/index.php?action=profile;u=103451
[4] https://bitcointalk.org/index.php?action=profile;u=181001
[5] https://bitcointalk.org/index.php?action=profile;u=154816
[42] https://bitcointalk.org/index.php?topic=1226681.msg14348133#msg14348133
1883  Bitcoin / Electrum / Re: Questions about electrum Seed on: April 13, 2016, 07:34:07 PM
Can any one guide me how to encrypt my electrum seed and store it safely on my hard drive?
I already wrote it down but as safely also want to store it securly on my online PC so please someone guide me if there's a way to encrypt it?

-> https://veracrypt.codeplex.com/

create a container, use a strong password, safe a txt file with the seed inside the container.
1884  Bitcoin / Electrum / Re: multitransaction from selected adresses on: April 13, 2016, 07:13:53 PM
Hi, I´m looking for some solution how to send BTC from selected adresses to another wallets. I could explain: In my wallet i have 20 adresses and I would have to  send btc from adress 1 to some wallet, form adress 3 to some another wallet etc. I found this:

ADDRESS, 0.12345
ADDRESS, 0.12314

but I neet something like this:

My specific ADRESS, ADDRESS, 0.12345
My specific ADRESS, ADDRESS, 0.12314
etc.

Is it possible?

Thanks

Peter

Yes,

go to Addresses, select the address you want to send from, right click it and select send from. IIRC you can also select multiple addresses.
1885  Other / Beginners & Help / Re: How extract content of peer.dat? on: April 13, 2016, 02:27:52 PM
why you need the peer data to get the node, you can check them in the console, via getpeerinfo

getpeerinfo is just the connected nodes, the peers.dat has all known nodes.

Did a quick search, but it seems you will need to read the source to understand the format as its bitcoin specific[1].

[1] https://bitcointalk.org/index.php?topic=119525.msg1287284#msg1287284
1886  Other / Meta / Re: Better style of the news text on: April 13, 2016, 02:12:02 PM
I - personally - am pretty happy with it as its not flashy. The news tends to stay for a long time, so there is no real need to have a constant eye catcher IMHO.
1887  Bitcoin / Bitcoin Technical Support / Re: Problem with Wallet v 0.11.0 on: April 13, 2016, 02:05:50 PM
Ahh I just had to wait. It took 45 minutes - but now it started without problems and synced.

Thank you anyways Smiley

You should update to 0.12 regardless. On windows systems anti virus software can often find signatures of viruses in the blockchain data. The software will then lock the files, which will cause the bitcoin client to crash. There is a fix that comes with 0.12 as it stores the data obfuscated so the virus signatures (there are actually some in the blockchain, but they cant harm you) do not get detected.
1888  Bitcoin / Electrum / Re: Questions about electrum Seed on: April 13, 2016, 10:05:53 AM
So Electrum seed is 128 bit
12 or 13 words
What are the chances that the same seed is not generated by someone else by mistake?

Its a 128 bit seed, so the chance is 1 in 2128 or 1 in 3.402823669*1038.

Electrum seed just consist of English words . Don't you think it would be more secure to just use random letters?because either way we have to write it down.So what's the point of using English words?

The english words are just a different representation of the same thing. The words are the seed, but so is a 128 bit binary number. Its easier for humans to remember words than binary number. Mainly because we are used to use words while we only seldomly use binary numbers.

Don't you think private keys genetation is more secure then seed itself? Even though seed contains other private keys.
So tell me the chances that someone else does not generate the same seed and end up stealing bitcoins?

A private key is a 256 bit number, so one might think its significantly more secure than a seed. However when creating an address the process involves a 160 bit RIPEMD-160 hash. Thus it is assumed that there are 296 (because 2256/2160 = 296) private keys that can spend coins on a given address. Another aspect of private key security is that the underlying algorithm (ECDSA) only offers 128-bit security for a 256-bit. There are no shortcuts AFAIK to the seed.

Using a seed is in the same ballpark of security than just randomly generating keys. A seed however has the advantage that private keys derived from it are deterministic and thus only a one time backup is needed.
1889  Bitcoin / Bitcoin Discussion / Re: What is the need of 6000 confirmations ? on: April 13, 2016, 08:03:14 AM
I just took a look at my address transactions and found that the older ones were having confirmations greater than 5000 while other was having even more that 6000. What is the use of having that much confirmations ??
well, it means it have been checked over and over by the network. But most transactions only need 2-3 confirmations, no one would wait that long for a transaction

Bullshit!

Shibashi Dogemoto's answer is correct. Its just how bitcoin works. I dont think anyway would ask for 6000 confirmations even for a deal regarding several 1000's of bitcoin.
1890  Other / Beginners & Help / Re: best and easiest way to send bitcoin? on: April 13, 2016, 07:43:05 AM
So yes I want to buy from overseas, and I need to use bitcoin.  I never heard of it before this, so I went on youtube to learn how to use it. I found a video about using paypal to buy the bitcoin, and it said I have a $50 first time limit.  Sooooo I need to learn the best way.

Edit: as my first post said, I want to send the total, and not $50.

Dont use paypal, use one of the large exchanges, like bitstamp, kraken, etc. Or buy locally e.g. via localbitcoins or mycelium (wallet app with the same name, allows you to make offers in your area).
1891  Local / Anfänger und Hilfe / Re: Status: 0/unbestätigt on: April 12, 2016, 07:39:10 PM
Hat sich mal jemand die Details angeschaut? Haben die "Stress-Tester" wieder ein bischen Geld zusammengekratzt bekommen?

Die normale Bitcoin Nutzung wird wohl kaum kurzfristig explosionsartig gestiegen sein.

Sieht auch nicht nach ner Explosion aus, es war nur n Neustart nötig. 40-50k sind eigentlich normal inzwischen.

1892  Local / Anfänger und Hilfe / Re: Anfänge mit Bitcoin - Problem bei Überweisung an Freund on: April 12, 2016, 07:15:12 PM
Außerdem habe ich noch mal bei coinbase geschaut und ich habe auch nur 0.15xxx Btc überweisen.
Weiß nicht wie die 0.18 zustande gekommen sein sollen...habe Jaa auch nicht weniger auf meinem coinbase Guthaben.



Ok also hast du alles korrekt los geschickt, aber bei deinem Freund is nix angekommen. Was nutzt er den für eine Wallet?
1893  Other / Meta / Re: Activity & new membergroup limits on: April 12, 2016, 04:13:23 PM
In 3 years, there will be 500,000 legendary members if the lower rank members keep on posting.
I doubt it, there are only so many even today.
-snip-

Keep in mind that also not everyone keeps posting. Some stop posting, some go insane, some get promoted to staff.
1894  Local / Anfänger und Hilfe / Re: Status: 0/unbestätigt on: April 12, 2016, 03:51:46 PM
Zur Zeit läuft es wieder etwas langsam mit den Bestätigungen  Huh Huh

Ja:
Code:
{
  "size": 11076,
  "bytes": 128250067,
  "usage": 275590272,
  "maxmempool": 300000000,
  "mempoolminfee": 0.00001291
}

Wird wohl vielen so gehen.



1895  Bitcoin / Bitcoin Discussion / Re: Please rebroadcast this on: April 12, 2016, 01:08:20 PM

but as i said the OP's situation is not a counterfeit tx and is just a slow to confirm tx, due to no fee


will it confirm or not ?

Its difficult to tell, no fee TX have a hard time getting confirmed, but the input you used already has 35137 confirmations[1]. It might be enough to get the priority for the TX to get accepted without fee. The input is 244 days old and roughly 1/12 of a bitcoin. This gives you roughly 244/12 = 20 bitcoin days, where 1 is enough to get a confirmation without fee. I think this is mainly a problem of reaching more nodes, as e.g. blocktrail does not know about it yet[2].

[1] https://blockchain.info/tx-index/99821569/0
[2] https://www.blocktrail.com/BTC/tx/4904c2aa6f0bedb71dedf7f7333e71377c3d910625f49b695e0c8bd6735c5926
1896  Bitcoin / Bitcoin Discussion / Re: Please rebroadcast this on: April 12, 2016, 10:54:32 AM

Without connections to miners its difficult to double spend a well propagated transaction. Since I (and possibly others) continuously rebroadcast it, its unlikely that other nodes will accept and relay a double spend.

shorena.. you do realise that the originating funds
https://blockchain.info/address/1LEbLUJUjmYangiu7VzM5JB7jh24q6Cijo (0.06)
https://blockchain.info/address/165pscQhVjsqT26gYn9eEMZU7Eu1wrUJX3 (0.01)

have already been spent elsewhere before.
so no matter how much you re-broadcast the tx for the OP. new tx will never confirm..

The inputs are not use in confirmed transactions and in no other unconfirmed transactions either AFAIK. Maybe link the double spend you think you have found? Your links lead to addresses, which is where I found the unconfirmed TX I think OP is talking about.
1897  Local / Anfänger und Hilfe / Re: Anfänge mit Bitcoin - Problem bei Überweisung an Freund on: April 12, 2016, 10:27:45 AM
Ich kenn mich mit Coinbase nun gar nicht aus. Es sieht aber so aus als hätte lockept93 0.1518 BTC überwiesen und der Rest von den 0.18 BTC der nicht für die Gebühr benutzt wurde ist Wechselgeld. Ich weiß das man bei Coinbase den privaten Schlüssel nicht bekommt, aber soweit ich weiß teilt man seine Wallet auch nicht mit anderen Usern, die Bitcoin die man sendet kommen also schon aus Eingängen die man selber empfangen hat.

Er sagt aber, dass er 0.18 BTC seinem Freund ueberwiesen hat. D.h. das auch grob ~0.18 BTC bei dem Freund angekommen sein muessten und nicht 15% weniger.

Tippfehler?

Quote
[..]die untere mit dem Betrag 0.15xxx ist seine.

Wenn natuerlich nur die 0.15 BTC ueberwiesen werden sollten, dann landet vllt das Wechselgeld wieder auf einer Coinbase-Adresse und wird dem Account dann wieder gutgeschrieben??? Wobei ich auch keine Erfahrung mit Coinbase habe ...

Ich denke das ist am wahrscheinlichsten. Ma gucken was OP dazu sagt Wink
1898  Bitcoin / Bitcoin Discussion / Re: Please rebroadcast this on: April 12, 2016, 10:12:57 AM
-snip-
he can do that until the owner spends those inputs and the transactions become invalid because they have already spent inputs (double spend)
-snip-

Without connections to miners its difficult to double spend a well propagated transaction. Since I (and possibly others) continuously rebroadcast it, its unlikely that other nodes will accept and relay a double spend.
1899  Other / Archival / Re: Updated Overview of Bitcointalk Signature-Ad Campaigns on: April 12, 2016, 10:08:29 AM
Rollin.io campaign is full now, they've received 2 new members.
https://bitcointalk.org/index.php?topic=950982.msg14500084#msg14500084

moved to CFNP -> http://pastebin.com/6YvQsjb7
1900  Local / Anfänger und Hilfe / Re: Anfänge mit Bitcoin - Problem bei Überweisung an Freund on: April 12, 2016, 09:01:34 AM
Ich kenn mich mit Coinbase nun gar nicht aus. Es sieht aber so aus als hätte lockept93 0.1518 BTC überwiesen und der Rest von den 0.18 BTC der nicht für die Gebühr benutzt wurde ist Wechselgeld. Ich weiß das man bei Coinbase den privaten Schlüssel nicht bekommt, aber soweit ich weiß teilt man seine Wallet auch nicht mit anderen Usern, die Bitcoin die man sendet kommen also schon aus Eingängen die man selber empfangen hat.
Pages: « 1 ... 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 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 [95] 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 ... 546 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!