Bitcoin Forum
June 09, 2024, 12:45:56 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 [3] 4 5 6 »
41  Bitcoin / Development & Technical Discussion / Re: Alert Keys and Alert System Vulnerabilities Disclosure on: July 03, 2018, 08:58:09 PM
Nice move.

But is there any study about a risk of Buffer Overflow Attack ? This will result in a big losses if some hackers manage to exploit it (Of course if exploitable, hence my question).

How the sendalert key disclosed ? is it owned by you before ? Are you satoshi nakamoto or he passed it to you when he is retired from the project ?

Why not fixing it ? Isn't it benifical for bitcoin core ? How you will manage to inform peoples about potential risk in the futur ?

Thank's.
42  Bitcoin / Development & Technical Discussion / Re: Satoshi's sendalert.cpp on: July 03, 2018, 08:52:20 PM
Wladimir has actually had a version of this code on his github gists for several years now: https://gist.github.com/laanwj/0e689cfa37b52bcbbb44

From the gist, it appear that "Created 19 days ago".

More infos about sendalert.cpp (For tests and Patch it):
https://gist.github.com/jimmysong/4c72d098255b217b4c8c
43  Bitcoin / Bitcoin Technical Support / Re: How Can I transfer BTC from Bitcoin core to Any Mobile Wallet? on: June 29, 2018, 11:19:36 PM
You can import your private to ELECTRUM, is the fastest way and more secure.

You aswell use blockchain.info, they have option to import private key too.

I think your electrm problem come from the fact that you are not connected to any server, remove automatic mode and connect manually to a random server.
44  Bitcoin / Bitcoin Technical Support / Re: How to identify etc address. on: June 29, 2018, 08:20:12 PM
It's not possible to identify if bitcoin address generated on a specific exchanger since it's done from a node server like yours, mine or other persons.

But if an exchanger include comment (Like sent from: EXCHANGER.COM) on any transaction, there a possibility to track it.
45  Bitcoin / Bitcoin Technical Support / Re: Today fee of bitcoin transactions is increased on: June 29, 2018, 08:13:10 PM
Transaction fees not depend only on the number of inputs, but too number of outputs.

Quote
Size of transaction = Number inputs * (Input Size) + Number of outputs * (Output Size) + 10 Bytes extra fixed fee required for the framework of the transaction

Learn more from here: https://bitcointalk.org/index.php?topic=4460377.msg39966082#msg39966082
46  Bitcoin / Bitcoin Technical Support / Re: What the fork? on: June 29, 2018, 07:47:50 PM
Fork is when developers take a copy of source code from one software package and start independent development ... this term exist even before introduction of bitcoin, it's used on github especially and it come from there ... Bitcoin fork mean a copy of bitcoin, that mean an Altcoin (Alternative coin).

The value depend on the number of peoples using it ... if some of them stop and switch to other altcoin ... the value will be transferred aswell (Not in all case, be cause still there peoples who own multiple altcoins without leaving Bitcoin for example, but in some way they decrease the move of bitcoin).
47  Alternate cryptocurrencies / Altcoin Discussion / Re: Cloned ltc successfully on: June 29, 2018, 04:41:39 PM
Depend if the old version you cloned support Windows compilation, modules required for building it, etc.

Can you specify your version please ? and a link on github ?

48  Bitcoin / Development & Technical Discussion / Re: How to prevent 51% ATTACK on new coin on: June 17, 2018, 10:58:33 PM
Choose an hybrid solution or rent some hash power from nicehash etc.

And if you offer a new idea and promizing road map, some peoples will be interested on minning it.
49  Bitcoin / Development & Technical Discussion / Re: Bitcoin money back. Very useful function. on: June 15, 2018, 08:07:33 PM
This is possible if there one input in the transaction ...

If you have 1000 transactions for example, you scan for the transaction that contain only one INPUT, and you can send them back her/his money.

Like this you will solve half of problem, and the others transactions can be made manually.
50  Bitcoin / Development & Technical Discussion / Re: Alice Payment in Bob's Cafe on: June 12, 2018, 03:56:39 PM

Thanks for explaining , Now everything  is clear , Alice is paying transaction fees for 1 input and 2 output (generating more bytes in transaction) that will be definitely more if Alice transactions contains only 1 input and 1 output.

Now it become tricky that how we pay the merchant , Alice can do 2 small transaction to make up the sum for the Merchant but Merchant might not be happy as Merchant will get 2 Input and merchant will incur double transactions fess while sending out (so profit decreased .)



Here how the transaction fees is calculated:

Quote
Size of transaction = Number inputs * (Input Size) + Number of outputs * (Output Size) + 10 Bytes extra fixed fee required for the framework of the transaction

How to get the P2PKH input size ?

Quote
PREVOUT  + SCRIPTSIG + sequence = 32 + 4 + 1 + 1 + (71 or 72) + 1 + 33 (Compressed) + 4 = 147 or 148

Quote
PREVOUT: hash (32 bytes)
         index (4 bytes)
SCRIPTSIG: length (1 byte)
           CONTENTS: push opcode (1 byte)
                     signature (71 or 72 bytes)
                     push opcode (1 byte)
                     pubkey (33 bytes for compressed, 65 for uncompressed)
sequence (4 bytes)
Source: https://bitcoin.stackexchange.com/questions/48279/how-big-is-the-input-of-a-p2pkh-transaction

Quote
    Legacy input size: 148 bytes (compressed)

    Legacy output size: 34 bytes (compressed)

    Segwit input size: 104 bytes
    Segwit output size: 32 bytes

Outputs for P2PKH and P2SH are both the same size: 34 bytes

So let's take an example and calculate the size:
https://blockchain.info/tx/7e46a5ea9d9c19cd4d0c3d0a287419d7c1ae13049ac7ab8860b6ee0cec4ead17

We have 1 input
There 2 Output

Quote
So the transaction size ~= 13 * 148 + 2 * 34 + 10 ~= 226 Bytes

Check this link, you will learn more about it:
https://blog.rmcsoft.com/how-to-calculate-bitcoin-transaction-fee/
51  Bitcoin / Development & Technical Discussion / Re: How strong is Bitcoin against 51% attack ! on: June 12, 2018, 03:50:46 PM
All in all, 51% attacks are of little threat to well-established cryptocurrencies and will likely continue to fade into obscurity as decentralization increases. However, these attacks still pose a significant threat to new coins, particularly if the attack is being maintained for a significant period of time, at which point the changes may become irreversible. Moving forwards, rig operators should refrain from joining the largest pools, despite the obvious benefits, whilst remaining vigilant.

Yes, new altcoins are more exposed to this kind of attack.

We already know this ... i just wanted to make the calculation to exploit this side too.

And it is as useless and pointless as calculating 'how much I could earn if everyone who downloaded my homemade wideo on youtube would pay for watching it as if I were Dwayne Johnson and video were released by Universal'

You are making wrong comparaison and this have no correlation, and this calculation will help other altcoin owners to check if they are exposed or not ... i made this example for Bitcoin but other can take note from this and make their own one on another coins.

If this seem for you useless, for others no, you can check the first comments on the top ... if you have good arguments and value to add to this topic you are welcome, if not do not speak to say nothing ...

We already know this ... i just wanted to make the calculation to exploit this side too.

You can read the first comments, this been already pointed before ... my intention is not to offend you.
52  Bitcoin / Development & Technical Discussion / Re: How strong is Bitcoin against 51% attack ! on: June 11, 2018, 04:50:23 PM
6.2 billion. Meh. That means anyone in the Forbes Top 50 could take it down whenever they want?

Around 6.3 billion without electricity cost (Around 3.9 millions $ per day - you imagine the power of eletricity required and how to get all that amount of antminer ? they must have their own power stations, and try to buy the plan of antminers and build them self as one user suggested above).

As I already poited out in another similar puffy topic, there is no need to spend zillions of dollars for that (and then wait for delivery infinitly).

It's enough to pay much less to one or two biggest pool admin(s) for modifying their software (and you will get the entire hashpower immediately as a bonus).

Additional bonus for pool (i.e. miners) shall be a reward for all the 'overmined' (overriden) blocks.



We already know this ... i just wanted to make the calculation to exploit this side too.
53  Bitcoin / Bitcoin Discussion / Re: Bitcoin under 7000$ because of exchanger hacked on: June 11, 2018, 03:40:44 AM
i dont think this is the reason behind this crash .btc will bounce back soon.just wait and see.
market is preparing for bullish run Smiley
just keep calm
Agree I just read some good news in my email regarding sec about bitcoin and its definitely a good news I dont know if it was just a rumor or real but I think some whales are preparing to go to the moon for another lambo lol.

