Author

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

legendary
Activity: 2282
Merit: 1051
unnamed.Exchange, join the Cool Kids!!!
any News from Bittrex ?
member
Activity: 89
Merit: 10
now, looking at the increase in hashrate, pool suupport, market growth etc. I guess it's easy to imagine AMS reaching the 1k line within a week or two... I think it's even quite probable to assume AMS crossing the 2k landmark just around new year...

now, I'd say you guys certainly seem to have done something right... keep up guys, It'd be a delight to on day spend some AMS in AMS next time I'm in.
een goed begin is het halve werk... grandioos jongens Cool
copper member
Activity: 1024
Merit: 513
txbit.io - cryptocurrency exchange

These are undefined references to old objects in src/leveldb directory. Navigate to that directory and run rm rf *.o. Make sure all objects in parent directories helpers include port etc are removed. Then recompile again.

ahh ok, I went into leveldb and did a make clean and then make finished successfully.

So ended up with just the one code change to get compiling working.

You should use boost 1.57 then no code change is required at all.

Can I if I'm on the latest ubuntu (willy)?

Yes sure mr Wilson. Why not? You can compile it from source and use it. I do not see the issue.
legendary
Activity: 3486
Merit: 1126

These are undefined references to old objects in src/leveldb directory. Navigate to that directory and run rm rf *.o. Make sure all objects in parent directories helpers include port etc are removed. Then recompile again.

ahh ok, I went into leveldb and did a make clean and then make finished successfully.

So ended up with just the one code change to get compiling working.

You should use boost 1.57 then no code change is required at all.

Can I if I'm on the latest ubuntu (willy)?
copper member
Activity: 1024
Merit: 513
txbit.io - cryptocurrency exchange

These are undefined references to old objects in src/leveldb directory. Navigate to that directory and run rm rf *.o. Make sure all objects in parent directories helpers include port etc are removed. Then recompile again.

ahh ok, I went into leveldb and did a make clean and then make finished successfully.

So ended up with just the one code change to get compiling working.

You should use boost 1.57 then no code change is required at all.
legendary
Activity: 3486
Merit: 1126

These are undefined references to old objects in src/leveldb directory. Navigate to that directory and run rm rf *.o. Make sure all objects in parent directories helpers include port etc are removed. Then recompile again.

ahh ok, I went into leveldb and did a make clean and then make finished successfully.

So ended up with just the one code change to get compiling working.
hero member
Activity: 592
Merit: 500
copper member
Activity: 1024
Merit: 513
txbit.io - cryptocurrency exchange
legendary
Activity: 3486
Merit: 1126
I had problems compiling on latest Ubuntu and boost 1.58 but this fixed the issue:

https://github.com/UdjinM6/dash/commit/4a107035c78bc7851729033deb4f549b7f5896bf

Might want to make a change going forward.

Thanks

Actually seems, I'm stuck further along...

g++ -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/home/crackers/src/AmsterdamCoin/src -I/home/crackers/src/AmsterdamCoin/src/obj -DUSE_UPNP=1 -DENABLE_WALLET -I/home/crackers/src/AmsterdamCoin/src/leveldb/include -I/home/crackers/src/AmsterdamCoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -o amsterdamcoind obj/alert.o obj/version.o obj/checkpoints.o obj/netbase.o obj/addrman.o obj/crypter.o obj/key.o obj/eckey.o obj/init.o obj/bitcoind.o obj/keystore.o obj/core.o obj/main.o obj/net.o obj/protocol.o obj/rpcclient.o obj/rpcprotocol.o obj/rpcserver.o obj/rpcmisc.o obj/rpcnet.o obj/rpcblockchain.o obj/rpcrawtransaction.o obj/rpcsmessage.o obj/timedata.o obj/script.o obj/scrypt.o obj/sync.o obj/txmempool.o obj/util.o obj/hash.o obj/noui.o obj/kernel.o obj/pbkdf2.o obj/chainparams.o obj/stealth.o obj/activemasternode.o obj/darksend.o obj/eccryptoverify.o obj/instantx.o obj/masternodeconfig.o obj/masternode.o obj/rpcdarksend.o obj/spork.o obj/crypto/hmac_sha256.o obj/crypto/hmac_sha512.o obj/crypto/rfc6979_hmac_sha256.o obj/crypto/ripemd160.o obj/crypto/sha1.o obj/crypto/sha256.o obj/crypto/sha512.o obj/smessage.o obj/aes_helper.o obj/blake.o obj/bmw.o obj/groestl.o obj/jh.o obj/keccak.o obj/skein.o obj/db.o obj/miner.o obj/rpcdump.o obj/rpcmining.o obj/rpcwallet.o obj/wallet.o obj/walletdb.o obj/txdb-leveldb.o -Wl,-z,relro -Wl,-z,now   -Wl,-Bdynamic -l secp256k1 -Wl,-Bdynamic -l boost_system -l boost_filesystem -l boost_program_options -l boost_thread -l db_cxx -l ssl -l crypto -l miniupnpc -Wl,-Bdynamic -l z -l dl -l pthread /home/crackers/src/AmsterdamCoin/src/leveldb/libleveldb.a /home/crackers/src/AmsterdamCoin/src/leveldb/libmemenv.a
obj/smessage.o: In function `SecMsgDB::Open(char const*)':
/home/crackers/src/AmsterdamCoin/src/smessage.cpp:209: undefined reference to `leveldb::DB::Open(leveldb::Options const&, std::__cxx11::basic_string, std::allocator > const&, leveldb::DB**)'
/home/crackers/src/AmsterdamCoin/src/smessage.cpp:213: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/smessage.o: In function `SecMsgDB::ScanBatch(CDataStream const&, std::__cxx11::basic_string, std::allocator >*, bool*) const':
/home/crackers/src/AmsterdamCoin/src/smessage.cpp:271: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/smessage.o: In function `SecMsgDB::TxnCommit()':
/home/crackers/src/AmsterdamCoin/src/smessage.cpp:299: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/smessage.o: In function `SecMsgDB::ReadPK(CKeyID&, CPubKey&)':
/home/crackers/src/AmsterdamCoin/src/smessage.cpp:342: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/smessage.o: In function `SecMsgDB::WritePK(CKeyID&, CPubKey&)':
/home/crackers/src/AmsterdamCoin/src/smessage.cpp:383: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/smessage.o:/home/crackers/src/AmsterdamCoin/src/smessage.cpp:490: more undefined references to `leveldb::Status::ToString[abi:cxx11]() const' follow
obj/txdb-leveldb.o: In function `init_blockindex(leveldb::Options&, bool)':
/home/crackers/src/AmsterdamCoin/src/txdb-leveldb.cpp:61: undefined reference to `leveldb::DB::Open(leveldb::Options const&, std::__cxx11::basic_string, std::allocator > const&, leveldb::DB**)'
/home/crackers/src/AmsterdamCoin/src/txdb-leveldb.cpp:63: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/txdb-leveldb.o: In function `bool CTxDB::Read, std::allocator >, std::__cxx11::basic_string, std::allocator > >(std::__cxx11::basic_string, std::allocator > const&, std::__cxx11::basic_string, std::allocator >&)':
/home/crackers/src/AmsterdamCoin/src/txdb-leveldb.h:84: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/txdb-leveldb.o: In function `bool CTxDB::Write, std::allocator >, std::__cxx11::basic_string, std::allocator > >(std::__cxx11::basic_string, std::allocator > const&, std::__cxx11::basic_string, std::allocator > const&)':
/home/crackers/src/AmsterdamCoin/src/txdb-leveldb.h:119: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/txdb-leveldb.o: In function `bool CTxDB::Read, std::allocator >, int>(std::__cxx11::basic_string, std::allocator > const&, int&)':
/home/crackers/src/AmsterdamCoin/src/txdb-leveldb.h:84: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/txdb-leveldb.o: In function `bool CTxDB::Read, std::allocator >, uint256>(std::__cxx11::basic_string, std::allocator > const&, uint256&)':
/home/crackers/src/AmsterdamCoin/src/txdb-leveldb.h:84: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
obj/txdb-leveldb.o:/home/crackers/src/AmsterdamCoin/src/txdb-leveldb.h:119: more undefined references to `leveldb::Status::ToString[abi:cxx11]() const' follow
collect2: error: ld returned 1 exit status
makefile.unix:219: recipe for target 'amsterdamcoind' failed
make: *** [amsterdamcoind] Error 1
legendary
Activity: 3486
Merit: 1126
I had problems compiling on latest Ubuntu and boost 1.58 but this fixed the issue:

https://github.com/UdjinM6/dash/commit/4a107035c78bc7851729033deb4f549b7f5896bf

Might want to make a change going forward.

Thanks
legendary
Activity: 1028
Merit: 1000
Hi Folks ,

cause more RAM Update is needed ( 64 GB ) on the Pool Server i will inform you that i will shutdown tomorrow ( est . 3 PM CET ) GCPOOL

after upgrading Server and Software reboot will est 5 PM CET

Pls Withdraw all your Coins ( Safety first ) from GCPool asap

Regards Glen
legendary
Activity: 1176
Merit: 1000
YES to AMS! No to Drugs.  Grin

God bless you AMS.



Regards

OKANE
newbie
Activity: 57
Merit: 0
Great news. So glad I bought and held this one. Great job Keesdewit
legendary
Activity: 1834
Merit: 1006
GRATULATIONS  keesdewit

The coin in the right place Smiley
copper member
Activity: 1024
Merit: 513
txbit.io - cryptocurrency exchange
We are proud to announce that AmsterdamCoin is listed on Bittrex





https://bittrex.com/Market/Index?MarketName=BTC-AMS
legendary
Activity: 1537
Merit: 1005
The reported difficulty is too low for the real network hashrate.

This leads to crazy profitability calculations, as this difficulty of 7-10 would be more appropriate for 2,5Mhash network.
For example, currently MUE (also a quark coin) is having around 350Mhash network with difficulty of 880. Yours should be even higher.
Also, MUE had the same problem recently and they fixed it.

Could you please look into this?

Yes I will look into this.

Any news?
legendary
Activity: 1778
Merit: 1003
NodeMasters
Nice to see a few Sell orders  on the exchange 
https://btcpool.exchange/Market?pair=AMS/BTC

sr. member
Activity: 250
Merit: 250
Gain Real Value On Exchanges
Hi AmsterdamCoin,

Just a quick message to let you know that we have updated our Scrypt and SHA256 profitability so you can expect to see much more AMS from Steak Cloud by your next payout.



Regards

Steak Cloud support



              Increasing Altcoin Value
copper member
Activity: 1024
Merit: 513
txbit.io - cryptocurrency exchange


Would be good to get AMS listed on more exchanges.

If it helps i can put in on https://btcpool.exchange

i know its not one of the big ones
but we got to start some where LOL


Would be nice  Smiley

Hi its done for you

https://btcpool.exchange/Market?pair=AMS/BTC

Any issue let me know


thanks
Paul

Many thanks Paul. I will put this listing on the OP tomorrow.
Jump to: