Bitcoin Forum
May 12, 2024, 10:32:09 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 17 »
281  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: August 06, 2014, 01:55:46 PM
Well.. It's a new day and I'm back at it.  Still stuck on the compile process for CudaMiner on windows..

What's strange about the below error is that gmp.h does exist and was checked during the configure process.. I've also copied the gmp.h file to CudaMiner-master / compact, and a few other places.. Not sure why its not finding it..

Error:

nvcc -Xptxas "-abi=no -v" -arch=compute_35 --ptxas-options=-v   -O2 -o trashminer.o -c trashminer.cu
trashminer.cu
trashminer.cu(50) : fatal error C1083: Cannot open include file: 'gmp.h': No such file or directory
make[2]: *** [trashminer.o] Error 2
make[2]: Leaving directory `/c/CudaMiner-master'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/c/CudaMiner-master'
make: *** [all] Error 2

It isn't where it search for it... (not sure that's help a lot...  Grin)
install http://gmplib.org/ (deb package is libgmp-dev)
282  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: August 05, 2014, 11:52:15 PM
probably but lets know what "half decent" means first...
Mine isn't ready to be released, and won't until I get it working on pool...
almost 2 mhs on a gtx660 oem with 1152 cores
283  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [Announcement thread] PalestineCoin X11 . Charity project on: August 04, 2014, 05:50:37 PM
we are going to set up a public address for donations and if you want to help you can send your donations to it so we can exchange them for usd and transfer it to the associations accounts .I invite every organization trusted by the community like exchanges or escrows to handle this address and the donations .
i'll mine this for the cause and donate mined coins once the developers could proof donations are funding cited organizations.
i wish you good luck and justice Smiley
284  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMP] PreminePlus Launch ~ Logo Contest ~ Giveaway ends July 31st on: August 02, 2014, 11:16:55 PM
All right, thank you for making me feel stupid guys.
I've updated the linux pro file, everything is included now.
Also reverted the setmodel changes. Everything should be in top shape now.
lol!
it builds fine now Smiley
thank you for making feel a linux user like a 1st class citizen!
285  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMP] PreminePlus Launch ~ Logo Contest ~ Giveaway ends July 31st on: August 02, 2014, 10:33:17 PM
Hey skunk,
I'm not sure what you mean about the forced update. There is no forced update, if you want in-wallet chat then update, if not you don't need to update. There has been no modifications to the protocol.
i was referring to an eventual fork (eg. tek coin might fork in the upcoming days because a bug in the staking code)

Can we try something?
I'm going to push a commit to the repository with the commented out declaration.
should be live in about 2 mins.
Could you try again with this one?
Code:
build/bitcoingui.o: In function `BitcoinGUI::BitcoinGUI(QWidget*)':
bitcoingui.cpp:(.text+0x3588): undefined reference to `ChatWindow::ChatWindow(QWidget*)'
collect2: error: ld returned 1 exit status
make: *** [PreminePlus-qt] Error 1
not there yet...
as already mentioned by moneromoo, after recent revision i've to add -I/usr/include/qt4/QtNetwork to the makefile else compilation stops at the very beginning...
286  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMP] PreminePlus Launch ~ Logo Contest ~ Giveaway ends July 31st on: August 02, 2014, 08:13:30 PM
Announcement time!

I've implemented In-wallet chat!
It's nothing fancy, works just like regular IRC freenode webchat.
Pop on and say hi to the community or use it as a place to trade.
This was actually done a couple days ago but I've been all over the place the past two days.

We have our very own Dice game in the works!
Our community will be able to win more PMP on a community run dice site!
This means 100% of all profits from this site will be used to further development of the currency and our community!
Development should be complete within the next couple days.


Other features I am planning to implement are in-wallet block explorer, in-wallet forum system and in-wallet trading system.


doesn't build under linux anymore, any idea?
Code:
cd /home/skunk/bitcoin/PreminePlus; /bin/sh share/genbuild.sh /home/skunk/bitcoin/PreminePlus/build/build.h
g++ -fstack-protector-all --param ssp-buffer-size=1 -Wl,-O1 -o PreminePlus-qt build/bitcoin.o build/bitcoingui.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/bitcoinaddressvalidator.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/bitcoinstrings.o build/bitcoinamountfield.o build/wallet.o build/keystore.o build/transactionfilterproxy.o build/transactionview.o build/walletmodel.o build/bitcoinrpc.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/bitcoinunits.o build/qvaluecombobox.o build/askpassphrasedialog.o build/protocol.o build/notificator.o build/qtipcserver.o build/rpcconsole.o build/coincontroldialog.o build/coincontroltreewidget.o build/noui.o build/kernel.o build/scrypt-x86.o build/scrypt-x86_64.o build/scrypt_mine.o build/pbkdf2.o build/moc_bitcoingui.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_bitcoinaddressvalidator.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_bitcoinamountfield.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_coincontroldialog.o build/moc_coincontroltreewidget.o build/moc_notificator.o build/moc_rpcconsole.o build/qrc_bitcoin.o    -L/usr/lib64/qt4 -LD:/deps/miniupnpc -lminiupnpc -lrt -LD:/deps/boost/stage/lib -Ld:/deps/db/build_unix -Ld:/deps/ssl -lssl -lcrypto -ldb_cxx -lboost_system -lboost_filesystem -lboost_program_options -lboost_thread -lQtGui -L/usr/lib64 -L/usr/lib64/qt4 -L/usr/X11R6/lib -lQtCore -lgthread-2.0 -lglib-2.0 -lpthread
build/bitcoingui.o: In function `BitcoinGUI::BitcoinGUI(QWidget*)':
bitcoingui.cpp:(.text+0x3588): undefined reference to `ChatWindow::ChatWindow(QWidget*)'
build/bitcoingui.o: In function `BitcoinGUI::setWalletModel(WalletModel*)':
bitcoingui.cpp:(.text+0x6ee5): undefined reference to `ChatWindow::setModel(ClientModel*)'
collect2: error: ld returned 1 exit status
make: *** [PreminePlus-qt] Error 1

This may seem like a dumb suggestion but try downloading from the github again and/or deleting your build files (.o's etc) to rebuild from scratch. I'm looking at the new bitcoingui.cpp and there really is only a handful of new lines, none of which should be causing an undefined reference.
In fact those two calls (chatWindow = new ChatWindow(this)Wink and (chatWindow->setModel(clientModel)Wink can easily be traced back to their functions.
It sounds like you have the new bitcoingui.cpp but not the new chatwindow.h/cpp which may be caused by some github funny business.

One of our users _CR_ has created a linux script to auto download and install the PreminePlus-qt.
I've updated the main post with the link: _CR_'s Magical Unix Installer
If this script helps anyone you can donate a few PMP to him here:
PXp6zMxMPf76kgEktVjr5hhFSxiHKy6YaE

Worse comes to worse, if that doesn't work just comment out the two setmodel functions. I've just tried this now (remove the call to setmodel from bitcoin.cpp and then the declaration from chatwindow.cpp) and it works fine without it. Technically they are not necessary in this manner.
Give me a shout or come on the IRC and I can show you how to easily do that.


i did issue "make clean" and even re-cloned the git repository again, no change...
nevermind, i don't need a chat into the wallet (however i was excited about the in-wallet trading system), until a forced update isn't required and the previous revision is staking and transferring coins correctly, i'll use that...
in the worst case i don't mind switching to the command line wallet Wink
thank you anyway

ps: the contributed install script is just for debian/ubuntu, however the install logic is the same that i've always used with most qt wallets.
287  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMP] PreminePlus Launch ~ Logo Contest ~ Giveaway ends July 31st on: August 02, 2014, 10:53:57 AM
Announcement time!

I've implemented In-wallet chat!
It's nothing fancy, works just like regular IRC freenode webchat.
Pop on and say hi to the community or use it as a place to trade.
This was actually done a couple days ago but I've been all over the place the past two days.

We have our very own Dice game in the works!
Our community will be able to win more PMP on a community run dice site!
This means 100% of all profits from this site will be used to further development of the currency and our community!
Development should be complete within the next couple days.


Other features I am planning to implement are in-wallet block explorer, in-wallet forum system and in-wallet trading system.


doesn't build under linux anymore, any idea?
Code:
cd /home/skunk/bitcoin/PreminePlus; /bin/sh share/genbuild.sh /home/skunk/bitcoin/PreminePlus/build/build.h
g++ -fstack-protector-all --param ssp-buffer-size=1 -Wl,-O1 -o PreminePlus-qt build/bitcoin.o build/bitcoingui.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/bitcoinaddressvalidator.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/bitcoinstrings.o build/bitcoinamountfield.o build/wallet.o build/keystore.o build/transactionfilterproxy.o build/transactionview.o build/walletmodel.o build/bitcoinrpc.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/bitcoinunits.o build/qvaluecombobox.o build/askpassphrasedialog.o build/protocol.o build/notificator.o build/qtipcserver.o build/rpcconsole.o build/coincontroldialog.o build/coincontroltreewidget.o build/noui.o build/kernel.o build/scrypt-x86.o build/scrypt-x86_64.o build/scrypt_mine.o build/pbkdf2.o build/moc_bitcoingui.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_bitcoinaddressvalidator.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_bitcoinamountfield.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_coincontroldialog.o build/moc_coincontroltreewidget.o build/moc_notificator.o build/moc_rpcconsole.o build/qrc_bitcoin.o    -L/usr/lib64/qt4 -LD:/deps/miniupnpc -lminiupnpc -lrt -LD:/deps/boost/stage/lib -Ld:/deps/db/build_unix -Ld:/deps/ssl -lssl -lcrypto -ldb_cxx -lboost_system -lboost_filesystem -lboost_program_options -lboost_thread -lQtGui -L/usr/lib64 -L/usr/lib64/qt4 -L/usr/X11R6/lib -lQtCore -lgthread-2.0 -lglib-2.0 -lpthread
build/bitcoingui.o: In function `BitcoinGUI::BitcoinGUI(QWidget*)':
bitcoingui.cpp:(.text+0x3588): undefined reference to `ChatWindow::ChatWindow(QWidget*)'
build/bitcoingui.o: In function `BitcoinGUI::setWalletModel(WalletModel*)':
bitcoingui.cpp:(.text+0x6ee5): undefined reference to `ChatWindow::setModel(ClientModel*)'
collect2: error: ld returned 1 exit status
make: *** [PreminePlus-qt] Error 1
288  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: July 27, 2014, 01:18:45 PM
should work now.
The line containing the definition of haval and sha512 was removed by mistake from the makefile when I edited the makefile to put keccak... (not sure how, might I have removed 2 lines instead of one by mistake... difficult to spot that one)
getting closer:
Code:
g++  -g -O2 -pthread -L/opt/cuda/lib64  -o ccminer ccminer-cpu-miner.o ccminer-util.o ccminer-bmw.o ccminer-blake.o ccminer-groestl.o ccminer-jh.o ccminer-keccak.o ccminer-skein.o ccminer-hefty1.o ccminer-scrypt.o ccminer-sha2.o heavy/heavy.o heavy/cuda_blake512.o heavy/cuda_combine.o heavy/cuda_groestl512.o heavy/cuda_hefty1.o heavy/cuda_keccak512.o heavy/cuda_sha256.o ccminer-fuguecoin.o cuda_fugue256.o ccminer-fugue.o ccminer-groestlcoin.o cuda_groestlcoin.o ccminer-myriadgroestl.o cuda_myriadgroestl.o JHA/jackpotcoin.o JHA/cuda_jha_keccak512.o JHA/cuda_jha_compactionTest.o quark/cuda_quark_checkhash.o quark/cuda_jh512.o quark/cuda_quark_blake512.o quark/cuda_quark_groestl512.o quark/cuda_skein512.o quark/cuda_bmw512.o quark/cuda_quark_keccak512.o quark/quarkcoin.o quark/animecoin.o quark/cuda_quark_compactionTest.o cuda_nist5.o ccminer-cubehash.o ccminer-echo.o ccminer-luffa.o ccminer-shavite.o ccminer-simd.o ccminer-hamsi.o ccminer-hamsi_helper.o ccminer-shabal.o ccminer-whirlpool.o ccminer-haval.o ccminer-sha2big.o qubit/qubit.o qubit/qubit_luffa512.o x13/x14.o x13/fresh.o x13/x17.o x13/x13.o x13/cuda_x13_hamsi512.o x13/cuda_x13_fugue512.o x13/x15.o x13/cuda_shabal512.o x13/cuda_whirlpool512.o x13/whirlcoin.o Algo256/cuda_keccak256.o Algo256/keccak256.o x11/x11.o x11/cuda_x11_luffa512.o x11/cuda_x11_cubehash512.o x11/cuda_x11_shavite512.o x11/cuda_x11_simd512.o x11/cuda_x11_echo.o -lcurl -lssl -lcrypto -lssl -lcrypto -lz -ljansson -lpthread  -lcudart -fopenmp -lcrypto -lssl  -lcrypto -lssl 
x13/x17.o: In function `scanhash_x17':
tmpxft_000065d6_00000000-6_x17.compute_30.cudafe1.cpp:(.text+0x582): undefined reference to `sha512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_000065d6_00000000-6_x17.compute_30.cudafe1.cpp:(.text+0x5a1): undefined reference to `haval256_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_000065d6_00000000-6_x17.compute_30.cudafe1.cpp:(.text+0x79e): undefined reference to `sha512_cpu_init(int, int)'
tmpxft_000065d6_00000000-6_x17.compute_30.cudafe1.cpp:(.text+0x7aa): undefined reference to `haval256_cpu_init(int, int)'
collect2: error: ld returned 1 exit status
make[2]: *** [ccminer] Error 1
make[2]: Leaving directory `/home/skunk/bitcoin/ccminer-djm34'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/skunk/bitcoin/ccminer-djm34'
make: *** [all] Error 2
289  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: July 27, 2014, 10:38:56 AM
should be fixed now.
unfortunately not:
Code:
g++  -g -O2 -pthread -L/opt/cuda/lib64  -o ccminer ccminer-cpu-miner.o ccminer-util.o ccminer-bmw.o ccminer-blake.o ccminer-groestl.o ccminer-jh.o ccminer-keccak.o ccminer-skein.o ccminer-hefty1.o ccminer-scrypt.o ccminer-sha2.o heavy/heavy.o heavy/cuda_blake512.o heavy/cuda_combine.o heavy/cuda_groestl512.o heavy/cuda_hefty1.o heavy/cuda_keccak512.o heavy/cuda_sha256.o ccminer-fuguecoin.o cuda_fugue256.o ccminer-fugue.o ccminer-groestlcoin.o cuda_groestlcoin.o ccminer-myriadgroestl.o cuda_myriadgroestl.o JHA/jackpotcoin.o JHA/cuda_jha_keccak512.o JHA/cuda_jha_compactionTest.o quark/cuda_quark_checkhash.o quark/cuda_jh512.o quark/cuda_quark_blake512.o quark/cuda_quark_groestl512.o quark/cuda_skein512.o quark/cuda_bmw512.o quark/cuda_quark_keccak512.o quark/quarkcoin.o quark/animecoin.o quark/cuda_quark_compactionTest.o cuda_nist5.o ccminer-cubehash.o ccminer-echo.o ccminer-luffa.o ccminer-shavite.o ccminer-simd.o ccminer-hamsi.o ccminer-hamsi_helper.o ccminer-shabal.o ccminer-whirlpool.o qubit/qubit.o qubit/qubit_luffa512.o x13/x14.o x13/fresh.o x13/x17.o x13/x13.o x13/cuda_x13_hamsi512.o x13/cuda_x13_fugue512.o x13/x15.o x13/cuda_shabal512.o x13/cuda_whirlpool512.o x13/whirlcoin.o Algo256/cuda_keccak256.o Algo256/keccak256.o x11/x11.o x11/cuda_x11_luffa512.o x11/cuda_x11_cubehash512.o x11/cuda_x11_shavite512.o x11/cuda_x11_simd512.o x11/cuda_x11_echo.o -lcurl -lssl -lcrypto -lssl -lcrypto -lz -ljansson -lpthread  -lcudart -fopenmp -lcrypto -lssl  -lcrypto -lssl 
x13/x17.o: In function `scanhash_x17':
tmpxft_00001c77_00000000-3_x17.cudafe1.cpp:(.text+0x582): undefined reference to `sha512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_00001c77_00000000-3_x17.cudafe1.cpp:(.text+0x5a1): undefined reference to `haval256_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
tmpxft_00001c77_00000000-3_x17.cudafe1.cpp:(.text+0x79e): undefined reference to `sha512_cpu_init(int, int)'
tmpxft_00001c77_00000000-3_x17.cudafe1.cpp:(.text+0x7aa): undefined reference to `haval256_cpu_init(int, int)'
x13/x17.o: In function `x17hash(void*, void const*)':
tmpxft_00001c77_00000000-3_x17.cudafe1.cpp:(.text._Z7x17hashPvPKv[_Z7x17hashPvPKv]+0x2fd): undefined reference to `sph_sha512_init'
tmpxft_00001c77_00000000-3_x17.cudafe1.cpp:(.text._Z7x17hashPvPKv[_Z7x17hashPvPKv]+0x312): undefined reference to `sph_sha384'
tmpxft_00001c77_00000000-3_x17.cudafe1.cpp:(.text._Z7x17hashPvPKv[_Z7x17hashPvPKv]+0x322): undefined reference to `sph_sha512_close'
tmpxft_00001c77_00000000-3_x17.cudafe1.cpp:(.text._Z7x17hashPvPKv[_Z7x17hashPvPKv]+0x32f): undefined reference to `sph_haval256_5_init'
tmpxft_00001c77_00000000-3_x17.cudafe1.cpp:(.text._Z7x17hashPvPKv[_Z7x17hashPvPKv]+0x344): undefined reference to `sph_haval256_5'
tmpxft_00001c77_00000000-3_x17.cudafe1.cpp:(.text._Z7x17hashPvPKv[_Z7x17hashPvPKv]+0x354): undefined reference to `sph_haval256_5_close'
collect2: error: ld returned 1 exit status
make[2]: *** [ccminer] Error 1
make[2]: Leaving directory `/home/skunk/bitcoin/ccminer-djm34'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/skunk/bitcoin/ccminer-djm34'
make: *** [all] Error 2
290  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMP] PreminePlus Launch ~ Logo Contest ~ Giveaway ends July 31st on: July 26, 2014, 12:38:51 PM
@TMX: i've recompiled the wallet from source today but i still have the dual lock/unlock buttons, is github repository up to date with your local sources? thank you.

Are you using windows or mac?
Someone else is using mac and getting both buttons visible at the same time as well.
On windows its hiding them properly.
Looking into this.


linux forever Smiley
291  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMP] PreminePlus Launch ~ Logo Contest ~ Giveaway ends July 31st on: July 26, 2014, 11:53:53 AM
@TMX: i've recompiled the wallet from source today but i still have the dual lock/unlock buttons, is github repository up to date with your local sources? thank you.
292  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Working] Improved CryptoNight CUDA Miner (based on tsiv's work) on: July 24, 2014, 09:17:56 AM
on Kepler, around 15% better.
on my kepler card (12x48) it's ~10h/s worse...

What hash rate are you getting with that card?  I have a GTX 660 SC 2GB that's getting ~220 H/s using 16x40 . That's on both Tsiv's latest and Wolf0's latest is ~230 H/s.
the hash rate varies a lot over time on both miners but with tsiv's i get ~240h/s peaks while with wolf's ~230h/s...

edit: after latest changes i'm getting additional ~40h/s with tsiv's miner while wolf's stayed about the same...
293  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Working] Improved CryptoNight CUDA Miner (based on tsiv's work) on: July 24, 2014, 12:12:42 AM
on Kepler, around 15% better.
on my kepler card (12x48) it's ~10h/s worse...
294  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CoinShield - SK-1024 GPU| Prime CPU| POS | Shitcoin Cleanup| Unified Time on: July 22, 2014, 07:17:13 PM
Can I mine this coin with GPU? If can, where can I find the miner?


If i read right,  the miner will be released on the coins launch.

The GPU miner will be released as soon as it is done being coded. BitSlapper is currently coding it for the community. :-)



Can you tell us if there will be Nvidia support re: GPU miner?...thanks....this looks like good work, signed up/in follwing all the way!

Hi, I'm coding the GPU miner.

I'm currently working on the AMD version of it. Once it's fully tested and ready for public use then I'd be happy to look into integrating NVIDIA support.

I currently own many different AMD cards but no NVIDIA ones. I might be able to borrow a 650 ti from a friend, or sell a couple of R9 270's, once I'm ready to look into it.

If there are any experienced CUDA developers, or anyone with good programming skills, that would be interested in helping then you should contact Videlicet.
just post here...
295  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMP] PreminePlus Launch ~ Logo Contest ~ Giveaway ends July 31st on: July 22, 2014, 07:01:33 PM
wallet got stuck on block 1161 about 12 hours ago...

hahaha yea, I'm mining the empty blocks on a spare computer at work. Unfortunately that computer shut down.
I set 1 core on it at home just in case that happens again.
Network is running smoothly again. Empty blocks need to be mined until the giveaway when we can propogate the network via PoS.


i've thought pos was already working with the quiz giveaway, silly me...
296  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMP] PreminePlus Launch ~ Logo Contest ~ Giveaway ends July 31st on: July 22, 2014, 11:57:33 AM
wallet got stuck on block 1161 about 12 hours ago...
297  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMP] PreminePlus Launch ~ Logo Contest ~ Giveaway ends July 31st on: July 20, 2014, 12:29:26 AM
They look just fine here (Fedora). Black on grey, both when the mouse is over and not.
I'm using the latest from git, but it was fine before as well.
then it must have to do with some theme issue, but then i don't see it with any other qt app...
as i've already said, not a big deal anyway...
298  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMP] PreminePlus Launch ~ Logo Contest ~ Giveaway ends July 31st on: July 19, 2014, 11:18:11 PM
hmm, I've never actually used the linux-qt.
You are referring to the File | Settings | Help menu?
yes, however it's not i big deal Wink
i guess i'm the only one using the qt wallet under linux...
299  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMP] PreminePlus Launch ~ Logo Contest ~ Giveaway ends July 31st on: July 19, 2014, 04:19:16 PM
woot!

fixed it  Grin

Pushed a commit to the github.  Kiss
it wasn't really a problem on your guys end, it was the damn hardcoded DNS seed node. There was a mismatch on the hardened checkpoint.

Amateur mistake on my part but damnit linux, am I just supposed to remember where I extract all my damn files?  Undecided



if you are brave you can just update the checkpoint yourself:

Code:
    static MapCheckpoints mapCheckpoints =
        boost::assign::map_list_of
        ( 0, hashGenesisBlockOfficial )
        ( 400, uint256("0x0000042c97fdf1e3034696a638e2eddbc6c5532cdf507e48a1c8e0d58dad6827"))
  ;
i can confirm it synced without problems this time...
btw, at least under linux the top menu items are black over black, thus they're visible only on mouse hover...
300  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [PMP] PreminePlus Launch ~ Logo Contest ~ Giveaway ends July 31st on: July 19, 2014, 02:00:28 PM
Sorry guys, quiz rewards will have to wait, I'm up to my eyeballs right now.
Pushed a new wallet version to github. Please do not use the new wallet without deleting your old blockchain (preferably deleting the entire roaming folder). Make sure to backup your wallet first.


I'll be posting the new compiled stable wallets tomorrow.

If you are compiling your own or using linux, again, deleting your blockchain before running the daemon is imperative.


I'll be posting an announcement about the major changes as soon as I have a moment to gather my thoughts.



after updating and rebuilding the wallet code, it never syncs till the end (i've removed everything but wallet file twice), anybody else?
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 [15] 16 17 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!