Author

Topic: Official Anoncoin chat thread (including history) - page 236. (Read 530496 times)

hero member
Activity: 490
Merit: 500
:)
still not able to build un Linux (Ubuntu 13.04)
Code:
make -f makefile.unix 
make -C ../i2psam -f makefile.unix
make[1]: Betrete Verzeichnis '/home/xxx/git/anoncoin/i2psam'
make[1]: Für das Ziel »first« ist nichts zu tun.
make[1]: Verlasse Verzeichnis '/home/xxx/git/anoncoin/i2psam'
/bin/sh ../share/genbuild.sh obj/build.h
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -DUSE_IRC -I/home/xxx/git/anoncoin/src -I/home/xxx/git/anoncoin/src/obj -DUSE_NATIVE_I2P -I"../i2psam" -DUSE_UPNP=0 -DUSE_IPV6=1 -I/home/xxx/git/anoncoin/src/leveldb/include -I/home/xxx/git/anoncoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/checkpoints.d -o obj/checkpoints.o checkpoints.cpp
In file included from /usr/include/boost/variant.hpp:17:0,
                 from script.h:12,
                 from main.h:11,
                 from checkpoints.cpp:10:
/usr/include/boost/boost/variant/variant.hpp:51:63: Schwerwiegender Fehler: boost/type_traits/is_nothrow_move_constructible.hpp: Datei oder Verzeichnis nicht gefunden
Kompilierung beendet.
make: *** [obj/checkpoints.o] Fehler 1

Could you check if you could build Litecoin, Bitcoin or any other coin? Because this does not seems like a Anoncoin problem, more like a boost development installation problem. I guessing you will get the same error there as well.
legendary
Activity: 2955
Merit: 1049
still not able to build un Linux (Ubuntu 13.04)
Code:
make -f makefile.unix 
make -C ../i2psam -f makefile.unix
make[1]: Betrete Verzeichnis '/home/xxx/git/anoncoin/i2psam'
make[1]: Für das Ziel »first« ist nichts zu tun.
make[1]: Verlasse Verzeichnis '/home/xxx/git/anoncoin/i2psam'
/bin/sh ../share/genbuild.sh obj/build.h
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -DUSE_IRC -I/home/xxx/git/anoncoin/src -I/home/xxx/git/anoncoin/src/obj -DUSE_NATIVE_I2P -I"../i2psam" -DUSE_UPNP=0 -DUSE_IPV6=1 -I/home/xxx/git/anoncoin/src/leveldb/include -I/home/xxx/git/anoncoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/checkpoints.d -o obj/checkpoints.o checkpoints.cpp
In file included from /usr/include/boost/variant.hpp:17:0,
                 from script.h:12,
                 from main.h:11,
                 from checkpoints.cpp:10:
/usr/include/boost/boost/variant/variant.hpp:51:63: Schwerwiegender Fehler: boost/type_traits/is_nothrow_move_constructible.hpp: Datei oder Verzeichnis nicht gefunden
Kompilierung beendet.
make: *** [obj/checkpoints.o] Fehler 1
sr. member
Activity: 294
Merit: 250
full member
Activity: 154
Merit: 100
Anyone feel like panic selling? We're only 5 btc away from 0.000 territory. I would love me some cheap ANC.
legendary
Activity: 1498
Merit: 1000
ANC is coming!!!
hero member
Activity: 490
Merit: 500
:)
Woho!

We have moved from THE PURGATORY to the CANDIDATES on the cryptocoin list! Grin

https://bitcointalksearch.org/topic/list-of-all-cryptocoins-134179
newbie
Activity: 33
Merit: 0
I was on the concloud.no irc server and was talking with @mikalv and he said he'll take a look into what is causing my client to think it has a dynamic i2p address when I clearly set the mydestination= flag in the config. If anyone else knows how to fix this, please let me know. thanks!
legendary
Activity: 1498
Merit: 1000
hero member
Activity: 490
Merit: 500
:)
full member
Activity: 154
Merit: 100
Looking forward to testing the cloud storage. This adds great value to ANC.
newbie
Activity: 10
Merit: 0
This might be interesting for Anoncoin fans Smiley
https://cloudcoin.no

or did you mean https://coincloud.no perhaps?  Grin

Oh!, yea, sorry about that. Note to myself; remember to drink my morning coffee before posting anything publicy.
sr. member
Activity: 290
Merit: 250
This might be interesting for Anoncoin fans Smiley
https://cloudcoin.no

or did you mean https://coincloud.no perhaps?  Grin
newbie
Activity: 10
Merit: 0
This might be interesting for Anoncoin fans Smiley
https://coincloud.no
newbie
Activity: 33
Merit: 0
There is a workable coinjoin implementation here: http://sx.dyne.org/anontx/
When will this be added into Anoncoin client?

Thanks

The way it works seems a lot like Zerocoin. Is it anything like it?

Yes, possibly. I've mentioned it earlier in this thread that we're looking on the possibility to add a such feature, making it native into the client, so the "rooms" where people meet to sign transactions are distributable by the client itself, and not a central server.

I've also worked on a idea that might suit this coin well. It will at least if not anonymizing you totally make it a really mess in the blockchain for a blockchain analytic to find out what went where. I will publish my idea when I'm more sure about all the aspects of my idea is solid proof. Or at least as good as it can be  Smiley

I'm curious to test it out!It sounds quite interesting, meeh!
hero member
Activity: 490
Merit: 500
:)
There is a workable coinjoin implementation here: http://sx.dyne.org/anontx/
When will this be added into Anoncoin client?

Thanks

The way it works seems a lot like Zerocoin. Is it anything like it?

Yes, possibly. I've mentioned it earlier in this thread that we're looking on the possibility to add a such feature, making it native into the client, so the "rooms" where people meet to sign transactions are distributable by the client itself, and not a central server.

I've also worked on a idea that might suit this coin well. It will at least if not anonymizing you totally make it a really mess in the blockchain for a blockchain analytic to find out what went where. I will publish my idea when I'm more sure about all the aspects of my idea is solid proof. Or at least as good as it can be  Smiley
newbie
Activity: 33
Merit: 0
There is a workable coinjoin implementation here: http://sx.dyne.org/anontx/
When will this be added into Anoncoin client?

Thanks

The way it works seems a lot like Zerocoin. Is it anything like it?
newbie
Activity: 37
Merit: 0
There is a workable coinjoin implementation here: http://sx.dyne.org/anontx/
When will this be added into Anoncoin client?

Thanks
legendary
Activity: 1792
Merit: 1008
/dev/null
i was interested in this coin until i noticed the op was using windows Tongue

Windows? what's that? Shocked I think you mean winblows.. And I can't stand that shit Wink - Cross-compiling from <3Linux

haha, whats up with the screenshots from the op?? Tongue it must have just been one of your windows beta testers huh

i tried cross compiling. apparently my ancient ass bios doesnt support virtualization
cross compiling needs no virtualization...
legendary
Activity: 2955
Merit: 1049
Seems like I forgot a line there. Before qmake, "cd i2psam && make -f makefile.unix && cd .."

When we have fixed the remaining issues in 0.8.5.2 we will release static linux builds  Smiley
because no go on Ubuntu 13.04 -> any new releases?
hero member
Activity: 686
Merit: 504
always the student, never the master.

i have something you need to try. i'm sure you will quicky fall in love with this terminal
Code:
sudo apt-get install pantheon-terminal

actually even better, get the latest source and compile it from source

https://launchpad.net/pantheon-terminal

Oh, cool. Must check out!

*Meeh is doing a apt-get in his terminal*  Smiley

thanks, i'm sure you will love it. its like what firefox did for internet browsing by introducing tabbed browsing.

you may have to
Code:
sudo killall terminal
and change pantheon to default terminal to get it to take effect. i think you have to have gtk theme library installed to. i wouldn't know because i use elementary os, comes with pantheon preinstalled.
Jump to: