Author

Topic: [XMR] Monero - A secure, private, untraceable cryptocurrency - page 408. (Read 4671575 times)

legendary
Activity: 2268
Merit: 1141

I probably relayed your message to the developers, but forgot to open a specific issue for it. Hence, it might have been overlooked. I've opened an issue now for more visibility.

https://github.com/monero-project/monero-core/issues/655

Got it! Thanks for doing this. Coolness! Other than that, really nice new features in the current release.

The release notes mentioned "unsigned transaction" and "Cold transaction signing". Do these mean that offline transaction signing is now possible with this release? If so, is there a step-by-step guide/instruction on how to go about it posted somewhere?



Yes and this is as close to a guide as I could find:

https://monero.stackexchange.com/questions/2160/how-do-i-use-cold-transaction-signing

https://monero.stackexchange.com/questions/2868/is-there-any-way-to-construct-a-transaction-manually/

Note that these guides use the CLI, so they might need some tweaking for the GUI.
legendary
Activity: 3836
Merit: 4969
Doomed to see the future and unable to prevent it
legendary
Activity: 1260
Merit: 1008
oooh what am I?
legendary
Activity: 3836
Merit: 4969
Doomed to see the future and unable to prevent it
Haha, the funniest badge yet!

https://bitcointalksearch.org/topic/m.18410944

On a side note me and Theymos have one Doge, coincidence? Tongue

I have to post in the Doge thread now, if only I can find it. Smiley

legendary
Activity: 1081
Merit: 1001

I probably relayed your message to the developers, but forgot to open a specific issue for it. Hence, it might have been overlooked. I've opened an issue now for more visibility.

https://github.com/monero-project/monero-core/issues/655

Got it! Thanks for doing this. Coolness! Other than that, really nice new features in the current release.

The release notes mentioned "unsigned transaction" and "Cold transaction signing". Do these mean that offline transaction signing is now possible with this release? If so, is there a step-by-step guide/instruction on how to go about it posted somewhere?

full member
Activity: 162
Merit: 100
supportXMR.com
supportXMR.com is updated to monerod v0.10.3.1 and ready for hardfork
legendary
Activity: 2268
Merit: 1141
So having issue launching Monerod on a windows 10 64 bit computer. I downloaded the new files and i'm getting the following error:
New log categories: *:WARNING,net:FATAL,net.p2p:FATAL,net.cn:FATAL,global:INFO,verify:FATAL,stacktrace:INFO
2017-03-30 15:55:19.287 896     INFO    global  src/daemon/main.cpp:282 Monero 'Wolfram Warptangent' (v0.10.3.1-release)
2017-03-30 15:55:19.288 896     INFO    global  src/daemon/protocol.h:55
Initializing cryptonote protocol...
2017-03-30 15:55:19.288 896     INFO    global  src/daemon/protocol.h:60
Cryptonote protocol initialized OK
2017-03-30 15:55:19.289 896     INFO    global  src/daemon/p2p.h:63     Initializing p2p server...
2017-03-30 15:55:22.330 896     INFO    global  src/daemon/p2p.h:68     P2p server initialized OK
2017-03-30 15:55:22.331 896     INFO    global  src/daemon/rpc.h:58     Initializing core rpc server...
2017-03-30 15:55:22.332 896     INFO    global  contrib/epee/include/net/http_server_impl_base.h:70     Binding on 127.0.0.1:18081
2017-03-30 15:55:22.333 896     INFO    global  src/daemon/rpc.h:63     Core rpc server initialized OK on port: 18081
2017-03-30 15:55:22.333 896     INFO    global  src/daemon/core.h:73    Initializing core...
2017-03-30 15:55:22.335 896     INFO    global  src/cryptonote_core/cryptonote_core.cpp:326     Loading blockchain from folder C:\ProgramData\bitmonero\lmdb ...
2017-03-30 15:55:22.341 896     WARN    blockchain.db.lmdb      src/blockchain_db/lmdb/db_lmdb.cpp:71   Failed to get a record from blocks: MDB_NOTFOUND: No matching key/data pair found
2017-03-30 15:55:22.341 896     ERROR   cn      src/cryptonote_core/cryptonote_core.cpp:395     Error opening database: Failed to get a record from blocks: MDB_NOTFOUND: No matching key/data pair found
2017-03-30 15:55:22.342 896     INFO    global  src/daemon/rpc.h:90     Deinitializing rpc server...
2017-03-30 15:55:22.343 896     INFO    global  src/daemon/p2p.h:90     Deinitializing p2p...
2017-03-30 15:55:22.345 896     INFO    global  src/daemon/core.h:89    Deinitializing core...
2017-03-30 15:55:22.347 896     ERROR   daemon  src/daemon/core.h:94    Failed to deinitialize core...
2017-03-30 15:55:22.347 896     INFO    global  src/daemon/protocol.h:77
Stopping cryptonote protocol...
2017-03-30 15:55:22.348 896     INFO    global  src/daemon/protocol.h:81
Cryptonote protocol stopped successfully

Can anyone help... ?? Why won't it load?

I'd advise to delete the the blockchain, because a full resync is most likely needed. This is done as follows:

1. Open your Windows explorer.

2. Type the following into the navigation bar (the one at the top): C:\ProgramData\bitmonero\lmdb

3. Delete data.mdb.

4. Now you can restart monerod.exe. Note that you will have to resync from scratch, which may take some time.
legendary
Activity: 2268
Merit: 1141

I was expecting the "current wallet name" indicator to be included on this release. What happened? I suppose it was difficult to implement.

https://bitcointalksearch.org/topic/m.17304076



I probably relayed your message to the developers, but forgot to open a specific issue for it. Hence, it might have been overlooked. I've opened an issue now for more visibility.

https://github.com/monero-project/monero-core/issues/655
sr. member
Activity: 432
Merit: 251
For me it seems you need to resync

go to C:\ProgramData\ and rename folder "bitmonero" to any other thing and try again
hero member
Activity: 509
Merit: 500
So having issue launching Monerod on a windows 10 64 bit computer. I downloaded the new files and i'm getting the following error:
New log categories: *:WARNING,net:FATAL,net.p2p:FATAL,net.cn:FATAL,global:INFO,verify:FATAL,stacktrace:INFO
2017-03-30 15:55:19.287 896     INFO    global  src/daemon/main.cpp:282 Monero 'Wolfram Warptangent' (v0.10.3.1-release)
2017-03-30 15:55:19.288 896     INFO    global  src/daemon/protocol.h:55
Initializing cryptonote protocol...
2017-03-30 15:55:19.288 896     INFO    global  src/daemon/protocol.h:60
Cryptonote protocol initialized OK
2017-03-30 15:55:19.289 896     INFO    global  src/daemon/p2p.h:63     Initializing p2p server...
2017-03-30 15:55:22.330 896     INFO    global  src/daemon/p2p.h:68     P2p server initialized OK
2017-03-30 15:55:22.331 896     INFO    global  src/daemon/rpc.h:58     Initializing core rpc server...
2017-03-30 15:55:22.332 896     INFO    global  contrib/epee/include/net/http_server_impl_base.h:70     Binding on 127.0.0.1:18081
2017-03-30 15:55:22.333 896     INFO    global  src/daemon/rpc.h:63     Core rpc server initialized OK on port: 18081
2017-03-30 15:55:22.333 896     INFO    global  src/daemon/core.h:73    Initializing core...
2017-03-30 15:55:22.335 896     INFO    global  src/cryptonote_core/cryptonote_core.cpp:326     Loading blockchain from folder C:\ProgramData\bitmonero\lmdb ...
2017-03-30 15:55:22.341 896     WARN    blockchain.db.lmdb      src/blockchain_db/lmdb/db_lmdb.cpp:71   Failed to get a record from blocks: MDB_NOTFOUND: No matching key/data pair found
2017-03-30 15:55:22.341 896     ERROR   cn      src/cryptonote_core/cryptonote_core.cpp:395     Error opening database: Failed to get a record from blocks: MDB_NOTFOUND: No matching key/data pair found
2017-03-30 15:55:22.342 896     INFO    global  src/daemon/rpc.h:90     Deinitializing rpc server...
2017-03-30 15:55:22.343 896     INFO    global  src/daemon/p2p.h:90     Deinitializing p2p...
2017-03-30 15:55:22.345 896     INFO    global  src/daemon/core.h:89    Deinitializing core...
2017-03-30 15:55:22.347 896     ERROR   daemon  src/daemon/core.h:94    Failed to deinitialize core...
2017-03-30 15:55:22.347 896     INFO    global  src/daemon/protocol.h:77
Stopping cryptonote protocol...
2017-03-30 15:55:22.348 896     INFO    global  src/daemon/protocol.h:81
Cryptonote protocol stopped successfully

