BitShares Forum

Main => General Discussion => Topic started by: bluebit on August 27, 2014, 12:37:16 am

Title: Need someone to help me register
Post by: bluebit on August 27, 2014, 12:37:16 am
Need someone to send me a bitshare so I can register: BTSX5VKTCxGMhWnZsNRXHMegsauVtAKSpu2ydbN912bZr7GA519TdH

Thanks :)
Title: Re: Need someone to help me register
Post by: bluebit on August 27, 2014, 12:38:06 am
I'm just wondering, can someone have them same account name as somebody else?
Title: Re: Need someone to help me register
Post by: tonyk on August 27, 2014, 12:40:26 am
Need someone to send me a bitshare so I can register: BTSX5VKTCxGMhWnZsNRXHMegsauVtAKSpu2ydbN912bZr7GA519TdH

Thanks :)

Good Q cause somebody already registered your name bluebit.
You will have to choose another name...

Funds are coming...
Title: Re: Need someone to help me register
Post by: bluebit on August 27, 2014, 12:47:30 am
Ah ok, also is it possible to delete an account?
Title: Re: Need someone to help me register
Post by: tonyk on August 27, 2014, 12:52:45 am
Ah ok, also is it possible to delete an account?
No - (not yet).
Title: Re: Need someone to help me register
Post by: merockstar on August 27, 2014, 12:59:17 am
Ah ok, also is it possible to delete an account?
No - (not yet).

to add to this, don't make too many accounts. I guess it causes the system to slow down.
Title: Re: Need someone to help me register
Post by: bluebit on August 27, 2014, 01:01:02 am
dang I was about to make 3 more accounts. Also, is it possible to transfer an account to someone else?
Title: Re: Need someone to help me register
Post by: robrigo on August 27, 2014, 01:06:07 am
dang I was about to make 3 more accounts. Also, is it possible to transfer an account to someone else?

You could export the private key for the account by going to the console and using wallet_dump_private_key <account_name>. Then import that into another wallet with wallet_import_private_key <private_key> <account> true true.

Of course this wouldn't work to transfer the account without the original owner having access as well.
Title: Re: Need someone to help me register
Post by: tonyk on August 27, 2014, 01:12:57 am
dang I was about to make 3 more accounts. Also, is it possible to transfer an account to someone else?

You could export the private key for the account by going to the console and using wallet_dump_private_key <account_name>. Then import that into another wallet with wallet_import_private_key <private_key> <account> true true.

Of course this wouldn't work to transfer the account without the original owner having access as well.

I do not think this works

dang I was about to make 3 more accounts. Also, is it possible to transfer an account to someone else?
3 is fine (Just do not end up like me with 17)
Transfers are not possible...
Title: Re: Need someone to help me register
Post by: puppies on August 27, 2014, 01:24:37 am
dang I was about to make 3 more accounts. Also, is it possible to transfer an account to someone else?

You could export the private key for the account by going to the console and using wallet_dump_private_key <account_name>. Then import that into another wallet with wallet_import_private_key <private_key> <account> true true.

Of course this wouldn't work to transfer the account without the original owner having access as well.

I do not think this works

dang I was about to make 3 more accounts. Also, is it possible to transfer an account to someone else?
3 is fine (Just do not end up like me with 17)
Transfers are not possible...
To improve performance I exported to JSON.  Then manually dumped all my keys and saved them separately.  Then renamed my wallet folder.  created a new wallet and imported just the key from the main account I use.
Title: Re: Need someone to help me register
Post by: merockstar on August 27, 2014, 01:28:40 am
dang I was about to make 3 more accounts. Also, is it possible to transfer an account to someone else?

I'm running with 8 account names and don't seem to be hitting too much lag.
Title: Re: Need someone to help me register
Post by: merockstar on August 27, 2014, 01:29:32 am
dang I was about to make 3 more accounts. Also, is it possible to transfer an account to someone else?

You could export the private key for the account by going to the console and using wallet_dump_private_key <account_name>. Then import that into another wallet with wallet_import_private_key <private_key> <account> true true.

Of course this wouldn't work to transfer the account without the original owner having access as well.

I do not think this works

dang I was about to make 3 more accounts. Also, is it possible to transfer an account to someone else?
3 is fine (Just do not end up like me with 17)
Transfers are not possible...
To improve performance I exported to JSON.  Then manually dumped all my keys and saved them separately.  Then renamed my wallet folder.  created a new wallet and imported just the key from the main account I use.

thank you for this. very clever.
Title: Re: Need someone to help me register
Post by: tonyk on August 27, 2014, 01:32:14 am
dang I was about to make 3 more accounts. Also, is it possible to transfer an account to someone else?

You could export the private key for the account by going to the console and using wallet_dump_private_key <account_name>. Then import that into another wallet with wallet_import_private_key <private_key> <account> true true.

Of course this wouldn't work to transfer the account without the original owner having access as well.

I do not think this works

dang I was about to make 3 more accounts. Also, is it possible to transfer an account to someone else?
3 is fine (Just do not end up like me with 17)
Transfers are not possible...
To improve performance I exported to JSON.  Then manually dumped all my keys and saved them separately.  Then renamed my wallet folder.  created a new wallet and imported just the key from the main account I use.

Can you explain how you did it like am 5. Cause just importing manually the private key (there was just one then) did not work for me.
Title: Re: Need someone to help me register
Post by: puppies on August 27, 2014, 01:54:11 am
dang I was about to make 3 more accounts. Also, is it possible to transfer an account to someone else?

You could export the private key for the account by going to the console and using wallet_dump_private_key <account_name>. Then import that into another wallet with wallet_import_private_key <private_key> <account> true true.

Of course this wouldn't work to transfer the account without the original owner having access as well.

I do not think this works

dang I was about to make 3 more accounts. Also, is it possible to transfer an account to someone else?
3 is fine (Just do not end up like me with 17)
Transfers are not possible...
To improve performance I exported to JSON.  Then manually dumped all my keys and saved them separately.  Then renamed my wallet folder.  created a new wallet and imported just the key from the main account I use.

Can you explain how you did it like am 5. Cause just importing manually the private key (there was just one then) did not work for me.
The important part is that you do not import the private key into an account with a different public key.  From what I understand Titan uses this public key to scan for transactions, so even if you have the private key your transactions will not show up.  There are two basic ways to ensure your private key is imported successfully. 

Both methods requires the private key.  One of the methods requires the account to be registered on the blockchain.  The other requires the public key. 

Process 1.  If your account is registered on the block chain.
a.  Start with a new wallet, and let it sync all block.
b.  import your private key with wallet_import_private_key <wif key> and do not enter a name.
c.  Your account should now show up in account with no balance.
d.  wallet_rescan_blockchain

Process 2.  Account is not registered.  and/or You have the public key.
a.  Start with a new wallet, but there is no need to wait for it to sync.
b.  create a contact account with the public key. 
c.  Import your private key with wallet_import_private_key <wif key> and do not enter a name.  Your account should now show up in your accounts and as the wallet syncs transactions that have gone to it will begin to show up.  If at the end not all transactions have shown up do a wallet_rescan_blockchain
Title: Re: Need someone to help me register
Post by: tonyk on August 27, 2014, 01:57:29 am
The important part is that you do not import the private key into an account with a different public key.  From what I understand Titan uses this public key to scan for transactions, so even if you have the private key your transactions will not show up.  There are two basic ways to ensure your private key is imported successfully. 

Both methods requires the private key.  One of the methods requires the account to be registered on the blockchain.  The other requires the public key. 

Process 1.  If your account is registered on the block chain.
a.  Start with a new wallet, and let it sync all block.
b.  import your private key with wallet_import_private_key <wif key> and do not enter a name.
c.  Your account should now show up in account with no balance.
d.  wallet_rescan_blockchain

Process 2.  Account is not registered.  and/or You have the public key.
a.  Start with a new wallet, but there is no need to wait for it to sync.
b.  create a contact account with the public key. 
c.  Import your private key with wallet_import_private_key <wif key> and do not enter a name.  Your account should now show up in your accounts and as the wallet syncs transactions that have gone to it will begin to show up.  If at the end not all transactions have shown up do a wallet_rescan_blockchain
Thanks a lot! I will give it a try!
Title: Re: Need someone to help me register
Post by: Darkvampiro on August 27, 2014, 01:54:11 pm
Hey guys, i also need help registering, can someone please send me bitshare so i can register, bter.com is causing me problems when i try to withdraw. My address is:

 BTSX5wmfJZvLBCreyeiEiVDiUug6e6r5SnwwYEFZdWXBvgwmLNxUpY


Much appreciated :)
Title: Re: Need someone to help me register
Post by: tonyk on August 27, 2014, 02:26:29 pm
Hey guys, i also need help registering, can someone please send me bitshare so i can register, bter.com is causing me problems when i try to withdraw. My address is:

 BTSX5wmfJZvLBCreyeiEiVDiUug6e6r5SnwwYEFZdWXBvgwmLNxUpY


Much appreciated :)
sent
Title: Re: Need someone to help me register
Post by: Darkvampiro on August 27, 2014, 02:38:10 pm
Hey guys, i also need help registering, can someone please send me bitshare so i can register, bter.com is causing me problems when i try to withdraw. My address is:

 BTSX5wmfJZvLBCreyeiEiVDiUug6e6r5SnwwYEFZdWXBvgwmLNxUpY


Much appreciated :)
sent

Thank you so much my friend, i appreciate it. May we get rich! :)
Title: Re: Need someone to help me register
Post by: ESB on August 27, 2014, 07:04:37 pm
I need to register my account: BTSX6WqifXKRAyPe5VcSxLV6rg9rsFWHewUYgDSCi3gLTXAiti1Zij
Thank you  :)
Title: Re: Need someone to help me register
Post by: robrigo on August 27, 2014, 07:07:29 pm
I need to register my account: BTSX6WqifXKRAyPe5VcSxLV6rg9rsFWHewUYgDSCi3gLTXAiti1Zij
Thank you  :)

Sent!
Title: Re: Need someone to help me register
Post by: ESB on August 27, 2014, 07:11:11 pm
Thank you!
Title: Re: Need someone to help me register
Post by: masa on August 28, 2014, 03:34:53 am
I also need to register my account.
Account Key: BTSX7EJaBVLzHbT6Kkfo14NoSW6BHS5pyf2eD1RtDhUoiFV613wZJi

Thank you.
Title: Re: Need someone to help me register
Post by: robrigo on August 28, 2014, 03:43:47 am
I also need to register my account.
Account Key: BTSX7EJaBVLzHbT6Kkfo14NoSW6BHS5pyf2eD1RtDhUoiFV613wZJi

Thank you.

Sent. Please support the BitSharesX thunderclap campaign if you enjoy the software: https://www.thunderclap.it/projects/15467-a-new-financial-world

Thanks!
Title: Re: Need someone to help me register
Post by: masa on August 28, 2014, 04:01:21 am
I also need to register my account.
Account Key: BTSX7EJaBVLzHbT6Kkfo14NoSW6BHS5pyf2eD1RtDhUoiFV613wZJi

Thank you.

Sent. Please support the BitSharesX thunderclap campaign if you enjoy the software: https://www.thunderclap.it/projects/15467-a-new-financial-world

Thanks!
Thank you.My account is registered now. :)
I will support the campaign.
Title: Re: Need someone to help me register
Post by: Helikopterben on August 28, 2014, 03:36:42 pm
I also need to register:  BTSX8FHz6aruWYMGnUN9FARZiYMoiPWNheUoPS5LVXLtYVxR3wNpQ3

Or I will pay 0.007 btc or current market rate for 100 btsx.

Thank You.
Title: Re: Need someone to help me register
Post by: merockstar on August 28, 2014, 04:23:19 pm
I also need to register:  BTSX8FHz6aruWYMGnUN9FARZiYMoiPWNheUoPS5LVXLtYVxR3wNpQ3

Or I will pay 0.007 btc or current market rate for 100 btsx.

Thank You.

sent 0.5 btsx
Title: Re: Need someone to help me register
Post by: Method-X on August 28, 2014, 10:53:45 pm
Can someone send some BTSX to BTSX86GSZmaM9jRoAGK6K6GzrD494WBFFQpK5R3Yrs4mZJeng5mLXy so I can register? I'll send it back once registered.
Title: Re: Need someone to help me register
Post by: merockstar on August 28, 2014, 11:38:58 pm
Can someone send some BTSX to BTSX86GSZmaM9jRoAGK6K6GzrD494WBFFQpK5R3Yrs4mZJeng5mLXy so I can register? I'll send it back once registered.

done.
Title: Re: Need someone to help me register
Post by: delevett on August 29, 2014, 01:43:08 am
Need someone to send me a bitshare so I can register: BTSX5VKTCxGMhWnZsNRXHMegsauVtAKSpu2ydbN912bZr7GA519TdH

Thanks :)
I need help registering as well. I bought bitshares at Bter and can't move them to my Bitshare wallet. Please help
BTSX8AgU7mLSRcJ5bNnk7qiRW8Wr8V7KEM8KqdA2bedCnDGoJDyqJf
Title: Re: Need someone to help me register
Post by: onceuponatime on August 29, 2014, 02:01:31 am
Need someone to send me a bitshare so I can register: BTSX5VKTCxGMhWnZsNRXHMegsauVtAKSpu2ydbN912bZr7GA519TdH

Thanks :)
I need help registering as well. I bought bitshares at Bter and can't move them to my Bitshare wallet. Please help
BTSX8AgU7mLSRcJ5bNnk7qiRW8Wr8V7KEM8KqdA2bedCnDGoJDyqJf

Sent.
Title: Re: Need someone to help me register
Post by: Method-X on August 29, 2014, 02:32:35 am
Can someone send some BTSX to BTSX86GSZmaM9jRoAGK6K6GzrD494WBFFQpK5R3Yrs4mZJeng5mLXy so I can register? I'll send it back once registered.

done.

Thanks I'm all registered now! When I click the "transfer" tab it's just a blank screen so I need to wait until that bug gets fixed before I can transfer your BTSX back. BitSharesX.app needs a lot of work... :/
Title: Re: Need someone to help me register
Post by: merockstar on August 29, 2014, 05:46:14 am
Can someone send some BTSX to BTSX86GSZmaM9jRoAGK6K6GzrD494WBFFQpK5R3Yrs4mZJeng5mLXy so I can register? I'll send it back once registered.

done.

Thanks I'm all registered now! When I click the "transfer" tab it's just a blank screen so I need to wait until that bug gets fixed before I can transfer your BTSX back. BitSharesX.app needs a lot of work... :/

not worried about the 1.5 cents worth of BTSX I sent you.

it's odd that you're getting a blank screen on the transfer tab. using windows version of the app?
Title: Re: Need someone to help me register
Post by: merockstar on August 29, 2014, 05:47:28 am
BitSharesX.app needs a lot of work... :/

somebody said this in another thread, but it stuck with me:

"the bleeding edge is bloody."