KryptoKash (OP)
Sr. Member
Offline
Activity: 518
Merit: 275
If you fail...just dont fail again
|
|
October 05, 2014, 05:01:26 PM |
|
If you are an active community member of any non-english speaking crypto board/forum please PM me
|
...
|
|
|
Supercomputing
|
|
October 05, 2014, 10:01:26 PM |
|
Testing the next Linux miner version 1.2 on Testnet and it will be released tomorrow if there are no memory leaks:
[METERS] 49 Block(s) ACC=48 REJ=0| Height = 9430 | Diff = 4.717459 | 00:23:06 [METERS] 49 Block(s) ACC=48 REJ=0| Height = 9430 | Diff = 4.717459 | 00:23:17
Prime Clusters Found: Four=825 | Five=13 | Six=0 | Seven=0 | Eight=0
******* BLOCK FOUND *******
Preparing for Block Submission...
Submitting Block... [MASTER] Prime Cluster of Difficulty 5.866820 Found on Thread 51
873a4eee222ffa73b605d6ae5ab878eb44cff3718c327b169a8f0be52a9cfe301cfd28644f97a78 213e2ae9a2f4457d662dc5c98a9e9f52b025243c883a9d480f0876801a5d6126c8b653713ce1ab6 b56acd8216e45f7dd5493488003ef237e082ac9b3b94e931f1bd9c6c88f6680a3ed614ab66981d9 7d3d10918167f1c35fe
[MASTER] Block Accepted By Coinshield Network. [MASTER] Coinshield Network: New Block 9431 [METERS] 50 Block(s) ACC=49 REJ=0| Height = 9431 | Diff = 4.720631 | 00:23:29
|
|
|
|
CryptoHobo
Legendary
Offline
Activity: 1050
Merit: 1000
|
|
October 06, 2014, 07:06:24 AM |
|
Testing the next Linux miner version 1.2 on Testnet and it will be released tomorrow if there are no memory leaks:
awesome looking forward to it thanks again for all the work you've been putting into this managed to compile version 1.1 for windows using cygwin but its really slow anyone got any ideas as to why?
|
|
|
|
cbuchner1
|
|
October 06, 2014, 11:42:10 AM |
|
managed to compile version 1.1 for windows using cygwin but its really slow anyone got any ideas as to why?
use mingw-64 or instruct your cygwin gcc compiler target the x64 instruction set. Make sure you use a recent gcc version (e.g. the mingw-64 distribution comes with gcc 4.9.1) Also make sure to build a properly optimized GMP library (including the assembly codes) because the run time spent in GMP is significant.
|
|
|
|
cwrmyy888
Member
Offline
Activity: 81
Merit: 10
|
|
October 06, 2014, 01:03:03 PM |
|
状态:0/未确认 日期:2014/10/6 00:22 到:2SKQP8izL4dJPspNmQQoZ4rmMNnTuCgNiWWvYmE76YYQMQ6bJZJ 支出-723.267893 CSD 交易费-0.03 CSD 网络金额: -723.297893 CSD 交易ID: 5872fa8aa7f967088e582aaf87ed93cfee813267693a43c4d7609bafc12c4f3d78604623b734c86 25aa1aa6cf4758b3b0356c6a695d8f82aba09225ff63822c3 DEV How to solve?
|
|
|
|
jorneyflair
|
|
October 06, 2014, 06:19:57 PM |
|
Waiting for the GPU channel , are both opencl and cuda available? I dont want that the crowd begin to bitch cry : "unfair or scam trick" cuz it seems im an early adopter with more than 1k coins and hoping CSD a success as same as Darkcoin which i invested in early period too, Im really expecting that the launching of GPU mining can be smooth without the fucking FUDs by AMD or Nividia miners though i got both 750ti rig and 280x rig.
|
|
|
|
mumus
|
|
October 06, 2014, 07:46:52 PM |
|
Testing the next Linux miner version 1.2 on Testnet and it will be released tomorrow if there are no memory leaks:
awesome looking forward to it thanks again for all the work you've been putting into this managed to compile version 1.1 for windows using cygwin but its really slow anyone got any ideas as to why? I've also compiled the miner using cygwin64 and it works pretty well, performance is comparable to the miner under linux. I've also downloaded the latest gmp and compiled using these instructions: cd wget https://gmplib.org/download/gmp/gmp-6.0.0a.tar.bz2 --no-check-certificate tar xjvf gmp-6.0.0a.tar.bz2 cd gmp-6.0.0/ ./configure --enable-cxx make make install
|
|
|
|
Shkembe
Legendary
Offline
Activity: 1560
Merit: 1001
Epic Private Internet Cash
|
|
October 06, 2014, 07:49:52 PM |
|
Testing the next Linux miner version 1.2 on Testnet and it will be released tomorrow if there are no memory leaks:
awesome looking forward to it thanks again for all the work you've been putting into this managed to compile version 1.1 for windows using cygwin but its really slow anyone got any ideas as to why? I've also compiled the miner using cygwin64 and it works pretty well, performance is comparable to the miner under linux. I've also downloaded the latest gmp and compiled using these instructions: cd wget https://gmplib.org/download/gmp/gmp-6.0.0a.tar.bz2 --no-check-certificate tar xjvf gmp-6.0.0a.tar.bz2 cd gmp-6.0.0/ ./configure --enable-cxx make make install
Great! Would you upload your new miner somewhere we can download it, please!
|
|
|
|
CryptoHobo
Legendary
Offline
Activity: 1050
Merit: 1000
|
|
October 06, 2014, 08:01:52 PM |
|
Testing the next Linux miner version 1.2 on Testnet and it will be released tomorrow if there are no memory leaks:
awesome looking forward to it thanks again for all the work you've been putting into this managed to compile version 1.1 for windows using cygwin but its really slow anyone got any ideas as to why? I've also compiled the miner using cygwin64 and it works pretty well, performance is comparable to the miner under linux. I've also downloaded the latest gmp and compiled using these instructions: cd wget https://gmplib.org/download/gmp/gmp-6.0.0a.tar.bz2 --no-check-certificate tar xjvf gmp-6.0.0a.tar.bz2 cd gmp-6.0.0/ ./configure --enable-cxx make make install
i've got the 64bit version installed and selected the mingw-64 package, however i also selected the libgmp package so i'll try building that from source instead great thanks guys i'll try this in the am after some zzzz's
|
|
|
|
mumus
|
|
October 06, 2014, 08:53:47 PM |
|
Testing the next Linux miner version 1.2 on Testnet and it will be released tomorrow if there are no memory leaks:
awesome looking forward to it thanks again for all the work you've been putting into this managed to compile version 1.1 for windows using cygwin but its really slow anyone got any ideas as to why? I've also compiled the miner using cygwin64 and it works pretty well, performance is comparable to the miner under linux. I've also downloaded the latest gmp and compiled using these instructions: cd wget https://gmplib.org/download/gmp/gmp-6.0.0a.tar.bz2 --no-check-certificate tar xjvf gmp-6.0.0a.tar.bz2 cd gmp-6.0.0/ ./configure --enable-cxx make make install
Great! Would you upload your new miner somewhere we can download it, please! I've already did @ https://bitcointalk.org/index.php?topic=657601.msg9037939#msg9037939Here is the download link again: https://mega.co.nz/#!bBV0jRYJ!u1j1KczgIvURkGy_mtg5rZNBGj0FO_RweqKhH8pKDmo
|
|
|
|
KryptoKash (OP)
Sr. Member
Offline
Activity: 518
Merit: 275
If you fail...just dont fail again
|
|
October 06, 2014, 09:34:00 PM |
|
Waiting for the GPU channel , are both opencl and cuda available? I dont want that the crowd begin to bitch cry : "unfair or scam trick" cuz it seems im an early adopter with more than 1k coins and hoping CSD a success as same as Darkcoin which i invested in early period too, Im really expecting that the launching of GPU mining can be smooth without the fucking FUDs by AMD or Nividia miners though i got both 750ti rig and 280x rig.
If you know any developers for a Nividia GPU Miner please give them this link: https://bitcointalk.org/index.php?topic=813448.0 Thanks, KryptoKash
|
...
|
|
|
bigreddmachine
|
|
October 06, 2014, 11:04:36 PM |
|
Waiting for the GPU channel , are both opencl and cuda available? I dont want that the crowd begin to bitch cry : "unfair or scam trick" cuz it seems im an early adopter with more than 1k coins and hoping CSD a success as same as Darkcoin which i invested in early period too, Im really expecting that the launching of GPU mining can be smooth without the fucking FUDs by AMD or Nividia miners though i got both 750ti rig and 280x rig.
If you know any developers for a Nividia GPU Miner please give them this link: https://bitcointalk.org/index.php?topic=813448.0 Thanks, KryptoKash You could ask Christian... he posted on this thread 1 page back. He wrote the original good cudaminer and started work on ccminer too... https://bitcointalk.org/index.php?topic=657601.msg9102473#msg9102473
|
|
|
|
KryptoKash (OP)
Sr. Member
Offline
Activity: 518
Merit: 275
If you fail...just dont fail again
|
|
October 07, 2014, 12:18:22 AM |
|
Waiting for the GPU channel , are both opencl and cuda available? I dont want that the crowd begin to bitch cry : "unfair or scam trick" cuz it seems im an early adopter with more than 1k coins and hoping CSD a success as same as Darkcoin which i invested in early period too, Im really expecting that the launching of GPU mining can be smooth without the fucking FUDs by AMD or Nividia miners though i got both 750ti rig and 280x rig.
If you know any developers for a Nividia GPU Miner please give them this link: https://bitcointalk.org/index.php?topic=813448.0 Thanks, KryptoKash You could ask Christian... he posted on this thread 1 page back. He wrote the original good cudaminer and started work on ccminer too... https://bitcointalk.org/index.php?topic=657601.msg9102473#msg9102473Thank you, Sent him a PM
|
...
|
|
|
bigreddmachine
|
|
October 07, 2014, 12:56:24 AM |
|
Waiting for the GPU channel , are both opencl and cuda available? I dont want that the crowd begin to bitch cry : "unfair or scam trick" cuz it seems im an early adopter with more than 1k coins and hoping CSD a success as same as Darkcoin which i invested in early period too, Im really expecting that the launching of GPU mining can be smooth without the fucking FUDs by AMD or Nividia miners though i got both 750ti rig and 280x rig.
If you know any developers for a Nividia GPU Miner please give them this link: https://bitcointalk.org/index.php?topic=813448.0 Thanks, KryptoKash You could ask Christian... he posted on this thread 1 page back. He wrote the original good cudaminer and started work on ccminer too... https://bitcointalk.org/index.php?topic=657601.msg9102473#msg9102473Thank you, Sent him a PM No problem. Now I just have to figure out how to mine this myself! Been traveling a ton lately and have had my rigs off. I like everything y'all have been doing and hope to make some contributions to the community in the future.
|
|
|
|
cbuchner1
|
|
October 07, 2014, 06:50:58 AM |
|
Already have a GPU miner for the CPU channel, but it sucks. Prime crypto on the GPU is hard, as in "why isn't this faster than my CPU" hard. I am not currently interested in building anything for the GPU channel. OpenCL miners should work on nVidia + AMD likewise. This is the way to go for simple hash functions. Christian
|
|
|
|
vedran82
Member
Offline
Activity: 111
Merit: 10
|
|
October 07, 2014, 10:18:05 AM |
|
@Christian - I could guess that, just didn't know it sucks that much @Viz - why is it stated in OP that "experimental miner" isn't working on windows 7? Someone posted compiled binaries here and they are working great, finding blocks every day. Anyways, we'll end up with 2 GPU channels
|
|
|
|
Videlicet
Legendary
Offline
Activity: 868
Merit: 1058
Creator of Nexus http://nexus.io
|
|
October 07, 2014, 12:43:28 PM Last edit: October 07, 2014, 12:57:07 PM by Videlicet |
|
vedran82,Our results have been just that, that it is not working on Windows 7. If you have different data, please share. --------------------Core Mandatory Update: 1.0.1 Time Dependent Core Updates go live on Unix Timestamp: 1412964000 Ubuntu Windows Change Log:Updates: A. Clear Unified Time Database necessity, so it starts with fresh seeds for clock drift B. Verify 1.0.1 updates in Coinbase TX C. Change Protocol.h Ports for Testnet D. Change Activation Timestamps E. Remove Debug Output For Mining LLP and Core LLP F. Remove 1 connection per IP group G. Fix Unified Time to Gather Seeds Quickly if not Unified and Fails to grab Seeds H. Change Block Trust to 3 for New Channel break Streak, and 5 for POS I. Update Checks when Loading Database and building Block Index. Use Version 2 Check for Coinbase Tx.
Timestamps:1412676000 //--- Block Version 2 Testnet Activation: 10/07/2014 04:00:00 GMT - 6 1412964000 //--- Block Version 2 Activation: 10/10/2014 12:00:00 GMT - 6 1413914400 //--- GPU Channel Activation: 10/21/2014 12:00:00 GMT - 6 1415124000 //--- POS Channel Activation: 11/04/2014 12:00:00 GMT - 6 Block Version 2: Changes from Version 1 Go Live at Unix Timestamp 1412964000 A. Modulate Difficulty from Released Rewards by changing Block Target, this will set the minimum difficulty to 1/2 target when Released Rewards are too high. B. Allow multiple outputs besides the 3 decay equations. Allows miner to customize their coinbase transaction.Technical Support:Contact me on Coin Shield Talk: Chat Box or Coin Shield Talk: Support. Follow me on My Twitter For Updates.. Viz.
|
[ Nexus] Created by Viz. [ Videlicet] : "videre licet - it may be seen; evidently; clearly"
|
|
|
Supercomputing
|
|
October 07, 2014, 10:28:02 PM |
|
Version 1.2 Tested on Linux. Can be ported to Windows with minimal effort. https://www.dropbox.com/s/j8m9a9cgipraaa8/CoinShieldV1.2.zip?dl=0Greater than 4x increase in performance. Drastically reduces the number of calls to wallet server for new block hashes - a single wallet can now handle hundreds of mining threads. Added support for prime septuplets and octuplets with prime cluster stats.
|
|
|
|
CryptoHobo
Legendary
Offline
Activity: 1050
Merit: 1000
|
|
October 07, 2014, 10:37:10 PM |
|
Version 1.2 Tested on Linux. Can be ported to Windows with minimal effort. https://www.dropbox.com/s/j8m9a9cgipraaa8/CoinShieldV1.2.zip?dl=0Greater than 4x increase in performance. Drastically reduces the number of calls to wallet server for new block hashes - a single wallet can now handle hundreds of mining threads. Added support for prime septuplets and octuplets with prime cluster stats. awesome you sir are far too good compiled and running on my linux machines, still struggling with cygwin But every failure's a learning experience
|
|
|
|
Videlicet
Legendary
Offline
Activity: 868
Merit: 1058
Creator of Nexus http://nexus.io
|
|
October 07, 2014, 11:01:38 PM |
|
Yes I agree,Windows 7 Issue is fixed in this release, Thank You very much. This reduces my work load; now onto a pool miner using this code base Thank You,Viz.
|
[ Nexus] Created by Viz. [ Videlicet] : "videre licet - it may be seen; evidently; clearly"
|
|
|
|