Pages:
Author

Topic: [ANN] HUSH Secure Private Messaging and Transactions [Equihash] - page 84. (Read 129718 times)

sr. member
Activity: 490
Merit: 250
Huh if we can make to bittrex that would really boost price up...

Devs are doing silent job and they are doing well...

We will see it in some time i think Cheesy
sr. member
Activity: 435
Merit: 400

it works.. but still got access denied when move hush folder with administrator command prompt. so i copied hush folder from windows explorer.
thank you.

no worries, glad it worked. i am still curious about the access denied tho. are you by any chance on a corporate network? or some company distributed version of windows with custom policies?

I dont know what caused access denied. I use Windows 7 Sp1 stand alone pc. I checked folder properties, permisison in security tab, access denied still exist. Last tried, i copied from windows explorer.
newbie
Activity: 44
Merit: 0
hi, It would be nice if devs could post from time to time like it was before, weekly say-hi at least if no tech progress is made. Silence is no good for anything, only if someone with info is loading hush before some hot news. And dont say that its not needed, development before marketing and similar BS. It should be bombed as it can be on all fronts in 2017. Goin up or down, silence and down press an cryptopia will only move investors out. It does not take much time to say hi. Please also dont send me to other chanels like slack, biggest investors are not there, they can google a bit, but beleive me not much..I am in the pro mining bussiness and I see that every day. Kids have computer knowledge, money guys dont, so hush webpage, tweeter, maibe forum and this ANN is their teritory. Agressive pr girl needed, you coding freaks  Grin

I actually found some solid recent posts around. It would be best that news are beeing sistematically posted here also and on https://myhush.org/ . On top frontpage..slider news or something. With tiny adjustments you can build big traffic. bye

We are working on adding a blog to the website so there is a central place to go for updates. You can always join our slack, we are very active there http://slack.myhush.org/
legendary
Activity: 1190
Merit: 1001
Hush team talked about Bittrex exchange, hopefully they'll be the first in the list on Bittrex add their next token.
newbie
Activity: 74
Merit: 0
hi, It would be nice if devs could post from time to time like it was before, weekly say-hi at least if no tech progress is made. Silence is no good for anything, only if someone with info is loading hush before some hot news. And dont say that its not needed, development before marketing and similar BS. It should be bombed as it can be on all fronts in 2017. Goin up or down, silence and down press an cryptopia will only move investors out. It does not take much time to say hi. Please also dont send me to other chanels like slack, biggest investors are not there, they can google a bit, but beleive me not much..I am in the pro mining bussiness and I see that every day. Kids have computer knowledge, money guys dont, so hush webpage, tweeter, maibe forum and this ANN is their teritory. Agressive pr girl needed, you coding freaks  Grin

I actually found some solid recent posts around. It would be best that news are beeing sistematically posted here also and on https://myhush.org/ . On top frontpage..slider news or something. With tiny adjustments you can build big traffic. bye
newbie
Activity: 74
Merit: 0
hi, It would be nice if devs could post from time to time like it was before, weekly say-hi at least if no tech progress is made. Silence is no good for anything, only if someone with info is loading hush before some hot news. And dont say that its not needed, development before marketing and similar BS. It should be bombed as it can be on all fronts in 2017. Goin up or down, silence and down press an cryptopia will only move investors out. It does not take much time to say hi. Please also dont send me to other chanels like slack, biggest investors are not there, they can google a bit, but beleive me not much..I am in the pro mining bussiness and I see that every day. Kids have computer knowledge, money guys dont, so hush webpage, tweeter, maibe forum and this ANN is their teritory. Agressive pr girl needed, you coding freaks  Grin
newbie
Activity: 8
Merit: 0
I prefer to mine on an established pool with advertised fees.
I'm not going to start believing that those 0% fees pool are doing it from the goodness of their heart.

Being a hush dev I did not feel it was fair to profit from running a pool. This is ran as a service to the community and I use some of the server resources to support other hush services.

My fees (well not having a fee) are well published and so is the source code for the pool, you can see how payments and fees are collected / paid. I keep everything transparent and available either via the website or api so users can validate everything.

If something is missing or questionable please bring it up and I will address it or fix it

Thanks for the answer, I'll give a chance to madminning.
newbie
Activity: 1
Merit: 0
I prefer to mine on an established pool with advertised fees.
I'm not going to start believing that those 0% fees pool are doing it from the goodness of their heart.

Being a hush dev I did not feel it was fair to profit from running a pool. This is ran as a service to the community and I use some of the server resources to support other hush services.

My fees (well not having a fee) are well published and so is the source code for the pool, you can see how payments and fees are collected / paid. I keep everything transparent and available either via the website or api so users can validate everything.

If something is missing or questionable please bring it up and I will address it or fix it

Thank you for your honesty, I have just started mining HUSH and look forward to the developments.
newbie
Activity: 44
Merit: 0
I prefer to mine on an established pool with advertised fees.
I'm not going to start believing that those 0% fees pool are doing it from the goodness of their heart.

Being a hush dev I did not feel it was fair to profit from running a pool. This is ran as a service to the community and I use some of the server resources to support other hush services.

My fees (well not having a fee) are well published and so is the source code for the pool, you can see how payments and fees are collected / paid. I keep everything transparent and available either via the website or api so users can validate everything.

If something is missing or questionable please bring it up and I will address it or fix it
full member
Activity: 238
Merit: 100
dodopool.com operator

it should just work, i think i added an extra "Hush" in the first command
Code:
md E:\Blockchains\ 2> nul
This will create the folder Blockchains, you can skip it if you already have the folder. make sure you do NOT have a Hush folder there

Code:
move  C:\Users\yourusername\AppData\Roaming\Hush E:\Blockchains\Hush
will move the Hush folder in C drive to E

Code:
mklink /J  C:\Users\yourusername\AppData\Roaming\Hush E:\Blockchains\Hush\
will create a junction. when you run the "move" command in 2nd step, it should "move" the folder so make sure you don't have a Hush folder in C:\Users\yourusername\AppData\Roaming\ before running 3rd step.

But if you run these back to back it should just work


it works.. but still got access denied when move hush folder with administrator command prompt. so i copied hush folder from windows explorer.
thank you.

no worries, glad it worked. i am still curious about the access denied tho. are you by any chance on a corporate network? or some company distributed version of windows with custom policies?
sr. member
Activity: 435
Merit: 400

it should just work, i think i added an extra "Hush" in the first command
Code:
md E:\Blockchains\ 2> nul
This will create the folder Blockchains, you can skip it if you already have the folder. make sure you do NOT have a Hush folder there

Code:
move  C:\Users\yourusername\AppData\Roaming\Hush E:\Blockchains\Hush
will move the Hush folder in C drive to E

Code:
mklink /J  C:\Users\yourusername\AppData\Roaming\Hush E:\Blockchains\Hush\
will create a junction. when you run the "move" command in 2nd step, it should "move" the folder so make sure you don't have a Hush folder in C:\Users\yourusername\AppData\Roaming\ before running 3rd step.

But if you run these back to back it should just work


it works.. but still got access denied when move hush folder with administrator command prompt. so i copied hush folder from windows explorer.
thank you.
full member
Activity: 238
Merit: 100
dodopool.com operator
Would some kind soul please inform me of how to run the wallet from my second hard drive? (E:\)

With all of the other wallets I have, I have moved them to E:\Crypto_Wallets. So for example Hush.exe would would look like this:
E:\Crypto_Wallets\Hush\Hush.exe

With the other coins, all I had to do was take the from appdata\roaming and moved them to E:\Blockchains, so it looks like this:
E:\Blockchains\Coinfolder
Then all I had to do was create a shortcut from the wallet EXE, and edit the properties of the shortcut to add this line to the end of the shortcut: whatever.exe -datadir=E:\Blockchains\Nexus (or whatever coin)

All of them work except Hush. It seems Hush is determined to keep the data in my C:\blah\blah\ appdata\roaming folder. How can I fix this? Thanks.  

-datadir is generally available on ETH forks,
the best method under windows is to use junction links which cleanly works for any blockchain

https://steemit.com/cryptocurrency/@xaq/windows-wallets-how-to-change-block-chain-data-directory-for-any-given-currency-fast-initial-downloads

Code:
md E:\Blockchains\Hush\ 2> nul
move  C:\Users\yourusername\AppData\Roaming\Hush E:\Blockchains\Hush
mklink /J  C:\Users\yourusername\AppData\Roaming\Hush E:\Blockchains\Hush\

edit: you will need to run command prompt as administrator to create junctions (mklink /J)

Hmmm......thanks for this. I'm going to have to study it a bit. See my other response to the other fella' regarding mklink/J.

it should just work, i think i added an extra "Hush" in the first command
Code:
md E:\Blockchains\ 2> nul
This will create the folder Blockchains, you can skip it if you already have the folder. make sure you do NOT have a Hush folder there

Code:
move  C:\Users\yourusername\AppData\Roaming\Hush E:\Blockchains\Hush
will move the Hush folder in C drive to E

Code:
mklink /J  C:\Users\yourusername\AppData\Roaming\Hush E:\Blockchains\Hush\
will create a junction. when you run the "move" command in 2nd step, it should "move" the folder so make sure you don't have a Hush folder in C:\Users\yourusername\AppData\Roaming\ before running 3rd step.

But if you run these back to back it should just work
newbie
Activity: 54
Merit: 0
Would some kind soul please inform me of how to run the wallet from my second hard drive? (E:\)

With all of the other wallets I have, I have moved them to E:\Crypto_Wallets. So for example Hush.exe would would look like this:
E:\Crypto_Wallets\Hush\Hush.exe

With the other coins, all I had to do was take the from appdata\roaming and moved them to E:\Blockchains, so it looks like this:
E:\Blockchains\Coinfolder
Then all I had to do was create a shortcut from the wallet EXE, and edit the properties of the shortcut to add this line to the end of the shortcut: whatever.exe -datadir=E:\Blockchains\Nexus (or whatever coin)

All of them work except Hush. It seems Hush is determined to keep the data in my C:\blah\blah\ appdata\roaming folder. How can I fix this? Thanks.  

-datadir is generally available on ETH forks,
the best method under windows is to use junction links which cleanly works for any blockchain

https://steemit.com/cryptocurrency/@xaq/windows-wallets-how-to-change-block-chain-data-directory-for-any-given-currency-fast-initial-downloads

Code:
md E:\Blockchains\Hush\ 2> nul
move  C:\Users\yourusername\AppData\Roaming\Hush E:\Blockchains\Hush
mklink /J  C:\Users\yourusername\AppData\Roaming\Hush E:\Blockchains\Hush\

edit: you will need to run command prompt as administrator to create junctions (mklink /J)

Hmmm......thanks for this. I'm going to have to study it a bit. See my other response to the other fella' regarding mklink/J.
newbie
Activity: 54
Merit: 0
Would some kind soul please inform me of how to run the wallet from my second hard drive? (E:\)

With all of the other wallets I have, I have moved them to E:\Crypto_Wallets. So for example Hush.exe would would look like this:
E:\Crypto_Wallets\Hush\Hush.exe

With the other coins, all I had to do was take the from appdata\roaming and moved them to E:\Blockchains, so it looks like this:
E:\Blockchains\Coinfolder
Then all I had to do was create a shortcut from the wallet EXE, and edit the properties of the shortcut to add this line to the end of the shortcut: whatever.exe -datadir=E:\Blockchains\Nexus (or whatever coin)

All of them work except Hush. It seems Hush is determined to keep the data in my C:\blah\blah\ appdata\roaming folder. How can I fix this? Thanks. 

Theoretically, a symbolic link needs to be created

Win+R -> cmd -> mklink /j "C:\Users\USER\AppData\Roaming\Hush\" "E:\Blockchains\Coinfolder\Hush\"

Copy all of C:\Users\USER\AppData\Roaming\Hush\ to E:\Blockchains\Coinfolder\Hush\ and after delete all from C:\Users\USER\AppData\Roaming\Hush\

IMHO

Thank you for trying but when I try that, I get this > Cannot create a file when that file already exists. < inside CMD. So I removed the "existing" Hush folder from the E:\ drive and tried it again. I got the same message. Cannot create a file when that file already exists.

Any other thoughts? I am pretty desperate to get Hush running completely on my E:\ drive (including the data / blockchain) Anybody have any thoughts? Or even a way to get in touch with the Devs so I can ask them directly?
full member
Activity: 238
Merit: 100
dodopool.com operator
Would some kind soul please inform me of how to run the wallet from my second hard drive? (E:\)

With all of the other wallets I have, I have moved them to E:\Crypto_Wallets. So for example Hush.exe would would look like this:
E:\Crypto_Wallets\Hush\Hush.exe

With the other coins, all I had to do was take the from appdata\roaming and moved them to E:\Blockchains, so it looks like this:
E:\Blockchains\Coinfolder
Then all I had to do was create a shortcut from the wallet EXE, and edit the properties of the shortcut to add this line to the end of the shortcut: whatever.exe -datadir=E:\Blockchains\Nexus (or whatever coin)

All of them work except Hush. It seems Hush is determined to keep the data in my C:\blah\blah\ appdata\roaming folder. How can I fix this? Thanks.  

-datadir is generally available on ETH forks,
the best method under windows is to use junction links which cleanly works for any blockchain

https://steemit.com/cryptocurrency/@xaq/windows-wallets-how-to-change-block-chain-data-directory-for-any-given-currency-fast-initial-downloads

Code:
md E:\Blockchains\ 2> nul
move  C:\Users\yourusername\AppData\Roaming\Hush E:\Blockchains\Hush
mklink /J  C:\Users\yourusername\AppData\Roaming\Hush E:\Blockchains\Hush\

edit: you will need to run command prompt as administrator to create junctions (mklink /J)
sr. member
Activity: 1414
Merit: 270
Undeads.com - P2E Runner Game
Would some kind soul please inform me of how to run the wallet from my second hard drive? (E:\)

With all of the other wallets I have, I have moved them to E:\Crypto_Wallets. So for example Hush.exe would would look like this:
E:\Crypto_Wallets\Hush\Hush.exe

With the other coins, all I had to do was take the from appdata\roaming and moved them to E:\Blockchains, so it looks like this:
E:\Blockchains\Coinfolder
Then all I had to do was create a shortcut from the wallet EXE, and edit the properties of the shortcut to add this line to the end of the shortcut: whatever.exe -datadir=E:\Blockchains\Nexus (or whatever coin)

All of them work except Hush. It seems Hush is determined to keep the data in my C:\blah\blah\ appdata\roaming folder. How can I fix this? Thanks. 

Theoretically, a symbolic link needs to be created

Win+R -> cmd -> mklink /j "C:\Users\USER\AppData\Roaming\Hush\" "E:\Blockchains\Coinfolder\Hush\"

Copy all of C:\Users\USER\AppData\Roaming\Hush\ to E:\Blockchains\Coinfolder\Hush\ and after delete all from C:\Users\USER\AppData\Roaming\Hush\

IMHO
newbie
Activity: 54
Merit: 0
Would some kind soul please inform me of how to run the wallet from my second hard drive? (E:\)

With all of the other wallets I have, I have moved them to E:\Crypto_Wallets. So for example Hush.exe would would look like this:
E:\Crypto_Wallets\Hush\Hush.exe

With the other coins, all I had to do was take the from appdata\roaming and moved them to E:\Blockchains, so it looks like this:
E:\Blockchains\Coinfolder
Then all I had to do was create a shortcut from the wallet EXE, and edit the properties of the shortcut to add this line to the end of the shortcut: whatever.exe -datadir=E:\Blockchains\Nexus (or whatever coin)

All of them work except Hush. It seems Hush is determined to keep the data in my C:\blah\blah\ appdata\roaming folder. How can I fix this? Thanks. 
sr. member
Activity: 1414
Merit: 270
Undeads.com - P2E Runner Game
to the issue of 51% attack and mining on pools:
SuprNova and aikapool: 270-280 share
hush.cloud: 52
Another couple of pools (did not write down the names): <50
And how do you think on what / what pools will be mined?

P.S. Radeon 480 - 310-315 h / s
full member
Activity: 702
Merit: 102
I am the Kung Fury...
Hi guys,

started to mine at http://miningpools.cloud seems easy to start anyone using?

Can I ask newbie two question?

1) On hush windows wallet I just need to use the OWNAddress to get the mined coins?
2) In the config file there's a mining options i see do I have to activate?

To mine I used the batch with:

miner --server hushpool.cloud --user t1PNUMGfKfPQ92kgDfdgjdq4WBf81zuLFjG --pass x --port 5555 --server eu.hushpool.cloud --user t1PNUMGfKfPQ92kgDfdgjdq4WBf81zuLFjG --pass x --port 5555 --cuda_devices 0 1 2

got from the site of miningpools.cloud.

Miner seems working correctly with my two 1070 nvidia...

Thanks!
newbie
Activity: 28
Merit: 0
Is there a stable hush wallet out?

Is there a stable hush wallet out?
not ,it is not work

The swing-hush-wallet works for me.
Pages:
Jump to:
© 2020, Bitcointalksearch.org