Can you tell us more about it please ?
54  Bitcoin / Development & Technical Discussion / Re: How strong is Bitcoin against 51% attack ! on: June 11, 2018, 03:26:07 AM
In the current state of things, it's near impossible to attack Bitcoin ! This show how this coin is strong now.

I agree: Bitcoin is strong.

As others in the thread have noted, a group of miners that collectively control 51% or more of hashrate could decide this second to implement some change to Bitcoin's code, consensus rules, and/or presumably do all sorts of nefarious things to the blockchain.  If they started running new code, their blocks would be accepted, at least, by them (unless they don't know how to code and somehow break their fork, and I seem to recall a problem with exactly this in a certain fork that occured just under a year ago).

As of right now, there are currently 9938 nodes on the network, two of which are mine.  However, I do not mine (see what I did there?).  So, from one perspective, I have no say in what my nodes choose to accept into their local copies of the blockchain.  From another perspective, however, I also control those servers and can choose to stop running Bitcoin Core or upgrade the software as new releases are available.  So, in that way, the plurality of users do "have a say" in what happens to Bitcoin.

From this link, it looks like the three largest pools control 51% of hashrate.  So if they chose to collude, they could change the rules.  On the other hand, if at least one of those three did not participate in some fork, the rest of Bitcoin miners could not cause an "attack".

I trust Bitcoin Core.  Not just the software itself, I also trust the people that are involved with the project.  This could change, of course, but I don't expect that with the present contributors and the project as a whole.  If a nefarious attack threatened the viability of Bitcoin, I am virtually certain that they'd take countermeasures.  There exists at least one "emergency hardfork" repo to change the PoW algorithm if it's ever needed.  I'm confident they could ship such an update in hours if necessary.  I believe Core would treat certain circumstances with the same level of attention that they would treat security vulnerabilities, and implement, test, and ship mitigations as quickly as possible.

Other thoughts...

If I was a miner, I don't think it'd be in my best interest to mess up Bitcoin, so I doubt I'd go along with any concocted scheme to attack/fork/etc. the chain.  Confidence in a technology as well as in the integrity of the people behind it can be difficult to gain but very easy to lose.  Why risk it?

I strongly support measures to increase the resilience of Bitcoin.  My personal belief is that mining effort is too centralized and hope that problem is resolved in time.  I believe that multiple approaches to increasing resilience are merited for Bitcoin, given that it is the world's premier cryptocurrency.  I believe a sufficient number of nodes should be run in nuclear-hardened bunkers on multiple continents and that mining should be done in areas where it might just "break even" and that other, cheaper mining operations should work together as a collective (not any formal organization as that is more centralization) to share the costs and profits for these resilience pools, not to make a huge profit--but to ensure the continued resilience of Bitcoin (which also is part of profitability).  Measures of this type may sound elaborate or excessive, but I believe they are crucial to a technology that is digital money.  They are the type of things that instill the confidence that I previously mentioned.

In conclusion, even if you had the 6.2 billion dollars that you estimated it would cost to conduct a 51% attack, good luck getting the equipment necessary manufactured.  I believe you'd have to set up your own production facility to come up with enough ASIC's to get the job done.  And as LeGaulois said, good luck finding the necessary electricity.  I suppose with the money you saved from running your own ASIC shop, you could also build your own power plants.

There are far more profitable ways to invest 6.2 billion dollars and all of the work required to successfully 51% attack Bitcoin.  And in the end, for that reason, it is very unlikely to occur.

