Bitcoin Forum
April 25, 2024, 04:57:07 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister) -NEW THREAD on: January 15, 2018, 02:14:07 PM
Hello,
I have been running a masternode on a linux VPS for a couple months. When i came to check on it, it seems as though it went out of sync.
 When I run "getblockcount" it is stuck on 173219. So i added more peers to the conf file and restarted.

EDIT: after adding nodes to the conf file from the block explorer and leaving it for a night it is on block 173279

Please can someone help get it updated
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: CoinonatX XCXT community take over on: January 14, 2018, 09:20:31 PM
Hello,
I have been running a masternode on a linux VPS for a couple months. When i came to check on it, it seems as though it went out of sync.
 When i run "getblockcount" i am stuck on 173219. So i added more peers to the conf file and restarted. It is still stuck on the same block from about November so i haven't been receiving and rewards since then. Please can someone help me get the wallet in sync again PS. i got the peers from the working block explorer

How can i delete the old blockchain and redownload?

EDIT: i just downloaded the wallet for my windows machine and it cant synchronise either, do others have this problem too? jumps between 1 and 0 peer connections even after adding nodes to conf file
3  Economy / Services / Re: [Free]▂▃▅▆█ Bitcoin Transaction Accelerator █▆▅▃▂ for Unconfirmed transactions . on: October 01, 2017, 08:45:57 PM
Hello Pls can you speed up this tx d94521245326b499ac3ed01af9c582427fe1bc050287dfcd281427093700e4f1
Thank you
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister) -NEW THREAD on: September 13, 2017, 06:08:00 PM

With notifications enabled here I get emails anytime a post is made including the post text, even posts that are subsequently deleted ( looking at you Ted_Nugent Wink ). Looking through my emails I see all of those posts are still here. And of course dev doesn't respond to private messages for help. Support is specifically what this thread and the slack channel are here for. While the verdict is still out regarding whether this coin is a scam or not, allegedly deleting your post and failing to respond to private messages for MN support aren't particularly indicative of a scam, just lacking public relations.

Repost your issue here or perhaps try joining the slack channel: https://join.slack.com/t/coinonatxproject/shared_invite/MjI5MDUyNDgxMjUwLTE1MDMyMTY5NzMtM2FkMzdmYjY1Mg

Hey, so they deleted my other post too now.I understand that its not scammy behaviour but its still not helping to build the project either. I literally spent the past day trying to compile a wallet on a VPS, it would have been great if we knew the dependancies and what to do when you get strange errors like
Code:
darksend.cpp:978:29: error: cannot convert ‘bool’ to ‘bool*’ in initialization      bool* pfMissingInputs = false;
and the other ones i posted. I managed to do it in the end so im happy, and i want others to be also.So if you have some strange error like the ones above i can give you a heads up.
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister) -NEW THREAD on: September 13, 2017, 04:19:24 PM
Hello, I am still trying to compile the wallet on ubuntu VPS, I have met all dependancies but the compiler gets stuck on
Code:
g++: error: /root/CoinonatX/src/leveldb/libleveldb.a: No such file or directory
g++: error: /root/CoinonatX/src/leveldb/libmemenv.a: No such file or directory
makefile.unix:224: recipe for target 'coinonatxd' failed
make: [coinonatxd] Error 1 (ignored)

UPDATE: This fixes it
Code:
cd leveldb
chmod 755 *
cd ..
and compile again
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister) -NEW THREAD on: September 12, 2017, 12:09:33 PM
Hello everyone, I am trying to compile the linux wallet for an ubuntu VPS in terminal. When i try compile i get the following error

Code:
g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/root/CoinonatX/src -I/root/CoinonatX/src/obj -DUSE_UPNP=0 -DENABLE_WALLET -I/root/CoinonatX/src/leveldb/include -I/root/CoinonatX/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
In file included from alert.h:9:0,
                 from alert.cpp:5:
serialize.h:19:48: fatal error: boost/type_traits/is_fundamental.hpp: No such file or directory
 #include <boost/type_traits/is_fundamental.hpp>
                                                ^
compilation terminated.
make: *** [obj/alert.o] Error 1

I have fixed all dependancies for the packages but i still get this error pls help
Do you installed libboost-all-dev? Try to:
sudo apt-get install libboost-all-dev

Hey thanks for your reply, yes i have tried that now, I get this error also the Github page wiki is not available for CoinonatX

 
Code:
g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/root/CoinonatX/src -I/root/CoinonatX/src/obj -DUSE_UPNP=0 -DENABLE_WALLET -I/root/CoinonatX/src/leveldb/include -I/root/CoinonatX/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
In file included from serialize.h:22:0,
                 from alert.h:9,
                 from alert.cpp:5:
allocators.h:12:53: fatal error: openssl/crypto.h: No such file or directory
 #include <openssl/crypto.h> // for OPENSSL_cleanse()
                                                     ^
compilation terminated.
make: *** [obj/alert.o] Error 1
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister) -NEW THREAD on: September 12, 2017, 11:06:51 AM
Hello everyone, I am trying to compile the linux wallet for an ubuntu VPS in terminal. When i try compile i get the following error

Code:
g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/root/CoinonatX/src -I/root/CoinonatX/src/obj -DUSE_UPNP=0 -DENABLE_WALLET -I/root/CoinonatX/src/leveldb/include -I/root/CoinonatX/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
In file included from alert.h:9:0,
                 from alert.cpp:5:
serialize.h:19:48: fatal error: boost/type_traits/is_fundamental.hpp: No such file or directory
 #include <boost/type_traits/is_fundamental.hpp>
                                                ^
compilation terminated.
make: *** [obj/alert.o] Error 1

I have fixed all dependancies for the packages but i still get this error pls help
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!