Bitcoin Forum
April 24, 2024, 08:05:31 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 [5] 6 7 8 9 10 »  All
  Print  
Author Topic: [ANN] DOSH - Privacy Matters ~ CryptoNight POW utilizing Ring Signatures  (Read 6549 times)
dosh (OP)
Newbie
*
Offline Offline

Activity: 53
Merit: 0


View Profile
March 06, 2018, 12:46:18 AM
 #81

Hello,

How the work is going? Smiley

hope this project can be run with success ways, that's I reserved for the bounty program, good luck sir

Hello all. Thank you for your interest. We have had a good response from you all and have had multiple individuals/groups join with their non-specialised hardware. We have updated the page above and we have also added a link to the Dosh website.

For those interested, please pm with your specs. Everything will be released soon in the coming days.

Old content is not relevant, so stay tuned for up-to-date links and directions.

Hey Dosh,

I sent you a private message but it seems I did not received the info ;-)

I will check your updates on the 1st page, I am still interested!

Thank you Denish, we have received your message and many others. We will be opening everything up tomorrow and feel free to join and mine. Everyone is also welcome to create and run a mining pool/node to support the network. We have setup some social media channels for anyone who needs help, which will be released tomorrow. To those who we did not get back to via pm, thanks for being patient as we have had many messages.

Thank you for your interest all.
1713945931
Hero Member
*
Offline Offline

Posts: 1713945931

View Profile Personal Message (Offline)

Ignore
1713945931
Reply with quote  #2

1713945931
Report to moderator
The grue lurks in the darkest places of the earth. Its favorite diet is adventurers, but its insatiable appetite is tempered by its fear of light. No grue has ever been seen by the light of day, and few have survived its fearsome jaws to tell the tale.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
denish
Newbie
*
Offline Offline

Activity: 172
Merit: 0


View Profile
March 06, 2018, 05:41:43 AM
 #82

Good to know, thank you Smiley

When will the wallet be available? Also today I suppose, but how many hours before the beginning of the mining?
ras11
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
March 06, 2018, 09:04:49 AM
 #83

Hello can you tell a specific date of wallet outcome and pool launch
dosh (OP)
Newbie
*
Offline Offline

Activity: 53
Merit: 0


View Profile
March 07, 2018, 04:04:37 AM
 #84

Thank you all for your interest.

The code has now been published on our Github page! Please check the main announcement post for the link.
Thank you all for participating. We hope that you come and join the community, whether it be coding, mining, engaging with social media or any kind.

Feel free to open mining pools, nodes and whatever you feel is necessary for the Dosh network.

We will be posting our official Twitter and Telegram channels later this week so stay tuned for that too!
kulas01
Newbie
*
Offline Offline

Activity: 90
Merit: 0


View Profile
March 07, 2018, 05:05:18 AM
 #85

Get your mining ready 😀
denish
Newbie
*
Offline Offline

Activity: 172
Merit: 0


View Profile
March 07, 2018, 05:18:17 AM
 #86

Hello Dosh,

The build seems ok on Ubuntu 16.04! But when I try to launch the daemon or the wallet, I have this error:

root@115983hd12108:~/dosh/build/release/src# ./doshdConfiguration error: Cannot open configuration file

Usage:
Windows:   doshd.exe --config-file configs/dashcoin.conf
Linux/Mac:   ./doshd --config-file configs/dashcoin.conf
root@115983hd12108:~/dosh/build/release/src#
darkmaster_888
Newbie
*
Offline Offline

Activity: 63
Merit: 0


View Profile
March 07, 2018, 05:35:17 AM
 #87

Where I can download wallet for windows?
denish
Newbie
*
Offline Offline

Activity: 172
Merit: 0


View Profile
March 07, 2018, 05:52:51 AM
 #88

Where I can download wallet for windows?


For the moment, you have to compile it by yourself: the information are on the Github repository ;-)
yvesmarquez11
Newbie
*
Offline Offline

Activity: 98
Merit: 0


View Profile
March 07, 2018, 08:54:30 AM
 #89

good to see,but how is this privacy matters works in crypto?,glad to provide us more new info about this project. Smiley
air133
Newbie
*
Offline Offline

Activity: 210
Merit: 0


View Profile
March 07, 2018, 09:09:01 AM
 #90

Hello Dosh,

The build seems ok on Ubuntu 16.04! But when I try to launch the daemon or the wallet, I have this error:

root@115983hd12108:~/dosh/build/release/src# ./doshd
Configuration error: Cannot open configuration file

Usage:
Windows:   doshd.exe --config-file configs/dashcoin.conf
Linux/Mac:   ./doshd --config-file configs/dashcoin.conf
root@115983hd12108:~/dosh/build/release/src#
i have it error too
air133
Newbie
*
Offline Offline

Activity: 210
Merit: 0


View Profile
March 07, 2018, 01:51:58 PM
 #91

someone could run dosh on linux??
dosh (OP)
Newbie
*
Offline Offline

Activity: 53
Merit: 0


View Profile
March 07, 2018, 02:38:45 PM
 #92

To run Dosh on Linux goes as follows:

go to your home path ~
e.g. home/ubuntu or home/user1 depending on your username etc

if confused just do the following :
$ cd ~

then you need to create a .dosh file as follows (within home directory):
$ mkdir .dosh

then you will simply run the dosh daemon as follows (located in dosh/build/release/src)
$ ./doshd

if you want to run daemon in the background:
$ nohup ./doshd &

We are currently working on providing wallets for other platforms too.

Any issues just ask. Thanks!
denish
Newbie
*
Offline Offline

Activity: 172
Merit: 0


View Profile
March 07, 2018, 03:02:37 PM
 #93

To run Dosh on Linux goes as follows:

go to your home path ~
e.g. home/ubuntu or home/user1 depending on your username etc

if confused just do the following :
$ cd ~

then you need to create a .dosh file as follows (within home directory):
$ mkdir .dosh

then you will simply run the dosh daemon as follows (located in dosh/build/release/src)
$ ./doshd

if you want to run daemon in the background:
$ nohup ./doshd &

We are currently working on providing wallets for other platforms too.

Any issues just ask. Thanks!

Perfect, that works!
The daemon is starting correctly now (but already 6 days of blocks...).

I will try the wallet when everything is sync!

But I was waiting for the beginning of the mining at first block Sad
air133
Newbie
*
Offline Offline

Activity: 210
Merit: 0


View Profile
March 07, 2018, 03:11:37 PM
 #94

How can i start mining? i lauch wallet on linux? but not see options start_mining?
denish
Newbie
*
Offline Offline

Activity: 172
Merit: 0


View Profile
March 07, 2018, 03:20:17 PM
 #95

Can you share a mining pool?
ppzalex
Newbie
*
Offline Offline

Activity: 65
Merit: 0


View Profile
March 07, 2018, 04:32:34 PM
 #96

Can I offer help? Russian translations, if required (ANN and White Paper, and other).

Russian translations reserved, thank you.
ras11
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
March 08, 2018, 11:19:21 AM
 #97

Tell me please how to run DOSH on Windows!!!!
denish
Newbie
*
Offline Offline

Activity: 172
Merit: 0


View Profile
March 08, 2018, 11:53:15 AM
 #98

It's weird... i start mining today on Linux: I suppose it's solo mining, I just use the miner in the dosh build with my public address and no other parameters...

That works and I found blocks! But... one or two hours ago, there was something like 600 locked coins in my wallet and 1xx available: when I check now (the daemon is always running), I still have my available coins but seriously less locked coins (something like 1xx).
darkmaster_888
Newbie
*
Offline Offline

Activity: 63
Merit: 0


View Profile
March 08, 2018, 12:05:15 PM
 #99

Tell me please how to run DOSH on Windows!!!!
Me too. We need the Windows binaries.
denish
Newbie
*
Offline Offline

Activity: 172
Merit: 0


View Profile
March 08, 2018, 12:18:47 PM
 #100

Tell me please how to run DOSH on Windows!!!!
Me too. We need the Windows binaries.

Have you tried to build?
Pages: « 1 2 3 4 [5] 6 7 8 9 10 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!