Search content
Sort by

Showing 8 of 8 results by petahash96
Post
Topic
Board Trading Discussion
Looking for an Indonesian business partner with basic English
by
petahash96
on 21/08/2021, 13:01:11 UTC
Hello, I'm looking for an Indonesian business partner with basic English and a Luno.com account for trading crypto(or create one). I have a profitable trading robot and would like to try get rebates on my trades offered on Indonesian Luno. https://www.luno.com/blog/en/post/exclusive-rewards-luno

 You will not need money and any profits will be shared. You can see in the photo I have enough volume to reach tier 3. https://imgur.com/a/GKEWsb2
Telegram: bustaprofit

Thanks
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister) -NEW THREAD
by
petahash96
on 15/01/2018, 14:14:07 UTC
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
Post
Topic
Board Announcements (Altcoins)
Re: CoinonatX XCXT community take over
by
petahash96
on 14/01/2018, 21:20:31 UTC
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
Post
Topic
Board Services
Re: [Free]▂▃▅▆█ Bitcoin Transaction Accelerator █▆▅▃▂ for Unconfirmed transactions .
by
petahash96
on 01/10/2017, 20:45:57 UTC
Hello Pls can you speed up this tx d94521245326b499ac3ed01af9c582427fe1bc050287dfcd281427093700e4f1
Thank you
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister) -NEW THREAD
by
petahash96
on 13/09/2017, 18:08:00 UTC

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.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister) -NEW THREAD
by
petahash96
on 13/09/2017, 16:19:24 UTC
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
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister) -NEW THREAD
by
petahash96
on 12/09/2017, 12:09:33 UTC
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
                                                ^
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 // for OPENSSL_cleanse()
                                                     ^
compilation terminated.
make: *** [obj/alert.o] Error 1
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister) -NEW THREAD
by
petahash96
on 12/09/2017, 11:06:51 UTC
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
                                                ^
compilation terminated.
make: *** [obj/alert.o] Error 1

I have fixed all dependancies for the packages but i still get this error pls help