Bitcoin Forum
May 04, 2024, 12:07:06 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 [230] 231 232 233 »
  Print  
Author Topic: [ANN] CureCoin 2.0 is live - Mandatory Update is available now - DEC 2018  (Read 696200 times)
DaveF
Legendary
*
Offline Offline

Activity: 3472
Merit: 6263


Crypto Swap Exchange


View Profile WWW
June 21, 2020, 01:24:02 PM
 #4581

Since I have never really dealt with a POS coin before I have to ask what might be a really stupid question:

Every day I get a few coins from the pool, am I better off combining them into 1 big input / transaction or does having 90 smaller inputs / transaction not matter?

I just got my 1st POS mined reward and it was for 0.03267. So not really anything. If once a month I took all 30 payments from the pool and made 1 big one would that be better?

Just trying to figure out what the best way to do this is.

Thanks,
Dave

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
1714824426
Hero Member
*
Offline Offline

Posts: 1714824426

View Profile Personal Message (Offline)

Ignore
1714824426
Reply with quote  #2

1714824426
Report to moderator
BitcoinCleanup.com: Learn why Bitcoin isn't bad for the environment
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
xandry
Staff
Legendary
*
Offline Offline

Activity: 3444
Merit: 4037


Crypto Swap Exchange


View Profile WWW
June 23, 2020, 05:20:11 AM
 #4582

Code:
$ make
cd /home/xandry/Bpeмeннaя/CurecoinSource-2.0.0.2/CurecoinSource; /bin/sh share/genbuild.sh /home/xandry/Bpeмeннaя/CurecoinSource-2.0.0.2/CurecoinSource/build/build.h
g++ -fstack-protector-all --param ssp-buffer-size=1 -Wl,-O1 -o curecoin-qt build/curecoin.o build/curecoingui.o build/transactiontablemodel.o build/addresstablemodel.o build/optionsdialog.o build/sendcoinsdialog.o build/addressbookpage.o build/signverifymessagedialog.o build/aboutdialog.o build/editaddressdialog.o build/curecoinaddressvalidator.o build/alert.o build/version.o build/sync.o build/util.o build/netbase.o build/key.o build/script.o build/main.o build/init.o build/net.o build/irc.o build/checkpoints.o build/addrman.o build/db.o build/walletdb.o build/clientmodel.o build/guiutil.o build/transactionrecord.o build/optionsmodel.o build/monitoreddatamapper.o build/transactiondesc.o build/transactiondescdialog.o build/curecoinstrings.o build/curecoinamountfield.o build/wallet.o build/keystore.o build/transactionfilterproxy.o build/transactionview.o build/walletmodel.o build/curecoinrpc.o build/rpcdump.o build/rpcnet.o build/rpcmining.o build/rpcwallet.o build/rpcblockchain.o build/rpcrawtransaction.o build/overviewpage.o build/csvmodelwriter.o build/crypter.o build/sendcoinsentry.o build/qvalidatedlineedit.o build/curecoinunits.o build/qvaluecombobox.o build/askpassphrasedialog.o build/protocol.o build/notificator.o build/qtipcserver.o build/rpcconsole.o build/noui.o build/kernel.o build/qrc_curecoin.o build/moc_curecoingui.o build/moc_transactiontablemodel.o build/moc_addresstablemodel.o build/moc_optionsdialog.o build/moc_sendcoinsdialog.o build/moc_addressbookpage.o build/moc_signverifymessagedialog.o build/moc_aboutdialog.o build/moc_editaddressdialog.o build/moc_curecoinaddressvalidator.o build/moc_clientmodel.o build/moc_guiutil.o build/moc_optionsmodel.o build/moc_monitoreddatamapper.o build/moc_transactiondesc.o build/moc_transactiondescdialog.o build/moc_curecoinamountfield.o build/moc_transactionfilterproxy.o build/moc_transactionview.o build/moc_walletmodel.o build/moc_overviewpage.o build/moc_csvmodelwriter.o build/moc_sendcoinsentry.o build/moc_qvalidatedlineedit.o build/moc_qvaluecombobox.o build/moc_askpassphrasedialog.o build/moc_notificator.o build/moc_rpcconsole.o   -lminiupnpc -lrt -lssl -lcrypto -ldb_cxx -lboost_system -lboost_filesystem -lboost_program_options -lboost_thread -lQt5PrintSupport -lQt5Widgets -lQt5Gui -lQt5Network -lQt5Core -lGL -lpthread
build/util.o: In function `CInit::~CInit()':
util.cpp:(.text._ZN5CInitD2Ev[_ZN5CInitD5Ev]+0x1b): undefined reference to `CRYPTO_set_locking_callback'
util.cpp:(.text._ZN5CInitD2Ev[_ZN5CInitD5Ev]+0x56): undefined reference to `CRYPTO_num_locks'
build/util.o: In function `CInit::CInit()':
util.cpp:(.text._ZN5CInitC2Ev[_ZN5CInitC5Ev]+0x19): undefined reference to `CRYPTO_num_locks'
util.cpp:(.text._ZN5CInitC2Ev[_ZN5CInitC5Ev]+0x65): undefined reference to `CRYPTO_num_locks'
util.cpp:(.text._ZN5CInitC2Ev[_ZN5CInitC5Ev]+0x75): undefined reference to `CRYPTO_set_locking_callback'
build/init.o: In function `AppInit2()':
init.cpp:(.text+0x7f8c): undefined reference to `SSLeay_version'
build/init.o: In function `std::_Sp_counted_ptr<boost::asio::ssl::detail::openssl_init_base::do_init*, (__gnu_cxx::_Lock_policy)2>::_M_dispose()':
init.cpp:(.text._ZNSt15_Sp_counted_ptrIPN5boost4asio3ssl6detail17openssl_init_base7do_initELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv[_ZNSt15_Sp_counted_ptrIPN5boost4asio3ssl6detail17openssl_init_base7do_initELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv]+0x2a): undefined reference to `CRYPTO_set_locking_callback'
init.cpp:(.text._ZNSt15_Sp_counted_ptrIPN5boost4asio3ssl6detail17openssl_init_base7do_initELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv[_ZNSt15_Sp_counted_ptrIPN5boost4asio3ssl6detail17openssl_init_base7do_initELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv]+0x2f): undefined reference to `ERR_free_strings'
init.cpp:(.text._ZNSt15_Sp_counted_ptrIPN5boost4asio3ssl6detail17openssl_init_base7do_initELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv[_ZNSt15_Sp_counted_ptrIPN5boost4asio3ssl6detail17openssl_init_base7do_initELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv]+0x34): undefined reference to `EVP_cleanup'
init.cpp:(.text._ZNSt15_Sp_counted_ptrIPN5boost4asio3ssl6detail17openssl_init_base7do_initELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv[_ZNSt15_Sp_counted_ptrIPN5boost4asio3ssl6detail17openssl_init_base7do_initELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv]+0x39): undefined reference to `CRYPTO_cleanup_all_ex_data'
init.cpp:(.text._ZNSt15_Sp_counted_ptrIPN5boost4asio3ssl6detail17openssl_init_base7do_initELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv[_ZNSt15_Sp_counted_ptrIPN5boost4asio3ssl6detail17openssl_init_base7do_initELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv]+0x4f): undefined reference to `ENGINE_cleanup'
build/init.o: In function `boost::asio::ssl::detail::openssl_init_base::do_init::~do_init()':
init.cpp:(.text._ZN5boost4asio3ssl6detail17openssl_init_base7do_initD2Ev[_ZN5boost4asio3ssl6detail17openssl_init_base7do_initD5Ev]+0x20): undefined reference to `CRYPTO_set_locking_callback'
init.cpp:(.text._ZN5boost4asio3ssl6detail17openssl_init_base7do_initD2Ev[_ZN5boost4asio3ssl6detail17openssl_init_base7do_initD5Ev]+0x25): undefined reference to `ERR_free_strings'
init.cpp:(.text._ZN5boost4asio3ssl6detail17openssl_init_base7do_initD2Ev[_ZN5boost4asio3ssl6detail17openssl_init_base7do_initD5Ev]+0x2a): undefined reference to `EVP_cleanup'
init.cpp:(.text._ZN5boost4asio3ssl6detail17openssl_init_base7do_initD2Ev[_ZN5boost4asio3ssl6detail17openssl_init_base7do_initD5Ev]+0x2f): undefined reference to `CRYPTO_cleanup_all_ex_data'
init.cpp:(.text._ZN5boost4asio3ssl6detail17openssl_init_base7do_initD2Ev[_ZN5boost4asio3ssl6detail17openssl_init_base7do_initD5Ev]+0x45): undefined reference to `ENGINE_cleanup'
build/init.o: In function `boost::asio::ssl::detail::openssl_init_base::instance()':
init.cpp:(.text._ZN5boost4asio3ssl6detail17openssl_init_base8instanceEv[_ZN5boost4asio3ssl6detail17openssl_init_base8instanceEv]+0xc5): undefined reference to `SSL_library_init'
init.cpp:(.text._ZN5boost4asio3ssl6detail17openssl_init_base8instanceEv[_ZN5boost4asio3ssl6detail17openssl_init_base8instanceEv]+0xca): undefined reference to `SSL_load_error_strings'
init.cpp:(.text._ZN5boost4asio3ssl6detail17openssl_init_base8instanceEv[_ZN5boost4asio3ssl6detail17openssl_init_base8instanceEv]+0xcf): undefined reference to `OPENSSL_add_all_algorithms_noconf'
init.cpp:(.text._ZN5boost4asio3ssl6detail17openssl_init_base8instanceEv[_ZN5boost4asio3ssl6detail17openssl_init_base8instanceEv]+0xd4): undefined reference to `CRYPTO_num_locks'
init.cpp:(.text._ZN5boost4asio3ssl6detail17openssl_init_base8instanceEv[_ZN5boost4asio3ssl6detail17openssl_init_base8instanceEv]+0x1da): undefined reference to `CRYPTO_set_locking_callback'
build/walletmodel.o: In function `QList<SendCoinsRecipient>::free(QListData::Data*) [clone .isra.147]':
walletmodel.cpp:(.text+0x573): undefined reference to `QString::free(QString::Data*)'
walletmodel.cpp:(.text+0x5a8): undefined reference to `QString::free(QString::Data*)'
build/walletmodel.o: In function `NotifyTransactionChanged(WalletModel*, CWallet*, uint256 const&, ChangeType)':
walletmodel.cpp:(.text+0x720): undefined reference to `QString::fromAscii(char const*, int)'
walletmodel.cpp:(.text+0x7d8): undefined reference to `QString::free(QString::Data*)'
walletmodel.cpp:(.text+0x7fa): undefined reference to `QString::free(QString::Data*)'
build/walletmodel.o: In function `WalletModel::backupWallet(QString const&)':
walletmodel.cpp:(.text+0xc89): undefined reference to `QByteArray::realloc(int)'
build/walletmodel.o: In function `NotifyAddressBookChanged(WalletModel*, CWallet*, boost::variant<CNoDestination, CKeyID, CScriptID> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, ChangeType)':
walletmodel.cpp:(.text+0x199f): undefined reference to `QString::fromAscii(char const*, int)'
walletmodel.cpp:(.text+0x1a01): undefined reference to `QString::fromAscii(char const*, int)'
walletmodel.cpp:(.text+0x1aba): undefined reference to `QString::free(QString::Data*)'
walletmodel.cpp:(.text+0x1b68): undefined reference to `QString::free(QString::Data*)'
walletmodel.cpp:(.text+0x1bb4): undefined reference to `QString::free(QString::Data*)'
walletmodel.cpp:(.text+0x1bf6): undefined reference to `QString::free(QString::Data*)'
build/walletmodel.o: In function `WalletModel::sendCoins(QString const&, QList<SendCoinsRecipient> const&)':
walletmodel.cpp:(.text+0x3148): undefined reference to `QString::shared_null'
walletmodel.cpp:(.text+0x3161): undefined reference to `QString::shared_null'
walletmodel.cpp:(.text+0x316b): undefined reference to `QString::shared_null'
walletmodel.cpp:(.text+0x3184): undefined reference to `QString::shared_null'
walletmodel.cpp:(.text+0x318e): undefined reference to `QString::shared_null'
build/walletmodel.o:walletmodel.cpp:(.text+0x31a0): more undefined references to `QString::shared_null' follow
build/walletmodel.o: In function `WalletModel::sendCoins(QString const&, QList<SendCoinsRecipient> const&)':
walletmodel.cpp:(.text+0x32de): undefined reference to `QHashData::detach_helper2(void (*)(QHashData::Node*, void*), void (*)(QHashData::Node*), int, int)'
walletmodel.cpp:(.text+0x337e): undefined reference to `QString::shared_null'
walletmodel.cpp:(.text+0x3388): undefined reference to `QString::shared_null'
walletmodel.cpp:(.text+0x33a2): undefined reference to `QString::shared_null'
walletmodel.cpp:(.text+0x33ac): undefined reference to `QString::shared_null'
walletmodel.cpp:(.text+0x33be): undefined reference to `QString::shared_null'
walletmodel.cpp:(.text+0x33c3): undefined reference to `QString::free(QString::Data*)'
walletmodel.cpp:(.text+0x3424): undefined reference to `QString::free(QString::Data*)'
walletmodel.cpp:(.text+0x3461): undefined reference to `QString::shared_null'
walletmodel.cpp:(.text+0x346b): undefined reference to `QString::shared_null'
walletmodel.cpp:(.text+0x3485): undefined reference to `QString::shared_null'
walletmodel.cpp:(.text+0x348f): undefined reference to `QString::shared_null'
walletmodel.cpp:(.text+0x34a1): undefined reference to `QString::shared_null'
build/walletmodel.o:walletmodel.cpp:(.text+0x34a8): more undefined references to `QString::shared_null' follow
build/walletmodel.o: In function `WalletModel::sendCoins(QString const&, QList<SendCoinsRecipient> const&)':
walletmodel.cpp:(.text+0x34ad): undefined reference to `QString::free(QString::Data*)'
walletmodel.cpp:(.text+0x34c3): undefined reference to `QString::shared_null'
walletmodel.cpp:(.text+0x34c8): undefined reference to `QString::free(QString::Data*)'
walletmodel.cpp:(.text+0x3505): undefined reference to `QString::shared_null'
walletmodel.cpp:(.text+0x350f): undefined reference to `QString::shared_null'
walletmodel.cpp:(.text+0x3529): undefined reference to `QString::shared_null'
walletmodel.cpp:(.text+0x3533): undefined reference to `QString::shared_null'
walletmodel.cpp:(.text+0x3545): undefined reference to `QString::shared_null'
build/walletmodel.o:walletmodel.cpp:(.text+0x354c): more undefined references to `QString::shared_null' follow
build/walletmodel.o: In function `WalletModel::sendCoins(QString const&, QList<SendCoinsRecipient> const&)':
walletmodel.cpp:(.text+0x3551): undefined reference to `QString::free(QString::Data*)'
walletmodel.cpp:(.text+0x3563): undefined reference to `QString::shared_null'
walletmodel.cpp:(.text+0x356d): undefined reference to `QString::shared_null'
walletmodel.cpp:(.text+0x3587): undefined reference to `QString::shared_null'
walletmodel.cpp:(.text+0x3591): undefined reference to `QString::shared_null'
walletmodel.cpp:(.text+0x35cb): undefined reference to `QString::shared_null'
walletmodel.cpp:(.text+0x35d0): undefined reference to `QString::free(QString::Data*)'
walletmodel.cpp:(.text+0x35f1): undefined reference to `QString::shared_null'
walletmodel.cpp:(.text+0x360d): undefined reference to `QString::shared_null'
walletmodel.cpp:(.text+0x3618): undefined reference to `QString::shared_null'
walletmodel.cpp:(.text+0x3622): undefined reference to `QString::shared_null'
walletmodel.cpp:(.text+0x3634): undefined reference to `QString::shared_null'
build/walletmodel.o:walletmodel.cpp:(.text+0x363b): more undefined references to `QString::shared_null' follow
build/walletmodel.o: In function `WalletModel::sendCoins(QString const&, QList<SendCoinsRecipient> const&)':
walletmodel.cpp:(.text+0x3640): undefined reference to `QString::free(QString::Data*)'
walletmodel.cpp:(.text+0x3a04): undefined reference to `QString::shared_null'
walletmodel.cpp:(.text+0x3a21): undefined reference to `QString::shared_null'
walletmodel.cpp:(.text+0x3a2c): undefined reference to `QString::shared_null'
walletmodel.cpp:(.text+0x3a36): undefined reference to `QString::shared_null'
walletmodel.cpp:(.text+0x3ab6): undefined reference to `QMetaObject::tr(char const*, char const*) const'
walletmodel.cpp:(.text+0x3b25): undefined reference to `QString::shared_null'
walletmodel.cpp:(.text+0x3b2f): undefined reference to `QString::shared_null'
walletmodel.cpp:(.text+0x3b49): undefined reference to `QString::shared_null'
walletmodel.cpp:(.text+0x3b53): undefined reference to `QString::shared_null'
walletmodel.cpp:(.text+0x3b65): undefined reference to `QString::shared_null'
walletmodel.cpp:(.text+0x3b6a): undefined reference to `QString::free(QString::Data*)'
walletmodel.cpp:(.text+0x3c3e): undefined reference to `QString::shared_null'
walletmodel.cpp:(.text+0x3c48): undefined reference to `QString::shared_null'
walletmodel.cpp:(.text+0x3c62): undefined reference to `QString::shared_null'
walletmodel.cpp:(.text+0x3c6c): undefined reference to `QString::shared_null'
walletmodel.cpp:(.text+0x3c7e): undefined reference to `QString::shared_null'
walletmodel.cpp:(.text+0x3c83): undefined reference to `QString::free(QString::Data*)'
walletmodel.cpp:(.text+0x3ca5): undefined reference to `QString::shared_null'
walletmodel.cpp:(.text+0x3caf): undefined reference to `QString::shared_null'
walletmodel.cpp:(.text+0x3cc9): undefined reference to `QString::shared_null'
walletmodel.cpp:(.text+0x3cd3): undefined reference to `QString::shared_null'
walletmodel.cpp:(.text+0x3ce5): undefined reference to `QString::shared_null'
walletmodel.cpp:(.text+0x3cea): undefined reference to `QString::free(QString::Data*)'
walletmodel.cpp:(.text+0x3cfc): undefined reference to `QString::free(QString::Data*)'
walletmodel.cpp:(.text+0x3d08): undefined reference to `QString::shared_null'
walletmodel.cpp:(.text+0x3d0d): undefined reference to `QString::free(QString::Data*)'
walletmodel.cpp:(.text+0x3dc8): undefined reference to `QString::fromAscii(char const*, int)'
walletmodel.cpp:(.text+0x3dcf): undefined reference to `QString::shared_null'
walletmodel.cpp:(.text+0x3de6): undefined reference to `QString::shared_null'
walletmodel.cpp:(.text+0x4010): undefined reference to `QString::free(QString::Data*)'
walletmodel.cpp:(.text+0x4052): undefined reference to `QString::shared_null'
walletmodel.cpp:(.text+0x4064): undefined reference to `QString::free(QString::Data*)'
walletmodel.cpp:(.text+0x40c0): undefined reference to `QString::free(QString::Data*)'
walletmodel.cpp:(.text+0x4189): undefined reference to `QString::free(QString::Data*)'
build/walletmodel.o: In function `QHash<QString, QHashDummyValue>::deleteNode2(QHashData::Node*)':
walletmodel.cpp:(.text._ZN5QHashI7QString15QHashDummyValueE11deleteNode2EPN9QHashData4NodeE[_ZN5QHashI7QString15QHashDummyValueE11deleteNode2EPN9QHashData4NodeE]+0x59): undefined reference to `QString::free(QString::Data*)'
build/walletmodel.o: In function `QHash<QString, QHashDummyValue>::findNode(QString const&, unsigned int*) const':
walletmodel.cpp:(.text._ZNK5QHashI7QString15QHashDummyValueE8findNodeERKS0_Pj[_ZNK5QHashI7QString15QHashDummyValueE8findNodeERKS0_Pj]+0x2c): undefined reference to `qHash(QString const&)'
walletmodel.cpp:(.text._ZNK5QHashI7QString15QHashDummyValueE8findNodeERKS0_Pj[_ZNK5QHashI7QString15QHashDummyValueE8findNodeERKS0_Pj]+0x90): undefined reference to `QString::operator==(QString const&) const'
build/walletmodel.o: In function `QList<SendCoinsRecipient>::detach_helper(int)':
walletmodel.cpp:(.text._ZN5QListI18SendCoinsRecipientE13detach_helperEi[_ZN5QListI18SendCoinsRecipientE13detach_helperEi]+0x11f): undefined reference to `QString::free(QString::Data*)'
walletmodel.cpp:(.text._ZN5QListI18SendCoinsRecipientE13detach_helperEi[_ZN5QListI18SendCoinsRecipientE13detach_helperEi]+0x136): undefined reference to `QString::free(QString::Data*)'
collect2: error: ld returned 1 exit status
Makefile:456: recipe for target 'curecoin-qt' failed
make: *** [curecoin-qt] Error 1
What is wrong?

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
casper77
Legendary
*
Offline Offline

Activity: 2884
Merit: 1035


View Profile
June 23, 2020, 01:40:12 PM
 #4583

maybe cyrillic not valid in path
DaveF
Legendary
*
Offline Offline

Activity: 3472
Merit: 6263


Crypto Swap Exchange


View Profile WWW
June 26, 2020, 12:21:27 AM
 #4584

Just got another 0.033176 from POS mining.
So, would I be better off combining all the small inputs into one large one.
Knowing that I would get fewer payments but larger ones? Or does it not matter?

-Dave

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
xandry
Staff
Legendary
*
Offline Offline

Activity: 3444
Merit: 4037


Crypto Swap Exchange


View Profile WWW
June 26, 2020, 05:01:32 PM
 #4585

maybe cyrillic not valid in path
No, I moved sources to the other folder without Cyrillic symbols in name but it did not help. I'm getting the same error.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
Dastrike351
Member
**
Offline Offline

Activity: 160
Merit: 10

Hello World!


View Profile
September 28, 2020, 02:05:39 AM
 #4586

Can we have the CURE/USD pair on Bittrex?
DaveF
Legendary
*
Offline Offline

Activity: 3472
Merit: 6263


Crypto Swap Exchange


View Profile WWW
September 28, 2020, 12:21:10 PM
 #4587

Can we have the CURE/USD pair on Bittrex?

Not sure what you are looking for it's there:

https://bittrex.com/Market/Index?MarketName=BTC-CURE

Side note, the only other exchanges it's on are livecoin which has a bunch of scam accusations against them and hitbtc which also has a bunch.
Makes you wonder if the coin would be better off being on other exchanges.

-Dave




█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
The Sceptical Chymist
Legendary
*
Offline Offline

Activity: 3332
Merit: 6826


Cashback 15%


View Profile
November 27, 2020, 10:58:17 PM
 #4588

Side note, the only other exchanges it's on are livecoin which has a bunch of scam accusations against them and hitbtc which also has a bunch.
Makes you wonder if the coin would be better off being on other exchanges.
I recently got into folding@home, as I think it's a fantastic project and of course I wouldn't mind earning a wee bit of crypto, even if it is an obscure alt like Curecoin.  When I was on their page just now and clicked their bitcointalk link and found you posting here, I was quite surprised (because we've communicated in the past, and I didn't think I'd know anyone on this forum who had an interest in Curecoin).  So good to see you here.

Nobody answered your question about small/big payouts, but I think it actually does matter with PoS coins, though if you're only getting your Curecoin through folding you're going to be waiting a long time before you have enough to stake.

I wanted to buy some Curecoin on Bittrex, but I don't want to go through their KYC procedures.  BTCPOP is another alternative, although the market there seems to be very thin.  I wish coins like this could get listed on exchanges like Kucoin, Binance, or some of the bigger ones.

It's a rare thing to see a crypto coin backed by a legitimate purpose, which is, preventing deaths and saving lives using science.
Yes it is.  I was also a fan of Gridcoin for a while, but running the BOINC program seemed to screw with my computer to no end.  F@H doesn't, fortunately. 

But although Curecoin can be earned by doing something extremely worthwhile, that doesn't mean it has more value than any other coin.  I do wish more people would start running the F@H program and earning Curecoin; that would create interest in and demand for the coin at least.

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
casper77
Legendary
*
Offline Offline

Activity: 2884
Merit: 1035


View Profile
November 28, 2020, 03:48:42 AM
 #4589

which is estimated income in CURE with 350K PPD ?
DaveF
Legendary
*
Offline Offline

Activity: 3472
Merit: 6263


Crypto Swap Exchange


View Profile WWW
November 28, 2020, 02:38:06 PM
 #4590

Side note, the only other exchanges it's on are livecoin which has a bunch of scam accusations against them and hitbtc which also has a bunch.
Makes you wonder if the coin would be better off being on other exchanges.
I recently got into folding@home, as I think it's a fantastic project and of course I wouldn't mind earning a wee bit of crypto, even if it is an obscure alt like Curecoin.  When I was on their page just now and clicked their bitcointalk link and found you posting here, I was quite surprised (because we've communicated in the past, and I didn't think I'd know anyone on this forum who had an interest in Curecoin).  So good to see you here.

Nobody answered your question about small/big payouts, but I think it actually does matter with PoS coins, though if you're only getting your Curecoin through folding you're going to be waiting a long time before you have enough to stake.

I wanted to buy some Curecoin on Bittrex, but I don't want to go through their KYC procedures.  BTCPOP is another alternative, although the market there seems to be very thin.  I wish coins like this could get listed on exchanges like Kucoin, Binance, or some of the bigger ones.

My office rig is generating between 4 to 6 a day since mid March I have just under 1K at this point and now seem to be generating .1 to .3 via staking every 4 or 5 days.
I guess in the end it really does not matter if I combine them all and make 3 extra once a month or less every few days.

Was thinking of coughing up some money to get it listed here: https://shorelinecrypto.com/add_coin
It's an very very small exchange but the operator is active on the forum and DOGE is the primary coin you are trading against there and at small numbers it might actually be more active. I think everyone in the alt-coin world has some doge sitting someplace. So it might get some more movement. Would want to get some input from the community before doing it.

which is estimated income in CURE with 350K PPD ?

https://curecoin.net/profit-calculator/

Works out to a little over 1 cure or $0.06 a day. If you are running F@H anyway look at it as a free $20.00 a year.

-Dave


█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
casper77
Legendary
*
Offline Offline

Activity: 2884
Merit: 1035


View Profile
November 29, 2020, 04:24:13 AM
 #4591

Works out to a little over 1 cure or $0.06 a day. If you are running F@H anyway look at it as a free $20.00 a year.

thanks, but here is another coin and team that gives about $0.3-0.35 per day with my PPD
xandry
Staff
Legendary
*
Offline Offline

Activity: 3444
Merit: 4037


Crypto Swap Exchange


View Profile WWW
November 29, 2020, 05:34:14 AM
 #4592

thanks, but here is another coin and team that gives about $0.3-0.35 per day with my PPD
Is it Banano?

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
DaveF
Legendary
*
Offline Offline

Activity: 3472
Merit: 6263


Crypto Swap Exchange


View Profile WWW
December 04, 2020, 12:42:36 PM
 #4593

thanks, but here is another coin and team that gives about $0.3-0.35 per day with my PPD
Is it Banano?

Since casper77 didn't respond I would go with yes it looks like Banano.
I took a look at it a while back and didn't switch. Curecoin has a really thin market, Banano is smaller.
If you are not selling on a regular basis you can take a bath very quickly. Has happened to me a few time in the past where between mining and selling price went to hell.

Side note I jinxed myself a few posts up. After getting enough and actually getting small PoS rewards on a regular basis every few days for a while the last one I got was November 26th.

-Dave

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
DaveF
Legendary
*
Offline Offline

Activity: 3472
Merit: 6263


Crypto Swap Exchange


View Profile WWW
December 24, 2020, 08:48:31 PM
Merited by The Sceptical Chymist (3)
 #4594

Well livecoin.net just got attacked / hacked so the major exchange for Cure just went away for the time being.
Bittrex is still out there but they have their own issues and also block a lot of locations.

If nobody objects I will pay for the listing on shoreline crypto https://shorelinecrypto.com/add_coin
Not a major player but still it's another spot to trade. And since their main coin is Doge you can buy and sell a little bit of Cure and not worry about fees as much.

-Dave

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
The Sceptical Chymist
Legendary
*
Offline Offline

Activity: 3332
Merit: 6826


Cashback 15%


View Profile
December 24, 2020, 10:03:52 PM
Last edit: December 24, 2020, 10:38:17 PM by The Pharmacist
 #4595

If nobody objects I will pay for the listing on shoreline crypto https://shorelinecrypto.com/add_coin
I'm not sure if anyone from the Curecoin team even checks this thread anymore--or how active they are in anything these days.  

I'm curious as to how you go about getting a coin listed on an exchange aside from paying the fee.  Is that just it?  You pay the listing fee and then wait for deposits and buy orders to start coming in?  Whatever the case may be, I'm all for getting Curecoin listed on another exchange as long as it's not a scam exchange.  I don't know anything about shorelinecrypto, but I'm going to check them out.

The Curecoin team ought to be the ones worrying about this, not coin holders.  As it is, Cure is listed on one legit exchange: Bittrex.  And for a coin like this one, it really is underrated and should be listed on some of the bigger exchanges.  

Props for the initiative, DaveF.  I'll be curious to see what happens.

Edit:  Ah, shorelinecrypto is quite local (from my perspective), and I'm assuming that since they're US-based they have to operate under some kind of regulations.  DaveF, let's say you do get Curecoin listed there.  I would imagine the Curecoin team should be made aware of that fact--out of courtesy and so that perhaps they can update their "exchanges" section on their website.  If there's anything I can do, let me know.

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
DaveF
Legendary
*
Offline Offline

Activity: 3472
Merit: 6263


Crypto Swap Exchange


View Profile WWW
December 24, 2020, 10:59:14 PM
 #4596

Well I posted here and on Discord so if nobody objects I'll start the process in a few days. Figure since it's Christmas I'll give it through the weekend for people to object.
No idea why anyone would but figure I'll put it out there.

But to answer your other question yeah, for most places pay the fee and get your coin listed.
If you are motivated add some but orders so people want to trade but that's really it.

-Dave

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
Pearls Before Swine
Sr. Member
****
Offline Offline

Activity: 1190
Merit: 306



View Profile
December 26, 2020, 12:27:44 AM
 #4597

If you are motivated add some but orders so people want to trade but that's really it.
Very nice of you to do this for the coin and I do hope there aren't any snafu's with the listing process.  Not being familiar with that exchange I don't know how much of a PITA it is to get a coin listed, nor did I realize you could list a coin that you're not the developer of.

Curecoin should be on Kucoin or Binance at the very least, and it's disconcerting that the team hasn't taken any initiative in that respect.  As it stands, and as was mentioned, the number of exchanges listing it can be counted on one hand.  And out of those, only one has a positive reputation.  That's pathetic.

If you manage to get it listed, I assure you I'll put in some buy orders. 
DaveF
Legendary
*
Offline Offline

Activity: 3472
Merit: 6263


Crypto Swap Exchange


View Profile WWW
December 27, 2020, 02:45:25 AM
Merited by xandry (2)
 #4598

Well, it's listed:

https://shorelinecrypto.com/market/DOGE-CURE

Shameless plug here is my affiliate link: https://shorelinecrypto.com/?ref=251

Since it's tied to doge figure a good starting buy price is ~ 20 doge.
Keep in mind unlike the other 2 exchanges that are left shorlinecrypto has no KYC requirements. :-)

Once we get some traction here I can push other exchanges.

Tips: BNBjrzHtxwsmuSUHG9EKeWKwoTrXbbcadp

-Dave


█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
Pearls Before Swine
Sr. Member
****
Offline Offline

Activity: 1190
Merit: 306



View Profile
December 27, 2020, 07:04:08 PM
 #4599

Keep in mind unlike the other 2 exchanges that are left shorlinecrypto has no KYC requirements. :-)
That's kind of weird considering that it's based in the states, don't you think? 

I just happened to check shorelinecrypto a minute ago and saw that CURE was listed, so I made a small deposit of bitcoin.  There aren't any sell orders so far as I know, but it's only day one of its listing.  Excellent job doing this, DaveF. 
DaveF
Legendary
*
Offline Offline

Activity: 3472
Merit: 6263


Crypto Swap Exchange


View Profile WWW
December 27, 2020, 11:51:53 PM
Merited by Pearls Before Swine (1)
 #4600

Keep in mind unlike the other 2 exchanges that are left shorlinecrypto has no KYC requirements. :-)
That's kind of weird considering that it's based in the states, don't you think? 

I just happened to check shorelinecrypto a minute ago and saw that CURE was listed, so I made a small deposit of bitcoin.  There aren't any sell orders so far as I know, but it's only day one of its listing.  Excellent job doing this, DaveF. 

They are small enough to fly under the radar for now, I am assuming that is they ever get major volume that is going to have to change.
But for now since the main trading pair is doge for coins that are worth under a certain amount it really is worth it.
Just about anyone who plays with alts has doge and you are not getting hit with the insane BTC tx fees.

-Dave

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
Pages: « 1 ... 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 [230] 231 232 233 »
  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!