Bitcoin Forum
June 27, 2024, 04:01:07 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 [4] 5 6 »
61  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][FLEX] Flexiblecoin |New Block Reward Structure|Bittrex, Cryptsy on: September 13, 2014, 06:31:23 AM
Anyone to help me solve this error

/usr/bin/ld: cannot find -ldb_cxx
collect2: error: ld returned 1 exit status

any idea how to compile it on 62 bit linux, aka what should i add to my linux build?

Probably you need Barkeley4.8 with cxx liblaries. But even with cxx its impossible to build wallet becouse of statisticpage.o Sad This file must have some kind of special demandings.

Code:
g++ -c -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_QRCODE -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -Ibuild -Ibuild -o build/statisticspage.o src/qt/statisticspage.cpp
In file included from src/bitcoinrpc.h:16:0,
                 from src/qt/statisticspage.cpp:8:
src/json/json_spirit_writer_template.h: In function ‘String_type json_spirit::non_printable_to_string(unsigned int)’:
src/json/json_spirit_writer_template.h:31:50: warning: typedef ‘Char_type’ locally defined but not used [-Wunused-local-typedefs]
         typedef typename String_type::value_type Char_type;
                                                  ^
src/qt/statisticspage.cpp: In member function ‘void StatisticsPage::updateStatistics()’:
src/qt/statisticspage.cpp:72:64: error: call of overloaded ‘toString(int64_t&)’ is ambiguous
     QString qVolume = QLocale(QLocale::English).toString(volume);
                                                                ^
src/qt/statisticspage.cpp:72:64: note: candidates are:
In file included from /usr/include/qt4/QtGui/qvalidator.h:48:0,
                 from /usr/include/qt4/QtGui/qabstractspinbox.h:46,
                 from /usr/include/qt4/QtGui/qstyleoption.h:46,
                 from /usr/include/qt4/QtGui/qabstractitemdelegate.h:46,
                 from /usr/include/qt4/QtGui/qabstractitemview.h:48,
                 from /usr/include/qt4/QtGui/qheaderview.h:45,
                 from /usr/include/qt4/QtGui/QHeaderView:1,
                 from build/ui_statisticspage.h:20,
                 from src/qt/statisticspage.cpp:2:
/usr/include/qt4/QtCore/qlocale.h:698:13: note: QString QLocale::toString(qlonglong) const
     QString toString(qlonglong i) const;
             ^
/usr/include/qt4/QtCore/qlocale.h:699:13: note: QString QLocale::toString(qulonglong) const
     QString toString(qulonglong i) const;
             ^
/usr/include/qt4/QtCore/qlocale.h:810:16: note: QString QLocale::toString(short int) const
 inline QString QLocale::toString(short i) const
                ^
/usr/include/qt4/QtCore/qlocale.h:812:16: note: QString QLocale::toString(ushort) const
 inline QString QLocale::toString(ushort i) const
                ^
/usr/include/qt4/QtCore/qlocale.h:814:16: note: QString QLocale::toString(int) const
 inline QString QLocale::toString(int i) const
                ^
/usr/include/qt4/QtCore/qlocale.h:816:16: note: QString QLocale::toString(uint) const
 inline QString QLocale::toString(uint i) const
                ^
/usr/include/qt4/QtCore/qlocale.h:704:13: note: QString QLocale::toString(double, char, int) const
     QString toString(double i, char f = 'g', int prec = 6) const;
             ^
/usr/include/qt4/QtCore/qlocale.h:818:16: note: QString QLocale::toString(float, char, int) const
 inline QString QLocale::toString(float i, char f, int prec) const
                ^
make: *** [build/statisticspage.o] Error 1

Looks exactly like Piggycoin wallet error, i think its copypaste. Ready wallet for Linux is 32-bit, but my machine is x64:

Code:
./Flexiblecoin-qt: error while loading shared libraries: libminiupnpc.so.8: wrong ELF class: ELFCLASS64

All this looks very unprofessional.
62  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XST] Stealth-Coin.com | Tor | StealthText, World's first anonymous SMS Tx! on: September 09, 2014, 04:04:23 PM
Code:
I have a problem with the compilation process
g++: error: /usr/local/BerkeleyDB.4.8/lib/libdb_cxx-4.8.a: No such file or directory
g++: error: /usr/local/ssl/lib/libssl.a: No such file or directory
g++: error: /usr/local/ssl/lib/libcrypto.a: No such file or directory
g++: error: /usr/local/lib/libz.a: No such file or directory
makefile.unix:322: recipe for target 'StealthCoind' failed
my files are in /usr/lib/x86_64-linux-gnu/libssl.a


Help is appreciated
Try this:
Code:
sudo apt-get install libcrypto++-dev libcrypto++-doc libcrypto++-utils zlib1g-dev libssl-dev

and download BerkeleyDB.4.8 from Oracle website, unpack it, then go to build_unix directory. Type:

Code:
../dist/configure
make --enable-cxx
sudo make install

np Wink
63  Alternate cryptocurrencies / Altcoin Discussion / Re: [XST] StealthCoin Speculation Thread - Bittrex, Cryptonine on: September 07, 2014, 10:14:44 AM
Can the price rise to 50-60-70k Huh
It can rise to 200-250K and beat Dark Smiley
64  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XST] Stealth-Coin.com | Tor | StealthSend, World's first anonymous SMS Tx! on: September 04, 2014, 07:40:26 AM
20k for 20million coins?

Are you dreaming? Grin

It's the technology that counts most of the part. If dev delivers it will definitely goes up to 20k. Genuine technology set apart from anything else on the market. 

You seem new in crypto world, technology doesn't matter in the eyes of profiteers.

Let us resume this discussion on Sunday.
by the way i have more than 6 months experience in trading crypto. This is different from anything else out there.

Monero is 11,89 times more expensive then XST so if XST will reach Monero level can be worth 65427 sat.
65  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XST] Stealth-Coin.com | Tor | StealthSend, World's first anonymous SMS Tx! on: September 03, 2014, 06:26:06 PM
Can someone please help me with this error?


All the packages were already installed, but the locations in the makefile "appear" incorrect, f.i. it reports

Code:
g++: error: /usr/lib/x86_64-linux-gnu/libboost_system.a: No such file or directory

but that file path is "/usr/lib/libboost_system.a", but if I change the LIB_LINUX to that in the makefile, then it complains with

Code:
g++: error: /usr/lib/libssl.a: No such file or directory

as that file path is "/usr/lib/x86_64-linux-gnu/libssl.a", it does it because in the makefile the path is hard-coded as "$(LIB_LINUX)/libssl.a".

When I manually "fix" the paths in the makefile, I get the following linker error, which means that paths are probably not the issue:

Code:
/usr/lib/x86_64-linux-gnu/libevent.a(event.o): In function `gettime':
(.text+0x342): undefined reference to `clock_gettime'
/usr/lib/x86_64-linux-gnu/libevent.a(event.o): In function `event_base_new_with_config':
(.text+0x5b7b): undefined reference to `clock_gettime'
`.text._ZN8CryptoPP22BufferedTransformationD2Ev' referenced in section `.text._ZN8CryptoPP22BufferedTransformationD1Ev[_ZN8Cry$
`.text._ZN8CryptoPP4SinkD2Ev' referenced in section `.text._ZN8CryptoPP4SinkD1Ev[_ZN8CryptoPP4SinkD1Ev]' of /usr/lib/libcrypto$
`.text._ZN8CryptoPP28AuthenticatedSymmetricCipherD2Ev' referenced in section `.text._ZN8CryptoPP28AuthenticatedSymmetricCipher$
`.text._ZN8CryptoPP28AuthenticatedSymmetricCipherD2Ev' referenced in section `.text._ZN8CryptoPP28AuthenticatedSymmetricCipher$
`.text._ZN8CryptoPP14InputRejectingINS_22BufferedTransformationEED2Ev' referenced in section `.text._ZN8CryptoPP14InputRejecti$
`.text._ZN8CryptoPP13AutoSignalingINS_14InputRejectingINS_22BufferedTransformationEEEED2Ev' referenced in section `.text._ZN8C$
`.text._ZN8CryptoPP15SymmetricCipherD2Ev' referenced in section `.text._ZN8CryptoPP15SymmetricCipherD1Ev[_ZN8CryptoPP15Symmetr$
`.text._ZN8CryptoPP11BlockCipherD2Ev' referenced in section `.text._ZN8CryptoPP11BlockCipherD1Ev[_ZN8CryptoPP11BlockCipherD1Ev$
`.text._ZN8CryptoPP8TwoBasesINS_11BlockCipherENS_13Rijndael_InfoEED2Ev' referenced in section `.text._ZN8CryptoPP8TwoBasesINS_$
`.text._ZN8CryptoPP25SimpleKeyingInterfaceImplINS_8TwoBasesINS_11BlockCipherENS_13Rijndael_InfoEEES4_ED2Ev' referenced in sect$
`.text._ZN8CryptoPP13AlgorithmImplINS_25SimpleKeyingInterfaceImplINS_8TwoBasesINS_11BlockCipherENS_13Rijndael_InfoEEES5_EES6_E$
`.text._ZN8CryptoPP15BlockCipherImplINS_13Rijndael_InfoENS_11BlockCipherEED2Ev' referenced in section `.text._ZN8CryptoPP15Blo$
`.text._ZN8CryptoPP12ClonableImplINS_16BlockCipherFinalILNS_9CipherDirE0ENS_8Rijndael3EncEEES4_ED2Ev' referenced in section `.$
`.text._ZN8CryptoPP14CipherModeBaseD2Ev' referenced in section `.text._ZN8CryptoPP14CipherModeBaseD1Ev[_ZN8CryptoPP14CipherMod$
`.text._ZN8CryptoPP24ModePolicyCommonTemplateINS_28AdditiveCipherAbstractPolicyEED2Ev' referenced in section `.text._ZN8Crypto$
`.text._ZN8CryptoPP24ModePolicyCommonTemplateINS_28AdditiveCipherAbstractPolicyEED2Ev' referenced in section `.text._ZN8Crypto$
`.text._ZN8CryptoPP16BlockCipherFinalILNS_9CipherDirE0ENS_8Rijndael3EncEED2Ev' referenced in section `.text._ZN8CryptoPP16Bloc$
`.text._ZN8CryptoPP20AbstractPolicyHolderINS_28AdditiveCipherAbstractPolicyENS_14CTR_ModePolicyEED2Ev' referenced in section `$
`.text._ZN8CryptoPP20AbstractPolicyHolderINS_28AdditiveCipherAbstractPolicyENS_14CTR_ModePolicyEED2Ev' referenced in section `$
`.text._ZN8CryptoPP22AdditiveCipherTemplateINS_20AbstractPolicyHolderINS_28AdditiveCipherAbstractPolicyENS_14CTR_ModePolicyEEE$
`.text._ZN8CryptoPP22AdditiveCipherTemplateINS_20AbstractPolicyHolderINS_28AdditiveCipherAbstractPolicyENS_14CTR_ModePolicyEEE$
`.text._ZN8CryptoPP22AdditiveCipherTemplateINS_20AbstractPolicyHolderINS_28AdditiveCipherAbstractPolicyENS_14CTR_ModePolicyEEE$
`.text._ZN8CryptoPP20ConcretePolicyHolderINS_5EmptyENS_22AdditiveCipherTemplateINS_20AbstractPolicyHolderINS_28AdditiveCipherA$
`.text._ZN8CryptoPP20ConcretePolicyHolderINS_5EmptyENS_22AdditiveCipherTemplateINS_20AbstractPolicyHolderINS_28AdditiveCipherA$
`.text._ZN8CryptoPP20ConcretePolicyHolderINS_5EmptyENS_22AdditiveCipherTemplateINS_20AbstractPolicyHolderINS_28AdditiveCipherA$
`.text._ZN8CryptoPP38CipherModeFinalTemplate_ExternalCipherINS_20ConcretePolicyHolderINS_5EmptyENS_22AdditiveCipherTemplateINS$
`.text._ZN8CryptoPP38CipherModeFinalTemplate_ExternalCipherINS_20ConcretePolicyHolderINS_5EmptyENS_22AdditiveCipherTemplateINS$
`.text._ZN8CryptoPP38CipherModeFinalTemplate_ExternalCipherINS_20ConcretePolicyHolderINS_5EmptyENS_22AdditiveCipherTemplateINS$
`.text._ZN8CryptoPP14InputRejectingINS_6FilterEED2Ev' referenced in section `.text._ZN8CryptoPP14InputRejectingINS_6FilterEED1$
`.text._ZN8CryptoPP14SourceTemplateINS_11StringStoreEED2Ev' referenced in section `.text._ZN8CryptoPP14SourceTemplateINS_11Str$
`.text._ZN8CryptoPP12StringSourceD2Ev' referenced in section `.text._ZN8CryptoPP12StringSourceD1Ev[_ZN8CryptoPP12StringSourceD$
`.text._ZN8CryptoPP25MessageAuthenticationCodeD2Ev' referenced in section `.text._ZN8CryptoPP25MessageAuthenticationCodeD1Ev[_$
`.text._ZN8CryptoPP32AuthenticatedSymmetricCipherBaseD2Ev' referenced in section `.text._ZN8CryptoPP32AuthenticatedSymmetricCi$
`.text._ZN8CryptoPP32AuthenticatedSymmetricCipherBaseD2Ev' referenced in section `.text._ZN8CryptoPP32AuthenticatedSymmetricCi$
`.text._ZN8CryptoPP6FilterD2Ev' referenced in section `.text._ZN8CryptoPP6FilterD1Ev[_ZN8CryptoPP6FilterD1Ev]' of /usr/lib/lib$
`.text._ZN8CryptoPP23FilterWithBufferedInputD2Ev' referenced in section `.text._ZN8CryptoPP23FilterWithBufferedInputD1Ev[_ZN8C$
`.text._ZN8CryptoPP17SimpleProxyFilterD2Ev' referenced in section `.text._ZN8CryptoPP17SimpleProxyFilterD1Ev[_ZN8CryptoPP17Sim$
`.text._ZN8CryptoPP11UnflushableINS_6FilterEED2Ev' referenced in section `.text._ZN8CryptoPP11UnflushableINS_6FilterEED1Ev[_ZN$
`.text._ZN8CryptoPP10BufferlessINS_6FilterEED2Ev' referenced in section `.text._ZN8CryptoPP10BufferlessINS_6FilterEED1Ev[_ZN8C$
`.text._ZN8CryptoPP13BaseN_DecoderD2Ev' referenced in section `.text._ZN8CryptoPP13BaseN_DecoderD1Ev[_ZN8CryptoPP13BaseN_Decod$
`.text._ZN8CryptoPP22CustomFlushPropagationINS_4SinkEED2Ev' referenced in section `.text._ZN8CryptoPP22CustomFlushPropagationI$
`.text._ZN8CryptoPP23CustomSignalPropagationINS_4SinkEED2Ev' referenced in section `.text._ZN8CryptoPP23CustomSignalPropagatio$
`.text._ZN8CryptoPP5StoreD2Ev' referenced in section `.text._ZN8CryptoPP5StoreD1Ev[_ZN8CryptoPP5StoreD1Ev]' of /usr/lib/libcry$
`.text._ZN8CryptoPP11StringStoreD2Ev' referenced in section `.text._ZN8CryptoPP11StringStoreD1Ev[_ZN8CryptoPP11StringStoreD1Ev$
`.text._ZN8CryptoPP6SourceD2Ev' referenced in section `.text._ZN8CryptoPP6SourceD1Ev[_ZN8CryptoPP6SourceD1Ev]' of /usr/lib/lib$
`.text._ZN8CryptoPP11ProxyFilterD2Ev' referenced in section `.text._ZN8CryptoPP11ProxyFilterD1Ev[_ZN8CryptoPP11ProxyFilterD1Ev$
`.text._ZN8CryptoPP26StreamTransformationFilterD2Ev' referenced in section `.text._ZN8CryptoPP26StreamTransformationFilterD1Ev$
`.text._ZN8CryptoPP22HashVerificationFilterD2Ev' referenced in section `.text._ZN8CryptoPP22HashVerificationFilterD1Ev[_ZN8Cry$
`.text._ZN8CryptoPP29AuthenticatedDecryptionFilterD2Ev' referenced in section `.text._ZN8CryptoPP29AuthenticatedDecryptionFilt$
`.text._ZN8CryptoPP8GCM_Base4GCTRD2Ev' referenced in section `.text._ZN8CryptoPP8GCM_Base4GCTRD1Ev[_ZN8CryptoPP8GCM_Base4GCTRD$
`.text._ZN8CryptoPP8GCM_Base4GCTRD2Ev' referenced in section `.text._ZN8CryptoPP8GCM_Base4GCTRD1Ev[_ZN8CryptoPP8GCM_Base4GCTRD$
`.text._ZN8CryptoPP8GCM_Base4GCTRD2Ev' referenced in section `.text._ZN8CryptoPP8GCM_Base4GCTRD1Ev[_ZN8CryptoPP8GCM_Base4GCTRD$
`.text._ZN8CryptoPP8GCM_BaseD2Ev' referenced in section `.text._ZN8CryptoPP8GCM_BaseD1Ev[_ZN8CryptoPP8GCM_BaseD1Ev]' of /usr/l$
`.text._ZN8CryptoPP8GCM_BaseD2Ev' referenced in section `.text._ZN8CryptoPP8GCM_BaseD1Ev[_ZN8CryptoPP8GCM_BaseD1Ev]' of /usr/l$
`.text._ZN8CryptoPP14CTR_ModePolicyD2Ev' referenced in section `.text._ZN8CryptoPP14CTR_ModePolicyD1Ev[_ZN8CryptoPP14CTR_ModeP$
`.text._ZN8CryptoPP14CTR_ModePolicyD2Ev' referenced in section `.text._ZN8CryptoPP14CTR_ModePolicyD1Ev[_ZN8CryptoPP14CTR_ModeP$
`.text._ZN8CryptoPP8Rijndael4BaseD2Ev' referenced in section `.text._ZN8CryptoPP8Rijndael4BaseD1Ev[_ZN8CryptoPP8Rijndael4BaseD$
`.text._ZN8CryptoPP8Rijndael3EncD2Ev' referenced in section `.text._ZN8CryptoPP8Rijndael3EncD1Ev[_ZN8CryptoPP8Rijndael3EncD1Ev$
collect2: error: ld returned 1 exit status
make: *** [StealthCoind] Error 1

sudo apt-get install libboost-system-dev libssl-dev
or libboost-all-dev
66  Alternate cryptocurrencies / Altcoin Discussion / Re: [XST] StealthCoin Speculation Thread - Bittrex, Cryptonine on: August 30, 2014, 07:19:54 AM
Anonymity is top priority of this coin. Its first coin with full Tor implementation. Check main thread.
67  Alternate cryptocurrencies / Altcoin Discussion / Re: [XST] StealthCoin Speculation Thread - Bittrex, Cryptonine on: August 30, 2014, 06:52:25 AM
This coin need more hype.
68  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XST] Stealth-Coin.com | Tor | StealthSend, World's first anonymous SMS Tx! on: August 29, 2014, 01:33:50 PM
That will build a statically linked daemon that you can share with your friends.
Code:
apt install libboost1.55-all-dev

E: Unable to locate package libboost1.55-all-dev
E: Couldn't find any package by regex 'libboost1.55-all-dev'

 Sad
Try libboost1.54-all-dev - probably you have old linux version. You can go to Synaptic, search "libboost" and install newest package.

Code:
g++: error: /usr/lib/x86_64-linux-gnu/libboost_system.a: No such file or directory
g++: error: /usr/lib/x86_64-linux-gnu/libboost_filesystem.a: No such file or directory
g++: error: /usr/lib/x86_64-linux-gnu/libboost_program_options.a: No such file or directory
g++: error: /usr/lib/x86_64-linux-gnu/libboost_thread.a: No such file or directory
make: *** [StealthCoind] Error 1
That means you have to install libboost-system1.5x(4 or 5 or whatever)-dev package. Same with "thread", "filesystem", "program-options".
69  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XST] Stealth-Coin.com | Tor | StealthSend, World's first anonymous SMS Tx! on: August 29, 2014, 01:10:48 PM
That will build a statically linked daemon that you can share with your friends.

If you just want a linux daemon (64 bit), you can use this:

https://drive.google.com/file/d/0B8rWObF4xz1YSFdidXpiM3ZDeFE/edit?usp=sharing


-- Hondo

Thanks dev. Berkeley-db works perfectly now. But I get some errors about libboost again... why??? I've installed libboost with: apt-get install libboost-all-dev

Quote
g++: error: /usr/lib/x86_64-linux-gnu/libboost_system.a: No such file or directory
g++: error: /usr/lib/x86_64-linux-gnu/libboost_filesystem.a: No such file or directory
g++: error: /usr/lib/x86_64-linux-gnu/libboost_program_options.a: No such file or directory
g++: error: /usr/lib/x86_64-linux-gnu/libboost_thread.a: No such file or directory
make: *** [StealthCoind] Error 1

Code:
apt install libboost1.55-all-dev

70  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XST] Stealth-Coin.com | Tor | StealthSend, World's first anonymous SMS Tx! on: August 28, 2014, 07:54:59 AM
New wallet v1.2.0.1 is working well. For Linux build, this is required:
Code:
sudo apt-get install libcrypto++-dev libcrypto++-doc libcrypto++-utils
71  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XST] StealthCoin | PoS + Tor | Vote on BTC38,Cryptsy! - New Website Live! on: August 27, 2014, 04:41:49 AM
Tried to compile the source for ARM (raspberry pi) and got this: 'fatal error: xmmintrin.h: No such file or directory'. Any ideas pls?
Probably you need BarkeleyDB 4.8
72  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XST] StealthCoin | PoS + Tor | Vote on BTC38,Cryptsy! - New Website Live! on: August 24, 2014, 07:42:23 PM
Just curious - why is the buy support so thin for this coin? 1BTC worth of sales and it's down from 1k to 600.
Because nothing is happening with this coin now and some prefer to sell and spend their money somewhere else. Maybe will buy later. Price is very stable since 3 weeks or more with only occasional dumps. That means coin is strong but people believe they have a time and buy XST after week or two at same price or cheaper. Maybe its truth.


Sorry this made me laugh..... Stealthcoin is 1 day from a release date and there is nothing going on? well again thank you for dumping please do it again tonight i have more buys in place lol  i think ill be laughing harder at your comment tomorrow when i make money off all the coin you dumped....
eeeeee... i'm only buying, yyy... i have more then 100K... eee...
73  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XST] StealthCoin | PoS + Tor | Vote on BTC38,Cryptsy! - New Website Live! on: August 24, 2014, 11:36:41 AM
Just curious - why is the buy support so thin for this coin? 1BTC worth of sales and it's down from 1k to 600.
Because nothing is happening with this coin now and some prefer to sell and spend their money somewhere else. Maybe will buy later. Price is very stable since 3 weeks or more with only occasional dumps. That means coin is strong but people believe they have a time and buy XST after week or two at same price or cheaper. Maybe its truth.
74  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XST] StealthCoin | PoS + Tor | Vote on BTC38,Cryptsy! - New Website Live! on: August 22, 2014, 08:32:42 PM

I solve my problem earlier. I had many operations with 1 XST and minting all the time. Just send your coins to another wallet and resend in 1 operation. All your money will mine at same time with only 1 warning, not hundreds.

All those small transactions keep the coin network healthy.  Each one is a confirmation, many confirmations make received coins get confirmed faster.  Even if less people are trading coins.  Many small Stakes, keeps the blockchain moving.
That's why i had so many transactions but not now because of this problem.
75  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XST] StealthCoin | PoS + Tor | Vote on BTC38,Cryptsy! - New Website Live! on: August 22, 2014, 07:07:45 PM
My stealth coin folder in app data on win 7 is over 50gb in size. Any ideas why?

After installing the new wallet 1.1.1.1 old "debug.log" still in the folder.
Delete this file
Will create a new debug.log file will be much smaller than the old one.
Sorry for my English


Thanks but restarting the debug.log does not stop it growing very quickly - even with v 1.1.1.1

You are correct, restarting doesn't.  But the new wallet v 1.1.1.1 does stop it from growing large quickly.  Mine had completely filled the hard drive.  But is fine now.
I solve my problem earlier. I had many operations with 1 XST and minting all the time. Just send your coins to another wallet and resend in 1 operation. All your money will mine at same time with only 1 warning, not hundreds.
76  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XST] StealthCoin | PoS + Tor | Vote on BTC38,Cryptsy! - New Website Live! on: August 22, 2014, 06:21:09 AM
My stealth coin folder in app data on win 7 is over 50gb in size. Any ideas why?
debug.log
77  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XST] StealthCoin | PoS + Tor | Vote on BTC38,Cryptsy! - New Website Live! on: August 21, 2014, 09:16:32 AM
I've bought 50000 XST more during last dump and i'm happy Grin
78  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XST] StealthCoin | PoS + Tor | Vote on BTC38,Cryptsy! - New Website Live! on: August 20, 2014, 04:19:33 PM
Please help!
I've lost my coin even if I have a back-up wallet.dat but my coins don't show up in the new wallet ...please tell me what to do! Sad

try typing repairwallet in console

Not working...I'm on a new pc now ...but I have my wallet.dat

seems you are using a wrong wallet.dat
you still have another wallet in old pc?
No , I don't...

any transaction appears in the new wallet?

No man Sad nothing appears...I really really hope that I didn't lost my coins because I did nothing wrong...I'm with xst from the beggining

Is your wallet sync? Newest block is 57846.
79  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XST] StealthCoin | PoS + Tor | Vote on BTC38,Cryptsy! - New Website Live! on: August 19, 2014, 04:56:22 PM
Are we expecting any announcements in the next few days?
Yes. Check roadmap on https://www.stealth-coin.com

(1) STEALTH MOBILE TRANSACTIONS
Fully Encrypted Mobile Sending [August 25, 2014]

Tomorrow we should see whitepaper.
80  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XST] StealthCoin | PoS + Tor | Vote on BTC38,Cryptsy! - New Website Live! on: August 18, 2014, 05:26:02 PM
123000 XST in 975 - 1000 sat range Shocked Only 4 BTC to 1500 sat.
Pages: « 1 2 3 [4] 5 6 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!