BDubbins
Newbie
Offline
Activity: 2
Merit: 0
|
|
January 28, 2018, 04:24:58 PM |
|
OK. I stop any support for this coin.
jesus....I did not expect it to go here...listen, there was talk of someone stealing from others...im sorry,I don't like thieves...I was concerned that others would get ripped off...I asked why the pool was still up if people were being taken advantage of....you could have said "we figured it out, it was just a mistake...don't worry"....I would have been ok....but you basically came back with "I am the boss...shut up!"....sorry if I didn't like that either....don't let me ruin everything...I will stay out of it in the future Nice one. Takes a brave man to apologize. Too bad we needed a smart man before that.
|
|
|
|
artificial.hamster
Newbie
Offline
Activity: 2
Merit: 0
|
|
January 28, 2018, 04:44:54 PM |
|
Daniel Hoping you will get well less rageous soon and will make more measured statement soon. Tons of github repos appeared now. This scares existing community and makes Dagger's future very doubtful, at least, in current state. I'd like to propose next: - maybe there are should be some another developers that will cover you and each other, if some circumstances like this appear.
- it would be great if we discuss Dagger roadmap here. What and when is to be done.
|
|
|
|
Jennifer7
Newbie
Offline
Activity: 10
Merit: 0
|
|
January 28, 2018, 05:37:56 PM |
|
OK. I stop any support for this coin.
jesus....I did not expect it to go here...listen, there was talk of someone stealing from others...im sorry,I don't like thieves...I was concerned that others would get ripped off...I asked why the pool was still up if people were being taken advantage of....you could have said "we figured it out, it was just a mistake...don't worry"....I would have been ok....but you basically came back with "I am the boss...shut up!"....sorry if I didn't like that either....don't let me ruin everything...I will stay out of it in the future It is always hard to say "Im sorry" and admit all mistakes.Well done!
|
|
|
|
goto2013
|
|
January 28, 2018, 06:37:58 PM |
|
wow...reality tv drama has finally reached crypto too
lol has finally reached crypto? :-D it is here since years
|
Lenina.shop - Pay with btc and other crypto coins - German based online Stor
|
|
|
jonano
Jr. Member
Offline
Activity: 133
Merit: 7
|
|
January 28, 2018, 09:57:33 PM Last edit: January 28, 2018, 10:21:25 PM by jonano |
|
First beta-version of GPU miner is released. Link to download https://github.com/jonano614/DaggerGpuMiner/releasesSource codes https://github.com/jonano614/DaggerGpuMinerGPU-miner is based on OpenCL. You need to have your account address and storage folder to use it. Most of modern video cards is applicable. Current implementation is not optimized, probably hashrate can be increased in about 80% further. My AMD Radeon R9 270x makes 240 MH/s now. Also miner supports CPU-mining. But current implementation is slower than official wallet (v845+). Currently only Windows is supported. Version for Linux is in development. If somebody wants to make version for Mac OS - you can write me. How to use: unpack archive to a folder. Copy storage folder to the folder with miner. Create .bat file with necessary launch parameters. Use it. Launch parameters: 1) GPU benchmark: DaggerGpuMiner.exe -G -M 2) GPU mining: DaggerGpuMiner.exe -G -a <WALLET_ADDRESS> -p <POOL_ADDRESS> 3) CPU mining: DaggerGpuMiner.exe -cpu -a <WALLET_ADDRESS> -p <POOL_ADDRESS> -t N (N - is a number of threads) Different features and optional parametes: 1) "-h" - show help 2) you can list all available devices using parameters "-list-devices -G" 3) by default GPU mining is performed only on the first OpenCL device. You can specify several devices using parameter "-opencl-devices 0 1 3". Use your device numbers instead of "0 1 3". Also use can use parameter "-d " there is count of used devices. Also I recommend you to place "pause" command in the end of the .bat file. If you have question, suggestion or you want to participate in develpment you can write me here in PM or on email jonano614@gmail.com. Further closest plans: 1) get rid of storage folder 2) rewrite logging 3) static position for hash rate 4) optimization of OpenCL kernel PS: if everything works fine you can support author: XDAG gKNRtSL1pUaTpzMuPMznKw49ILtP6qX3
|
|
|
|
ray_saeed
Jr. Member
Offline
Activity: 87
Merit: 1
|
|
January 28, 2018, 10:30:13 PM |
|
People asking challenging and hard questions is part of the process when developing a coin and building its community. it is not worth getting upset over such questions or statements cheatoshin0. The project has great potential and It would be great to have you back here. I still support this project fully and all my miners are still supporting the network. I will do what I can here to support the community as well. cheatoshin0, I really hope you change your mind and come back soon
|
|
|
|
Sam123
|
|
January 28, 2018, 10:48:04 PM |
|
First beta-version of GPU miner is released. Link to download https://github.com/jonano614/DaggerGpuMiner/releasesSource codes https://github.com/jonano614/DaggerGpuMinerGPU-miner is based on OpenCL. You need to have your account address and storage folder to use it. Most of modern video cards is applicable. Current implementation is not optimized, probably hashrate can be increased in about 80% further. My AMD Radeon R9 270x makes 240 MH/s now. Also miner supports CPU-mining. But current implementation is slower than official wallet (v845+). Currently only Windows is supported. Version for Linux is in development. If somebody wants to make version for Mac OS - you can write me. How to use: unpack archive to a folder. Copy storage folder to the folder with miner. Create .bat file with necessary launch parameters. Use it. Launch parameters: 1) GPU benchmark: DaggerGpuMiner.exe -G -M 2) GPU mining: DaggerGpuMiner.exe -G -a <WALLET_ADDRESS> -p <POOL_ADDRESS> 3) CPU mining: DaggerGpuMiner.exe -cpu -a <WALLET_ADDRESS> -p <POOL_ADDRESS> -t N (N - is a number of threads) Different features and optional parametes: 1) "-h" - show help 2) you can list all available devices using parameters "-list-devices -G" 3) by default GPU mining is performed only on the first OpenCL device. You can specify several devices using parameter "-opencl-devices 0 1 3". Use your device numbers instead of "0 1 3". Also use can use parameter "-d " there is count of used devices. Also I recommend you to place "pause" command in the end of the .bat file. If you have question, suggestion or you want to participate in develpment you can write me here in PM or on email jonano614@gmail.com. Further closest plans: 1) get rid of storage folder 2) rewrite logging 3) static position for hash rate 4) optimization of OpenCL kernel PS: if everything works fine you can support author: XDAG gKNRtSL1pUaTpzMuPMznKw49ILtP6qX3 Hi, I'm getting error when using GPU miner on Windows RX580 DaggerGpuMiner.exe -G -a UXXX -p 45.63.58.16:13654 Cannot find storage folder Pool initialization error
|
|
|
|
argax
Newbie
Offline
Activity: 11
Merit: 0
|
|
January 28, 2018, 10:54:24 PM |
|
First beta-version of GPU miner is released. Link to download https://github.com/jonano614/DaggerGpuMiner/releasesSource codes https://github.com/jonano614/DaggerGpuMinerGPU-miner is based on OpenCL. You need to have your account address and storage folder to use it. Most of modern video cards is applicable. Current implementation is not optimized, probably hashrate can be increased in about 80% further. My AMD Radeon R9 270x makes 240 MH/s now. Also miner supports CPU-mining. But current implementation is slower than official wallet (v845+). Currently only Windows is supported. Version for Linux is in development. If somebody wants to make version for Mac OS - you can write me. How to use: unpack archive to a folder. Copy storage folder to the folder with miner. Create .bat file with necessary launch parameters. Use it. Launch parameters: 1) GPU benchmark: DaggerGpuMiner.exe -G -M 2) GPU mining: DaggerGpuMiner.exe -G -a <WALLET_ADDRESS> -p <POOL_ADDRESS> 3) CPU mining: DaggerGpuMiner.exe -cpu -a <WALLET_ADDRESS> -p <POOL_ADDRESS> -t N (N - is a number of threads) Different features and optional parametes: 1) "-h" - show help 2) you can list all available devices using parameters "-list-devices -G" 3) by default GPU mining is performed only on the first OpenCL device. You can specify several devices using parameter "-opencl-devices 0 1 3". Use your device numbers instead of "0 1 3". Also use can use parameter "-d " there is count of used devices. Also I recommend you to place "pause" command in the end of the .bat file. If you have question, suggestion or you want to participate in develpment you can write me here in PM or on email jonano614@gmail.com. Further closest plans: 1) get rid of storage folder 2) rewrite logging 3) static position for hash rate 4) optimization of OpenCL kernel PS: if everything works fine you can support author: XDAG gKNRtSL1pUaTpzMuPMznKw49ILtP6qX3 Hi, I'm getting error when using GPU miner on Windows RX580 DaggerGpuMiner.exe -G -a UXXX -p 45.63.58.16:13654 Cannot find storage folder Pool initialization errorYou are lacking the storage folder, read the instructions
|
|
|
|
goto2013
|
|
January 28, 2018, 10:56:56 PM |
|
First beta-version of GPU miner is released.
what do you think, how long do you need for the linux version of your gpu miner?
|
Lenina.shop - Pay with btc and other crypto coins - German based online Stor
|
|
|
Sam123
|
|
January 28, 2018, 11:01:20 PM |
|
First beta-version of GPU miner is released. Link to download https://github.com/jonano614/DaggerGpuMiner/releasesSource codes https://github.com/jonano614/DaggerGpuMinerGPU-miner is based on OpenCL. You need to have your account address and storage folder to use it. Most of modern video cards is applicable. Current implementation is not optimized, probably hashrate can be increased in about 80% further. My AMD Radeon R9 270x makes 240 MH/s now. Also miner supports CPU-mining. But current implementation is slower than official wallet (v845+). Currently only Windows is supported. Version for Linux is in development. If somebody wants to make version for Mac OS - you can write me. How to use: unpack archive to a folder. Copy storage folder to the folder with miner. Create .bat file with necessary launch parameters. Use it. Launch parameters: 1) GPU benchmark: DaggerGpuMiner.exe -G -M 2) GPU mining: DaggerGpuMiner.exe -G -a <WALLET_ADDRESS> -p <POOL_ADDRESS> 3) CPU mining: DaggerGpuMiner.exe -cpu -a <WALLET_ADDRESS> -p <POOL_ADDRESS> -t N (N - is a number of threads) Different features and optional parametes: 1) "-h" - show help 2) you can list all available devices using parameters "-list-devices -G" 3) by default GPU mining is performed only on the first OpenCL device. You can specify several devices using parameter "-opencl-devices 0 1 3". Use your device numbers instead of "0 1 3". Also use can use parameter "-d " there is count of used devices. Also I recommend you to place "pause" command in the end of the .bat file. If you have question, suggestion or you want to participate in develpment you can write me here in PM or on email jonano614@gmail.com. Further closest plans: 1) get rid of storage folder 2) rewrite logging 3) static position for hash rate 4) optimization of OpenCL kernel PS: if everything works fine you can support author: XDAG gKNRtSL1pUaTpzMuPMznKw49ILtP6qX3 Hi, I'm getting error when using GPU miner on Windows RX580 DaggerGpuMiner.exe -G -a UXXX -p 45.63.58.16:13654 Cannot find storage folder Pool initialization errorYou are lacking the storage folder, read the instructions Worked fine. Thanks for your help
|
|
|
|
beluga
Newbie
Offline
Activity: 7
Merit: 0
|
|
January 28, 2018, 11:05:15 PM |
|
Ok, serious proposal, now that the project is stopped, but I trust on it for the future, I offer 100$ in BTC/ETH to the member that offers me more coins, please DM.
|
|
|
|
argax
Newbie
Offline
Activity: 11
Merit: 0
|
|
January 28, 2018, 11:29:26 PM |
|
Ok, serious proposal, now that the project is stopped, but I trust on it for the future, I offer 100$ in BTC/ETH to the member that offers me more coins, please DM.
LOL . Nice try... sorry to let you down, but it's not stopped at all.
|
|
|
|
ray_saeed
Jr. Member
Offline
Activity: 87
Merit: 1
|
|
January 29, 2018, 12:14:22 AM |
|
Ok, serious proposal, now that the project is stopped, but I trust on it for the future, I offer 100$ in BTC/ETH to the member that offers me more coins, please DM.
Project has not stopped. The dev said he is not going to be active on the forum anymore but will still continue to work on the project
|
|
|
|
beluga
Newbie
Offline
Activity: 7
Merit: 0
|
|
January 29, 2018, 12:30:21 AM Last edit: January 29, 2018, 06:20:54 AM by beluga |
|
Ok, serious proposal, now that the project is stopped, but I trust on it for the future, I offer 100$ in BTC/ETH to the member that offers me more coins, please DM.
LOL . Nice try... sorry to let you down, but it's not stopped at all. You know, supply and demand. My offer is right over the table, I am just creating the value for each coin right know. If no one offers any coin, then the value is >$100 per coin, if someone does the value is $100/number_of_coins_offered :-)
|
|
|
|
LFC
Newbie
Offline
Activity: 12
Merit: 0
|
|
January 29, 2018, 12:39:04 AM |
|
Hi every one For some reason, I couldn't get multiple GPU to work. This is my batch file:
DaggerGpuMiner.exe -G -a MYWALLETADDRESS -p 95.105.233.208:13654 -list-devices -G opencl-devices -d 0 1 2 -d 3 pause
Any help will be appreciated.
|
|
|
|
welhzh
Newbie
Offline
Activity: 178
Merit: 0
|
|
January 29, 2018, 12:47:03 AM |
|
I can not afford to spend any more time on this unmoderated forum. Further updates I will post on the site xdag.me. There will also appear the last state of repository. The network is working stably, so there really is no need for my further support. Other programmers will cope with minor flaws. As for major innovations such as privacy, this I will discuss directly with investors.
:)Hi!dev Can you list your coin address on your website, like most of your friends, want to give you some coins as a reward,Because you do not dig in advance, it is worth our respect, please accept it。From a small miners,Sorry, my English is a little yes, i will donate some of my xdags to you, dev.
|
|
|
|
hankrules
|
|
January 29, 2018, 12:59:32 AM |
|
I can not afford to spend any more time on this unmoderated forum. Further updates I will post on the site xdag.me. There will also appear the last state of repository. The network is working stably, so there really is no need for my further support. Other programmers will cope with minor flaws. As for major innovations such as privacy, this I will discuss directly with investors.
:)Hi!dev Can you list your coin address on your website, like most of your friends, want to give you some coins as a reward,Because you do not dig in advance, it is worth our respect, please accept it。From a small miners,Sorry, my English is a little yes, i will donate some of my xdags to you, dev. I'd like to donate too
|
|
|
|
LFC
Newbie
Offline
Activity: 12
Merit: 0
|
|
January 29, 2018, 01:09:03 AM |
|
Hi every one For some reason, I couldn't get multiple GPU to work. This is my batch file:
DaggerGpuMiner.exe -G -a MYWALLETADDRESS -p 95.105.233.208:13654 -list-devices -G opencl-devices -d 0 1 2 -d 3 pause
Any help will be appreciated.
any one ?
|
|
|
|
ladozhskiy1995
Newbie
Offline
Activity: 112
Merit: 0
|
|
January 29, 2018, 01:16:32 AM |
|
it seems to me a promising project with no profit interests at the time, could become a gem, but my question is why the name Cheatcoin?
|
|
|
|
muf18
|
|
January 29, 2018, 01:55:58 AM |
|
Name is XDAG.
|
|
|
|
|