Bitcoin Forum
May 27, 2024, 12:59:16 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 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 »
541  Bitcoin / Development & Technical Discussion / Re: Proof of Stake Bitcoin? on: January 31, 2018, 12:01:45 PM
If I understand correctly, the transaction fees is what are the earnings of miners in a POW system. So, how can you make POW system exist with zero transaction fees in future - when bitcoin is mainstream and used as a payments system in future ?

I think PoW is total junk and just like mining it keeps Intel, AMD and big oil rich but PoS is just I've got more money than you but you cannot touch it anyway
but what if maybe the miners were made to deposit some BTC much like happens with what the banker hubs are doing in the Lightning network and they
got a fine from the deposit if they started to be naughty boys.

implied trust is a hard one to nail down but maybe a cluster of coordinators  could police the miners and the miners police the coordinators and
dish out fines or something like that is worth investigating    
542  Bitcoin / Development & Technical Discussion / Re: C# code needed for public-private Bitcoin addresses on: January 31, 2018, 10:00:36 AM
Hi

Yes good code but using the test code it would not Verify and return true

Quote
if (address == message.Address)
                return true;

publicKey.GetBitcoinAddress() needed false adding to it in the class MessageSignerVerifier

Code:
var signedMessage = new SignedMessage(message, publicKey.GetBitcoinAddress(false), signatureBytes);
543  Alternate cryptocurrencies / Altcoin Discussion / I just love the smell of panic on: January 31, 2018, 01:25:12 AM
it's not that strong yet but USDT it seems have been cooking the book and they know its coming and don't have a plan "B"

my guess is that we are heading for a time where we need regulating if we don't police ourselves 
544  Bitcoin / Bitcoin Discussion / Re: ALERT ALERT US GOVERNMENT & THE IMF ARE LAUNCHING A FULL BLOWN ATTACK ON BITCOIN on: January 31, 2018, 01:17:16 AM

I think USDT is fake counterfeit money and the lids about to blow
545  Bitcoin / Bitcoin Discussion / Re: ALERT ALERT US GOVERNMENT & THE IMF ARE LAUNCHING A FULL BLOWN ATTACK ON BITCOIN on: January 31, 2018, 01:14:53 AM
They are hitting Bitcoin from every side possible they are trying to
crash the market BUY MORE BITCOINS AND HOLD !!!!!
In the name of FREEDOMMMMM!!!! Grin Grin Grin Grin
https://news.bitcoin.com/venezuelas-oil-backed-cryptocurrency-declared-illegal/

Well I hope you are right

Should do wonders for my Ripple coins if indeed they are working for the bankers like we are told

fess of $0.001 made me do it instead of paying BTC miners $20 per transaction

Yeah i know i should be paying much more for quality hookers instead of slappers
546  Bitcoin / Development & Technical Discussion / Re: Wallet and platform for 100 low value currencies ?! on: January 31, 2018, 01:00:36 AM
You have got to separate coins from the network like ETH has done to some extent
but EVO have done it better

mixing the two is nothing but trouble not that I think we need don't more any more than four or five types of coins long term
and we are already ready for a blowout

speculation has replaced logic and is getting us into a right mess

547  Bitcoin / Development & Technical Discussion / Re: Lightning network, reduction in commision costs? on: January 31, 2018, 12:21:32 AM
Lightning has it's own version of "gas" and I am sure the Tx fees and interest charge will start off small but they will soon rise because the miners that think
it was OK to ramp transactions fees up to $55 are running the major lightning hubs.

ETH was faced with a similar problem due to Crypto-Kittles but they didn't solve it by being silly with the price of gas

would having all your customers send you bit coins really fit in with your plan because to be paying gas you must be
doing more than just taking payments
548  Bitcoin / Development & Technical Discussion / Re: How do I calculate the Exponent for public/private keys on: January 31, 2018, 12:01:41 AM
You think?  If so, it’s still a troll—and that would not be the first time I may have been trolled here, though the other one was much less plausible.  Thus, the possibility had occurred to me; but yet every time I have ever imagined that there must be an upper bound on human stupidity, a greater idiot has proved me wrong.

In any case, I am a long term-thinker; and I do anticipate that this thread may be a handy reference.  Much of Anti-Cen’s spew about Bitcoin and Lightning is delivered in such a manner as may be effective FUD to scare and confuse newbies.  That was my first thought when I saw this thread.  There are enough bottom-feeders serving as paid shills to post such things; we don’t need more from someone who does it for jollies due to lack of any higher aim or greater pleasure in life.

Well, anyway, I appreciate the tip.  Perhaps I ought return to my usual occupation of manufacturing MD5 ASICs for Bitcoin mining, or doing carpentry with a screwdriver to put in nails.

You can pat each other on the bums all you like but you won't be turning truth into treason and winning any debate unless you face up to
facts and may I suggest that you have been trolling this thread all day and these people you call trolls I suspect are just better educated
than you.

