Bitcoin Forum
June 20, 2024, 05:13:16 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 [107] 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 ... 248 »
2121  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] sgminer v5 - optimized X11/X13/NeoScrypt/Lyra2RE/etc. kernel-switch miner on: January 22, 2017, 02:36:04 PM
i'm trying to mine x11 marijuana coin with that miner on suprnova but it doesnt work. i have an amd card

Unless you really know what you are doing, don't mine x11 with gpu. There are asics for that.
2122  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer M7 (XCN) by djm34, fixed + optimized for cuda 8 and new cards by PALLAS on: January 21, 2017, 10:16:00 PM
Here is my forked ccminer for M7 algo (Cryptonite coin), fixed to compile and mine on cuda 8 (required) and newer cards.
It includes optimisations, and more I will add.
Tested on Linux (no visual studio support, sorry) and 970, 980Ti and 1070.

Here is the github repo:

https://github.com/pallas1/ccminer-m7-branch

Have fun and donate BTC to: 1H7qC5uHuGX2d5s9Kuw3k7Wm7xMQzL16SN

Trying to compile on Win 10 64 with CUDA 8 and Visual Studio 2015.

I get this error: "C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\BuildCustomizations\CUDA 6.5.props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.

Do I need to edit a file to recognize CUDA 8 instead of CUDA 6.5?


Yes: the visual studio project file hasn't been updated, only the autotools files have. You can try compiling with mingw, or update the visual studio project file yourself.
2123  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MAC]Machinecoin - The Steampunk Cryptocurrency - Now With TimeTravel PoW! on: January 20, 2017, 11:17:29 AM
Im really impressed with this coin,are there any nvidia gpu miners with support for old cards like cuda 2.1 ?
also how many coins can i get per 24 hour with 17 khash pool mining

No gpu miners known.
2124  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell / Pascal kernels. on: January 19, 2017, 06:54:38 PM
SP take a look at improving SIB for Sibcoin. Decent sized market that has grown quite a bit in the last week or two.

Tpruvot version is very well optimised.

That's what the said about Lyra... and NeoS... and Equihash for Nvidia. I realize it was just improved by Alexis, that doesn't mean other people can't improve it further. ^^

I already said what and how much it can be improved.
Believe me, I know the algorithm pretty well.
I optimized it well before alexis (many months ago) and we reached almost the same speed. That's the streebog part, the rest is just x11.
2125  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell / Pascal kernels. on: January 19, 2017, 09:18:56 AM
it was slow, but alexis replaced the streebog part (which took 90% of the time) and now it's fast.
of course it can be faster with better x11 like in your fork, but it's just some percent on the whole hashrate.
and using alexis streebog on your fork is just a little more than copy-paste.

I think I will do it. Use the  alexis streebog in my fork. and gain a few percent. But I think Alexis's fork is faster already for SIB. right?

I think he optimized some of the usual algos, but I didn't check if it affects SIB as well (and how much).
2126  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell / Pascal kernels. on: January 19, 2017, 09:09:14 AM
SP take a look at improving SIB for Sibcoin. Decent sized market that has grown quite a bit in the last week or two.
Tpruvot version is very well optimised.

No it isn't

it was slow, but alexis replaced the streebog part (which took 90% of the time) and now it's fast.
of course it can be faster with better x11 like in your fork, but it's just some percent on the whole hashrate.
and using alexis streebog on your fork is just a little more than copy-paste.
2127  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell / Pascal kernels. on: January 19, 2017, 07:42:36 AM
SP take a look at improving SIB for Sibcoin. Decent sized market that has grown quite a bit in the last week or two.

Tpruvot version is very well optimised.
2128  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] sgminer v5 - optimized X11/X13/NeoScrypt/Lyra2RE/etc. kernel-switch miner on: January 19, 2017, 07:41:42 AM
My question is: did things get changed since March 2015? Does it make any sense to use AMD cards on Linux to mine qubit?

No, it doesn't. There are ASICs for that.
2129  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite | 1st mini-blockchain coin | M7 PoW | No Premine on: January 19, 2017, 07:39:31 AM
ok the issue seems to be that the block explorer was coded in php5.3 and I'm on 5.4.

It's using some removed methods, like
Code:
get_magic_quotes_gpc()
and I have no idea how to fix that ...

I can help you with PHP, please PM me with the details.
(that call is deprecated, try replacing it with 0)
2130  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite | 1st mini-blockchain coin | M7 PoW | No Premine on: January 18, 2017, 09:18:06 PM
Okay, I've got the explorer up and running, at least for now (ermine 30 day trial for converting a dynamically linked exe into static). Let's see what happens after that. I might just get a license of them...

