Bitcoin Forum
April 24, 2024, 11:26:35 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 [221] 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 ... 318 »
  Print  
Author Topic: [ANN] AEON: Scalable, private, mobile-friendly cryptocurrency  (Read 625085 times)
dllhg
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
October 01, 2017, 05:41:31 AM
 #4401

Wow this coin more than tripled this week.  Not sure how I missed getting in on this one.    Sad
1714001195
Hero Member
*
Offline Offline

Posts: 1714001195

View Profile Personal Message (Offline)

Ignore
1714001195
Reply with quote  #2

1714001195
Report to moderator
TalkImg was created especially for hosting images on bitcointalk.org: try it next time you want to post an image
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714001195
Hero Member
*
Offline Offline

Posts: 1714001195

View Profile Personal Message (Offline)

Ignore
1714001195
Reply with quote  #2

1714001195
Report to moderator
1714001195
Hero Member
*
Offline Offline

Posts: 1714001195

View Profile Personal Message (Offline)

Ignore
1714001195
Reply with quote  #2

1714001195
Report to moderator
ghostguo
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
October 01, 2017, 06:42:48 AM
 #4402

no problem at first sight with windows compilation. the usual instructions are ok.
Code:
git clone https://github.com/aeonix/aeon.git aeon-0.9.13.0
cd aeon-0.9.13.0
mkdir build
cd build
cmake -G "Visual Studio 14 2015 Win64" -DBOOST_ROOT=c:/local/boost_1_64_0 ..
msbuild Project.sln /p:Configuration=Release /m
tested with: gitshell, boost 1.64 static, python 3.5, cmake 3.8.0, microsoft visual studio 2015 rtm

Daberti's guide is still relevant and useful : https://bitcointalk.org/index.php?topic=641696.msg18754693#msg18754693

Still here I’m 😊👌🏻

Thanks for this information.
But I have two problems. After the win64 exe files were generated, the v0.9.13.0 aeond.exe cannot open the block chain data synced by v0.9.12.0, and the v0.9.13.0 simplewallet.exe cannot open the old wallet. How can I transfer the money out ?

By the way, I have tried to transfer aeons from v0.9.12.0 wallet to hitbtc exchange, but the hash cannot be found in minergate blockchain info. What's happened?
stoffu
Full Member
***
Offline Offline

Activity: 203
Merit: 166


View Profile WWW
October 01, 2017, 07:43:35 AM
 #4403

1. Please consider using a smaller pool to spread the hash rate around or use the stratum proxy if you enough hash rate to solo mine. As long as you can get blocks 'regularly' (whatever that  means to you), you don't need to swarm onto the same pool as everyone else. A healthier mining network that is decentralized will improve confidence in the coin.

2. Hash rate for AEON should be higher than XMR on the same hardware. The ratio depends on the hardware.


Please could you indicate a (1)good miner for win10, and a (2)good pool?


I think I finally found the answers:

(1) https://ci.appveyor.com/project/shyba/xmr-stak-cpu/build/1.2.3-4/artifacts

(2) https://minergate.com

Thx.

Please try to use something other than minergate. This is the list of reputable pools:
http://aeonpools.net/
Its About Sharing
Legendary
*
Offline Offline

Activity: 1442
Merit: 1000


Antifragile


View Profile
October 01, 2017, 09:10:05 AM
 #4404

Can we install the update with Homebrew (per your Github) or do we first have to install the base wallet and then??? (Excuse my ignorance here, been a while...)

Thanks...

I am author of homebrew formula, updated formula to v0.9.13.0

Install:

Code:
brew tap sammy007/cryptonight
brew update
brew install aeon

Update:

Code:
brew update
brew upgrade aeon


Thanks for the reply. Can you/anyone help with this error? (I am no expert and don't actually understand the suggested move.)

Quote
[ 38%] Built target cryptonote_core
make[1]: *** [all] Error 2
make: *** [build-release] Error 2

If reporting this issue please do so at (not Homebrew/brew or Homebrew/core):
https://github.com/sammy007/homebrew-cryptonight/issues

These open issues may also help:
Problem at "brew install --HEAD aeon -v" https://github.com/sammy007/homebrew-cryptonight/issues/8
Problem installing wallet on mac - Homebrew. https://github.com/sammy007/homebrew-cryptonight/issues/9

Error: You have MacPorts or Fink installed:
  /opt/local/bin/port

This can cause trouble. You don't have to uninstall them, but you may want to
temporarily move them out of the way, e.g.

  sudo mv /opt/local ~/macports

BTC = Black Swan.
BTC = Antifragile - "Some things benefit from shocks; they thrive and grow when exposed to volatility, randomness, disorder, and stressors and love adventure, risk, and uncertainty. Robust is not the opposite of fragile.
Arux
Hero Member
*****
Offline Offline

Activity: 500
Merit: 500



View Profile
October 01, 2017, 10:28:15 AM
Last edit: October 01, 2017, 10:41:04 AM by Arux
 #4405

no problem at first sight with windows compilation. the usual instructions are ok.
Code:
git clone https://github.com/aeonix/aeon.git aeon-0.9.13.0
cd aeon-0.9.13.0
mkdir build
cd build
cmake -G "Visual Studio 14 2015 Win64" -DBOOST_ROOT=c:/local/boost_1_64_0 ..
msbuild Project.sln /p:Configuration=Release /m
tested with: gitshell, boost 1.64 static, python 3.5, cmake 3.8.0, microsoft visual studio 2015 rtm

Daberti's guide is still relevant and useful : https://bitcointalk.org/index.php?topic=641696.msg18754693#msg18754693

Still here I’m 😊👌🏻

Thanks for this information.
But I have two problems. After the win64 exe files were generated, the v0.9.13.0 aeond.exe cannot open the block chain data synced by v0.9.12.0, and the v0.9.13.0 simplewallet.exe cannot open the old wallet. How can I transfer the money out ?

By the way, I have tried to transfer aeons from v0.9.12.0 wallet to hitbtc exchange, but the hash cannot be found in minergate blockchain info. What's happened?

when aeond.exe is unable to open a previous blockchain, it's usually correlated to difference between boost version.
0.9.12.0 official win64 binaries are using boost 1.63. i used boost 1.64 to compile 0.9.13.0 and all was fine. aeond 0.9.13.0 read successfully the 0.9.12.0 blockchain.
check your boost version.

and to recover your old wallet, delete the name_of_your_wallet file (it's a cache of your wallet history) and keep the name_of_your_wallet.keys file, simplewallet will regenerate your wallet history from scratch.
warning: the .keys file is the most important file, without it you lost your wallet!

rysioslaw
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
October 01, 2017, 11:37:10 AM
 #4406

Error while compiling 0.9.13 on Ubuntu 16.04
libboost-all-dev - newest version (1.58.0.1ubuntu1)

[ 44%] Linking CXX executable connectivity_tool

/tmp/cc9MBT1H.ltrans6.ltrans.o: In function __gnu_cxx::__normal_iterator<char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > boost::re_detail::re_is_set_member<__gnu_cxx::__normal_iterator<char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, char, boost::regex_traits<char, boost::cpp_regex_traits<char> >, unsigned int>(__gnu_cxx::__normal_iterator<char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, __gnu_cxx::__normal_iterator<char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, boost::re_detail::re_set_long<unsigned int> const*, boost::re_detail::regex_data<char, boost::regex_traits<char, boost::cpp_regex_traits<char> > > const&, bool)': <artificial>Sad.text+0x3b4a): undefined reference toboost::re_detail::cpp_regex_traits_implementation::transform_primary[abi:cxx11](char const*, char const*) const'
Sad.text+0x3d5d): undefined reference to `boost::re_detail::cpp_regex_traits_implementation::transform[abi:cxx11](char const*, char const*) const'
collect2: error: ld returned 1 exit status
src/CMakeFiles/connectivity_tool.dir/build.make:108: recipe for target 'src/connectivity_tool' failed
make[3]: *** [src/connectivity_tool] Error 1
make[3]: Leaving directory '/home/rysioslaw/aeon/build/release'
CMakeFiles/Makefile2:216: recipe for target 'src/CMakeFiles/connectivity_tool.dir/all' failed
make[2]: *** [src/CMakeFiles/connectivity_tool.dir/all] Error 2
make[2]: Leaving directory '/home/rysioslaw/aeon/build/release'
Makefile:138: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/home/rysioslaw/aeon/build/release'
Makefile:20: recipe for target 'build-release' failed
make: *** [build-release] Error 2
ghostguo
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
October 01, 2017, 12:27:00 PM
 #4407

no problem at first sight with windows compilation. the usual instructions are ok.
Code:
git clone https://github.com/aeonix/aeon.git aeon-0.9.13.0
cd aeon-0.9.13.0
mkdir build
cd build
cmake -G "Visual Studio 14 2015 Win64" -DBOOST_ROOT=c:/local/boost_1_64_0 ..
msbuild Project.sln /p:Configuration=Release /m
tested with: gitshell, boost 1.64 static, python 3.5, cmake 3.8.0, microsoft visual studio 2015 rtm

Daberti's guide is still relevant and useful : https://bitcointalk.org/index.php?topic=641696.msg18754693#msg18754693

Still here I’m 😊👌🏻

Thanks for this information.
But I have two problems. After the win64 exe files were generated, the v0.9.13.0 aeond.exe cannot open the block chain data synced by v0.9.12.0, and the v0.9.13.0 simplewallet.exe cannot open the old wallet. How can I transfer the money out ?

By the way, I have tried to transfer aeons from v0.9.12.0 wallet to hitbtc exchange, but the hash cannot be found in minergate blockchain info. What's happened?

when aeond.exe is unable to open a previous blockchain, it's usually correlated to difference between boost version.
0.9.12.0 official win64 binaries are using boost 1.63. i used boost 1.64 to compile 0.9.13.0 and all was fine. aeond 0.9.13.0 read successfully the 0.9.12.0 blockchain.
check your boost version.

and to recover your old wallet, delete the name_of_your_wallet file (it's a cache of your wallet history) and keep the name_of_your_wallet.keys file, simplewallet will regenerate your wallet history from scratch.
warning: the .keys file is the most important file, without it you lost your wallet!


Thank you, I got it. Deleting the history file, I have take the wallet control back.


Arux
Hero Member
*****
Offline Offline

Activity: 500
Merit: 500



View Profile
October 01, 2017, 12:38:07 PM
 #4408

Error while compiling 0.9.13 on Ubuntu 16.04
libboost-all-dev - newest version (1.58.0.1ubuntu1)

[ 44%] Linking CXX executable connectivity_tool

/tmp/cc9MBT1H.ltrans6.ltrans.o: In function __gnu_cxx::__normal_iterator<char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > boost::re_detail::re_is_set_member<__gnu_cxx::__normal_iterator<char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, char, boost::regex_traits<char, boost::cpp_regex_traits<char> >, unsigned int>(__gnu_cxx::__normal_iterator<char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, __gnu_cxx::__normal_iterator<char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, boost::re_detail::re_set_long<unsigned int> const*, boost::re_detail::regex_data<char, boost::regex_traits<char, boost::cpp_regex_traits<char> > > const&, bool)': <artificial>Sad.text+0x3b4a): undefined reference toboost::re_detail::cpp_regex_traits_implementation::transform_primary[abi:cxx11](char const*, char const*) const'
Sad.text+0x3d5d): undefined reference to `boost::re_detail::cpp_regex_traits_implementation::transform[abi:cxx11](char const*, char const*) const'
collect2: error: ld returned 1 exit status
src/CMakeFiles/connectivity_tool.dir/build.make:108: recipe for target 'src/connectivity_tool' failed
make[3]: *** [src/connectivity_tool] Error 1
make[3]: Leaving directory '/home/rysioslaw/aeon/build/release'
CMakeFiles/Makefile2:216: recipe for target 'src/CMakeFiles/connectivity_tool.dir/all' failed
make[2]: *** [src/CMakeFiles/connectivity_tool.dir/all] Error 2
make[2]: Leaving directory '/home/rysioslaw/aeon/build/release'
Makefile:138: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/home/rysioslaw/aeon/build/release'
Makefile:20: recipe for target 'build-release' failed
make: *** [build-release] Error 2

sorry, i'm unable to reproduce this.
compilation is ok on this system: ubuntu 16.04.3 LTS, gcc 5.4.0 and libboost-all-dev 1.58.0.1ubuntu1

qwep1
Hero Member
*****
Offline Offline

Activity: 610
Merit: 500


View Profile
October 01, 2017, 12:48:53 PM
 #4409

Where can I find the windows and turn on when on Bittrix wallet

              ▄▄██▄▄
          ▄▄██████████▄▄
      ▄▄██████████████████▄▄
  ▄▄██████████▀▀ ▀▀██████████▄▄
▄█████████▀▀          ▀▀█████████▄
██████▀▀        ▄▄        ▀▀██████
██████      ▄▄██████▄▄      ██████
██████    ██████████████    ██████
██████    ██████████████    ██████
██████    ██████████████    ██████
██████      ▀▀██████▀▀      ██████
██████          ▀▀        ▄▄██████
▀█████    ▄▄          ▄▄█████████▀
   ▀▀█    ████▄▄ ▄▄██████████▀▀
          ████████████████▀▀
          ▀▀██████████▀▀
              ▀▀██▀▀
P H O R E

     █
    █
   █
  █
   █
    █
   █
  █
 █
    KryptKoin rebranded to Phore   
     █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █ █
PoS 3.0  -  Masternodes  -  Obfuscation


     █
    █
   █
  █
   █
    █
   █
  █
 █
.


            ▄▄██▄▄
        ▄▄██████████▄▄
    ▄▄████████▀▀████████▄▄
 ▄████████▀▀      ▀▀████████▄
▐█████▀▀              ▀▀█████▌
▐████       ▄▄██▄▄       ████▌
▐████    ▄██████████▄    ████▌
▐████    ████████████    ████▌
▐████    ▀██████████▀    ████▌
▐████       ▀▀██▀▀       ████▌
 ▀███                 ▄▄█████▌
    ▀    █▄▄      ▄▄████████▀
         █████▄▄████████▀▀
         ▀██████████▀▀
            ▀▀██▀▀
daberti
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
October 01, 2017, 01:11:56 PM
 #4410

Thanks for this information.
But I have two problems. After the win64 exe files were generated, the v0.9.13.0 aeond.exe cannot open the block chain data synced by v0.9.12.0, and the v0.9.13.0 simplewallet.exe cannot open the old wallet. How can I transfer the money out ?

By the way, I have tried to transfer aeons from v0.9.12.0 wallet to hitbtc exchange, but the hash cannot be found in minergate blockchain info. What's happened?


This is a question to be asked to the devs.
daberti
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
October 01, 2017, 02:01:47 PM
 #4411

I compiled 0.9.13 following exactly my own guide AND against Boost 1_63_0 .
All is working smoothly.

Now some question to the devs, just to be up to date: why did Bittrex lock Aeon wallet?
What is the current roadmap for Aeon?

TIA
template
Hero Member
*****
Offline Offline

Activity: 1085
Merit: 500


View Profile
October 01, 2017, 03:16:23 PM
 #4412

fake bittrex pump this project is absurd Tongue
daberti
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
October 01, 2017, 03:21:55 PM
Last edit: October 01, 2017, 03:37:10 PM by daberti
 #4413

fake bittrex pump this project is absurd Tongue

None looking there at RSI, 1 day resolution ? It's over 93%  .....
Edit:
This means it is overbought
internetfloozy
Member
**
Offline Offline

Activity: 108
Merit: 10


View Profile
October 01, 2017, 03:25:43 PM
 #4414

Fake pumps don't last 3+ days. It probably started as a pump then smooth finish off the wallet which turned into a legit boost. If Bittrex can update the wallet before it drops to far it should level out at a nice profit. 70000 sats ideally.
joeyp978
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
October 01, 2017, 03:41:06 PM
 #4415

So what is the deal with this? Is this huge move simply because of ttrex?
daberti
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
October 01, 2017, 04:18:08 PM
 #4416

So what is the deal with this? Is this huge move simply because of ttrex?

I will only say that keeping "AEON wallet offline for maintenance" for days and accepting trades is unfair practice.
On the other Exchange it is at 0.00070500 on ttrex is at 0.000074864
Febo
Legendary
*
Offline Offline

Activity: 2730
Merit: 1288



View Profile
October 01, 2017, 04:27:17 PM
 #4417

So what is the deal with this? Is this huge move simply because of ttrex?

I will only say that keeping "AEON wallet offline for maintenance" for days and accepting trades is unfair practice.
On the other Exchange it is at 0.00070500 on ttrex is at 0.000074864


Bittrex deposits and withdrawals are offline for months. That was a reason why AEON price was so low last few months. But as of yesterdays it is known deposits and withdrawals will soon be possible. 
AEON got lots of attention because it was announced that a rebase (thing that was developed for over a year and everything else was put aside till will get implemented) will get tested on testnet in upcoming weeks.
daberti
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
October 01, 2017, 04:30:26 PM
 #4418


Bittrex deposits and withdrawals are offline for months. That was a reason why AEON price was so low last few months. But as of yesterdays it is known deposits and withdrawals will soon be possible.  
AEON got lots of attention because it was announced that a rebase (thing that was developed for over a year and everything else was put aside till will get implemented) will get tested on testnet in upcoming weeks.

This does NOT change things. And I do own AEONS !
l1xx
Member
**
Offline Offline

Activity: 115
Merit: 10


View Profile
October 01, 2017, 05:03:52 PM
 #4419

I have a problem with this wallet, can anyone help?

I had 5.10 AEONs in the afternoon. I had it running , and after I saw from the pool that I have a new transfer, I refreshed and its now saying :

balance 2.9800000000, unlocked balance 0.9900000000000

I've had these numbers many hours ago.

I am guessing, the thing is not syncronized, but how exactly do I manually sync it? I see no such command, besides "refresh" and refresh is showing me these earlier numbers.

Alley Volta
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile WWW
October 01, 2017, 06:29:16 PM
 #4420


Bittrex deposits and withdrawals are offline for months. That was a reason why AEON price was so low last few months. But as of yesterdays it is known deposits and withdrawals will soon be possible.  
AEON got lots of attention because it was announced that a rebase (thing that was developed for over a year and everything else was put aside till will get implemented) will get tested on testnet in upcoming weeks.

This does NOT change things. And I do own AEONS !

daberti = sanitariu ? I feel like I just heard your rant over on Git. Is your only stake in this coin as a trading vessel? There may be better options for you other than a lightweight anonymized variant of an already established idea, platform, and developer. You can see there is a core community here right?
Pages: « 1 ... 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 [221] 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 ... 318 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!