Did the boss send you in ?
549  Bitcoin / Development & Technical Discussion / Re: How do I calculate the Exponent for public/private keys on: January 30, 2018, 11:55:44 PM
In fairness, I think the Anti-Cen account *is* satire. The posts are often quite funny pastiches of genuine attempts to troll Bitcointalk.org.

What you really mean is the wheels are falling off the bus and you cannot bear to be reminded about it
mr no bankers around here when it comes to lightning
550  Bitcoin / Development & Technical Discussion / Re: How do I calculate the Exponent for public/private keys on: January 30, 2018, 11:53:19 PM
That is a 160-bit SHA-1 hash, calculated as specified by RFC 4880 § 12.2.  Depending on how those bits hashed out, you perhaps may only have slightly more luck finding in it a minuscule RSA modulus plus public exponent than you would using RSA-512 to generate Bitcoin keys.

You keep making assumptions about what I am working on but i am not trying to talk to the Bitcoin
network and have some work to do with coordinators and
four way transactions that all need to be secure and I know this is strange but its windows based so I tend
to use the tools to hand and the 512 bit key your banging on about is not significant to me at this point in time.

it said "The code I use for now in C# to create keys/Exponent is shown below" so put your glass on please.

Secp256k1 from what I can see does not allow encryption with the private key so it can be read with the public key
because the signature signing needs to encode something from the public key to work but it does offer some advantages
over RSA but i want you to know that I could not have managed to get this far without expert help from yourself    
551  Bitcoin / Development & Technical Discussion / Re: How do I calculate the Exponent for public/private keys on: January 30, 2018, 06:56:53 PM
Thus in the world according to Anti-Cen, RSA is explicitly “based on” a “curve”.

I asked if it was based on a curve and you seem to have a bit of a metal condition and accusing me of all kind things because like I
so often do I edited a post moments after it was posted.

Please archive this post too and I am happy your hanging around watching this thread because it stops you
disturbing other members and making a total fool of yourself in the process.

I found this on your site "RSA: 0xA232750664CC39D61CE5D61536EBB4AB699A10EE"

Please help me to encode a message to send to the address because so far I've got

yutyurtyurtyurtyutryurtyurtyurtyu4tytryrtyurtrtu
rtyurtyurturtyu-GROW-UP-LITTLE-BOY ttyurtyurt
rtyurtyurtyurtyurtyutryurtyurtyurtyurtyurtyurtyu

And it does not seem to post

 
552  Bitcoin / Development & Technical Discussion / Re: How do I calculate the Exponent for public/private keys on: January 30, 2018, 06:47:24 PM
Bitcoin don't use RSA but ECDSA.
Your private key D is a 256bits unsigned integer.
Then, you can calculate your public key by multiplying D with a generator point G on an elliptic curve.
On bitcoin, the standard is https://en.bitcoin.it/wiki/Secp256k1.
There is no exponent, or i don't understand what you call exponent (since it's not RSA).

I tried the Secp256k1.Core project written in C# but the signature won't verify but it does do
compressing and checksum and to be honest it looks good code, not too long but what can I do.

Microsofts RSA is not something I like so I am using BigInts for encryption like this.

Quote
         
            BigInteger numEncData = new BigInteger(cipherData);
            BigInteger Exponent = StringToBig(Keys.Exponent);
            BigInteger Modulus = StringToBig(Keys.PublicAddress);
            BigInteger D = StringToBig(Keys.PrivateAddress);
            if (UsePublicKey)
                decData = BigInteger.ModPow(numEncData, Exponent, Modulus);
            else
                decData = BigInteger.ModPow(numEncData, D, Modulus);

So for now I am just using microsofts .NET framework DSA to get me going and took it that the  
Exponent could be calculated from the public/private keys that I get from one like of code just now.

out of the box RSACryptoServiceProvider won't even encode using the private key so really I have
just be forced to jump in and get my hands dirty and that's when I hit this problem and if you think
needing three parts is bad then take a look at Microsoft's bloated ways

Code:
<RSAKeyValue><Modulus>okyvVpYxEtswLqjaoOv6syr6sKeRac05EBdNJirWPAYFmMWor4m2s04M27plDQH7mP12eBx6rZAvvaHRps3YwQ==</Modulus>
<Exponent>AQAB</Exponent>
<P>wRNeMhagqUMMtwqJB4MQOZL0TFYk0Ha6IEgGccYUWfs=</P>
<Q>1zGdJfAIYgMh6nBIPt5yGjk2mGAV75JY4AALpI1Vt3M=</Q>
<DP>PeBCINVFmdkmGwciUSj8qybgahJ1a+WQ0sWiYxXy8b8=</DP>
<DQ>t4mBVtIa1D2Ht8R8WeKvvt39SojpLKPNWX+wbnB9IzE=</DQ>
<InverseQ>Lc+5THLhkpee6DQnsloTNy6vdNIDbGs/6jXas+xuIxg=</InverseQ>
<D>cj0sBfR94lnqVk2AZlj0A/0yq/mm/yP3EH52TXFFjsVG9v2nPNe3kn3VJUex0OFwCVoGQsRSjcmYCFX9czr+aQ==</D></RSAKeyValue>

in fact the Exponent must only be related to the public key or else you would be forced to issue a copy of the private key so
clients could read a signature but like I said it always stays the same so that seem wrong too  









553  Bitcoin / Development & Technical Discussion / Re: How do I calculate the Exponent for public/private keys on: January 30, 2018, 05:38:41 PM
He has now gone from flaunting arrogant ignorance to self-satirizing it.  As if it were not enough to posit that CPUs were useful for Bitcoin mining, which has not been the case for over half a decade:

Not my fault if your in love with an outdated steam engine is it now


Quote
That is one of the stupidest ideas I have ever seen in my whole life; and it has plenty of competition between the four corners of this world.

Hope you liked stalking me, I am cool with it because I eat little boys like you for breakfast who's only concern
is their "Investment" playing the slot machines  

Quote
After literally over 900 posts mostly bashing Bitcoin whilst boasting of his superior technical knowledge and extensive development experience, Anti-Cen has—tried to use RSA for Bitcoin.  512-bit RSA, at that (!).

What on earth made you think that I wanted the code to work with Bitcoin given that I often point
out that the design is wrong, hence it won't scale ?  Development here is not just about Bitcoin you know
so stop making yourself look silly with your ramblings

Quote
Your reply does compute and you are angry about the price of your coins going down but you should
get out more from the church and read other development forums to see what they are saying instead
of trying to insult people because you lack the skill to debate and don't write code for a living

Just admit the question I asked went over your head and I know this might be hard for you
to understand but you know when I make a post because it usual will have my name at the top of it.
554  Other / Off-topic / Re: Career advice? Learn blockchain or data science? on: January 30, 2018, 05:24:08 PM
Machines are taking our jobs along with AI that coming our way.

My best advise is to obey the machine, do not shout down the phone else you will be in trouble
for sexual discrimination and the "Hate Speech" police will come after you.

Block-Chain as used on Bitcoin is dead so look at EVO, Ripple, HashGraph and IOTA and study up on
Distributed Network Architecture as used by other but not here
555  Bitcoin / Bitcoin Discussion / Re: Samsung, South Korea’s Largest Firm, is Manufacturing ASIC Chips For Bitcoin on: January 30, 2018, 05:15:13 PM
Fantastic so lets hope they are fast but expensive so all the miners playing CPU-Wars can buy them
up ready for the next round of CPU-Wars

Double agent: S-M will send Samsung a few coins and I will get a cheap 1080 GPU to play
CoD with not that I play games  
556  Bitcoin / Bitcoin Discussion / Re: Bitcoin and Lightning Network expectations on: January 30, 2018, 04:57:10 PM
The lightning network is a scam brought to you by the very same people that put BTC fees up as high as $55 last month
and has been designed to be a system of hub banks and you can see the network yourself here
https://lnmainnet.gaben.win/

Or maybe read the white paper that talks about Bob sending money to Alice but has the word fees written all over it
https://lightning.network/lightning-network-paper.pdf

This guys sums up the deception quite nicely https://www.youtube.com/watch?v=UYHFrf5ci_g

Gentlemen we have been deceived but you won't see it you know unless you open your eyes ! 
557  Bitcoin / Bitcoin Discussion / Re: US Government Claims Bitcoin Cash Is ‘Original’ Bitcoin on: January 30, 2018, 04:51:10 PM
No, they mistaken or thought outdated technology as original technology and refuse that the real bitcoin is the one that majority agree is the real bitcoin.

it's all outdated and won't scale because the development team did not have the skill to do much apart from learning
how to burn out CPU with the CPU-Wars that the system apparently needs.

Even IOTA is not up for the job long term but it is 12 times faster than Bitcoin so won't be long me thinks
before the old steam engine is taken off the track
558  Bitcoin / Bitcoin Discussion / Re: US Government Claims Bitcoin Cash Is ‘Original’ Bitcoin on: January 30, 2018, 04:45:22 PM
Well the BTC development team won't listen to developers and have just become banker puppets
and have now built banker hubs into the Lightning Network and did nothing to lower the fees
which they could had done in seconds if they want to

Kind of make me want to but some Bitcoin Cash or wait ever and a day for Coinbase to give me the ones they
owe me

559  Bitcoin / Bitcoin Discussion / Re: Big Differences Between Gold and Bitcoin, According to World Gold Counci on: January 30, 2018, 04:41:32 PM
but the banker own the miners here and are trying to set up shop on the Bitcoin network
or did they not tell you about the fees on LN ?

Sorry but my physical holding of metal must not be confused with tokens and they are not in the same league
so I will keep them and dump the last few BTC if the development team does not start listening to people
and it's so bad that Mr J Poon who runs the lightning project has taken to not answering his emails.

560  Bitcoin / Bitcoin Discussion / Re: How to run Bitcoin Core behind corporate proxy? on: January 30, 2018, 04:18:40 PM
try a VPN if you can get at port 4500 and 500 i think they are to get you on to the
outside world
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 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!