(Incidentally, I hope that last section stands the test of time and that I do not eat those words--that would be a shame.  Why would someone choose to focus on negatives, attacks, division?  There's so much good that can be accomplished through peer to peer, decentralized yet collaborative work towards greater goals.)

Best regards,
Ben

Nice reading, thank you for your contribution !

It's pratically almost impossible to perform this kind of attack on Bitcoin, even if someone succeed to do it (A simple hard fork and he lose 6.2 like nothing, even without hard fork he will never get back the money spent on the attack since no one will buy bitcoin in that case and everyone will SELL - Panic SELL -).
55  Bitcoin / Bitcoin Discussion / Re: Bitcoin under 7000$ because of exchanger hacked on: June 11, 2018, 12:10:08 AM
South Korean cryptocurrency exchange Coinrail said there was a "cyber intrusion" in its system.

And they losses over 40 Millions $ of altcoins.

And this caused Bitcoin price decrease.

Notice that almost all alcoins prices are decreased by 10% or above for some of them, check https://coinmarketcap.com/ please.

Here is the the wallet of the hacker: https://etherscan.io/address/0xdf9191889649c442836ef55de5036a7b694115b6#tokentxns
People loosing money not only because of hackers it is a down trend started several months ago and i am afraid BTC return back to 1 k again . imagine how many members at that time will left us here alone in darkness age.

I don't think it's possible to sell at that price again ... there peoples that bought bitcoin at  19k$, no one will think to sell it at that price even if they leave them rot in their wallet.

in my opinion it does not make sense between bitcoin prices with hacking exchange because I do not think both of them have a hook, the ascending and declining bitcoins are not affected in the hacking crash.
bitcoin and other coin alt follow market development, if market is lonely i am sure price will go down and when market is crowded bitcoin and other coin will go up.
bitcoin falling below $ 7000 is common and there is nothing you need to worry about because it is a common thing that often happens and if compared with 2014 bitcoin fall so deep but you can see now and you can judge it yourself.

Not only Bitcoin affected but even all other altcoins ! What explain this ? and this arrive in the same day (What other event can make this?).

And it's already happened before when exchangers has been hacked.
56  Bitcoin / Bitcoin Discussion / Re: Roger Ver Apology Video - Give Him Some Credit Please on: June 10, 2018, 10:43:43 PM
Bcash = anti Bitcoin, this is the goal of this altcoin.

And Bcash give the image of his founder ... thank's to him for what he does before for bitcoin, but he don't deserve now mentionning him ever, bitcoin has no accountable to him same as the community.

57  Bitcoin / Bitcoin Discussion / Re: Bitcoin under 7000$ because of exchanger hacked on: June 10, 2018, 09:14:10 PM
Yes and it was PundiX who was affected the most by this incident.
It was just a few months ago when they finished their ICO and they did bounty here.
Actually they have grew way much that many investors could have withdrawn too.
But back to the hacking, another glorious day for the hackers for millions of dollars are in there.
I guess exchanges should see this as a lesson for more protection.

Bitcoin affected heavily.

I don't think so, everytime a major event like this occure without taking the necessary measure and plans to prevent this again !

A feature must be implemented on the cryptocurrency itself to protect against this attack in the futur.
58  Bitcoin / Bitcoin Discussion / Re: Bitcoin under 7000$ because of exchanger hacked on: June 10, 2018, 09:12:25 PM
I think you should not trust information from the media! Perhaps this is specially created information in order to sow panic among the holders of crypto currency and make them sell what they have!

Purhapse you are right, panic sell will make them purchase Bitoin at low price and save them when it explode again.
59  Bitcoin / Bitcoin Discussion / Re: Bitcoin under 7000$ because of exchanger hacked on: June 10, 2018, 08:05:48 PM
South Korean cryptocurrency exchange Coinrail said there was a "cyber intrusion" in its system.

And they losses over 40 Millions $ of altcoins.

And this caused Bitcoin price decrease.

Notice that almost all alcoins prices are decreased by 10%, check https://coinmarketcap.com/ please.

Here is the the wallet of the hacker: https://etherscan.io/address/0xdf9191889649c442836ef55de5036a7b694115b6#tokentxns

could it be that the stolen altcoin and btc are being sold off or people are just getting afraid and selling off to avoid stories?

Avoid stories about what, they all made the same decision the same day ?

Your theory in most case will touch one or two cryptocurrencies, not almost all of them.

And some panic selling can be taken in consideration (Purhapse victims of that attack, you must note that there many peoples behind the 40 millions of dollars that were stolen ! and this peoples know many others ... a very big panic between them will cause a panic sell and price go down, adding news readers and peoples who have no patience).
60  Bitcoin / Bitcoin Discussion / Re: Bitcoin under 7000$ because of exchanger hacked on: June 10, 2018, 07:57:59 PM
wow, was wondering what happened. thanks
Welcome ! This prove how Bitcoin and cryptocurrency world can be affected and sensitive to bad news (Even South Korea if i can say).
Pages: « 1 2 [3] 4 5 6 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!