http://xcn-explorer.selektion21.de/

If someone with a better domain wants to donate it, please just point it to the same IP and I can update it.

btw, dextro: what do you mean with 'another' explorer? Is there another one out there? I thought the lack of one was the actual problem.

Thanks for the explorer.
Please check this error when trying to view an address:

error: /cron/parse_txs.php cron job is not running
2131  Alternate cryptocurrencies / Altcoin Discussion / Re: Weak / Narrow Blockchain AI on: January 18, 2017, 09:22:22 AM
I agree with you, sometimes when you hit a limit, you better go check something else, i use to find solutions while doing something else, totally different.
Even i have never coded an AI, i can imagine how diffuclt and tricky it can be, keep it up, i know you will finish it, but just a question, will this AI be carried in all the wellets ? or will it have a central brain ? will users be able to rename the AI ? or provide some modifications to it ?

The Ai is meant to be decentralized, but to work within given rules. Each node acts like a neuron, broadcasting data to others over the network.  Yes, i think i will allow each Ai node to be named by the owner, however i will enforce versioning to prevent attempts at manipulation.

There are currently a couple of sticking points that i am trying to solve hence the delays in releasing an alpha version.

1) random forest decision trees (was using a crap implementation, decided to go pro) for individual nodes and better simulations
2) how to put together a decentralized neural net that can tolerate nodes coming and going ?


I am curious though, do users prefer PoW or PoS ? The code is capable of both or hybrid.

I think that hybrid is the best solution: I've seen coins have sudden issues with PoW and the chain kept going because there was PoS; and I could imagine a similar, viceversa situation.
2132  Alternate cryptocurrencies / Altcoin Discussion / Re: Weak / Narrow Blockchain AI on: January 17, 2017, 02:20:21 PM
Due to the brain melting business of AI and simulations, I take breaks and use the time to pursue other ideas and goals such as wallet mods and other items i find interesting.

How I understand! :-)
Even basic hashing algos can be brain melting, at times ;-)
2133  Alternate cryptocurrencies / Announcements (Altcoins) / Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO | on: January 17, 2017, 02:18:28 PM
I have a mining question. Yesterday i tried the sgminer on my gtx 1080 and gtx 1070. Got about 600 sol/s on them. So i spoke to a friend of mine that has A couple of rigs with RX480's in em. I made him an acc, made him workers and he starts the miner. The miner says 3.4 Mh/s but the pool site says nothing... What could be wrong? ( tried new acc, other rig, lower intensity, i tried mining on that acc, it worked, rebooted).



It's all hardware errors. Something's wrong with the kernel compilation. Try removing the *.bin files and rerun. If that doesn't work, try a different driver version (usually older is better). You don't need to install the full driver, just put the opencl.dll file in the miner directory.

Ok, tnx, i will let him know. Now another question. Like i said earlier i have a mining rig with a GTX1080 and 1070. Compared to what i get mining Zcash atm it is not worth it to mine ESP with them. But i am CPU mining ESP (i7-6700k @ 4.7 Ghz) and running between 240 and 300. Now i have intel graphics HD 530 on board just sitting there doing nothing. Can i mine with that also? And if yes, how do i do this (MSI afterburner sees this "GPU" but nicehash or other, dedicated miners do not).

In theory you can run the miner on any opencl capable gpu, but sgminer was born on amd gpu and it barely works on nvidia, let alone intel. But you can try. You may need to specify the gpu platform number in order to use it.

Ok, i got a bit further Used the command --gpu-platform 1 and it detected the Intel. But says not initialized in 60 seconds. Was to be expected

If it doesn't output any error, and the card doesn't hash, let it run a bit more: the kernel code is pretty long to compile.
2134  Alternate cryptocurrencies / Announcements (Altcoins) / Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO | on: January 17, 2017, 12:20:51 PM
I have a mining question. Yesterday i tried the sgminer on my gtx 1080 and gtx 1070. Got about 600 sol/s on them. So i spoke to a friend of mine that has A couple of rigs with RX480's in em. I made him an acc, made him workers and he starts the miner. The miner says 3.4 Mh/s but the pool site says nothing... What could be wrong? ( tried new acc, other rig, lower intensity, i tried mining on that acc, it worked, rebooted).



It's all hardware errors. Something's wrong with the kernel compilation. Try removing the *.bin files and rerun. If that doesn't work, try a different driver version (usually older is better). You don't need to install the full driver, just put the opencl.dll file in the miner directory.

Ok, tnx, i will let him know. Now another question. Like i said earlier i have a mining rig with a GTX1080 and 1070. Compared to what i get mining Zcash atm it is not worth it to mine ESP with them. But i am CPU mining ESP (i7-6700k @ 4.7 Ghz) and running between 240 and 300. Now i have intel graphics HD 530 on board just sitting there doing nothing. Can i mine with that also? And if yes, how do i do this (MSI afterburner sees this "GPU" but nicehash or other, dedicated miners do not).

In theory you can run the miner on any opencl capable gpu, but sgminer was born on amd gpu and it barely works on nvidia, let alone intel. But you can try. You may need to specify the gpu platform number in order to use it.
2135  Alternate cryptocurrencies / Announcements (Altcoins) / Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO | on: January 17, 2017, 12:01:06 PM
I have a mining question. Yesterday i tried the sgminer on my gtx 1080 and gtx 1070. Got about 600 sol/s on them. So i spoke to a friend of mine that has A couple of rigs with RX480's in em. I made him an acc, made him workers and he starts the miner. The miner says 3.4 Mh/s but the pool site says nothing... What could be wrong? ( tried new acc, other rig, lower intensity, i tried mining on that acc, it worked, rebooted).



It's all hardware errors. Something's wrong with the kernel compilation. Try removing the *.bin files and rerun. If that doesn't work, try a different driver version (usually older is better). You don't need to install the full driver, just put the opencl.dll file in the miner directory.
2136  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite | 1st mini-blockchain coin | M7 PoW | No Premine on: January 16, 2017, 03:17:42 PM
i got this meesage from poloniex...!

At this time unfortunately the only people who can resolve that are the XCN development team. Our issue is that our wallet required a full re-sync and we have not as yet been able to sync the wallet to a working copy of the blockchain due to a network error. I am sorry that this is the case and rest assured we are doing all we can to resolve the situation and sync a copy of the blockchain successfully.

We will continue to search for a resolution to this problem and we are very appreciative of your patience regarding this. We hope you can understand however that we are doing all we can to work within a bad situation.

Thank you again for your understanding. We will update you on this ticket if there is any news regarding this. We will of course allow withdrawals once this is enabled.


Best regards,

Kevin
Poloniex Support


they said the same to me some months ago and I replayed: "I'm not the original dev but I know the code, here is a blockchain snapshot, here is a little compiling fix, etc.".
either they do not want to do it, or they put it to very low priority for some reason.
2137  Alternate cryptocurrencies / Announcements (Altcoins) / Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO | on: January 16, 2017, 01:10:11 PM
Hi all. i have a question. I have made a backup to my wallet, saved the file as "esp_backup.dat" (name dos not metter) and reinstalled windows, now i can't find a import button, i tried on the console to put "importwallet "my password" "esp_backup.dat", but i get this error:

"importwallet <filename>
Imports keys from a wallet dump file (see dumpwallet). (code -1)"

what i'm doing wrong?


importwallet imports a wallet from a dump file (as the help says).
if you have a wallet db file (.dat) just close the program, wait some seconds, replace wallet.dat in your espers home folder, and run again.
of course that assumes the current wallet.dat doesn't hold any coin ;-)
2138  Alternate cryptocurrencies / Altcoin Discussion / Re: Weak / Narrow Blockchain AI on: January 16, 2017, 12:43:23 PM
My 2 cents: don't mess with the UI, leave it to the default.
2139  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite | 1st mini-blockchain coin | M7 PoW | No Premine on: January 16, 2017, 10:31:00 AM
Here is an updated blockchain snapshot of today:

https://mega.nz/#!cRBQ0Qgb!SgN0oLR-I1SH5K2pz4s-da41Ati5JMFlfJgWN73Sz64
2140  Alternate cryptocurrencies / Announcements (Altcoins) / Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO | on: January 15, 2017, 04:53:17 PM
https://alpha.wings.ai/#!/home/project/0xd06efe3e70cac2a37fd0644b6aae4bd3c3aec639ce9a0f0adc1606315afde85c/info

that picture "espers accepted here" i think that can be reworked, reposted there. is half chopped.

I asked them through messenger to Change it.

I have asked them too, but they never replied. I suspect that're done here. U may hear from them soon when they're done with packing their bags and ready to book a ticket to Cayman Islands.

You think you are fun but, surprise! You aren't.
You are just posting shit to multiple coin threads.
Pages: « 1 ... 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 [107] 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 ... 248 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!