eduffield (OP)
Legendary
Offline
Activity: 1176
Merit: 1036
Dash Developer
|
|
March 03, 2014, 12:08:10 AM |
|
I can't get DarkSend to work, been trying for a while.
I added eduffield's node address directly. addnode 50.19.116.123 add
I wait until the pool session changes from 1001. { "state" : 2, "session_id" : 1001, "pooled_inputs" : 0, "pooled_outputs" : 0, "pooled_signatures" : 0, "my_transactions" : 0 }
...
{ "state" : 2, "session_id" : 1016, "pooled_inputs" : 0, "pooled_outputs" : 0, "pooled_signatures" : 0, "my_transactions" : 0 }
I send some amount with DarkSend checked. { "state" : 2, "session_id" : 1016, "pooled_inputs" : 1, "pooled_outputs" : 0, "pooled_signatures" : 0, "my_transactions" : 1 }
The session never completes.
Minutes later I try again, this time transactions from others are there: { "state" : 2, "session_id" : 1017, "pooled_inputs" : 2, "pooled_outputs" : 0, "pooled_signatures" : 0, "my_transactions" : 0 }
I send an amount. It tells me insufficient funds, even though I have more than enough. Transaction fails.
Anyone see what I'm doing wrong?
The way DarkSend is implemented currently requires an single input larger than the amount you want to send. I haven't had time to completely fix this issue yet and am aware of it. So, sorry about the inconvenience, but you'll need to try smaller amounts until it can locate a single input larger than that size. It's in my list of stuff to fix.
|
Dash - Digital Cash | dash.org | dashfoundation.io | dashgo.io
|
|
|
leigh2k14
Legendary
Offline
Activity: 1288
Merit: 1000
|
|
March 03, 2014, 12:17:13 AM |
|
Tutorial for mining darkcoin on ubuntu 13.10 using ATI/AMD GPUsAfter installing Ubuntu 13.10, download and install the latest AMD driver. Then enter the following at the terminal: sudo apt-get install build-essential git libcurl4-gnutls-dev ncurses-dev git autoconf libtool curl libncurses-dev libcurl4-gnutls-dev -y
download linux opencl driver: http://developer.amd.com/tools-and-sdks/heterogeneous-computing/amd-accelerated-parallel-processing-app-sdk/downloads/ (scroll down to AMD-APP-SDK-v2.9-lnx64.tgz
cd ~/Downloads tar -xvf AMD-APP-SDK-v2.9-lnx64.tgz ./Install-AMD-APP.sh
download the ADL SDK: http://developer.amd.com/tools-and-sdks/graphics-development/display-library-adl-sdk/ cd ~/Downloads/ mkdir adl mv ADL_SDK_6.0.zip adl cd adl unzip ADL_SDK_6.0.zip cp include/*.h ~/sph-sgminer/ADL_SDK [reboot]
cd ~ git clone https://github.com/prettyhatemachine/sph-sgminer.git cd sph-sgminer/ autoreconf -i CFLAGS="-O2 -Wall -march=native" ./configure make ./sgminer -k darkcoin -o stratum+tcp://yourpool.com:1234 -u username -p password -I 18 -w 128 --thread-concurrency 12800 -g 1
Hi mate, I returned my graphics card, I bought A Radeon 6670, installed in along with the drivers. I tried to follow your commands but I get an error message saying: cp: cannot stat ‘include/*.h’: No such file or directory Any idea what's wrong? I just want to say, and let me tell you, I've done it myself, you will never mine enough coins to pay for that card. I bought 2 antminers 2 months ago when I first dove into cryptos, and I'll never see my money back on those, LOL. Now, you might be like me and want to learn above all else, that's cool too! But if you want to make an investment, buy some bitcoin, then buy darkcoin, it will be a better investment, but if you're a gamer, the card can be used for that as well, so it's cool. Finally, please someone correct me if I'm wrong, think you still need a 64 bit system to mine dark??? Otherwise, after the above post, another user added this info: If you run encrypted root, you'll be prompted with a framebuffer screen to input your password. Once you install these drivers, framebuffer will fail. It'll just be a blank screen and you'll wonder exactly how fucked you are because nothing is happening. Type your password blind, hit enter, everything is just fine... Sorry, I forgot to note who that was Yes, He needs a 64bit system. He stated this earlier: I'm running linux mint 32bit, my graphics card is an GeForce GT 610 It works on a 32bit system, I wasn't aware it was 64 only? I am getting some serious lag with my mouse cursor while it is running, it took like 2 mins for me to move the cursor over the X on the terminal to close it? lol. Anyone have any idea as to why it's lagging my system so badly?
|
|
|
|
badman74
|
|
March 03, 2014, 12:21:34 AM |
|
Tutorial for mining darkcoin on ubuntu 13.10 using ATI/AMD GPUsAfter installing Ubuntu 13.10, download and install the latest AMD driver. Then enter the following at the terminal: sudo apt-get install build-essential git libcurl4-gnutls-dev ncurses-dev git autoconf libtool curl libncurses-dev libcurl4-gnutls-dev -y
download linux opencl driver: http://developer.amd.com/tools-and-sdks/heterogeneous-computing/amd-accelerated-parallel-processing-app-sdk/downloads/ (scroll down to AMD-APP-SDK-v2.9-lnx64.tgz
cd ~/Downloads tar -xvf AMD-APP-SDK-v2.9-lnx64.tgz ./Install-AMD-APP.sh
download the ADL SDK: http://developer.amd.com/tools-and-sdks/graphics-development/display-library-adl-sdk/ cd ~/Downloads/ mkdir adl mv ADL_SDK_6.0.zip adl cd adl unzip ADL_SDK_6.0.zip cp include/*.h ~/sph-sgminer/ADL_SDK [reboot]
cd ~ git clone https://github.com/prettyhatemachine/sph-sgminer.git cd sph-sgminer/ autoreconf -i CFLAGS="-O2 -Wall -march=native" ./configure make ./sgminer -k darkcoin -o stratum+tcp://yourpool.com:1234 -u username -p password -I 18 -w 128 --thread-concurrency 12800 -g 1
Hi mate, I returned my graphics card, I bought A Radeon 6670, installed in along with the drivers. I tried to follow your commands but I get an error message saying: cp: cannot stat ‘include/*.h’: No such file or directory Any idea what's wrong? I just want to say, and let me tell you, I've done it myself, you will never mine enough coins to pay for that card. I bought 2 antminers 2 months ago when I first dove into cryptos, and I'll never see my money back on those, LOL. Now, you might be like me and want to learn above all else, that's cool too! But if you want to make an investment, buy some bitcoin, then buy darkcoin, it will be a better investment, but if you're a gamer, the card can be used for that as well, so it's cool. Finally, please someone correct me if I'm wrong, think you still need a 64 bit system to mine dark??? Otherwise, after the above post, another user added this info: If you run encrypted root, you'll be prompted with a framebuffer screen to input your password. Once you install these drivers, framebuffer will fail. It'll just be a blank screen and you'll wonder exactly how fucked you are because nothing is happening. Type your password blind, hit enter, everything is just fine... Sorry, I forgot to note who that was Yes, He needs a 64bit system. He stated this earlier: I'm running linux mint 32bit, my graphics card is an GeForce GT 610 It works on a 32bit system, I wasn't aware it was 64 only? I am getting some serious lag with my mouse cursor while it is running, it took like 2 mins for me to move the cursor over the X on the terminal to close it? lol. Anyone have any idea as to why it's lagging my system so badly? try -I 16 that is what happens when intensity is set really high
|
|
|
|
TanteStefana
Full Member
Offline
Activity: 280
Merit: 100
The Future Of Work
|
|
March 03, 2014, 12:23:02 AM |
|
Hey guys. I have 4 280x running on phm sgminer 4.1 Yesterday I had about 8.2MH/s and I had to restart it this morning and now I'm getting only 7.3MH/s I can't seem to get it back to what it was. Anyone happen to know what I am doing wrong? Thank you.
Did you adjust the intensity after starting it last time and not update the start.bat or equivalent file?
|
|
|
|
TanteStefana
Full Member
Offline
Activity: 280
Merit: 100
The Future Of Work
|
|
March 03, 2014, 12:25:32 AM |
|
I'm currently mining DRK with my Radeon 6670 (not the fastest but it works) I'll tell you in the morning how many coins I mine with it, I have a funny feeling it may take a while to get the £70 for my card back, lol. I didn't buy it to earm money, I bought it to learn how to mine, as I like to set challenges for myself, this one did make me scratch my head too. I'm currently getting 350Kh with it,not sure if that is good? Ah, then you are like me, and I can guarantee you will learn a lot and enjoy the ride Mess around with the intensity. G takes you into an edit mode, then I then start with 8 and go up from there, hit enter twice and wait a few minutes. Note the hashrate, then increase to 9, 10 11 and also I suggest you join a pool so you can see more 'actual' hash which can be different (dashboard of pool) I use lotterymining 'cause a great guy runs it and we have a weekly lottery from 1/2 the fees (which are only 1%, essentially 1/2%) See the first page for pools
|
|
|
|
humanitee
|
|
March 03, 2014, 12:27:57 AM |
|
The way DarkSend is implemented currently requires an single input larger than the amount you want to send. I haven't had time to completely fix this issue yet and am aware of it. So, sorry about the inconvenience, but you'll need to try smaller amounts until it can locate a single input larger than that size. It's in my list of stuff to fix.
Trying again.
Sent the smallest amount, .01 DRK.{ "state" : 2, "session_id" : 1018, "pooled_inputs" : 2, "pooled_outputs" : 0, "pooled_signatures" : 0, "my_transactions" : 1 } Check the pool information again.{ "state" : 2, "session_id" : 1019, "pooled_inputs" : 0, "pooled_outputs" : 0, "pooled_signatures" : 0, "my_transactions" : 0 } Try to get the transaction ID.getdarksendtxid 1018 unknown_session_id Thoughts?
|
| | | Fast, Secure, and Fully
Decentralized Trading | BACKED BY: ─────────────────────────
| BINANCE ─────── LAB | & | █████████████████████████████████ █ ███ █▀ ▀█ ███▀▀▀▀▀████████ ████▀▀███▀ █ █ █████ ▄▄▄▄▄ █ ▀ █ ███ █ ██ █▄ ▀█ ██ █ ▄███ ██████ ███ █████ █ ██ ███ █ ████ ████ ▄ ███ █▄ ▄█▄ ▄█▄ ▀ ████▄ ▄█ ██ ██ ████████████████████████████████████████ |
|
|
| Whitepaper Medium Reddit
|
|
|
|
leigh2k14
Legendary
Offline
Activity: 1288
Merit: 1000
|
|
March 03, 2014, 12:28:23 AM |
|
I'm currently mining DRK with my Radeon 6670 (not the fastest but it works) I'll tell you in the morning how many coins I mine with it, I have a funny feeling it may take a while to get the £70 for my card back, lol. I didn't buy it to earm money, I bought it to learn how to mine, as I like to set challenges for myself, this one did make me scratch my head too. I'm currently getting 350Kh with it,not sure if that is good? Ah, then you are like me, and I can guarantee you will learn a lot and enjoy the ride Thanks, I love letting my inner nerd out
|
|
|
|
TanteStefana
Full Member
Offline
Activity: 280
Merit: 100
The Future Of Work
|
|
March 03, 2014, 12:36:17 AM |
|
I'm currently mining DRK with my Radeon 6670 (not the fastest but it works) I'll tell you in the morning how many coins I mine with it, I have a funny feeling it may take a while to get the £70 for my card back, lol. I didn't buy it to earm money, I bought it to learn how to mine, as I like to set challenges for myself, this one did make me scratch my head too. I'm currently getting 350Kh with it,not sure if that is good? Ah, then you are like me, and I can guarantee you will learn a lot and enjoy the ride Thanks, I love letting my inner nerd out I expanded my comment to try to be of more help
|
|
|
|
eduffield (OP)
Legendary
Offline
Activity: 1176
Merit: 1036
Dash Developer
|
|
March 03, 2014, 12:36:28 AM |
|
The way DarkSend is implemented currently requires an single input larger than the amount you want to send. I haven't had time to completely fix this issue yet and am aware of it. So, sorry about the inconvenience, but you'll need to try smaller amounts until it can locate a single input larger than that size. It's in my list of stuff to fix.
Trying again.
Sent the smallest amount, .01 DRK.{ "state" : 2, "session_id" : 1018, "pooled_inputs" : 2, "pooled_outputs" : 0, "pooled_signatures" : 0, "my_transactions" : 1 } Check the pool information again.{ "state" : 2, "session_id" : 1019, "pooled_inputs" : 0, "pooled_outputs" : 0, "pooled_signatures" : 0, "my_transactions" : 0 } Try to get the transaction ID.getdarksendtxid 1018 unknown_session_id Thoughts? I tried to send 0.01 and it worked for me. I'm not sure why it's not showing the session, I'll look into that. Did it appear in your transactions?
|
Dash - Digital Cash | dash.org | dashfoundation.io | dashgo.io
|
|
|
humanitee
|
|
March 03, 2014, 12:38:20 AM |
|
I tried to send 0.01 and it worked for me. I'm not sure why it's not showing the session, I'll look into that. Did it appear in your transactions?
No :[. edit: Might have found it one second.
|
| | | Fast, Secure, and Fully
Decentralized Trading | BACKED BY: ─────────────────────────
| BINANCE ─────── LAB | & | █████████████████████████████████ █ ███ █▀ ▀█ ███▀▀▀▀▀████████ ████▀▀███▀ █ █ █████ ▄▄▄▄▄ █ ▀ █ ███ █ ██ █▄ ▀█ ██ █ ▄███ ██████ ███ █████ █ ██ ███ █ ████ ████ ▄ ███ █▄ ▄█▄ ▄█▄ ▀ ████▄ ▄█ ██ ██ ████████████████████████████████████████ |
|
|
| Whitepaper Medium Reddit
|
|
|
|
|
trademark
Legendary
Offline
Activity: 1932
Merit: 1003
|
|
March 03, 2014, 12:51:06 AM |
|
Hey guys. I have 4 280x running on phm sgminer 4.1 Yesterday I had about 8.2MH/s and I had to restart it this morning and now I'm getting only 7.3MH/s I can't seem to get it back to what it was. Anyone happen to know what I am doing wrong? Thank you.
Did you adjust the intensity after starting it last time and not update the start.bat or equivalent file? Hi. Thanks for the reply. No, all I did was download phm sgminer and ran it. After the restart it isn't performing as well as before. Frustrating. Not sure what I'm doing wrong. I even deleted everything and did it again.
|
|
|
|
|
mctaino
|
|
March 03, 2014, 12:51:47 AM |
|
Does anybody have the settings for MSI 280X ..... Thank You in Advance
|
|
|
|
|
TanteStefana
Full Member
Offline
Activity: 280
Merit: 100
The Future Of Work
|
|
March 03, 2014, 12:58:47 AM |
|
I'm very slow this morning, er... evening, starting with waking up after 2PM, LOL. I don't see the binaries on the first page, are they somewhere else?
|
|
|
|
|
n00bnoxious
Sr. Member
Offline
Activity: 280
Merit: 250
Bitnation Development Team Member
|
|
March 03, 2014, 01:01:32 AM Last edit: March 04, 2014, 04:10:36 PM by n00bnoxious |
|
New 100Mbit UK DRK p2pool node. 0% fees for a whole month from today.Competent operator, quality hosting. Very competitive fees after the free period.n00b's DRK p2poolCheck it out!
|
|
|
|
humanitee
|
|
March 03, 2014, 01:11:18 AM |
|
Results on Ubuntu appear to be the same. Using .01 DRK:{ "state" : 2, "session_id" : 1020, "pooled_inputs" : 2, "pooled_outputs" : 2, "pooled_signatures" : 0, "my_transactions" : 1 } ... { "state" : 2, "session_id" : 1021, "pooled_inputs" : 0, "pooled_outputs" : 0, "pooled_signatures" : 0, "my_transactions" : 0 } getdarksendtxid 1020unknown_session_id Using .02 DRK.{ "state" : 2, "session_id" : 1021, "pooled_inputs" : 1, "pooled_outputs" : 0, "pooled_signatures" : 0, "my_transactions" : 1 } ... { "state" : 2, "session_id" : 1022, "pooled_inputs" : 0, "pooled_outputs" : 0, "pooled_signatures" : 0, "my_transactions" : 0 } getdarksendtxid 1021incomplete
|
| | | Fast, Secure, and Fully
Decentralized Trading | BACKED BY: ─────────────────────────
| BINANCE ─────── LAB | & | █████████████████████████████████ █ ███ █▀ ▀█ ███▀▀▀▀▀████████ ████▀▀███▀ █ █ █████ ▄▄▄▄▄ █ ▀ █ ███ █ ██ █▄ ▀█ ██ █ ▄███ ██████ ███ █████ █ ██ ███ █ ████ ████ ▄ ███ █▄ ▄█▄ ▄█▄ ▀ ████▄ ▄█ ██ ██ ████████████████████████████████████████ |
|
|
| Whitepaper Medium Reddit
|
|
|
|
|
|