Author

Topic: [ANN][AMS] AmsterdamCoin™ | 100% PoS, Masternodes, Obfuscation, Seesaw - page 187. (Read 272368 times)

sr. member
Activity: 381
Merit: 250
bittrex:
"Due to lack of user interest, this market will be delisted on June 27th, 2016."
legendary
Activity: 3570
Merit: 1126
I had the same problem. Just hangs on checkpoints.cpp

Problem solved. Please pull changes from GitHub and compile  Cool

Thanks. Compiling now and passed the checkpoint spot anyway Smiley

copper member
Activity: 1024
Merit: 513
txbit.io - cryptocurrency exchange
I had the same problem. Just hangs on checkpoints.cpp

Problem solved. Please pull changes from GitHub and compile  Cool
sr. member
Activity: 367
Merit: 250
I'm a miner not a minor.
I had the same problem. Just hangs on checkpoints.cpp
legendary
Activity: 1526
Merit: 1002
Chipcoin Developer
Very odd... I use 14.04 too..  

Maybe Kees has a solution...  Undecided


EDIT:

Came back to my vps, I got a checkpoints.o error at the end of the compile.. weird...

After removing the .o file, and recompile.. Mine is now hanging on leveldb  Cheesy
legendary
Activity: 3570
Merit: 1126

Does it not work on 14.04 anymore?

It just keeps hanging? No errors?

Have you tried a new source folder? (Instead of git pull)

yeah no errors, just sits there infinity.

I'll wipe it and do a fresh pull but I did a make clean -f makefile.unix to start.



Same, just hangs....

Just tried myself on a vps.. Qt and daemon..




Strange that is keeps hanging on your machine... what about other wallets, have you tried that?

No other problems with the 150+ or so

I just tried on all 3 of my servers all 14.04... all hang there....

strange
legendary
Activity: 1526
Merit: 1002
Chipcoin Developer

Does it not work on 14.04 anymore?

It just keeps hanging? No errors?

Have you tried a new source folder? (Instead of git pull)

yeah no errors, just sits there infinity.

I'll wipe it and do a fresh pull but I did a make clean -f makefile.unix to start.



Same, just hangs....

Just tried myself on a vps.. Qt and daemon..




Strange that is keeps hanging on your machine... what about other wallets, have you tried that?
legendary
Activity: 3570
Merit: 1126

Does it not work on 14.04 anymore?

It just keeps hanging? No errors?

Have you tried a new source folder? (Instead of git pull)

yeah no errors, just sits there infinity.

I'll wipe it and do a fresh pull but I did a make clean -f makefile.unix to start.



Same, just hangs....
legendary
Activity: 3570
Merit: 1126

Does it not work on 14.04 anymore?

It just keeps hanging? No errors?

Have you tried a new source folder? (Instead of git pull)

yeah no errors, just sits there infinity.

I'll wipe it and do a fresh pull but I did a make clean -f makefile.unix to start.

legendary
Activity: 1526
Merit: 1002
Chipcoin Developer

Does it not work on 14.04 anymore?

It just keeps hanging? No errors?

Have you tried a new source folder? (Instead of git pull)
legendary
Activity: 3570
Merit: 1126
I'm trying to compile the updated source and it just hangs on:

g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wunused-function -Wunused-variable -fpermissive -Wconversion-null -g -DBOOST_SPIRIT_THREADSAFE -DUSE_SECP256K1 -I/usr/local/src/AmsterdamCoin/src -I/usr/local/src/AmsterdamCoin/src/obj -I/usr/local/BerkeleyDB.4.8/include -DUSE_UPNP=1 -DENABLE_WALLET -I/usr/local/src/AmsterdamCoin/src/leveldb/include -I/usr/local/src/AmsterdamCoin/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


Any ideas?

Ubuntu 14.04 or other?

yeah its 14.04....

Does it not work on 14.04 anymore?
legendary
Activity: 3570
Merit: 1126
I'm trying to compile the updated source and it just hangs on:

g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wunused-function -Wunused-variable -fpermissive -Wconversion-null -g -DBOOST_SPIRIT_THREADSAFE -DUSE_SECP256K1 -I/usr/local/src/AmsterdamCoin/src -I/usr/local/src/AmsterdamCoin/src/obj -I/usr/local/BerkeleyDB.4.8/include -DUSE_UPNP=1 -DENABLE_WALLET -I/usr/local/src/AmsterdamCoin/src/leveldb/include -I/usr/local/src/AmsterdamCoin/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


Any ideas?

Ubuntu 14.04 or other?

yeah its 14.04....
hero member
Activity: 661
Merit: 500
We only want the FACTS!
I'm trying to compile the updated source and it just hangs on:

g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wunused-function -Wunused-variable -fpermissive -Wconversion-null -g -DBOOST_SPIRIT_THREADSAFE -DUSE_SECP256K1 -I/usr/local/src/AmsterdamCoin/src -I/usr/local/src/AmsterdamCoin/src/obj -I/usr/local/BerkeleyDB.4.8/include -DUSE_UPNP=1 -DENABLE_WALLET -I/usr/local/src/AmsterdamCoin/src/leveldb/include -I/usr/local/src/AmsterdamCoin/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


Any ideas?

Ubuntu 14.04 or other?
legendary
Activity: 3570
Merit: 1126
I'm trying to compile the updated source and it just hangs on:

g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wunused-function -Wunused-variable -fpermissive -Wconversion-null -g -DBOOST_SPIRIT_THREADSAFE -DUSE_SECP256K1 -I/usr/local/src/AmsterdamCoin/src -I/usr/local/src/AmsterdamCoin/src/obj -I/usr/local/BerkeleyDB.4.8/include -DUSE_UPNP=1 -DENABLE_WALLET -I/usr/local/src/AmsterdamCoin/src/leveldb/include -I/usr/local/src/AmsterdamCoin/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


Any ideas?
copper member
Activity: 2352
Merit: 1348
full member
Activity: 252
Merit: 100
Thanks for the new wallet update
copper member
Activity: 1024
Merit: 513
txbit.io - cryptocurrency exchange
Amsterdamcoin. So much creativity in thinking of the coin name...

My advice would be to rebrand into something that actually sounds like it's serious. Just my humble opinion.

We are not rebranding AmsterdamCoin. Its perfect as is. If you had taken the time to read about the concept then you would not come to this conclusion.
legendary
Activity: 1232
Merit: 1000
Amsterdamcoin. So much creativity in thinking of the coin name...

My advice would be to rebrand into something that actually sounds like it's serious. Just my humble opinion.
hero member
Activity: 661
Merit: 500
We only want the FACTS!
legendary
Activity: 1537
Merit: 1005
Anyone working on block explorer?
Jump to: