smooth
Legendary
Offline
Activity: 2968
Merit: 1198
|
|
May 20, 2015, 10:59:16 PM |
|
you do know you can just download the wallet from OP
Many people like to compile their own from the original source, either out of an abundance of caution about the possibility of malware, just as a hobby, or because they may contribute to development at some point. Nothing wrong with any of that. dnaleor, thanks for the corrections to the instructions. I will look into merging those in the OP instructions soon.
|
|
|
|
cwrmyy888
Member
Offline
Activity: 81
Merit: 10
|
|
May 21, 2015, 05:10:16 AM |
|
have new walet?I like AEON
|
|
|
|
smooth
Legendary
Offline
Activity: 2968
Merit: 1198
|
|
May 21, 2015, 05:15:08 AM |
|
have new walet?I like AEON
Current (command line) wallet is in the OP. Merging the cryptonote reference GUI is in progress.
|
|
|
|
|
smooth
Legendary
Offline
Activity: 2968
Merit: 1198
|
|
May 21, 2015, 06:28:11 AM |
|
Both are the maintained the same now. The first (see bold) is the official location, as indicated in OP. And binary ask me for admin pass ? I don't like to give pass !!
I don't understand this. People who provided the binaries do you have any idea what it is about?
|
|
|
|
Phantas
|
|
May 21, 2015, 06:50:33 AM |
|
I tested binary wallets and without problem, I think this password is just for wallet.
|
|
|
|
macorcina
|
|
May 21, 2015, 07:01:57 AM |
|
Thanks for fast answer. How to use bootstrap ?
|
|
|
|
smooth
Legendary
Offline
Activity: 2968
Merit: 1198
|
|
May 21, 2015, 07:04:11 AM |
|
Thanks for fast answer. How to use bootstrap ?
Download the file and put it in your data directory before starting the daemon. For Linux that is ~/.bitmonero ~/.aeon but I don't remember the location for Windows. EDIT: correct data directory name
|
|
|
|
macorcina
|
|
May 21, 2015, 07:10:49 AM |
|
Thanks for fast answer. How to use bootstrap ?
Download the file and put it in your data directory before starting the daemon. For Linux that is .bitmonero. I don't remember the location for Windows. I have .aeon dir no .bitmonero and bootstrap name is aeon_bootstrap_5_5_2015_linux_x64
|
|
|
|
smooth
Legendary
Offline
Activity: 2968
Merit: 1198
|
|
May 21, 2015, 07:12:13 AM |
|
Thanks for fast answer. How to use bootstrap ?
Download the file and put it in your data directory before starting the daemon. For Linux that is .bitmonero. I don't remember the location for Windows. I have .aeon dir no .bitmonero and bootstrap name is aeon_bootstrap_5_5_2015_linux_x64 Oops. sorry. Wrong coin. .aeon is correct. The blockchain bootstrap file should be called blockchain.bin. I don't know if the one you downloaded is some kind of archive or just needs to be renamed.
|
|
|
|
macorcina
|
|
May 21, 2015, 07:57:24 AM |
|
Thanks for fast answer. How to use bootstrap ?
Download the file and put it in your data directory before starting the daemon. For Linux that is .bitmonero. I don't remember the location for Windows. I have .aeon dir no .bitmonero and bootstrap name is aeon_bootstrap_5_5_2015_linux_x64 Oops. sorry. Wrong coin. .aeon is correct. The blockchain bootstrap file should be called blockchain.bin. I don't know if the one you downloaded is some kind of archive or just needs to be renamed. this aeon_bootstrap_5_5_2015_linux_x64 I rename to blockchain.bin and wallet start sync from blok 1. No working for me. I use another blockchain.bin from my backup and I start sync, and it's look fine now.
|
|
|
|
Phantas
|
|
May 21, 2015, 08:07:35 AM |
|
You need gunzip this file and gunziped file blockchain.bin move to .aeon
Are you under linux-64?
|
|
|
|
macorcina
|
|
May 21, 2015, 08:22:10 AM |
|
You need gunzip this file and gunziped file blockchain.bin move to .aeon
Are you under linux-64?
Yes that I did. No success. Yes Mint 17, 64 , I work now from my backup 140 day old.
|
|
|
|
papa_lazzarou
|
|
May 21, 2015, 09:56:58 AM |
|
You need gunzip this file and gunziped file blockchain.bin move to .aeon
Are you under linux-64?
Yes that I did. No success. Yes Mint 17, 64 , I work now from my backup 140 day old. Where did you download that bootstrap from?
|
|
|
|
Arux
|
|
May 21, 2015, 12:25:42 PM Last edit: May 21, 2015, 12:55:53 PM by Arux |
|
You need gunzip this file and gunziped file blockchain.bin move to .aeon
Are you under linux-64?
Yes that I did. No success. Yes Mint 17, 64 , I work now from my backup 140 day old. in the OP, the file extension is .gz but it should have been .tgz (or .tar.gz). when you extract (with gunzip) "aeon_bootstrap_5_5_2015_linux_x64.gz" you obtain the file named "aeon_bootstrap_5_5_2015_linux_x64" but this file "aeon_bootstrap_5_5_2015_linux_x64" is a tar archive without .tar extension. it's confusing. to obtain correct blockchain.bin file, you must rename "aeon_bootstrap_5_5_2015_linux_x64" in "aeon_bootstrap_5_5_2015_linux_x64.tar" in graphic mode or in cli: mv aeon_bootstrap_5_5_2015_linux_x64 aeon_bootstrap_5_5_2015_linux_x64.tar then you can extract "blockchain.bin" as usual or in cli: tar -xvf aeon_bootstrap_5_5_2015_linux_x64.tar @Phantas: could you check your archive format (the one in the OP), i think the .gz extension must be corrected with .tgz
|
|
|
|
Phantas
|
|
May 21, 2015, 01:00:41 PM |
|
Thanks Arux, my mistake.
I renamed file on mega to:
aeon_bootstrap_5_5_2015_linux_x64.tar.gz
macorcina rename downloaded file to aeon_bootstrap_5_5_2015_linux_x64.tar.gz and :
1. tar xvfz aeon_bootstrap_5_5_2015_linux_x64.tar.gz
2. and move blockchain.bin to .aeon
|
|
|
|
macorcina
|
|
May 21, 2015, 01:55:21 PM |
|
Thanks Arux, my mistake.
I renamed file on mega to:
aeon_bootstrap_5_5_2015_linux_x64.tar.gz
macorcina rename downloaded file to aeon_bootstrap_5_5_2015_linux_x64.tar.gz and :
1. tar xvfz aeon_bootstrap_5_5_2015_linux_x64.tar.gz
2. and move blockchain.bin to .aeon
Thanks, but my wallet finish sync from net, and it's work fine.
|
|
|
|
dnaleor
Legendary
Offline
Activity: 1470
Merit: 1000
Want privacy? Use Monero!
|
|
May 25, 2015, 10:53:45 PM |
|
|
|
|
|
getrichdietryin
|
|
May 26, 2015, 11:46:22 AM |
|
my aeond file wont launch
starts and then closes by itself.
|
|
|
|
cryptrol
|
|
May 26, 2015, 12:02:34 PM |
|
my aeond file wont launch
starts and then closes by itself.
What platform are you running on (win/linux) ? what's in your debug.log file ?
|
|
|
|
|