Bitcoin Forum
May 27, 2024, 07:33:12 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 [3] 4 5 6 7 8 9 10 11 12 13 14 15 16 »
41  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [INX] SIGNAL APP & P2P EXCHANGE - INZIDERX.IO [INX] on: March 31, 2019, 09:21:47 PM
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
42  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [INX] SIGNAL APP & P2P EXCHANGE - INZIDERX.IO [INX] on: March 31, 2019, 12:51:30 AM
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

43  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [INX] SIGNAL APP & P2P EXCHANGE - INZIDERX.IO [INX] on: March 30, 2019, 04:10:24 AM
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.
44  Economy / Exchanges / Re: Yobit Support on: March 29, 2019, 12:11:57 AM
Hello!  Smiley
45  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [INX] SIGNAL APP & P2P EXCHANGE - INZIDERX.IO [INX] on: March 22, 2019, 01:35:58 AM

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.


46  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [INX] SIGNAL APP & P2P EXCHANGE - INZIDERX.IO [INX] on: March 21, 2019, 06:47:34 AM
minimum payout of the pool and its Commission in %

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

Wink

47  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [INX] SIGNAL APP & P2P EXCHANGE - INZIDERX.IO [INX] on: March 21, 2019, 02:51:45 AM



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











#InziderX #INX #Blockchain #DigitalAssets #Bitcoin https://inziderx.io
48  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [INX] SIGNAL APP & P2P EXCHANGE - INZIDERX.IO [INX] on: March 21, 2019, 02:48:26 AM
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.
49  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [INX] SIGNAL APP & P2P EXCHANGE - INZIDERX.IO [INX] on: March 12, 2019, 08:32:09 PM


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




50  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [INX] SIGNAL APP & P2P EXCHANGE - INZIDERX.IO [INX] on: March 12, 2019, 07:58:10 PM
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
51  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [INX] SIGNAL APP & P2P EXCHANGE - INZIDERX.IO [INX] on: March 03, 2019, 04:53:50 AM


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!
52  Alternate cryptocurrencies / Bounties (Altcoins) / Re: [BOUNTY] [AUTOMATED] [INX] - INZIDERX - DECENTRALIZED EXCHANGE - 1.1M $ Rewards on: February 18, 2019, 11:27:15 PM



To all INX Bounty members.


Please send us your social media ID (Twitter, Facebook, Steemit, Telegram, Reddit) and your INX address to info@inziderx.io



- The INX distribution has started -



#inziderx #INX #bitcoin #Crypto
53  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [INX] SIGNAL APP & P2P EXCHANGE - INZIDERX.IO [INX] on: February 18, 2019, 11:25:33 PM



To all INX Bounty members.


Please send us your social media ID (Twitter, Facebook, Steemit, Telegram, Reddit) and your INX address to info@inziderx.io



- The INX distribution has started -



#inziderx #INX #bitcoin #Crypto
54  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [INX] SIGNAL APP & P2P EXCHANGE - INZIDERX.IO [INX] on: February 02, 2019, 01:38:46 AM
New INX PRESENTATION







INX has already accomplished a lot and is ready to move on.


Here is a new presentation that summarizes our achievements and our future development.


#InziderX #INX #crypto #bitcoin



55  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] INZIDERX.IO - DECENTRALIZED EXCHANGE [ICO] on: February 01, 2019, 10:43:21 PM
We gave 15 INX to all miners on http://pool.inziderx.io every day of the week.

Large or small miners - they all receive the daily reward.

Start mining today!

#inziderx #bitcoin #INX #cryptocurrency

56  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] INZIDERX.IO - DECENTRALIZED EXCHANGE [ICO] on: January 24, 2019, 09:41:35 PM
INX Mining Pool -  Now Available in beta mode!!!



Visit http://inziderx.org or download our GUI

to start mining whit the push of a simple button

- Try it today!  



https://github.com/InziderX/INX-GUI/releases/download/v1.0.0/INX-Win64-GUI-V1.0.0.zip







57  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] INZIDERX.IO - DECENTRALIZED EXCHANGE [ICO] on: January 12, 2019, 08:05:08 PM
INX Token & GUI just been released!!!

Visit our site https://inziderx.io for the executable or get them directly from Github.

INX Daemon : https://github.com/InziderX/INX-MASTER/releases
INX GUI : https://github.com/InziderX/INX-GUI/releases

FOR WinX64 GUI - Be sure to have installed :

1- Microsoft Visual C++ Redistributable for Visual Studio 2017
https://aka.ms/vs/15/release/vc_redist.x64.exe
2-Microsoft .NET Framework 4.7.2
http://go.microsoft.com/fwlink/?linkid=863265

Happy mining!

Bounty distribution will be annonce soon - Stay tuned!

58  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] INZIDERX.IO - DECENTRALIZED EXCHANGE [ICO] on: January 02, 2019, 08:25:51 PM

INX mining as bounty distribution will be announce soon! Stay tuned! https:inziderx.io #inziderx #bitcoin #crypto
59  Alternate cryptocurrencies / Bounties (Altcoins) / Re: [BOUNTY] [AUTOMATED] [INX] - INZIDERX - DECENTRALIZED EXCHANGE - 1.1M $ Rewards on: November 27, 2018, 08:36:28 PM



Update on the INX forum - cryptocurency analysis fo all majors! -


https://inziderx.io/forum/index.php?board=19.0


-  #InziderX #Exchange #ico https://inziderx.io/




60  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] INZIDERX.IO - DECENTRALIZED EXCHANGE [ICO] on: November 27, 2018, 08:36:11 PM



Update on the INX forum - cryptocurency analysis fo all majors! -


https://inziderx.io/forum/index.php?board=19.0


-  #InziderX #Exchange #ico https://inziderx.io/





Pages: « 1 2 [3] 4 5 6 7 8 9 10 11 12 13 14 15 16 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!