Bitcoin Forum
April 24, 2024, 12:16:18 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 5 6 »
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: June 21, 2015, 10:39:33 AM
Code:
2015-Jun-21 12:35:33.245248 Initializing cryptonote protocol...
2015-Jun-21 12:35:33.246312 Cryptonote protocol initialized OK
2015-Jun-21 12:35:33.246458 Initializing p2p server...
2015-Jun-21 12:35:33.919206 Set limit-up to 128 kB/s
2015-Jun-21 12:35:33.920365 Set limit-down to 128 kB/s
2015-Jun-21 12:35:33.921370 Set limit to 128 kB/s

Now I understand why it took me 5 days
download the blockchain
but I do not understand why putting limits
if one wanted them did set them alone
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: June 21, 2015, 07:41:04 AM
five day to synchronize with lmdb database
very quick
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: June 18, 2015, 10:32:02 AM
in that site there is the bin file
i have compiled the last version of monero
that use the lmdb database
and the converter dont work
at the end of conversion
the generated file was clobbered
and bitmonerod download blockchain from 0
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: June 18, 2015, 10:10:42 AM
how?
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: June 18, 2015, 09:34:11 AM
i have compiled monero for windows
the problem is that
I stand for 2 days and I came only to 170 thousand
How long does it take to download all blockchain?
I do not seem normal
6  Economy / Goods / Re: FLASH SALE 15% OFF! Anonymous Reloadable Visa Cards +IBAN bank account on: April 15, 2015, 05:19:17 PM
I bought 5 cards
without problems
for me the seller is trustworthy
I will buy again from him
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: April 13, 2015, 01:39:27 PM
Code:
Creating the logger system
2015-Apr-13 15:31:19.033828 Starting...
2015-Apr-13 15:31:19.033828 batch:   true  batch size: 20000
2015-Apr-13 15:31:19.033828 resume:  true
2015-Apr-13 15:31:19.033828 testnet: false
2015-Apr-13 15:31:19.033828 Loading blockchain...
2015-Apr-13 15:32:25.462405 Blockchain initialized. last block: 518183, d0.h14.m
48.s56 time ago, current difficulty: 1082196990
2015-Apr-13 15:32:25.465257 Source blockchain: C:\ProgramData\bitmonero
2015-Apr-13 15:32:25.466258 Dest blockchain:   C:\ProgramData\bitmonero\lmdb
2015-Apr-13 15:32:25.466258 Opening dest blockchain (BlockchainDB lmdb)
2015-Apr-13 15:32:25.486444 Source blockchain height: 518184
2015-Apr-13 15:32:25.487444 Dest blockchain height:   0
2015-Apr-13 15:32:25.488419 start height: 1  stop height: 518184
[- batch commit at height 20000 -]

[- batch commit at height 40000 -]

[- batch commit at height 60000 -]

[- batch commit at height 80000 -]

[- batch commit at height 100000 -]

[- batch commit at height 120000 -]

[- batch commit at height 140000 -]

[- batch commit at height 160000 -]

[- batch commit at height 180000 -]

[- batch commit at height 200000 -]

C:/msys64/home/Reggi/bitmonero/external/db_drivers/liblmdb64/mdb.c:5312: Ass
ertion 'root > 1' failed in mdb_page_search()

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: April 13, 2015, 01:33:04 PM
fluffypony

there is a problem with the conversion of db in windows

error
C:/msys64/home/Reggi/bitmonero/external/db_drivers/liblmdb64/mdb.c:5312: Ass ertion 'root > 1' failed in mdb_page_search()

and i found this

http://www.openldap.org/its/index.cgi/?findid=7956

Code:
If you compact an empty environment, the copy in meta page 1 is written with the
main DB's root page set to 1, (i.e., pointing to itself) which is invalid.
Attempting to write to the copy triggers an assert.

Workaround - don't try to compact an empty environment... Fix coming shortly.
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: April 13, 2015, 10:15:17 AM
Code:
http://www.openldap.org/its/index.cgi/?findid=7956
If you compact an empty environment, the copy in meta page 1 is written with the
main DB's root page set to 1, (i.e., pointing to itself) which is invalid.
Attempting to write to the copy triggers an assert.

Workaround - don't try to compact an empty environment... Fix coming shortly.
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: April 13, 2015, 10:02:09 AM
C:/msys64/home/Reggi/bitmonero/external/db_drivers/liblmdb64/mdb.c:5312: Ass ertion 'root > 1' failed in mdb_page_search()
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: April 13, 2015, 09:34:39 AM
hi
how can I change the directory
where to store the database?
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: April 03, 2015, 10:20:48 AM
you can not block the sending of coin
if you have not put a payment_id?
and enter a default payment_id
in the help of simplewallet just write that unless you have a payment_id
by whom you are sending the coin
Insert type "default"
a thing like that
seeing that simplewallet asks a payment_id
and in the help is written to ask who should receive payment
many ask for information before sending
I think that so many will not go wrong in sending coin
well of course there is always the idiot on duty
but for this
you can not do anything
13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: February 23, 2015, 02:25:49 PM
the missive in audio is ok
but who dont talk english?Huh
you can make a summary???
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: December 19, 2014, 01:40:33 PM
probabily a firewall o antivirus block bitmonerod
15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency (mandatory upgrade) on: November 13, 2014, 04:56:14 PM
maybe is a firewall that block the connection
16  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency (mandatory upgrade) on: October 31, 2014, 08:10:27 PM
silencesilence read the old post if you want a response from a dev
17  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency (mandatory upgrade) on: October 26, 2014, 08:02:38 AM
yea minergate ........
calculations are wrong
18  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency (mandatory upgrade) on: October 26, 2014, 07:49:34 AM
burnbabyburn71

actualy is the same
500 hs
in a day are mined
778.000 dsh == 0,57 xmr
on xmr in a day
0,58
so you are wrong
19  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency (mandatory upgrade) on: October 11, 2014, 03:03:45 PM
HeXaN monero dont use x13
but cryptonight algorithm
for use amd card you have to download
claymore miner "is closed source so only windows"
20  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency (mandatory upgrade) on: September 28, 2014, 06:49:14 PM
minergate is fuck up site
Pages: [1] 2 3 4 5 6 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!