Author

Topic: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency - page 6993. (Read 9723508 times)

legendary
Activity: 1358
Merit: 1002
if you compile in linux try CFLAGS="-O3 -msse2 -msse4" ..
on my 5800k was about 31kh now about 46kh per thread... (with 3 threads)
gave me about 3k extra im now at 33 khashes/s per core and thats a speed boost of 13 kh/s per core  since version 1 :-)

mine is 3610qm i7
legendary
Activity: 1246
Merit: 1000
if you compile in linux try CFLAGS="-O3 -msse2 -msse4" ..
on my 5800k was about 31kh now about 46kh per thread... (with 3 threads)
legendary
Activity: 1358
Merit: 1002
new windows wallet v0.8.6.2-g542ecf3-beta
https://drive.google.com/file/d/0B9cvOfoOekSdZk93emdjRnZFN3c/edit?usp=sharing

p.s. new version miner ...about 50%-70% fastest
source code
https://github.com/ig0tik3d/darkcoin-cpuminer-1.2
win64 binary
https://drive.google.com/file/d/0B9cvOfoOekSdTXpndnpvTmR1MWM/edit?usp=sharing
example start
Code:
minerd -a X11 -o stratum+tcp://xco.smalltimeminer.com:3350 -u workername -p workerpass  

Cheers! The new faster miner sounds good.  But how do we know it's legit? Sorry for my suspicions, but it seems you have to be now days.  Looks like a different gitt.

but same user that posted the other miners, i vouch for him!

ig0tik3d: NICE 5 khashs/s faster than the previous per core on my laptop.
sr. member
Activity: 546
Merit: 250
new windows wallet v0.8.6.2-g542ecf3-beta
https://drive.google.com/file/d/0B9cvOfoOekSdZk93emdjRnZFN3c/edit?usp=sharing

p.s. new version miner ...about 50%-70% fastest
source code
https://github.com/ig0tik3d/darkcoin-cpuminer-1.2
win64 binary
https://drive.google.com/file/d/0B9cvOfoOekSdTXpndnpvTmR1MWM/edit?usp=sharing
example start
Code:
minerd -a X11 -o stratum+tcp://xco.smalltimeminer.com:3350 -u workername -p workerpass 

Cheers! The new faster miner sounds good.  But how do we know it's legit? Sorry for my suspicions, but it seems you have to be now days.  Looks like a different gitt.
legendary
Activity: 1246
Merit: 1000
new windows wallet v0.8.6.2-g542ecf3-beta
https://drive.google.com/file/d/0B9cvOfoOekSdZk93emdjRnZFN3c/edit?usp=sharing

p.s. new version miner ...about 50%-70% fastest
source code
https://github.com/ig0tik3d/darkcoin-cpuminer-1.2
win64 binary
https://drive.google.com/file/d/0B9cvOfoOekSdTXpndnpvTmR1MWM/edit?usp=sharing
example start
Code:
minerd -a X11 -o stratum+tcp://xco.smalltimeminer.com:3350 -u workername -p workerpass 
legendary
Activity: 1176
Merit: 1036
Dash Developer

I reached out to that guy yesterday thinking the coin was dead, he got back to me this morning and is interested in helping out around here. So I guess the 2 coin communities are merging. Should be interesting.
sr. member
Activity: 253
Merit: 250
Let's Boolberry
legendary
Activity: 1358
Merit: 1002
Will you keep the old pool address going a while, CHAOSiTEC?


yeah ill be keeping it up for now, i expect to start moving things over to drk.lotterymining.com tomorrow, but for now you can keep
using your current settings...

the miner doesnt need to be recompiled

only the wallet...
full member
Activity: 280
Merit: 100
The Future Of Work
Wow, I missed a lot!

I liked X11, but understand the problem, though if you add coin to the end, you don't get the Linux stuff...

Darkcoin is good too, glad no annonecoin because there already is one.  They use the invisible internet i2p and tor to hide their transactions.  I'd love it for eduiffield to give us a pros/cons between our Darkcoin vs this system?  Certainly, I like a less restrictive number of coins to make them more usable (anoncoin has very few coins total)

I don't have time to compile a new miner, is it necessary?  Will you keep the old pool address going a while, CHAOSiTEC?
legendary
Activity: 1358
Merit: 1002
So the normal minerd won't work because of the x11?

Can this be mined in unix?

Edit: Ah looks like you can build it, giving that a try.

2 - Create a swap file

sudo dd if=/dev/zero of=/swapfile bs=64M count=16
sudo mkswap /swapfile
sudo swapon /swapfile


only needed if your system is low on memory, like 512 or 1 meg.. and you havnt created a swap partition on your computer,
tutorial is good for creating the cpu miner on cloud servers
sr. member
Activity: 546
Merit: 250
Cheers Coolstoryteller!

I actually did something very similar before I read your reply, but your method might be better. Cheers again!
sr. member
Activity: 350
Merit: 250
So the normal minerd won't work because of the x11?

Can this be mined in unix?

Edit: Ah looks like you can build it, giving that a try.


Easy Tutorial

1 - Log into root

2 - Create a swap file

sudo dd if=/dev/zero of=/swapfile bs=64M count=16
sudo mkswap /swapfile
sudo swapon /swapfile

3 - Download minerd, configure and compile

sudo apt-get update
sudo apt-get install build-essential libcurl4-openssl-dev zip
sudo apt-get install automake
sudo wget https://github.com/ig0tik3d/xcoin-cpuminer_1.1/archive/master.zip
sudo unzip 34a84a753c5b86614bd05fb7c34a801885d23f71.zip
cd xcoin-cpuminer_1.1-34a84a753c5b86614bd05fb7c34a801885d23f71
chmod 755 ./autogen.sh
./autogen.sh
sudo CFLAGS="-O3 -msse2" ./configure
sudo make
sudo strip minerd

4 - Signup at a pool

./minerd -a X11 -o stratum+tcp://pool.darkcoin.io:3333 -u username.workername -p password

5 - You should see it detect threads and then you're good to go
sr. member
Activity: 546
Merit: 250
So the normal minerd won't work because of the x11?

Can this be mined in unix?

Edit: Ah looks like you can build it, giving that a try.
sr. member
Activity: 350
Merit: 250
Alright, everything has been changed over to darkcoin! The client source/images have been updated and can be found at:

https://github.com/evan82/darkcoin

Everything is compatible, just make sure to copy over your wallet from ~/.xcoin to ~/.darkcoin, and remember the clients will change from xcoin-qt to darkcoin-qt.

Thanks

Do we need to recompile the mac version? I'm assuming you changed the address generation to dark with D now?

Yeah, I'll reach out to the mac+windows guys to get those recompiled.

Oddly enough, that beginning X isn't just decorative, it's actually part of the address, so it's not possible to change what the address starts with after everyone has wallets.

Yeah that's why i was asking if you changed it Smiley good stuff keep us posted. How many developers are working on this with you?

Let's see. I'm the main programmer, then we have a Linux admin, a windows guy and a mac guy. Plus there's 3 other pool operators in the mix.

Cool. Well good luck on the coin I hope it's worth something it's very expensive to mine it lol.
legendary
Activity: 1176
Merit: 1036
Dash Developer
Alright, everything has been changed over to darkcoin! The client source/images have been updated and can be found at:

https://github.com/evan82/darkcoin

Everything is compatible, just make sure to copy over your wallet from ~/.xcoin to ~/.darkcoin, and remember the clients will change from xcoin-qt to darkcoin-qt.

Thanks

Do we need to recompile the mac version? I'm assuming you changed the address generation to dark with D now?

Yeah, I'll reach out to the mac+windows guys to get those recompiled.

Oddly enough, that beginning X isn't just decorative, it's actually part of the address, so it's not possible to change what the address starts with after everyone has wallets.

Yeah that's why i was asking if you changed it Smiley good stuff keep us posted. How many developers are working on this with you?

Let's see. I'm the main programmer, then we have a Linux admin, a windows guy and a mac guy. Plus there's 3 other pool operators in the mix.
sr. member
Activity: 350
Merit: 250
Alright, everything has been changed over to darkcoin! The client source/images have been updated and can be found at:

https://github.com/evan82/darkcoin

Everything is compatible, just make sure to copy over your wallet from ~/.xcoin to ~/.darkcoin, and remember the clients will change from xcoin-qt to darkcoin-qt.

Thanks

Do we need to recompile the mac version? I'm assuming you changed the address generation to dark with D now?

Yeah, I'll reach out to the mac+windows guys to get those recompiled.

Oddly enough, that beginning X isn't just decorative, it's actually part of the address, so it's not possible to change what the address starts with after everyone has wallets.

Yeah that's why i was asking if you changed it Smiley good stuff keep us posted. How many developers are working on this with you?
legendary
Activity: 1176
Merit: 1036
Dash Developer
Alright, everything has been changed over to darkcoin! The client source/images have been updated and can be found at:

https://github.com/evan82/darkcoin

Everything is compatible, just make sure to copy over your wallet from ~/.xcoin to ~/.darkcoin, and remember the clients will change from xcoin-qt to darkcoin-qt.

Thanks

Do we need to recompile the mac version? I'm assuming you changed the address generation to dark with D now?

Yeah, I'll reach out to the mac+windows guys to get those recompiled.

Oddly enough, that beginning X isn't just decorative, it's actually part of the address, so it's not possible to change what the address starts with after everyone has wallets.
sr. member
Activity: 350
Merit: 250
Alright, everything has been changed over to darkcoin! The client source/images have been updated and can be found at:

https://github.com/evan82/darkcoin

Everything is compatible, just make sure to copy over your wallet from ~/.xcoin to ~/.darkcoin, and remember the clients will change from xcoin-qt to darkcoin-qt.

Thanks

Do we need to recompile the mac version? I'm assuming you changed the address generation to dark with D now?
legendary
Activity: 1176
Merit: 1036
Dash Developer
Alright, everything has been changed over to darkcoin! The client source/images have been updated and can be found at:

https://github.com/evan82/darkcoin

Everything is compatible, just make sure to copy over your wallet from ~/.xcoin to ~/.darkcoin, and remember the clients will change from xcoin-qt to darkcoin-qt.

Thanks
sr. member
Activity: 350
Merit: 250
Vires in Numeris
Should have allowed one name per person. Now people have submitted 5-10 names per post which leaves not many names left for anyone else to suggest. There are only so many coin names related to anonymous and X.
Jump to: