Author

Topic: Issues with programming, Bitcoin, Private Keys, and Bitcoin (Read 876 times)

legendary
Activity: 910
Merit: 1000
★YoBit.Net★ 350+ Coins Exchange & Dice
in regards to your problem about posting to quickly, i think if you are a new user you need to wait 300 seconds between posts then the time shortens as you make more posts.. when you login that is counted as a post.. so you need to login, wait 5 minutes then post.

also are you using Tor or a heavily shared internet connection ? if so, perhaps others are accessing the forums as well.. but its probably the first thing I mentioned..
member
Activity: 63
Merit: 10
hero member
Activity: 508
Merit: 500
Techwolf on #bitcoin and Reddit
You should try the Development & Technical Discussion forum, you might be able to find more people who know how to implement elliptical-curve crypto there.
member
Activity: 63
Merit: 10
Okay, this is BS, this is like my third time trying to post this because the site keeps claiming I've posted too many times in too short a period of time (I've never posted) AND it keeps erasing my post   Angry .  

http://coliru.stacked-crooked.com/a/74648b16c2692525

That is my C++ code where I'm trying to spit out a bunch of sequential private keys.  I know that's not a good idea, but if my program can't do it sequentially, its not going to work in any other manner either, so, I've got to start somewhere.

This program results in the proper X,Y coordinates for private key 0x03, but 0x04 and 0x05 both have the wrong Y values but proper X values, and 0x06 and on are both wrong X values and Y values.  This whole thing is very confusing and I am not getting it and have already put well over a week into just getting this far in this program (I don't exactly have the greatest knowledge or experience in C++).  Any help anyone could provide from looking at my code would be greatly appreciated.

If this doesn't really belong in this forum, please let me know.
Jump to: