Pages:
Author

Topic: Monero Support - page 31. (Read 82975 times)

legendary
Activity: 2968
Merit: 1198
September 10, 2014, 10:36:34 PM
Why do you guys have so many different support topics and shill accounts here ?

Why do you feel the need to bump every single Monero thread, even ones that are months old?

We thank you for the extra exposure, but it isn't something we really need.
legendary
Activity: 1540
Merit: 1011
FUD Philanthropist™
September 10, 2014, 10:29:46 PM
Why do you guys have so many different support topics and shill accounts here ?
legendary
Activity: 1762
Merit: 1011
September 08, 2014, 11:00:52 AM
^The .NET GUI is unofficial, but open source and useful if you don't want to use the CLI wallet. As far as I know it's using the same daemon, so you could replace the daemon in "Resources" without issues.

I'm pretty sure it doesn't use the same daemon, as I doubt they'd have introduced such changes between 0.8.8.2 and 0.8.8.3.

Quote
I post over there, as well. I guess this thread just doesn't get any official eyeballs.
hero member
Activity: 794
Merit: 1000
Monero (XMR) - secure, private, untraceable
September 08, 2014, 02:07:03 AM
^The .NET GUI is unofficial, but open source and useful if you don't want to use the CLI wallet. As far as I know it's using the same daemon, so you could replace the daemon in "Resources" without issues. If it doesn't work you could ask in the .NET GUI thread: https://bitcointalksearch.org/topic/xmr-monerox-a-cross-platform-graphical-account-manager-for-monero-683365
legendary
Activity: 1762
Merit: 1011
September 07, 2014, 07:46:24 PM
1.) I noticed that the default data directory for bitmonerod.exe on Windows, according to the help output, is C:\ProgramData\bitmonero.
Shouldn't it be %HOMEPATH%\AppData\Roaming\bitmonero?

2.) Is there no exit command for bitmonerod.exe anymore when running it as a process (not a service)? Edit: bitmonerod stop_daemon

So, do we have two versions of bitmonerod.exe making the rounds? There's the version that just got released that you have to type "exit" to quit, and then there's the one that comes with the .NET GUI that you must use the command-line argument "stop_daemon"? Essentially meaning that you can't drop the new one into the "Resources" folder of the .NET GUI, because it then can't close the process when closing the GUI?
sr. member
Activity: 432
Merit: 251
September 07, 2014, 06:44:58 AM
http://www.reddit.com/r/Monero/comments/2fpe8g/mandatory_update_please_update_to_0883/

MANDATORY UPDATE: please update to 0.8.8.3 immediately to fix and prevent the block 202612 attack (self.Monero)

All binaries updated, this is a mandatory update to 0.8.8.3 -

SHA sums for each download:
monero.win.x64.latest.zip - 7b89c14891cab57aa292d3826227c99bd2c8e203
monero.mac.x64.latest.tar.bz2 - 10854bbc549de5eff6609e102a8f778d6e99af29
monero.linux.x64.latest.tar.bz2 - a55945606238ce28f03079691619ae11ca18efc7
Please be advised that after releasing binaries we bump the build number up on github on the staging repo, so if you're building from github you will end up on 0.8.8.4.

http://www.reddit.com/r/Monero/comments/2fpe8g/mandatory_update_please_update_to_0883/
member
Activity: 65
Merit: 10
September 06, 2014, 08:15:59 AM
I have a problem with bitmonerod, here is log:
Quote
2014-Sep-06 13:52:18.139976 Starting...
2014-Sep-06 13:52:18.189979 bitmonero v0.8.8.2(0.1-g1b8a68f)
2014-Sep-06 13:52:18.223980 Module folder: F:\monero.win.x64.experimental.0526\bitmonerod.exe
2014-Sep-06 13:52:18.259983 Initializing p2p server...
2014-Sep-06 13:52:18.318986 ERROR c:\temp\monero\new\bitmonero-master-x64\src\p2p\net_node.inl:108 Exception at [node_server::init_config], what=input stream error
2014-Sep-06 13:52:18.318986 ERROR c:\temp\monero\new\bitmonero-master-x64\src\p2p\net_node.inl:239 Failed to init config.
2014-Sep-06 13:52:18.318986 ERROR ..\..\src\daemon\daemon.cpp:174 Failed to initialize p2p server.
2014-Sep-06 13:52:18.345987 Mining has been stopped, 0 finished
Before ive cleared my temp directory
legendary
Activity: 1762
Merit: 1011
September 04, 2014, 10:34:10 AM
1.) I noticed that the default data directory for bitmonerod.exe on Windows, according to the help output, is C:\ProgramData\bitmonero.
Shouldn't it be %HOMEPATH%\AppData\Roaming\bitmonero?

2.) Is there no exit command for bitmonerod.exe anymore when running it as a process (not a service)? Edit: bitmonerod stop_daemon
member
Activity: 70
Merit: 10
September 03, 2014, 06:01:24 AM
Anyone tried to mine with any of the new intel CPU`s and DDR4 RAM?
Would be interesting to know what number of hashes they would deliver.
legendary
Activity: 2968
Merit: 1198
September 02, 2014, 12:26:03 AM
Is there any known QR code generator for XMR addresses/keys publicly available?

Looks like the .NET client supports QR:

https://bitcointalksearch.org/topic/xmr-monerox-a-cross-platform-graphical-account-manager-for-monero-683365


How does one convert the 24 word seed into the hexadecimal number it represents? Can the hexidecimal # be entered in simplewallet instead of the 24 word seed to restore a wallet?

You can't without a program. You have to use --restore-deterministic to create a new wallet using the seed and it will give you the address.

In theory it is possible to create a standalone program (that doesn't exist AFAIK) to generate the address from a seed, but you wouldn't ever want to do this on a web site for example, because you would also be revealing your private keys.



I think that smoothie is looking for a way to compactly represent the seed for inscription in a physical monero coin.

Yes we discussed that. Ultimately you don't need the words but you do need some way to store 256 bits.

pa
hero member
Activity: 528
Merit: 501
September 01, 2014, 07:51:59 PM
Is there any known QR code generator for XMR addresses/keys publicly available?

Looks like the .NET client supports QR:

https://bitcointalksearch.org/topic/xmr-monerox-a-cross-platform-graphical-account-manager-for-monero-683365


How does one convert the 24 word seed into the hexadecimal number it represents? Can the hexidecimal # be entered in simplewallet instead of the 24 word seed to restore a wallet?

You can't without a program. You have to use --restore-deterministic to create a new wallet using the seed and it will give you the address.

In theory it is possible to create a standalone program (that doesn't exist AFAIK) to generate the address from a seed, but you wouldn't ever want to do this on a web site for example, because you would also be revealing your private keys.



I think that smoothie is looking for a way to compactly represent the seed for inscription in a physical monero coin.
legendary
Activity: 2968
Merit: 1198
September 01, 2014, 07:38:11 PM
Is there any known QR code generator for XMR addresses/keys publicly available?

Looks like the .NET client supports QR:

https://bitcointalksearch.org/topic/xmr-monerox-a-cross-platform-graphical-account-manager-for-monero-683365


How does one convert the 24 word seed into the hexadecimal number it represents? Can the hexidecimal # be entered in simplewallet instead of the 24 word seed to restore a wallet?

You can't without a program. You have to use --restore-deterministic to create a new wallet using the seed and it will give you the address.

In theory it is possible to create a standalone program (that doesn't exist AFAIK) to generate the address from a seed, but you wouldn't ever want to do this on a web site for example, because you would also be revealing your private keys.

pa
hero member
Activity: 528
Merit: 501
September 01, 2014, 07:35:45 PM
Is there any known QR code generator for XMR addresses/keys publicly available?

Looks like the .NET client supports QR:

https://bitcointalksearch.org/topic/xmr-monerox-a-cross-platform-graphical-account-manager-for-monero-683365


How does one convert the 24 word seed into the hexadecimal number it represents? Can the hexidecimal # be entered in simplewallet instead of the 24 word seed to restore a wallet?
pa
hero member
Activity: 528
Merit: 501
September 01, 2014, 07:31:42 PM
Is there any known QR code generator for XMR addresses/keys publicly available?


http://www.wolframalpha.com/input/?i=qr+code+for+[put your address/key here without the brackets]
legendary
Activity: 2968
Merit: 1198
September 01, 2014, 06:48:38 PM
Is there any known QR code generator for XMR addresses/keys publicly available?

Looks like the .NET client supports QR:

https://bitcointalksearch.org/topic/xmr-monerox-a-cross-platform-graphical-account-manager-for-monero-683365
legendary
Activity: 2492
Merit: 1473
LEALANA Bitcoin Grim Reaper
September 01, 2014, 06:46:50 PM
Is there any known QR code generator for XMR addresses/keys publicly available?
legendary
Activity: 2968
Merit: 1198
September 01, 2014, 06:26:02 PM
it only seems to sync. but there is no traffic on the inet connection and nothing happens for a longer time.
and i never had the problem to close the daemon before.

I also deleted the p2pstate, blockchain, etc. for a test.
Right after the daemon tries to create the genesis block... but nothing happens.
no new blockchains etc.

I wouldn't have deleted blockchain right away (you'll have to download it all again now), but you should still be able to sync. Are you sure you don't have any network connectivity problems? Hardware or software firewall configuration maybe?
sr. member
Activity: 330
Merit: 252
September 01, 2014, 05:57:42 PM
it only seems to sync. but there is no traffic on the inet connection and nothing happens for a longer time.
and i never had the problem to close the daemon before.

I also deleted the p2pstate, blockchain, etc. for a test.
Right after the daemon tries to create the genesis block... but nothing happens.
no new blockchains etc.
legendary
Activity: 2968
Merit: 1198
September 01, 2014, 05:45:20 PM
sr. member
Activity: 330
Merit: 252
September 01, 2014, 02:57:22 PM
Have a problem after updating to v0.8.8.2(0.1-g1b8a68f)
running win7 x64

Used v0.8.8.1.1(0.1-g3b887de) till yesterday and it synced fine.
After the upgrade the daemon does not sync. I could neither exit the cmd nor kill it with task manager (!).
Have to make a hard shutdown with the pc... which makes me a little upset.

Code:
2014-Sep-01 18:08:04.020863 bitmonero v0.8.8.2(0.1-g1b8a68f)
2014-Sep-01 18:08:04.036463 Module folder: D:\ecoins\monero\bitmonerod.exe
2014-Sep-01 18:08:04.052063 Initializing p2p server...
2014-Sep-01 18:08:04.052063 Binding on 0.0.0.0:18080
2014-Sep-01 18:08:04.067663 Net service binded on 0.0.0.0:18080
2014-Sep-01 18:08:04.067663 Attempting to add IGD port mapping.
2014-Sep-01 18:08:08.123670 No IGD was found.
2014-Sep-01 18:08:08.123670 P2p server initialized OK
2014-Sep-01 18:08:08.123670 Initializing cryptonote protocol...
2014-Sep-01 18:08:08.123670 Cryptonote protocol initialized OK
2014-Sep-01 18:08:08.123670 Initializing core rpc server...
2014-Sep-01 18:08:08.123670 Binding on 127.0.0.1:18081
2014-Sep-01 18:08:08.123670 Core rpc server initialized OK on port: 18081
2014-Sep-01 18:08:08.139270 Initializing core...
2014-Sep-01 18:08:08.139270 Loading blockchain...
2014-Sep-01 18:08:40.509327 Blockchain initialized. last block: 197230, d1.h7.m31.s58 time ago, current difficulty: 1510546248
2014-Sep-01 18:08:40.509327 Core initialized OK
2014-Sep-01 18:08:40.509327 Starting core rpc server...
2014-Sep-01 18:08:40.509327 Run net_service loop( 2 threads)...
2014-Sep-01 18:08:40.524927 [SRV_MAIN]Core rpc server started ok
2014-Sep-01 18:08:40.524927 [SRV_MAIN]Starting p2p net loop...
2014-Sep-01 18:08:40.524927 [SRV_MAIN]Run net_service loop( 10 threads)...
2014-Sep-01 18:08:41.538929 [P2P2]
**********************************************************************
The daemon will start synchronizing with the network. It may take up to several hours.

You can set the level of process detailization* through "set_log " command*, where is between 0 (no details) and 4 (very verbose).

Use "help" command to see the list of available commands.

Note: in case you need to interrupt the process, use "exit" command. Otherwise, the current progress won't be saved.
**********************************************************************
2014-Sep-01 18:08:59.853361 [P2P4][58.243.86.97:18080 OUT]Sync data returned unknown top block: 197231 -> 199098 [1867 blocks (1 days) behind]
SYNCHRONIZATION started

Any idea how to resolve it?
Other CN wallets runs fine so far (xdn, bbr,...)
Pages:
Jump to: