Bitcoin Forum
May 23, 2024, 09:09:28 PM *
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 »  All
  Print  
Author Topic: [INX] INZIDERX.IO - THE FUTURE OF TRADING [INX]  (Read 22202 times)
InziderX (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 304
Merit: 0


View Profile WWW
March 03, 2019, 04:53:50 AM
Last edit: April 25, 2019, 09:54:03 PM by InziderX
 #181



INX new Release -V.1.0.1

    LWMA POW algo enable - no more ASIC
    Jagerman fix timestamp miners hack implementation
    Adding Checkpoints
    Adjusting config file setting

on block height 27222.

Get the new Wallet and Daemon version on github
https://github.com/InziderX/ -

INX is there for the long term - always improving.
https://inziderx.io

#inziderx #bitcoin #INX #cryptocurrency!
olkah
Hero Member
*****
Offline Offline

Activity: 1484
Merit: 505



View Profile
March 11, 2019, 08:59:56 AM
 #182

exchange  Huh Huh
olkah
Hero Member
*****
Offline Offline

Activity: 1484
Merit: 505



View Profile
March 11, 2019, 11:28:19 AM
 #183

Where is the exchange for the coin or when it will be?HuhHuh
InziderX (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 304
Merit: 0


View Profile WWW
March 12, 2019, 07:58:10 PM
 #184

exchange  Huh Huh

Hi!

We are working on the exchange listing - we are in communication with many of them.
INX will be listed on exchange in 2019.

Stay tuned!


Kind regards,
INZ
InziderX (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 304
Merit: 0


View Profile WWW
March 12, 2019, 08:32:09 PM
 #185



NEW POOL FOR INX!!!

We really appreciate the support - as a shared vision.

Cryptocurrencies as INX are the FUTURE!

You now have 2 pools available to mine INX :


- http://pool.inziderx.io

&

- https://inx.cryptonote.club





 - #inziderx #bitcoin #INX #cryptocurrency https://inziderx.io




netmebtc
Newbie
*
Offline Offline

Activity: 72
Merit: 0


View Profile
March 21, 2019, 12:48:04 AM
 #186

Hello admin.

    When I  conpile the github source code, meet the following error,How to solve it?

Building CXX object tests/CMakeFiles/CoreTests.dir/CoreTests/Upgrade.cpp.o
Scanning dependencies of target SimpleWallet
[ 79%] Building CXX object src/CMakeFiles/SimpleWallet.dir/SimpleWallet/PasswordContainer.cpp.o
[ 79%] Linking CXX executable inxd
[ 80%] Building CXX object src/CMakeFiles/SimpleWallet.dir/SimpleWallet/SimpleWallet.cpp.o
libCryptoNoteCore.a(RocksDBWrapper.cpp.o): In function `CryptoNote::RocksDBWrapper::init(CryptoNote::DataBaseConfig const&)':
/root/inx/INX-MASTER/src/CryptoNoteCore/RocksDBWrapper.cpp:55: undefined reference to `rocksdb::DB::Open(rocksdb::Options const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, rocksdb::DB**)'
/root/inx/INX-MASTER/src/CryptoNoteCore/RocksDBWrapper.cpp:70: undefined reference to `rocksdb::Status::ToString[abi:cxx11]() const'
/root/inx/INX-MASTER/src/CryptoNoteCore/RocksDBWrapper.cpp:61: undefined reference to `rocksdb::DB::Open(rocksdb::Options const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, rocksdb::DB**)'
/root/inx/INX-MASTER/src/CryptoNoteCore/RocksDBWrapper.cpp:67: undefined reference to `rocksdb::Status::ToString[abi:cxx11]() const'
/root/inx/INX-MASTER/src/CryptoNoteCore/RocksDBWrapper.cpp:63: undefined reference to `rocksdb::Status::ToString[abi:cxx11]() const'
libCryptoNoteCore.a(RocksDBWrapper.cpp.o): In function `CryptoNote::RocksDBWrapper::destoy(CryptoNote::DataBaseConfig const&)':
/root/inx/INX-MASTER/src/CryptoNoteCore/RocksDBWrapper.cpp:100: undefined reference to `rocksdb::DestroyDB(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, rocksdb::Options const&)'
/root/inx/INX-MASTER/src/CryptoNoteCore/RocksDBWrapper.cpp:105: undefined reference to `rocksdb::Status::ToString[abi:cxx11]() const'
libCryptoNoteCore.a(RocksDBWrapper.cpp.o): In function `CryptoNote::RocksDBWrapper::write(CryptoNote::IWriteBatch&, bool)':
/root/inx/INX-MASTER/src/CryptoNoteCore/RocksDBWrapper.cpp:144: undefined reference to `rocksdb::Status::ToString[abi:cxx11]() const'
collect2: error: ld returned 1 exit status
src/CMakeFiles/Daemon.dir/build.make:134: recipe for target 'src/inxd' failed
make[2]: *** [src/inxd] Error 1
CMakeFiles/Makefile2:498: recipe for target 'src/CMakeFiles/Daemon.dir/all' failed
make[1]: *** [src/CMakeFiles/Daemon.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
InziderX (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 304
Merit: 0


View Profile WWW
March 21, 2019, 02:48:26 AM
Last edit: March 21, 2019, 06:48:12 AM by InziderX
 #187

Hello admin.

    When I  conpile the github source code, meet the following error,How to solve it?

Building CXX object tests/CMakeFiles/CoreTests.dir/CoreTests/Upgrade.cpp.o
Scanning dependencies of target SimpleWallet
[ 79%] Building CXX object src/CMakeFiles/SimpleWallet.dir/SimpleWallet/PasswordContainer.cpp.o
[ 79%] Linking CXX executable inxd
[ 80%] Building CXX object src/CMakeFiles/SimpleWallet.dir/SimpleWallet/SimpleWallet.cpp.o
libCryptoNoteCore.a(RocksDBWrapper.cpp.o): In function `CryptoNote::RocksDBWrapper::init(CryptoNote::DataBaseConfig const&)':
/root/inx/INX-MASTER/src/CryptoNoteCore/RocksDBWrapper.cpp:55: undefined reference to `rocksdb::DB::Open(rocksdb::Options const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, rocksdb::DB**)'
/root/inx/INX-MASTER/src/CryptoNoteCore/RocksDBWrapper.cpp:70: undefined reference to `rocksdb::Status::ToString[abi:cxx11]() const'
/root/inx/INX-MASTER/src/CryptoNoteCore/RocksDBWrapper.cpp:61: undefined reference to `rocksdb::DB::Open(rocksdb::Options const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, rocksdb::DB**)'
/root/inx/INX-MASTER/src/CryptoNoteCore/RocksDBWrapper.cpp:67: undefined reference to `rocksdb::Status::ToString[abi:cxx11]() const'
/root/inx/INX-MASTER/src/CryptoNoteCore/RocksDBWrapper.cpp:63: undefined reference to `rocksdb::Status::ToString[abi:cxx11]() const'
libCryptoNoteCore.a(RocksDBWrapper.cpp.o): In function `CryptoNote::RocksDBWrapper::destoy(CryptoNote::DataBaseConfig const&)':
/root/inx/INX-MASTER/src/CryptoNoteCore/RocksDBWrapper.cpp:100: undefined reference to `rocksdb::DestroyDB(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, rocksdb::Options const&)'
/root/inx/INX-MASTER/src/CryptoNoteCore/RocksDBWrapper.cpp:105: undefined reference to `rocksdb::Status::ToString[abi:cxx11]() const'
libCryptoNoteCore.a(RocksDBWrapper.cpp.o): In function `CryptoNote::RocksDBWrapper::write(CryptoNote::IWriteBatch&, bool)':
/root/inx/INX-MASTER/src/CryptoNoteCore/RocksDBWrapper.cpp:144: undefined reference to `rocksdb::Status::ToString[abi:cxx11]() const'
collect2: error: ld returned 1 exit status
src/CMakeFiles/Daemon.dir/build.make:134: recipe for target 'src/inxd' failed
make[2]: *** [src/inxd] Error 1
CMakeFiles/Makefile2:498: recipe for target 'src/CMakeFiles/Daemon.dir/all' failed
make[1]: *** [src/CMakeFiles/Daemon.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....


It compile without flaw on my side.
Be sure you get all the dependencies and follow the INX building command.

By what I can se you have a rockdb error - this can be related to you libboost version.
Aint sure what I have on my linux but by memory it was 1.55 and later.
Also, this been build on 16.04 version - if that help.

Building a coin is a quest by itself if you vener done it.
So my best tips is that you search you error on google and debug it from there - best way to learn.

Kind regard.
InziderX (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 304
Merit: 0


View Profile WWW
March 21, 2019, 02:51:45 AM
 #188




INX Explorer now accessible from http://pool.inziderx.io and the wallet!











#InziderX #INX #Blockchain #DigitalAssets #Bitcoin https://inziderx.io
olkah
Hero Member
*****
Offline Offline

Activity: 1484
Merit: 505



View Profile
March 21, 2019, 03:14:43 AM
 #189

minimum payout of the pool and its Commission in %
InziderX (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 304
Merit: 0


View Profile WWW
March 21, 2019, 06:47:34 AM
 #190

minimum payout of the pool and its Commission in %

- Min payout is 1 INX
- Paid each 10 blocks
- Commission is 0% 

Wink

netmebtc
Newbie
*
Offline Offline

Activity: 72
Merit: 0


View Profile
March 21, 2019, 02:26:25 PM
 #191

Hello admin.

    When I  conpile the github source code, meet the following error,How to solve it?

Building CXX object tests/CMakeFiles/CoreTests.dir/CoreTests/Upgrade.cpp.o
Scanning dependencies of target SimpleWallet
[ 79%] Building CXX object src/CMakeFiles/SimpleWallet.dir/SimpleWallet/PasswordContainer.cpp.o
[ 79%] Linking CXX executable inxd
[ 80%] Building CXX object src/CMakeFiles/SimpleWallet.dir/SimpleWallet/SimpleWallet.cpp.o
libCryptoNoteCore.a(RocksDBWrapper.cpp.o): In function `CryptoNote::RocksDBWrapper::init(CryptoNote::DataBaseConfig const&)':
/root/inx/INX-MASTER/src/CryptoNoteCore/RocksDBWrapper.cpp:55: undefined reference to `rocksdb::DB::Open(rocksdb::Options const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, rocksdb::DB**)'
/root/inx/INX-MASTER/src/CryptoNoteCore/RocksDBWrapper.cpp:70: undefined reference to `rocksdb::Status::ToString[abi:cxx11]() const'
/root/inx/INX-MASTER/src/CryptoNoteCore/RocksDBWrapper.cpp:61: undefined reference to `rocksdb::DB::Open(rocksdb::Options const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, rocksdb::DB**)'
/root/inx/INX-MASTER/src/CryptoNoteCore/RocksDBWrapper.cpp:67: undefined reference to `rocksdb::Status::ToString[abi:cxx11]() const'
/root/inx/INX-MASTER/src/CryptoNoteCore/RocksDBWrapper.cpp:63: undefined reference to `rocksdb::Status::ToString[abi:cxx11]() const'
libCryptoNoteCore.a(RocksDBWrapper.cpp.o): In function `CryptoNote::RocksDBWrapper::destoy(CryptoNote::DataBaseConfig const&)':
/root/inx/INX-MASTER/src/CryptoNoteCore/RocksDBWrapper.cpp:100: undefined reference to `rocksdb::DestroyDB(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, rocksdb::Options const&)'
/root/inx/INX-MASTER/src/CryptoNoteCore/RocksDBWrapper.cpp:105: undefined reference to `rocksdb::Status::ToString[abi:cxx11]() const'
libCryptoNoteCore.a(RocksDBWrapper.cpp.o): In function `CryptoNote::RocksDBWrapper::write(CryptoNote::IWriteBatch&, bool)':
/root/inx/INX-MASTER/src/CryptoNoteCore/RocksDBWrapper.cpp:144: undefined reference to `rocksdb::Status::ToString[abi:cxx11]() const'
collect2: error: ld returned 1 exit status
src/CMakeFiles/Daemon.dir/build.make:134: recipe for target 'src/inxd' failed
make[2]: *** [src/inxd] Error 1
CMakeFiles/Makefile2:498: recipe for target 'src/CMakeFiles/Daemon.dir/all' failed
make[1]: *** [src/CMakeFiles/Daemon.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....


It compile without flaw on my side.
Be sure you get all the dependencies and follow the INX building command.

By what I can se you have a rockdb error - this can be related to you libboost version.
Aint sure what I have on my linux but by memory it was 1.55 and later.
Also, this been build on 16.04 version - if that help.

Building a coin is a quest by itself if you vener done it.
So my best tips is that you search you error on google and debug it from there - best way to learn.

Kind regard.



root@ubuntu:~# gcc --version
gcc (Ubuntu 5.5.0-12ubuntu1~16.04) 5.5.0 20171010
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

root@ubuntu:~# cmake --version
cmake version 3.13.2

CMake suite maintained and supported by Kitware (kitware.com/cmake).
root@ubuntu:~# dpkg -s libboost-dev | grep 'Version'
Version: 1.58.0.1ubuntu1

root@ubuntu:~# uname -a
Linux ubuntu 4.9.137-0409137-generic #201811131541 SMP Tue Nov 13 20:44:19 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

root@ubuntu:~# cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04 LTS"


Evrything are in line with the requirements of the compilation, but it is unable to compile successfully.
InziderX (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 304
Merit: 0


View Profile WWW
March 22, 2019, 01:35:58 AM
Last edit: March 25, 2019, 12:19:43 AM by InziderX
 #192


root@ubuntu:~# gcc --version
gcc (Ubuntu 5.5.0-12ubuntu1~16.04) 5.5.0 20171010
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

root@ubuntu:~# cmake --version
cmake version 3.13.2

CMake suite maintained and supported by Kitware (kitware.com/cmake).
root@ubuntu:~# dpkg -s libboost-dev | grep 'Version'
Version: 1.58.0.1ubuntu1

root@ubuntu:~# uname -a
Linux ubuntu 4.9.137-0409137-generic #201811131541 SMP Tue Nov 13 20:44:19 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

root@ubuntu:~# cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04 LTS"


Evrything are in line with the requirements of the compilation, but it is unable to compile successfully.

I verified the boost version and its 1.58 as it seems you used.

Your are compiling it on a LTS?
Maybe you are missing cpu power if that is a server/droplet.

I would use a computer with multiple thread if you haven't try.
Except that, if you installed dependencies, I can't say and would search about that error on google to see how it can be resolved.


toogoody
Jr. Member
*
Offline Offline

Activity: 588
Merit: 1


View Profile
March 29, 2019, 04:57:19 PM
 #193

List of known InziderX pools (INX) :

https://miningpoolstats.stream/inziderx

Live hashrate distribution, pool fees & minimum payment comparison.
InziderX (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 304
Merit: 0


View Profile WWW
March 30, 2019, 04:10:24 AM
 #194

List of known InziderX pools (INX) :

https://miningpoolstats.stream/inziderx

Live hashrate distribution, pool fees & minimum payment comparison.

Excellent, thank you for that.
Unfortunalty the exhange are not accurate.

I will work it out.
InziderX (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 304
Merit: 0


View Profile WWW
March 31, 2019, 12:51:30 AM
 #195

Our first exchange listing - Probitex


https://www.probitex.com/trade/index/market/inx_btc

This still a new exchange but we appreciate the support and will work with them for their expansion and INX success!


#InziderX #INX #Blockchain #DigitalAssets #Bitcoin https://inziderx.io

InziderX (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 304
Merit: 0


View Profile WWW
March 31, 2019, 09:21:47 PM
Last edit: April 03, 2019, 09:36:35 PM by InziderX
 #196

INX Crypto Signal Providers App



To be release at the end of 2019 - in developement.

InziderX.io -  "It is not enough to be visionary, we need to create the reality of tomorrow!"

#InziderX #INX #Blockchain #DigitalAssets #Bitcoin https://inziderx.io
InziderX (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 304
Merit: 0


View Profile WWW
April 03, 2019, 09:35:49 PM
 #197

Llink to vote for INX addition on blockfolio.com -  

https://feedback.blockfolio.com/coin-requests/p/inx -



https://BlockFolio.com -  

#InziderX #INX #Blockchain #DigitalAssets #Bitcoin https://inziderx.io

InziderX (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 304
Merit: 0


View Profile WWW
April 21, 2019, 07:01:59 AM
 #198



#InziderX #INX #Blockchain #DigitalAssets #Bitcoin https://inziderx.io
InziderX (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 304
Merit: 0


View Profile WWW
April 25, 2019, 09:33:32 PM
Last edit: May 21, 2019, 11:54:39 PM by InziderX
 #199


Just a friendly reminder - We learned that at heavy price!
From our experience, no email, telegram admin or channel can be trusted.
Avoid Yobit at any cost.

@yobit_net_admin1 #ScamAlert #YoBit #scammers
InziderX (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 304
Merit: 0


View Profile WWW
May 03, 2019, 11:05:29 PM
 #200

Great news from CryptonoteClub! We have just added SOLO mining support to the INX pool!

Welcome to SOLO or POOL mine INX at https://inx.cryptonote.club

Enjoy!

#InziderX #INX #Blockchain #DigitalAssets #Bitcoin https://inziderx.io
Pages: « 1 2 3 4 5 6 7 8 9 [10] 11 12 »  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!