Re: [qubes-users] Monero Wallet on Qubes

2018-03-22 Thread abilgili950
On Wednesday, March 21, 2018 at 10:59:40 AM UTC-4, Unman wrote:
> On Wed, Mar 21, 2018 at 07:25:50AM -0700,  wrote:
> > Hi there beautiful community,
> > 
> > 5 months user here.
> > I think i have figured Qubes out enough to use it as my main OS but still 
> > i'm so noob.
> > I have been trying to move my monero wallet to Qubes from windows as well 
> > and there is no good documentation about it just like any other thing 
> > about Qubes.
> > 
> > So i have found this guide : 
> > 
> > https://github.com/0xB44EFD8751077F97/monero-site/blob/3e6f4fa28b7b834a7049ee45edc294ff1c026565/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md
> > 
> > I have followed every step and managed to setup everything EXCEPT running 
> > and synchronizing MONEROD ( monero blockchain ) 
> > 
> > This is the error that i'm getting :
> > 
> > user@host:~/monero-v0.11.1.0$ ./monerod
> > 2018-03-21 14:17:46.267 719f8bf9e740INFOglobal  
> > src/daemon/main.cpp:279 Monero 'Helium Hydra' (v0.11.1.0-release)
> > 2018-03-21 14:17:46.267 719f8bf9e740INFOglobal  
> > src/daemon/protocol.h:55Initializing cryptonote protocol...
> > 2018-03-21 14:17:46.268 719f8bf9e740INFOglobal  
> > src/daemon/protocol.h:60Cryptonote protocol initialized OK
> > 2018-03-21 14:17:46.268 719f8bf9e740INFOglobal  
> > src/daemon/p2p.h:63 Initializing p2p server...
> > 2018-03-21 14:17:52.126 719f8bf9e740INFOglobal  
> > src/daemon/p2p.h:68 P2p server initialized OK
> > 2018-03-21 14:17:52.126 719f8bf9e740INFOglobal  
> > src/daemon/rpc.h:58 Initializing core rpc server...
> > 2018-03-21 14:17:52.127 719f8bf9e740INFOglobal  
> > contrib/epee/include/net/http_server_impl_base.h:70   Binding on 
> > 127.0.0.1:18081
> > 2018-03-21 14:17:52.127 719f8bf9e740INFOglobal  
> > src/daemon/rpc.h:63 Core rpc server initialized OK on port: 18081
> > 2018-03-21 14:17:52.127 719f8bf9e740INFOglobal  
> > src/daemon/core.h:73Initializing core...
> > 2018-03-21 14:17:52.127 719f8bf9e740INFOglobal  
> > src/cryptonote_core/cryptonote_core.cpp:323   Loading blockchain from 
> > folder /home/user/.bitmonero/lmdb ...
> > 2018-03-21 14:17:52.128 719f8bf9e740WARNblockchain.db.lmdb  
> > src/blockchain_db/lmdb/db_lmdb.cpp:1155   LMDB memory map needs to be 
> > resized, doing that now.  
> > 2018-03-21 14:17:52.164 719f8bf9e740INFOglobal  
> > src/blockchain_db/lmdb/db_lmdb.cpp:494LMDB Mapsize increased.  Old: 
> > 1024MiB, New: 2048MiB
> > Bus error
> > 
> > If any of the users of this community have this software or using this 
> > wallet for XMR can help me, that'd be highly appreciated.
> > 
> > If not, no worries.
> > 
> > Have a good day.
> > King Regards.
> > 
> 
> Greetings
> 
> Can you confirm which Qubes version you're using?
> Is there anything in the logs?
> Can you check memory allocated and also free space with df ?
> 
> It looks as if LMDB wants 2G space, and if this is in ~ you'll need to
> allocate more space for /rw

Thank you for your reply.

Qubes 3.2

Logs are normal except can't run monerod like stated above.

Tried to change private storage max to 122880 MB.

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/1995e9b3-8238-4710-982d-dfb08ece814d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Monero Wallet on Qubes

2018-03-21 Thread Ted Brenner
Yeah, I'd agree with Giulio. I too use the daemon so I don't have to
dedicate a ton of disk space to the blockchain.

On Wed, Mar 21, 2018 at 10:11 AM, Giulio  wrote:

> Hello,
> I use the monero gui in a clean fedora-25 template succesfully. However i
> use a remote daemon for the gui because of the cpu power and storage space
> (50gb+) needed. Are you trying to sync locally?
>
>
>
>
> On March 21, 2018 3:59:37 PM GMT+01:00, Unman 
> wrote:
>>
>> On Wed, Mar 21, 2018 at 07:25:50AM -0700, abilgili...@gmail.com wrote:
>>
>>>  Hi there beautiful community,
>>>
>>>  5 months user here.
>>>  I think i have figured Qubes out enough to use it as my main OS but still 
>>> i'm so noob.
>>>  I have been trying to move my monero wallet to Qubes from windows as well 
>>> and there is no good documentation about it just like any other thing 
>>> about Qubes.
>>>
>>>  So i have found this guide :
>>>
>>>  
>>> https://github.com/0xB44EFD8751077F97/monero-site/blob/3e6f4fa28b7b834a7049ee45edc294ff1c026565/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md
>>>
>>>  I have followed every step and managed to setup everything EXCEPT running 
>>> and synchronizing MONEROD ( monero blockchain )
>>>
>>>  This is the error that i'm getting :
>>>
>>>  user@host:~/monero-v0.11.1.0$ ./monerod
>>>  2018-03-21 14:17:46.267 719f8bf9e740INFOglobal  
>>> src/daemon/main.cpp:279 Monero 'Helium Hydra' (v0.11.1.0-release)
>>>  2018-03-21 14:17:46.267 719f8bf9e740INFOglobal  
>>> src/daemon/protocol.h:55Initializing cryptonote protocol...
>>>  2018-03-21 14:17:46.268 719f8bf9e740INFOglobal  
>>> src/daemon/protocol.h:60Cryptonote protocol initialized OK
>>>  2018-03-21 14:17:46.268 719f8bf9e740INFOglobal  
>>> src/daemon/p2p.h:63 Initializing p2p server...
>>>  2018-03-21 14:17:52.126 719f8bf9e740INFOglobal  
>>> src/daemon/p2p.h:68 P2p server initialized OK
>>>  2018-03-21 14:17:52.126 719f8bf9e740INFOglobal  
>>> src/daemon/rpc.h:58 Initializing core rpc server...
>>>  2018-03-21 14:17:52.127 719f8bf9e740INFOglobal  
>>> contrib/epee/include/net/http_server_impl_base.h:70   Binding on 
>>> 127.0.0.1:18081
>>>  2018-03-21 14:17:52.127 719f8bf9e740INFOglobal  
>>> src/daemon/rpc.h:63 Core rpc server initialized OK on port: 18081
>>>  2018-03-21 14:17:52.127 719f8bf9e740INFOglobal  
>>> src/daemon/core.h:73Initializing core...
>>>  2018-03-21 14:17:52.127 719f8bf9e740INFOglobal  
>>> src/cryptonote_core/cryptonote_core.cpp:323   Loading blockchain from 
>>> folder /home/user/.bitmonero/lmdb ...
>>>  2018-03-21 14:17:52.128 719f8bf9e740WARNblockchain.db.lmdb 
>>>  src/blockchain_db/lmdb/db_lmdb.cpp:1155   LMDB memory map needs to be 
>>> resized, doing that now.
>>>  2018-03-21 14:17:52.164 719f8bf9e740INFOglobal  
>>> src/blockchain_db/lmdb/db_lmdb.cpp:494LMDB Mapsize increased.  Old: 
>>> 1024MiB, New: 2048MiB
>>>  Bus error
>>>
>>>  If any of the users of this community have this software or using this 
>>> wallet for XMR can help me, that'd be highly appreciated.
>>>
>>>  If not, no worries.
>>>
>>>  Have a good day.
>>>  King Regards.
>>>
>>>
>> Greetings
>>
>> Can you confirm which Qubes version you're using?
>> Is there anything in the logs?
>> Can you check memory allocated and also free space with df ?
>>
>> It looks as if LMDB wants 2G space, and if this is in ~ you'll need to
>> allocate more space for /rw
>>
>>
> --
> Sent from my Android device with K-9 Mail. Please excuse my brevity.
>
> --
> You received this message because you are subscribed to the Google Groups
> "qubes-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to qubes-users+unsubscr...@googlegroups.com.
> To post to this group, send email to qubes-users@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/qubes-users/E325A89B-96A0-4AB7-AF06-5CF1A86FB37C%40anche.no
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Sent from my Desktop

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/CANKZutyELCQeO9PFafAo7RTqUdehDPAPeLx6n%2B%3D_hZsn866M7g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Monero Wallet on Qubes

2018-03-21 Thread Giulio
Hello,
I use the monero gui in a clean fedora-25 template succesfully. However i use a 
remote daemon for the gui because of the cpu power and storage space (50gb+) 
needed. Are you trying to sync locally?



On March 21, 2018 3:59:37 PM GMT+01:00, Unman  
wrote:
>On Wed, Mar 21, 2018 at 07:25:50AM -0700, abilgili...@gmail.com wrote:
>> Hi there beautiful community,
>> 
>> 5 months user here.
>> I think i have figured Qubes out enough to use it as my main OS but
>still i'm so noob.
>> I have been trying to move my monero wallet to Qubes from windows as
>well and there is no good documentation about it just like any
>other thing about Qubes.
>> 
>> So i have found this guide : 
>> 
>>
>https://github.com/0xB44EFD8751077F97/monero-site/blob/3e6f4fa28b7b834a7049ee45edc294ff1c026565/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md
>> 
>> I have followed every step and managed to setup everything EXCEPT
>running and synchronizing MONEROD ( monero blockchain ) 
>> 
>> This is the error that i'm getting :
>> 
>> user@host:~/monero-v0.11.1.0$ ./monerod
>> 2018-03-21 14:17:46.267 719f8bf9e740INFOglobal 
>src/daemon/main.cpp:279 Monero 'Helium Hydra' (v0.11.1.0-release)
>> 2018-03-21 14:17:46.267 719f8bf9e740INFOglobal 
>src/daemon/protocol.h:55Initializing cryptonote protocol...
>> 2018-03-21 14:17:46.268 719f8bf9e740INFOglobal 
>src/daemon/protocol.h:60Cryptonote protocol initialized OK
>> 2018-03-21 14:17:46.268 719f8bf9e740INFOglobal 
>src/daemon/p2p.h:63 Initializing p2p server...
>> 2018-03-21 14:17:52.126 719f8bf9e740INFOglobal 
>src/daemon/p2p.h:68 P2p server initialized OK
>> 2018-03-21 14:17:52.126 719f8bf9e740INFOglobal 
>src/daemon/rpc.h:58 Initializing core rpc server...
>> 2018-03-21 14:17:52.127 719f8bf9e740INFOglobal 
>contrib/epee/include/net/http_server_impl_base.h:70   Binding on
>127.0.0.1:18081
>> 2018-03-21 14:17:52.127 719f8bf9e740INFOglobal 
>src/daemon/rpc.h:63 Core rpc server initialized OK on port: 18081
>> 2018-03-21 14:17:52.127 719f8bf9e740INFOglobal 
>src/daemon/core.h:73Initializing core...
>> 2018-03-21 14:17:52.127 719f8bf9e740INFOglobal 
>src/cryptonote_core/cryptonote_core.cpp:323   Loading blockchain
>from folder /home/user/.bitmonero/lmdb ...
>> 2018-03-21 14:17:52.128 719f8bf9e740WARN   
>blockchain.db.lmdb  src/blockchain_db/lmdb/db_lmdb.cpp:1155   LMDB
>memory map needs to be resized, doing that now.  
>> 2018-03-21 14:17:52.164 719f8bf9e740INFOglobal 
>src/blockchain_db/lmdb/db_lmdb.cpp:494LMDB Mapsize increased.  Old:
>1024MiB, New: 2048MiB
>> Bus error
>> 
>> If any of the users of this community have this software or using
>this wallet for XMR can help me, that'd be highly appreciated.
>> 
>> If not, no worries.
>> 
>> Have a good day.
>> King Regards.
>> 
>
>Greetings
>
>Can you confirm which Qubes version you're using?
>Is there anything in the logs?
>Can you check memory allocated and also free space with df ?
>
>It looks as if LMDB wants 2G space, and if this is in ~ you'll need to
>allocate more space for /rw
>
>-- 
>You received this message because you are subscribed to the Google
>Groups "qubes-users" group.
>To unsubscribe from this group and stop receiving emails from it, send
>an email to qubes-users+unsubscr...@googlegroups.com.
>To post to this group, send email to qubes-users@googlegroups.com.
>To view this discussion on the web visit
>https://groups.google.com/d/msgid/qubes-users/20180321145937.awnmrsucwiflihdf%40thirdeyesecurity.org.
>For more options, visit https://groups.google.com/d/optout.

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/E325A89B-96A0-4AB7-AF06-5CF1A86FB37C%40anche.no.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Monero Wallet on Qubes

2018-03-21 Thread Unman
On Wed, Mar 21, 2018 at 07:25:50AM -0700, abilgili...@gmail.com wrote:
> Hi there beautiful community,
> 
> 5 months user here.
> I think i have figured Qubes out enough to use it as my main OS but still i'm 
> so noob.
> I have been trying to move my monero wallet to Qubes from windows as well and 
> there is no good documentation about it just like any other thing about 
> Qubes.
> 
> So i have found this guide : 
> 
> https://github.com/0xB44EFD8751077F97/monero-site/blob/3e6f4fa28b7b834a7049ee45edc294ff1c026565/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md
> 
> I have followed every step and managed to setup everything EXCEPT running and 
> synchronizing MONEROD ( monero blockchain ) 
> 
> This is the error that i'm getting :
> 
> user@host:~/monero-v0.11.1.0$ ./monerod
> 2018-03-21 14:17:46.267 719f8bf9e740INFOglobal  
> src/daemon/main.cpp:279 Monero 'Helium Hydra' (v0.11.1.0-release)
> 2018-03-21 14:17:46.267 719f8bf9e740INFOglobal  
> src/daemon/protocol.h:55Initializing cryptonote protocol...
> 2018-03-21 14:17:46.268 719f8bf9e740INFOglobal  
> src/daemon/protocol.h:60Cryptonote protocol initialized OK
> 2018-03-21 14:17:46.268 719f8bf9e740INFOglobal  
> src/daemon/p2p.h:63 Initializing p2p server...
> 2018-03-21 14:17:52.126 719f8bf9e740INFOglobal  
> src/daemon/p2p.h:68 P2p server initialized OK
> 2018-03-21 14:17:52.126 719f8bf9e740INFOglobal  
> src/daemon/rpc.h:58 Initializing core rpc server...
> 2018-03-21 14:17:52.127 719f8bf9e740INFOglobal  
> contrib/epee/include/net/http_server_impl_base.h:70   Binding on 
> 127.0.0.1:18081
> 2018-03-21 14:17:52.127 719f8bf9e740INFOglobal  
> src/daemon/rpc.h:63 Core rpc server initialized OK on port: 18081
> 2018-03-21 14:17:52.127 719f8bf9e740INFOglobal  
> src/daemon/core.h:73Initializing core...
> 2018-03-21 14:17:52.127 719f8bf9e740INFOglobal  
> src/cryptonote_core/cryptonote_core.cpp:323   Loading blockchain from 
> folder /home/user/.bitmonero/lmdb ...
> 2018-03-21 14:17:52.128 719f8bf9e740WARNblockchain.db.lmdb
>   src/blockchain_db/lmdb/db_lmdb.cpp:1155   LMDB memory map needs to be 
> resized, doing that now.  
> 2018-03-21 14:17:52.164 719f8bf9e740INFOglobal  
> src/blockchain_db/lmdb/db_lmdb.cpp:494LMDB Mapsize increased.  Old: 
> 1024MiB, New: 2048MiB
> Bus error
> 
> If any of the users of this community have this software or using this wallet 
> for XMR can help me, that'd be highly appreciated.
> 
> If not, no worries.
> 
> Have a good day.
> King Regards.
> 

Greetings

Can you confirm which Qubes version you're using?
Is there anything in the logs?
Can you check memory allocated and also free space with df ?

It looks as if LMDB wants 2G space, and if this is in ~ you'll need to
allocate more space for /rw

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/20180321145937.awnmrsucwiflihdf%40thirdeyesecurity.org.
For more options, visit https://groups.google.com/d/optout.