Can anyone help... ?? Why won't it load?
legendary
Activity: 1081
Merit: 1001

I was expecting the "current wallet name" indicator to be included on this release. What happened? I suppose it was difficult to implement.

https://bitcointalksearch.org/topic/m.17304076

legendary
Activity: 1008
Merit: 1001

Wow!  Undecided

Now we all will become millionaires!

Don't think so, but GM is one of the bigger altcoin miners around  Wink
sr. member
Activity: 476
Merit: 501
Monero doesn't have UXTOs, because in Monero you cannot distinguish between unspent and spent transaction outputs due to Monero's untraceable nature. That said, the size of a transaction will grow as you use more inputs, which correspond to a higher absolute fee.

Is there a Monero white paper I can read?

Start with:

https://cryptonote.org/whitepaper.pdf

Subsequently:

https://lab.getmonero.org/

Thanks.
legendary
Activity: 2268
Merit: 1141
Monero doesn't have UXTOs, because in Monero you cannot distinguish between unspent and spent transaction outputs due to Monero's untraceable nature. That said, the size of a transaction will grow as you use more inputs, which correspond to a higher absolute fee.

Is there a Monero white paper I can read?

Start with:

https://cryptonote.org/whitepaper.pdf

Subsequently:

https://lab.getmonero.org/
sr. member
Activity: 476
Merit: 501
Monero doesn't have UXTOs, because in Monero you cannot distinguish between unspent and spent transaction outputs due to Monero's untraceable nature. That said, the size of a transaction will grow as you use more inputs, which correspond to a higher absolute fee.

Is there a Monero white paper I can read?
legendary
Activity: 2268
Merit: 1141
All my XMR transactions are incoming ring CT transactions. Does this make sweep_unmixable not worthwhile? If I want to combine UTXO's, what's the best way to do this in monero?

The sweep_all command will give you the ability to sweep your whole wallet (i.e. all inputs) to a specified address. Type "help" into `monero-wallet-cli` to see the exact command and how it should be used.

Presumably this means it incurs a transaction fee like bitcoin, based on the number of UTXO's? Just wondering about UTXO management, but hopefully things will never get as bad as bitcoin is at the moment.

Monero doesn't have UXTOs, because in Monero you cannot distinguish between unspent and spent transaction outputs due to Monero's untraceable nature. That said, the size of a transaction will grow as you use more inputs, which correspond to a higher absolute fee.
sr. member
Activity: 476
Merit: 501
All my XMR transactions are incoming ring CT transactions. Does this make sweep_unmixable not worthwhile? If I want to combine UTXO's, what's the best way to do this in monero?

The sweep_all command will give you the ability to sweep your whole wallet (i.e. all inputs) to a specified address. Type "help" into `monero-wallet-cli` to see the exact command and how it should be used.

Presumably this means it incurs a transaction fee like bitcoin, based on the number of UTXO's? Just wondering about UTXO management, but hopefully things will never get as bad as bitcoin is at the moment.
legendary
Activity: 2268
Merit: 1141
All my XMR transactions are incoming ring CT transactions. Does this make sweep_unmixable not worthwhile? If I want to combine UTXO's, what's the best way to do this in monero?

The sweep_all command will give you the ability to sweep your whole wallet (i.e. all inputs) to a specified address. Type "help" into `monero-wallet-cli` to see the exact command and how it should be used.
sr. member
Activity: 476
Merit: 501
All my XMR transactions are incoming ring CT transactions. Does this make sweep_unmixable not worthwhile? If I want to combine UTXO's, what's the best way to do this in monero?
legendary
Activity: 1512
Merit: 1442
thefuzzstone.github.io
Jump to: