Post
Topic
Board Announcements (Altcoins)
Re: [ANN][PoW] Aura - smart contract ledger - YouStock - tokenized selfhood
by
pochy123
on 25/01/2018, 19:54:19 UTC
How do I create a wallet?  Huh
You have to download aura.exe and launch the console in the directiory. Press shift+right mouse click and choose to launch cmd. Then write down next command: aura account new

Thank you for trying to help me, friend! But here instead of opening the cmd, it opens PowerShell and the error when I type the "aura acount new" command.


type in
.\aura account new
AURA --rpc console


Instruction to launch a wallet in Windows.
1. Download geth for your platform
2. Create a separate folder for it
3.Put geth.exe in the folder you just created.
4.Then download the batch file from this link


5.Put .bat file in the same folder, which you created before 6.When the .bat file is started, the console will appear


7.Wait for full synchronization is not necessary. To create your address, type this command: personal.newAccount ("your counterclock")


This command creates a portfolio. Instead of "password", type your password. Appointments must be written as well.

 
Additional commands:


* To find out the address of your portfolio, write:


web3.eth.accounts


The console will give its address in green.


* To check the balance of your portfolio, write the following:


1st option Huh

web3.fromWei (eth.getBalance (web3.eth.accounts
  • ), "ether")

2nd option Huh

eth.getBalance ("0xe2000000000000000000000000")