cypherdoc
Legendary
Offline
Activity: 1764
Merit: 1002
|
|
June 07, 2011, 06:00:29 PM |
|
wait a minute. logged out and now can't log back in using same user id and unenrypted private key. get an "invalid rsa private key" message and then it locks up in "Executing" mode.
yeah, confirmed problem. got in initially, looked around, set up a new order, all no prob. logged off and tried to login again with same user id and unencrypted private key and now i get the above error.
|
|
|
|
Nefario (OP)
|
|
June 07, 2011, 06:05:46 PM |
|
Make sure your private key formatting is correct.
that before -----END RSA PRIVATE KEY----- has a newline.
|
PGP key id at pgp.mit.edu 0xA68F4B7C To get help and support for GLBSE please email support@glbse.com
|
|
|
cypherdoc
Legendary
Offline
Activity: 1764
Merit: 1002
|
|
June 07, 2011, 06:15:08 PM |
|
Make sure your private key formatting is correct.
that before -----END RSA PRIVATE KEY----- has a newline.
wait, u mean this: ajfaskdfjas;f;fadfl7+rqM34GBT4jIJ9dfi3if9llef90glBbYAn6nFpSUVCo954piqre -----END RSA PRIVATE KEY----- or this?: ajfaskdfjas;f;fadfl7+rqM34GBT4jIJ9dfi3if9llef90glBbYAn6nFpSUVCo954piqre -----END RSA PRIVATE KEY-----
|
|
|
|
Nefario (OP)
|
|
June 07, 2011, 06:28:01 PM |
|
Make sure your private key formatting is correct.
that before -----END RSA PRIVATE KEY----- has a newline.
wait, u mean this: ajfaskdfjas;f;fadfl7+rqM34GBT4jIJ9dfi3if9llef90glBbYAn6nFpSUVCo954piqre -----END RSA PRIVATE KEY----- or this?: ajfaskdfjas;f;fadfl7+rqM34GBT4jIJ9dfi3if9llef90glBbYAn6nFpSUVCo954piqre -----END RSA PRIVATE KEY----- It should be the first one. Also make sure you are using your unencrypted private key.
|
PGP key id at pgp.mit.edu 0xA68F4B7C To get help and support for GLBSE please email support@glbse.com
|
|
|
cypherdoc
Legendary
Offline
Activity: 1764
Merit: 1002
|
|
June 07, 2011, 06:33:32 PM |
|
Make sure your private key formatting is correct.
that before -----END RSA PRIVATE KEY----- has a newline.
wait, u mean this: ajfaskdfjas;f;fadfl7+rqM34GBT4jIJ9dfi3if9llef90glBbYAn6nFpSUVCo954piqre -----END RSA PRIVATE KEY----- or this?: ajfaskdfjas;f;fadfl7+rqM34GBT4jIJ9dfi3if9llef90glBbYAn6nFpSUVCo954piqre -----END RSA PRIVATE KEY----- It should be the first one. Also make sure you are using your unencrypted private key. i am using the first version and its unenrypted. the strange thing is it worked fine initially and i got in and put up an order.
|
|
|
|
cypherdoc
Legendary
Offline
Activity: 1764
Merit: 1002
|
|
June 07, 2011, 06:41:41 PM |
|
-----BEGIN RSA PRIVATE KEY----- Proc-Type: 4,ENCRYPTED DEK-Info: AES-256-CBC,F0CD17928C35A07E24D4B06D934A842D
this is at the beginning of private key. its still not encrypted is it?
|
|
|
|
Nefario (OP)
|
|
June 07, 2011, 06:43:33 PM |
|
-----BEGIN RSA PRIVATE KEY----- Proc-Type: 4,ENCRYPTED DEK-Info: AES-256-CBC,F0CD17928C35A07E24D4B06D934A842D
this is at the beginning of private key. its still not encrypted is it?
I'll give you a hint, it has the word "ENCRYPTED" in it
|
PGP key id at pgp.mit.edu 0xA68F4B7C To get help and support for GLBSE please email support@glbse.com
|
|
|
cypherdoc
Legendary
Offline
Activity: 1764
Merit: 1002
|
|
June 07, 2011, 06:51:16 PM |
|
-----BEGIN RSA PRIVATE KEY----- Proc-Type: 4,ENCRYPTED DEK-Info: AES-256-CBC,F0CD17928C35A07E24D4B06D934A842D
this is at the beginning of private key. its still not encrypted is it?
I'll give you a hint, it has the word "ENCRYPTED" in it precisely why i asked i thought that since i can now see this huge wall of text that it was no longer encrypted. ok, the original command line de-encryption you gave me referenced the private key file with a .rsa extension. that extension is now gone when i look at it in Windows Explorer. it's now named .blackmarket3. how do i modify your original command line?: openssl rsa -in .blackmarket3.rsa -out .blackmarket3-non-AES.rsa -passin pass:mypass
|
|
|
|
boonies4u
|
|
June 07, 2011, 07:33:10 PM |
|
-----BEGIN RSA PRIVATE KEY----- Proc-Type: 4,ENCRYPTED DEK-Info: AES-256-CBC,F0CD17928C35A07E24D4B06D934A842D
this is at the beginning of private key. its still not encrypted is it?
I'll give you a hint, it has the word "ENCRYPTED" in it precisely why i asked i thought that since i can now see this huge wall of text that it was no longer encrypted. ok, the original command line de-encryption you gave me referenced the private key file with a .rsa extension. that extension is now gone when i look at it in Windows Explorer. it's now named .blackmarket3. how do i modify your original command line?: openssl rsa -in .blackmarket3.rsa -out .blackmarket3-non-AES.rsa -passin pass:mypass ".blackmarket3-non-AES.rsa" is the location where openssl printed the non-encrypted private key .blackmarket3.rsa was not over-written if you wish to get rid of the unencrypted private key... you PROBABLY (don't quote me or jump the gun) securely delete the ".blackmarket3-non-AES.rsa" file
|
|
|
|
cypherdoc
Legendary
Offline
Activity: 1764
Merit: 1002
|
|
June 07, 2011, 07:47:14 PM |
|
-----BEGIN RSA PRIVATE KEY----- Proc-Type: 4,ENCRYPTED DEK-Info: AES-256-CBC,F0CD17928C35A07E24D4B06D934A842D
this is at the beginning of private key. its still not encrypted is it?
I'll give you a hint, it has the word "ENCRYPTED" in it precisely why i asked i thought that since i can now see this huge wall of text that it was no longer encrypted. ok, the original command line de-encryption you gave me referenced the private key file with a .rsa extension. that extension is now gone when i look at it in Windows Explorer. it's now named .blackmarket3. how do i modify your original command line?: openssl rsa -in .blackmarket3.rsa -out .blackmarket3-non-AES.rsa -passin pass:mypass ".blackmarket3-non-AES.rsa" is the location where openssl printed the non-encrypted private key .blackmarket3.rsa was not over-written if you wish to get rid of the unencrypted private key... you PROBABLY (don't quote me or jump the gun) securely delete the ".blackmarket3-non-AES.rsa" file Thank You Boonie, my man! geez, i found it in the Recycle Bin after trying to clean up.
|
|
|
|
filharvey
|
|
June 07, 2011, 10:38:08 PM |
|
Thanks, been waiting for the web interface to purchase some shares.
One request, is that you have a list of the active Tracker Symbols.
Phil
|
|
|
|
Nefario (OP)
|
|
June 08, 2011, 03:27:49 PM |
|
Thanks, been waiting for the web interface to purchase some shares.
One request, is that you have a list of the active Tracker Symbols.
Phil
Something like "Assets I'm watching" sort of thing?
|
PGP key id at pgp.mit.edu 0xA68F4B7C To get help and support for GLBSE please email support@glbse.com
|
|
|
dishwara
Legendary
Offline
Activity: 1855
Merit: 1016
|
|
June 08, 2011, 06:41:57 PM |
|
Holy god... Fantastic. Really nice to work with web client. You made it easy as eating a cake. Thank you very much.
|
|
|
|
Nefario (OP)
|
|
June 08, 2011, 06:49:32 PM |
|
Holy god... Fantastic. Really nice to work with web client. You made it easy as eating a cake. Thank you very much.
Haha. This is by far the best compliment I've gotten for the web interface. Credit to Jere Jones the dev who wrote it for me. He was good to work with , and I'll work with him again in the future. The latest command line client does have some functionality that the web client does not.
|
PGP key id at pgp.mit.edu 0xA68F4B7C To get help and support for GLBSE please email support@glbse.com
|
|
|
speeder
|
|
June 08, 2011, 07:27:11 PM |
|
Where is the .blackmarket3.rsa for windows?
|
|
|
|
dishwara
Legendary
Offline
Activity: 1855
Merit: 1016
|
|
June 08, 2011, 07:29:31 PM |
|
Where is the .blackmarket3.rsa for windows?
C:\Users\YOURUSERNAME Is my share rate is 2 btc now?
|
|
|
|
speeder
|
|
June 08, 2011, 07:33:05 PM |
|
You ran out of shares?
|
|
|
|
dishwara
Legendary
Offline
Activity: 1855
Merit: 1016
|
|
June 08, 2011, 07:39:20 PM |
|
no, still ~200 shares left. the web cleint says last price is 2.000000 BTC. ASK is 2.1 btc
|
|
|
|
speeder
|
|
June 08, 2011, 07:43:28 PM |
|
But if you are charging 1 BTC how last price is 2?
O.o
Bug?
|
|
|
|
dishwara
Legendary
Offline
Activity: 1855
Merit: 1016
|
|
June 08, 2011, 07:52:06 PM |
|
Only Nefario can answer
|
|
|
|
|