Author

Topic: Official Anoncoin chat thread (including history) - page 246. (Read 530493 times)

hero member
Activity: 518
Merit: 521
I hope the developers are aware of such issues.

Of course we are. Both I, K1773R and BroTroxer have had discussion on this. Implementations of zerocoin, coloredcoin etc have been discussed. And you will probably see one of the features in Anoncoin in the future, and if none of them, another system that's similar and does the same job. No schedule is set on this. However, the latency problem is known, but not addressed yet. Note, none of those features will come in the next release, but probably the next after this.

Feel free to join us at #anoncoin (IRC, Freenode or I2P)

Thank you Smiley

FYI, high-latency is higher priority than zerocoin or CoinJoin (if my logic is correct at the link below):

https://bitcointalksearch.org/topic/m.3005335
legendary
Activity: 1118
Merit: 1002
hero member
Activity: 490
Merit: 500
:)
Mac OS X Update

Finally it's here! I've been testing it on Mac OS X 10.7.5 with both I2P enabled and not. Working fine for me. Please report any errors!

You Mac OS X users are also the lucky first to use the new codebase, 0.8.3.7  Smiley

http://anoncoin.net/downloads/Anoncoin-Qt.dmg

Release for windows will be out within some days. First we'll add coin control! We will update the Mac OS X client as well with that new feature. Linux users are free to compile! - We're also planning to release Linux binaries, but no schedule there.

Thank you for this!

however its not working, still getting
Quote
Application Specific Information:
dyld: launch, loading dependent libraries

Dyld Error Message:
  Library not loaded: /opt/local/lib/libcrypto.1.0.0.dylib
  Referenced from: /Applications/Anoncoin-Qt.app/Contents/Frameworks/libssl.1.0.0.dylib
  Reason: image not found

so it sounds like its on my end. Does Xcode need to be installed?

Hmm.. This was odd. I'd checked the binaries now.

Code:
$ ls Anoncoin-Qt.app/Contents/Frameworks/
QtCore.framework                  libboost_program_options.dylib
QtGui.framework                   libboost_system-mt.dylib
QtNetwork.framework               libboost_system.dylib
libQtCore.dylib                   libboost_thread-mt.dylib
libQtGui.dylib                    libboost_thread.dylib
libQtNetwork.dylib                libcrypto.1.0.0.dylib
libboost_chrono-mt.dylib          libdb_cxx-4.8.dylib
libboost_chrono.dylib             libminiupnpc.8.dylib
libboost_filesystem-mt.dylib      libpng15.15.dylib
libboost_filesystem.dylib         libssl.1.0.0.dylib
libboost_program_options-mt.dylib libz.1.dylib

Files are there..

Code:
$ otool -L Anoncoin-Qt.app/Contents/MacOS/A
Anoncoin-Qt.app/Contents/MacOS/Anoncoin-Qt:
@executable_path/../Frameworks/libminiupnpc.8.dylib (compatibility version 0.0.0, current version 0.0.0)
/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation (compatibility version 300.0.0, current version 833.25.0)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices (compatibility version 1.0.0, current version 41.0.0)
/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit (compatibility version 45.0.0, current version 1138.51.0)
/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices (compatibility version 1.0.0, current version 53.0.0)
@executable_path/../Frameworks/libssl.1.0.0.dylib (compatibility version 1.0.0, current version 1.0.0)
@executable_path/../Frameworks/libcrypto.1.0.0.dylib (compatibility version 1.0.0, current version 1.0.0)
@executable_path/../Frameworks/libdb_cxx-4.8.dylib (compatibility version 0.0.0, current version 0.0.0)
@executable_path/../Frameworks/libboost_system.dylib (compatibility version 0.0.0, current version 0.0.0)
@executable_path/../Frameworks/libboost_filesystem.dylib (compatibility version 0.0.0, current version 0.0.0)
@executable_path/../Frameworks/libboost_program_options.dylib (compatibility version 0.0.0, current version 0.0.0)
@executable_path/../Frameworks/libboost_thread.dylib (compatibility version 0.0.0, current version 0.0.0)
@executable_path/../Frameworks/libboost_chrono.dylib (compatibility version 0.0.0, current version 0.0.0)
@executable_path/../Frameworks/QtGui.framework/Versions/4/QtGui (compatibility version 4.8.0, current version 4.8.5)
@executable_path/../Frameworks/QtCore.framework/Versions/4/QtCore (compatibility version 4.8.0, current version 4.8.5)
@executable_path/../Frameworks/QtNetwork.framework/Versions/4/QtNetwork (compatibility version 4.8.0, current version 4.8.5)
/usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 52.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 159.1.0)
/usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version 228.0.0)
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 635.21.0)

Linking seems fine too..

It was built using macports with custom options. So I guess macports then, which requires Xtools. Source: http://gavintech.blogspot.no/2011/11/deploying-bitcoin-qt-on-osx.html

But it should be possible to make a version not requiring macports. I will research it more! Thanks for the detailed report!  Smiley
legendary
Activity: 1118
Merit: 1002
Mac OS X Update

Finally it's here! I've been testing it on Mac OS X 10.7.5 with both I2P enabled and not. Working fine for me. Please report any errors!

You Mac OS X users are also the lucky first to use the new codebase, 0.8.3.7  Smiley

http://anoncoin.net/downloads/Anoncoin-Qt.dmg

Release for windows will be out within some days. First we'll add coin control! We will update the Mac OS X client as well with that new feature. Linux users are free to compile! - We're also planning to release Linux binaries, but no schedule there.

Thank you for this!

however its not working, still getting
Quote
Application Specific Information:
dyld: launch, loading dependent libraries

Dyld Error Message:
  Library not loaded: /opt/local/lib/libcrypto.1.0.0.dylib
  Referenced from: /Applications/Anoncoin-Qt.app/Contents/Frameworks/libssl.1.0.0.dylib
  Reason: image not found

so it sounds like its on my end. Does Xcode need to be installed?
legendary
Activity: 1498
Merit: 1000
Mac OS X Update

Finally it's here! I've been testing it on Mac OS X 10.7.5 with both I2P enabled and not. Working fine for me. Please report any errors!

You Mac OS X users are also the lucky first to use the new codebase, 0.8.3.7  Smiley

http://anoncoin.net/downloads/Anoncoin-Qt.dmg

Release for windows will be out within some days. First we'll add coin control! We will update the Mac OS X client as well with that new feature. Linux users are free to compile! - We're also planning to release Linux binaries, but no schedule there.
Awesome news! I am on vacations, Wednesday test day!
hero member
Activity: 490
Merit: 500
:)
Mac OS X Update

Finally it's here! I've been testing it on Mac OS X 10.7.5 with both I2P enabled and not. Working fine for me. Please report any errors!

You Mac OS X users are also the lucky first to use the new codebase, 0.8.3.7  Smiley

http://anoncoin.net/downloads/Anoncoin-Qt.dmg

Release for windows will be out within some days. First we'll add coin control! We will update the Mac OS X client as well with that new feature. Linux users are free to compile! - We're also planning to release Linux binaries, but no schedule there.
hero member
Activity: 490
Merit: 500
:)
Hello,

i updated to 0.74b and unistalled the old version before.
I also deleted the blockchain again.
Then i got stucked by the last 3 hours, it just stopped to sync.(2 conections)
Then i deleted the blockchain again, and let it sync for a while.(3 conections)
Now it just says out of sync without a hint at which block it got stuck.(4 conections)
Then i added the anoncoin.conf with additional nodes again,
and it says the  sync got stuck at 77778 (2days).(1 conections)
tested again, now stuck at 77776.

I dont understand this strange behavior.

Thank you for your Help.

greetings

"getpeerinfo"

type "help" for a full list of commands.

Odd. Seems like you're low on connections.. I'm guessing the problem is that the nodes you connect to haven't upgraded. And therefore you don't get new blocks. Try adding some manually into the anoncoin.conf:

addnode=198.144.187.112
addnode=54.214.83.193
addnode=193.150.121.24
addnode=193.150.121.28

Anyway, could you provide OS version so we can try recreate the problem?

I already had added  these nodes.
I just leaved the client 2 days offline, suprisingly it worked now.

Is there a way to see with which nodes i am connected?
(any console command?)

greetings

"getpeerinfo"

Type "help" for a full list of commands.
hero member
Activity: 672
Merit: 500
Hello,

i updated to 0.74b and unistalled the old version before.
I also deleted the blockchain again.
Then i got stucked by the last 3 hours, it just stopped to sync.(2 conections)
Then i deleted the blockchain again, and let it sync for a while.(3 conections)
Now it just says out of sync without a hint at which block it got stuck.(4 conections)
Then i added the anoncoin.conf with additional nodes again,
and it says the  sync got stuck at 77778 (2days).(1 conections)
tested again, now stuck at 77776.

I dont understand this strange behavior.

Thank you for your Help.

greetings

Odd. Seems like you're low on connections.. I'm guessing the problem is that the nodes you connect to haven't upgraded. And therefore you don't get new blocks. Try adding some manually into the anoncoin.conf:

addnode=198.144.187.112
addnode=54.214.83.193
addnode=193.150.121.24
addnode=193.150.121.28

Anyway, could you provide OS version so we can try recreate the problem?

I already had added  these nodes.
I just leaved the client 2 days offline, suprisingly it worked now.

Is there a way to see with which nodes i am connected?
(any console command?)

greetings
hero member
Activity: 490
Merit: 500
:)
what about de-listing the coin from CC?


Uhm.. I got no clue what you're talking about. I visited CC for about two seconds ago and I saw ANC there as usual. Sure you didn't oversee it?
He suggests to remove it from there!

