Pages:
Author

Topic: 🐕 [ANN] Wownero - Such privacy! Many coins! Wow! 🐕 - page 13. (Read 43565 times)

member
Activity: 277
Merit: 10
I hope this become a big success, i looks like very interesting to me. Is there already a date?
legendary
Activity: 2982
Merit: 1102
...

FWIW, I just tried it on a W10 x64 device...same thing.



Did you try building in msys or just running binaries already posted?

The same downloaded latest binary I attempted to run on W7. I was hoping the daemon would work on W10 so I could sync and update my blockchain files.



Ok, I'm gonna try to rebuild win bins on a different machine tonight or tomorrow, and if they still don't work I'll start working thru debug stuff with gdb.
sr. member
Activity: 1722
Merit: 269
This project sounds like a meme-coin to me and thats not meant to be negative.. i like memes  Smiley
legendary
Activity: 1081
Merit: 1001
...

FWIW, I just tried it on a W10 x64 device...same thing.



Did you try building in msys or just running binaries already posted?

The same downloaded latest binary I attempted to run on W7. I was hoping the daemon would work on W10 so I could sync and update my blockchain files.

legendary
Activity: 2982
Merit: 1102
...

FWIW, I just tried it on a W10 x64 device...same thing.



Did you try building in msys or just running binaries already posted?
legendary
Activity: 1081
Merit: 1001

Release for next hf is available now:
https://github.com/wownero/wownero/releases/tag/v0.5.0.0

Only ~4 days to go, so please update ASAP.

Crashes on W7 x64.





Yeah I just uploaded it to someone else to try it. Will try to get it sorted today or tomorrow.

Assuming the fork had already occurred, will there be a point release soon?



The fork hasn't occurred yet, looking like Saturday maybe.

I tried building master branch of Monero and had the same issue. I need to look at log output file and/or nuke my whole msys install and try again, but I just haven't had chance yet. Maybe tonight will mess with it.

FWIW, I just tried it on a W10 x64 device...same thing.

full member
Activity: 254
Merit: 121
FairPool Wownero (WOW) – CryptoNight-R algo

Mobile App by Ashek
CheckPool - Mining Pool Monitor
● Mining directly to Exchange
● Realtime stats
● Smart variable diff (increasing your hashrate and profit)
● Workers support
● Instant payouts
● Subaddress, Integrated and Payment Id payouts support
● Custom difficulty (stratum password: '')

Web:
https://wow.fairpool.xyz

FairPool Hub:
https://fairpool.xyz

Stratums:
mine.wow.fairpool.xyz:6090
mine.wow.fairpool.cc:6090
mine.wow.fairpool.in:6090
mine.wow.fairpool.pw:6090
mine.wow.fairpool.cloud:6090


AMD Mining with xmrig-amd
Download the latest release from the Github
xmrig-amd -a cn/wow -o stratum+tcp://mine.wow.fairpool.xyz:6090 -u + -p x -k

NVIDIA Mining with xmrig-nvidia
Download the latest release from the Github
xmrig-nvidia -a cn/wow -o stratum+tcp://mine.wow.fairpool.xyz:6090 -u + -p x -k

CPU Mining with xmrig
Download the latest release from the Github
xmrig -a cn/wow -o stratum+tcp://mine.wow.fairpool.xyz:6090 -u + -p x -
legendary
Activity: 2982
Merit: 1102

Release for next hf is available now:
https://github.com/wownero/wownero/releases/tag/v0.5.0.0

Only ~4 days to go, so please update ASAP.

Crashes on W7 x64.





Yeah I just uploaded it to someone else to try it. Will try to get it sorted today or tomorrow.

Assuming the fork had already occurred, will there be a point release soon?



The fork hasn't occurred yet, looking like Saturday maybe.

I tried building master branch of Monero and had the same issue. I need to look at log output file and/or nuke my whole msys install and try again, but I just haven't had chance yet. Maybe tonight will mess with it.
legendary
Activity: 1081
Merit: 1001

Release for next hf is available now:
https://github.com/wownero/wownero/releases/tag/v0.5.0.0

Only ~4 days to go, so please update ASAP.

Crashes on W7 x64.





Yeah I just uploaded it to someone else to try it. Will try to get it sorted today or tomorrow.

Assuming the fork had already occurred, will there be a point release soon?

legendary
Activity: 2982
Merit: 1102
Should be live on Monero talk show tomorrow Feb 15 at 830pm ET:

https://twitter.com/W0wn3r0/status/1096084536767598592?s=19
legendary
Activity: 2982
Merit: 1102

Release for next hf is available now:
https://github.com/wownero/wownero/releases/tag/v0.5.0.0

Only ~4 days to go, so please update ASAP.

Crashes on W7 x64.





Yeah I just uploaded it to someone else to try it. Will try to get it sorted today or tomorrow.
legendary
Activity: 1081
Merit: 1001

Release for next hf is available now:
https://github.com/wownero/wownero/releases/tag/v0.5.0.0

Only ~4 days to go, so please update ASAP.

Crashes on W7 x64.



legendary
Activity: 2982
Merit: 1102
Looks like the fork-height proposal to CNR was submitted as a PR for February 14th (has not been merged yet so this could change).

Release for next hf is available now:
https://github.com/wownero/wownero/releases/tag/v0.5.0.0

Only ~4 days to go, so please update ASAP.
jr. member
Activity: 124
Merit: 1
you said what now?
Looks like the fork-height proposal to CNR was submitted as a PR for February 14th (has not been merged yet so this could change).
legendary
Activity: 1081
Merit: 1001

No biggie but reporting it nevertheless...just because I can. I get this every time I close wowlight:


Probably better to make a report/issue on GitHub with a bit more specifics about your system, but thanks for reporting.

That was on a couple of Windows 7 x64 boxes upon closing. This is what I get on a Windows 10 x64 device (crashes upon starting):



Yeah, some undefined behavior when using non-standard disks (D:\ in your case). Was too lazy to fix Sad

0.1.2 is now working on W10 x64 device.

legendary
Activity: 1081
Merit: 1001

No biggie but reporting it nevertheless...just because I can. I get this every time I close wowlight:





0.1.2 still does this upon closing on W7 x64.

sr. member
Activity: 1106
Merit: 251
I am using the Wownero light wallet. I want to deposit WOW to TradeOgre. But the light wallet says the TradeOgre Exchange wallet address is Invalid. The TradeOgre address starts with "So2ifgj", not the "Wo3 or Wo4" addresses.

What is the remedy here dev @jwinterm?

The "So...." addresses are subaddresses, so I guess the lightwallet just doesn't parse them as valid addresses. It looks like this is the case here in validate function:

https://github.com/wownero/Wownero-Light-Wallet/blob/2e0ef8f8f2007925a1c445f012a17fb1618c409f/src/renderer/components/Pages/components/Send.vue#L126

I'll make pull request to try and get dsc to fix it.

Pull request was made and new release was made:
https://github.com/wownero/Wownero-Light-Wallet/releases

Thank you for this release. Transfers to Exchange were successful.
legendary
Activity: 2982
Merit: 1102
I am using the Wownero light wallet. I want to deposit WOW to TradeOgre. But the light wallet says the TradeOgre Exchange wallet address is Invalid. The TradeOgre address starts with "So2ifgj", not the "Wo3 or Wo4" addresses.

What is the remedy here dev @jwinterm?

The "So...." addresses are subaddresses, so I guess the lightwallet just doesn't parse them as valid addresses. It looks like this is the case here in validate function:

https://github.com/wownero/Wownero-Light-Wallet/blob/2e0ef8f8f2007925a1c445f012a17fb1618c409f/src/renderer/components/Pages/components/Send.vue#L126

I'll make pull request to try and get dsc to fix it.

Pull request was made and new release was made:
https://github.com/wownero/Wownero-Light-Wallet/releases
copper member
Activity: 234
Merit: 1
https://twitter.com/bazookajeff
I am using the Wownero light wallet. I want to deposit WOW to TradeOgre. But the light wallet says the TradeOgre Exchange wallet address is Invalid. The TradeOgre address starts with "So2ifgj", not the "Wo3 or Wo4" addresses.

What is the remedy here dev @jwinterm?

The "So...." addresses are subaddresses, so I guess the lightwallet just doesn't parse them as valid addresses. It looks like this is the case here in validate function:

https://github.com/wownero/Wownero-Light-Wallet/blob/2e0ef8f8f2007925a1c445f012a17fb1618c409f/src/renderer/components/Pages/components/Send.vue#L126

I'll make pull request to try and get dsc to fix it.

Is solo mining for WOW profitable nowadays? Can I do that only with CLI wallet?

Even with coins that have a high emission and are designed for solo mining, it's like waiting on the lottery solo mining. I always go pool first if given the option.
newbie
Activity: 25
Merit: 0
I am using the Wownero light wallet. I want to deposit WOW to TradeOgre. But the light wallet says the TradeOgre Exchange wallet address is Invalid. The TradeOgre address starts with "So2ifgj", not the "Wo3 or Wo4" addresses.

What is the remedy here dev @jwinterm?

The "So...." addresses are subaddresses, so I guess the lightwallet just doesn't parse them as valid addresses. It looks like this is the case here in validate function:

https://github.com/wownero/Wownero-Light-Wallet/blob/2e0ef8f8f2007925a1c445f012a17fb1618c409f/src/renderer/components/Pages/components/Send.vue#L126

I'll make pull request to try and get dsc to fix it.

Is solo mining for WOW profitable nowadays? Can I do that only with CLI wallet?
Pages:
Jump to: