Bitcoin Forum
May 26, 2024, 09:59:15 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 »
401  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Cannacoin (CCN) | PoW->PoSV | No premine | No IPO on: January 21, 2016, 07:50:19 AM
what happened to him? i think we caught up once or twice on toketalk back in the day.
402  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][VRC] | VeriCoin | POS-NSDI | VeriBit | VeriSend | VeriSMS | SuperNET Core on: January 21, 2016, 05:41:42 AM
i like to consolidate my crypto info to one forum.. whats up with this coin lately?
403  Economy / Service Announcements / Re: BitcoinWisdom.com - Live Bitcoin/LiteCoin Charts on: January 21, 2016, 05:20:53 AM
great site, made an account that i use and appreciate the effort it took to get to this stage.

wondering if the LTC calculations in Mining > LiteCoin Difficulty are ever going to be reflecting the changes since halving?
404  Bitcoin / Bitcoin Discussion / Re: JP Morgan CEO Jamie Dimon Hints "If Bitcoin Gets Big, Governments will Stop it!" on: January 20, 2016, 11:59:22 PM
do these idiots not understand that bitcoin cant be blocked, yeah you might ban it in your country but you cannot stop it.  Anyone with a computer and an internet connection can run a node and if the big mining farms where shut down they could mine it also, these people never surprise me in there arrogance........

Your keyword is "Internet" in which, some governments have control of.  One single country in the east with its Great firewall can easily cause chaos in bitcoins.  Another country in the west have total control of the "backbone" of the Internet can also cause chaos if it choose to.
The internet in itself is decentralized. The backbone of the internet is not located in one country, but multiple countries. And pulling the plug on the internet a) doesn't work and b) would be absolutely catastrophic to other stuff that the governments do care about. The internet cannot be shutdown, and with anonymizers like Tor, censorship and blocking can be easily circumvented.

Furthermore, we can also develop a bitcoin network through radio and not rely on current internet infrastructure. Instead we could create a global peer-to-peer radio network solely for bitcoin. There are people who are trying to create such a network

shhh, maybe nobody has let them in on the hoax yet.

https://www.youtube.com/watch?v=iDbyYGrswtg
405  Alternate cryptocurrencies / Mining (Altcoins) / Re: NOMP and duplicate share submission on: January 20, 2016, 11:43:48 PM
my duplicate share issues occurred while running stratum/mpos for various altcoin pools.

there were a few instances where i had to use sql queries to remove duplicate blocks from the db and manually force re-execution of the mpos crontab scripts.. this resolved and distributed the shares in question.

i was always using proportional payout though. and i cant say it was a vardiff issue at all.

have you tried working around the wrapper script run-crons.sh and directly executing the archive_cleanup.php, payouts etc.. one at a time?

admittedly its been a while since i've been at it, sorry i couldn't be of more assistance.
406  Bitcoin / Development & Technical Discussion / Re: What are the chances of an address collision? and what happens when it does? on: January 20, 2016, 11:18:36 PM
a privkey rules an address no matter the salt. you can use that privkey to import the addresses funds to any wallet on any computer.

it doesn't hurt or cost anything to split your funds into a few address, thus minimizing your exposure of being struck by lightning in this sort of attack.

According to this, the odds of you being struck by lightning in the U.S. each year is
1 in 960000

If the entire Bitcoin network devoted all of its hashing power to guessing your private key (assuming 1 million trillion checks per second), then the odds each year of someone generating your private key are
1 in 31557600000000000000000000

In other words, you are 32872500000000000000 times more likely to be struck by lighting.

Even if someone were able to generate 2109 addresses per year, you are still about 2 billion times more likely to be struck by lightning in a year.

The cost of doing anything to minimize your risk (including even discussing it) is greater than the risk of doing nothing.


wow you really like writing zero's Smiley

what are the odds of being struck by lightning twice in a lifetime? has that happened?

theorizing and intellectual conversation are always a worthy endeavor.
407  Bitcoin / Development & Technical Discussion / Re: What are the chances of an address collision? and what happens when it does? on: January 20, 2016, 02:35:38 PM
a privkey rules an address no matter the salt. you can use that privkey to import the addresses funds to any wallet on any computer.

it doesn't hurt or cost anything to split your funds into a few address, thus minimizing your exposure of being struck by lightning in this sort of attack.
408  Economy / Trading Discussion / Re: Best trading places on: January 20, 2016, 04:41:51 AM
np m0gliE, yeah with kraken you wont be disappointed as they just bought out cavirtex and coinsetter
409  Other / Off-topic / SSD worth the upgrade? on: January 20, 2016, 04:37:55 AM
So i'm still working with the spinning rust at home when it comes to storage.. i've started experimenting with zfs which has been pretty impressive performance wise but i heard SSD is really where it's at for running nodes.

Sometimes i fall out of sync, wondering if this may have to do with HDD performance, does anyone have any results they can relay that would convince me to take the plunge?

I'm an "aint broke don't fix" kinda guy but could use some more storage lest i clean house in some long forgotten corners of my partition table.
410  Alternate cryptocurrencies / Altcoin Discussion / Re: Protect a Wallet on VPS on: January 19, 2016, 09:30:36 PM
none of the public facing services should be run as root, not just the wallet.

ensure you have a good firewall running.

limit access to yourself only when it comes to ssh access.

whitelist is alright but research stuff like fwpnop as a much more secure means to lock down your server.

maybe find a better distro than ubuntu if you can.
411  Bitcoin / Development & Technical Discussion / Re: What's the difference between a normal wallet and a node? on: January 19, 2016, 01:21:32 AM
yeah for sure.. report back with stats if you can.

curious how effective this can be even though i've been doing it since forever.
412  Bitcoin / Development & Technical Discussion / Re: What's the difference between a normal wallet and a node? on: January 19, 2016, 01:04:45 AM
You can google "running a full node" for instructions.

You can google "limit bandwidth of bitcoin core" to learn how to limit the bandwidth.

I was looking at this today, and I have a question.  Instead of limiting the bandwidth what happens if I just use the -maxconnections switch?  Wouldn't that limit the number of connections to my full node and as a side effect reduce the bandwidth used?  Installing yet another program to limit the bandwidth seems a bit of a pain - but that is the way to do it on Windows according to the articles I read.

I notice about 20 GB per day outgoing when I run my full node "out of the box".


yes use maxconnections, try not to go below 10 though.

how many connections do you seem to be averaging with 20GB/day throughput?
413  Bitcoin / Development & Technical Discussion / Re: What's the difference between a normal wallet and a node? on: January 19, 2016, 12:56:05 AM
you can limit the number of connections to your node/wallet with "maxconnections=10" in your bitcoin.conf file, but you dont want to go lower than 8 or 9 as it will hinder the functionality.

listen=0 is another setting to consider.

you should read the documentation that comes with your wallet, there is a lot of useful information at your disposal.

as for wallet/node, people tend to use the term interchangeably, a FULL node however requires a few more steps to fulfill the terms requirements.
414  Bitcoin / Development & Technical Discussion / Re: What are the chances of an address collision? and what happens when it does? on: January 18, 2016, 11:18:27 PM
Quote
The probability of a collision is found by a standard formula: p = 1 - k! / Nk-1(N-k)!, where k is the number of hashes generated (100x1010x103) and N is the number of possible hashes (2160).
This is a difficult number to calculate, but there is a good approximation: p = 1 - e-k(k-1)/2N
But even that value is difficult to compute because of the precision needed. Here is another approximation p = k2/2N.
So the answer is that the probability of at least one collision is approximately 7x10-19 or 0.00000000000000007%
that's for the collision of a specific address correct?
what if you were to continually generate addresses (and thus privkeys) hoping to collide with another random address which holds funds.
i would imagine as the pool of addresses used by the general population increases, the chances of collisions occurring will increases likewise.

That is the probability of the same address being generated by two different wallets, assuming that all generated addresses are all used. It is not the same as simply generating an address that is currently in use.

The maximum theoretical probability can be computed. Suppose bitcoins are maximally distributed such that each address holding bitcoins contains only 1 satoshi. There would be 2.1 quadrillion addresses in use (or about 251).

The maximum odds of a collision occurring while distributing the 2.1 quadrillion satoshis is approximately (251)2 / (2 * 2160), or

1 in 259, or 1 in 576460752303423488

That is an incredibly small number.

Once the satoshis are distributed, the odds of generating a single address that is already in use is 251 / 2160, or
1 in 2109, or 1 in 649037107316853453566312041152512

These are the highest possible odds of a collision.

Suppose you are trying to steal satoshis by brute force and you hope to crack one address per year. What kind of hash rate do you need? Well, you need to check 2109 private keys per year (31556926 seconds), or
2.1x1025 checks per second

Note that 2.1x1025 is about 24 million times the total Bitcoin hash rate (though the two rates are not directly comparable)


very concise response, thank you..

although it seems we're still looking at thousands of thousands of years before a rational possibility of collision in maximum scenario (without 24x bitcoins current network capabilities;) it's still a bit unsettling that the possibility is out there.

maybe food for thought in not holding all of ones funds in a single address.
415  Bitcoin / Hardware / Re: Using Washer/Dryer power outlet for mining rigs? on: January 18, 2016, 05:25:45 PM
looks like a nice place to put a drying rack and save electricity instead of using the dryer Smiley

also, be sure to print yourself some "i run a mining farm in the laundry room and all i got was this dry t-shirt and about .5 BTC daily" shirts

Just to be picky: "...about .05 BTC daily" would be more accurate. Smiley

(8
416  Bitcoin / Hardware / Re: Using Washer/Dryer power outlet for mining rigs? on: January 18, 2016, 05:05:12 PM
looks like a nice place to put a drying rack and save electricity instead of using the dryer Smiley

also, be sure to print yourself some "i run a mining farm in the laundry room and all i got was this dry t-shirt and about .5 BTC daily" shirts
417  Economy / Trading Discussion / Re: Best trading places on: January 18, 2016, 04:42:52 PM
krakens like the hsbc of the bitcoin realm
418  Bitcoin / Development & Technical Discussion / Re: Secure Linux Distribution for Bitcoin using? on: January 18, 2016, 04:25:38 PM
kali linux Wink ?
google it

i think something with the least amount of services and frills installed is the best route.. kali, not so much.
419  Bitcoin / Development & Technical Discussion / Re: What are the chances of an address collision? and what happens when it does? on: January 18, 2016, 06:15:31 AM
What do you exactly mean by collision?
I mean is there an point out of building adresses without connected to the network? i think no..

build addresses and check balances against any block explorer, import the generated privkey on any collisions to siphon funds.

its cold calling with an extra step but anyone who ran toneloc back in the day will tell you that the law of averages is pretty unrelenting.
420  Bitcoin / Development & Technical Discussion / Re: What are the chances of an address collision? and what happens when it does? on: January 18, 2016, 05:21:16 AM

Quote

The probability of a collision is found by a standard formula: p = 1 - k! / Nk-1(N-k)!, where k is the number of hashes generated (100x1010x103) and N is the number of possible hashes (2160).

This is a difficult number to calculate, but there is a good approximation: p = 1 - e-k(k-1)/2N

But even that value is difficult to compute because of the precision needed. Here is another approximation p = k2/2N.

So the answer is that the probability of at least one collision is approximately 7x10-19 or 0.00000000000000007%


that's for the collision of a specific address correct?

what if you were to continually generate addresses (and thus privkeys) hoping to collide with another random address which holds funds.

i would imagine as the pool of addresses used by the general population increases, the chances of collisions occurring will increases likewise.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 [21] 22 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!