Bitcoin Forum
June 28, 2024, 05:30:32 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 [20] 21 22 23 24 25 26 »
381  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Official AnonCoin thread - Client Update!! (Native I2P, TOR nodes) on: August 29, 2013, 07:44:52 PM
I get that too.

This fixed it for me.  up and running now.

$ git diff net.cpp
diff --git a/src/net.cpp b/src/net.cpp
index e3197b0..b49a133 100644
--- a/src/net.cpp
+++ b/src/net.cpp
@@ -1343,7 +1343,8 @@ void MapPort(bool)
 // The second name should resolve to a list of seed addresses.
 static const char *strMainNetDNSSeed[][2] = {
     {"coinpool.in", "anoncoin.dnsseed.coinpool.in"},
-    {"anoncoin.net", "dnsseed01.anoncoin.net"}
+    {"anoncoin.net", "dnsseed01.anoncoin.net"},
+    {NULL, NULL}
 };
 
 #ifdef USE_NATIVE_I2P
@@ -1353,7 +1354,8 @@ static const char *strI2PDNSSeed[][2] = {
     {"u2om3hgjpghqfi7yid75xdmvzlgjybstzp6mtmaxse4aztm23rwq.b32.i2p", "u2om3hgjpghqfi7yid75xdmvzlgjybstzp6mtmaxse4
     {"htigbyeisbqizn63ftqw7ggfwfeolwkb3zfxwmyffygbilwqsswq.b32.i2p", "htigbyeisbqizn63ftqw7ggfwfeolwkb3zfxwmyffyg
     {"st4eyxcp73zzbpatgt26pt3rlfwb7g5ywedol65baalgpnhvzqpa.b32.i2p", "st4eyxcp73zzbpatgt26pt3rlfwb7g5ywedol65baal
-    {"qgmxpnpujddsd5ez67p4ognqsvo64tnzdbzesezdbtb3atyoxcpq.b32.i2p", "qgmxpnpujddsd5ez67p4ognqsvo64tnzdbzesezdbtb
+    {"qgmxpnpujddsd5ez67p4ognqsvo64tnzdbzesezdbtb3atyoxcpq.b32.i2p", "qgmxpnpujddsd5ez67p4ognqsvo64tnzdbzesezdbtb
+    {NULL, NULL}
 };
 #endif


I'm having trouble getting the latest code to run:

./anoncoind -daemon
Anoncoin server starting
diatonic@alt:~/daemons$

************************
EXCEPTION: St11logic_error      
basic_string::_S_construct null not valid      
anoncoin in dnsseed      

terminate called after throwing an instance of 'std::logic_error'
  what():  basic_string::_S_construct null not valid

diatonic@alt:~/daemons$


I've actually deleted the old chain and tried to start fresh to no avail :-/

Trying to get my altcoin explorer updated. Debian wheezy.

Thanks for the patch. Do you got a ANC address for a little reward?  Smiley

trunk is patched, also creds to you in the commit message 019ce1ed9c78192861d3193a8b7febdf6e8ea039
382  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Official AnonCoin thread - Client Update!! (Native I2P, TOR nodes) on: August 25, 2013, 12:24:27 AM
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
383  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Official AnonCoin thread - Client Update!! (Native I2P, TOR nodes) on: August 24, 2013, 06:49:25 PM
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.
384  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Official AnonCoin thread - Client Update!! (Native I2P, TOR nodes) on: August 24, 2013, 06:12:06 PM
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.
385  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Official AnonCoin thread - Client Update!! (Native I2P, TOR nodes) on: August 24, 2013, 01:25:47 PM
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
386  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Official AnonCoin thread - Client Update!! (Native I2P, TOR nodes) on: August 24, 2013, 11:15:49 AM
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?
387  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Official AnonCoin thread - Client Update!! (Native I2P, TOR nodes) on: August 23, 2013, 08:31:33 AM
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?
388  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Official AnonCoin thread - Client Update!! (Native I2P, TOR nodes) on: August 22, 2013, 08:23:49 PM
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!
389  Alternate cryptocurrencies / Altcoin Discussion / Re: CoinChoose - alternative site to show respective profitability of the alt coins on: August 20, 2013, 11:04:54 PM
CC is showing wrong reward on Anoncoin atm. Correct is 5.
390  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Official AnonCoin thread - Client Update!! (Native I2P, TOR nodes) on: August 20, 2013, 05:28:46 PM
Looks like the days of loading up on low diff ANC are over.  Its going to be hard to mine now with the difficulty keeping pace with the hash rate.

Any idea why CoinChoose is showing a 17.42 block reward?

Yepp Smiley

I guess CC is using old information.

PS: If you look at the diff now, don't worry, it will be stable soon. Smiley
391  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Official AnonCoin thread - Client Update!! (Native I2P, TOR nodes) on: August 20, 2013, 04:03:18 PM
Protocol switch complete Smiley - Fun watching the coin change diff after each block!
392  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Official AnonCoin thread - Client Update!! (Native I2P, TOR nodes) on: August 19, 2013, 12:52:41 PM
What is the current develop progress status?
Is there a time schedule for next releases with new features?

The development status is "in progress".

Currently it's the new codebase (from Bitcoin 0.8.3.7) that is under development. Feel free to watch the development here; https://github.com/Anoncoin/anoncoin/tree/master-0.8

Release dates are not yet out. We're currently discussing a maybe backport on the IRC seed, with support for Irc2P, or another IRC server inside the I2P network. And maybe a kind of coincontrol in the Qt gui which we are currently looking into. We're aiming on a bigger feature list before another release, since we don't want to spam our users with new small releases to often.


Mac OSX users will probably get a early release of the new source once the Qt linking problem is solved. We're currently researching some odd problems where the bundled Qt dylibs requires system libraries that usualy don't exists on OSX installations, which makes the client crash. So that's 1st prio at the moment. (Daemon on OSX is working fine however)


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)
393  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Official AnonCoin thread - Client Update!! (Native I2P, TOR nodes) on: August 14, 2013, 08:22:24 AM
Is this coin dead?
The pool at coinpool.i2p doesnt work?

Is there any other working pools?

There is nothing wrong with the pool. The error must be in your end. Try be a little more verbose and maybe we can help you.
394  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Official AnonCoin thread - Client Update!! (Native I2P, TOR nodes) on: August 03, 2013, 11:50:30 AM
The development of Anoncoin 0.8.7.3 has started. The reason for jumping so high in version number is that Anoncoin is catching up with the Bitcoin/Litecoin source code. So the next Anoncoin code should be based on the Bitcoin 0.8.7.3 source code.

Early preview and code can be found here:
https://github.com/Anoncoin/anoncoin/tree/master-0.8

Early testers and developers can check it out!

Note! This code is not yet ready for production use. If you still use it in production as I do on some of my test machines, you're totaly without warranty for your coins. I can't/won't help you if you run it and screw up. So please know what you're doing if you're gonna test it Smiley

Release is scheduled within the next week. It is not a "mandatory" upgrade with hardforks, but I recommend users to upgrade since the codebase is from 2013 rather than old code from 2011. Many things have been optimalized. E.g, we're starting to use leveldb to store the blockchain and not at least security fixes.
395  Alternate cryptocurrencies / Altcoin Discussion / Re: [[[OFFICIAL ANNOUNCEMENT]]] Atlantis ~ Litecoin secure anonymous free market on: July 23, 2013, 08:56:52 AM
Come available on the I2P network, and accept ANC which supports native I2P destinations Smiley
396  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Official AnonCoin thread - Client Update!! (Native I2P, TOR nodes) on: July 22, 2013, 07:25:52 PM
Hey all, as I was getting many requests, I have made a pool for AnonCoin: https://anc.epools.org/
Pool fee is 1.5%, payout scheme is PPLNS.
Only stratum is supported by now.

Come join us!

Great! I'll list you at github! Smiley Where is the pool located?
397  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Official AnonCoin thread - Client Update!! (Native I2P, TOR nodes) on: July 22, 2013, 07:25:12 PM
Is the difficulty on the block explorer incorrect?  I use it for COinChoose but I am getting several reports of calculations being inaccurate (though the calcs are right, the results are disputed).

The difficulty in the explorer should be correct yes. Difficulty: 3.505 (Bits: 1c490850)
And the client reports: "difficulty" : 3.50523666,

Okay - just curious as I had several reports of people mining and not getting what the normal difficulty calculator would reflect.  Must be the pools.

If you use mmfce as a frontend, it seems like it got some bugs with the payout. I'm currently trying to track the bug.
398  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Official AnonCoin thread - Client Update!! (Native I2P, TOR nodes) on: July 22, 2013, 04:37:07 PM
Is the difficulty on the block explorer incorrect?  I use it for COinChoose but I am getting several reports of calculations being inaccurate (though the calcs are right, the results are disputed).

The difficulty in the explorer should be correct yes. Difficulty: 3.505 (Bits: 1c490850)
And the client reports: "difficulty" : 3.50523666,
399  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ANC] CLIENT UPDATE! AnonCoin - Prebuilt Win binaries. (I2P/TOR nodes!) on: July 22, 2013, 11:06:34 AM
Anoncoin Mac wallet working great!
Not the case for me...

The problem is known. It's been detected a error with the Qt library linking in the OSX version. A new build should be out within the day. I'll update this thread when the build is ready.

If you want the wallet up and running at once, the installation of Qt 4.8 for OSX might be a workaround meanwhile.

Sorry for the problem it caused you!
400  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Official AnonCoin thread - Client Update!! (Native I2P, TOR nodes) on: July 22, 2013, 09:35:29 AM
The network has 746Mh/s in it now. At least that's what my node is reporting.

If anyone want to setup a new pool it would probably help the network! Smiley

Current (known) pools:
https://github.com/Anoncoin/anoncoin/wiki/Comparison-of-mining-pools

Bounty will also be set on a Anoncoin compatible p2pool (open source, downloadable)
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 [20] 21 22 23 24 25 26 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!