Bitcoin Forum
June 25, 2024, 08:09:20 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
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 »  All
  Print  
Author Topic: [ANN][ANC] Anoncoin (anoncoin.net) | Privacy-centric currency | I2P darknet  (Read 40503 times)
6436346346
Sr. Member
****
Offline Offline

Activity: 355
Merit: 250



View Profile
June 26, 2016, 01:20:57 AM
Last edit: June 26, 2016, 01:31:45 AM by 6436346346
 #41

so cryptopia is still on chain v0.8.5.1-132-g73a4219-beta, did you contact them?

Hi,

we have been unable to compile the new wallet, have spent a week trying, followed all the guides, tried every conceivable Linux version/combination, still never compiles and just returns an error

Code:
  ............
  CXX    libanoncoin_server_a-main.o
main.cpp: In function 'bool LoadBlockIndexDB()':
main.cpp:3109:32: error: 'BlockHashCorrectionMap' has no member named 'reserve'
main.cpp:3177:19: error: 'BlockMap' has no member named 'reserve'
main.cpp: In function 'bool ProcessMessage(CNode*, std::string, CDataStream&)':
main.cpp:4135:18: warning: unused variable 'fFromChanged' [-Wunused-variable]
main.cpp:4659:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
make[2]: *** [libanoncoin_server_a-main.o] Error 1
make[2]: Leaving directory `/root/anoncoin/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/anoncoin/src'
make: *** [all-recursive] Error 1


Any ideas?







                       ▄███████▄
                      ███████████
                     █████████████
          ▄████████▄  ███████████
         ████████████  ▀███████▀
        ██████████████
         ████████████  ▄████████▄
          ▀████████▀  ████████████
                     ██████████████
                      ████████████
                       ▀████████▀
Cryptopia..██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
.★★★ Cryptocurrency Platform Services ★★★ 
...Exchange | Mineshaft |  Marketplace | Rewards | CoinInfo 
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
.f. ▄████████████████████████████████████▄
████████████████████████████████████████
████████████████████████████████████████
████████████████████████████████████████
█████████▀████████████▀▀▀▀▀██▀██████████
█████████  ▀████████          ▀█████████
██████████    ▀▀████          ██████████
█████████▀▀                  ███████████
██████████                  ▄███████████
███████████▀               ▄████████████
████████████▄▄▄           ▄█████████████
█████████▀▀▀▀         ▄▄████████████████
███████████▄▄▄▄▄▄▄▄▄▄███████████████████
████████████████████████████████████████
████████████████████████████████████████
████████████████████████████████████████
 ▀████████████████████████████████████▀
       ███  ██
       ███  ██
  ██████████████
  ████████████████▄
  ▀▀▀█████▀▀▀▀███████
     █████     ██████
     █████▄▄▄▄█████▀
     ████████████████
     █████▀▀▀▀▀▀█████▄
     █████      ██████
     █████▄▄▄▄▄▄█████
  ███████████████████
  ██████████████
       ███  ██
       ███  ██
Cryptoslave (OP)
Full Member
***
Offline Offline

Activity: 150
Merit: 100


View Profile
June 26, 2016, 07:18:10 PM
 #42

so cryptopia is still on chain v0.8.5.1-132-g73a4219-beta, did you contact them?

Hi,

we have been unable to compile the new wallet, have spent a week trying, followed all the guides, tried every conceivable Linux version/combination, still never compiles and just returns an error

Code:
  ............
  CXX    libanoncoin_server_a-main.o
main.cpp: In function 'bool LoadBlockIndexDB()':
main.cpp:3109:32: error: 'BlockHashCorrectionMap' has no member named 'reserve'
main.cpp:3177:19: error: 'BlockMap' has no member named 'reserve'
main.cpp: In function 'bool ProcessMessage(CNode*, std::string, CDataStream&)':
main.cpp:4135:18: warning: unused variable 'fFromChanged' [-Wunused-variable]
main.cpp:4659:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
make[2]: *** [libanoncoin_server_a-main.o] Error 1
make[2]: Leaving directory `/root/anoncoin/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/anoncoin/src'
make: *** [all-recursive] Error 1


Any ideas?

Hi,

I have never seen this error before. Also there is nothing about the errors at 3109 and 3177 that I can find on the net about bitcoin.

Thus I tried to compile it again in a Mint 17.1 VM, after erasing all data and following https://wiki.anoncoin.net/How_to_build_Anoncoin_from_source#Ubuntu_64_bit_or_Debian_8

Code:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install g++ git automake
sudo apt-get install autoconf make libtool pkg-config libqt4-network libqtgui4

No problem with those. I did not execute this line: sudo apt-get install libboost-all-dev  git libdb++-dev libssl-dev

Code:
cd
git clone https://github.com/Anoncoin/anoncoin.git
cd anoncoin
./autogen.sh
cd depends
make -j`nproc`

I had an issue here with retrieving the libboost library from anoncoin.net... 404 not found ... had to retry 3 times then it downloaded it correctly.

Code:
dir
cd ..
./configure --prefix=`pwd`/depends/x86_64-unknown-linux-gnu
make -j`nproc`

No issues, anoncoind, anoncoin-qtc and all others were built correctly.

It seems your issue is occuring at the very early stage of the last make -j`nproc`.

Did you have any problem with the former make? During the build of the toolchain? Maybe the toolchain conflict with your dependencies?


BTW as a reminder, block 555555 is in 9 days so the hardfork will occur very soon, everybody shall update ASAP!
6436346346
Sr. Member
****
Offline Offline

Activity: 355
Merit: 250



View Profile
June 27, 2016, 06:01:31 AM
 #43

so cryptopia is still on chain v0.8.5.1-132-g73a4219-beta, did you contact them?

Hi,

we have been unable to compile the new wallet, have spent a week trying, followed all the guides, tried every conceivable Linux version/combination, still never compiles and just returns an error

Code:
  ............
  CXX    libanoncoin_server_a-main.o
main.cpp: In function 'bool LoadBlockIndexDB()':
main.cpp:3109:32: error: 'BlockHashCorrectionMap' has no member named 'reserve'
main.cpp:3177:19: error: 'BlockMap' has no member named 'reserve'
main.cpp: In function 'bool ProcessMessage(CNode*, std::string, CDataStream&)':
main.cpp:4135:18: warning: unused variable 'fFromChanged' [-Wunused-variable]
main.cpp:4659:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
make[2]: *** [libanoncoin_server_a-main.o] Error 1
make[2]: Leaving directory `/root/anoncoin/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/anoncoin/src'
make: *** [all-recursive] Error 1


Any ideas?

Hi,

I have never seen this error before. Also there is nothing about the errors at 3109 and 3177 that I can find on the net about bitcoin.

Thus I tried to compile it again in a Mint 17.1 VM, after erasing all data and following https://wiki.anoncoin.net/How_to_build_Anoncoin_from_source#Ubuntu_64_bit_or_Debian_8

Code:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install g++ git automake
sudo apt-get install autoconf make libtool pkg-config libqt4-network libqtgui4

No problem with those. I did not execute this line: sudo apt-get install libboost-all-dev  git libdb++-dev libssl-dev

Code:
cd
git clone https://github.com/Anoncoin/anoncoin.git
cd anoncoin
./autogen.sh
cd depends
make -j`nproc`

I had an issue here with retrieving the libboost library from anoncoin.net... 404 not found ... had to retry 3 times then it downloaded it correctly.

Code:
dir
cd ..
./configure --prefix=`pwd`/depends/x86_64-unknown-linux-gnu
make -j`nproc`

No issues, anoncoind, anoncoin-qtc and all others were built correctly.

It seems your issue is occuring at the very early stage of the last make -j`nproc`.

Did you have any problem with the former make? During the build of the toolchain? Maybe the toolchain conflict with your dependencies?


BTW as a reminder, block 555555 is in 9 days so the hardfork will occur very soon, everybody shall update ASAP!

Ok, so the problem will be the anoncoin.net link, why is it contacting anoncoin.net for libboost?

Our wallet servers are locked down and cannot contact external sites, is this a custom build of libboost?

if this is a custom build can you please direct me to the source code so we can review it? I am not keen to download unreview code onto our wallet server.


Thanks







                       ▄███████▄
                      ███████████
                     █████████████
          ▄████████▄  ███████████
         ████████████  ▀███████▀
        ██████████████
         ████████████  ▄████████▄
          ▀████████▀  ████████████
                     ██████████████
                      ████████████
                       ▀████████▀
Cryptopia..██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
.★★★ Cryptocurrency Platform Services ★★★ 
...Exchange | Mineshaft |  Marketplace | Rewards | CoinInfo 
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
.f. ▄████████████████████████████████████▄
████████████████████████████████████████
████████████████████████████████████████
████████████████████████████████████████
█████████▀████████████▀▀▀▀▀██▀██████████
█████████  ▀████████          ▀█████████
██████████    ▀▀████          ██████████
█████████▀▀                  ███████████
██████████                  ▄███████████
███████████▀               ▄████████████
████████████▄▄▄           ▄█████████████
█████████▀▀▀▀         ▄▄████████████████
███████████▄▄▄▄▄▄▄▄▄▄███████████████████
████████████████████████████████████████
████████████████████████████████████████
████████████████████████████████████████
 ▀████████████████████████████████████▀
       ███  ██
       ███  ██
  ██████████████
  ████████████████▄
  ▀▀▀█████▀▀▀▀███████
     █████     ██████
     █████▄▄▄▄█████▀
     ████████████████
     █████▀▀▀▀▀▀█████▄
     █████      ██████
     █████▄▄▄▄▄▄█████
  ███████████████████
  ██████████████
       ███  ██
       ███  ██
6436346346
Sr. Member
****
Offline Offline

Activity: 355
Merit: 250



View Profile
June 27, 2016, 10:20:25 AM
 #44

URGENT!!

Can everyone please withdraw ANC from Cryptopia before the hardfork, we are running out of time to get the new wallet compiled and don't want coins getting trapped.


Thanks







                       ▄███████▄
                      ███████████
                     █████████████
          ▄████████▄  ███████████
         ████████████  ▀███████▀
        ██████████████
         ████████████  ▄████████▄
          ▀████████▀  ████████████
                     ██████████████
                      ████████████
                       ▀████████▀
Cryptopia..██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
.★★★ Cryptocurrency Platform Services ★★★ 
...Exchange | Mineshaft |  Marketplace | Rewards | CoinInfo 
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
.f. ▄████████████████████████████████████▄
████████████████████████████████████████
████████████████████████████████████████
████████████████████████████████████████
█████████▀████████████▀▀▀▀▀██▀██████████
█████████  ▀████████          ▀█████████
██████████    ▀▀████          ██████████
█████████▀▀                  ███████████
██████████                  ▄███████████
███████████▀               ▄████████████
████████████▄▄▄           ▄█████████████
█████████▀▀▀▀         ▄▄████████████████
███████████▄▄▄▄▄▄▄▄▄▄███████████████████
████████████████████████████████████████
████████████████████████████████████████
████████████████████████████████████████
 ▀████████████████████████████████████▀
       ███  ██
       ███  ██
  ██████████████
  ████████████████▄
  ▀▀▀█████▀▀▀▀███████
     █████     ██████
     █████▄▄▄▄█████▀
     ████████████████
     █████▀▀▀▀▀▀█████▄
     █████      ██████
     █████▄▄▄▄▄▄█████
  ███████████████████
  ██████████████
       ███  ██
       ███  ██
entertheabyss
Hero Member
*****
Offline Offline

Activity: 644
Merit: 502


Leading Crypto Sports Betting & Casino Platform


View Profile
June 27, 2016, 02:01:03 PM
 #45

URGENT!!

Can everyone please withdraw ANC from Cryptopia before the hardfork, we are running out of time to get the new wallet compiled and don't want coins getting trapped.


Thanks

Has btc38 announced they are going to upgrade their wallet?

As always ExchangeD.I2P is running the latest anoncoin version and trading flawlessly

You can trade anonymously over i2p or
access exchanged.i2p over the normal internet

https://bitcointalk.org/index.php?topic=1092682.0

Trade like a pro Smiley

..Stake.com..   ▄████████████████████████████████████▄
   ██ ▄▄▄▄▄▄▄▄▄▄            ▄▄▄▄▄▄▄▄▄▄ ██  ▄████▄
   ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██  ██████
   ██ ██████████ ██      ██ ██████████ ██   ▀██▀
   ██ ██      ██ ██████  ██ ██      ██ ██    ██
   ██ ██████  ██ █████  ███ ██████  ██ ████▄ ██
   ██ █████  ███ ████  ████ █████  ███ ████████
   ██ ████  ████ ██████████ ████  ████ ████▀
   ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██
   ██            ▀▀▀▀▀▀▀▀▀▀            ██ 
   ▀█████████▀ ▄████████████▄ ▀█████████▀
  ▄▄▄▄▄▄▄▄▄▄▄▄███  ██  ██  ███▄▄▄▄▄▄▄▄▄▄▄▄
 ██████████████████████████████████████████
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀█▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
▄▄█████████▄▄
▄██▀▀▀▀█████▀▀▀▀██▄
▄█▀       ▐█▌       ▀█▄
██         ▐█▌         ██
████▄     ▄█████▄     ▄████
████████▄███████████▄████████
███▀    █████████████    ▀███
██       ███████████       ██
▀█▄       █████████       ▄█▀
▀█▄    ▄██▀▀▀▀▀▀▀██▄  ▄▄▄█▀
▀███████         ███████▀
▀█████▄       ▄█████▀
▀▀▀███▄▄▄███▀▀▀
..PLAY NOW..
jwinterm
Legendary
*
Offline Offline

Activity: 3066
Merit: 1115



View Profile
June 27, 2016, 06:31:04 PM
 #46

URGENT!!

Can everyone please withdraw ANC from Cryptopia before the hardfork, we are running out of time to get the new wallet compiled and don't want coins getting trapped.


Thanks

What? No. I have a few hundred ANC on Cryptopia, and I'm traveling so not in a position to compile a wallet and move them off for at least a week. Get your shit together Cryptopia.
entertheabyss
Hero Member
*****
Offline Offline

Activity: 644
Merit: 502


Leading Crypto Sports Betting & Casino Platform


View Profile
June 27, 2016, 07:18:55 PM
 #47

URGENT!!

Can everyone please withdraw ANC from Cryptopia before the hardfork, we are running out of time to get the new wallet compiled and don't want coins getting trapped.


Thanks

What? No. I have a few hundred ANC on Cryptopia, and I'm traveling so not in a position to compile a wallet and move them off for at least a week. Get your shit together Cryptopia.

If an exchange is having issues its best getting out early an often as opposed to getting your coins frozen. It would be better for anoncoin if cryptopia figured it out, but if they dont
its important to move your coins to either your own local wallet or to another exchange (such as exchanged.i2p).

Dont get Vern'd

..Stake.com..   ▄████████████████████████████████████▄
   ██ ▄▄▄▄▄▄▄▄▄▄            ▄▄▄▄▄▄▄▄▄▄ ██  ▄████▄
   ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██  ██████
   ██ ██████████ ██      ██ ██████████ ██   ▀██▀
   ██ ██      ██ ██████  ██ ██      ██ ██    ██
   ██ ██████  ██ █████  ███ ██████  ██ ████▄ ██
   ██ █████  ███ ████  ████ █████  ███ ████████
   ██ ████  ████ ██████████ ████  ████ ████▀
   ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██
   ██            ▀▀▀▀▀▀▀▀▀▀            ██ 
   ▀█████████▀ ▄████████████▄ ▀█████████▀
  ▄▄▄▄▄▄▄▄▄▄▄▄███  ██  ██  ███▄▄▄▄▄▄▄▄▄▄▄▄
 ██████████████████████████████████████████
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀█▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
▄▄█████████▄▄
▄██▀▀▀▀█████▀▀▀▀██▄
▄█▀       ▐█▌       ▀█▄
██         ▐█▌         ██
████▄     ▄█████▄     ▄████
████████▄███████████▄████████
███▀    █████████████    ▀███
██       ███████████       ██
▀█▄       █████████       ▄█▀
▀█▄    ▄██▀▀▀▀▀▀▀██▄  ▄▄▄█▀
▀███████         ███████▀
▀█████▄       ▄█████▀
▀▀▀███▄▄▄███▀▀▀
..PLAY NOW..
jwinterm
Legendary
*
Offline Offline

Activity: 3066
Merit: 1115



View Profile
June 27, 2016, 07:33:29 PM
 #48

URGENT!!

Can everyone please withdraw ANC from Cryptopia before the hardfork, we are running out of time to get the new wallet compiled and don't want coins getting trapped.


Thanks

What? No. I have a few hundred ANC on Cryptopia, and I'm traveling so not in a position to compile a wallet and move them off for at least a week. Get your shit together Cryptopia.

If an exchange is having issues its best getting out early an often as opposed to getting your coins frozen. It would be better for anoncoin if cryptopia figured it out, but if they dont
its important to move your coins to either your own local wallet or to another exchange (such as exchanged.i2p).

Dont get Vern'd

I appreciate the advice, but I'd rather not be forced to liquidate my coins at a lower price, or open an account elsewhere to move them off. I tried visiting your clearnet site but was getting repeated certificate warnings (ignore first https invalid cert warning and another would pop right up) using chrome on my phone. Guess I should look at btc-38 or btc-e, I think one of them trades ANC.

I really don't see how a hardfork can affect old coins that Cryptopia already has in its wallet. I have been getting a bit suspicious of them since they added that EDRcoin that supposedly does hundreds of BTC volume per day with extremely thin order books and trades nowhere else. Hope I'm not gonna get verngoxed for my 0.15 BTC I have there, but kinda too lazy to do anything about it honestly, plus there's a few coins I like to support that I don't think trade anywhere else.
Cryptoslave (OP)
Full Member
***
Offline Offline

Activity: 150
Merit: 100


View Profile
June 27, 2016, 08:42:07 PM
 #49

(...)
Ok, so the problem will be the anoncoin.net link, why is it contacting anoncoin.net for libboost?

Our wallet servers are locked down and cannot contact external sites, is this a custom build of libboost?

if this is a custom build can you please direct me to the source code so we can review it? I am not keen to download unreview code onto our wallet server.


Thanks

Sorry I had mistaken... I did build the dependencies using the toolchain (first make) and here is the libraries it download:

Code:
2016-06-27 22:25:18 URL:http://heanet.dl.sourceforge.net/project/boost/boost/1.57.0/boost_1_57_0.tar.bz2 [60821561/60821561] -> "/home/yo/anoncoin/depends/work/download/boost-1_57_0/boost_1_57_0.tar.bz2.temp" [1]
2016-06-27 22:26:36 URL:https://www.openssl.org/source/openssl-1.0.1j.tar.gz [4432964/4432964] -> "/home/yo/anoncoin/depends/work/download/openssl-1.0.1j/openssl-1.0.1j.tar.gz.temp" [1]
2016-06-27 22:27:30 URL:https://fukuchi.org/works/qrencode//qrencode-3.4.3.tar.bz2 [370709/370709] -> "/home/yo/anoncoin/depends/work/download/qrencode-3.4.3/qrencode-3.4.3.tar.bz2.temp" [1]
2016-06-27 22:28:15 URL:http://heanet.dl.sourceforge.net/project/freetype/freetype2/2.5.3/freetype-2.5.3.tar.bz2 [1703842/1703842] -> "/home/yo/anoncoin/depends/work/download/freetype-2.5.3/freetype-2.5.3.tar.bz2.temp" [1]
2016-06-27 22:28:34 URL:http://tenet.dl.sourceforge.net/project/expat/expat/2.1.0/expat-2.1.0.tar.gz [562616/562616] -> "/home/yo/anoncoin/depends/work/download/expat-2.1.0/expat-2.1.0.tar.gz.temp" [1]
2016-06-27 22:28:42 URL:https://dbus.freedesktop.org/releases/dbus/dbus-1.8.6.tar.gz [1861784/1861784] -> "/home/yo/anoncoin/depends/work/download/dbus-1.8.6/dbus-1.8.6.tar.gz.temp" [1]
2016-06-27 22:29:01 URL:https://www.x.org/releases/individual/proto/xproto-7.0.26.tar.bz2 [305321/305321] -> "/home/yo/anoncoin/depends/work/download/xproto-7.0.26/xproto-7.0.26.tar.bz2.temp" [1]
2016-06-27 22:31:02 URL:http://ftp.fau.de/qtproject/archive/qt/4.6/qt-everywhere-opensource-src-4.6.4.tar.gz [160837056/160837056] -> "/home/yo/anoncoin/depends/work/download/qt46-4.6.4/qt-everywhere-opensource-src-4.6.4.tar.gz.temp" [1]
2016-06-27 22:35:02 URL:http://download.oracle.com/berkeley-db/db-4.8.30.NC.tar.gz [22842330/22842330] -> "/home/yo/anoncoin/depends/work/download/bdb-4.8.30/db-4.8.30.NC.tar.gz.temp" [1]
2016-06-27 22:35:23 URL:http://miniupnp.free.fr/files/miniupnpc-1.9.20140701.tar.gz [76735/76735] -> "/home/yo/anoncoin/depends/work/download/miniupnpc-1.9.20140701/miniupnpc-1.9.20140701.tar.gz.temp"


So those are open source public libraries, none are hosted on anoncoin.net (I misread the log).

But yes you have to allow outgoing connections to build the toolchain otherwise it will never work.

Good luck!

CS

entertheabyss
Hero Member
*****
Offline Offline

Activity: 644
Merit: 502


Leading Crypto Sports Betting & Casino Platform


View Profile
June 27, 2016, 09:19:55 PM
 #50

URGENT!!

Can everyone please withdraw ANC from Cryptopia before the hardfork, we are running out of time to get the new wallet compiled and don't want coins getting trapped.


Thanks

What? No. I have a few hundred ANC on Cryptopia, and I'm traveling so not in a position to compile a wallet and move them off for at least a week. Get your shit together Cryptopia.

If an exchange is having issues its best getting out early an often as opposed to getting your coins frozen. It would be better for anoncoin if cryptopia figured it out, but if they dont
its important to move your coins to either your own local wallet or to another exchange (such as exchanged.i2p).

Dont get Vern'd

I appreciate the advice, but I'd rather not be forced to liquidate my coins at a lower price, or open an account elsewhere to move them off. I tried visiting your clearnet site but was getting repeated certificate warnings (ignore first https invalid cert warning and another would pop right up) using chrome on my phone. Guess I should look at btc-38 or btc-e, I think one of them trades ANC.

I really don't see how a hardfork can affect old coins that Cryptopia already has in its wallet. I have been getting a bit suspicious of them since they added that EDRcoin that supposedly does hundreds of BTC volume per day with extremely thin order books and trades nowhere else. Hope I'm not gonna get verngoxed for my 0.15 BTC I have there, but kinda too lazy to do anything about it honestly, plus there's a few coins I like to support that I don't think trade anywhere else.

i2p.rocks is a i2p inproxy run by a well respected i2p dev
the certs are not invalid, they are self-signed, because wildcard * certs are expensive
the site works 100% fine you just have to ignore the PITA cert warnings

the hardfork wont "affect" the coins other then making withdrawals impossible until the client is updated

..Stake.com..   ▄████████████████████████████████████▄
   ██ ▄▄▄▄▄▄▄▄▄▄            ▄▄▄▄▄▄▄▄▄▄ ██  ▄████▄
   ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██  ██████
   ██ ██████████ ██      ██ ██████████ ██   ▀██▀
   ██ ██      ██ ██████  ██ ██      ██ ██    ██
   ██ ██████  ██ █████  ███ ██████  ██ ████▄ ██
   ██ █████  ███ ████  ████ █████  ███ ████████
   ██ ████  ████ ██████████ ████  ████ ████▀
   ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██
   ██            ▀▀▀▀▀▀▀▀▀▀            ██ 
   ▀█████████▀ ▄████████████▄ ▀█████████▀
  ▄▄▄▄▄▄▄▄▄▄▄▄███  ██  ██  ███▄▄▄▄▄▄▄▄▄▄▄▄
 ██████████████████████████████████████████
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀█▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
▄▄█████████▄▄
▄██▀▀▀▀█████▀▀▀▀██▄
▄█▀       ▐█▌       ▀█▄
██         ▐█▌         ██
████▄     ▄█████▄     ▄████
████████▄███████████▄████████
███▀    █████████████    ▀███
██       ███████████       ██
▀█▄       █████████       ▄█▀
▀█▄    ▄██▀▀▀▀▀▀▀██▄  ▄▄▄█▀
▀███████         ███████▀
▀█████▄       ▄█████▀
▀▀▀███▄▄▄███▀▀▀
..PLAY NOW..
Cryptoslave (OP)
Full Member
***
Offline Offline

Activity: 150
Merit: 100


View Profile
June 27, 2016, 09:42:35 PM
Last edit: June 27, 2016, 09:54:52 PM by Cryptoslave
 #51

Has btc38 announced they are going to upgrade their wallet?

https://twitter.com/Cryptoslave/status/739502842566848514
http://www.btc38.com/altcoin/anc/10361.html

6436346346
Sr. Member
****
Offline Offline

Activity: 355
Merit: 250



View Profile
June 27, 2016, 10:19:03 PM
 #52

URGENT!!

Can everyone please withdraw ANC from Cryptopia before the hardfork, we are running out of time to get the new wallet compiled and don't want coins getting trapped.


Thanks

What? No. I have a few hundred ANC on Cryptopia, and I'm traveling so not in a position to compile a wallet and move them off for at least a week. Get your shit together Cryptopia.


We can setup an offsite precompiled wallet so you can withdraw even after the fork if you just log a support ticket with your ANC address, no coins will be lost or stolen







                       ▄███████▄
                      ███████████
                     █████████████
          ▄████████▄  ███████████
         ████████████  ▀███████▀
        ██████████████
         ████████████  ▄████████▄
          ▀████████▀  ████████████
                     ██████████████
                      ████████████
                       ▀████████▀
Cryptopia..██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
.★★★ Cryptocurrency Platform Services ★★★ 
...Exchange | Mineshaft |  Marketplace | Rewards | CoinInfo 
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
.f. ▄████████████████████████████████████▄
████████████████████████████████████████
████████████████████████████████████████
████████████████████████████████████████
█████████▀████████████▀▀▀▀▀██▀██████████
█████████  ▀████████          ▀█████████
██████████    ▀▀████          ██████████
█████████▀▀                  ███████████
██████████                  ▄███████████
███████████▀               ▄████████████
████████████▄▄▄           ▄█████████████
█████████▀▀▀▀         ▄▄████████████████
███████████▄▄▄▄▄▄▄▄▄▄███████████████████
████████████████████████████████████████
████████████████████████████████████████
████████████████████████████████████████
 ▀████████████████████████████████████▀
       ███  ██
       ███  ██
  ██████████████
  ████████████████▄
  ▀▀▀█████▀▀▀▀███████
     █████     ██████
     █████▄▄▄▄█████▀
     ████████████████
     █████▀▀▀▀▀▀█████▄
     █████      ██████
     █████▄▄▄▄▄▄█████
  ███████████████████
  ██████████████
       ███  ██
       ███  ██
entertheabyss
Hero Member
*****
Offline Offline

Activity: 644
Merit: 502


Leading Crypto Sports Betting & Casino Platform


View Profile
June 27, 2016, 11:49:30 PM
 #53

URGENT!!

Can everyone please withdraw ANC from Cryptopia before the hardfork, we are running out of time to get the new wallet compiled and don't want coins getting trapped.


Thanks

What? No. I have a few hundred ANC on Cryptopia, and I'm traveling so not in a position to compile a wallet and move them off for at least a week. Get your shit together Cryptopia.


We can setup an offsite precompiled wallet so you can withdraw even after the fork if you just log a support ticket with your ANC address, no coins will be lost or stolen


cryptopia is a great site and it would be a shame if you delisted anoncoin because of this confusion

toolchains is just downloading dependancies like boost and bdb its not getting any extra libs then what other coins such as bitocoin use you can verify the urls yourself

..Stake.com..   ▄████████████████████████████████████▄
   ██ ▄▄▄▄▄▄▄▄▄▄            ▄▄▄▄▄▄▄▄▄▄ ██  ▄████▄
   ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██  ██████
   ██ ██████████ ██      ██ ██████████ ██   ▀██▀
   ██ ██      ██ ██████  ██ ██      ██ ██    ██
   ██ ██████  ██ █████  ███ ██████  ██ ████▄ ██
   ██ █████  ███ ████  ████ █████  ███ ████████
   ██ ████  ████ ██████████ ████  ████ ████▀
   ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██
   ██            ▀▀▀▀▀▀▀▀▀▀            ██ 
   ▀█████████▀ ▄████████████▄ ▀█████████▀
  ▄▄▄▄▄▄▄▄▄▄▄▄███  ██  ██  ███▄▄▄▄▄▄▄▄▄▄▄▄
 ██████████████████████████████████████████
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀█▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
▄▄█████████▄▄
▄██▀▀▀▀█████▀▀▀▀██▄
▄█▀       ▐█▌       ▀█▄
██         ▐█▌         ██
████▄     ▄█████▄     ▄████
████████▄███████████▄████████
███▀    █████████████    ▀███
██       ███████████       ██
▀█▄       █████████       ▄█▀
▀█▄    ▄██▀▀▀▀▀▀▀██▄  ▄▄▄█▀
▀███████         ███████▀
▀█████▄       ▄█████▀
▀▀▀███▄▄▄███▀▀▀
..PLAY NOW..
jwinterm
Legendary
*
Offline Offline

Activity: 3066
Merit: 1115



View Profile
June 28, 2016, 01:42:18 AM
 #54

Man, great job wrecking the price Cryptopia Cheesy

I agree they're a decent exchange in general. I like the stand they took on ETH, but I am still shaded the fuck out by EDRcoin. Hopefully they get this sorted shortly and I can grab a few more before price recovers.
6436346346
Sr. Member
****
Offline Offline

Activity: 355
Merit: 250



View Profile
June 28, 2016, 02:16:20 AM
 #55

Man, great job wrecking the price Cryptopia Cheesy

I agree they're a decent exchange in general. I like the stand they took on ETH, but I am still shaded the fuck out by EDRcoin. Hopefully they get this sorted shortly and I can grab a few more before price recovers.


Look, if the EDRC guys want to give us fees for trading among themselves then I dont care, they are doing it on multiple exchanges, and personally I don't really care, and normal trader can see its not real volume.

If we started blocking coin devs from pumping there own coins we would have no users.


As for us being "Crypsty" for having compile issues with ANC due to it contacting untrusted sites during compile time which is impossible with our wallet server security, then so be it, plenty of other sites to trade ANC without us "verning" you guys.



Spend all week trying to do something for the ANC community, then just get shit on for it, just another day in crypto.







                       ▄███████▄
                      ███████████
                     █████████████
          ▄████████▄  ███████████
         ████████████  ▀███████▀
        ██████████████
         ████████████  ▄████████▄
          ▀████████▀  ████████████
                     ██████████████
                      ████████████
                       ▀████████▀
Cryptopia..██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
.★★★ Cryptocurrency Platform Services ★★★ 
...Exchange | Mineshaft |  Marketplace | Rewards | CoinInfo 
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
.f. ▄████████████████████████████████████▄
████████████████████████████████████████
████████████████████████████████████████
████████████████████████████████████████
█████████▀████████████▀▀▀▀▀██▀██████████
█████████  ▀████████          ▀█████████
██████████    ▀▀████          ██████████
█████████▀▀                  ███████████
██████████                  ▄███████████
███████████▀               ▄████████████
████████████▄▄▄           ▄█████████████
█████████▀▀▀▀         ▄▄████████████████
███████████▄▄▄▄▄▄▄▄▄▄███████████████████
████████████████████████████████████████
████████████████████████████████████████
████████████████████████████████████████
 ▀████████████████████████████████████▀
       ███  ██
       ███  ██
  ██████████████
  ████████████████▄
  ▀▀▀█████▀▀▀▀███████
     █████     ██████
     █████▄▄▄▄█████▀
     ████████████████
     █████▀▀▀▀▀▀█████▄
     █████      ██████
     █████▄▄▄▄▄▄█████
  ███████████████████
  ██████████████
       ███  ██
       ███  ██
jwinterm
Legendary
*
Offline Offline

Activity: 3066
Merit: 1115



View Profile
June 28, 2016, 03:02:05 AM
 #56

Man, great job wrecking the price Cryptopia Cheesy

I agree they're a decent exchange in general. I like the stand they took on ETH, but I am still shaded the fuck out by EDRcoin. Hopefully they get this sorted shortly and I can grab a few more before price recovers.


Look, if the EDRC guys want to give us fees for trading among themselves then I dont care, they are doing it on multiple exchanges, and personally I don't really care, and normal trader can see its not real volume.

If we started blocking coin devs from pumping there own coins we would have no users.


As for us being "Crypsty" for having compile issues with ANC due to it contacting untrusted sites during compile time which is impossible with our wallet server security, then so be it, plenty of other sites to trade ANC without us "verning" you guys.



Spend all week trying to do something for the ANC community, then just get shit on for it, just another day in crypto.

Poor guys, (supposedly) soaking up hundreds of dollars in fees from EDRcoin scammers everyday, and still having to put up with shit from uppity shitcoin holders Tongue

I wouldn't say that I'm ANC community, I just have a few hundred coins on your exchange. I'm glad you guys got cryptonote integration working, and like I said, I'm glad you dumped ETH, but cmon, if you can't compile a wallet for a week and you can't deal with a little (mostly) good natured ribbing on shitcointalk, maybe you're in the wrong business...
tomothy
Sr. Member
****
Offline Offline

Activity: 258
Merit: 250


View Profile
June 28, 2016, 02:10:24 PM
 #57

Re: Cryptopia & Wallet compile

Is the above-mentioned discussion and wallet issues singular to Cryptopia? If there is a concern about downloading unknown/unverified libraries from an unknown location, wouldn't other places/exchanges/users share a similar concern? Would this simply be a hosting issue and we need to upload the requisite libraries someplace else? Just wondering as there are already few exchanges offering and maintaining the coin as it is. Sorry if what I just typed didn't make sense, I don't understand all this code stuff so... lol.
HPt
Member
**
Offline Offline

Activity: 70
Merit: 15


View Profile
June 28, 2016, 04:34:42 PM
 #58

Man, great job wrecking the price Cryptopia Cheesy

I agree they're a decent exchange in general. I like the stand they took on ETH, but I am still shaded the fuck out by EDRcoin. Hopefully they get this sorted shortly and I can grab a few more before price recovers.


Look, if the EDRC guys want to give us fees for trading among themselves then I dont care, they are doing it on multiple exchanges, and personally I don't really care, and normal trader can see its not real volume.

If we started blocking coin devs from pumping there own coins we would have no users.


As for us being "Crypsty" for having compile issues with ANC due to it contacting untrusted sites during compile time which is impossible with our wallet server security, then so be it, plenty of other sites to trade ANC without us "verning" you guys.



Spend all week trying to do something for the ANC community, then just get shit on for it, just another day in crypto.

Poor guys, (supposedly) soaking up hundreds of dollars in fees from EDRcoin scammers everyday, and still having to put up with shit from uppity shitcoin holders Tongue

I wouldn't say that I'm ANC community, I just have a few hundred coins on your exchange. I'm glad you guys got cryptonote integration working, and like I said, I'm glad you dumped ETH, but cmon, if you can't compile a wallet for a week and you can't deal with a little (mostly) good natured ribbing on shitcointalk, maybe you're in the wrong business...

I think the fact that Cryptopia doesn't simply compile untrusted code rather makes them different from Cryptsy. Wasn't it malicious code injected by some coin (lucky7coin or so) that brought Cryptsy down in the first place..?
jwinterm
Legendary
*
Offline Offline

Activity: 3066
Merit: 1115



View Profile
June 28, 2016, 04:51:49 PM
 #59

...

I think the fact that Cryptopia doesn't simply compile untrusted code rather makes them different from Cryptsy. Wasn't it malicious code injected by some coin (lucky7coin or so) that brought Cryptsy down in the first place..?

Supposedly, but I think it's widely believed that Vern just took the money and ran (to China), and the lucky7 exploit thing was just an excuse/ruse.

Re: Cryptopia, they didn't open an issue on GitHub, and I'm assuming they didn't ask for help on irc. If you come to the land of trolls asking for help at the last minute, don't be surprised if you get trolled.
Cryptoslave (OP)
Full Member
***
Offline Offline

Activity: 150
Merit: 100


View Profile
June 28, 2016, 06:28:39 PM
Last edit: June 28, 2016, 11:06:58 PM by Cryptoslave
 #60

...

I think the fact that Cryptopia doesn't simply compile untrusted code rather makes them different from Cryptsy. Wasn't it malicious code injected by some coin (lucky7coin or so) that brought Cryptsy down in the first place..?

Supposedly, but I think it's widely believed that Vern just took the money and ran (to China), and the lucky7 exploit thing was just an excuse/ruse.

Re: Cryptopia, they didn't open an issue on GitHub, and I'm assuming they didn't ask for help on irc. If you come to the land of trolls asking for help at the last minute, don't be surprised if you get trolled.

The libraries downloaded by the toolchain are public and open source.

Those very same libraries (boost, openssl, qrencode, qt, berkeley-db, miniupnc,...) are used by many altcoin and Bitcoin. For more info Building headless Bitcoin and Bitcoin-qt on Windows. Compare the libraries on official Bitcoin github https://github.com/bitcoin/bitcoin/blob/master/doc/build-unix.md

BTW the OSX DMG Build was added today https://anoncoin.net/downloads/0.9.6.11/Anoncoin-0.9.6.11.dmg Checksum: MD5 40FFC15255518EC30D6678EA3469C313 SHA-1 0C4E8F229EE09F8F1CDD8F500496F510A21A8A0A
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 »  All
  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!