Ah, sorry my bad. Read a bit quick there. Well, I don't mind it beeing there now anymore Smiley
legendary
Activity: 1498
Merit: 1000
what about de-listing the coin from CC?


Uhm.. I got no clue what you're talking about. I visited CC for about two seconds ago and I saw ANC there as usual. Sure you didn't oversee it?
He suggests to remove it from there!
hero member
Activity: 490
Merit: 500
:)
what about de-listing the coin from CC?


Uhm.. I got no clue what you're talking about. I visited CC for about two seconds ago and I saw ANC there as usual. Sure you didn't oversee it?
member
Activity: 85
Merit: 10
what about de-listing the coin from CC?
sr. member
Activity: 290
Merit: 250
Why is the diff so high with such a small network?

I like the coin but it is a pain to mine ATM.




The diff jumps up because the coin is on coinchoose and a lot of miners jump on when it hits the top of the list. The coin is adjusting diff per block and will keep jumping for a while if the CC miners doesn't stop the hit 'n run mining of a block or three at full speed.
member
Activity: 85
Merit: 10
Why is the diff so high with such a small network?

I like the coin but it is a pain to mine ATM.


hero member
Activity: 490
Merit: 500
:)
Hello,

i updated to 0.74b and unistalled the old version before.
I also deleted the blockchain again.
Then i got stucked by the last 3 hours, it just stopped to sync.(2 conections)
Then i deleted the blockchain again, and let it sync for a while.(3 conections)
Now it just says out of sync without a hint at which block it got stuck.(4 conections)
Then i added the anoncoin.conf with additional nodes again,
and it says the  sync got stuck at 77778 (2days).(1 conections)
tested again, now stuck at 77776.

I dont understand this strange behavior.

Thank you for your Help.

greetings

Odd. Seems like you're low on connections.. I'm guessing the problem is that the nodes you connect to haven't upgraded. And therefore you don't get new blocks. Try adding some manually into the anoncoin.conf:

addnode=198.144.187.112
addnode=54.214.83.193
addnode=193.150.121.24
addnode=193.150.121.28

Anyway, could you provide OS version so we can try recreate the problem?
legendary
Activity: 1792
Merit: 1008
/dev/null
Hello,

i updated to 0.74b and unistalled the old version before.
I also deleted the blockchain again.
Then i got stucked by the last 3 hours, it just stopped to sync.(2 conections)
Then i deleted the blockchain again, and let it sync for a while.(3 conections)
Now it just says out of sync without a hint at which block it got stuck.(4 conections)
Then i added the anoncoin.conf with additional nodes again,
and it says the  sync got stuck at 77778 (2days).(1 conections)
tested again, now stuck at 77776.

I dont understand this strange behavior.

Thank you for your Help.

greetings
seems "deinstallation" didnt work then, delete it manually
legendary
Activity: 1118
Merit: 1002
Hello,

i updated to 0.74b and unistalled the old version before.
I also deleted the blockchain again.
Then i got stucked by the last 3 hours, it just stopped to sync.(2 conections)
Then i deleted the blockchain again, and let it sync for a while.(3 conections)
Now it just says out of sync without a hint at which block it got stuck.(4 conections)
Then i added the anoncoin.conf with additional nodes again,
and it says the  sync got stuck at 77778 (2days).(1 conections)
tested again, now stuck at 77776.

I dont understand this strange behavior.

Thank you for your Help.

greetings

What OS are you using? That happened to me with the Client that was built in the OSX thread of clients



"ANC Available: 598.20000000" I have a 1000ANC buy order in there, need you guys to sell me your coins! Grin
hero member
Activity: 672
Merit: 500
Hello,

i updated to 0.74b and unistalled the old version before.
I also deleted the blockchain again.
Then i got stucked by the last 3 hours, it just stopped to sync.(2 conections)
Then i deleted the blockchain again, and let it sync for a while.(3 conections)
Now it just says out of sync without a hint at which block it got stuck.(4 conections)
Then i added the anoncoin.conf with additional nodes again,
and it says the  sync got stuck at 77778 (2days).(1 conections)
tested again, now stuck at 77776.

I dont understand this strange behavior.

Thank you for your Help.

greetings
hero member
Activity: 490
Merit: 500
:)
My client got stuck at sync on Block 77777, is there a block chain fork attack?
(already deleted files, and redownloaded the hole blockchain, added nodes from post 1)


any soloution?

You're probably using a old version, and your client got stuck since the network changed protocol at block 77777. Redownload the client, and it should solve your problems.  Smiley If not, please paste your client version, os version etc, and we'll try help you!
hero member
Activity: 672
Merit: 500
My client got stuck at sync on Block 77777, is there a block chain fork attack?
(already deleted files, and redownloaded the hole blockchain, added nodes from post 1)


any soloution?
Jump to: